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.
-