public static final class CreateIPv6TranslatorEntryRequest.Builder extends Object
public CreateIPv6TranslatorEntryRequest.Builder aclId(String aclId)
public CreateIPv6TranslatorEntryRequest.Builder aclStatus(String aclStatus)
* **on** * **off**
public CreateIPv6TranslatorEntryRequest.Builder aclType(String aclType)
* **white**: a whitelist. IPv6 addresses in the ACL are allowed to access backend services. * **black**: a blacklist. IPv6 addresses in the ACL are not allowed to access backend services.
public CreateIPv6TranslatorEntryRequest.Builder allocateIpv6Port(Integer allocateIpv6Port)
public CreateIPv6TranslatorEntryRequest.Builder backendIpv4Addr(String backendIpv4Addr)
public CreateIPv6TranslatorEntryRequest.Builder backendIpv4Port(Integer backendIpv4Port)
public CreateIPv6TranslatorEntryRequest.Builder entryBandwidth(Integer entryBandwidth)
* \-1 (default): does not limit the maximum bandwidth specified in the IPv6 mapping entry. * 1 to 200: the bandwidth value specified in the IPv6 mapping entry. Unit: Mbit/s. > The sum of the maximum bandwidth values specified in all IPv6 entries cannot exceed the maximum bandwidth supported by the instance.
public CreateIPv6TranslatorEntryRequest.Builder entryDescription(String entryDescription)
public CreateIPv6TranslatorEntryRequest.Builder entryName(String entryName)
public CreateIPv6TranslatorEntryRequest.Builder ipv6TranslatorId(String ipv6TranslatorId)
public CreateIPv6TranslatorEntryRequest.Builder ownerAccount(String ownerAccount)
public CreateIPv6TranslatorEntryRequest.Builder ownerId(Long ownerId)
public CreateIPv6TranslatorEntryRequest.Builder regionId(String regionId)
public CreateIPv6TranslatorEntryRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CreateIPv6TranslatorEntryRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CreateIPv6TranslatorEntryRequest.Builder transProtocol(String transProtocol)
* **tcp** * **udp**
public CreateIPv6TranslatorEntryRequest build()
Copyright © 2024. All rights reserved.