PortworxVolumeSource class
PortworxVolumeSource represents a Portworx volume resource.
Constructors
- PortworxVolumeSource({String? fsType, bool? readOnly, required String volumeID})
-
Default constructor.
const
-
PortworxVolumeSource.fromJson(Map<
String, dynamic> json) -
Creates a PortworxVolumeSource from JSON data.
factory
Properties
- fsType → String?
-
fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- readOnly → bool?
-
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- volumeID → String
-
volumeID uniquely identifies a Portworx volume.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object> - Converts a PortworxVolumeSource instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited