Show / Hide Table of Contents

Class StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData

Disable validation warnings

Inheritance
object
StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData
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.CloudAlloyDBAdmin.v1beta.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1beta.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData : IDirectResponseSchema

Properties

AdditionalMetadata

Disable validation warnings

Declaration
[JsonProperty("additionalMetadata")]
public virtual IDictionary<string, object> AdditionalMetadata { get; set; }
Property Value
Type Description
IDictionary<string, object>

Compliance

Disable validation warnings

Declaration
[JsonProperty("compliance")]
public virtual IList<StorageDatabasecenterPartnerapiV1mainCompliance> Compliance { get; set; }
Property Value
Type Description
IList<StorageDatabasecenterPartnerapiV1mainCompliance>

Description

Disable validation warnings

Declaration
[JsonProperty("description")]
public virtual string Description { 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

EventTime

object representation of EventTimeRaw.

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

EventTimeDateTimeOffset

DateTimeOffset representation of EventTimeRaw.

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

EventTimeRaw

Required. Disable validation warnings

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

ExternalUri

Disable validation warnings

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

Location

Disable validation warnings

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

Name

Required. Disable validation warnings

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

Provider

Disable validation warnings

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

ResourceContainer

Disable validation warnings

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

ResourceName

Required. Disable validation warnings

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

SignalClass

Required. Disable validation warnings

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

SignalId

Required. Disable validation warnings

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

SignalSeverity

Disable validation warnings

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

SignalType

Required. Disable validation warnings

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

State

Required. Disable validation warnings

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX