Class: Google::Cloud::Compute::V1::InstantSnapshotResourceStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstantSnapshotResourceStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#storage_size_bytes ⇒ ::Integer
[Output Only] The storage size of this instant snapshot.
Instance Attribute Details
#storage_size_bytes ⇒ ::Integer
Returns [Output Only] The storage size of this instant snapshot.
15393 15394 15395 15396 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15393 class InstantSnapshotResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |