Class: Google::Cloud::Compute::V1::LocalDisk
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::LocalDisk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#disk_count ⇒ ::Integer
Specifies the number of such disks.
-
#disk_size_gb ⇒ ::Integer
Specifies the size of the disk in base-2 GB.
-
#disk_type ⇒ ::String
Specifies the desired disk type on the node.
Instance Attribute Details
#disk_count ⇒ ::Integer
Returns Specifies the number of such disks.
19936 19937 19938 19939 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19936 class LocalDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disk_size_gb ⇒ ::Integer
Returns Specifies the size of the disk in base-2 GB.
19936 19937 19938 19939 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19936 class LocalDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disk_type ⇒ ::String
Returns Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.
19936 19937 19938 19939 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 19936 class LocalDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |