Show / Hide Table of Contents

Class Database

Database details

Inheritance
object
Database
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX