public static class DescribeVSwitchesResponseBody.DescribeVSwitchesResponseBodyVSwitches
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
isDefault
Indicates whether the vSwitch is the default vSwitch.
|
String |
status
The state of the vSwitch.
|
String |
vpcId
The ID of the VPC to which the vSwitch belongs.
|
String |
vSwitchId
The vSwitch ID.
|
String |
vSwitchName
The name of the vSwitch.
|
String |
zoneId
The zone to which the switch belongs.
|
| 构造器和说明 |
|---|
DescribeVSwitchesResponseBodyVSwitches() |
@NameInMap(value="IsDefault") public Boolean isDefault
Indicates whether the vSwitch is the default vSwitch. Valid values:
* `true`
* `false`
@NameInMap(value="Status") public String status
The state of the vSwitch. Valid values:
* `Pending`: The vSwitch is being configured.
* `Available`: The vSwitch is available.
@NameInMap(value="VSwitchId") public String vSwitchId
The vSwitch ID.
@NameInMap(value="VSwitchName") public String vSwitchName
The name of the vSwitch.
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC to which the vSwitch belongs.
@NameInMap(value="ZoneId") public String zoneId
The zone to which the switch belongs.
public static DescribeVSwitchesResponseBody.DescribeVSwitchesResponseBodyVSwitches build(Map<String,?> map) throws Exception
Exceptionpublic DescribeVSwitchesResponseBody.DescribeVSwitchesResponseBodyVSwitches setIsDefault(Boolean isDefault)
public Boolean getIsDefault()
public DescribeVSwitchesResponseBody.DescribeVSwitchesResponseBodyVSwitches setStatus(String status)
public String getStatus()
public DescribeVSwitchesResponseBody.DescribeVSwitchesResponseBodyVSwitches setVSwitchId(String vSwitchId)
public String getVSwitchId()
public DescribeVSwitchesResponseBody.DescribeVSwitchesResponseBodyVSwitches setVSwitchName(String vSwitchName)
public String getVSwitchName()
public DescribeVSwitchesResponseBody.DescribeVSwitchesResponseBodyVSwitches setVpcId(String vpcId)
public String getVpcId()
public DescribeVSwitchesResponseBody.DescribeVSwitchesResponseBodyVSwitches setZoneId(String zoneId)
public String getZoneId()
Copyright © 2023. All rights reserved.