Class: Azure::ARM::Compute::Models::VirtualMachine

Inherits:
MsRestAzure::Resource
  • Object
show all
Includes:
MsRest::JSONable, MsRestAzure
Defined in:
lib/generated/azure_mgmt_compute/models/virtual_machine.rb

Overview

Describes a Virtual Machine.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#availability_setSubResource

that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Manage the availability of virtual machines](docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
For more information on Azure planned maintainance, see [Planned maintenance for virtual machines in Azure](docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set.

Returns:

  • (SubResource)

    Specifies information about the availability set



56
57
58
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 56

def availability_set
  @availability_set
end

#diagnostics_profileDiagnosticsProfile

state.
Minimum api-version: 2015-06-15.

Returns:



43
44
45
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 43

def diagnostics_profile
  @diagnostics_profile
end

#hardware_profileHardwareProfile

virtual machine.

Returns:



27
28
29
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 27

def hardware_profile
  @hardware_profile
end

#identityVirtualMachineIdentity

if configured.

Returns:



87
88
89
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 87

def identity
  @identity
end

#instance_viewVirtualMachineInstanceView

Returns The virtual machine instance view.

Returns:



63
64
65
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 63

def instance_view
  @instance_view
end

#license_typeString

was licensed on-premises. This element is only used for images that contain the Windows Server operating system.
Possible values are:
Windows_Client
Windows_Server
If this element is included in a request for an update, the value must match the initial value. This value cannot be updated.
For more information, see [Azure Hybrid Use Benefit for Windows Server](docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-hybrid-use-benefit-licensing?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
Minimum api-version: 2015-06-15

Returns:

  • (String)

    Specifies that the image or disk that is being used



74
75
76
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 74

def license_type
  @license_type
end

#network_profileNetworkProfile

virtual machine.

Returns:



39
40
41
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 39

def network_profile
  @network_profile
end

#os_profileOSProfile

virtual machine.

Returns:

  • (OSProfile)

    Specifies the operating system settings for the



35
36
37
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 35

def os_profile
  @os_profile
end

#planPlan

to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click Save.

Returns:

  • (Plan)

    Specifies information about the marketplace image used



23
24
25
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 23

def plan
  @plan
end

#provisioning_stateString

response.

Returns:

  • (String)

    The provisioning state, which only appears in the



60
61
62
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 60

def provisioning_state
  @provisioning_state
end

#resourcesArray<VirtualMachineExtension>

extension resources.

Returns:



83
84
85
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 83

def resources
  @resources
end

#storage_profileStorageProfile

machine disks.

Returns:



31
32
33
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 31

def storage_profile
  @storage_profile
end

#vm_idString

identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands.

Returns:

  • (String)

    Specifies the VM unique ID which is a 128-bits



79
80
81
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 79

def vm_id
  @vm_id
end

Class Method Details

.mapperObject

Mapper for VirtualMachine class as Ruby Hash. This will be used for serialization/deserialization.



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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
# File 'lib/generated/azure_mgmt_compute/models/virtual_machine.rb', line 94

def self.mapper()
  {
    required: false,
    serialized_name: 'VirtualMachine',
    type: {
      name: 'Composite',
      class_name: 'VirtualMachine',
      model_properties: {
        id: {
          required: false,
          read_only: true,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        },
        name: {
          required: false,
          read_only: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        type: {
          required: false,
          read_only: true,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        },
        location: {
          required: true,
          serialized_name: 'location',
          type: {
            name: 'String'
          }
        },
        tags: {
          required: false,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        plan: {
          required: false,
          serialized_name: 'plan',
          type: {
            name: 'Composite',
            class_name: 'Plan'
          }
        },
        hardware_profile: {
          required: false,
          serialized_name: 'properties.hardwareProfile',
          type: {
            name: 'Composite',
            class_name: 'HardwareProfile'
          }
        },
        storage_profile: {
          required: false,
          serialized_name: 'properties.storageProfile',
          type: {
            name: 'Composite',
            class_name: 'StorageProfile'
          }
        },
        os_profile: {
          required: false,
          serialized_name: 'properties.osProfile',
          type: {
            name: 'Composite',
            class_name: 'OSProfile'
          }
        },
        network_profile: {
          required: false,
          serialized_name: 'properties.networkProfile',
          type: {
            name: 'Composite',
            class_name: 'NetworkProfile'
          }
        },
        diagnostics_profile: {
          required: false,
          serialized_name: 'properties.diagnosticsProfile',
          type: {
            name: 'Composite',
            class_name: 'DiagnosticsProfile'
          }
        },
        availability_set: {
          required: false,
          serialized_name: 'properties.availabilitySet',
          type: {
            name: 'Composite',
            class_name: 'SubResource'
          }
        },
        provisioning_state: {
          required: false,
          read_only: true,
          serialized_name: 'properties.provisioningState',
          type: {
            name: 'String'
          }
        },
        instance_view: {
          required: false,
          read_only: true,
          serialized_name: 'properties.instanceView',
          type: {
            name: 'Composite',
            class_name: 'VirtualMachineInstanceView'
          }
        },
        license_type: {
          required: false,
          serialized_name: 'properties.licenseType',
          type: {
            name: 'String'
          }
        },
        vm_id: {
          required: false,
          read_only: true,
          serialized_name: 'properties.vmId',
          type: {
            name: 'String'
          }
        },
        resources: {
          required: false,
          read_only: true,
          serialized_name: 'resources',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'VirtualMachineExtensionElementType',
                type: {
                  name: 'Composite',
                  class_name: 'VirtualMachineExtension'
                }
            }
          }
        },
        identity: {
          required: false,
          serialized_name: 'identity',
          type: {
            name: 'Composite',
            class_name: 'VirtualMachineIdentity'
          }
        }
      }
    }
  }
end