ICloudVMClusterUpdate Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.CloudVMClusterUpdateTypeConverter))]
public interface ICloudVMClusterUpdate : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.CloudVMClusterUpdateTypeConverter))>]
type ICloudVMClusterUpdate = interface
interface IJsonSerializable
Public Interface ICloudVMClusterUpdate
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ComputeNode |
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. |
| DataCollectionOptionIsDiagnosticsEventsEnabled |
Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. |
| DataCollectionOptionIsHealthMonitoringEnabled |
Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. |
| DataCollectionOptionIsIncidentLogsEnabled |
Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. |
| DataStorageSizeInTb |
The data disk group size to be allocated in TBs. |
| DbNodeStorageSizeInGb |
The local node storage to be allocated in GBs. |
| DisplayName |
Display Name |
| FileSystemConfigurationDetail |
Array of mount path and size. |
| LicenseModel |
The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED. |
| MemorySizeInGb |
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. |
| SshPublicKey |
The public key portion of one or more key pairs used for SSH access to the cloud VM cluster. |
| StorageSizeInGb |
The data disk group size to be allocated in GBs per VM. |
| Tag |
Resource tags. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |