Interface HasPublicIpAddress.DefinitionStages
-
- Enclosing interface:
- HasPublicIpAddress
public static interface HasPublicIpAddress.DefinitionStagesGrouping of definition stages involving specifying the public IP address.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>The stage of the definition allowing to associate the resource with an existing public IP address.static interfaceHasPublicIpAddress.DefinitionStages.WithNewPublicIPAddress<ReturnT>The stage of the definition allowing to associate the resource with a new public IP address.static interfaceHasPublicIpAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>The stage of the definition allowing to associate the resource with a new public IP address.static interfaceHasPublicIpAddress.DefinitionStages.WithPublicIPAddress<ReturnT>The stage of the definition allowing to associate the resource with a public IP address.static interfaceHasPublicIpAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ReturnT>The stage of the definition allowing to associate the resource with a public IP address, but not allowing to create one with a DNS leaf label.
-