Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.features |
Modifier and Type | Method and Description |
---|---|
abstract PublicIPAddressProperties |
PublicIPAddressProperties.Builder.build() |
static PublicIPAddressProperties |
PublicIPAddressProperties.create(String provisioningState,
String ipAddress,
String publicIPAllocationMethod,
Integer idleTimeoutInMinutes,
IdReference ipConfiguration,
DnsSettings dnsSettings) |
abstract PublicIPAddressProperties |
PublicIPAddress.properties() |
Modifier and Type | Method and Description |
---|---|
static PublicIPAddress |
PublicIPAddress.create(String name,
String id,
String etag,
String location,
Map<String,String> tags,
PublicIPAddressProperties properties) |
abstract PublicIPAddress.Builder |
PublicIPAddress.Builder.properties(PublicIPAddressProperties properties) |
Modifier and Type | Method and Description |
---|---|
PublicIPAddress |
PublicIPAddressApi.createOrUpdate(String publicipaddressname,
String location,
Map<String,String> tags,
PublicIPAddressProperties properties) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.