Class: Google::Apis::ComputeV1::GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataLocationRolloutStatus

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataLocationRolloutStatus

Returns a new instance of GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataLocationRolloutStatus.



16716
16717
16718
# File 'lib/google/apis/compute_v1/classes.rb', line 16716

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)


16714
16715
16716
# File 'lib/google/apis/compute_v1/classes.rb', line 16714

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16721
16722
16723
# File 'lib/google/apis/compute_v1/classes.rb', line 16721

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