Uses of Class
org.jclouds.azurecompute.arm.domain.IpConfiguration
Packages that use IpConfiguration
-
Uses of IpConfiguration in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return IpConfigurationModifier and TypeMethodDescriptionabstract 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 IpConfigurationModifier and TypeMethodDescriptionabstract List
<IpConfiguration> NetworkInterfaceCardProperties.ipConfigurations()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type IpConfigurationModifier and TypeMethodDescriptionNetworkInterfaceCardProperties.create
(String provisioningState, String resourceGuid, Boolean enableIPForwarding, List<IpConfiguration> ipConfigurations, IdReference networkSecurityGroup, IdReference virtualMachine, Boolean primary) NetworkInterfaceCardProperties.Builder.ipConfigurations
(List<IpConfiguration> ipConfigurations)