public sealed class DbSystem : IMessage<DbSystem>, IEquatable<DbSystem>, IDeepCloneable<DbSystem>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class DbSystem.
Details of the DbSystem (BaseDB) resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbSystem/
Namespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
DbSystem()
public DbSystem()DbSystem(DbSystem)
public DbSystem(DbSystem other)| Parameter | |
|---|---|
| Name | Description |
other |
DbSystem |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The date and time that the DbSystem was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DbSystemName
public DbSystemName DbSystemName { get; set; }DbSystemName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DbSystemName |
|
DisplayName
public string DisplayName { get; set; }Required. The display name for the System db. The name does not have to be unique within your project.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EntitlementId
public string EntitlementId { get; set; }Output only. The ID of the subscription entitlement associated with the DbSystem
| Property Value | |
|---|---|
| Type | Description |
string |
|
GcpOracleZone
public string GcpOracleZone { get; set; }Optional. The GCP Oracle zone where Oracle DbSystem is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Labels
public MapField<string, string> Labels { get; }Optional. The labels or tags associated with the DbSystem.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system}
| Property Value | |
|---|---|
| Type | Description |
string |
|
OciUrl
public string OciUrl { get; set; }Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OdbNetwork
public string OdbNetwork { get; set; }Optional. The name of the OdbNetwork associated with the DbSystem. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OdbNetworkAsOdbNetworkName
public OdbNetworkName OdbNetworkAsOdbNetworkName { get; set; }OdbNetworkName-typed view over the OdbNetwork resource name property.
| Property Value | |
|---|---|
| Type | Description |
OdbNetworkName |
|
OdbSubnet
public string OdbSubnet { get; set; }Required. The name of the OdbSubnet associated with the DbSystem for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
| Property Value | |
|---|---|
| Type | Description |
string |
|
OdbSubnetAsOdbSubnetName
public OdbSubnetName OdbSubnetAsOdbSubnetName { get; set; }OdbSubnetName-typed view over the OdbSubnet resource name property.
| Property Value | |
|---|---|
| Type | Description |
OdbSubnetName |
|
Properties
public DbSystemProperties Properties { get; set; }Optional. The properties of the DbSystem.
| Property Value | |
|---|---|
| Type | Description |
DbSystemProperties |
|