Class: Google::Apis::ComputeBeta::DiskResourceStatus

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) ⇒ DiskResourceStatus

Returns a new instance of DiskResourceStatus.



6978
6979
6980
# File 'lib/google/apis/compute_beta/classes.rb', line 6978

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

Instance Attribute Details

#async_primary_diskGoogle::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus

Corresponds to the JSON property asyncPrimaryDisk



6971
6972
6973
# File 'lib/google/apis/compute_beta/classes.rb', line 6971

def async_primary_disk
  @async_primary_disk
end

#async_secondary_disksHash<String,Google::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus>

Key: disk, value: AsyncReplicationStatus message Corresponds to the JSON property asyncSecondaryDisks



6976
6977
6978
# File 'lib/google/apis/compute_beta/classes.rb', line 6976

def async_secondary_disks
  @async_secondary_disks
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6983
6984
6985
6986
# File 'lib/google/apis/compute_beta/classes.rb', line 6983

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