Class: Google::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus
- 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
-
#state ⇒ String
Corresponds to the JSON property
state
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiskResourceStatusAsyncReplicationStatus
constructor
A new instance of DiskResourceStatusAsyncReplicationStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DiskResourceStatusAsyncReplicationStatus
Returns a new instance of DiskResourceStatusAsyncReplicationStatus.
7620 7621 7622 |
# File 'lib/google/apis/compute_beta/classes.rb', line 7620 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
Corresponds to the JSON property state
7618 7619 7620 |
# File 'lib/google/apis/compute_beta/classes.rb', line 7618 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7625 7626 7627 |
# File 'lib/google/apis/compute_beta/classes.rb', line 7625 def update!(**args) @state = args[:state] if args.key?(:state) end |