public static class DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
action
The name of the action performed on the managed instance.
|
String |
childType
The type of the child resource.
|
Boolean |
isManaged
Indicates whether the specified actions are managed.
|
构造器和说明 |
---|
DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos() |
@NameInMap(value="Action") public String action
The name of the action performed on the managed instance. Valid values:
* **Create**
* **Update**
* **Delete**
* **Associate**
* **UserUnmanaged**
* **CreateChild**
@NameInMap(value="ChildType") public String childType
The type of the child resource. Valid values:
* **Listener**: listener.
* **IpSet**: acceleration region.
* **EndpointGroup**: endpoint group.
* **ForwardingRule**: forwarding rule.
* **Endpoint**: endpoint.
* **EndpointGroupDestination**: protocol mapping of an endpoint group that is associated with a custom routing listener.
* **EndpointPolicy**: traffic policy of an endpoint that is associated with a custom routing listener.
> This parameter takes effect only if the value of **Action** is **CreateChild**.
@NameInMap(value="IsManaged") public Boolean isManaged
Indicates whether the specified actions are managed.
* **true**: The specified actions are managed, and users cannot perform the specified actions on the managed instance.
* **false**: The specified actions are not managed, and users can perform the specified actions on the managed instance.
public DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos()
public static DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos build(Map<String,?> map) throws Exception
Exception
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos setAction(String action)
public String getAction()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos setChildType(String childType)
public String getChildType()
public DescribeCustomRoutingEndPointTrafficPolicyResponseBody.DescribeCustomRoutingEndPointTrafficPolicyResponseBodyServiceManagedInfos setIsManaged(Boolean isManaged)
public Boolean getIsManaged()
Copyright © 2024. All rights reserved.