GroupMaintenanceInfo

Maintenance Info for ReservationBlocks.

JSON representation
{
  "upcomingGroupMaintenance": {
    object (UpcomingMaintenance)
  },
  "maintenanceOngoingCount": integer,
  "maintenancePendingCount": integer,
  "schedulingType": enum (SchedulingType),
  "subblockInfraMaintenanceOngoingCount": integer,
  "subblockInfraMaintenancePendingCount": integer,
  "instanceMaintenanceOngoingCount": integer,
  "instanceMaintenancePendingCount": integer
}
Fields
upcomingGroupMaintenance

object (UpcomingMaintenance)

Maintenance information on this group of VMs.

maintenanceOngoingCount

integer

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

maintenancePendingCount

integer

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

schedulingType

enum (SchedulingType)

The type of maintenance for the reservation.

subblockInfraMaintenanceOngoingCount

integer

Describes number of subblock Infrastructure that has ongoing maintenance. Here, Subblock Infrastructure Maintenance pertains to upstream hardware contained in the Subblock that is necessary for a VM Family(e.g. NVLink Domains). Not all VM Families will support this field.

subblockInfraMaintenancePendingCount

integer

Describes number of subblock Infrastructure that has pending maintenance. Here, Subblock Infrastructure Maintenance pertains to upstream hardware contained in the Subblock that is necessary for a VM Family (e.g. NVLink Domains). Not all VM Families will support this field.

instanceMaintenanceOngoingCount

integer

Describes number of instances that have ongoing maintenance.

instanceMaintenancePendingCount

integer

Describes number of instances that have pending maintenance.