PublicIpAddress.Update |
PublicIpAddress.UpdateStages.WithIPAddress.withDynamicIP() |
Enables dynamic IP address allocation.
|
PublicIpAddress.Update |
PublicIpAddress.UpdateStages.WithIdleTimout.withIdleTimeoutInMinutes(int minutes) |
Specifies the timeout (in minutes) for an idle connection.
|
PublicIpAddress.Update |
PublicIpAddress.UpdateStages.WithIpAddressVersion.withIpAddressVersion(IpVersion ipVersion) |
Sets IP address version.
|
PublicIpAddress.Update |
PublicIpAddress.UpdateStages.WithIpTag.withIpTag(String tag) |
Sets an ipTag associated with the public IP address.
|
PublicIpAddress.Update |
PublicIpAddress.UpdateStages.WithIpTag.withIpTag(String tag,
String ipTagType) |
Sets an ipTag associated with the public IP address.
|
PublicIpAddress.Update |
PublicIpAddress.UpdateStages.WithLeafDomainLabel.withLeafDomainLabel(String dnsName) |
Specifies the leaf domain label to associate with this public IP address.
|
PublicIpAddress.Update |
PublicIpAddress.UpdateStages.WithIpTag.withoutIpTag(String tag) |
Removes an ipTag associated with the public IP address.
|
PublicIpAddress.Update |
PublicIpAddress.UpdateStages.WithLeafDomainLabel.withoutLeafDomainLabel() |
Ensures that no leaf domain label will be used.
|
PublicIpAddress.Update |
PublicIpAddress.UpdateStages.WithReverseFQDN.withoutReverseFqdn() |
Ensures that no reverse FQDN will be used.
|
PublicIpAddress.Update |
PublicIpAddress.UpdateStages.WithReverseFQDN.withReverseFqdn(String reverseFQDN) |
Specifies the reverse FQDN to assign to this public IP address.
|
PublicIpAddress.Update |
PublicIpAddress.UpdateStages.WithIPAddress.withStaticIP() |
Enables static IP address allocation.
|