Class: Azure::Compute::Mgmt::V2018_04_01::Models::VirtualMachineUpdate
- Inherits:
-
UpdateResource
- Object
- UpdateResource
- Azure::Compute::Mgmt::V2018_04_01::Models::VirtualMachineUpdate
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb
Overview
Describes a Virtual Machine Update.
Instance Attribute Summary collapse
-
#availability_set ⇒ SubResource
that the virtual machine should be assigned to.
-
#diagnostics_profile ⇒ DiagnosticsProfile
state.
-
#hardware_profile ⇒ HardwareProfile
virtual machine.
-
#identity ⇒ VirtualMachineIdentity
if configured.
-
#instance_view ⇒ VirtualMachineInstanceView
The virtual machine instance view.
-
#license_type ⇒ String
was licensed on-premises.
-
#network_profile ⇒ NetworkProfile
virtual machine.
-
#os_profile ⇒ OSProfile
virtual machine.
-
#plan ⇒ Plan
to create the virtual machine.
-
#provisioning_state ⇒ String
response.
-
#proximity_placement_group ⇒ SubResource
placement group that the virtual machine should be assigned to.
-
#storage_profile ⇒ StorageProfile
machine disks.
-
#vm_id ⇒ String
identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands.
-
#zones ⇒ Array<String>
The virtual machine zones.
Attributes inherited from UpdateResource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for VirtualMachineUpdate class as Ruby Hash.
Instance Attribute Details
#availability_set ⇒ SubResource
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 maintenance, 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.
55 56 57 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 55 def availability_set @availability_set end |
#diagnostics_profile ⇒ DiagnosticsProfile
state.
Minimum api-version: 2015-06-15.
42 43 44 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 42 def diagnostics_profile @diagnostics_profile end |
#hardware_profile ⇒ HardwareProfile
virtual machine.
26 27 28 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 26 def hardware_profile @hardware_profile end |
#identity ⇒ VirtualMachineIdentity
if configured.
87 88 89 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 87 def identity @identity end |
#instance_view ⇒ VirtualMachineInstanceView
Returns The virtual machine instance view.
67 68 69 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 67 def instance_view @instance_view end |
#license_type ⇒ String
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
78 79 80 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 78 def license_type @license_type end |
#network_profile ⇒ NetworkProfile
virtual machine.
38 39 40 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 38 def network_profile @network_profile end |
#os_profile ⇒ OSProfile
virtual machine.
34 35 36 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 34 def os_profile @os_profile end |
#plan ⇒ Plan
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*.
22 23 24 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 22 def plan @plan end |
#provisioning_state ⇒ String
response.
64 65 66 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 64 def provisioning_state @provisioning_state end |
#proximity_placement_group ⇒ SubResource
placement group that the virtual machine should be assigned to.
Minimum api-version: 2018-04-01.
60 61 62 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 60 def proximity_placement_group @proximity_placement_group end |
#storage_profile ⇒ StorageProfile
machine disks.
30 31 32 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 30 def storage_profile @storage_profile end |
#vm_id ⇒ String
identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands.
83 84 85 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 83 def vm_id @vm_id end |
#zones ⇒ Array<String>
Returns The virtual machine zones.
90 91 92 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 90 def zones @zones end |
Class Method Details
.mapper ⇒ Object
Mapper for VirtualMachineUpdate class as Ruby Hash. This will be used for serialization/deserialization.
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 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb', line 97 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VirtualMachineUpdate', type: { name: 'Composite', class_name: 'VirtualMachineUpdate', model_properties: { 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' } } } }, plan: { client_side_validation: true, required: false, serialized_name: 'plan', type: { name: 'Composite', class_name: 'Plan' } }, hardware_profile: { client_side_validation: true, required: false, serialized_name: 'properties.hardwareProfile', type: { name: 'Composite', class_name: 'HardwareProfile' } }, storage_profile: { client_side_validation: true, required: false, serialized_name: 'properties.storageProfile', type: { name: 'Composite', class_name: 'StorageProfile' } }, os_profile: { client_side_validation: true, required: false, serialized_name: 'properties.osProfile', type: { name: 'Composite', class_name: 'OSProfile' } }, network_profile: { client_side_validation: true, required: false, serialized_name: 'properties.networkProfile', type: { name: 'Composite', class_name: 'NetworkProfile' } }, diagnostics_profile: { client_side_validation: true, required: false, serialized_name: 'properties.diagnosticsProfile', type: { name: 'Composite', class_name: 'DiagnosticsProfile' } }, availability_set: { client_side_validation: true, required: false, serialized_name: 'properties.availabilitySet', type: { name: 'Composite', class_name: 'SubResource' } }, proximity_placement_group: { client_side_validation: true, required: false, serialized_name: 'properties.proximityPlacementGroup', type: { name: 'Composite', class_name: 'SubResource' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, instance_view: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.instanceView', type: { name: 'Composite', class_name: 'VirtualMachineInstanceView' } }, license_type: { client_side_validation: true, required: false, serialized_name: 'properties.licenseType', type: { name: 'String' } }, vm_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.vmId', type: { name: 'String' } }, identity: { client_side_validation: true, required: false, serialized_name: 'identity', type: { name: 'Composite', class_name: 'VirtualMachineIdentity' } }, zones: { client_side_validation: true, required: false, serialized_name: 'zones', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end |