Class: Google::Apis::ComputeAlpha::InstantSnapshotResourceStatus

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

Returns a new instance of InstantSnapshotResourceStatus.



19640
19641
19642
# File 'lib/google/apis/compute_alpha/classes.rb', line 19640

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

Instance Attribute Details

#storage_size_bytesFixnum

[Output Only] The storage size of this instant snapshot. Corresponds to the JSON property storageSizeBytes

Returns:

  • (Fixnum)


19638
19639
19640
# File 'lib/google/apis/compute_alpha/classes.rb', line 19638

def storage_size_bytes
  @storage_size_bytes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19645
19646
19647
# File 'lib/google/apis/compute_alpha/classes.rb', line 19645

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