Class VirtualMachineScaleSetProperties
java.lang.Object
org.jclouds.azurecompute.arm.domain.VirtualMachineScaleSetProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(Boolean singlePlacementGroup, Boolean overProvision, VirtualMachineScaleSetUpgradePolicy upgradePolicy, VirtualMachineScaleSetProperties.ProvisioningState provisioningState, VirtualMachineScaleSetVirtualMachineProfile virtualMachineProfile) abstract Boolean
Specifies the over provision of the virtual machine scale setSpecifies the state of the provision of the virtual machine scale setabstract Boolean
The singlePlacementGroup of the VirtualMachineScaleSetPropertiesabstract VirtualMachineScaleSetUpgradePolicy
Specifies the upgrade policy of the virtual machine scale setSpecifies the virtual machine profile of the virtual machine scale set
-
Constructor Details
-
VirtualMachineScaleSetProperties
public VirtualMachineScaleSetProperties()
-
-
Method Details
-
singlePlacementGroup
The singlePlacementGroup of the VirtualMachineScaleSetProperties -
overProvision
Specifies the over provision of the virtual machine scale set -
upgradePolicy
Specifies the upgrade policy of the virtual machine scale set -
provisioningState
Specifies the state of the provision of the virtual machine scale set -
virtualMachineProfile
Specifies the virtual machine profile of the virtual machine scale set -
create
public static VirtualMachineScaleSetProperties create(Boolean singlePlacementGroup, Boolean overProvision, VirtualMachineScaleSetUpgradePolicy upgradePolicy, VirtualMachineScaleSetProperties.ProvisioningState provisioningState, VirtualMachineScaleSetVirtualMachineProfile virtualMachineProfile) -
toBuilder
-