Class: Google::Apis::ComputeBeta::DiskAsyncReplicationList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::DiskAsyncReplicationList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#async_replication_disk ⇒ Google::Apis::ComputeBeta::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.
7200 7201 7202 |
# File 'lib/google/apis/compute_beta/classes.rb', line 7200 def initialize(**args) update!(**args) end |
Instance Attribute Details
#async_replication_disk ⇒ Google::Apis::ComputeBeta::DiskAsyncReplication
Corresponds to the JSON property asyncReplicationDisk
7198 7199 7200 |
# File 'lib/google/apis/compute_beta/classes.rb', line 7198 def async_replication_disk @async_replication_disk end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7205 7206 7207 |
# File 'lib/google/apis/compute_beta/classes.rb', line 7205 def update!(**args) @async_replication_disk = args[:async_replication_disk] if args.key?(:async_replication_disk) end |