public static class ListVpcEndpointsResponseBody.ListVpcEndpointsResponseBodyResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
connectionStatus
The status of the endpoint connection.
|
String |
createTime
The time when the endpoint was created.
|
String |
endpointBusinessStatus
The business status of the endpoint.
|
String |
endpointDomain
The domain name of the endpoint.
|
String |
endpointId
The ID of the endpoint.
|
String |
endpointName
The name of the endpoint.
|
String |
endpointStatus
The status of the endpoint.
|
String |
serviceId
The ID of the endpoint service with which the endpoint is associated.
|
String |
serviceName
The name of the endpoint service with which the endpoint is associated.
|
构造器和说明 |
---|
ListVpcEndpointsResponseBodyResult() |
@NameInMap(value="connectionStatus") public String connectionStatus
The status of the endpoint connection. Valid values:
* Pending
* Connecting
* Connected
* Disconnecting
* Disconnected
* Deleting
* ServiceDeleted
@NameInMap(value="createTime") public String createTime
The time when the endpoint was created.
@NameInMap(value="endpointBusinessStatus") public String endpointBusinessStatus
The business status of the endpoint. Valid values:
* Normal
* FinancialLocked
@NameInMap(value="endpointDomain") public String endpointDomain
The domain name of the endpoint. The domain name is used for connection configuration.
@NameInMap(value="endpointId") public String endpointId
The ID of the endpoint.
@NameInMap(value="endpointName") public String endpointName
The name of the endpoint.
@NameInMap(value="endpointStatus") public String endpointStatus
The status of the endpoint. Valid values:
* Creating
* Active
* Pending
* Deleting
@NameInMap(value="serviceId") public String serviceId
The ID of the endpoint service with which the endpoint is associated.
@NameInMap(value="serviceName") public String serviceName
The name of the endpoint service with which the endpoint is associated.
public static ListVpcEndpointsResponseBody.ListVpcEndpointsResponseBodyResult build(Map<String,?> map) throws Exception
Exception
public ListVpcEndpointsResponseBody.ListVpcEndpointsResponseBodyResult setConnectionStatus(String connectionStatus)
public String getConnectionStatus()
public ListVpcEndpointsResponseBody.ListVpcEndpointsResponseBodyResult setCreateTime(String createTime)
public String getCreateTime()
public ListVpcEndpointsResponseBody.ListVpcEndpointsResponseBodyResult setEndpointBusinessStatus(String endpointBusinessStatus)
public String getEndpointBusinessStatus()
public ListVpcEndpointsResponseBody.ListVpcEndpointsResponseBodyResult setEndpointDomain(String endpointDomain)
public String getEndpointDomain()
public ListVpcEndpointsResponseBody.ListVpcEndpointsResponseBodyResult setEndpointId(String endpointId)
public String getEndpointId()
public ListVpcEndpointsResponseBody.ListVpcEndpointsResponseBodyResult setEndpointName(String endpointName)
public String getEndpointName()
public ListVpcEndpointsResponseBody.ListVpcEndpointsResponseBodyResult setEndpointStatus(String endpointStatus)
public String getEndpointStatus()
public ListVpcEndpointsResponseBody.ListVpcEndpointsResponseBodyResult setServiceId(String serviceId)
public String getServiceId()
public ListVpcEndpointsResponseBody.ListVpcEndpointsResponseBodyResult setServiceName(String serviceName)
public String getServiceName()
Copyright © 2024. All rights reserved.