public static class DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceDedicatedInstanceAttribute
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
affinity
Indicates whether the instance on the dedicated host is associated with the dedicated host.
|
String |
tenancy
Indicates whether the instance is hosted on a dedicated host.
|
构造器和说明 |
---|
DescribeInstancesResponseBodyInstancesInstanceDedicatedInstanceAttribute() |
@NameInMap(value="Affinity") public String affinity
Indicates whether the instance on the dedicated host is associated with the dedicated host. Valid values:
- default: The instance is not associated with the dedicated host. When the instance is started from economical mode, the instance may be automatically deployed on another dedicated host in the automatic deployment resource pool.
- host: The instance is associated with the dedicated host. When the instance is started from economical mode, the instance is still deployed on the original dedicated host.
@NameInMap(value="Tenancy") public String tenancy
Indicates whether the instance is hosted on a dedicated host. Valid values:
- default: The instance is not hosted on a dedicated host.
- host: The instance is hosted on a dedicated host.
public DescribeInstancesResponseBodyInstancesInstanceDedicatedInstanceAttribute()
public static DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceDedicatedInstanceAttribute build(Map<String,?> map) throws Exception
Exception
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceDedicatedInstanceAttribute setAffinity(String affinity)
public String getAffinity()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstancesInstanceDedicatedInstanceAttribute setTenancy(String tenancy)
public String getTenancy()
Copyright © 2023. All rights reserved.