public class DescribeCustomRoutingEndPointTrafficPolicyResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
acceleratorId
The ID of the request.
|
String |
address
The ID of the traffic policy.
|
String |
endpoint
The ID of the endpoint to which the traffic policy belongs.
|
String |
endpointGroupId
The ID of the listener to which the endpoint belongs.
|
String |
endpointId
The ID of the endpoint group to which the endpoint belongs.
|
String |
listenerId
The ID of the GA instance to which the endpoint belongs.
|
String |
policyId
The name of the vSwitch to which the traffic policy belongs.
|
List<DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges> |
portRanges
The IP address of the traffic policy.
|
String |
requestId
The ID of the endpoint to which the traffic destination belongs.
|
String |
serviceId
The ID of the service that manages the instance.
|
Boolean |
serviceManaged
Indicates whether the instance is managed.
|
List<DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos> |
serviceManagedInfos
The actions that users can perform on the managed instance.
|
String |
state
The status of the traffic destination.
|
构造器和说明 |
---|
DescribeCustomRoutingEndPointTrafficPolicyResponseBody() |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the request.
@NameInMap(value="Address") public String address
The ID of the traffic policy.
@NameInMap(value="Endpoint") public String endpoint
The ID of the endpoint to which the traffic policy belongs.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the listener to which the endpoint belongs.
@NameInMap(value="EndpointId") public String endpointId
The ID of the endpoint group to which the endpoint belongs.
@NameInMap(value="ListenerId") public String listenerId
The ID of the GA instance to which the endpoint belongs.
@NameInMap(value="PolicyId") public String policyId
The name of the vSwitch to which the traffic policy belongs.
@NameInMap(value="PortRanges") public List<DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges> portRanges
The IP address of the traffic policy.
@NameInMap(value="RequestId") public String requestId
The ID of the endpoint to which the traffic destination belongs.
@NameInMap(value="ServiceId") public String serviceId
The ID of the service that manages the instance.
> This parameter is returned only if the value of **ServiceManaged** is **true**.
@NameInMap(value="ServiceManaged") public Boolean serviceManaged
Indicates whether the instance is managed. Valid values:
* **true**
* **false**
@NameInMap(value="ServiceManagedInfos") public List<DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos> serviceManagedInfos
The actions that users can perform on the managed instance.
> * This parameter is returned only if the value of **ServiceManaged** is **true**.
> * Users can perform only specific actions on a managed instance.
@NameInMap(value="State") public String state
The status of the traffic destination.
- init: being initialized.
- active: running as expected.
- updating: being updated.
- deleting: being deleted.
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody()
public static DescribeCustomRoutingEndPointTrafficPolicyResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setAddress(String address)
public String getAddress()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setEndpoint(String endpoint)
public String getEndpoint()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setEndpointId(String endpointId)
public String getEndpointId()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setListenerId(String listenerId)
public String getListenerId()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setPolicyId(String policyId)
public String getPolicyId()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setPortRanges(List<DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges> portRanges)
public List<DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges> getPortRanges()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setServiceId(String serviceId)
public String getServiceId()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setServiceManaged(Boolean serviceManaged)
public Boolean getServiceManaged()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setServiceManagedInfos(List<DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos> serviceManagedInfos)
public List<DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos> getServiceManagedInfos()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody setState(String state)
public String getState()
Copyright © 2024. All rights reserved.