Uses of Class
org.jclouds.azurecompute.arm.domain.IpConfiguration
-
Packages that use IpConfiguration Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of IpConfiguration in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return IpConfiguration Modifier and Type Method Description abstract IpConfiguration
IpConfiguration.Builder. build()
static IpConfiguration
IpConfiguration. create(String name, String id, String etag, IpConfigurationProperties properties)
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type IpConfiguration Modifier and Type Method Description abstract List<IpConfiguration>
NetworkInterfaceCardProperties. ipConfigurations()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type IpConfiguration Modifier and Type Method Description static NetworkInterfaceCardProperties
NetworkInterfaceCardProperties. create(String provisioningState, String resourceGuid, Boolean enableIPForwarding, List<IpConfiguration> ipConfigurations, IdReference networkSecurityGroup, IdReference virtualMachine, Boolean primary)
abstract NetworkInterfaceCardProperties.Builder
NetworkInterfaceCardProperties.Builder. ipConfigurations(List<IpConfiguration> ipConfigurations)
-