Module: Google::Cloud::VMMigration::V1::AwsVmDetails::VmArchitecture
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Possible values for the architectures of the VM.
Constant Summary collapse
- VM_ARCHITECTURE_UNSPECIFIED =
The architecture is unknown.
0
- I386 =
The architecture is I386.
1
- X86_64 =
The architecture is X86_64.
2
- ARM64 =
The architecture is ARM64.
3
- X86_64_MAC =
The architecture is X86_64_MAC.
4