All Products
Search
Document Center

Virtual Private Cloud:DescribeIpv6GatewayAttribute

Last Updated:Jul 11, 2024

Queries the information about an IPv6 gateway, including the region, virtual private cloud (VPC), status, and billing method.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The ID of the region where the IPv6 gateway is deployed. You can call the DescribeRegions operation to query the most recent region list.

cn-huhehaote
Ipv6GatewayIdstringYes

The ID of the IPv6 gateway that you want to query.

ipv6gw-hp3y0l3ln89j8cdvf****

Response parameters

ParameterTypeDescriptionExample
object
VpcIdstring

The ID of the virtual private cloud (VPC) to which the IPv6 gateway belongs.

vpc-123sedrfswd23****
Statusstring

The status of the IPv6 gateway. Valid values:

  • Pending
  • Available
Available
CreationTimestring

The time when the IPv6 gateway was created.

2018-12-05T09:21:35Z
RegionIdstring

The ID of the region where the IPv6 gateway is deployed.

cn-huhehaote
InstanceChargeTypestring

The metering method of the IPv6 gateway.

PostPaid
RequestIdstring

The ID of the request.

0ED8D006-F706-4D23-88ED-E11ED28DCAC
Ipv6GatewayIdstring

The ID of the IPv6 gateway.

ipv6gw-hp3y0l3ln89j8cdvf****
Descriptionstring

The description of the IPv6 gateway.

test
ExpiredTimestring

The time when the IPv6 gateway expires.

2019-1-05T09:21:35Z
BusinessStatusstring

The status of the IPv6 gateway. Valid values:

  • Normal
  • FinancialLocked
  • SecurityLocked
Normal
Namestring

The name of the IPv6 gateway.

test
ResourceGroupIdstring

The ID of the resource group.

rg-acfmxazb4ph6aiy****
GatewayRouteTableIdstring

The ID of the gateway route table associated with the IPv6 gateway.

Note This parameter is available only when the IPv6 gateway is associated with a gateway route table.
vtb-5ts0ohchwkp3dydt2****
Tagsarray<object>

The information about the tags.

object
Keystring

The key of tag N. You can specify at most 20 tag keys. The tag key cannot be an empty string.

The tag key can be up to 128 characters in length. It must start with a letter and can contain digits, periods (.), underscores (_), and hyphens (-). It cannot start with aliyun or acs:, and cannot contain http:// or https://.

FinanceDept
Valuestring

The value of tag N. You can specify at most 20 tag values. The tag value can be an empty string.

The tag value can be up to 128 characters in length. It must start with a letter and can contain digits, periods (.), underscores (_), and hyphens (-). It cannot start with aliyun or acs:, and cannot contain http:// or https://.

FinanceJoshua

Examples

Sample success responses

JSONformat

{
  "VpcId": "vpc-123sedrfswd23****",
  "Status": "Available",
  "CreationTime": "2018-12-05T09:21:35Z",
  "RegionId": "cn-huhehaote",
  "InstanceChargeType": "PostPaid",
  "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC",
  "Ipv6GatewayId": "ipv6gw-hp3y0l3ln89j8cdvf****",
  "Description": "test",
  "ExpiredTime": "2019-1-05T09:21:35Z",
  "BusinessStatus": "Normal",
  "Name": "test",
  "ResourceGroupId": "rg-acfmxazb4ph6aiy****",
  "GatewayRouteTableId": "vtb-5ts0ohchwkp3dydt2****",
  "Tags": {
    "Tag": [
      {
        "Key": "FinanceDept",
        "Value": "FinanceJoshua"
      }
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history