Database Center v1beta API - Class SCCInfo (1.0.0-beta03)

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

Reference documentation and code samples for the Database Center v1beta API class SCCInfo.

Info associated with SCC signals.

Inheritance

object > SCCInfo

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

SCCInfo()

public SCCInfo()

SCCInfo(SCCInfo)

public SCCInfo(SCCInfo other)
Parameter
Name Description
other SCCInfo

Properties

Category

public string Category { get; set; }

Name by which SCC calls this signal.

Property Value
Type Description
string

ExternalUri

public string ExternalUri { get; set; }

External URI which points to a SCC page associated with the signal.

Property Value
Type Description
string

RegulatoryStandards

public RepeatedField<RegulatoryStandard> RegulatoryStandards { get; }

Compliances that are associated with the signal.

Property Value
Type Description
RepeatedFieldRegulatoryStandard

Signal

public string Signal { get; set; }

Name of the signal.

Property Value
Type Description
string