ExadbVmClusterProperties Constructor
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 ExadbVmClusterProperties.
public ExadbVmClusterProperties(Azure.Core.ResourceIdentifier vnetId, Azure.Core.ResourceIdentifier subnetId, string displayName, int enabledEcpuCount, Azure.Core.ResourceIdentifier exascaleDBStorageVaultId, string hostname, int nodeCount, string shape, System.Collections.Generic.IEnumerable<string> sshPublicKeys, int totalEcpuCount, Azure.ResourceManager.OracleDatabase.Models.ExadbVmClusterStorageDetails vmFileSystemStorage);
new Azure.ResourceManager.OracleDatabase.Models.ExadbVmClusterProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * int * Azure.Core.ResourceIdentifier * string * int * string * seq<string> * int * Azure.ResourceManager.OracleDatabase.Models.ExadbVmClusterStorageDetails -> Azure.ResourceManager.OracleDatabase.Models.ExadbVmClusterProperties
Public Sub New (vnetId As ResourceIdentifier, subnetId As ResourceIdentifier, displayName As String, enabledEcpuCount As Integer, exascaleDBStorageVaultId As ResourceIdentifier, hostname As String, nodeCount As Integer, shape As String, sshPublicKeys As IEnumerable(Of String), totalEcpuCount As Integer, vmFileSystemStorage As ExadbVmClusterStorageDetails)
Parameters
- vnetId
- ResourceIdentifier
VNET for network connectivity.
- subnetId
- ResourceIdentifier
Client subnet.
- displayName
- String
Display Name.
- enabledEcpuCount
- Int32
The number of ECPUs to enable for an Exadata VM cluster on Exascale Infrastructure.
- exascaleDBStorageVaultId
- ResourceIdentifier
The Azure Resource ID of the Exadata Database Storage Vault.
- hostname
- String
The hostname for the Exadata VM cluster on Exascale Infrastructure.
- nodeCount
- Int32
The number of nodes in the Exadata VM cluster on Exascale Infrastructure.
- shape
- String
The shape of the Exadata VM cluster on Exascale Infrastructure resource.
- sshPublicKeys
- IEnumerable<String>
The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
- totalEcpuCount
- Int32
The number of Total ECPUs for an Exadata VM cluster on Exascale Infrastructure.
- vmFileSystemStorage
- ExadbVmClusterStorageDetails
Filesystem storage details.
Exceptions
vnetId, subnetId, displayName, exascaleDBStorageVaultId, hostname, shape, sshPublicKeys or vmFileSystemStorage is null.