public static class RunInstancesRequest.RunInstancesRequestSchedulerOptions
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
dedicatedHostClusterId
The ID of the dedicated host cluster in which to create the instance.
|
构造器和说明 |
---|
RunInstancesRequestSchedulerOptions() |
限定符和类型 | 方法和说明 |
---|---|
static RunInstancesRequest.RunInstancesRequestSchedulerOptions |
build(Map<String,?> map) |
String |
getDedicatedHostClusterId() |
RunInstancesRequest.RunInstancesRequestSchedulerOptions |
setDedicatedHostClusterId(String dedicatedHostClusterId) |
@NameInMap(value="DedicatedHostClusterId") public String dedicatedHostClusterId
The ID of the dedicated host cluster in which to create the instance. After this parameter is specified, the system selects one dedicated host from the specified cluster to create the instance.
This parameter is valid only when the
Tenancy
parameter is set tohost
.
When you specify both the DedicatedHostId
and SchedulerOptions.DedicatedHostClusterId
parameters, take note of the following items:
You can call the DescribeDedicatedHostClusters operation to query the list of dedicated host cluster IDs.
example:dc-bp12wlf6am0vz9v2****
public static RunInstancesRequest.RunInstancesRequestSchedulerOptions build(Map<String,?> map) throws Exception
Exception
public RunInstancesRequest.RunInstancesRequestSchedulerOptions setDedicatedHostClusterId(String dedicatedHostClusterId)
public String getDedicatedHostClusterId()
Copyright © 2024. All rights reserved.