public static class ListNatIpCidrsResponseBody.ListNatIpCidrsResponseBodyNatIpCidrs
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
creationTime
The time when the CIDR block was created.
|
Boolean |
isDefault
Indicates whether the CIDR block is the default CIDR block of the NAT gateway.
|
String |
natGatewayId
The ID of the VPC NAT gateway.
|
String |
natIpCidr
The CIDR block of the NAT gateway.
|
String |
natIpCidrDescription
The description of the CIDR block of the NAT gateway.
|
String |
natIpCidrId
The ID of the CIDR block of the NAT gateway.
|
String |
natIpCidrName
The name of the CIDR block of the NAT gateway.
|
String |
natIpCidrStatus
The status of the CIDR block of the NAT gateway.
|
构造器和说明 |
---|
ListNatIpCidrsResponseBodyNatIpCidrs() |
@NameInMap(value="CreationTime") public String creationTime
The time when the CIDR block was created.
example:2021-06-28T20:50Z
@NameInMap(value="IsDefault") public Boolean isDefault
Indicates whether the CIDR block is the default CIDR block of the NAT gateway. Valid values:
true
@NameInMap(value="NatGatewayId") public String natGatewayId
The ID of the VPC NAT gateway.
example:ngw-gw8v16wgvtq26vh59****
@NameInMap(value="NatIpCidr") public String natIpCidr
The CIDR block of the NAT gateway.
example:172.16.0.0/24
@NameInMap(value="NatIpCidrDescription") public String natIpCidrDescription
The description of the CIDR block of the NAT gateway.
example:test
@NameInMap(value="NatIpCidrId") public String natIpCidrId
The ID of the CIDR block of the NAT gateway.
example:vpcnatcidr-gw8ov42ei6xh1jys2****
@NameInMap(value="NatIpCidrName") public String natIpCidrName
The name of the CIDR block of the NAT gateway.
example:Name
@NameInMap(value="NatIpCidrStatus") public String natIpCidrStatus
The status of the CIDR block of the NAT gateway. If Available is returned, it indicates that the CIDR block is available.
example:Available
public static ListNatIpCidrsResponseBody.ListNatIpCidrsResponseBodyNatIpCidrs build(Map<String,?> map) throws Exception
Exception
public ListNatIpCidrsResponseBody.ListNatIpCidrsResponseBodyNatIpCidrs setCreationTime(String creationTime)
public String getCreationTime()
public ListNatIpCidrsResponseBody.ListNatIpCidrsResponseBodyNatIpCidrs setIsDefault(Boolean isDefault)
public Boolean getIsDefault()
public ListNatIpCidrsResponseBody.ListNatIpCidrsResponseBodyNatIpCidrs setNatGatewayId(String natGatewayId)
public String getNatGatewayId()
public ListNatIpCidrsResponseBody.ListNatIpCidrsResponseBodyNatIpCidrs setNatIpCidr(String natIpCidr)
public String getNatIpCidr()
public ListNatIpCidrsResponseBody.ListNatIpCidrsResponseBodyNatIpCidrs setNatIpCidrDescription(String natIpCidrDescription)
public String getNatIpCidrDescription()
public ListNatIpCidrsResponseBody.ListNatIpCidrsResponseBodyNatIpCidrs setNatIpCidrId(String natIpCidrId)
public String getNatIpCidrId()
public ListNatIpCidrsResponseBody.ListNatIpCidrsResponseBodyNatIpCidrs setNatIpCidrName(String natIpCidrName)
public String getNatIpCidrName()
public ListNatIpCidrsResponseBody.ListNatIpCidrsResponseBodyNatIpCidrs setNatIpCidrStatus(String natIpCidrStatus)
public String getNatIpCidrStatus()
Copyright © 2024. All rights reserved.