public enum OsCapability extends Enum<OsCapability> implements ProtocolMessageEnum
VM operating system (OS) capabilities needed for determining compatibility with Compute Engine features supported by the migration.
Protobuf enum google.cloud.vmmigration.v1.OsCapability
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
OS_CAPABILITY_GVNIC_NETWORK_INTERFACE |
gVNIC virtual NIC driver supported. |
OS_CAPABILITY_GVNIC_NETWORK_INTERFACE_VALUE |
gVNIC virtual NIC driver supported. |
OS_CAPABILITY_IDPF_NETWORK_INTERFACE |
IDPF virtual NIC driver supported. |
OS_CAPABILITY_IDPF_NETWORK_INTERFACE_VALUE |
IDPF virtual NIC driver supported. |
OS_CAPABILITY_NVME_STORAGE_ACCESS |
NVMe driver installed and the VM can use NVMe PD or local SSD. |
OS_CAPABILITY_NVME_STORAGE_ACCESS_VALUE |
NVMe driver installed and the VM can use NVMe PD or local SSD. |
OS_CAPABILITY_UNSPECIFIED |
This is for API compatibility only and is not in use. |
OS_CAPABILITY_UNSPECIFIED_VALUE |
This is for API compatibility only and is not in use. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |