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.



31662
31663
31664
# File 'lib/google/apis/compute_alpha/classes.rb', line 31662

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

Instance Attribute Details

#async_secondary_diskString

The secondary disk to stop asynchronous replication to. Supplied if and only if the target disk is a primary disk in an asynchronously replicated pair. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/ project/zones/zone /disks/disk - https://www.googleapis.com/compute/v1/ projects/project/regions/region /disks/disk - projects/project/zones/zone/ disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/ disk - regions/region/disks/disk Corresponds to the JSON property asyncSecondaryDisk

Returns:

  • (String)


31660
31661
31662
# File 'lib/google/apis/compute_alpha/classes.rb', line 31660

def async_secondary_disk
  @async_secondary_disk
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31667
31668
31669
# File 'lib/google/apis/compute_alpha/classes.rb', line 31667

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