Class: Google::Cloud::LifeSciences::V2beta::Disk

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/lifesciences/v2beta/workflows.rb

Overview

Carries information about a disk that can be attached to a VM.

See https://cloud.google.com/compute/docs/disks/performance for more information about disk type, size, and performance considerations.

Specify either Volume or Disk, but not both.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String



561
562
563
564
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 561

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

#size_gb::Integer



561
562
563
564
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 561

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

#source_image::String



561
562
563
564
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 561

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

#type::String



561
562
563
564
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 561

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