public static final class DescribeCustomerGatewayResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeCustomerGatewayResponseBody.Builder |
asn(Long asn)
The autonomous system number (ASN) of the gateway device in the data center.
|
DescribeCustomerGatewayResponseBody.Builder |
authKey(String authKey)
The authentication key of the Border Gateway Protocol (BGP) routing protocol for the gateway device in the data center.
|
DescribeCustomerGatewayResponseBody |
build() |
DescribeCustomerGatewayResponseBody.Builder |
createTime(Long createTime)
The timestamp generated when the customer gateway was created.
|
DescribeCustomerGatewayResponseBody.Builder |
customerGatewayId(String customerGatewayId)
The ID of the customer gateway.
|
DescribeCustomerGatewayResponseBody.Builder |
description(String description)
The description of the customer gateway.
|
DescribeCustomerGatewayResponseBody.Builder |
ipAddress(String ipAddress)
The public IP address of the gateway device in the data center.
|
DescribeCustomerGatewayResponseBody.Builder |
name(String name)
The name of the customer gateway.
|
DescribeCustomerGatewayResponseBody.Builder |
requestId(String requestId)
The request ID.
|
DescribeCustomerGatewayResponseBody.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the customer gateway belongs.
|
DescribeCustomerGatewayResponseBody.Builder |
tags(DescribeCustomerGatewayResponseBody.Tags tags)
The list of tags added to the customer gateway.
|
public DescribeCustomerGatewayResponseBody.Builder asn(Long asn)
public DescribeCustomerGatewayResponseBody.Builder authKey(String authKey)
public DescribeCustomerGatewayResponseBody.Builder createTime(Long createTime)
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.
public DescribeCustomerGatewayResponseBody.Builder customerGatewayId(String customerGatewayId)
public DescribeCustomerGatewayResponseBody.Builder description(String description)
public DescribeCustomerGatewayResponseBody.Builder ipAddress(String ipAddress)
public DescribeCustomerGatewayResponseBody.Builder name(String name)
public DescribeCustomerGatewayResponseBody.Builder requestId(String requestId)
public DescribeCustomerGatewayResponseBody.Builder resourceGroupId(String resourceGroupId)
You can call the [ListResourceGroups](~~158855~~) operation to query resource groups.
public DescribeCustomerGatewayResponseBody.Builder tags(DescribeCustomerGatewayResponseBody.Tags tags)
public DescribeCustomerGatewayResponseBody build()
Copyright © 2024. All rights reserved.