public interface ResourceStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPhysicalHost()
[Output Only] An opaque ID of the host on which the VM is running.
|
com.google.protobuf.ByteString |
getPhysicalHostBytes()
[Output Only] An opaque ID of the host on which the VM is running.
|
UpcomingMaintenance |
getUpcomingMaintenance()
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
|
UpcomingMaintenanceOrBuilder |
getUpcomingMaintenanceOrBuilder()
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
|
boolean |
hasPhysicalHost()
[Output Only] An opaque ID of the host on which the VM is running.
|
boolean |
hasUpcomingMaintenance()
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPhysicalHost()
[Output Only] An opaque ID of the host on which the VM is running.
optional string physical_host = 464370704;String getPhysicalHost()
[Output Only] An opaque ID of the host on which the VM is running.
optional string physical_host = 464370704;com.google.protobuf.ByteString getPhysicalHostBytes()
[Output Only] An opaque ID of the host on which the VM is running.
optional string physical_host = 464370704;boolean hasUpcomingMaintenance()
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
UpcomingMaintenance getUpcomingMaintenance()
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
UpcomingMaintenanceOrBuilder getUpcomingMaintenanceOrBuilder()
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
Copyright © 2024 Google LLC. All rights reserved.