Class: Google::Apis::ComputeAlpha::InstantSnapshotResourceStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstantSnapshotResourceStatus
- 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
-
#storage_size_bytes ⇒ Fixnum
[Output Only] The storage size of this instant snapshot.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstantSnapshotResourceStatus
constructor
A new instance of InstantSnapshotResourceStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstantSnapshotResourceStatus
Returns a new instance of InstantSnapshotResourceStatus.
21290 21291 21292 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 21290 def initialize(**args) update!(**args) end |
Instance Attribute Details
#storage_size_bytes ⇒ Fixnum
[Output Only] The storage size of this instant snapshot.
Corresponds to the JSON property storageSizeBytes
21288 21289 21290 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 21288 def storage_size_bytes @storage_size_bytes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21295 21296 21297 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 21295 def update!(**args) @storage_size_bytes = args[:storage_size_bytes] if args.key?(:storage_size_bytes) end |