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.



2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2713

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:



2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2713

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