Class: Google::Cloud::Compute::V1::ResourcePolicyResourceStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourcePolicyResourceStatus
- 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 all output fields set on ResourcePolicy. The internal structure of this "status" field should mimic the structure of ResourcePolicy proto specification.
Instance Attribute Summary collapse
-
#instance_schedule_policy ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
[Output Only] Specifies a set of output values reffering to the instance_schedule_policy system status.
Instance Attribute Details
#instance_schedule_policy ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
Returns [Output Only] Specifies a set of output values reffering to the instance_schedule_policy system status. This field should have the same name as corresponding policy field.
26787 26788 26789 26790 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26787 class ResourcePolicyResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |