public static final class AllocateIpv6AddressRequest.Builder extends Object
public AllocateIpv6AddressRequest.Builder addressType(String addressType)
* IPv6Address (default): an IPv6 address. * IPv6Prefix: an IPv6 CIDR block.
public AllocateIpv6AddressRequest.Builder clientToken(String clientToken)
> If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
public AllocateIpv6AddressRequest.Builder dryRun(Boolean dryRun)
* true: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned. * false (default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
public AllocateIpv6AddressRequest.Builder ipv6Address(String ipv6Address)
public AllocateIpv6AddressRequest.Builder ipv6AddressDescription(String ipv6AddressDescription)
public AllocateIpv6AddressRequest.Builder ipv6AddressName(String ipv6AddressName)
public AllocateIpv6AddressRequest.Builder ownerAccount(String ownerAccount)
public AllocateIpv6AddressRequest.Builder ownerId(Long ownerId)
public AllocateIpv6AddressRequest.Builder regionId(String regionId)
public AllocateIpv6AddressRequest.Builder resourceGroupId(String resourceGroupId)
public AllocateIpv6AddressRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public AllocateIpv6AddressRequest.Builder resourceOwnerId(Long resourceOwnerId)
public AllocateIpv6AddressRequest.Builder tag(List<AllocateIpv6AddressRequest.Tag> tag)
public AllocateIpv6AddressRequest.Builder vSwitchId(String vSwitchId)
public AllocateIpv6AddressRequest build()
Copyright © 2024. All rights reserved.