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.
- #scheduling ⇒ ::Google::Cloud::Compute::V1::ResourceStatusScheduling
- #upcoming_maintenance ⇒ ::Google::Cloud::Compute::V1::UpcomingMaintenance
Instance Attribute Details
#physical_host ⇒ ::String
Returns [Output Only] An opaque ID of the host on which the VM is running.
26936 26937 26938 26939 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26936 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scheduling ⇒ ::Google::Cloud::Compute::V1::ResourceStatusScheduling
26936 26937 26938 26939 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26936 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#upcoming_maintenance ⇒ ::Google::Cloud::Compute::V1::UpcomingMaintenance
26936 26937 26938 26939 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26936 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |