Class: Google::Apis::ComputeV1::DiskAsyncReplicationList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DiskAsyncReplicationList

Returns a new instance of DiskAsyncReplicationList.



7077
7078
7079
# File 'lib/google/apis/compute_v1/classes.rb', line 7077

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

Instance Attribute Details

#async_replication_diskGoogle::Apis::ComputeV1::DiskAsyncReplication

Corresponds to the JSON property asyncReplicationDisk



7075
7076
7077
# File 'lib/google/apis/compute_v1/classes.rb', line 7075

def async_replication_disk
  @async_replication_disk
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7082
7083
7084
# File 'lib/google/apis/compute_v1/classes.rb', line 7082

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