ExascaleDbStorageVaultProperties class

The properties of the ExascaleDbStorageVault.

next ID: 12

Constructors

ExascaleDbStorageVaultProperties.new({int? additionalFlashCachePercent, List<String>? attachedShapeAttributes, List<String>? availableShapeAttributes, String? description, ExascaleDbStorageDetails? exascaleDbStorageDetails, String? ociUri, String? ocid, String? state, TimeZone? timeZone, int? vmClusterCount, List<String>? vmClusterIds})
ExascaleDbStorageVaultProperties.fromJson(Map json_)

Properties

additionalFlashCachePercent int?
The size of additional flash cache in percentage of high capacity database storage.
getter/setter pair
attachedShapeAttributes List<String>?
The shape attributes of the VM clusters attached to the ExascaleDbStorageVault.
getter/setter pair
availableShapeAttributes List<String>?
The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault.
getter/setter pair
description String?
The description of the ExascaleDbStorageVault.
getter/setter pair
exascaleDbStorageDetails ExascaleDbStorageDetails?
The storage details of the ExascaleDbStorageVault.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ocid String?
The OCID for the ExascaleDbStorageVault.
getter/setter pair
ociUri String?
Deep link to the OCI console to view this resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the ExascaleDbStorageVault.
getter/setter pair
timeZone TimeZone?
The time zone of the ExascaleDbStorageVault.
getter/setter pair
vmClusterCount int?
The number of VM clusters associated with the ExascaleDbStorageVault.
getter/setter pair
vmClusterIds List<String>?
The list of VM cluster OCIDs associated with the ExascaleDbStorageVault.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited