public static class DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
asn
The autonomous system number (ASN) of the gateway device in the data center.
|
String |
authKey
The authentication key that is used to connect to the gateway device in the data center by using Border Gateway Protocol (BGP).
|
Long |
createTime
The time when the customer gateway was created.
|
String |
customerGatewayId
The customer gateway ID.
|
String |
description
The description of the customer gateway.
|
String |
ipAddress
The IP address of the gateway device in the data center.
|
String |
name
The name of the customer gateway.
|
String |
resourceGroupId
The ID of the resource group to which the customer gateway belongs.
|
DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGatewayTags |
tags
The tags that are added to the customer gateway.
|
构造器和说明 |
---|
DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway() |
@NameInMap(value="Asn") public Long asn
The autonomous system number (ASN) of the gateway device in the data center.
example:65530
@NameInMap(value="AuthKey") public String authKey
The authentication key that is used to connect to the gateway device in the data center by using Border Gateway Protocol (BGP).
example:AuthKey****
@NameInMap(value="CreateTime") public Long createTime
The time when the customer gateway was created. Unit: millisecond.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1492747187000
@NameInMap(value="CustomerGatewayId") public String customerGatewayId
The customer gateway ID.
example:cgw-bp1pvpl9r9adju6l5****
@NameInMap(value="Description") public String description
The description of the customer gateway.
example:desctest
@NameInMap(value="IpAddress") public String ipAddress
The 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="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 DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGatewayTags tags
The tags that are added to the customer gateway.
public DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway()
public static DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway build(Map<String,?> map) throws Exception
Exception
public DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway setAsn(Long asn)
public Long getAsn()
public DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway setAuthKey(String authKey)
public String getAuthKey()
public DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway setCreateTime(Long createTime)
public Long getCreateTime()
public DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway setCustomerGatewayId(String customerGatewayId)
public String getCustomerGatewayId()
public DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway setDescription(String description)
public String getDescription()
public DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway setIpAddress(String ipAddress)
public String getIpAddress()
public DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway setName(String name)
public String getName()
public DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGateway setTags(DescribeCustomerGatewaysResponseBody.DescribeCustomerGatewaysResponseBodyCustomerGatewaysCustomerGatewayTags tags)
Copyright © 2024. All rights reserved.