Show / Hide Table of Contents

Class NodeGroupNode

Inheritance
System.Object
NodeGroupNode
Implements
Google.Apis.Requests.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

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

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

Google.Apis.Requests.IDirectResponseSchema
Back to top