Datastore class

Represents a datastore resource.

Constructors

Datastore({List<String>? clusters, String? createTime, String? description, String? etag, String? name, NfsDatastore? nfsDatastore, String? state, String? uid, String? updateTime})
Datastore.fromJson(Map json_)

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