Compartilhar via


CloudVmClusterProperties Constructor

Definition

Initializes a new instance of CloudVmClusterProperties.

public CloudVmClusterProperties (string hostname, int cpuCoreCount, Azure.Core.ResourceIdentifier cloudExadataInfrastructureId, System.Collections.Generic.IEnumerable<string> sshPublicKeys, Azure.Core.ResourceIdentifier vnetId, string giVersion, Azure.Core.ResourceIdentifier subnetId, string displayName);
new Azure.ResourceManager.OracleDatabase.Models.CloudVmClusterProperties : string * int * Azure.Core.ResourceIdentifier * seq<string> * Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.OracleDatabase.Models.CloudVmClusterProperties
Public Sub New (hostname As String, cpuCoreCount As Integer, cloudExadataInfrastructureId As ResourceIdentifier, sshPublicKeys As IEnumerable(Of String), vnetId As ResourceIdentifier, giVersion As String, subnetId As ResourceIdentifier, displayName As String)

Parameters

hostname
String

The hostname for the cloud VM cluster.

cpuCoreCount
Int32

The number of CPU cores enabled on the cloud VM cluster.

cloudExadataInfrastructureId
ResourceIdentifier

Cloud Exadata Infrastructure ID.

sshPublicKeys
IEnumerable<String>

The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.

vnetId
ResourceIdentifier

VNET for network connectivity.

giVersion
String

Oracle Grid Infrastructure (GI) software version.

subnetId
ResourceIdentifier

Client subnet.

displayName
String

Display Name.

Exceptions

hostname, cloudExadataInfrastructureId, sshPublicKeys, vnetId, giVersion, subnetId or displayName is null.

Applies to