Class DatabaseDetails
Message for SAP instance details.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class DatabaseDetails : IDirectResponseSchema
Properties
DatabaseServiceAccount
Database service account. Let customers bring their own SA for the database.
Declaration
[JsonProperty("databaseServiceAccount")]
public virtual string DatabaseServiceAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DiskType
Required. Disk type.
Declaration
[JsonProperty("diskType")]
public virtual string DiskType { 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 |
Image
Required. Image for the database server.
Declaration
[JsonProperty("image")]
public virtual string Image { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceId
Optional. Instance ID.
Declaration
[JsonProperty("instanceId")]
public virtual string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MachineType
Required. Machine type.
Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PrimaryDbVm
Optional. Primary DB VM name.
Declaration
[JsonProperty("primaryDbVm")]
public virtual string PrimaryDbVm { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecondaryDbVm
Optional. Secondary DB VM name.
Declaration
[JsonProperty("secondaryDbVm")]
public virtual string SecondaryDbVm { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecretManagerSecret
Required. Secret Manager secret.
Declaration
[JsonProperty("secretManagerSecret")]
public virtual string SecretManagerSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sid
Required. The SID is a three-digit server-specific unique identification code.
Declaration
[JsonProperty("sid")]
public virtual string Sid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |