NfsShare class
An NFS share.
Constructors
Properties
-
allowedClients
↔ List<
AllowedClient> ? -
List of allowed access points.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
An identifier for the NFS share, generated by the backend.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
Labels as key value pairs.
getter/setter pair
- name ↔ String?
-
The name of the NFS share.
getter/setter pair
-
An identifier for the NFS share, generated by the backend.
getter/setter pair
- pod ↔ String?
-
Pod name.
getter/setter pair
- requestedSizeGib ↔ String?
-
The requested size, in GiB.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The state of the NFS share.
getter/setter pair
- storageType ↔ String?
-
The storage type of the underlying volume.
getter/setter pair
- volume ↔ String?
-
The underlying volume of the share.
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