Class ComputeEnumConstants.AuditLogConfig.LogType (1.4.0)

public static class LogType

Constants for wire representations of the AuditLogConfig.Types.LogType enum.

Inheritance

Object > ComputeEnumConstants.AuditLogConfig.LogType

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

AdminRead

public const string AdminRead = "ADMIN_READ"

Wire representation of AdminRead.

Field Value
TypeDescription
String

DataRead

public const string DataRead = "DATA_READ"

Wire representation of DataRead.

Field Value
TypeDescription
String

DataWrite

public const string DataWrite = "DATA_WRITE"

Wire representation of DataWrite.

Field Value
TypeDescription
String

UndefinedLogType

public const string UndefinedLogType = "UNDEFINED_LOG_TYPE"

Wire representation of UndefinedLogType.

Field Value
TypeDescription
String

Unspecified

public const string Unspecified = "LOG_TYPE_UNSPECIFIED"

Wire representation of Unspecified.

Field Value
TypeDescription
String