Class UpdateAutonomousVmClusterDetails
Details for updating the Autonomous VM cluster.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class UpdateAutonomousVmClusterDetails
Properties
AutonomousDataStorageSizeInTBs
Declaration
[JsonProperty(PropertyName = "autonomousDataStorageSizeInTBs")]
public double AutonomousDataStorageSizeInTBs { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The new value of autonomous data storage (in TBs) for the Autonomous VM cluster. |
CpuCoreCountPerNode
Declaration
[JsonProperty(PropertyName = "cpuCoreCountPerNode")]
public int? CpuCoreCountPerNode { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The new value of cpus per Autonomous VM cluster per node for the Autonomous VM cluster. |
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. |
DistributionAlgorithm
Declaration
[JsonProperty(PropertyName = "distributionAlgorithm")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateAutonomousVmClusterDetails.DistributionAlgorithmEnum? DistributionAlgorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateAutonomousVmClusterDetails.DistributionAlgorithmEnum? | The distribution algorithm used for the Autonomous VM cluster. |
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
For more information, see Resource Tags.
|
IsMtlsEnabled
Declaration
[JsonProperty(PropertyName = "isMtlsEnabled")]
public bool? IsMtlsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Enable mutual TLS(mTLS) authentication for database. Default is TLS. |
LicenseModel
Declaration
[JsonProperty(PropertyName = "licenseModel")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateAutonomousVmClusterDetails.LicenseModelEnum? LicenseModel { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateAutonomousVmClusterDetails.LicenseModelEnum? | The Oracle license model that applies to the Autonomous VM cluster. The default is BRING_YOUR_OWN_LICENSE. |
MaintenanceWindowDetails
Declaration
[JsonProperty(PropertyName = "maintenanceWindowDetails")]
public MaintenanceWindow MaintenanceWindowDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| MaintenanceWindow |
ScanListenerPortNonTls
Declaration
[JsonProperty(PropertyName = "scanListenerPortNonTls")]
public int? ScanListenerPortNonTls { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The SCAN Listener Non TLS port number. Default value is 1521. |
ScanListenerPortTls
Declaration
[JsonProperty(PropertyName = "scanListenerPortTls")]
public int? ScanListenerPortTls { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The SCAN Listener TLS port number. Default value is 2484. |
TimeZone
Declaration
[JsonProperty(PropertyName = "timeZone")]
public string TimeZone { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones. |
TotalContainerDatabases
Declaration
[JsonProperty(PropertyName = "totalContainerDatabases")]
public int? TotalContainerDatabases { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The new value of maximum number of ACDs for the Autonomous VM cluster. |