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 \ LoggingServerMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SOURCE_TYPE_UNSPECIFIED
Value: 0The default value. This value should never be used.
Generated from protobuf enum SOURCE_TYPE_UNSPECIFIED = 0;
ESXI
Value: 1Logs produced by ESXI hosts
Generated from protobuf enum ESXI = 1;
VCSA
Value: 2Logs produced by vCenter server
Generated from protobuf enum VCSA = 2;