CloudVmClusterUpdateProperties interface
The updatable properties of the CloudVmCluster.
Properties
compute |
The list of compute servers to be added to the cloud VM cluster. |
cpu |
The number of CPU cores enabled on the cloud VM cluster. |
data |
Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS. |
data |
The data disk group size to be allocated in TBs. |
db |
The local node storage to be allocated in GBs. |
display |
Display Name |
license |
The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED. |
memory |
The memory to be allocated in GBs. |
ocpu |
The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part. |
ssh |
The public key portion of one or more key pairs used for SSH access to the cloud VM cluster. |
storage |
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
Azure SDK for JavaScript