public class DescribeCustomerGatewayResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeCustomerGatewayResponseBody.DescribeCustomerGatewayResponseBodyTags |
static class |
DescribeCustomerGatewayResponseBody.DescribeCustomerGatewayResponseBodyTagsTag |
限定符和类型 | 字段和说明 |
---|---|
Long |
asn
The autonomous system number (ASN) of the gateway device in the data center.
|
String |
authKey
The authentication key of the Border Gateway Protocol (BGP) routing protocol for the gateway device in the data center.
|
Long |
createTime
The timestamp generated when the customer gateway was created.
|
String |
customerGatewayId
The ID of the customer gateway.
|
String |
description
The description of the customer gateway.
|
String |
ipAddress
The public IP address of the gateway device in the data center.
|
String |
name
The name of the customer gateway.
|
String |
requestId
The request ID.
|
String |
resourceGroupId
The ID of the resource group to which the customer gateway belongs.
|
DescribeCustomerGatewayResponseBody.DescribeCustomerGatewayResponseBodyTags |
tags
The list of tags added to the customer gateway.
|
构造器和说明 |
---|
DescribeCustomerGatewayResponseBody() |
@NameInMap(value="Asn") public Long asn
The autonomous system number (ASN) of the gateway device in the data center.
example:65535
@NameInMap(value="AuthKey") public String authKey
The authentication key of the Border Gateway Protocol (BGP) routing protocol for the gateway device in the data center.
example:AuthKey****
@NameInMap(value="CreateTime") public Long createTime
The timestamp generated when the customer gateway was created. Unit: milliseconds.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
example:1492747187000
@NameInMap(value="CustomerGatewayId") public String customerGatewayId
The ID of the customer gateway.
example:cgw-bp1pvpl9r9adju6l5****
@NameInMap(value="Description") public String description
The description of the customer gateway.
example:desctest
@NameInMap(value="IpAddress") public String ipAddress
The public IP address of the gateway device in the data center.
example:139.32.XX.XX
@NameInMap(value="Name") public String name
The name of the customer gateway.
example:nametest
@NameInMap(value="RequestId") public String requestId
The request ID.
example:A0457BC9-6C0F-4437-AB9D-FB2EABC1D6A2
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the customer gateway belongs.
You can call the ListResourceGroups operation to query resource groups.
example:rg-acfmzs372yg****
@NameInMap(value="Tags") public DescribeCustomerGatewayResponseBody.DescribeCustomerGatewayResponseBodyTags tags
The list of tags added to the customer gateway.
public static DescribeCustomerGatewayResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeCustomerGatewayResponseBody setAsn(Long asn)
public Long getAsn()
public DescribeCustomerGatewayResponseBody setAuthKey(String authKey)
public String getAuthKey()
public DescribeCustomerGatewayResponseBody setCreateTime(Long createTime)
public Long getCreateTime()
public DescribeCustomerGatewayResponseBody setCustomerGatewayId(String customerGatewayId)
public String getCustomerGatewayId()
public DescribeCustomerGatewayResponseBody setDescription(String description)
public String getDescription()
public DescribeCustomerGatewayResponseBody setIpAddress(String ipAddress)
public String getIpAddress()
public DescribeCustomerGatewayResponseBody setName(String name)
public String getName()
public DescribeCustomerGatewayResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeCustomerGatewayResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeCustomerGatewayResponseBody setTags(DescribeCustomerGatewayResponseBody.DescribeCustomerGatewayResponseBodyTags tags)
public DescribeCustomerGatewayResponseBody.DescribeCustomerGatewayResponseBodyTags getTags()
Copyright © 2024. All rights reserved.