public static class ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpoints
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
associatedRouteTables
The ID of the route table associated with the gateway endpoint.
|
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 |
resourceGroupId
The ID of the resource group to which the gateway endpoint belongs.
|
String |
serviceName
The name of the endpoint service.
|
List<ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpointsTags> |
tags
The tag list.
|
String |
vpcId
The ID of the virtual private cloud (VPC) to which the gateway endpoint belongs.
|
构造器和说明 |
---|
ListVpcGatewayEndpointsResponseBodyEndpoints() |
@NameInMap(value="AssociatedRouteTables") public List<String> associatedRouteTables
The ID of the route table associated with the gateway endpoint.
@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-09-08T08:43:04Z
@NameInMap(value="EndpointDescription") public String endpointDescription
The description of the gateway endpoint.
example:test_description
@NameInMap(value="EndpointId") public String endpointId
The ID of the gateway endpoint.
example:vpce-bp1i1212ss2whuwyw****
@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.
For more information about the syntax and structure of the access policy, see Policy syntax and structure.
example:{\n \"Version\": \"1\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": \"\",\n \"Principal\": \"\",\n \"Resource\": \"*\"\n }\n ]\n}
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the gateway endpoint belongs.
example:rg-acfmxvfvazb4p****
@NameInMap(value="ServiceName") public String serviceName
The name of the endpoint service.
example:com.aliyun.cn-hangzhou.oss
@NameInMap(value="Tags") public List<ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpointsTags> 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-bp1gsk7h12ew7oegk****
public ListVpcGatewayEndpointsResponseBodyEndpoints()
public static ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpoints build(Map<String,?> map) throws Exception
Exception
public ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpoints setAssociatedRouteTables(List<String> associatedRouteTables)
public ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpoints setCreationTime(String creationTime)
public String getCreationTime()
public ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpoints setEndpointDescription(String endpointDescription)
public String getEndpointDescription()
public ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpoints setEndpointId(String endpointId)
public String getEndpointId()
public ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpoints setEndpointName(String endpointName)
public String getEndpointName()
public ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpoints setEndpointStatus(String endpointStatus)
public String getEndpointStatus()
public ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpoints setPolicyDocument(String policyDocument)
public String getPolicyDocument()
public ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpoints setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpoints setServiceName(String serviceName)
public String getServiceName()
public ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpoints setTags(List<ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpointsTags> tags)
public List<ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpointsTags> getTags()
public ListVpcGatewayEndpointsResponseBody.ListVpcGatewayEndpointsResponseBodyEndpoints setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.