Class DbNodeSummary
A server where Oracle Database software is running.
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see Getting Started with Policies.
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class DbNodeSummary
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.
|
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.
|
BackupVnic2Id
Declaration
[JsonProperty(PropertyName = "backupVnic2Id")]
public string BackupVnic2Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the second backup VNIC.
|
BackupVnicId
Declaration
[JsonProperty(PropertyName = "backupVnicId")]
public string BackupVnicId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the backup VNIC. |
ComputeCount
Declaration
[JsonProperty(PropertyName = "computeCount")]
public int? ComputeCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The number of compute servers for the DB system. |
ComputeModel
Declaration
[JsonProperty(PropertyName = "computeModel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DbNodeSummary.ComputeModelEnum? ComputeModel { get; set; }
Property Value
| Type | Description |
|---|---|
| DbNodeSummary.ComputeModelEnum? | The compute model for Base Database Service. This is required if using the |
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.
|
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.
|
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.
|
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 DbNodeSummary.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
| Type | Description |
|---|---|
| DbNodeSummary.LifecycleStateEnum? | The current state of the database node. |
Remarks
Required
MaintenanceType
Declaration
[JsonProperty(PropertyName = "maintenanceType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DbNodeSummary.MaintenanceTypeEnum? MaintenanceType { get; set; }
Property Value
| Type | Description |
|---|---|
| DbNodeSummary.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. |
SystemTags
Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, Dictionary<string, object>> | System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. |
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.
|
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