Class: Google::Cloud::Compute::V1::GlobalVmExtensionPolicyRolloutOperation
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GlobalVmExtensionPolicyRolloutOperation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents the rollout operation
Instance Attribute Summary collapse
-
#rollout_input ⇒ ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyRolloutOperationRolloutInput
Required.
-
#rollout_status ⇒ ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyRolloutOperationRolloutStatus
Output only.
Instance Attribute Details
#rollout_input ⇒ ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyRolloutOperationRolloutInput
Returns Required. The rollout input which defines the rollout plan.
25979 25980 25981 25982 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25979 class GlobalVmExtensionPolicyRolloutOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollout_status ⇒ ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyRolloutOperationRolloutStatus
Returns Output only. [Output Only] The rollout status of the policy.
25979 25980 25981 25982 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25979 class GlobalVmExtensionPolicyRolloutOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |