public sealed class NodeGroupNode : IMessage<NodeGroupNode>, IEquatable<NodeGroupNode>, IDeepCloneable<NodeGroupNode>, IBufferMessage, IMessageImplements
IMessage<NodeGroupNode>, IEquatable<NodeGroupNode>, IDeepCloneable<NodeGroupNode>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NodeGroupNode()
public NodeGroupNode()NodeGroupNode(NodeGroupNode)
public NodeGroupNode(NodeGroupNode other)| Parameter | |
|---|---|
| Name | Description |
other |
NodeGroupNode |
Properties
Accelerators
public RepeatedField<AcceleratorConfig> Accelerators { get; }Accelerators for this node.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<AcceleratorConfig> |
|
CpuOvercommitType
public string CpuOvercommitType { get; set; }CPU overcommit. Check the CpuOvercommitType enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Disks
public RepeatedField<LocalDisk> Disks { get; }Local disk configurations.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<LocalDisk> |
|
HasCpuOvercommitType
public bool HasCpuOvercommitType { get; }Gets whether the "cpu_overcommit_type" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasName
public bool HasName { get; }Gets whether the "name" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasNodeType
public bool HasNodeType { get; }Gets whether the "node_type" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasSatisfiesPzs
public bool HasSatisfiesPzs { get; }Gets whether the "satisfies_pzs" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasServerId
public bool HasServerId { get; }Gets whether the "server_id" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasStatus
public bool HasStatus { get; }Gets whether the "status" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
Instances
public RepeatedField<string> Instances { get; }Instances scheduled on this node.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Name
public string Name { get; set; }The name of the node.
| Property Value | |
|---|---|
| Type | Description |
String |
|
NodeType
public string NodeType { get; set; }The type of this node.
| Property Value | |
|---|---|
| Type | Description |
String |
|
SatisfiesPzs
public bool SatisfiesPzs { get; set; }[Output Only] Reserved for future use.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
ServerBinding
public ServerBinding ServerBinding { get; set; }Binding properties for the physical server.
| Property Value | |
|---|---|
| Type | Description |
ServerBinding |
|
ServerId
public string ServerId { get; set; }Server ID associated with this node.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Status
public string Status { get; set; }Check the Status enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
String |
|