public static class DescribeCustomRoutingEndpointGroupDestinationsResponseBody.DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
action
Managed policy action name, Valid values:
- Create - Update - Delete - Associate - UserUnmanaged - CreateChild |
String |
childType
Sub resource type, Valid values:
- Listener - IpSet - EndpointGroup - ForwardingRule - Endpoint - EndpointGroupDestination - EndpointPolicy >Only valid when the Action parameter is CreateChild. |
Boolean |
isManaged
Is the managed policy action managed, Valid values:
- true: The managed policy action is managed, and users do not have permission to perform the operation specified in the Action on the managed instance. |
@NameInMap(value="Action") public String action
Managed policy action name, Valid values:
- Create
- Update
- Delete
- Associate
- UserUnmanaged
- CreateChild
@NameInMap(value="ChildType") public String childType
Sub resource type, Valid values:
- Listener
- IpSet
- EndpointGroup
- ForwardingRule
- Endpoint
- EndpointGroupDestination
- EndpointPolicy
>Only valid when the Action parameter is CreateChild.
@NameInMap(value="IsManaged") public Boolean isManaged
Is the managed policy action managed, Valid values:
- true: The managed policy action is managed, and users do not have permission to perform the operation specified in the Action on the managed instance.
- false: The managed policy action is not managed, and users have permission to perform the operation specified in the Action on the managed instance.
public DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos()
public static DescribeCustomRoutingEndpointGroupDestinationsResponseBody.DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos build(Map<String,?> map) throws Exception
Exception
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody.DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos setAction(String action)
public String getAction()
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody.DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos setChildType(String childType)
public String getChildType()
public DescribeCustomRoutingEndpointGroupDestinationsResponseBody.DescribeCustomRoutingEndpointGroupDestinationsResponseBodyServiceManagedInfos setIsManaged(Boolean isManaged)
public Boolean getIsManaged()
Copyright © 2024. All rights reserved.