Class VirtualMachineProperties
java.lang.Object
org.jclouds.azurecompute.arm.domain.VirtualMachineProperties
A virtual machine properties for the virtual machine.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IdReference
The availability set of the virtual machinebuilder()
static VirtualMachineProperties
create
(String vmId, String licenseType, IdReference availabilitySet, HardwareProfile hardwareProfile, StorageProfile storageProfile, OSProfile osProfile, NetworkProfile networkProfile, DiagnosticsProfile diagnosticsProfile, VirtualMachineProperties.ProvisioningState provisioningState) abstract DiagnosticsProfile
The diagnostics profile of the VMabstract HardwareProfile
The hardware Profile of the virtual machine .abstract String
The license type of the virtual machine.abstract NetworkProfile
The network profile of the VMabstract OSProfile
The OS Profile of the virtual machine .The provisioning state of the VMabstract StorageProfile
The Storage Profile of the virtual machine .abstract VirtualMachineProperties.Builder
abstract String
vmId()
The id of the virtual machine.
-
Constructor Details
-
VirtualMachineProperties
public VirtualMachineProperties()
-
-
Method Details
-
vmId
The id of the virtual machine. -
licenseType
The license type of the virtual machine. -
availabilitySet
The availability set of the virtual machine -
hardwareProfile
The hardware Profile of the virtual machine . -
storageProfile
The Storage Profile of the virtual machine . -
osProfile
The OS Profile of the virtual machine . -
networkProfile
The network profile of the VM -
diagnosticsProfile
The diagnostics profile of the VM -
provisioningState
The provisioning state of the VM -
create
public static VirtualMachineProperties create(String vmId, String licenseType, IdReference availabilitySet, HardwareProfile hardwareProfile, StorageProfile storageProfile, OSProfile osProfile, NetworkProfile networkProfile, DiagnosticsProfile diagnosticsProfile, VirtualMachineProperties.ProvisioningState provisioningState) -
toBuilder
-
builder
-