Class TargetRole
The target instance for the Blue-Green deployment.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class TargetRole : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceId
Output only. The source instance paired with this target instance in a blue-green deployment.
Declaration
[JsonProperty("sourceId")]
public virtual InstanceReference SourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| InstanceReference |