public class UpdateResourceDLinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
destinationCIDRs
The CIDR blocks of the clients that you want to connect to.
|
String |
securityGroupId
The ID of the security group to which the Elastic Compute Service (ECS) instance belongs.
|
String |
vSwitchId
The ID of the peer primary vSwitch.
|
List<String> |
vSwitchIdList
The vSwitches of the clients that you want to connect to.
|
| 构造器和说明 |
|---|
UpdateResourceDLinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateResourceDLinkRequest |
build(Map<String,?> map) |
String |
getDestinationCIDRs() |
String |
getSecurityGroupId() |
String |
getVSwitchId() |
List<String> |
getVSwitchIdList() |
UpdateResourceDLinkRequest |
setDestinationCIDRs(String destinationCIDRs) |
UpdateResourceDLinkRequest |
setSecurityGroupId(String securityGroupId) |
UpdateResourceDLinkRequest |
setVSwitchId(String vSwitchId) |
UpdateResourceDLinkRequest |
setVSwitchIdList(List<String> vSwitchIdList) |
@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="SecurityGroupId") public String securityGroupId
The ID of the security group to which the Elastic Compute Service (ECS) instance belongs.
This parameter is required.
example:sg-bp149cedsfx2rfspd2d
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the peer primary vSwitch. After this parameter is specified, an elastic network interface (ENI) is created in the VSwitch.
This parameter is required.
example:vpc-uf66uio7md****
public static UpdateResourceDLinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateResourceDLinkRequest setDestinationCIDRs(String destinationCIDRs)
public String getDestinationCIDRs()
public UpdateResourceDLinkRequest setSecurityGroupId(String securityGroupId)
public String getSecurityGroupId()
public UpdateResourceDLinkRequest setVSwitchId(String vSwitchId)
public String getVSwitchId()
public UpdateResourceDLinkRequest setVSwitchIdList(List<String> vSwitchIdList)
Copyright © 2024. All rights reserved.