Oracle Database@Google Cloud v1 API - Class DeploymentDiagnosticData (1.6.0)

public sealed class DeploymentDiagnosticData : IMessage<DeploymentDiagnosticData>, IEquatable<DeploymentDiagnosticData>, IDeepCloneable<DeploymentDiagnosticData>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class DeploymentDiagnosticData.

The deployment diagnostic data.

Inheritance

object > DeploymentDiagnosticData

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

DeploymentDiagnosticData()

public DeploymentDiagnosticData()

DeploymentDiagnosticData(DeploymentDiagnosticData)

public DeploymentDiagnosticData(DeploymentDiagnosticData other)
Parameter
Name Description
other DeploymentDiagnosticData

Properties

Bucket

public string Bucket { get; set; }

Output only. The bucket name.

Property Value
Type Description
string

DiagnosticEndTime

public Timestamp DiagnosticEndTime { get; set; }

Output only. The time diagnostic end.

Property Value
Type Description
Timestamp

DiagnosticStartTime

public Timestamp DiagnosticStartTime { get; set; }

Output only. The time diagnostic start.

Property Value
Type Description
Timestamp

DiagnosticState

public DeploymentDiagnosticData.Types.DiagnosticState DiagnosticState { get; set; }

Output only. The diagnostic state.

Property Value
Type Description
DeploymentDiagnosticDataTypesDiagnosticState

Namespace

public string Namespace { get; set; }

Output only. The namespace name.

Property Value
Type Description
string

Object

public string Object { get; set; }

Output only. The object name.

Property Value
Type Description
string