Class: Google::Apis::ComputeAlpha::RegionDisksStopAsyncReplicationRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RegionDisksStopAsyncReplicationRequest

Returns a new instance of RegionDisksStopAsyncReplicationRequest.



34658
34659
34660
# File 'lib/google/apis/compute_alpha/classes.rb', line 34658

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

Instance Attribute Details

#async_secondary_diskString

[Deprecated] The secondary disk to stop asynchronous replication to. This field will not be included in the beta or v1 APIs and will be removed from the alpha API in the near future. Corresponds to the JSON property asyncSecondaryDisk

Returns:

  • (String)


34656
34657
34658
# File 'lib/google/apis/compute_alpha/classes.rb', line 34656

def async_secondary_disk
  @async_secondary_disk
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34663
34664
34665
# File 'lib/google/apis/compute_alpha/classes.rb', line 34663

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