Class: Google::Apis::ComputeAlpha::DisksStopAsyncReplicationRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::DisksStopAsyncReplicationRequest
- 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_secondary_disk ⇒ String
[Deprecated] The secondary disk to stop asynchronous replication to.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisksStopAsyncReplicationRequest
constructor
A new instance of DisksStopAsyncReplicationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DisksStopAsyncReplicationRequest
Returns a new instance of DisksStopAsyncReplicationRequest.
8117 8118 8119 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8117 def initialize(**args) update!(**args) end |
Instance Attribute Details
#async_secondary_disk ⇒ String
[Deprecated] The secondary disk to stop asynchronous replication to. This
field will not be included in the beta or v1 APIs and will be removed from the
alpha API in the near future.
Corresponds to the JSON property asyncSecondaryDisk
8115 8116 8117 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8115 def async_secondary_disk @async_secondary_disk end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8122 8123 8124 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8122 def update!(**args) @async_secondary_disk = args[:async_secondary_disk] if args.key?(:async_secondary_disk) end |