Show / Hide Table of Contents

Class NewSpotInstancesConfig

When set in a ComputeResourceConfig, indicates that spot VM instances should be created.

Inheritance
object
NewSpotInstancesConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class NewSpotInstancesConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MachineType

Required. Immutable. Name of the Compute Engine machine type to use, e.g. n2-standard-2.

Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
Type Description
string

TerminationAction

Optional. Specifies the termination action of the instance

Declaration
[JsonProperty("terminationAction")]
public virtual string TerminationAction { get; set; }
Property Value
Type Description
string

Zone

Required. Immutable. Name of the zone in which VM instances should run, e.g., us-central1-a. Must be in the same region as the cluster, and must match the zone of any other resources specified in the cluster.

Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX