Class InstanceFromTemplateScheduling
Inheritance
System.Object
InstanceFromTemplateScheduling
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.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceFromTemplateScheduling
Fields
View SourceAutomaticRestart
Declaration
public readonly bool? AutomaticRestart
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
NodeAffinities
Declaration
public readonly ImmutableArray<InstanceFromTemplateSchedulingNodeAffinity> NodeAffinities
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<InstanceFromTemplateSchedulingNodeAffinity> |
OnHostMaintenance
Declaration
public readonly string OnHostMaintenance
Field Value
| Type | Description |
|---|---|
| System.String |
Preemptible
Declaration
public readonly bool? Preemptible
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |