Class: Google::Apis::ComputeV1::ResourcePolicyResourceStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::ResourcePolicyResourceStatus
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.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::Apis::ComputeV1::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResourcePolicyResourceStatus
constructor
A new instance of ResourcePolicyResourceStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResourcePolicyResourceStatus
Returns a new instance of ResourcePolicyResourceStatus.
44298 44299 44300 |
# File 'lib/google/apis/compute_v1/classes.rb', line 44298 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instance_schedule_policy ⇒ Google::Apis::ComputeV1::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
Output only. [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.
Corresponds to the JSON property instanceSchedulePolicy
44296 44297 44298 |
# File 'lib/google/apis/compute_v1/classes.rb', line 44296 def instance_schedule_policy @instance_schedule_policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
44303 44304 44305 |
# File 'lib/google/apis/compute_v1/classes.rb', line 44303 def update!(**args) @instance_schedule_policy = args[:instance_schedule_policy] if args.key?(:instance_schedule_policy) end |