public static class DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayNatGatewayPrivateInfo
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
eniInstanceId
The ID of the elastic network interface (ENI).
|
String |
eniType
The mode in which the ENI is associated with the NAT gateway.
|
String |
izNo
The zone to which the NAT gateway belongs.
|
Integer |
maxBandwidth
The maximum bandwidth.
|
Integer |
maxSessionEstablishRate
The number of new connections to the NAT gateway.
|
Integer |
maxSessionQuota
The number of concurrent connections to the NAT gateway.
|
String |
privateIpAddress
The private IP address.
|
String |
vswitchId
The ID of the vSwitch to which the NAT gateway belongs.
|
构造器和说明 |
---|
DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayNatGatewayPrivateInfo() |
@NameInMap(value="EniInstanceId") public String eniInstanceId
The ID of the elastic network interface (ENI).
example:eni-m5eg4ozy5st8q3q4****
@NameInMap(value="EniType") public String eniType
The mode in which the ENI is associated with the NAT gateway.
indirect
@NameInMap(value="IzNo") public String izNo
The zone to which the NAT gateway belongs.
example:cn-hangzhou-b
@NameInMap(value="MaxBandwidth") public Integer maxBandwidth
The maximum bandwidth. Unit: Mbit/s.
example:5120
@NameInMap(value="MaxSessionEstablishRate") public Integer maxSessionEstablishRate
The number of new connections to the NAT gateway. Unit: connections per second.
example:100000
@NameInMap(value="MaxSessionQuota") public Integer maxSessionQuota
The number of concurrent connections to the NAT gateway. Unit: connections.
example:2000000
@NameInMap(value="PrivateIpAddress") public String privateIpAddress
The private IP address.
example:192.168.XX.XX
@NameInMap(value="VswitchId") public String vswitchId
The ID of the vSwitch to which the NAT gateway belongs.
example:vsw-bp1s2laxhdf9ayjbo****
public DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayNatGatewayPrivateInfo()
public static DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayNatGatewayPrivateInfo build(Map<String,?> map) throws Exception
Exception
public DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayNatGatewayPrivateInfo setEniInstanceId(String eniInstanceId)
public String getEniInstanceId()
public DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayNatGatewayPrivateInfo setEniType(String eniType)
public String getEniType()
public DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayNatGatewayPrivateInfo setIzNo(String izNo)
public String getIzNo()
public DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayNatGatewayPrivateInfo setMaxBandwidth(Integer maxBandwidth)
public Integer getMaxBandwidth()
public DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayNatGatewayPrivateInfo setMaxSessionEstablishRate(Integer maxSessionEstablishRate)
public Integer getMaxSessionEstablishRate()
public DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayNatGatewayPrivateInfo setMaxSessionQuota(Integer maxSessionQuota)
public Integer getMaxSessionQuota()
public DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayNatGatewayPrivateInfo setPrivateIpAddress(String privateIpAddress)
public String getPrivateIpAddress()
public DescribeNatGatewaysResponseBody.DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayNatGatewayPrivateInfo setVswitchId(String vswitchId)
public String getVswitchId()
Copyright © 2024. All rights reserved.