Class DatabaseInstance
Details of a database instance.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class DatabaseInstance : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceName
The instance's name.
Declaration
[JsonProperty("instanceName")]
public virtual string InstanceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Network
Optional. Networking details.
Declaration
[JsonProperty("network")]
public virtual DatabaseInstanceNetwork Network { get; set; }
Property Value
Type | Description |
---|---|
DatabaseInstanceNetwork |
Role
The instance role in the database engine.
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type | Description |
---|---|
string |