Google Cloud Net App V1 Client - Class OsType (1.10.1)

Reference documentation and code samples for the Google Cloud Net App V1 Client class OsType.

OS types for the host group

Protobuf type google.cloud.netapp.v1.OsType

Namespace

Google \ Cloud \ NetApp \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OS_TYPE_UNSPECIFIED

Value: 0

Unspecified OS Type

Generated from protobuf enum OS_TYPE_UNSPECIFIED = 0;

LINUX

Value: 1

OS Type is Linux

Generated from protobuf enum LINUX = 1;

WINDOWS

Value: 2

OS Type is Windows

Generated from protobuf enum WINDOWS = 2;

ESXI

Value: 3

OS Type is VMware ESXi

Generated from protobuf enum ESXI = 3;