Show / Hide Table of Contents

Class NodeGroupNode

Inheritance
object
NodeGroupNode
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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
IList<AcceleratorConfig>

ConsumedResources

Node resources that are reserved by all instances.

Declaration
[JsonProperty("consumedResources")]
public virtual InstanceConsumptionInfo ConsumedResources { get; set; }
Property Value
Type Description
InstanceConsumptionInfo

CpuOvercommitType

CPU overcommit.

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

Disks

Local disk configurations.

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

ETag

The ETag of the item.

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

InstanceConsumptionData

Instance data that shows consumed resources on the node.

Declaration
[JsonProperty("instanceConsumptionData")]
public virtual IList<InstanceConsumptionData> InstanceConsumptionData { get; set; }
Property Value
Type Description
IList<InstanceConsumptionData>

Instances

Instances scheduled on this node.

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

Name

The name of the node.

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

NodeType

The type of this node.

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

SatisfiesPzs

[Output Only] Reserved for future use.

Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type Description
bool?

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
string

Status

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

TotalResources

Total amount of available resources on the node.

Declaration
[JsonProperty("totalResources")]
public virtual InstanceConsumptionInfo TotalResources { get; set; }
Property Value
Type Description
InstanceConsumptionInfo

UpcomingMaintenance

[Output Only] The information about an upcoming maintenance event.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX