Show / Hide Table of Contents

Class NewFlexStartInstancesConfig

When set in a ComputeResourceConfig, indicates that VM instances should be created using Flex Start.

Inheritance
object
NewFlexStartInstancesConfig
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 NewFlexStartInstancesConfig : 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

MaxDuration

Required. Immutable. Specifies the time limit for created instances. Instances will be terminated at the end of this duration.

Declaration
[JsonProperty("maxDuration")]
public virtual object MaxDuration { get; set; }
Property Value
Type Description
object

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