CloudVMClusterUpdate Class
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.
The type used for update operations of the CloudVmCluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.CloudVMClusterUpdateTypeConverter))]
public class CloudVMClusterUpdate : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ICloudVMClusterUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.CloudVMClusterUpdateTypeConverter))>]
type CloudVMClusterUpdate = class
interface ICloudVMClusterUpdate
interface IJsonSerializable
Public Class CloudVMClusterUpdate
Implements ICloudVMClusterUpdate
- Inheritance
-
CloudVMClusterUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CloudVMClusterUpdate() |
Creates an new CloudVMClusterUpdate instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CloudVMClusterUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CloudVMClusterUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ICloudVMClusterUpdate. |
| FromJsonString(String) |
Creates a new instance of CloudVMClusterUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CloudVMClusterUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |