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