Google Cloud Vm Migration V1 Client - Class OsCapability (1.1.0)

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

VM operating system (OS) capabilities needed for determining compatibility with Compute Engine features supported by the migration.

Protobuf type google.cloud.vmmigration.v1.OsCapability

Namespace

Google \ Cloud \ VMMigration \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OS_CAPABILITY_UNSPECIFIED

Value: 0

This is for API compatibility only and is not in use.

Generated from protobuf enum OS_CAPABILITY_UNSPECIFIED = 0;

OS_CAPABILITY_NVME_STORAGE_ACCESS

Value: 1

NVMe driver installed and the VM can use NVMe PD or local SSD.

Generated from protobuf enum OS_CAPABILITY_NVME_STORAGE_ACCESS = 1;

OS_CAPABILITY_GVNIC_NETWORK_INTERFACE

Value: 2

gVNIC virtual NIC driver supported.

Generated from protobuf enum OS_CAPABILITY_GVNIC_NETWORK_INTERFACE = 2;

OS_CAPABILITY_IDPF_NETWORK_INTERFACE

Value: 3

IDPF virtual NIC driver supported.

Generated from protobuf enum OS_CAPABILITY_IDPF_NETWORK_INTERFACE = 3;