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.
12272 12273 12274 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 12272 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
Corresponds to the JSON property state
12270 12271 12272 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 12270 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12277 12278 12279 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 12277 def update!(**args) @state = args[:state] if args.key?(:state) end |