Interface PublicIpAddress.DefinitionStages
-
- Enclosing interface:
- PublicIpAddress
public static interface PublicIpAddress.DefinitionStagesGrouping of public IP address definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePublicIpAddress.DefinitionStages.BlankThe first stage of a public IP address definition.static interfacePublicIpAddress.DefinitionStages.WithAvailabilityZoneThe stage of the IP address definition allowing to specify availability zone.static interfacePublicIpAddress.DefinitionStages.WithCreateThe stage of the public IP definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfacePublicIpAddress.DefinitionStages.WithGroupThe stage of the public IP address definition allowing to specify the resource group.static interfacePublicIpAddress.DefinitionStages.WithIdleTimeoutA public IP address definition allowing the idle timeout to be specified.static interfacePublicIpAddress.DefinitionStages.WithIPAddressA public IP address definition allowing to set the IP allocation method (static or dynamic).static interfacePublicIpAddress.DefinitionStages.WithIpAddressVersionThe stage of the definition allowing to specify IP address version associated with the public IP address.static interfacePublicIpAddress.DefinitionStages.WithIpTagThe stage of the definition allowing to specify ipTags associated with the public IP address.static interfacePublicIpAddress.DefinitionStages.WithLeafDomainLabelA public IP address definition allowing to specify the leaf domain label, if any.static interfacePublicIpAddress.DefinitionStages.WithReverseFQDNA public IP address definition allowing the reverse FQDN to be specified.static interfacePublicIpAddress.DefinitionStages.WithSkuThe stage of the IP address definition allowing to specify SKU.
-