Class: Google::Apis::ComputeBeta::GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataLocationRolloutStatus

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataLocationRolloutStatus

Returns a new instance of GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataLocationRolloutStatus.



17642
17643
17644
# File 'lib/google/apis/compute_beta/classes.rb', line 17642

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#stateString

Output only. [Output Only] The state of the location rollout. Corresponds to the JSON property state

Returns:

  • (String)


17640
17641
17642
# File 'lib/google/apis/compute_beta/classes.rb', line 17640

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17647
17648
17649
# File 'lib/google/apis/compute_beta/classes.rb', line 17647

def update!(**args)
  @state = args[:state] if args.key?(:state)
end