Class Database
The database for sqlserver
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager .v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class Database : IDirectResponseSchema
Properties
BackupFile
Output only. The backup file
Declaration
[JsonProperty("backupFile")]
public virtual string BackupFile { get; set; }
Property Value
Type | Description |
---|---|
string |
BackupSchedule
Output only. The backup schedule
Declaration
[JsonProperty("backupSchedule")]
public virtual string BackupSchedule { 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 |
HostVm
Output only. The host VM
Declaration
[JsonProperty("hostVm")]
public virtual string HostVm { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The database name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |