Show / Hide Table of Contents

Class NodeUpcomingMaintenanceInfo

A tuple containing node name / ID and maintenance info.

Inheritance
object
NodeUpcomingMaintenanceInfo
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.TPU.v2alpha1.Data
Assembly: Google.Apis.TPU.v2alpha1.dll
Syntax
public class NodeUpcomingMaintenanceInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NodeName

Unqualified node name.

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

NodeUid

UID of this node.

Declaration
[JsonProperty("nodeUid")]
public virtual long? NodeUid { get; set; }
Property Value
Type Description
long?

UpcomingMaintenance

Upcoming maintenance info for this node.

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