Class: Humidifier::GameLift::GameServerGroup

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::GameLift::GameServerGroup resource

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from Resource

#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property

Constructor Details

This class inherits a constructor from Humidifier::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Humidifier::Resource

Instance Method Details

#auto_scaling_policyObject

returns the AutoScalingPolicy property



10
11
12
# File 'lib/humidifier/magic.rb', line 10

def auto_scaling_policy
  properties['auto_scaling_policy']
end

#auto_scaling_policy=(value) ⇒ Object

sets the AutoScalingPolicy property (Structure)



15
16
17
# File 'lib/humidifier/magic.rb', line 15

def auto_scaling_policy=(value)
  update_property('auto_scaling_policy', value)
end

#balancing_strategyObject

returns the BalancingStrategy property



20
21
22
# File 'lib/humidifier/magic.rb', line 20

def balancing_strategy
  properties['balancing_strategy']
end

#balancing_strategy=(value) ⇒ Object

sets the BalancingStrategy property (String)



25
26
27
# File 'lib/humidifier/magic.rb', line 25

def balancing_strategy=(value)
  update_property('balancing_strategy', value)
end

#delete_optionObject

returns the DeleteOption property



30
31
32
# File 'lib/humidifier/magic.rb', line 30

def delete_option
  properties['delete_option']
end

#delete_option=(value) ⇒ Object

sets the DeleteOption property (String)



35
36
37
# File 'lib/humidifier/magic.rb', line 35

def delete_option=(value)
  update_property('delete_option', value)
end

#game_server_group_nameObject

returns the GameServerGroupName property



40
41
42
# File 'lib/humidifier/magic.rb', line 40

def game_server_group_name
  properties['game_server_group_name']
end

#game_server_group_name=(value) ⇒ Object

sets the GameServerGroupName property (String)



45
46
47
# File 'lib/humidifier/magic.rb', line 45

def game_server_group_name=(value)
  update_property('game_server_group_name', value)
end

#game_server_protection_policyObject

returns the GameServerProtectionPolicy property



50
51
52
# File 'lib/humidifier/magic.rb', line 50

def game_server_protection_policy
  properties['game_server_protection_policy']
end

#game_server_protection_policy=(value) ⇒ Object

sets the GameServerProtectionPolicy property (String)



55
56
57
# File 'lib/humidifier/magic.rb', line 55

def game_server_protection_policy=(value)
  update_property('game_server_protection_policy', value)
end

#instance_definitionsObject

returns the InstanceDefinitions property



60
61
62
# File 'lib/humidifier/magic.rb', line 60

def instance_definitions
  properties['instance_definitions']
end

#instance_definitions=(value) ⇒ Object

sets the InstanceDefinitions property (List)



65
66
67
# File 'lib/humidifier/magic.rb', line 65

def instance_definitions=(value)
  update_property('instance_definitions', value)
end

#launch_templateObject

returns the LaunchTemplate property



70
71
72
# File 'lib/humidifier/magic.rb', line 70

def launch_template
  properties['launch_template']
end

#launch_template=(value) ⇒ Object

sets the LaunchTemplate property (Structure)



75
76
77
# File 'lib/humidifier/magic.rb', line 75

def launch_template=(value)
  update_property('launch_template', value)
end

#max_sizeObject

returns the MaxSize property



80
81
82
# File 'lib/humidifier/magic.rb', line 80

def max_size
  properties['max_size']
end

#max_size=(value) ⇒ Object

sets the MaxSize property (Double)



85
86
87
# File 'lib/humidifier/magic.rb', line 85

def max_size=(value)
  update_property('max_size', value)
end

#min_sizeObject

returns the MinSize property



90
91
92
# File 'lib/humidifier/magic.rb', line 90

def min_size
  properties['min_size']
end

#min_size=(value) ⇒ Object

sets the MinSize property (Double)



95
96
97
# File 'lib/humidifier/magic.rb', line 95

def min_size=(value)
  update_property('min_size', value)
end

#role_arnObject

returns the RoleArn property



100
101
102
# File 'lib/humidifier/magic.rb', line 100

def role_arn
  properties['role_arn']
end

#role_arn=(value) ⇒ Object

sets the RoleArn property (String)



105
106
107
# File 'lib/humidifier/magic.rb', line 105

def role_arn=(value)
  update_property('role_arn', value)
end

#tagsObject

returns the Tags property



110
111
112
# File 'lib/humidifier/magic.rb', line 110

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



115
116
117
# File 'lib/humidifier/magic.rb', line 115

def tags=(value)
  update_property('tags', value)
end

#vpc_subnetsObject

returns the VpcSubnets property



120
121
122
# File 'lib/humidifier/magic.rb', line 120

def vpc_subnets
  properties['vpc_subnets']
end

#vpc_subnets=(value) ⇒ Object

sets the VpcSubnets property (List)



125
126
127
# File 'lib/humidifier/magic.rb', line 125

def vpc_subnets=(value)
  update_property('vpc_subnets', value)
end