Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
abstract HardwareProfile |
HardwareProfile.Builder.build() |
static HardwareProfile |
HardwareProfile.create(String vmSize) |
abstract HardwareProfile |
VirtualMachineProperties.hardwareProfile()
The hardware Profile of the virtual machine .
|
Modifier and Type | Method and Description |
---|---|
static VirtualMachineProperties |
VirtualMachineProperties.create(String vmId,
String licenseType,
IdReference availabilitySet,
HardwareProfile hardwareProfile,
StorageProfile storageProfile,
OSProfile osProfile,
NetworkProfile networkProfile,
DiagnosticsProfile diagnosticsProfile,
VirtualMachineProperties.ProvisioningState provisioningState) |
abstract VirtualMachineProperties.Builder |
VirtualMachineProperties.Builder.hardwareProfile(HardwareProfile hardwareProfile) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.