Class: Google::Cloud::AIPlatform::V1::DiskSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/machine_resources.rb

Overview

Represents the spec of disk options.

Instance Attribute Summary collapse

Instance Attribute Details

#boot_disk_size_gb::Integer

Returns Size in GB of the boot disk (default is 100GB).

Returns:

  • (::Integer)

    Size in GB of the boot disk (default is 100GB).



212
213
214
215
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 212

class DiskSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#boot_disk_type::String

Returns Type of the boot disk. For non-A3U machines, the default value is "pd-ssd", for A3U machines, the default value is "hyperdisk-balanced". Valid values: "pd-ssd" (Persistent Disk Solid State Drive), "pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".

Returns:

  • (::String)

    Type of the boot disk. For non-A3U machines, the default value is "pd-ssd", for A3U machines, the default value is "hyperdisk-balanced". Valid values: "pd-ssd" (Persistent Disk Solid State Drive), "pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".



212
213
214
215
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 212

class DiskSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end