public static class ListIpSetsResponseBody.ListIpSetsResponseBodyIpSetsServiceManagedInfos
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.
|
构造器和说明 |
---|
ListIpSetsResponseBodyIpSetsServiceManagedInfos() |
@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**: The specified actions are managed, and users cannot perform the actions on the managed instance.****
* **false**: The specified actions are not managed, and users can perform the actions on the managed instance.
public ListIpSetsResponseBodyIpSetsServiceManagedInfos()
public static ListIpSetsResponseBody.ListIpSetsResponseBodyIpSetsServiceManagedInfos build(Map<String,?> map) throws Exception
Exception
public ListIpSetsResponseBody.ListIpSetsResponseBodyIpSetsServiceManagedInfos setAction(String action)
public String getAction()
public ListIpSetsResponseBody.ListIpSetsResponseBodyIpSetsServiceManagedInfos setChildType(String childType)
public String getChildType()
public ListIpSetsResponseBody.ListIpSetsResponseBodyIpSetsServiceManagedInfos setIsManaged(Boolean isManaged)
public Boolean getIsManaged()
Copyright © 2024. All rights reserved.