Class: Google::Cloud::VMMigration::V1::AzureVmDetails::OSDisk

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

Overview

A message describing the OS disk.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The disk's full name.

Returns:

  • (::String)

    The disk's full name.



1535
1536
1537
1538
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1535

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

#size_gb::Integer

Returns The disk's size in GB.

Returns:

  • (::Integer)

    The disk's size in GB.



1535
1536
1537
1538
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1535

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

#type::String

Returns The disk's type.

Returns:

  • (::String)

    The disk's type.



1535
1536
1537
1538
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1535

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