public sealed class Affiliation : IMessage<Affiliation>, IEquatable<Affiliation>, IDeepCloneable<Affiliation>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class Affiliation.
Affiliation information of a resource
Implements
IMessageAffiliation, IEquatableAffiliation, IDeepCloneableAffiliation, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
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 |
|