Class: Humidifier::AppStream::Fleet
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::AppStream::Fleet resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#compute_capacity ⇒ Object
returns the ComputeCapacity property.
-
#compute_capacity=(value) ⇒ Object
sets the ComputeCapacity property (Structure).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#disconnect_timeout_in_seconds ⇒ Object
returns the DisconnectTimeoutInSeconds property.
-
#disconnect_timeout_in_seconds=(value) ⇒ Object
sets the DisconnectTimeoutInSeconds property (Integer).
-
#display_name ⇒ Object
returns the DisplayName property.
-
#display_name=(value) ⇒ Object
sets the DisplayName property (String).
-
#domain_join_info ⇒ Object
returns the DomainJoinInfo property.
-
#domain_join_info=(value) ⇒ Object
sets the DomainJoinInfo property (Structure).
-
#enable_default_internet_access ⇒ Object
returns the EnableDefaultInternetAccess property.
-
#enable_default_internet_access=(value) ⇒ Object
sets the EnableDefaultInternetAccess property (Boolean).
-
#fleet_type ⇒ Object
returns the FleetType property.
-
#fleet_type=(value) ⇒ Object
sets the FleetType property (String).
-
#iam_role_arn ⇒ Object
returns the IamRoleArn property.
-
#iam_role_arn=(value) ⇒ Object
sets the IamRoleArn property (String).
-
#idle_disconnect_timeout_in_seconds ⇒ Object
returns the IdleDisconnectTimeoutInSeconds property.
-
#idle_disconnect_timeout_in_seconds=(value) ⇒ Object
sets the IdleDisconnectTimeoutInSeconds property (Integer).
-
#image_arn ⇒ Object
returns the ImageArn property.
-
#image_arn=(value) ⇒ Object
sets the ImageArn property (String).
-
#image_name ⇒ Object
returns the ImageName property.
-
#image_name=(value) ⇒ Object
sets the ImageName property (String).
-
#instance_type ⇒ Object
returns the InstanceType property.
-
#instance_type=(value) ⇒ Object
sets the InstanceType property (String).
-
#max_concurrent_sessions ⇒ Object
returns the MaxConcurrentSessions property.
-
#max_concurrent_sessions=(value) ⇒ Object
sets the MaxConcurrentSessions property (Integer).
-
#max_user_duration_in_seconds ⇒ Object
returns the MaxUserDurationInSeconds property.
-
#max_user_duration_in_seconds=(value) ⇒ Object
sets the MaxUserDurationInSeconds property (Integer).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#platform ⇒ Object
returns the Platform property.
-
#platform=(value) ⇒ Object
sets the Platform property (String).
-
#session_script_s3_location ⇒ Object
returns the SessionScriptS3Location property.
-
#session_script_s3_location=(value) ⇒ Object
sets the SessionScriptS3Location property (Structure).
-
#stream_view ⇒ Object
returns the StreamView property.
-
#stream_view=(value) ⇒ Object
sets the StreamView property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#usb_device_filter_strings ⇒ Object
returns the UsbDeviceFilterStrings property.
-
#usb_device_filter_strings=(value) ⇒ Object
sets the UsbDeviceFilterStrings property (List).
-
#vpc_config ⇒ Object
returns the VpcConfig property.
-
#vpc_config=(value) ⇒ Object
sets the VpcConfig property (Structure).
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
#compute_capacity ⇒ Object
returns the ComputeCapacity property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def compute_capacity properties['compute_capacity'] end |
#compute_capacity=(value) ⇒ Object
sets the ComputeCapacity property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def compute_capacity=(value) update_property('compute_capacity', value) end |
#description ⇒ Object
returns the Description property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def description=(value) update_property('description', value) end |
#disconnect_timeout_in_seconds ⇒ Object
returns the DisconnectTimeoutInSeconds property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def disconnect_timeout_in_seconds properties['disconnect_timeout_in_seconds'] end |
#disconnect_timeout_in_seconds=(value) ⇒ Object
sets the DisconnectTimeoutInSeconds property (Integer)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def disconnect_timeout_in_seconds=(value) update_property('disconnect_timeout_in_seconds', value) end |
#display_name ⇒ Object
returns the DisplayName property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def display_name properties['display_name'] end |
#display_name=(value) ⇒ Object
sets the DisplayName property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def display_name=(value) update_property('display_name', value) end |
#domain_join_info ⇒ Object
returns the DomainJoinInfo property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def domain_join_info properties['domain_join_info'] end |
#domain_join_info=(value) ⇒ Object
sets the DomainJoinInfo property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def domain_join_info=(value) update_property('domain_join_info', value) end |
#enable_default_internet_access ⇒ Object
returns the EnableDefaultInternetAccess property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def enable_default_internet_access properties['enable_default_internet_access'] end |
#enable_default_internet_access=(value) ⇒ Object
sets the EnableDefaultInternetAccess property (Boolean)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def enable_default_internet_access=(value) update_property('enable_default_internet_access', value) end |
#fleet_type ⇒ Object
returns the FleetType property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def fleet_type properties['fleet_type'] end |
#fleet_type=(value) ⇒ Object
sets the FleetType property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def fleet_type=(value) update_property('fleet_type', value) end |
#iam_role_arn ⇒ Object
returns the IamRoleArn property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def iam_role_arn properties['iam_role_arn'] end |
#iam_role_arn=(value) ⇒ Object
sets the IamRoleArn property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def iam_role_arn=(value) update_property('iam_role_arn', value) end |
#idle_disconnect_timeout_in_seconds ⇒ Object
returns the IdleDisconnectTimeoutInSeconds property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def idle_disconnect_timeout_in_seconds properties['idle_disconnect_timeout_in_seconds'] end |
#idle_disconnect_timeout_in_seconds=(value) ⇒ Object
sets the IdleDisconnectTimeoutInSeconds property (Integer)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def idle_disconnect_timeout_in_seconds=(value) update_property('idle_disconnect_timeout_in_seconds', value) end |
#image_arn ⇒ Object
returns the ImageArn property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def image_arn properties['image_arn'] end |
#image_arn=(value) ⇒ Object
sets the ImageArn property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def image_arn=(value) update_property('image_arn', value) end |
#image_name ⇒ Object
returns the ImageName property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def image_name properties['image_name'] end |
#image_name=(value) ⇒ Object
sets the ImageName property (String)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def image_name=(value) update_property('image_name', value) end |
#instance_type ⇒ Object
returns the InstanceType property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def instance_type properties['instance_type'] end |
#instance_type=(value) ⇒ Object
sets the InstanceType property (String)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def instance_type=(value) update_property('instance_type', value) end |
#max_concurrent_sessions ⇒ Object
returns the MaxConcurrentSessions property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def max_concurrent_sessions properties['max_concurrent_sessions'] end |
#max_concurrent_sessions=(value) ⇒ Object
sets the MaxConcurrentSessions property (Integer)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def max_concurrent_sessions=(value) update_property('max_concurrent_sessions', value) end |
#max_user_duration_in_seconds ⇒ Object
returns the MaxUserDurationInSeconds property
140 141 142 |
# File 'lib/humidifier/magic.rb', line 140 def max_user_duration_in_seconds properties['max_user_duration_in_seconds'] end |
#max_user_duration_in_seconds=(value) ⇒ Object
sets the MaxUserDurationInSeconds property (Integer)
145 146 147 |
# File 'lib/humidifier/magic.rb', line 145 def max_user_duration_in_seconds=(value) update_property('max_user_duration_in_seconds', value) end |
#name ⇒ Object
returns the Name property
150 151 152 |
# File 'lib/humidifier/magic.rb', line 150 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
155 156 157 |
# File 'lib/humidifier/magic.rb', line 155 def name=(value) update_property('name', value) end |
#platform ⇒ Object
returns the Platform property
160 161 162 |
# File 'lib/humidifier/magic.rb', line 160 def platform properties['platform'] end |
#platform=(value) ⇒ Object
sets the Platform property (String)
165 166 167 |
# File 'lib/humidifier/magic.rb', line 165 def platform=(value) update_property('platform', value) end |
#session_script_s3_location ⇒ Object
returns the SessionScriptS3Location property
170 171 172 |
# File 'lib/humidifier/magic.rb', line 170 def session_script_s3_location properties['session_script_s3_location'] end |
#session_script_s3_location=(value) ⇒ Object
sets the SessionScriptS3Location property (Structure)
175 176 177 |
# File 'lib/humidifier/magic.rb', line 175 def session_script_s3_location=(value) update_property('session_script_s3_location', value) end |
#stream_view ⇒ Object
returns the StreamView property
180 181 182 |
# File 'lib/humidifier/magic.rb', line 180 def stream_view properties['stream_view'] end |
#stream_view=(value) ⇒ Object
sets the StreamView property (String)
185 186 187 |
# File 'lib/humidifier/magic.rb', line 185 def stream_view=(value) update_property('stream_view', value) end |
#tags ⇒ Object
returns the Tags property
190 191 192 |
# File 'lib/humidifier/magic.rb', line 190 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
195 196 197 |
# File 'lib/humidifier/magic.rb', line 195 def (value) update_property('tags', value) end |
#usb_device_filter_strings ⇒ Object
returns the UsbDeviceFilterStrings property
200 201 202 |
# File 'lib/humidifier/magic.rb', line 200 def usb_device_filter_strings properties['usb_device_filter_strings'] end |
#usb_device_filter_strings=(value) ⇒ Object
sets the UsbDeviceFilterStrings property (List)
205 206 207 |
# File 'lib/humidifier/magic.rb', line 205 def usb_device_filter_strings=(value) update_property('usb_device_filter_strings', value) end |
#vpc_config ⇒ Object
returns the VpcConfig property
210 211 212 |
# File 'lib/humidifier/magic.rb', line 210 def vpc_config properties['vpc_config'] end |
#vpc_config=(value) ⇒ Object
sets the VpcConfig property (Structure)
215 216 217 |
# File 'lib/humidifier/magic.rb', line 215 def vpc_config=(value) update_property('vpc_config', value) end |