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.



17666
17667
17668
# File 'lib/google/apis/compute_beta/classes.rb', line 17666

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)


17664
17665
17666
# File 'lib/google/apis/compute_beta/classes.rb', line 17664

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17671
17672
17673
# File 'lib/google/apis/compute_beta/classes.rb', line 17671

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