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