ExascaleDbStorageVaultProperties 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.
ExascaleDbStorageVault resource model
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExascaleDbStorageVaultPropertiesTypeConverter))]
public class ExascaleDbStorageVaultProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExascaleDbStorageVaultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExascaleDbStorageVaultPropertiesTypeConverter))>]
type ExascaleDbStorageVaultProperties = class
interface IExascaleDbStorageVaultProperties
interface IJsonSerializable
Public Class ExascaleDbStorageVaultProperties
Implements IExascaleDbStorageVaultProperties
- Inheritance
-
ExascaleDbStorageVaultProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExascaleDbStorageVaultProperties() |
Creates an new ExascaleDbStorageVaultProperties instance. |
Properties
| Name | Description |
|---|---|
| AdditionalFlashCacheInPercent |
The size of additional Flash Cache in percentage of High Capacity database storage. |
| AttachedShapeAttribute |
The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault. |
| Description |
Exadata Database Storage Vault description. |
| DisplayName |
The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique. |
| ExadataInfrastructureId |
Cloud Exadata infrastructure ID |
| HighCapacityDatabaseStorageAvailableSizeInGb |
Available Capacity |
| HighCapacityDatabaseStorageInputTotalSizeInGb |
Total Capacity |
| HighCapacityDatabaseStorageTotalSizeInGb |
Total Capacity |
| LifecycleDetail |
Additional information about the current lifecycle state. |
| LifecycleState |
Exadata Database Storage Vault lifecycle state |
| Ocid |
The OCID of the Exadata Database Storage Vault. |
| OciUrl |
HTTPS link to OCI resources exposed to Azure Customer via Azure Interface. |
| ProvisioningState |
Exadata Database Storage Vault provisioning state |
| TimeZone |
The time zone that you want to use for the Exadata Database Storage Vault |
| VMClusterCount |
The number of Exadata VM clusters used the Exadata Database Storage Vault. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExascaleDbStorageVaultProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExascaleDbStorageVaultProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExascaleDbStorageVaultProperties. |
| FromJsonString(String) |
Creates a new instance of ExascaleDbStorageVaultProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExascaleDbStorageVaultProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |