Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.domain.publicipaddress | |
org.jclouds.azurecompute.arm.features |
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 |
PublicIPAddress.Builder.build() |
static PublicIPAddress |
PublicIPAddress.create(String name,
String id,
String etag,
String location,
Map<String,String> tags,
PublicIPAddress.SKU sku,
PublicIPAddressProperties properties) |
Modifier and Type | Method and Description |
---|---|
PublicIPAddress |
PublicIPAddressApi.createOrUpdate(String publicipaddressname,
String location,
Map<String,String> tags,
PublicIPAddress.SKU sku,
PublicIPAddressProperties properties) |
PublicIPAddress |
PublicIPAddressApi.get(String publicipaddressname) |
Modifier and Type | Method and Description |
---|---|
List<PublicIPAddress> |
PublicIPAddressApi.list() |
List<PublicIPAddress> |
PublicIPAddressApi.listAllInSubscription() |
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.