public static class ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
action
The name of the action on the managed instance.
|
String |
childType
The type of the child resource.
|
Boolean |
isManaged
Indicates whether the specified actions are managed.
|
构造器和说明 |
---|
ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos() |
@NameInMap(value="Action") public String action
The name of the action 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 associated with a custom routing listener
* **EndpointPolicy**: traffic policy of an endpoint associated with a custom routing listener
> This parameter takes effect only if **Action** is set to **CreateChild**.
@NameInMap(value="IsManaged") public Boolean isManaged
Indicates whether the specified actions are managed.
* **true**: Users cannot perform the specified actions on the managed instance.
* **false**: Users can perform the specified actions on the managed instance.
public ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos()
public static ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos build(Map<String,?> map) throws Exception
Exception
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos setAction(String action)
public String getAction()
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos setChildType(String childType)
public String getChildType()
public ListCustomRoutingEndpointGroupsResponseBody.ListCustomRoutingEndpointGroupsResponseBodyEndpointGroupsServiceManagedInfos setIsManaged(Boolean isManaged)
public Boolean getIsManaged()
Copyright © 2024. All rights reserved.