public class ModifyCustomerGatewayAttributeResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
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.
|
构造器和说明 |
---|
ModifyCustomerGatewayAttributeResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyCustomerGatewayAttributeResponseBody |
build(Map<String,?> map) |
Long |
getCreateTime() |
String |
getCustomerGatewayId() |
String |
getDescription() |
String |
getIpAddress() |
String |
getName() |
String |
getRequestId() |
String |
getResourceGroupId() |
ModifyCustomerGatewayAttributeResponseBody |
setCreateTime(Long createTime) |
ModifyCustomerGatewayAttributeResponseBody |
setCustomerGatewayId(String customerGatewayId) |
ModifyCustomerGatewayAttributeResponseBody |
setDescription(String description) |
ModifyCustomerGatewayAttributeResponseBody |
setIpAddress(String ipAddress) |
ModifyCustomerGatewayAttributeResponseBody |
setName(String name) |
ModifyCustomerGatewayAttributeResponseBody |
setRequestId(String requestId) |
ModifyCustomerGatewayAttributeResponseBody |
setResourceGroupId(String resourceGroupId) |
@NameInMap(value="CreateTime") public Long createTime
The timestamp generated when the customer gateway was created.
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:8AA5CE21-2E6A-4530-BDF5-F055849476E6
@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****
public ModifyCustomerGatewayAttributeResponseBody()
public static ModifyCustomerGatewayAttributeResponseBody build(Map<String,?> map) throws Exception
Exception
public ModifyCustomerGatewayAttributeResponseBody setCreateTime(Long createTime)
public Long getCreateTime()
public ModifyCustomerGatewayAttributeResponseBody setCustomerGatewayId(String customerGatewayId)
public String getCustomerGatewayId()
public ModifyCustomerGatewayAttributeResponseBody setDescription(String description)
public String getDescription()
public ModifyCustomerGatewayAttributeResponseBody setIpAddress(String ipAddress)
public String getIpAddress()
public ModifyCustomerGatewayAttributeResponseBody setName(String name)
public String getName()
public ModifyCustomerGatewayAttributeResponseBody setRequestId(String requestId)
public String getRequestId()
public ModifyCustomerGatewayAttributeResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
Copyright © 2024. All rights reserved.