ArmOracleDatabaseModelFactory.DbNodeProperties Method
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.
Initializes a new instance of DbNodeProperties.
public static Azure.ResourceManager.OracleDatabase.Models.DbNodeProperties DbNodeProperties (string ocid = default, string additionalDetails = default, string backupIPId = default, string backupVnic2Id = default, string backupVnicId = default, int? cpuCoreCount = default, int? dbNodeStorageSizeInGbs = default, string dbServerId = default, string dbSystemId = default, string faultDomain = default, string hostIPId = default, string hostname = default, Azure.ResourceManager.OracleDatabase.Models.DbNodeProvisioningState? lifecycleState = default, string lifecycleDetails = default, Azure.ResourceManager.OracleDatabase.Models.DbNodeMaintenanceType? maintenanceType = default, int? memorySizeInGbs = default, int? softwareStorageSizeInGb = default, DateTimeOffset? timeCreated = default, DateTimeOffset? timeMaintenanceWindowEnd = default, DateTimeOffset? timeMaintenanceWindowStart = default, string vnic2Id = default, string vnicId = default, Azure.ResourceManager.OracleDatabase.Models.ResourceProvisioningState? provisioningState = default);
static member DbNodeProperties : string * string * string * string * string * Nullable<int> * Nullable<int> * string * string * string * string * string * Nullable<Azure.ResourceManager.OracleDatabase.Models.DbNodeProvisioningState> * string * Nullable<Azure.ResourceManager.OracleDatabase.Models.DbNodeMaintenanceType> * Nullable<int> * Nullable<int> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * Nullable<Azure.ResourceManager.OracleDatabase.Models.ResourceProvisioningState> -> Azure.ResourceManager.OracleDatabase.Models.DbNodeProperties
Public Shared Function DbNodeProperties (Optional ocid As String = Nothing, Optional additionalDetails As String = Nothing, Optional backupIPId As String = Nothing, Optional backupVnic2Id As String = Nothing, Optional backupVnicId As String = Nothing, Optional cpuCoreCount As Nullable(Of Integer) = Nothing, Optional dbNodeStorageSizeInGbs As Nullable(Of Integer) = Nothing, Optional dbServerId As String = Nothing, Optional dbSystemId As String = Nothing, Optional faultDomain As String = Nothing, Optional hostIPId As String = Nothing, Optional hostname As String = Nothing, Optional lifecycleState As Nullable(Of DbNodeProvisioningState) = Nothing, Optional lifecycleDetails As String = Nothing, Optional maintenanceType As Nullable(Of DbNodeMaintenanceType) = Nothing, Optional memorySizeInGbs As Nullable(Of Integer) = Nothing, Optional softwareStorageSizeInGb As Nullable(Of Integer) = Nothing, Optional timeCreated As Nullable(Of DateTimeOffset) = Nothing, Optional timeMaintenanceWindowEnd As Nullable(Of DateTimeOffset) = Nothing, Optional timeMaintenanceWindowStart As Nullable(Of DateTimeOffset) = Nothing, Optional vnic2Id As String = Nothing, Optional vnicId As String = Nothing, Optional provisioningState As Nullable(Of ResourceProvisioningState) = Nothing) As DbNodeProperties
Parameters
- ocid
- String
DbNode OCID Serialized Name: DbNodeProperties.ocid
- additionalDetails
- String
Additional information about the planned maintenance. Serialized Name: DbNodeProperties.additionalDetails
- backupIPId
- String
The OCID of the backup IP address associated with the database node. Serialized Name: DbNodeProperties.backupIpId
- backupVnic2Id
- String
The OCID of the second backup VNIC. Serialized Name: DbNodeProperties.backupVnic2Id
- backupVnicId
- String
The OCID of the backup VNIC. Serialized Name: DbNodeProperties.backupVnicId
The number of CPU cores enabled on the Db node. Serialized Name: DbNodeProperties.cpuCoreCount
The allocated local node storage in GBs on the Db node. Serialized Name: DbNodeProperties.dbNodeStorageSizeInGbs
- dbServerId
- String
The OCID of the Exacc Db server associated with the database node. Serialized Name: DbNodeProperties.dbServerId
- dbSystemId
- String
The OCID of the DB system. Serialized Name: DbNodeProperties.dbSystemId
- faultDomain
- String
The name of the Fault Domain the instance is contained in. Serialized Name: DbNodeProperties.faultDomain
- hostIPId
- String
The OCID of the host IP address associated with the database node. Serialized Name: DbNodeProperties.hostIpId
- hostname
- String
The host name for the database node. Serialized Name: DbNodeProperties.hostname
- lifecycleState
- Nullable<DbNodeProvisioningState>
The current state of the database node. Serialized Name: DbNodeProperties.lifecycleState
- lifecycleDetails
- String
Lifecycle details of Db Node. Serialized Name: DbNodeProperties.lifecycleDetails
- maintenanceType
- Nullable<DbNodeMaintenanceType>
The type of database node maintenance. Serialized Name: DbNodeProperties.maintenanceType
The allocated memory in GBs on the Db node. Serialized Name: DbNodeProperties.memorySizeInGbs
The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems. Serialized Name: DbNodeProperties.softwareStorageSizeInGb
- timeCreated
- Nullable<DateTimeOffset>
The date and time that the database node was created. Serialized Name: DbNodeProperties.timeCreated
- timeMaintenanceWindowEnd
- Nullable<DateTimeOffset>
End date and time of maintenance window. Serialized Name: DbNodeProperties.timeMaintenanceWindowEnd
- timeMaintenanceWindowStart
- Nullable<DateTimeOffset>
Start date and time of maintenance window. Serialized Name: DbNodeProperties.timeMaintenanceWindowStart
- vnic2Id
- String
The OCID of the second VNIC. Serialized Name: DbNodeProperties.vnic2Id
- vnicId
- String
The OCID of the VNIC. Serialized Name: DbNodeProperties.vnicId
- provisioningState
- Nullable<ResourceProvisioningState>
Azure resource provisioning state. Serialized Name: DbNodeProperties.provisioningState
Returns
A new DbNodeProperties instance for mocking.
Applies to
Azure SDK for .NET