public interface ResourceStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPhysicalHost()
public abstract String getPhysicalHost()[Output Only] The precise location of your instance within the zone's data center, including the block, sub-block, and host. The field is formatted as follows: blockId/subBlockId/hostId.
optional string physical_host = 464370704;
| Returns | |
|---|---|
| Type | Description |
String |
The physicalHost. |
getPhysicalHostBytes()
public abstract ByteString getPhysicalHostBytes()[Output Only] The precise location of your instance within the zone's data center, including the block, sub-block, and host. The field is formatted as follows: blockId/subBlockId/hostId.
optional string physical_host = 464370704;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for physicalHost. |
getScheduling()
public abstract ResourceStatusScheduling getScheduling()optional .google.cloud.compute.v1.ResourceStatusScheduling scheduling = 386688404;
| Returns | |
|---|---|
| Type | Description |
ResourceStatusScheduling |
The scheduling. |
getSchedulingOrBuilder()
public abstract ResourceStatusSchedulingOrBuilder getSchedulingOrBuilder()optional .google.cloud.compute.v1.ResourceStatusScheduling scheduling = 386688404;
| Returns | |
|---|---|
| Type | Description |
ResourceStatusSchedulingOrBuilder |
|
getUpcomingMaintenance()
public abstract UpcomingMaintenance getUpcomingMaintenance()optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
| Returns | |
|---|---|
| Type | Description |
UpcomingMaintenance |
The upcomingMaintenance. |
getUpcomingMaintenanceOrBuilder()
public abstract UpcomingMaintenanceOrBuilder getUpcomingMaintenanceOrBuilder()optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
| Returns | |
|---|---|
| Type | Description |
UpcomingMaintenanceOrBuilder |
|
hasPhysicalHost()
public abstract boolean hasPhysicalHost()[Output Only] The precise location of your instance within the zone's data center, including the block, sub-block, and host. The field is formatted as follows: blockId/subBlockId/hostId.
optional string physical_host = 464370704;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the physicalHost field is set. |
hasScheduling()
public abstract boolean hasScheduling()optional .google.cloud.compute.v1.ResourceStatusScheduling scheduling = 386688404;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scheduling field is set. |
hasUpcomingMaintenance()
public abstract boolean hasUpcomingMaintenance()optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the upcomingMaintenance field is set. |