public class ModifyFullNatEntryAttributeRequest
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 FULLNAT port mapping.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
String |
fullNatEntryDescription
The new description of the FULLNAT entry.
|
String |
fullNatEntryId
The ID of the FULLNAT entry to be modified.
|
String |
fullNatEntryName
The new name of the FULLNAT entry.
|
String |
fullNatTableId
The ID of the FULLNAT table to be modified.
|
String |
ipProtocol
The protocol of the packets that are forwarded by the port.
|
String |
natIp
The NAT IP address to be modified.
|
String |
natIpPort
The frontend port to be modified in FULLNAT port mapping.
|
String |
networkInterfaceId
The ID of the elastic network interface (ENI) to be modified.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the Virtual Private Cloud (VPC) NAT gateway to which the FULLNAT entry to be modified belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyFullNatEntryAttributeRequest() |
@NameInMap(value="AccessIp") public String accessIp
The backend IP address to be modified in FULLNAT address translation.
example:192.168.XX.XX
@NameInMap(value="AccessPort") public String accessPort
The backend port to be modified in FULLNAT port mapping. Valid values: 1 to 65535.
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 the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
example: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.
5A2CFF0E-5718-45B5-9D4D-70B3FF3898
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="FullNatEntryDescription") public String fullNatEntryDescription
The new description of the FULLNAT entry.
You can leave this parameter empty or enter a description. If you enter a description, the description must be 2 to 256 characters in length and cannot start with http://
or https://
.
abcd
@NameInMap(value="FullNatEntryId") public String fullNatEntryId
The ID of the FULLNAT entry to be modified.
This parameter is required.
example:fullnat-gw8fz23jezpbblf1j****
@NameInMap(value="FullNatEntryName") public String fullNatEntryName
The new name of the FULLNAT entry.
The name must be 2 to 128 characters in length. It must start with a letter but cannot start with http://
or https://
.
modify
@NameInMap(value="FullNatTableId") public String fullNatTableId
The ID of the FULLNAT table to be modified.
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:
TCP
@NameInMap(value="NatIp") public String natIp
The NAT IP address to be modified.
example:192.168.XX.XX
@NameInMap(value="NatIpPort") public String natIpPort
The frontend port to be modified in FULLNAT port mapping. Valid values: 1 to 65535.
example:80
@NameInMap(value="NetworkInterfaceId") public String networkInterfaceId
The ID of the elastic network interface (ENI) to be modified.
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 modified 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 ModifyFullNatEntryAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyFullNatEntryAttributeRequest setAccessIp(String accessIp)
public String getAccessIp()
public ModifyFullNatEntryAttributeRequest setAccessPort(String accessPort)
public String getAccessPort()
public ModifyFullNatEntryAttributeRequest setClientToken(String clientToken)
public String getClientToken()
public ModifyFullNatEntryAttributeRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public ModifyFullNatEntryAttributeRequest setFullNatEntryDescription(String fullNatEntryDescription)
public String getFullNatEntryDescription()
public ModifyFullNatEntryAttributeRequest setFullNatEntryId(String fullNatEntryId)
public String getFullNatEntryId()
public ModifyFullNatEntryAttributeRequest setFullNatEntryName(String fullNatEntryName)
public String getFullNatEntryName()
public ModifyFullNatEntryAttributeRequest setFullNatTableId(String fullNatTableId)
public String getFullNatTableId()
public ModifyFullNatEntryAttributeRequest setIpProtocol(String ipProtocol)
public String getIpProtocol()
public ModifyFullNatEntryAttributeRequest setNatIp(String natIp)
public String getNatIp()
public ModifyFullNatEntryAttributeRequest setNatIpPort(String natIpPort)
public String getNatIpPort()
public ModifyFullNatEntryAttributeRequest setNetworkInterfaceId(String networkInterfaceId)
public String getNetworkInterfaceId()
public ModifyFullNatEntryAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyFullNatEntryAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyFullNatEntryAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyFullNatEntryAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyFullNatEntryAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.