PluggableDatabaseNodeLevelDetails class
The Pluggable Database Node Level Details.
Constructors
- PluggableDatabaseNodeLevelDetails.new({String? nodeName, String? openMode, String? pluggableDatabaseId})
- PluggableDatabaseNodeLevelDetails.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nodeName ↔ String?
-
The Node name of the Database home.
getter/setter pair
- openMode ↔ String?
-
The mode that the pluggable database is in to open it.
getter/setter pair
- pluggableDatabaseId ↔ String?
-
The OCID of the Pluggable Database.
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