Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
NetworkProfile |
NetworkProfile.Builder.build() |
static NetworkProfile |
NetworkProfile.create(List<NetworkProfile.NetworkInterface> networkInterfaces) |
abstract NetworkProfile |
VirtualMachineProperties.networkProfile()
The network profile of the VM
|
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.networkProfile(NetworkProfile networkProfile) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.