public class DescribeResourceDLinkResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
auxVSwitchList
The IDs of the secondary vSwitches that are directly connected.
|
String |
destinationCIDRs
The CIDR blocks of the clients that you want to connect to.
|
String |
requestId
The request ID.
|
String |
securityGroupId
The ID of the security group that is directly connected.
|
String |
vpcId
The ID of the VPC that is directly connected.
|
String |
vSwitchId
The ID of the primary vSwitch that is directly connected.
|
| 构造器和说明 |
|---|
DescribeResourceDLinkResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeResourceDLinkResponseBody |
build(Map<String,?> map) |
List<String> |
getAuxVSwitchList() |
String |
getDestinationCIDRs() |
String |
getRequestId() |
String |
getSecurityGroupId() |
String |
getVpcId() |
String |
getVSwitchId() |
DescribeResourceDLinkResponseBody |
setAuxVSwitchList(List<String> auxVSwitchList) |
DescribeResourceDLinkResponseBody |
setDestinationCIDRs(String destinationCIDRs) |
DescribeResourceDLinkResponseBody |
setRequestId(String requestId) |
DescribeResourceDLinkResponseBody |
setSecurityGroupId(String securityGroupId) |
DescribeResourceDLinkResponseBody |
setVpcId(String vpcId) |
DescribeResourceDLinkResponseBody |
setVSwitchId(String vSwitchId) |
@NameInMap(value="AuxVSwitchList") public List<String> auxVSwitchList
The IDs of the secondary vSwitches that are directly connected.
@NameInMap(value="DestinationCIDRs") public String destinationCIDRs
The CIDR blocks of the clients that you want to connect to. After this parameter is specified, the CIDR blocks are added to the back-to-origin route of the server. Either this parameter or the VSwitchIdList parameter can be used to determine CIDR blocks.
example:72.16.0.0/16
@NameInMap(value="RequestId") public String requestId
The request ID.
example:40325405-579C-4D82****
@NameInMap(value="SecurityGroupId") public String securityGroupId
The ID of the security group that is directly connected.
example:sg-bp1j1z7297hcink9d****
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the primary vSwitch that is directly connected.
example:vsw-8vbqn2at0kljjxxxx****
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC that is directly connected.
example:vpc-uf66uio7md****
public static DescribeResourceDLinkResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeResourceDLinkResponseBody setAuxVSwitchList(List<String> auxVSwitchList)
public DescribeResourceDLinkResponseBody setDestinationCIDRs(String destinationCIDRs)
public String getDestinationCIDRs()
public DescribeResourceDLinkResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeResourceDLinkResponseBody setSecurityGroupId(String securityGroupId)
public String getSecurityGroupId()
public DescribeResourceDLinkResponseBody setVSwitchId(String vSwitchId)
public String getVSwitchId()
public DescribeResourceDLinkResponseBody setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.