public static class ComputeEnumConstants.AuditLogConfig.LogTypeReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.AuditLogConfig.LogType.
Constants for wire representations of the AuditLogConfig.Types.LogType enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
AdminRead
public const string AdminRead = "ADMIN_READ"Wire representation of AdminRead.
| Field Value | |
|---|---|
| Type | Description |
string |
|
DataRead
public const string DataRead = "DATA_READ"Wire representation of DataRead.
| Field Value | |
|---|---|
| Type | Description |
string |
|
DataWrite
public const string DataWrite = "DATA_WRITE"Wire representation of DataWrite.
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedLogType
public const string UndefinedLogType = "UNDEFINED_LOG_TYPE"Wire representation of UndefinedLogType.
| Field Value | |
|---|---|
| Type | Description |
string |
|
Unspecified
public const string Unspecified = "LOG_TYPE_UNSPECIFIED"Wire representation of Unspecified.
| Field Value | |
|---|---|
| Type | Description |
string |
|