public interface ReservationBlockPhysicalTopologyInstanceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInstanceId()
public abstract long getInstanceId()
The InstanceId of the instance
optional uint64 instance_id = 45488389;
Returns | |
---|---|
Type | Description |
long |
The instanceId. |
getPhysicalHostTopology()
public abstract ReservationBlockPhysicalTopologyInstancePhysicalHostTopology getPhysicalHostTopology()
The PhysicalHostTopology of instances within a Block resource.
optional .google.cloud.compute.v1.ReservationBlockPhysicalTopologyInstancePhysicalHostTopology physical_host_topology = 390842814;
Returns | |
---|---|
Type | Description |
ReservationBlockPhysicalTopologyInstancePhysicalHostTopology |
The physicalHostTopology. |
getPhysicalHostTopologyOrBuilder()
public abstract ReservationBlockPhysicalTopologyInstancePhysicalHostTopologyOrBuilder getPhysicalHostTopologyOrBuilder()
The PhysicalHostTopology of instances within a Block resource.
optional .google.cloud.compute.v1.ReservationBlockPhysicalTopologyInstancePhysicalHostTopology physical_host_topology = 390842814;
Returns | |
---|---|
Type | Description |
ReservationBlockPhysicalTopologyInstancePhysicalHostTopologyOrBuilder |
getProjectId()
public abstract long getProjectId()
Project where the instance lives
optional uint64 project_id = 177513473;
Returns | |
---|---|
Type | Description |
long |
The projectId. |
hasInstanceId()
public abstract boolean hasInstanceId()
The InstanceId of the instance
optional uint64 instance_id = 45488389;
Returns | |
---|---|
Type | Description |
boolean |
Whether the instanceId field is set. |
hasPhysicalHostTopology()
public abstract boolean hasPhysicalHostTopology()
The PhysicalHostTopology of instances within a Block resource.
optional .google.cloud.compute.v1.ReservationBlockPhysicalTopologyInstancePhysicalHostTopology physical_host_topology = 390842814;
Returns | |
---|---|
Type | Description |
boolean |
Whether the physicalHostTopology field is set. |
hasProjectId()
public abstract boolean hasProjectId()
Project where the instance lives
optional uint64 project_id = 177513473;
Returns | |
---|---|
Type | Description |
boolean |
Whether the projectId field is set. |