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