Create Dataset
data class CreateDataset(var volumeSerial: String? = null, var deviceType: String? = null, var datasetOrganization: DatasetOrganization, var allocationUnit: AllocationUnit? = null, var primaryAllocation: Int, var secondaryAllocation: Int, var directoryBlocks: Int? = null, var recordFormat: RecordFormat, var blockSize: Int? = null, var recordLength: Int? = null, var storageClass: String? = null, var managementClass: String? = null, var dataClass: String? = null, var averageBlockLength: Int? = null, var dsnType: DsnameType? = null, var datasetModel: String? = null)
Constructors
Link copied to clipboard
fun CreateDataset(volumeSerial: String? = null, deviceType: String? = null, datasetOrganization: DatasetOrganization, allocationUnit: AllocationUnit? = null, primaryAllocation: Int, secondaryAllocation: Int, directoryBlocks: Int? = null, recordFormat: RecordFormat, blockSize: Int? = null, recordLength: Int? = null, storageClass: String? = null, managementClass: String? = null, dataClass: String? = null, averageBlockLength: Int? = null, dsnType: DsnameType? = null, datasetModel: String? = null)