public interface GroupMaintenanceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
UpcomingMaintenance |
getUpcomingGroupMaintenance()
Maintenance information on this group of VMs.
|
UpcomingMaintenanceOrBuilder |
getUpcomingGroupMaintenanceOrBuilder()
Maintenance information on this group of VMs.
|
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 |
hasUpcomingGroupMaintenance()
Maintenance information on this group of VMs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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 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.