Show / Hide Table of Contents

Class VolumeV2SchedulerHint

Inheritance
System.Object
VolumeV2SchedulerHint
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.BlockStorage.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class VolumeV2SchedulerHint

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

DifferentHosts

The volume should be scheduled on a different host from the set of volumes specified in the list provided.

Declaration
public readonly ImmutableArray<string> DifferentHosts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

LocalToInstance

An instance UUID. The volume should be scheduled on the same host as the instance.

Declaration
public readonly string LocalToInstance
Field Value
Type Description
System.String
View Source

Query

A conditional query that a back-end must pass in order to host a volume. 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 string Query
Field Value
Type Description
System.String
View Source

SameHosts

A list of volume UUIDs. The volume should be scheduled on the same host as another volume specified in the list provided.

Declaration
public readonly ImmutableArray<string> SameHosts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.