Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GroupMaintenanceInfo

import type { GroupMaintenanceInfo } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Maintenance Info for ReservationBlocks.

interface GroupMaintenanceInfo {
instanceMaintenanceOngoingCount?: number;
instanceMaintenancePendingCount?: number;
maintenanceOngoingCount?: number;
maintenancePendingCount?: number;
schedulingType?: "GROUPED" | "GROUP_MAINTENANCE_TYPE_UNSPECIFIED" | "INDEPENDENT";
subblockInfraMaintenanceOngoingCount?: number;
subblockInfraMaintenancePendingCount?: number;
upcomingGroupMaintenance?: UpcomingMaintenance;
}

§Properties

§
instanceMaintenanceOngoingCount?: number
[src]

Describes number of instances that have ongoing maintenance.

§
instanceMaintenancePendingCount?: number
[src]

Describes number of instances that have pending maintenance.

§
maintenanceOngoingCount?: number
[src]

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

§
maintenancePendingCount?: number
[src]

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

§
schedulingType?: "GROUPED" | "GROUP_MAINTENANCE_TYPE_UNSPECIFIED" | "INDEPENDENT"
[src]

The type of maintenance for the reservation.

§
subblockInfraMaintenanceOngoingCount?: number
[src]

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?: number
[src]

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.

§
upcomingGroupMaintenance?: UpcomingMaintenance
[src]

Maintenance information on this group of VMs.