public static final class ModifyIPv6TranslatorEntryRequest.Builder extends Object
public ModifyIPv6TranslatorEntryRequest.Builder aclId(String aclId)
public ModifyIPv6TranslatorEntryRequest.Builder aclStatus(String aclStatus)
* **on** * **off**
public ModifyIPv6TranslatorEntryRequest.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 ModifyIPv6TranslatorEntryRequest.Builder allocateIpv6Port(Integer allocateIpv6Port)
public ModifyIPv6TranslatorEntryRequest.Builder backendIpv4Addr(String backendIpv4Addr)
public ModifyIPv6TranslatorEntryRequest.Builder backendIpv4Port(Integer backendIpv4Port)
public ModifyIPv6TranslatorEntryRequest.Builder entryBandwidth(Integer entryBandwidth)
* **-1** (default): does not limit the maximum bandwidth specified in the IPv6 mapping entry. * **1** to **200**: changes the maximum bandwidth specified in the IPv6 mapping entry. > The sum of maximum bandwidth values specified in all IPv6 entries cannot exceed the maximum bandwidth supported by the instance.
public ModifyIPv6TranslatorEntryRequest.Builder entryDescription(String entryDescription)
public ModifyIPv6TranslatorEntryRequest.Builder entryName(String entryName)
public ModifyIPv6TranslatorEntryRequest.Builder ipv6TranslatorEntryId(String ipv6TranslatorEntryId)
public ModifyIPv6TranslatorEntryRequest.Builder ownerAccount(String ownerAccount)
public ModifyIPv6TranslatorEntryRequest.Builder ownerId(Long ownerId)
public ModifyIPv6TranslatorEntryRequest.Builder regionId(String regionId)
public ModifyIPv6TranslatorEntryRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyIPv6TranslatorEntryRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyIPv6TranslatorEntryRequest.Builder transProtocol(String transProtocol)
* **tcp** * **udp**
public ModifyIPv6TranslatorEntryRequest build()
Copyright © 2024. All rights reserved.