ExascaleDbStorageVault class

ExascaleDbStorageVault represents a storage vault exadb vm cluster resource.

https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExascaleDbStorageVault/

Constructors

ExascaleDbStorageVault.new({String? createTime, String? displayName, String? entitlementId, String? gcpOracleZone, Map<String, String>? labels, String? name, ExascaleDbStorageVaultProperties? properties})
ExascaleDbStorageVault.fromJson(Map json_)

Properties

createTime String?
The date and time when the ExascaleDbStorageVault was created.
getter/setter pair
displayName String?
The display name for the ExascaleDbStorageVault.
getter/setter pair
entitlementId String?
The ID of the subscription entitlement associated with the ExascaleDbStorageVault.
getter/setter pair
gcpOracleZone String?
The GCP Oracle zone where Oracle ExascaleDbStorageVault is hosted.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels or tags associated with the ExascaleDbStorageVault.
getter/setter pair
name String?
Identifier.
getter/setter pair
properties ExascaleDbStorageVaultProperties?
The properties of the ExascaleDbStorageVault.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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