Google Cloud Vm Migration V1 Client - Class VmArchitecture (0.3.2)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class VmArchitecture.

Possible values for the architectures of the VM.

Protobuf type google.cloud.vmmigration.v1.AwsVmDetails.VmArchitecture

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

VM_ARCHITECTURE_UNSPECIFIED

Value: 0

The architecture is unknown.

Generated from protobuf enum VM_ARCHITECTURE_UNSPECIFIED = 0;

I386

Value: 1

The architecture is I386.

Generated from protobuf enum I386 = 1;

X86_64

Value: 2

The architecture is X86_64.

Generated from protobuf enum X86_64 = 2;

ARM64

Value: 3

The architecture is ARM64.

Generated from protobuf enum ARM64 = 3;

X86_64_MAC

Value: 4

The architecture is X86_64_MAC.

Generated from protobuf enum X86_64_MAC = 4;