Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::PreviewFeatureRolloutOperationRolloutInput (v3.5.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::PreviewFeatureRolloutOperationRolloutInput.

Represents the input for the rollout operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.
Returns
  • (::String) — The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.

#predefined_rollout_plan

def predefined_rollout_plan() -> ::String
Returns
  • (::String) — Predefined rollout plan. Check the PredefinedRolloutPlan enum for the list of possible values.

#predefined_rollout_plan=

def predefined_rollout_plan=(value) -> ::String
Parameter
  • value (::String) — Predefined rollout plan. Check the PredefinedRolloutPlan enum for the list of possible values.
Returns
  • (::String) — Predefined rollout plan. Check the PredefinedRolloutPlan enum for the list of possible values.