Class: Azure::ManagedApplications::Mgmt::V2016_09_01_preview::Models::Appliance
- Inherits:
-
GenericResource
- Object
- Resource
- GenericResource
- Azure::ManagedApplications::Mgmt::V2016_09_01_preview::Models::Appliance
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-09-01-preview/generated/azure_mgmt_managed_applications/models/appliance.rb
Overview
Information about appliance.
Instance Attribute Summary collapse
-
#appliance_definition_id ⇒ String
The fully qualified path of appliance definition Id.
-
#kind ⇒ String
MarketPlace and ServiceCatalog.
-
#managed_resource_group_id ⇒ String
The managed resource group Id.
-
#outputs ⇒ Object
Name and value pairs that define the appliance outputs.
-
#parameters ⇒ Object
can be a JObject or a well formed JSON string.
-
#plan ⇒ Plan
The plan information.
-
#provisioning_state ⇒ ProvisioningState
values include: ‘Accepted’, ‘Running’, ‘Ready’, ‘Creating’, ‘Created’, ‘Deleting’, ‘Deleted’, ‘Canceled’, ‘Failed’, ‘Succeeded’, ‘Updating’.
-
#ui_definition_uri ⇒ String
The blob URI where the UI definition file is located.
Attributes inherited from GenericResource
Attributes inherited from Resource
#id, #location, #name, #tags, #type
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for Appliance class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#appliance_definition_id ⇒ String
Returns The fully qualified path of appliance definition Id.
19 20 21 |
# File 'lib/2016-09-01-preview/generated/azure_mgmt_managed_applications/models/appliance.rb', line 19 def appliance_definition_id @appliance_definition_id end |
#kind ⇒ String
MarketPlace and ServiceCatalog.
41 42 43 |
# File 'lib/2016-09-01-preview/generated/azure_mgmt_managed_applications/models/appliance.rb', line 41 def kind @kind end |
#managed_resource_group_id ⇒ String
Returns The managed resource group Id.
16 17 18 |
# File 'lib/2016-09-01-preview/generated/azure_mgmt_managed_applications/models/appliance.rb', line 16 def managed_resource_group_id @managed_resource_group_id end |
#outputs ⇒ Object
Returns Name and value pairs that define the appliance outputs.
26 27 28 |
# File 'lib/2016-09-01-preview/generated/azure_mgmt_managed_applications/models/appliance.rb', line 26 def outputs @outputs end |
#parameters ⇒ Object
can be a JObject or a well formed JSON string.
23 24 25 |
# File 'lib/2016-09-01-preview/generated/azure_mgmt_managed_applications/models/appliance.rb', line 23 def parameters @parameters end |
#plan ⇒ Plan
Returns The plan information.
37 38 39 |
# File 'lib/2016-09-01-preview/generated/azure_mgmt_managed_applications/models/appliance.rb', line 37 def plan @plan end |
#provisioning_state ⇒ ProvisioningState
values include: ‘Accepted’, ‘Running’, ‘Ready’, ‘Creating’, ‘Created’, ‘Deleting’, ‘Deleted’, ‘Canceled’, ‘Failed’, ‘Succeeded’, ‘Updating’
31 32 33 |
# File 'lib/2016-09-01-preview/generated/azure_mgmt_managed_applications/models/appliance.rb', line 31 def provisioning_state @provisioning_state end |
#ui_definition_uri ⇒ String
Returns The blob URI where the UI definition file is located.
34 35 36 |
# File 'lib/2016-09-01-preview/generated/azure_mgmt_managed_applications/models/appliance.rb', line 34 def ui_definition_uri @ui_definition_uri end |
Class Method Details
.mapper ⇒ Object
Mapper for Appliance class as Ruby Hash. This will be used for serialization/deserialization.
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'lib/2016-09-01-preview/generated/azure_mgmt_managed_applications/models/appliance.rb', line 48 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Appliance', type: { name: 'Composite', class_name: 'Appliance', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, managed_by: { client_side_validation: true, required: false, serialized_name: 'managedBy', type: { name: 'String' } }, sku: { client_side_validation: true, required: false, serialized_name: 'sku', type: { name: 'Composite', class_name: 'Sku' } }, identity: { client_side_validation: true, required: false, serialized_name: 'identity', type: { name: 'Composite', class_name: 'Identity' } }, managed_resource_group_id: { client_side_validation: true, required: true, serialized_name: 'properties.managedResourceGroupId', type: { name: 'String' } }, appliance_definition_id: { client_side_validation: true, required: false, serialized_name: 'properties.applianceDefinitionId', type: { name: 'String' } }, parameters: { client_side_validation: true, required: false, serialized_name: 'properties.parameters', type: { name: 'Object' } }, outputs: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.outputs', type: { name: 'Object' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, ui_definition_uri: { client_side_validation: true, required: false, serialized_name: 'properties.uiDefinitionUri', type: { name: 'String' } }, plan: { client_side_validation: true, required: false, serialized_name: 'plan', type: { name: 'Composite', class_name: 'Plan' } }, kind: { client_side_validation: true, required: true, serialized_name: 'kind', constraints: { Pattern: '^[-\w\._,\(\)]+$' }, type: { name: 'String' } } } } } end |