Class: Google::Apis::ComputeBeta::DiskAsyncReplicationList

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DiskAsyncReplicationList

Returns a new instance of DiskAsyncReplicationList.



6734
6735
6736
# File 'lib/google/apis/compute_beta/classes.rb', line 6734

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#async_replication_diskGoogle::Apis::ComputeBeta::DiskAsyncReplication

Corresponds to the JSON property asyncReplicationDisk



6732
6733
6734
# File 'lib/google/apis/compute_beta/classes.rb', line 6732

def async_replication_disk
  @async_replication_disk
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6739
6740
6741
# File 'lib/google/apis/compute_beta/classes.rb', line 6739

def update!(**args)
  @async_replication_disk = args[:async_replication_disk] if args.key?(:async_replication_disk)
end