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.
7146 7147 7148 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 7146 def initialize(**args) update!(**args) end |
Instance Attribute Details
#async_replication_disk ⇒ Google::Apis::ComputeAlpha::DiskAsyncReplication
Corresponds to the JSON property asyncReplicationDisk
7144 7145 7146 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 7144 def async_replication_disk @async_replication_disk end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7151 7152 7153 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 7151 def update!(**args) @async_replication_disk = args[:async_replication_disk] if args.key?(:async_replication_disk) end |