Datastore class
Represents a datastore resource.
Constructors
Properties
-
clusters
↔ List<
String> ? -
Clusters to which the datastore is attached.
getter/setter pair
- createTime ↔ String?
-
Creation time of this resource.
getter/setter pair
- description ↔ String?
-
User-provided description for this datastore
getter/setter pair
- etag ↔ String?
-
Checksum that may be sent on update and delete requests to ensure that the
user-provided value is up to date before the server processes a request.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- nfsDatastore ↔ NfsDatastore?
-
Settings for the NFS datastore.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The state of the Datastore.
getter/setter pair
- uid ↔ String?
-
System-generated unique identifier for the resource.
getter/setter pair
- updateTime ↔ String?
-
Last update time of this resource.
getter/setter pair
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