Class DeleteVolumeOpenZFSConfiguration
A value that specifies whether to delete all child volumes and snapshots.
public class DeleteVolumeOpenZFSConfiguration
- Inheritance
-
DeleteVolumeOpenZFSConfiguration
- Inherited Members
Constructors
DeleteVolumeOpenZFSConfiguration()
public DeleteVolumeOpenZFSConfiguration()
Properties
Options
Gets and sets the property Options.
To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.
public List<string> Options { get; set; }