Show / Hide Table of Contents

Class DeploymentDiagnosticData

The deployment diagnostic data.

Inheritance
object
DeploymentDiagnosticData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class DeploymentDiagnosticData : IDirectResponseSchema

Properties

Bucket

Output only. The bucket name.

Declaration
[JsonProperty("bucket")]
public virtual string Bucket { get; set; }
Property Value
Type Description
string

DiagnosticEndTime

object representation of DiagnosticEndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DiagnosticEndTimeDateTimeOffset instead.")]
public virtual object DiagnosticEndTime { get; set; }
Property Value
Type Description
object

DiagnosticEndTimeDateTimeOffset

DateTimeOffset representation of DiagnosticEndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? DiagnosticEndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

DiagnosticEndTimeRaw

Output only. The time diagnostic end.

Declaration
[JsonProperty("diagnosticEndTime")]
public virtual string DiagnosticEndTimeRaw { get; set; }
Property Value
Type Description
string

DiagnosticStartTime

object representation of DiagnosticStartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DiagnosticStartTimeDateTimeOffset instead.")]
public virtual object DiagnosticStartTime { get; set; }
Property Value
Type Description
object

DiagnosticStartTimeDateTimeOffset

DateTimeOffset representation of DiagnosticStartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? DiagnosticStartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

DiagnosticStartTimeRaw

Output only. The time diagnostic start.

Declaration
[JsonProperty("diagnosticStartTime")]
public virtual string DiagnosticStartTimeRaw { get; set; }
Property Value
Type Description
string

DiagnosticState

Output only. The diagnostic state.

Declaration
[JsonProperty("diagnosticState")]
public virtual string DiagnosticState { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Namespace__

Output only. The namespace name.

Declaration
[JsonProperty("namespace")]
public virtual string Namespace__ { get; set; }
Property Value
Type Description
string

Object__

Output only. The object name.

Declaration
[JsonProperty("object")]
public virtual string Object__ { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX