Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.features |
Modifier and Type | Method and Description |
---|---|
PublicIPAddress |
PublicIPAddress.Builder.build() |
static PublicIPAddress |
PublicIPAddress.create(String name,
String id,
String etag,
String location,
Map<String,String> tags,
PublicIPAddressProperties properties) |
Modifier and Type | Method and Description |
---|---|
abstract List<PublicIPAddress> |
VMDeployment.ipAddressList() |
Modifier and Type | Method and Description |
---|---|
static VMDeployment |
VMDeployment.create(String deploymentId,
VirtualMachine virtualMachine,
List<PublicIPAddress> ipAddressList,
List<NetworkInterfaceCard> networkInterfaceCards) |
Modifier and Type | Method and Description |
---|---|
PublicIPAddress |
PublicIPAddressApi.createOrUpdate(String publicipaddressname,
String location,
Map<String,String> tags,
PublicIPAddressProperties properties) |
PublicIPAddress |
PublicIPAddressApi.get(String publicipaddressname) |
Modifier and Type | Method and Description |
---|---|
List<PublicIPAddress> |
PublicIPAddressApi.list() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.