Google Cloud Vmware Engine V1 Client - Class SourceType (0.5.5)

Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class SourceType.

Defines possible types of component that produces logs.

Protobuf type google.cloud.vmwareengine.v1.LoggingServer.SourceType

Namespace

Google \ Cloud \ VmwareEngine \ V1 \ LoggingServer

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SOURCE_TYPE_UNSPECIFIED

Value: 0

The default value. This value should never be used.

Generated from protobuf enum SOURCE_TYPE_UNSPECIFIED = 0;

ESXI

Value: 1

Logs produced by ESXI hosts

Generated from protobuf enum ESXI = 1;

VCSA

Value: 2

Logs produced by vCenter server

Generated from protobuf enum VCSA = 2;