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.
8584 8585 8586 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8584 def initialize(**args) update!(**args) end |
Instance Attribute Details
#async_replication_disk ⇒ Google::Apis::ComputeAlpha::DiskAsyncReplication
Corresponds to the JSON property asyncReplicationDisk
8582 8583 8584 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8582 def async_replication_disk @async_replication_disk end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8589 8590 8591 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 8589 def update!(**args) @async_replication_disk = args[:async_replication_disk] if args.key?(:async_replication_disk) end |