public static class DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecNetwork
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
securityGroupId
The ID of the security group.
|
String |
vpcId
The ID of the virtual private cloud (VPC).
|
List<String> |
vSwitches
The IDs of the vSwitches.
|
| 构造器和说明 |
|---|
DescribeServiceMeshesResponseBodyServiceMeshesSpecNetwork() |
@NameInMap(value="SecurityGroupId") public String securityGroupId
The ID of the security group.
@NameInMap(value="VpcId") public String vpcId
The ID of the virtual private cloud (VPC).
public DescribeServiceMeshesResponseBodyServiceMeshesSpecNetwork()
public static DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecNetwork build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecNetwork setSecurityGroupId(String securityGroupId)
public String getSecurityGroupId()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecNetwork setVSwitches(List<String> vSwitches)
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpecNetwork setVpcId(String vpcId)
public String getVpcId()
Copyright © 2023. All rights reserved.