Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
IpConfigurationProperties |
IpConfigurationProperties.Builder.build() |
static IpConfigurationProperties |
IpConfigurationProperties.create(String provisioningState,
String privateIPAddress,
String privateIPAllocationMethod,
IdReference subnet,
IdReference publicIPAddress,
List<IdReference> loadBalancerBackendAddressPools,
List<IdReference> loadBalancerInboundNatRules) |
abstract IpConfigurationProperties |
IpConfiguration.properties() |
Modifier and Type | Method and Description |
---|---|
static IpConfiguration |
IpConfiguration.create(String name,
String id,
String etag,
Boolean primary,
IpConfigurationProperties properties) |
abstract IpConfiguration.Builder |
IpConfiguration.Builder.properties(IpConfigurationProperties properties) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.