Show / Hide Table of Contents

Class GroupMaintenanceInfo

Maintenance Info for ReservationBlocks.

Inheritance
object
GroupMaintenanceInfo
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 GroupMaintenanceInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MaintenanceOngoingCount

Progress for ongoing maintenance for this group of VMs/hosts. Describes number of hosts in the block that have ongoing maintenance.

Declaration
[JsonProperty("maintenanceOngoingCount")]
public virtual int? MaintenanceOngoingCount { get; set; }
Property Value
Type Description
int?

MaintenancePendingCount

Progress for ongoing maintenance for this group of VMs/hosts. Describes number of hosts in the block that have pending maintenance.

Declaration
[JsonProperty("maintenancePendingCount")]
public virtual int? MaintenancePendingCount { get; set; }
Property Value
Type Description
int?

SchedulingType

The type of maintenance for the reservation.

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

UpcomingGroupMaintenance

Maintenance information on this group of VMs.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX