Class: Google::Apis::ComputeAlpha::DiskAsyncReplicationList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::DiskAsyncReplicationList
- 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_disk ⇒ Google::Apis::ComputeAlpha::DiskAsyncReplication
Corresponds to the JSON property
asyncReplicationDisk
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiskAsyncReplicationList
constructor
A new instance of DiskAsyncReplicationList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DiskAsyncReplicationList
Returns a new instance of DiskAsyncReplicationList.
6703 6704 6705 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 6703 def initialize(**args) update!(**args) end |
Instance Attribute Details
#async_replication_disk ⇒ Google::Apis::ComputeAlpha::DiskAsyncReplication
Corresponds to the JSON property asyncReplicationDisk
6701 6702 6703 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 6701 def async_replication_disk @async_replication_disk end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6708 6709 6710 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 6708 def update!(**args) @async_replication_disk = args[:async_replication_disk] if args.key?(:async_replication_disk) end |