Class: Humidifier::ElasticLoadBalancingV2::TargetGroup
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ElasticLoadBalancingV2::TargetGroup resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#health_check_enabled ⇒ Object
returns the HealthCheckEnabled property.
-
#health_check_enabled=(value) ⇒ Object
sets the HealthCheckEnabled property (Boolean).
-
#health_check_interval_seconds ⇒ Object
returns the HealthCheckIntervalSeconds property.
-
#health_check_interval_seconds=(value) ⇒ Object
sets the HealthCheckIntervalSeconds property (Integer).
-
#health_check_path ⇒ Object
returns the HealthCheckPath property.
-
#health_check_path=(value) ⇒ Object
sets the HealthCheckPath property (String).
-
#health_check_port ⇒ Object
returns the HealthCheckPort property.
-
#health_check_port=(value) ⇒ Object
sets the HealthCheckPort property (String).
-
#health_check_protocol ⇒ Object
returns the HealthCheckProtocol property.
-
#health_check_protocol=(value) ⇒ Object
sets the HealthCheckProtocol property (String).
-
#health_check_timeout_seconds ⇒ Object
returns the HealthCheckTimeoutSeconds property.
-
#health_check_timeout_seconds=(value) ⇒ Object
sets the HealthCheckTimeoutSeconds property (Integer).
-
#healthy_threshold_count ⇒ Object
returns the HealthyThresholdCount property.
-
#healthy_threshold_count=(value) ⇒ Object
sets the HealthyThresholdCount property (Integer).
-
#ip_address_type ⇒ Object
returns the IpAddressType property.
-
#ip_address_type=(value) ⇒ Object
sets the IpAddressType property (String).
-
#matcher ⇒ Object
returns the Matcher property.
-
#matcher=(value) ⇒ Object
sets the Matcher property (Structure).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#port ⇒ Object
returns the Port property.
-
#port=(value) ⇒ Object
sets the Port property (Integer).
-
#protocol ⇒ Object
returns the Protocol property.
-
#protocol=(value) ⇒ Object
sets the Protocol property (String).
-
#protocol_version ⇒ Object
returns the ProtocolVersion property.
-
#protocol_version=(value) ⇒ Object
sets the ProtocolVersion property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#target_group_attributes ⇒ Object
returns the TargetGroupAttributes property.
-
#target_group_attributes=(value) ⇒ Object
sets the TargetGroupAttributes property (List).
-
#target_type ⇒ Object
returns the TargetType property.
-
#target_type=(value) ⇒ Object
sets the TargetType property (String).
-
#targets ⇒ Object
returns the Targets property.
-
#targets=(value) ⇒ Object
sets the Targets property (List).
-
#unhealthy_threshold_count ⇒ Object
returns the UnhealthyThresholdCount property.
-
#unhealthy_threshold_count=(value) ⇒ Object
sets the UnhealthyThresholdCount property (Integer).
-
#vpc_id ⇒ Object
returns the VpcId property.
-
#vpc_id=(value) ⇒ Object
sets the VpcId property (String).
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
#health_check_enabled ⇒ Object
returns the HealthCheckEnabled property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def health_check_enabled properties['health_check_enabled'] end |
#health_check_enabled=(value) ⇒ Object
sets the HealthCheckEnabled property (Boolean)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def health_check_enabled=(value) update_property('health_check_enabled', value) end |
#health_check_interval_seconds ⇒ Object
returns the HealthCheckIntervalSeconds property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def health_check_interval_seconds properties['health_check_interval_seconds'] end |
#health_check_interval_seconds=(value) ⇒ Object
sets the HealthCheckIntervalSeconds property (Integer)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def health_check_interval_seconds=(value) update_property('health_check_interval_seconds', value) end |
#health_check_path ⇒ Object
returns the HealthCheckPath property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def health_check_path properties['health_check_path'] end |
#health_check_path=(value) ⇒ Object
sets the HealthCheckPath property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def health_check_path=(value) update_property('health_check_path', value) end |
#health_check_port ⇒ Object
returns the HealthCheckPort property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def health_check_port properties['health_check_port'] end |
#health_check_port=(value) ⇒ Object
sets the HealthCheckPort property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def health_check_port=(value) update_property('health_check_port', value) end |
#health_check_protocol ⇒ Object
returns the HealthCheckProtocol property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def health_check_protocol properties['health_check_protocol'] end |
#health_check_protocol=(value) ⇒ Object
sets the HealthCheckProtocol property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def health_check_protocol=(value) update_property('health_check_protocol', value) end |
#health_check_timeout_seconds ⇒ Object
returns the HealthCheckTimeoutSeconds property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def health_check_timeout_seconds properties['health_check_timeout_seconds'] end |
#health_check_timeout_seconds=(value) ⇒ Object
sets the HealthCheckTimeoutSeconds property (Integer)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def health_check_timeout_seconds=(value) update_property('health_check_timeout_seconds', value) end |
#healthy_threshold_count ⇒ Object
returns the HealthyThresholdCount property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def healthy_threshold_count properties['healthy_threshold_count'] end |
#healthy_threshold_count=(value) ⇒ Object
sets the HealthyThresholdCount property (Integer)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def healthy_threshold_count=(value) update_property('healthy_threshold_count', value) end |
#ip_address_type ⇒ Object
returns the IpAddressType property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def ip_address_type properties['ip_address_type'] end |
#ip_address_type=(value) ⇒ Object
sets the IpAddressType property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def ip_address_type=(value) update_property('ip_address_type', value) end |
#matcher ⇒ Object
returns the Matcher property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def matcher properties['matcher'] end |
#matcher=(value) ⇒ Object
sets the Matcher property (Structure)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def matcher=(value) update_property('matcher', value) end |
#name ⇒ Object
returns the Name property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def name=(value) update_property('name', value) end |
#port ⇒ Object
returns the Port property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def port properties['port'] end |
#port=(value) ⇒ Object
sets the Port property (Integer)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def port=(value) update_property('port', value) end |
#protocol ⇒ Object
returns the Protocol property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def protocol properties['protocol'] end |
#protocol=(value) ⇒ Object
sets the Protocol property (String)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def protocol=(value) update_property('protocol', value) end |
#protocol_version ⇒ Object
returns the ProtocolVersion property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def protocol_version properties['protocol_version'] end |
#protocol_version=(value) ⇒ Object
sets the ProtocolVersion property (String)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def protocol_version=(value) update_property('protocol_version', value) end |
#tags ⇒ Object
returns the Tags property
140 141 142 |
# File 'lib/humidifier/magic.rb', line 140 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
145 146 147 |
# File 'lib/humidifier/magic.rb', line 145 def (value) update_property('tags', value) end |
#target_group_attributes ⇒ Object
returns the TargetGroupAttributes property
150 151 152 |
# File 'lib/humidifier/magic.rb', line 150 def target_group_attributes properties['target_group_attributes'] end |
#target_group_attributes=(value) ⇒ Object
sets the TargetGroupAttributes property (List)
155 156 157 |
# File 'lib/humidifier/magic.rb', line 155 def target_group_attributes=(value) update_property('target_group_attributes', value) end |
#target_type ⇒ Object
returns the TargetType property
160 161 162 |
# File 'lib/humidifier/magic.rb', line 160 def target_type properties['target_type'] end |
#target_type=(value) ⇒ Object
sets the TargetType property (String)
165 166 167 |
# File 'lib/humidifier/magic.rb', line 165 def target_type=(value) update_property('target_type', value) end |
#targets ⇒ Object
returns the Targets property
170 171 172 |
# File 'lib/humidifier/magic.rb', line 170 def targets properties['targets'] end |
#targets=(value) ⇒ Object
sets the Targets property (List)
175 176 177 |
# File 'lib/humidifier/magic.rb', line 175 def targets=(value) update_property('targets', value) end |
#unhealthy_threshold_count ⇒ Object
returns the UnhealthyThresholdCount property
180 181 182 |
# File 'lib/humidifier/magic.rb', line 180 def unhealthy_threshold_count properties['unhealthy_threshold_count'] end |
#unhealthy_threshold_count=(value) ⇒ Object
sets the UnhealthyThresholdCount property (Integer)
185 186 187 |
# File 'lib/humidifier/magic.rb', line 185 def unhealthy_threshold_count=(value) update_property('unhealthy_threshold_count', value) end |
#vpc_id ⇒ Object
returns the VpcId property
190 191 192 |
# File 'lib/humidifier/magic.rb', line 190 def vpc_id properties['vpc_id'] end |
#vpc_id=(value) ⇒ Object
sets the VpcId property (String)
195 196 197 |
# File 'lib/humidifier/magic.rb', line 195 def vpc_id=(value) update_property('vpc_id', value) end |