public static class DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyVpcAttributes
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
natIpAddress
The Network Address Translation (NAT) IP address of the instance.
|
DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyVpcAttributesPrivateIpAddress |
privateIpAddress
The private IP address of the instance.
|
String |
vpcId
The ID of the VPC.
|
String |
vSwitchId
The ID of the vSwitch.
|
构造器和说明 |
---|
DescribeInstanceAttributeResponseBodyVpcAttributes() |
@NameInMap(value="NatIpAddress") public String natIpAddress
The Network Address Translation (NAT) IP address of the instance. It is used by ECS instances in different VPCs for communication.
@NameInMap(value="PrivateIpAddress") public DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyVpcAttributesPrivateIpAddress privateIpAddress
The private IP address of the instance.
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the vSwitch.
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC.
public DescribeInstanceAttributeResponseBodyVpcAttributes()
public static DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyVpcAttributes build(Map<String,?> map) throws Exception
Exception
public DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyVpcAttributes setNatIpAddress(String natIpAddress)
public String getNatIpAddress()
public DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyVpcAttributes setPrivateIpAddress(DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyVpcAttributesPrivateIpAddress privateIpAddress)
public DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyVpcAttributesPrivateIpAddress getPrivateIpAddress()
public DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyVpcAttributes setVSwitchId(String vSwitchId)
public String getVSwitchId()
public DescribeInstanceAttributeResponseBody.DescribeInstanceAttributeResponseBodyVpcAttributes setVpcId(String vpcId)
public String getVpcId()
Copyright © 2023. All rights reserved.