public class DescribeIpv6GatewayAttributeResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
businessStatus
The status of the IPv6 gateway.
|
String |
creationTime
The time when the IPv6 gateway was created.
|
String |
description
The description of the IPv6 gateway.
|
String |
expiredTime
The time when the IPv6 gateway expires.
|
String |
gatewayRouteTableId
The ID of the gateway route table associated with the IPv6 gateway.
|
String |
instanceChargeType
The metering method of the IPv6 gateway.
|
String |
ipv6GatewayId
The ID of the IPv6 gateway.
|
String |
name
The name of the IPv6 gateway.
|
String |
regionId
The ID of the region where the IPv6 gateway is deployed.
|
String |
requestId
The ID of the request.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
status
The status of the IPv6 gateway.
|
DescribeIpv6GatewayAttributeResponseBody.DescribeIpv6GatewayAttributeResponseBodyTags |
tags
The information about the tags.
|
String |
vpcId
The ID of the virtual private cloud (VPC) to which the IPv6 gateway belongs.
|
构造器和说明 |
---|
DescribeIpv6GatewayAttributeResponseBody() |
@NameInMap(value="BusinessStatus") public String businessStatus
The status of the IPv6 gateway. Valid values:
Normal
@NameInMap(value="CreationTime") public String creationTime
The time when the IPv6 gateway was created.
example:2018-12-05T09:21:35Z
@NameInMap(value="Description") public String description
The description of the IPv6 gateway.
example:test
@NameInMap(value="ExpiredTime") public String expiredTime
The time when the IPv6 gateway expires.
example:2019-1-05T09:21:35Z
@NameInMap(value="GatewayRouteTableId") public String gatewayRouteTableId
The ID of the gateway route table associated with the IPv6 gateway.
example:This parameter is available only when the IPv6 gateway is associated with a gateway route table.
vtb-5ts0ohchwkp3dydt2****
@NameInMap(value="InstanceChargeType") public String instanceChargeType
The metering method of the IPv6 gateway.
example:PostPaid
@NameInMap(value="Ipv6GatewayId") public String ipv6GatewayId
The ID of the IPv6 gateway.
example:ipv6gw-hp3y0l3ln89j8cdvf****
@NameInMap(value="Name") public String name
The name of the IPv6 gateway.
example:test
@NameInMap(value="RegionId") public String regionId
The ID of the region where the IPv6 gateway is deployed.
example:cn-huhehaote
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:0ED8D006-F706-4D23-88ED-E11ED28DCAC
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group.
example:rg-acfmxazb4ph6aiy****
@NameInMap(value="Status") public String status
The status of the IPv6 gateway. Valid values:
Available
@NameInMap(value="Tags") public DescribeIpv6GatewayAttributeResponseBody.DescribeIpv6GatewayAttributeResponseBodyTags tags
The information about the tags.
@NameInMap(value="VpcId") public String vpcId
The ID of the virtual private cloud (VPC) to which the IPv6 gateway belongs.
example:vpc-123sedrfswd23****
public static DescribeIpv6GatewayAttributeResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeIpv6GatewayAttributeResponseBody setBusinessStatus(String businessStatus)
public String getBusinessStatus()
public DescribeIpv6GatewayAttributeResponseBody setCreationTime(String creationTime)
public String getCreationTime()
public DescribeIpv6GatewayAttributeResponseBody setDescription(String description)
public String getDescription()
public DescribeIpv6GatewayAttributeResponseBody setExpiredTime(String expiredTime)
public String getExpiredTime()
public DescribeIpv6GatewayAttributeResponseBody setGatewayRouteTableId(String gatewayRouteTableId)
public String getGatewayRouteTableId()
public DescribeIpv6GatewayAttributeResponseBody setInstanceChargeType(String instanceChargeType)
public String getInstanceChargeType()
public DescribeIpv6GatewayAttributeResponseBody setIpv6GatewayId(String ipv6GatewayId)
public String getIpv6GatewayId()
public DescribeIpv6GatewayAttributeResponseBody setName(String name)
public String getName()
public DescribeIpv6GatewayAttributeResponseBody setRegionId(String regionId)
public String getRegionId()
public DescribeIpv6GatewayAttributeResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeIpv6GatewayAttributeResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeIpv6GatewayAttributeResponseBody setStatus(String status)
public String getStatus()
public DescribeIpv6GatewayAttributeResponseBody setTags(DescribeIpv6GatewayAttributeResponseBody.DescribeIpv6GatewayAttributeResponseBodyTags tags)
public DescribeIpv6GatewayAttributeResponseBody.DescribeIpv6GatewayAttributeResponseBodyTags getTags()
public DescribeIpv6GatewayAttributeResponseBody setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.