Class: Google::Cloud::VMMigration::V1::AwsVmDetails

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

Overview

AwsVmDetails describes a VM in AWS.

Defined Under Namespace

Modules: BootOption, PowerState, VmArchitecture, VmVirtualizationType Classes: TagsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#architecture::Google::Cloud::VMMigration::V1::AwsVmDetails::VmArchitecture



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#boot_option::Google::Cloud::VMMigration::V1::AwsVmDetails::BootOption



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#committed_storage_mb::Integer



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#cpu_count::Integer



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#disk_count::Integer



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#display_name::String



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#instance_type::String



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#memory_mb::Integer



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#os_description::String



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#power_state::Google::Cloud::VMMigration::V1::AwsVmDetails::PowerState (readonly)



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#security_groups::Array<::Google::Cloud::VMMigration::V1::AwsSecurityGroup>



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#source_description::String



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#source_id::String



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#tags::Google::Protobuf::Map{::String => ::String}



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#vcpu_count::Integer



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#virtualization_type::Google::Cloud::VMMigration::V1::AwsVmDetails::VmVirtualizationType



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#vm_id::String



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#vpc_id::String



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end

#zone::String



1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1391

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class TagsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Possible values for the power state of the VM.
  module PowerState
    # Power state is not specified.
    POWER_STATE_UNSPECIFIED = 0

    # The VM is turned on.
    ON = 1

    # The VM is turned off.
    OFF = 2

    # The VM is suspended. This is similar to hibernation or sleep
    # mode.
    SUSPENDED = 3

    # The VM is starting.
    PENDING = 4
  end

  # The possible values for the vm boot option.
  module BootOption
    # The boot option is unknown.
    BOOT_OPTION_UNSPECIFIED = 0

    # The boot option is UEFI.
    EFI = 1

    # The boot option is LEGACY-BIOS.
    BIOS = 2
  end

  # Possible values for the virtualization types of the VM.
  module VmVirtualizationType
    # The virtualization type is unknown.
    VM_VIRTUALIZATION_TYPE_UNSPECIFIED = 0

    # The virtualziation type is HVM.
    HVM = 1

    # The virtualziation type is PARAVIRTUAL.
    PARAVIRTUAL = 2
  end

  # Possible values for the architectures of the VM.
  module VmArchitecture
    # The architecture is unknown.
    VM_ARCHITECTURE_UNSPECIFIED = 0

    # The architecture is I386.
    I386 = 1

    # The architecture is X86_64.
    X86_64 = 2

    # The architecture is ARM64.
    ARM64 = 3

    # The architecture is X86_64_MAC.
    X86_64_MAC = 4
  end
end