Google Cloud Workload Manager V1 Client - Class EvaluationType (0.1.0)

Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class EvaluationType.

Possible types of workload evaluations like SAP, SQL Server, etc.

Protobuf type google.cloud.workloadmanager.v1.Evaluation.EvaluationType

Namespace

Google \ Cloud \ WorkloadManager \ V1 \ Evaluation

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

EVALUATION_TYPE_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum EVALUATION_TYPE_UNSPECIFIED = 0;

SAP

Value: 1

SAP best practices.

Generated from protobuf enum SAP = 1;

SQL_SERVER

Value: 2

SQL best practices.

Generated from protobuf enum SQL_SERVER = 2;

OTHER

Value: 3

Customized best practices.

Generated from protobuf enum OTHER = 3;