Class InstanceSchedulerHint
Inheritance
Inherited Members
Namespace: Pulumi.OpenStack.Compute.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class InstanceSchedulerHint
Fields
View SourceAdditionalProperties
Arbitrary key/value pairs of additional properties to pass to the scheduler.
Declaration
public readonly ImmutableDictionary<string, object> AdditionalProperties
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
BuildNearHostIp
An IP Address in CIDR form. The instance will be placed on a compute node that is in the same subnet.
Declaration
public readonly string BuildNearHostIp
Field Value
| Type | Description |
|---|---|
| System.String |
DifferentHosts
A list of instance UUIDs. The instance will be scheduled on a different host than all other instances.
Declaration
public readonly ImmutableArray<string> DifferentHosts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Group
A UUID of a Server Group. The instance will be placed into that group.
Declaration
public readonly string Group
Field Value
| Type | Description |
|---|---|
| System.String |
Queries
A conditional query that a compute node must pass in
order to host an instance. The query must use the JsonFilter syntax
which is described
here.
At this time, only simple queries are supported. Compound queries using
and, or, or not are not supported. An example of a simple query is:
Declaration
public readonly ImmutableArray<string> Queries
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SameHosts
A list of instance UUIDs. The instance will be scheduled on the same host of those specified.
Declaration
public readonly ImmutableArray<string> SameHosts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
TargetCell
The name of a cell to host the instance.
Declaration
public readonly string TargetCell
Field Value
| Type | Description |
|---|---|
| System.String |