public static class DescribeInstanceAttachmentAttributesResponseBody.DescribeInstanceAttachmentAttributesResponseBodyInstancesInstance
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the instance.
|
String |
privatePoolOptionsId
The ID of the private pool.
|
String |
privatePoolOptionsMatchCriteria
The match mode of the private pool.
|
构造器和说明 |
---|
DescribeInstanceAttachmentAttributesResponseBodyInstancesInstance() |
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
example:i-bp67acfmxazb4****
@NameInMap(value="PrivatePoolOptionsId") public String privatePoolOptionsId
The ID of the private pool. If the value of PrivatePoolOptionsMatchCriteria
is Open
, the value of PrivatePoolOptionsId is the ID of the private pool that is automatically matched to the instance.
eap-bp67acfmxazb4****
@NameInMap(value="PrivatePoolOptionsMatchCriteria") public String privatePoolOptionsMatchCriteria
The match mode of the private pool. Valid values:
Open
public DescribeInstanceAttachmentAttributesResponseBodyInstancesInstance()
public static DescribeInstanceAttachmentAttributesResponseBody.DescribeInstanceAttachmentAttributesResponseBodyInstancesInstance build(Map<String,?> map) throws Exception
Exception
public DescribeInstanceAttachmentAttributesResponseBody.DescribeInstanceAttachmentAttributesResponseBodyInstancesInstance setInstanceId(String instanceId)
public String getInstanceId()
public DescribeInstanceAttachmentAttributesResponseBody.DescribeInstanceAttachmentAttributesResponseBodyInstancesInstance setPrivatePoolOptionsId(String privatePoolOptionsId)
public String getPrivatePoolOptionsId()
public DescribeInstanceAttachmentAttributesResponseBody.DescribeInstanceAttachmentAttributesResponseBodyInstancesInstance setPrivatePoolOptionsMatchCriteria(String privatePoolOptionsMatchCriteria)
public String getPrivatePoolOptionsMatchCriteria()
Copyright © 2024. All rights reserved.