Class: Azure::Labservices::Mgmt::V2018_10_15::Models::GalleryImage
- Inherits:
-
Resource
- Object
- Resource
- Azure::Labservices::Mgmt::V2018_10_15::Models::GalleryImage
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb
Overview
Represents an image from the Azure Marketplace
Instance Attribute Summary collapse
-
#author ⇒ String
The author of the gallery image.
-
#created_date ⇒ DateTime
The creation date of the gallery image.
-
#description ⇒ String
The description of the gallery image.
-
#icon ⇒ String
The icon of the gallery image.
-
#image_reference ⇒ GalleryImageReference
image.
-
#is_enabled ⇒ Boolean
Indicates whether this gallery image is enabled.
-
#is_override ⇒ Boolean
for this lab account.
-
#is_plan_authorized ⇒ Boolean
programmatic deployment.
-
#latest_operation_result ⇒ LatestOperationResult
ex: status, error.
-
#plan_id ⇒ String
The third party plan that applies to this image.
-
#provisioning_state ⇒ String
The provisioning status of the resource.
-
#unique_identifier ⇒ String
The unique immutable identifier of a resource (Guid).
Attributes inherited from Resource
#id, #location, #name, #tags, #type
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for GalleryImage class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#author ⇒ String
Returns The author of the gallery image.
16 17 18 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb', line 16 def @author end |
#created_date ⇒ DateTime
Returns The creation date of the gallery image.
19 20 21 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb', line 19 def created_date @created_date end |
#description ⇒ String
Returns The description of the gallery image.
22 23 24 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb', line 22 def description @description end |
#icon ⇒ String
Returns The icon of the gallery image.
29 30 31 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb', line 29 def icon @icon end |
#image_reference ⇒ GalleryImageReference
image.
26 27 28 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb', line 26 def image_reference @image_reference end |
#is_enabled ⇒ Boolean
Returns Indicates whether this gallery image is enabled.
32 33 34 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb', line 32 def is_enabled @is_enabled end |
#is_override ⇒ Boolean
for this lab account
36 37 38 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb', line 36 def is_override @is_override end |
#is_plan_authorized ⇒ Boolean
programmatic deployment.
43 44 45 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb', line 43 def @is_plan_authorized end |
#latest_operation_result ⇒ LatestOperationResult
ex: status, error
53 54 55 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb', line 53 def latest_operation_result @latest_operation_result end |
#plan_id ⇒ String
Returns The third party plan that applies to this image.
39 40 41 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb', line 39 def plan_id @plan_id end |
#provisioning_state ⇒ String
Returns The provisioning status of the resource.
46 47 48 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb', line 46 def provisioning_state @provisioning_state end |
#unique_identifier ⇒ String
Returns The unique immutable identifier of a resource (Guid).
49 50 51 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb', line 49 def unique_identifier @unique_identifier end |
Class Method Details
.mapper ⇒ Object
Mapper for GalleryImage class as Ruby Hash. This will be used for serialization/deserialization.
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 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 |
# File 'lib/2018-10-15/generated/azure_mgmt_labservices/models/gallery_image.rb', line 60 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'GalleryImage', type: { name: 'Composite', class_name: 'GalleryImage', 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' } } } }, author: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.author', type: { name: 'String' } }, created_date: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.createdDate', type: { name: 'DateTime' } }, description: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.description', type: { name: 'String' } }, image_reference: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.imageReference', type: { name: 'Composite', class_name: 'GalleryImageReference' } }, icon: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.icon', type: { name: 'String' } }, is_enabled: { client_side_validation: true, required: false, serialized_name: 'properties.isEnabled', type: { name: 'Boolean' } }, is_override: { client_side_validation: true, required: false, serialized_name: 'properties.isOverride', type: { name: 'Boolean' } }, plan_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.planId', type: { name: 'String' } }, is_plan_authorized: { client_side_validation: true, required: false, serialized_name: 'properties.isPlanAuthorized', type: { name: 'Boolean' } }, provisioning_state: { client_side_validation: true, required: false, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, unique_identifier: { client_side_validation: true, required: false, serialized_name: 'properties.uniqueIdentifier', type: { name: 'String' } }, latest_operation_result: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.latestOperationResult', type: { name: 'Composite', class_name: 'LatestOperationResult' } } } } } end |