Condividi tramite


ExascaleStorageShapeAttribute Struct

Definition

The type of Exascale storage used for Exadata VM cluster. The default is SMART_STORAGE which supports Oracle Database 23ai and later.

public readonly struct ExascaleStorageShapeAttribute : IEquatable<Azure.ResourceManager.OracleDatabase.Models.ExascaleStorageShapeAttribute>
type ExascaleStorageShapeAttribute = struct
Public Structure ExascaleStorageShapeAttribute
Implements IEquatable(Of ExascaleStorageShapeAttribute)
Inheritance
ExascaleStorageShapeAttribute
Implements

Constructors

Name Description
ExascaleStorageShapeAttribute(String)

Initializes a new instance of ExascaleStorageShapeAttribute.

Properties

Name Description
BlockStorage

block storage.

SmartStorage

Smart storage.

Methods

Name Description
Equals(ExascaleStorageShapeAttribute)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ExascaleStorageShapeAttribute, ExascaleStorageShapeAttribute)

Determines if two ExascaleStorageShapeAttribute values are the same.

Implicit(String to ExascaleStorageShapeAttribute)

Converts a String to a ExascaleStorageShapeAttribute.

Inequality(ExascaleStorageShapeAttribute, ExascaleStorageShapeAttribute)

Determines if two ExascaleStorageShapeAttribute values are not the same.

Applies to