PhotonPersistentDiskVolumeSource class
Represents a Photon Controller persistent disk resource.
Constructors
- PhotonPersistentDiskVolumeSource({String? fsType, required String pdID})
-
Default constructor.
const
-
PhotonPersistentDiskVolumeSource.fromJson(Map<
String, dynamic> json) -
Creates a PhotonPersistentDiskVolumeSource from JSON data.
factory
Properties
- fsType → String?
-
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pdID → String
-
pdID is the ID that identifies Photon Controller persistent disk.
final
- 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, Object> - Converts a PhotonPersistentDiskVolumeSource instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited