public class CreateFullNatEntryRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
accessIp
The backend IP address to be modified in FULLNAT address translation.
|
String |
accessPort
The backend port to be modified in the mapping of FULLNAT port.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
dryRun
Specifies whether to only precheck this request.
|
String |
fullNatEntryDescription
The description of the FULLNAT entry.
|
String |
fullNatEntryName
The FULLNAT entry name.
|
String |
fullNatTableId
The ID of the FULLNAT table to which the FULLNAT entry belongs.
|
String |
ipProtocol
The protocol of the packets that are forwarded by the port.
|
String |
natIp
The NAT IP address that provides address translation.
|
String |
natIpPort
The frontend port to be modified in the mapping of FULLNAT port.
|
String |
networkInterfaceId
The elastic network interface (ENI) ID.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the Virtual Private Cloud (VPC) NAT gateway to which the FULLNAT entry to be added belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
CreateFullNatEntryRequest() |
@NameInMap(value="AccessIp") public String accessIp
The backend IP address to be modified in FULLNAT address translation.
This parameter is required.
example:192.168.XX.XX
@NameInMap(value="AccessPort") public String accessPort
The backend port to be modified in the mapping of FULLNAT port. Valid values: 1 to 65535.
This parameter is required.
example:80
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate a value, and you must make sure that each request has a unique token value. The client token can contain only ASCII characters.
example:If you do not specify this parameter, the system automatically uses the value of RequestId as the value of ClientToken. The request ID may be different for each request.
5A2CFF0E-5718-45B5-9D4D-70B3FF3898
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to only precheck this request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="FullNatEntryDescription") public String fullNatEntryDescription
The description of the FULLNAT entry.
This parameter is optional. If you enter a description, the description must be 2 to 256 characters in length, and cannot start with http://
or https://
.
abc
@NameInMap(value="FullNatEntryName") public String fullNatEntryName
The FULLNAT entry name. The name must be 2 to 128 characters in length. It must start with a letter but cannot start with http:// or https://.
example:test
@NameInMap(value="FullNatTableId") public String fullNatTableId
The ID of the FULLNAT table to which the FULLNAT entry belongs.
This parameter is required.
example:fulltb-gw88z7hhlv43rmb26****
@NameInMap(value="IpProtocol") public String ipProtocol
The protocol of the packets that are forwarded by the port. Valid values:
This parameter is required.
example:TCP
@NameInMap(value="NatIp") public String natIp
The NAT IP address that provides address translation.
This parameter is required.
example:192.168.XX.XX
@NameInMap(value="NatIpPort") public String natIpPort
The frontend port to be modified in the mapping of FULLNAT port. Valid values: 1 to 65535.
example:80
@NameInMap(value="NetworkInterfaceId") public String networkInterfaceId
The elastic network interface (ENI) ID.
This parameter is required.
example:eni-gw8g131ef2dnbu3k****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the Virtual Private Cloud (VPC) NAT gateway to which the FULLNAT entry to be added belongs.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:eu-central-1
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static CreateFullNatEntryRequest build(Map<String,?> map) throws Exception
Exception
public CreateFullNatEntryRequest setAccessIp(String accessIp)
public String getAccessIp()
public CreateFullNatEntryRequest setAccessPort(String accessPort)
public String getAccessPort()
public CreateFullNatEntryRequest setClientToken(String clientToken)
public String getClientToken()
public CreateFullNatEntryRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public CreateFullNatEntryRequest setFullNatEntryDescription(String fullNatEntryDescription)
public String getFullNatEntryDescription()
public CreateFullNatEntryRequest setFullNatEntryName(String fullNatEntryName)
public String getFullNatEntryName()
public CreateFullNatEntryRequest setFullNatTableId(String fullNatTableId)
public String getFullNatTableId()
public CreateFullNatEntryRequest setIpProtocol(String ipProtocol)
public String getIpProtocol()
public CreateFullNatEntryRequest setNatIp(String natIp)
public String getNatIp()
public CreateFullNatEntryRequest setNatIpPort(String natIpPort)
public String getNatIpPort()
public CreateFullNatEntryRequest setNetworkInterfaceId(String networkInterfaceId)
public String getNetworkInterfaceId()
public CreateFullNatEntryRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CreateFullNatEntryRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreateFullNatEntryRequest setRegionId(String regionId)
public String getRegionId()
public CreateFullNatEntryRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreateFullNatEntryRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.