IExascaleDbNodeProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExascaleDbNodePropertiesTypeConverter))]
public interface IExascaleDbNodeProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExascaleDbNodePropertiesTypeConverter))>]
type IExascaleDbNodeProperties = interface
interface IJsonSerializable
Public Interface IExascaleDbNodeProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AdditionalDetail |
Additional information about the planned maintenance. |
| CpuCoreCount |
The number of CPU cores enabled on the Db node. |
| DbNodeStorageSizeInGb |
The allocated local node storage in GBs on the Db node. |
| FaultDomain |
The name of the Fault Domain the instance is contained in. |
| Hostname |
The host name for the database node. |
| LifecycleState |
The current state of the database node. |
| MaintenanceType |
The type of database node maintenance. |
| MemorySizeInGb |
The allocated memory in GBs on the Db node. |
| Ocid |
DbNode OCID |
| SoftwareStorageSizeInGb |
The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems. |
| TimeMaintenanceWindowEnd |
End date and time of maintenance window. |
| TimeMaintenanceWindowStart |
Start date and time of maintenance window. |
| TotalCpuCoreCount |
The total number of CPU cores reserved on the Db node. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |