public interface GroupMaintenanceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getInstanceMaintenanceOngoingCount()
Describes number of instances that have ongoing maintenance.
|
int |
getInstanceMaintenancePendingCount()
Describes number of instances that have pending maintenance.
|
int |
getMaintenanceOngoingCount()
Progress for ongoing maintenance for this group of VMs/hosts.
|
int |
getMaintenancePendingCount()
Progress for ongoing maintenance for this group of VMs/hosts.
|
String |
getSchedulingType()
The type of maintenance for the reservation.
|
com.google.protobuf.ByteString |
getSchedulingTypeBytes()
The type of maintenance for the reservation.
|
int |
getSubblockInfraMaintenanceOngoingCount()
Describes number of subblock Infrastructure that has ongoing maintenance.
|
int |
getSubblockInfraMaintenancePendingCount()
Describes number of subblock Infrastructure that has pending maintenance.
|
UpcomingMaintenance |
getUpcomingGroupMaintenance()
Maintenance information on this group of VMs.
|
UpcomingMaintenanceOrBuilder |
getUpcomingGroupMaintenanceOrBuilder()
Maintenance information on this group of VMs.
|
boolean |
hasInstanceMaintenanceOngoingCount()
Describes number of instances that have ongoing maintenance.
|
boolean |
hasInstanceMaintenancePendingCount()
Describes number of instances that have pending maintenance.
|
boolean |
hasMaintenanceOngoingCount()
Progress for ongoing maintenance for this group of VMs/hosts.
|
boolean |
hasMaintenancePendingCount()
Progress for ongoing maintenance for this group of VMs/hosts.
|
boolean |
hasSchedulingType()
The type of maintenance for the reservation.
|
boolean |
hasSubblockInfraMaintenanceOngoingCount()
Describes number of subblock Infrastructure that has ongoing maintenance.
|
boolean |
hasSubblockInfraMaintenancePendingCount()
Describes number of subblock Infrastructure that has pending maintenance.
|
boolean |
hasUpcomingGroupMaintenance()
Maintenance information on this group of VMs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInstanceMaintenanceOngoingCount()
Describes number of instances that have ongoing maintenance.
optional int32 instance_maintenance_ongoing_count = 137611253;int getInstanceMaintenanceOngoingCount()
Describes number of instances that have ongoing maintenance.
optional int32 instance_maintenance_ongoing_count = 137611253;boolean hasInstanceMaintenancePendingCount()
Describes number of instances that have pending maintenance.
optional int32 instance_maintenance_pending_count = 76612881;int getInstanceMaintenancePendingCount()
Describes number of instances that have pending maintenance.
optional int32 instance_maintenance_pending_count = 76612881;boolean hasMaintenanceOngoingCount()
Progress for ongoing maintenance for this group of VMs/hosts. Describes number of hosts in the block that have ongoing maintenance.
optional int32 maintenance_ongoing_count = 219781919;int getMaintenanceOngoingCount()
Progress for ongoing maintenance for this group of VMs/hosts. Describes number of hosts in the block that have ongoing maintenance.
optional int32 maintenance_ongoing_count = 219781919;boolean hasMaintenancePendingCount()
Progress for ongoing maintenance for this group of VMs/hosts. Describes number of hosts in the block that have pending maintenance.
optional int32 maintenance_pending_count = 158783547;int getMaintenancePendingCount()
Progress for ongoing maintenance for this group of VMs/hosts. Describes number of hosts in the block that have pending maintenance.
optional int32 maintenance_pending_count = 158783547;boolean hasSchedulingType()
The type of maintenance for the reservation. Check the SchedulingType enum for the list of possible values.
optional string scheduling_type = 199835397;String getSchedulingType()
The type of maintenance for the reservation. Check the SchedulingType enum for the list of possible values.
optional string scheduling_type = 199835397;com.google.protobuf.ByteString getSchedulingTypeBytes()
The type of maintenance for the reservation. Check the SchedulingType enum for the list of possible values.
optional string scheduling_type = 199835397;boolean hasSubblockInfraMaintenanceOngoingCount()
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.
optional int32 subblock_infra_maintenance_ongoing_count = 366161790;int getSubblockInfraMaintenanceOngoingCount()
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.
optional int32 subblock_infra_maintenance_ongoing_count = 366161790;boolean hasSubblockInfraMaintenancePendingCount()
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.
optional int32 subblock_infra_maintenance_pending_count = 305163418;int getSubblockInfraMaintenancePendingCount()
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.
optional int32 subblock_infra_maintenance_pending_count = 305163418;boolean hasUpcomingGroupMaintenance()
Maintenance information on this group of VMs.
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_group_maintenance = 393438448;
UpcomingMaintenance getUpcomingGroupMaintenance()
Maintenance information on this group of VMs.
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_group_maintenance = 393438448;
UpcomingMaintenanceOrBuilder getUpcomingGroupMaintenanceOrBuilder()
Maintenance information on this group of VMs.
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_group_maintenance = 393438448;
Copyright © 2025 Google LLC. All rights reserved.