PublicIpAddress.DefinitionStages.WithCreate |
PublicIpAddress.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(AvailabilityZoneId zoneId) |
Specifies the availability zone for the IP address.
|
PublicIpAddress.DefinitionStages.WithCreate |
PublicIpAddress.DefinitionStages.WithIPAddress.withDynamicIP() |
Enables dynamic IP address allocation.
|
PublicIpAddress.DefinitionStages.WithCreate |
PublicIpAddress.DefinitionStages.WithIdleTimeout.withIdleTimeoutInMinutes(int minutes) |
Specifies the timeout (in minutes) for an idle connection.
|
PublicIpAddress.DefinitionStages.WithCreate |
PublicIpAddress.DefinitionStages.WithIpAddressVersion.withIpAddressVersion(IpVersion ipVersion) |
Sets IP address version.
|
PublicIpAddress.DefinitionStages.WithCreate |
PublicIpAddress.DefinitionStages.WithIpTag.withIpTag(String tag) |
Sets an ipTag associated with the public IP address.
|
PublicIpAddress.DefinitionStages.WithCreate |
PublicIpAddress.DefinitionStages.WithIpTag.withIpTag(String tag,
String ipTagType) |
Sets an ipTag associated with the public IP address.
|
PublicIpAddress.DefinitionStages.WithCreate |
PublicIpAddress.DefinitionStages.WithLeafDomainLabel.withLeafDomainLabel(String dnsName) |
Specifies the leaf domain label to associate with this public IP address.
|
PublicIpAddress.DefinitionStages.WithCreate |
PublicIpAddress.DefinitionStages.WithLeafDomainLabel.withoutLeafDomainLabel() |
Ensures that no leaf domain label will be used.
|
PublicIpAddress.DefinitionStages.WithCreate |
PublicIpAddress.DefinitionStages.WithReverseFQDN.withoutReverseFqdn() |
Ensures that no reverse FQDN will be used.
|
PublicIpAddress.DefinitionStages.WithCreate |
PublicIpAddress.DefinitionStages.WithReverseFQDN.withReverseFqdn(String reverseFQDN) |
Specifies the reverse FQDN to assign to this public IP address.
|
PublicIpAddress.DefinitionStages.WithCreate |
PublicIpAddress.DefinitionStages.WithSku.withSku(PublicIPSkuType skuType) |
Specifies the SKU for the IP address.
|
PublicIpAddress.DefinitionStages.WithCreate |
PublicIpAddress.DefinitionStages.WithIPAddress.withStaticIP() |
Enables static IP address allocation.
|