Partilhar via


ArmOracleDatabaseModelFactory.CloudVmClusterDBNodeProperties Method

Definition

Initializes a new instance of CloudVmClusterDBNodeProperties.

public static Azure.ResourceManager.OracleDatabase.Models.CloudVmClusterDBNodeProperties CloudVmClusterDBNodeProperties (Azure.Core.ResourceIdentifier ocid = default, string additionalDetails = default, Azure.Core.ResourceIdentifier backupIPId = default, Azure.Core.ResourceIdentifier backupVnic2Id = default, Azure.Core.ResourceIdentifier backupVnicId = default, int? cpuCoreCount = default, int? dbNodeStorageSizeInGbs = default, Azure.Core.ResourceIdentifier dbServerId = default, Azure.Core.ResourceIdentifier dbSystemId = default, string faultDomain = default, Azure.Core.ResourceIdentifier 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, Azure.Core.ResourceIdentifier vnic2Id = default, Azure.Core.ResourceIdentifier vnicId = default, Azure.ResourceManager.OracleDatabase.Models.OracleDatabaseResourceProvisioningState? provisioningState = default);
static member CloudVmClusterDBNodeProperties : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<int> * Nullable<int> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.OracleDatabase.Models.DBNodeProvisioningState> * string * Nullable<Azure.ResourceManager.OracleDatabase.Models.DBNodeMaintenanceType> * Nullable<int> * Nullable<int> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.OracleDatabase.Models.OracleDatabaseResourceProvisioningState> -> Azure.ResourceManager.OracleDatabase.Models.CloudVmClusterDBNodeProperties
Public Shared Function CloudVmClusterDBNodeProperties (Optional ocid As ResourceIdentifier = Nothing, Optional additionalDetails As String = Nothing, Optional backupIPId As ResourceIdentifier = Nothing, Optional backupVnic2Id As ResourceIdentifier = Nothing, Optional backupVnicId As ResourceIdentifier = Nothing, Optional cpuCoreCount As Nullable(Of Integer) = Nothing, Optional dbNodeStorageSizeInGbs As Nullable(Of Integer) = Nothing, Optional dbServerId As ResourceIdentifier = Nothing, Optional dbSystemId As ResourceIdentifier = Nothing, Optional faultDomain As String = Nothing, Optional hostIPId As ResourceIdentifier = 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 ResourceIdentifier = Nothing, Optional vnicId As ResourceIdentifier = Nothing, Optional provisioningState As Nullable(Of OracleDatabaseResourceProvisioningState) = Nothing) As CloudVmClusterDBNodeProperties

Parameters

ocid
ResourceIdentifier

DbNode OCID.

additionalDetails
String

Additional information about the planned maintenance.

backupIPId
ResourceIdentifier

The OCID of the backup IP address associated with the database node.

backupVnic2Id
ResourceIdentifier

The OCID of the second backup VNIC.

backupVnicId
ResourceIdentifier

The OCID of the backup VNIC.

cpuCoreCount
Nullable<Int32>

The number of CPU cores enabled on the Db node.

dbNodeStorageSizeInGbs
Nullable<Int32>

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

dbServerId
ResourceIdentifier

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

dbSystemId
ResourceIdentifier

The OCID of the DB system.

faultDomain
String

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

hostIPId
ResourceIdentifier

The OCID of the host IP address associated with the database node.

hostname
String

The host name for the database node.

lifecycleState
Nullable<Azure.ResourceManager.OracleDatabase.Models.DBNodeProvisioningState>

The current state of the database node.

lifecycleDetails
String

Lifecycle details of Db Node.

maintenanceType
Nullable<Azure.ResourceManager.OracleDatabase.Models.DBNodeMaintenanceType>

The type of database node maintenance.

memorySizeInGbs
Nullable<Int32>

The allocated memory in GBs on the Db node.

softwareStorageSizeInGb
Nullable<Int32>

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

timeCreated
Nullable<DateTimeOffset>

The date and time that the database node was created.

timeMaintenanceWindowEnd
Nullable<DateTimeOffset>

End date and time of maintenance window.

timeMaintenanceWindowStart
Nullable<DateTimeOffset>

Start date and time of maintenance window.

vnic2Id
ResourceIdentifier

The OCID of the second VNIC.

vnicId
ResourceIdentifier

The OCID of the VNIC.

provisioningState
Nullable<OracleDatabaseResourceProvisioningState>

Azure resource provisioning state.

Returns

A new CloudVmClusterDBNodeProperties instance for mocking.

Applies to