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
@NameInMap(value="Tenancy") public String tenancy
Indicates whether the instance is hosted on a dedicated host. Valid values:
default
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 © 2024. All rights reserved.