Class: Google::Apis::ComputeAlpha::GetAsyncReplicationStatusResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::GetAsyncReplicationStatusResponse
- 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
-
#async_replication_status ⇒ Google::Apis::ComputeAlpha::AsyncReplicationStatus
Corresponds to the JSON property
asyncReplicationStatus. -
#etag ⇒ String
end_interface: MixerGetResponseWithEtagBuilder Corresponds to the JSON property
etag.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetAsyncReplicationStatusResponse
constructor
A new instance of GetAsyncReplicationStatusResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetAsyncReplicationStatusResponse
Returns a new instance of GetAsyncReplicationStatusResponse.
13157 13158 13159 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 13157 def initialize(**args) update!(**args) end |
Instance Attribute Details
#async_replication_status ⇒ Google::Apis::ComputeAlpha::AsyncReplicationStatus
Corresponds to the JSON property asyncReplicationStatus
13150 13151 13152 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 13150 def async_replication_status @async_replication_status end |
#etag ⇒ String
end_interface: MixerGetResponseWithEtagBuilder
Corresponds to the JSON property etag
13155 13156 13157 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 13155 def etag @etag end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13162 13163 13164 13165 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 13162 def update!(**args) @async_replication_status = args[:async_replication_status] if args.key?(:async_replication_status) @etag = args[:etag] if args.key?(:etag) end |