public static class DescribeAcceleratorResponseBody.DescribeAcceleratorResponseBodyServiceManagedInfos
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
action
The name of the action performed on the managed instance.
|
String |
childType
The type of the child resource.
|
Boolean |
isManaged
Indicates whether the specified actions are managed.
|
构造器和说明 |
---|
DescribeAcceleratorResponseBodyServiceManagedInfos() |
@NameInMap(value="Action") public String action
The name of the action performed 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**: a listener.
* **IpSet**: an acceleration region.
* **EndpointGroup**: an endpoint group.
* **ForwardingRule**: a forwarding rule.
* **Endpoint**: an endpoint.
* **EndpointGroupDestination**: a protocol mapping of an endpoint group associated with a custom routing listener.
* **EndpointPolicy**: a traffic policy of an endpoint associated with a custom routing listener.
> This parameter is returned only if the value of **Action** is **CreateChild**.
@NameInMap(value="IsManaged") public Boolean isManaged
Indicates whether the specified actions are managed. Valid values:
* **true**: The specified actions are managed, and you cannot perform the specified actions on the managed instance.
* **false**: The specified actions are not managed, and you can perform the specified actions on the managed instance.
public DescribeAcceleratorResponseBodyServiceManagedInfos()
public static DescribeAcceleratorResponseBody.DescribeAcceleratorResponseBodyServiceManagedInfos build(Map<String,?> map) throws Exception
Exception
public DescribeAcceleratorResponseBody.DescribeAcceleratorResponseBodyServiceManagedInfos setAction(String action)
public String getAction()
public DescribeAcceleratorResponseBody.DescribeAcceleratorResponseBodyServiceManagedInfos setChildType(String childType)
public String getChildType()
public DescribeAcceleratorResponseBody.DescribeAcceleratorResponseBodyServiceManagedInfos setIsManaged(Boolean isManaged)
public Boolean getIsManaged()
Copyright © 2024. All rights reserved.