Show / Hide Table of Contents

Class DbNode

Inheritance
object
DbNode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class DbNode

Properties

AdditionalDetails

Declaration
[JsonProperty(PropertyName = "additionalDetails")]
public string AdditionalDetails { get; set; }
Property Value
Type Description
string

Additional information about the planned maintenance.

BackupIpId

Declaration
[JsonProperty(PropertyName = "backupIpId")]
public string BackupIpId { get; set; }
Property Value
Type Description
string

The OCID of the backup IPv4 address associated with the database node. Use this OCID with either the {@link #getPrivateIp(GetPrivateIpRequest) getPrivateIp} or the {@link #getPublicIpByPrivateIpId(GetPublicIpByPrivateIpIdRequest) getPublicIpByPrivateIpId} API to get the IPv4 address needed to make a database connection.
Note: Applies only to Exadata Cloud Service.

BackupIpv6Id

Declaration
[JsonProperty(PropertyName = "backupIpv6Id")]
public string BackupIpv6Id { get; set; }
Property Value
Type Description
string

The OCID of the backup IPv6 address associated with the database node. Use this OCID with the {@link #getIpv6(GetIpv6Request) getIpv6} API to get the IPv6 address needed to make a database connection.
Note: Applies only to Exadata Cloud Service.

BackupVnic2Id

Declaration
[JsonProperty(PropertyName = "backupVnic2Id")]
public string BackupVnic2Id { get; set; }
Property Value
Type Description
string

The OCID of the second backup VNIC.
Note: Applies only to Exadata Cloud Service.

BackupVnicId

Declaration
[JsonProperty(PropertyName = "backupVnicId")]
public string BackupVnicId { get; set; }
Property Value
Type Description
string

The OCID of the backup VNIC.

CpuCoreCount

Declaration
[JsonProperty(PropertyName = "cpuCoreCount")]
public int? CpuCoreCount { get; set; }
Property Value
Type Description
int?

The number of CPU cores enabled on the Db node.

DbNodeStorageSizeInGBs

Declaration
[JsonProperty(PropertyName = "dbNodeStorageSizeInGBs")]
public int? DbNodeStorageSizeInGBs { get; set; }
Property Value
Type Description
int?

The allocated local node storage in GBs on the Db node.

DbServerId

Declaration
[JsonProperty(PropertyName = "dbServerId")]
public string DbServerId { get; set; }
Property Value
Type Description
string

The OCID of the Exacc Db server associated with the database node.

DbSystemId

Declaration
[Required(ErrorMessage = "DbSystemId is required.")]
[JsonProperty(PropertyName = "dbSystemId")]
public string DbSystemId { get; set; }
Property Value
Type Description
string

The OCID of the DB system.

Remarks

Required

DefinedTags

Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

FaultDomain

Declaration
[JsonProperty(PropertyName = "faultDomain")]
public string FaultDomain { get; set; }
Property Value
Type Description
string

The name of the Fault Domain the instance is contained in.

FreeformTags

Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
Dictionary<string, string>

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}

HostIpId

Declaration
[JsonProperty(PropertyName = "hostIpId")]
public string HostIpId { get; set; }
Property Value
Type Description
string

The OCID of the host IPv4 address associated with the database node. Use this OCID with either the {@link #getPrivateIp(GetPrivateIpRequest) getPrivateIp} or the {@link #getPublicIpByPrivateIpId(GetPublicIpByPrivateIpIdRequest) getPublicIpByPrivateIpId} API to get the IPv4 address needed to make a database connection.
Note: Applies only to Exadata Cloud Service.

HostIpv6Id

Declaration
[JsonProperty(PropertyName = "hostIpv6Id")]
public string HostIpv6Id { get; set; }
Property Value
Type Description
string

The OCID of the host IPv6 address associated with the database node. Use this OCID with the {@link #getIpv6(GetIpv6Request) getIpv6} API to get the IPv6 address needed to make a database connection.
Note: Applies only to Exadata Cloud Service.

Hostname

Declaration
[JsonProperty(PropertyName = "hostname")]
public string Hostname { get; set; }
Property Value
Type Description
string

The host name for the database node.

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The OCID of the database node.

Remarks

Required

LifecycleDetails

Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type Description
string

Information about the current lifecycle state.

LifecycleState

Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DbNode.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
DbNode.LifecycleStateEnum?

The current state of the database node.

Remarks

Required

MaintenanceType

Declaration
[JsonProperty(PropertyName = "maintenanceType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DbNode.MaintenanceTypeEnum? MaintenanceType { get; set; }
Property Value
Type Description
DbNode.MaintenanceTypeEnum?

The type of database node maintenance.

MemorySizeInGBs

Declaration
[JsonProperty(PropertyName = "memorySizeInGBs")]
public int? MemorySizeInGBs { get; set; }
Property Value
Type Description
int?

The allocated memory in GBs on the Db node.

SoftwareStorageSizeInGB

Declaration
[JsonProperty(PropertyName = "softwareStorageSizeInGB")]
public int? SoftwareStorageSizeInGB { get; set; }
Property Value
Type Description
int?

The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.

TimeCreated

Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

The date and time that the database node was created.

Remarks

Required

TimeMaintenanceWindowEnd

Declaration
[JsonProperty(PropertyName = "timeMaintenanceWindowEnd")]
public DateTime? TimeMaintenanceWindowEnd { get; set; }
Property Value
Type Description
DateTime?

End date and time of maintenance window.

TimeMaintenanceWindowStart

Declaration
[JsonProperty(PropertyName = "timeMaintenanceWindowStart")]
public DateTime? TimeMaintenanceWindowStart { get; set; }
Property Value
Type Description
DateTime?

Start date and time of maintenance window.

TotalCpuCoreCount

Declaration
[JsonProperty(PropertyName = "totalCpuCoreCount")]
public int? TotalCpuCoreCount { get; set; }
Property Value
Type Description
int?

The total number of CPU cores reserved on the Db node.

Vnic2Id

Declaration
[JsonProperty(PropertyName = "vnic2Id")]
public string Vnic2Id { get; set; }
Property Value
Type Description
string

The OCID of the second VNIC.
Note: Applies only to Exadata Cloud Service.

VnicId

Declaration
[Required(ErrorMessage = "VnicId is required.")]
[JsonProperty(PropertyName = "vnicId")]
public string VnicId { get; set; }
Property Value
Type Description
string

The OCID of the VNIC.

Remarks

Required

In this article
Back to top