Google Cloud Migration Center V1 Client - Class OperatingSystemFamily (1.0.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class OperatingSystemFamily.

Known categories of operating systems.

Protobuf type google.cloud.migrationcenter.v1.OperatingSystemFamily

Namespace

Google \ Cloud \ MigrationCenter \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OS_FAMILY_UNKNOWN

Value: 0

Generated from protobuf enum OS_FAMILY_UNKNOWN = 0;

OS_FAMILY_WINDOWS

Value: 1

Microsoft Windows Server and Desktop.

Generated from protobuf enum OS_FAMILY_WINDOWS = 1;

OS_FAMILY_LINUX

Value: 2

Various Linux flavors.

Generated from protobuf enum OS_FAMILY_LINUX = 2;

OS_FAMILY_UNIX

Value: 3

Non-Linux Unix flavors.

Generated from protobuf enum OS_FAMILY_UNIX = 3;