Class: Google::Cloud::Compute::V1::RolloutRolloutEntity
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RolloutRolloutEntity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Specifications of the resource to roll out.
Instance Attribute Summary collapse
-
#orchestrated_entity ⇒ ::Google::Cloud::Compute::V1::RolloutRolloutEntityOrchestratedEntity
Optional.
Instance Attribute Details
#orchestrated_entity ⇒ ::Google::Cloud::Compute::V1::RolloutRolloutEntityOrchestratedEntity
Returns Optional. Entity details for products using the Orchestrated Integration model.
67642 67643 67644 67645 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 67642 class RolloutRolloutEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |