public static final class DescribeInstancesResponseBody.DedicatedInstanceAttribute.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeInstancesResponseBody.DedicatedInstanceAttribute.Builder |
affinity(String affinity)
Indicates whether the instance on the dedicated host is associated with the dedicated host.
|
DescribeInstancesResponseBody.DedicatedInstanceAttribute |
build() |
DescribeInstancesResponseBody.DedicatedInstanceAttribute.Builder |
tenancy(String tenancy)
Indicates whether the instance is hosted on a dedicated host.
|
public DescribeInstancesResponseBody.DedicatedInstanceAttribute.Builder affinity(String affinity)
- 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.
public DescribeInstancesResponseBody.DedicatedInstanceAttribute.Builder tenancy(String tenancy)
- default: The instance is not hosted on a dedicated host. - host: The instance is hosted on a dedicated host.
public DescribeInstancesResponseBody.DedicatedInstanceAttribute build()
Copyright © 2023. All rights reserved.