Class: Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/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.
7494 7495 7496 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 7494 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
Corresponds to the JSON property state
7492 7493 7494 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 7492 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7499 7500 7501 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 7499 def update!(**args) @state = args[:state] if args.key?(:state) end |