Class: Google::Cloud::Compute::V1::DisksScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::DisksScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#disks ⇒ ::Array<::Google::Cloud::Compute::V1::Disk>
[Output Only] A list of disks contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
[Output Only] Informational warning which replaces the list of disks when the list is empty.
Instance Attribute Details
#disks ⇒ ::Array<::Google::Cloud::Compute::V1::Disk>
Returns [Output Only] A list of disks contained in this scope.
7518 7519 7520 7521 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7518 class DisksScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns [Output Only] Informational warning which replaces the list of disks when the list is empty.
7518 7519 7520 7521 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7518 class DisksScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |