VsphereVirtualDiskVolumeSource class
Represents a vSphere volume resource.
Constructors
- VsphereVirtualDiskVolumeSource({String? fsType, String? storagePolicyID, String? storagePolicyName, required String volumePath})
-
Default constructor.
const
-
VsphereVirtualDiskVolumeSource.fromJson(Map<
String, dynamic> json) -
Creates a VsphereVirtualDiskVolumeSource from JSON data.
factory
Properties
- fsType → String?
-
fsType is 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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storagePolicyID → String?
-
storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
final
- storagePolicyName → String?
-
storagePolicyName is the storage Policy Based Management (SPBM) profile name.
final
- volumePath → String
-
volumePath is the path that identifies vSphere volume vmdk.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object> - Converts a VsphereVirtualDiskVolumeSource instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited