public static class DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyServiceManagedInfos
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.
|
构造器和说明 |
---|
DescribeEndpointGroupResponseBodyServiceManagedInfos() |
@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. Valid values:
* **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 DescribeEndpointGroupResponseBodyServiceManagedInfos()
public static DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyServiceManagedInfos build(Map<String,?> map) throws Exception
Exception
public DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyServiceManagedInfos setAction(String action)
public String getAction()
public DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyServiceManagedInfos setChildType(String childType)
public String getChildType()
public DescribeEndpointGroupResponseBody.DescribeEndpointGroupResponseBodyServiceManagedInfos setIsManaged(Boolean isManaged)
public Boolean getIsManaged()
Copyright © 2024. All rights reserved.