Class DatabaseDetails
Message for sap instant 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 custoemrs bring their own SA for 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 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 |