Class: Google::Cloud::AIPlatform::V1::PersistentDiskSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PersistentDiskSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/machine_resources.rb
Overview
Represents the spec of [persistent disk][https://cloud.google.com/compute/docs/disks/persistent-disks] options.
Instance Attribute Summary collapse
-
#disk_size_gb ⇒ ::Integer
Size in GB of the disk (default is 100GB).
-
#disk_type ⇒ ::String
Type of the disk (default is "pd-standard").
Instance Attribute Details
#disk_size_gb ⇒ ::Integer
Returns Size in GB of the disk (default is 100GB).
209 210 211 212 |
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 209 class PersistentDiskSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disk_type ⇒ ::String
Returns Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk).
209 210 211 212 |
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 209 class PersistentDiskSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |