public static interface IpAddressRequest.Builder extends SdkPojo, CopyableBuilder<IpAddressRequest.Builder,IpAddressRequest>
| Modifier and Type | Method and Description |
|---|---|
IpAddressRequest.Builder |
ip(String ip)
The IPv4 address that you want to use for DNS queries.
|
IpAddressRequest.Builder |
ipv6(String ipv6)
The IPv6 address that you want to use for DNS queries.
|
IpAddressRequest.Builder |
subnetId(String subnetId)
The ID of the subnet that contains the IP address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpAddressRequest.Builder subnetId(String subnetId)
The ID of the subnet that contains the IP address.
subnetId - The ID of the subnet that contains the IP address.IpAddressRequest.Builder ip(String ip)
The IPv4 address that you want to use for DNS queries.
ip - The IPv4 address that you want to use for DNS queries.IpAddressRequest.Builder ipv6(String ipv6)
The IPv6 address that you want to use for DNS queries.
ipv6 - The IPv6 address that you want to use for DNS queries.Copyright © 2023. All rights reserved.