Class: Google::Cloud::Compute::V1::ResourceStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourceStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Contains output only fields. Use this sub-message for actual values set on Instance attributes as compared to the value requested by the user (intent) in their instance CRUD calls.
Instance Attribute Summary collapse
-
#physical_host ⇒ ::String
[Output Only] An opaque ID of the host on which the VM is running.
Instance Attribute Details
#physical_host ⇒ ::String
Returns [Output Only] An opaque ID of the host on which the VM is running.
23505 23506 23507 23508 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23505 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |