ExascaleDbStorageVault Class

Definition

ExascaleDbStorageVault resource definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExascaleDbStorageVaultTypeConverter))]
public class ExascaleDbStorageVault : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExascaleDbStorageVault, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExascaleDbStorageVaultTypeConverter))>]
type ExascaleDbStorageVault = class
    interface IExascaleDbStorageVault
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class ExascaleDbStorageVault
Implements IExascaleDbStorageVault, IValidates
Inheritance
ExascaleDbStorageVault
Attributes
Implements

Constructors

Name Description
ExascaleDbStorageVault()

Creates an new ExascaleDbStorageVault 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

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

LifecycleDetail

Additional information about the current lifecycle state.

LifecycleState

Exadata Database Storage Vault lifecycle state

Location

The geo-location where the resource lives

Name

The name of the resource

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

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

TimeZone

The time zone that you want to use for the Exadata Database Storage Vault

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

VMClusterCount

The number of Exadata VM clusters used the Exadata Database Storage Vault.

Zone

The availability zones.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExascaleDbStorageVault.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExascaleDbStorageVault.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExascaleDbStorageVault.

FromJsonString(String)

Creates a new instance of ExascaleDbStorageVault, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExascaleDbStorageVault into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to