Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::Rollout (v3.7.0)

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

Rollout resource.

A Rollout is a specific instance of a RolloutPlan. It represents a single execution of a strategy to roll out a specific resource. It also provides APIs to interact with the rollout.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cancellation_time

def cancellation_time() -> ::String
Returns
  • (::String) — Output only. The timestamp at which the Rollout was cancelled.

#cancellation_time=

def cancellation_time=(value) -> ::String
Parameter
  • value (::String) — Output only. The timestamp at which the Rollout was cancelled.
Returns
  • (::String) — Output only. The timestamp at which the Rollout was cancelled.

#completion_time

def completion_time() -> ::String
Returns
  • (::String) — Output only. The timestamp at which the Rollout was completed.

#completion_time=

def completion_time=(value) -> ::String
Parameter
  • value (::String) — Output only. The timestamp at which the Rollout was completed.
Returns
  • (::String) — Output only. The timestamp at which the Rollout was completed.

#creation_timestamp

def creation_timestamp() -> ::String
Returns
  • (::String) — Output only. [Output Only] Creation timestamp inRFC3339 text format.

#creation_timestamp=

def creation_timestamp=(value) -> ::String
Parameter
  • value (::String) — Output only. [Output Only] Creation timestamp inRFC3339 text format.
Returns
  • (::String) — Output only. [Output Only] Creation timestamp inRFC3339 text format.

#current_wave_number

def current_wave_number() -> ::Integer
Returns
  • (::Integer) — Output only. The number of the currently running wave. Ex. 1

#current_wave_number=

def current_wave_number=(value) -> ::Integer
Parameter
  • value (::Integer) — Output only. The number of the currently running wave. Ex. 1
Returns
  • (::Integer) — Output only. The number of the currently running wave. Ex. 1

#description

def description() -> ::String
Returns
  • (::String) — An optional description of this resource. Provide this property when you create the resource.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — An optional description of this resource. Provide this property when you create the resource.
Returns
  • (::String) — An optional description of this resource. Provide this property when you create the resource.

#etag

def etag() -> ::String
Returns
  • (::String) — Output only. etag of the Rollout Ex. abc1234

#etag=

def etag=(value) -> ::String
Parameter
  • value (::String) — Output only. etag of the Rollout Ex. abc1234
Returns
  • (::String) — Output only. etag of the Rollout Ex. abc1234

#id

def id() -> ::Integer
Returns
  • (::Integer) — Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.

#id=

def id=(value) -> ::Integer
Parameter
  • value (::Integer) — Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
Returns
  • (::Integer) — Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.

#kind

def kind() -> ::String
Returns
  • (::String) — Output only. [Output Only] Type of the resource. Always compute#rollout for rollouts.

#kind=

def kind=(value) -> ::String
Parameter
  • value (::String) — Output only. [Output Only] Type of the resource. Always compute#rollout for rollouts.
Returns
  • (::String) — Output only. [Output Only] Type of the resource. Always compute#rollout for rollouts.

#name

def name() -> ::String
Returns
  • (::String) — Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
Returns
  • (::String) — Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

#rollout_entity

def rollout_entity() -> ::Google::Cloud::Compute::V1::RolloutRolloutEntity
Returns

#rollout_entity=

def rollout_entity=(value) -> ::Google::Cloud::Compute::V1::RolloutRolloutEntity
Parameter
Returns

#rollout_plan

def rollout_plan() -> ::String
Returns
  • (::String) — Required. Rollout Plan used to model the Rollout. Ex. compute.googleapis.com/v1/projects/1234/rolloutPlans/rp1

#rollout_plan=

def rollout_plan=(value) -> ::String
Parameter
  • value (::String) — Required. Rollout Plan used to model the Rollout. Ex. compute.googleapis.com/v1/projects/1234/rolloutPlans/rp1
Returns
  • (::String) — Required. Rollout Plan used to model the Rollout. Ex. compute.googleapis.com/v1/projects/1234/rolloutPlans/rp1
def self_link() -> ::String
Returns
  • (::String) — Output only. [Output Only] Server-defined fully-qualified URL for this resource.
def self_link=(value) -> ::String
Parameter
  • value (::String) — Output only. [Output Only] Server-defined fully-qualified URL for this resource.
Returns
  • (::String) — Output only. [Output Only] Server-defined fully-qualified URL for this resource.
def self_link_with_id() -> ::String
Returns
  • (::String) — Output only. [Output Only] Server-defined URL for this resource's resource id.
def self_link_with_id=(value) -> ::String
Parameter
  • value (::String) — Output only. [Output Only] Server-defined URL for this resource's resource id.
Returns
  • (::String) — Output only. [Output Only] Server-defined URL for this resource's resource id.

#state

def state() -> ::String
Returns
  • (::String) — Output only. The current state of the Rollout. Check the State enum for the list of possible values.

#state=

def state=(value) -> ::String
Parameter
  • value (::String) — Output only. The current state of the Rollout. Check the State enum for the list of possible values.
Returns
  • (::String) — Output only. The current state of the Rollout. Check the State enum for the list of possible values.

#wave_details

def wave_details() -> ::Array<::Google::Cloud::Compute::V1::RolloutWaveDetails>
Returns

#wave_details=

def wave_details=(value) -> ::Array<::Google::Cloud::Compute::V1::RolloutWaveDetails>
Parameter
Returns