Database Center v1beta API - Class Affiliation (1.0.0-beta07)

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

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

Affiliation information of a resource

Inheritance

object > Affiliation

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

Affiliation()

public Affiliation()

Affiliation(Affiliation)

public Affiliation(Affiliation other)
Parameter
Name Description
other Affiliation

Properties

FullResourceName

public string FullResourceName { get; set; }

Optional. Full resource name

Property Value
Type Description
string

Lineages

public RepeatedField<Affiliation.Types.Lineage> Lineages { get; }

Optional. Multiple lineages can be created from a resource. For example, a resource can be replicated to multiple target resources. In this case, there will be multiple lineages for the resource, one for each target resource.

Property Value
Type Description
RepeatedFieldAffiliationTypesLineage

ResourceId

public string ResourceId { get; set; }

Optional. resource id of affiliated resource

Property Value
Type Description
string