Compute Engine v1 API - Class NodeGroupNode (2.15.0)

public sealed class NodeGroupNode : IMessage<NodeGroupNode>, IEquatable<NodeGroupNode>, IDeepCloneable<NodeGroupNode>, IBufferMessage, IMessage

Inheritance

object > NodeGroupNode

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NodeGroupNode()

public NodeGroupNode()

NodeGroupNode(NodeGroupNode)

public NodeGroupNode(NodeGroupNode other)
Parameter
NameDescription
otherNodeGroupNode

Properties

Accelerators

public RepeatedField<AcceleratorConfig> Accelerators { get; }

Accelerators for this node.

Property Value
TypeDescription
RepeatedFieldAcceleratorConfig

ConsumedResources

public InstanceConsumptionInfo ConsumedResources { get; set; }

Node resources that are reserved by all instances.

Property Value
TypeDescription
InstanceConsumptionInfo

CpuOvercommitType

public string CpuOvercommitType { get; set; }

CPU overcommit. Check the CpuOvercommitType enum for the list of possible values.

Property Value
TypeDescription
string

Disks

public RepeatedField<LocalDisk> Disks { get; }

Local disk configurations.

Property Value
TypeDescription
RepeatedFieldLocalDisk

HasCpuOvercommitType

public bool HasCpuOvercommitType { get; }

Gets whether the "cpu_overcommit_type" field is set

Property Value
TypeDescription
bool

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
TypeDescription
bool

HasNodeType

public bool HasNodeType { get; }

Gets whether the "node_type" field is set

Property Value
TypeDescription
bool

HasSatisfiesPzs

public bool HasSatisfiesPzs { get; }

Gets whether the "satisfies_pzs" field is set

Property Value
TypeDescription
bool

HasServerId

public bool HasServerId { get; }

Gets whether the "server_id" field is set

Property Value
TypeDescription
bool

HasStatus

public bool HasStatus { get; }

Gets whether the "status" field is set

Property Value
TypeDescription
bool

InstanceConsumptionData

public RepeatedField<InstanceConsumptionData> InstanceConsumptionData { get; }

Instance data that shows consumed resources on the node.

Property Value
TypeDescription
RepeatedFieldInstanceConsumptionData

Instances

public RepeatedField<string> Instances { get; }

Instances scheduled on this node.

Property Value
TypeDescription
RepeatedFieldstring

Name

public string Name { get; set; }

The name of the node.

Property Value
TypeDescription
string

NodeType

public string NodeType { get; set; }

The type of this node.

Property Value
TypeDescription
string

SatisfiesPzs

public bool SatisfiesPzs { get; set; }

[Output Only] Reserved for future use.

Property Value
TypeDescription
bool

ServerBinding

public ServerBinding ServerBinding { get; set; }

Binding properties for the physical server.

Property Value
TypeDescription
ServerBinding

ServerId

public string ServerId { get; set; }

Server ID associated with this node.

Property Value
TypeDescription
string

Status

public string Status { get; set; }

Check the Status enum for the list of possible values.

Property Value
TypeDescription
string

TotalResources

public InstanceConsumptionInfo TotalResources { get; set; }

Total amount of available resources on the node.

Property Value
TypeDescription
InstanceConsumptionInfo