Class: Google::Cloud::VMMigration::V1::AwsSourceVmDetails

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

Overview

Represent the source AWS VM details.

Defined Under Namespace

Modules: Firmware

Instance Attribute Summary collapse

Instance Attribute Details

#committed_storage_bytes::Integer

Returns The total size of the disks being migrated in bytes.

Returns:

  • (::Integer)

    The total size of the disks being migrated in bytes.



2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2743

class AwsSourceVmDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Possible values for AWS VM firmware.
  module Firmware
    # The firmware is unknown.
    FIRMWARE_UNSPECIFIED = 0

    # The firmware is EFI.
    EFI = 1

    # The firmware is BIOS.
    BIOS = 2
  end
end

#firmware::Google::Cloud::VMMigration::V1::AwsSourceVmDetails::Firmware

Returns The firmware type of the source VM.

Returns:



2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2743

class AwsSourceVmDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Possible values for AWS VM firmware.
  module Firmware
    # The firmware is unknown.
    FIRMWARE_UNSPECIFIED = 0

    # The firmware is EFI.
    EFI = 1

    # The firmware is BIOS.
    BIOS = 2
  end
end