Show / Hide Table of Contents

Class NodeGroupNode

Inheritance
System.Object
NodeGroupNode
Implements
IDirectResponseSchema
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: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class NodeGroupNode : IDirectResponseSchema

Properties

Accelerators

Accelerators for this node.

Declaration
[JsonProperty("accelerators")]
public virtual IList<AcceleratorConfig> Accelerators { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<AcceleratorConfig>

CpuOvercommitType

CPU overcommit.

Declaration
[JsonProperty("cpuOvercommitType")]
public virtual string CpuOvercommitType { get; set; }
Property Value
Type Description
System.String

Disks

Local disk configurations.

Declaration
[JsonProperty("disks")]
public virtual IList<LocalDisk> Disks { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<LocalDisk>

ETag

The ETag of the item.

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

Instances

Instances scheduled on this node.

Declaration
[JsonProperty("instances")]
public virtual IList<string> Instances { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Name

The name of the node.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

NodeType

The type of this node.

Declaration
[JsonProperty("nodeType")]
public virtual string NodeType { get; set; }
Property Value
Type Description
System.String

SatisfiesPzs

[Output Only] Reserved for future use.

Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ServerBinding

Binding properties for the physical server.

Declaration
[JsonProperty("serverBinding")]
public virtual ServerBinding ServerBinding { get; set; }
Property Value
Type Description
ServerBinding

ServerId

Server ID associated with this node.

Declaration
[JsonProperty("serverId")]
public virtual string ServerId { get; set; }
Property Value
Type Description
System.String

Status

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top