public class GetVpcGatewayEndpointAttributeResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
GetVpcGatewayEndpointAttributeResponseBody.GetVpcGatewayEndpointAttributeResponseBodyTags |
限定符和类型 | 字段和说明 |
---|---|
String |
creationTime
The time when the endpoint was created.
|
String |
endpointDescription
The description of the gateway endpoint.
|
String |
endpointId
The ID of the gateway endpoint.
|
String |
endpointName
The name of the gateway endpoint.
|
String |
endpointStatus
The status of the gateway endpoint.
|
String |
policyDocument
The access policy for the cloud service.
|
String |
requestId
The request ID.
|
String |
resourceGroupId
The ID of the resource group to which the gateway endpoint belongs.
|
List<String> |
routeTables
The ID of the route table associated with the gateway endpoint.
|
String |
serviceName
The name of the endpoint service.
|
List<GetVpcGatewayEndpointAttributeResponseBody.GetVpcGatewayEndpointAttributeResponseBodyTags> |
tags
The tag list.
|
String |
vpcId
The ID of the virtual private cloud (VPC) to which the gateway endpoint belongs.
|
构造器和说明 |
---|
GetVpcGatewayEndpointAttributeResponseBody() |
@NameInMap(value="CreationTime") public String creationTime
The time when the endpoint was created. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.
example:2021-08-27T01:58:37Z
@NameInMap(value="EndpointDescription") public String endpointDescription
The description of the gateway endpoint.
example:test
@NameInMap(value="EndpointId") public String endpointId
The ID of the gateway endpoint.
example:vpce-bp1w1dmdqjpwul0v3****
@NameInMap(value="EndpointName") public String endpointName
The name of the gateway endpoint.
example:test
@NameInMap(value="EndpointStatus") public String endpointStatus
The status of the gateway endpoint. Valid values:
Created
@NameInMap(value="PolicyDocument") public String policyDocument
The access policy for the cloud service.
example:{"Version" : "1", "Statement" : [ { "Effect" : "Allow", "Resource" : [ "" ], "Action" : [ "" ], "Principal" : [ "*" ] } ] }
@NameInMap(value="RequestId") public String requestId
The request ID.
example:A1122D0F-7B3B-5445-BB19-17F27F97FE1C
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the gateway endpoint belongs.
example:rg-acfmxvfvazb4p****
@NameInMap(value="RouteTables") public List<String> routeTables
The ID of the route table associated with the gateway endpoint.
@NameInMap(value="ServiceName") public String serviceName
The name of the endpoint service.
example:com.aliyun.cn-hangzhou.oss
@NameInMap(value="Tags") public List<GetVpcGatewayEndpointAttributeResponseBody.GetVpcGatewayEndpointAttributeResponseBodyTags> tags
The tag list.
@NameInMap(value="VpcId") public String vpcId
The ID of the virtual private cloud (VPC) to which the gateway endpoint belongs.
example:vpc-bp1nh86rugg01zol0****
public GetVpcGatewayEndpointAttributeResponseBody()
public static GetVpcGatewayEndpointAttributeResponseBody build(Map<String,?> map) throws Exception
Exception
public GetVpcGatewayEndpointAttributeResponseBody setCreationTime(String creationTime)
public String getCreationTime()
public GetVpcGatewayEndpointAttributeResponseBody setEndpointDescription(String endpointDescription)
public String getEndpointDescription()
public GetVpcGatewayEndpointAttributeResponseBody setEndpointId(String endpointId)
public String getEndpointId()
public GetVpcGatewayEndpointAttributeResponseBody setEndpointName(String endpointName)
public String getEndpointName()
public GetVpcGatewayEndpointAttributeResponseBody setEndpointStatus(String endpointStatus)
public String getEndpointStatus()
public GetVpcGatewayEndpointAttributeResponseBody setPolicyDocument(String policyDocument)
public String getPolicyDocument()
public GetVpcGatewayEndpointAttributeResponseBody setRequestId(String requestId)
public String getRequestId()
public GetVpcGatewayEndpointAttributeResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public GetVpcGatewayEndpointAttributeResponseBody setRouteTables(List<String> routeTables)
public GetVpcGatewayEndpointAttributeResponseBody setServiceName(String serviceName)
public String getServiceName()
public GetVpcGatewayEndpointAttributeResponseBody setTags(List<GetVpcGatewayEndpointAttributeResponseBody.GetVpcGatewayEndpointAttributeResponseBodyTags> tags)
public List<GetVpcGatewayEndpointAttributeResponseBody.GetVpcGatewayEndpointAttributeResponseBodyTags> getTags()
public GetVpcGatewayEndpointAttributeResponseBody setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.