public class GetIpv4GatewayAttributeResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
GetIpv4GatewayAttributeResponseBody.GetIpv4GatewayAttributeResponseBodyTags |
限定符和类型 | 字段和说明 |
---|---|
String |
createTime
The time when the IPv4 gateway was created.
|
Boolean |
enabled
Indicates whether the IPv4 gateway is activated.
|
String |
ipv4GatewayDescription
The description of the IPv4 gateway.
|
String |
ipv4GatewayId
The ID of the IPv4 gateway.
|
String |
ipv4GatewayName
The name of the IPv4 gateway.
|
String |
ipv4GatewayRouteTableId
The ID of the route table associated with the IPv4 gateway.
|
String |
requestId
The request ID.
|
String |
resourceGroupId
The ID of the resource group to which the IPv4 gateway belongs.
|
String |
status
The status of the IPv4 gateway.
|
List<GetIpv4GatewayAttributeResponseBody.GetIpv4GatewayAttributeResponseBodyTags> |
tags
The tag list.
|
String |
vpcId
The ID of the VPC with which the IPv4 gateway is associated.
|
构造器和说明 |
---|
GetIpv4GatewayAttributeResponseBody() |
@NameInMap(value="CreateTime") public String createTime
The time when the IPv4 gateway was created.
example:2022-02-24T09:02:36Z
@NameInMap(value="Enabled") public Boolean enabled
Indicates whether the IPv4 gateway is activated. Valid values:
true
@NameInMap(value="Ipv4GatewayDescription") public String ipv4GatewayDescription
The description of the IPv4 gateway.
example:new
@NameInMap(value="Ipv4GatewayId") public String ipv4GatewayId
The ID of the IPv4 gateway.
example:ipv4gw-5tsnc6s4ogsedtp3k****
@NameInMap(value="Ipv4GatewayName") public String ipv4GatewayName
The name of the IPv4 gateway.
example:name
@NameInMap(value="Ipv4GatewayRouteTableId") public String ipv4GatewayRouteTableId
The ID of the route table associated with the IPv4 gateway.
example:vtb-5ts0ohchwkp3dydt2****
@NameInMap(value="RequestId") public String requestId
The request ID.
example:7F79A919-6FE9-50C4-967B-45705E1F9C38
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the IPv4 gateway belongs.
example:rg-bp67acfmxazb4ph****
@NameInMap(value="Status") public String status
The status of the IPv4 gateway. Valid values:
Created
@NameInMap(value="Tags") public List<GetIpv4GatewayAttributeResponseBody.GetIpv4GatewayAttributeResponseBodyTags> tags
The tag list.
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC with which the IPv4 gateway is associated.
example:vpc-5tsrxlw7dv074gci4****
public static GetIpv4GatewayAttributeResponseBody build(Map<String,?> map) throws Exception
Exception
public GetIpv4GatewayAttributeResponseBody setCreateTime(String createTime)
public String getCreateTime()
public GetIpv4GatewayAttributeResponseBody setEnabled(Boolean enabled)
public Boolean getEnabled()
public GetIpv4GatewayAttributeResponseBody setIpv4GatewayDescription(String ipv4GatewayDescription)
public String getIpv4GatewayDescription()
public GetIpv4GatewayAttributeResponseBody setIpv4GatewayId(String ipv4GatewayId)
public String getIpv4GatewayId()
public GetIpv4GatewayAttributeResponseBody setIpv4GatewayName(String ipv4GatewayName)
public String getIpv4GatewayName()
public GetIpv4GatewayAttributeResponseBody setIpv4GatewayRouteTableId(String ipv4GatewayRouteTableId)
public String getIpv4GatewayRouteTableId()
public GetIpv4GatewayAttributeResponseBody setRequestId(String requestId)
public String getRequestId()
public GetIpv4GatewayAttributeResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public GetIpv4GatewayAttributeResponseBody setStatus(String status)
public String getStatus()
public GetIpv4GatewayAttributeResponseBody setTags(List<GetIpv4GatewayAttributeResponseBody.GetIpv4GatewayAttributeResponseBodyTags> tags)
public List<GetIpv4GatewayAttributeResponseBody.GetIpv4GatewayAttributeResponseBodyTags> getTags()
public GetIpv4GatewayAttributeResponseBody setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.