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.
6959 6960 6961 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 6959 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
Corresponds to the JSON property state
6957 6958 6959 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 6957 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6964 6965 6966 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 6964 def update!(**args) @state = args[:state] if args.key?(:state) end |