public class DescribeVSwitchAttributesResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
availableIpAddressCount
The number of available IP addresses.
|
String |
cidrBlock
The CIDR block of the vSwitch.
|
String |
creationTime
The time when the vSwitch was created.
|
String |
description
The description of the vSwitch.
|
Boolean |
enabledIpv6
Indicates whether IPv6 is enabled for the vSwitch.
|
String |
ipv6CidrBlock
The IPv6 CIDR block of the vSwitch.
|
Boolean |
isDefault
Indicates whether the vSwitch is the default vSwitch.
|
String |
networkAclId
The network access control list (ACL) rules.
|
Long |
ownerId
The ID of the Alibaba Cloud account to which the resource belongs.
|
String |
requestId
The request ID.
|
String |
resourceGroupId
The ID of the resource group to which the ACL belongs.
|
DescribeVSwitchAttributesResponseBody.DescribeVSwitchAttributesResponseBodyRouteTable |
routeTable
The information about the route table that is associated with the vSwitch.
|
String |
shareType
Indicates whether the vSwitch is shared.
|
String |
status
The status of the vSwitch.
|
DescribeVSwitchAttributesResponseBody.DescribeVSwitchAttributesResponseBodyTags |
tags
The information about the tags.
|
String |
vpcId
The ID of the VPC to which the vSwitch belongs.
|
String |
vSwitchId
The vSwitch ID.
|
String |
vSwitchName
The vSwitch name.
|
String |
zoneId
The ID of the zone to which the vSwitch belongs.
|
构造器和说明 |
---|
DescribeVSwitchAttributesResponseBody() |
@NameInMap(value="AvailableIpAddressCount") public Long availableIpAddressCount
The number of available IP addresses.
example:12
@NameInMap(value="CidrBlock") public String cidrBlock
The CIDR block of the vSwitch.
example:192.168.0.1/24
@NameInMap(value="CreationTime") public String creationTime
The time when the vSwitch was created.
example:2021-08-22T10:40:25Z
@NameInMap(value="Description") public String description
The description of the vSwitch.
example:abc
@NameInMap(value="EnabledIpv6") public Boolean enabledIpv6
Indicates whether IPv6 is enabled for the vSwitch. If you enable IPv6, you must configure the IPv6 CIDR block of the vSwitch. Valid values:
true
@NameInMap(value="Ipv6CidrBlock") public String ipv6CidrBlock
The IPv6 CIDR block of the vSwitch.
example:2408:XXXX:3c5:44e::/64
@NameInMap(value="IsDefault") public Boolean isDefault
Indicates whether the vSwitch is the default vSwitch. Valid values:
false
@NameInMap(value="NetworkAclId") public String networkAclId
The network access control list (ACL) rules.
example:1
@NameInMap(value="OwnerId") public Long ownerId
The ID of the Alibaba Cloud account to which the resource belongs.
example:287683832402436789
@NameInMap(value="RequestId") public String requestId
The request ID.
example:7B48B4B9-1EAD-469F-B488-594DAB4B6A1A
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the ACL belongs.
example:rg-acfmxazb4ph****
@NameInMap(value="RouteTable") public DescribeVSwitchAttributesResponseBody.DescribeVSwitchAttributesResponseBodyRouteTable routeTable
The information about the route table that is associated with the vSwitch.
@NameInMap(value="ShareType") public String shareType
Indicates whether the vSwitch is shared.
Shared
@NameInMap(value="Status") public String status
The status of the vSwitch. Valid values:
Pending
@NameInMap(value="Tags") public DescribeVSwitchAttributesResponseBody.DescribeVSwitchAttributesResponseBodyTags tags
The information about the tags.
@NameInMap(value="VSwitchId") public String vSwitchId
The vSwitch ID.
example:vsw-25b7pv15t****
@NameInMap(value="VSwitchName") public String vSwitchName
The vSwitch name.
example:test
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC to which the vSwitch belongs.
example:vpc-257gq642n****
@NameInMap(value="ZoneId") public String zoneId
The ID of the zone to which the vSwitch belongs.
example:cn-beijing-a
public static DescribeVSwitchAttributesResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeVSwitchAttributesResponseBody setAvailableIpAddressCount(Long availableIpAddressCount)
public Long getAvailableIpAddressCount()
public DescribeVSwitchAttributesResponseBody setCidrBlock(String cidrBlock)
public String getCidrBlock()
public DescribeVSwitchAttributesResponseBody setCreationTime(String creationTime)
public String getCreationTime()
public DescribeVSwitchAttributesResponseBody setDescription(String description)
public String getDescription()
public DescribeVSwitchAttributesResponseBody setEnabledIpv6(Boolean enabledIpv6)
public Boolean getEnabledIpv6()
public DescribeVSwitchAttributesResponseBody setIpv6CidrBlock(String ipv6CidrBlock)
public String getIpv6CidrBlock()
public DescribeVSwitchAttributesResponseBody setIsDefault(Boolean isDefault)
public Boolean getIsDefault()
public DescribeVSwitchAttributesResponseBody setNetworkAclId(String networkAclId)
public String getNetworkAclId()
public DescribeVSwitchAttributesResponseBody setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVSwitchAttributesResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeVSwitchAttributesResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeVSwitchAttributesResponseBody setRouteTable(DescribeVSwitchAttributesResponseBody.DescribeVSwitchAttributesResponseBodyRouteTable routeTable)
public DescribeVSwitchAttributesResponseBody.DescribeVSwitchAttributesResponseBodyRouteTable getRouteTable()
public DescribeVSwitchAttributesResponseBody setShareType(String shareType)
public String getShareType()
public DescribeVSwitchAttributesResponseBody setStatus(String status)
public String getStatus()
public DescribeVSwitchAttributesResponseBody setTags(DescribeVSwitchAttributesResponseBody.DescribeVSwitchAttributesResponseBodyTags tags)
public DescribeVSwitchAttributesResponseBody.DescribeVSwitchAttributesResponseBodyTags getTags()
public DescribeVSwitchAttributesResponseBody setVSwitchId(String vSwitchId)
public String getVSwitchId()
public DescribeVSwitchAttributesResponseBody setVSwitchName(String vSwitchName)
public String getVSwitchName()
public DescribeVSwitchAttributesResponseBody setVpcId(String vpcId)
public String getVpcId()
public DescribeVSwitchAttributesResponseBody setZoneId(String zoneId)
public String getZoneId()
Copyright © 2024. All rights reserved.