Show / Hide Table of Contents

Class InstanceSchedulerHint

Inheritance
System.Object
InstanceSchedulerHint
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.OpenStack.Compute.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class InstanceSchedulerHint

Fields

View Source

AdditionalProperties

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>
View Source

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
View Source

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>
View Source

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
View Source

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>
View Source

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>
View Source

TargetCell

The name of a cell to host the instance.

Declaration
public readonly string TargetCell
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.