CloudVmClusterUpdateProperties interface

The updatable properties of the CloudVmCluster.

Properties

computeNodes

The list of compute servers to be added to the cloud VM cluster.

cpuCoreCount

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

dataCollectionOptions

Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.

dataStorageSizeInTbs

The data disk group size to be allocated in TBs.

dbNodeStorageSizeInGbs

The local node storage to be allocated in GBs.

displayName

Display Name

licenseModel

The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED.

memorySizeInGbs

The memory to be allocated in GBs.

ocpuCount

The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.

sshPublicKeys

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

storageSizeInGbs

The data disk group size to be allocated in GBs per VM.

Property Details

computeNodes

The list of compute servers to be added to the cloud VM cluster.

computeNodes?: string[]

Property Value

string[]

cpuCoreCount

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

cpuCoreCount?: number

Property Value

number

dataCollectionOptions

Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.

dataCollectionOptions?: DataCollectionOptions

Property Value

dataStorageSizeInTbs

The data disk group size to be allocated in TBs.

dataStorageSizeInTbs?: number

Property Value

number

dbNodeStorageSizeInGbs

The local node storage to be allocated in GBs.

dbNodeStorageSizeInGbs?: number

Property Value

number

displayName

Display Name

displayName?: string

Property Value

string

licenseModel

The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED.

licenseModel?: string

Property Value

string

memorySizeInGbs

The memory to be allocated in GBs.

memorySizeInGbs?: number

Property Value

number

ocpuCount

The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.

ocpuCount?: number

Property Value

number

sshPublicKeys

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

sshPublicKeys?: string[]

Property Value

string[]

storageSizeInGbs

The data disk group size to be allocated in GBs per VM.

storageSizeInGbs?: number

Property Value

number