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.
7467 7468 7469 |
# File 'lib/google/apis/compute_beta/classes.rb', line 7467 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
Corresponds to the JSON property state
7465 7466 7467 |
# File 'lib/google/apis/compute_beta/classes.rb', line 7465 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7472 7473 7474 |
# File 'lib/google/apis/compute_beta/classes.rb', line 7472 def update!(**args) @state = args[:state] if args.key?(:state) end |