ExascaleDbNodeProperties Class
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.
The properties of DbNodeResource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExascaleDbNodePropertiesTypeConverter))]
public class ExascaleDbNodeProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExascaleDbNodeProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExascaleDbNodePropertiesTypeConverter))>]
type ExascaleDbNodeProperties = class
interface IExascaleDbNodeProperties
interface IJsonSerializable
Public Class ExascaleDbNodeProperties
Implements IExascaleDbNodeProperties
- Inheritance
-
ExascaleDbNodeProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExascaleDbNodeProperties() |
Creates an new ExascaleDbNodeProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExascaleDbNodeProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExascaleDbNodeProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExascaleDbNodeProperties. |
| FromJsonString(String) |
Creates a new instance of ExascaleDbNodeProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExascaleDbNodeProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |