Class Database
Database details.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class Database : IDirectResponseSchema
Properties
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 |
FloatingIpAddress
Optional. Only useful for Linux High Availability setup.
Declaration
[JsonProperty("floatingIpAddress")]
public virtual string FloatingIpAddress { 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 |
SecondarySoleTenantNode
Optional. The name of a secondary-sole-tenant node/node group.
Declaration
[JsonProperty("secondarySoleTenantNode")]
public virtual string SecondarySoleTenantNode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecondarySoleTenantNodeType
Optional. The type of a secondary-sole-tenant node/node group. E.g., compute.googleapis.com/node-name.
Declaration
[JsonProperty("secondarySoleTenantNodeType")]
public virtual string SecondarySoleTenantNodeType { 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 |
Smt
Required. Whether simultaneous multithreading is enabled or not.
Declaration
[JsonProperty("smt")]
public virtual bool? Smt { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SoleTenantNode
Optional. The name of a primary sole-tenant node/node group.
Declaration
[JsonProperty("soleTenantNode")]
public virtual string SoleTenantNode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SoleTenantNodeType
Optional. The type of a primary sole-tenant node/node group. E.g., compute.googleapis.com/node-name.
Declaration
[JsonProperty("soleTenantNodeType")]
public virtual string SoleTenantNodeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TempdbOnSsd
Required. Whether to have TempDB on local SSD.
Declaration
[JsonProperty("tempdbOnSsd")]
public virtual bool? TempdbOnSsd { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
TenancyModel
Required. SHARED or SOLE_TENANT.
Declaration
[JsonProperty("tenancyModel")]
public virtual string TenancyModel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |