Class: Humidifier::Panorama::ApplicationInstance
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Panorama::ApplicationInstance resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#application_instance_id_to_replace ⇒ Object
returns the ApplicationInstanceIdToReplace property.
-
#application_instance_id_to_replace=(value) ⇒ Object
sets the ApplicationInstanceIdToReplace property (String).
-
#default_runtime_context_device ⇒ Object
returns the DefaultRuntimeContextDevice property.
-
#default_runtime_context_device=(value) ⇒ Object
sets the DefaultRuntimeContextDevice property (String).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#device_id ⇒ Object
returns the DeviceId property.
-
#device_id=(value) ⇒ Object
sets the DeviceId property (String).
-
#manifest_overrides_payload ⇒ Object
returns the ManifestOverridesPayload property.
-
#manifest_overrides_payload=(value) ⇒ Object
sets the ManifestOverridesPayload property (Structure).
-
#manifest_payload ⇒ Object
returns the ManifestPayload property.
-
#manifest_payload=(value) ⇒ Object
sets the ManifestPayload property (Structure).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#runtime_role_arn ⇒ Object
returns the RuntimeRoleArn property.
-
#runtime_role_arn=(value) ⇒ Object
sets the RuntimeRoleArn property (String).
-
#status_filter ⇒ Object
returns the StatusFilter property.
-
#status_filter=(value) ⇒ Object
sets the StatusFilter property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
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
#application_instance_id_to_replace ⇒ Object
returns the ApplicationInstanceIdToReplace property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def application_instance_id_to_replace properties['application_instance_id_to_replace'] end |
#application_instance_id_to_replace=(value) ⇒ Object
sets the ApplicationInstanceIdToReplace property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def application_instance_id_to_replace=(value) update_property('application_instance_id_to_replace', value) end |
#default_runtime_context_device ⇒ Object
returns the DefaultRuntimeContextDevice property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def default_runtime_context_device properties['default_runtime_context_device'] end |
#default_runtime_context_device=(value) ⇒ Object
sets the DefaultRuntimeContextDevice property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def default_runtime_context_device=(value) update_property('default_runtime_context_device', value) end |
#description ⇒ Object
returns the Description property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def description=(value) update_property('description', value) end |
#device_id ⇒ Object
returns the DeviceId property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def device_id properties['device_id'] end |
#device_id=(value) ⇒ Object
sets the DeviceId property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def device_id=(value) update_property('device_id', value) end |
#manifest_overrides_payload ⇒ Object
returns the ManifestOverridesPayload property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def manifest_overrides_payload properties['manifest_overrides_payload'] end |
#manifest_overrides_payload=(value) ⇒ Object
sets the ManifestOverridesPayload property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def manifest_overrides_payload=(value) update_property('manifest_overrides_payload', value) end |
#manifest_payload ⇒ Object
returns the ManifestPayload property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def manifest_payload properties['manifest_payload'] end |
#manifest_payload=(value) ⇒ Object
sets the ManifestPayload property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def manifest_payload=(value) update_property('manifest_payload', value) end |
#name ⇒ Object
returns the Name property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def name=(value) update_property('name', value) end |
#runtime_role_arn ⇒ Object
returns the RuntimeRoleArn property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def runtime_role_arn properties['runtime_role_arn'] end |
#runtime_role_arn=(value) ⇒ Object
sets the RuntimeRoleArn property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def runtime_role_arn=(value) update_property('runtime_role_arn', value) end |
#status_filter ⇒ Object
returns the StatusFilter property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def status_filter properties['status_filter'] end |
#status_filter=(value) ⇒ Object
sets the StatusFilter property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def status_filter=(value) update_property('status_filter', value) end |
#tags ⇒ Object
returns the Tags property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def (value) update_property('tags', value) end |