StoragePool constructor
StoragePool({
- String? activeDirectory,
- bool? allowAutoTiering,
- double? availableThroughputMibps,
- String? capacityGib,
- String? coldTierSizeUsedGib,
- String? createTime,
- bool? customPerformanceEnabled,
- String? description,
- bool? enableHotTierAutoResize,
- String? encryptionType,
- bool? globalAccessAllowed,
- String? hotTierSizeGib,
- String? hotTierSizeUsedGib,
- String? kmsConfig,
- Map<
String, String> ? labels, - bool? ldapEnabled,
- String? name,
- String? network,
- String? psaRange,
- String? qosType,
- String? replicaZone,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? serviceLevel,
- String? state,
- String? stateDetails,
- String? totalIops,
- String? totalThroughputMibps,
- String? volumeCapacityGib,
- int? volumeCount,
- String? zone,
Implementation
StoragePool({
this.activeDirectory,
this.allowAutoTiering,
this.availableThroughputMibps,
this.capacityGib,
this.coldTierSizeUsedGib,
this.createTime,
this.customPerformanceEnabled,
this.description,
this.enableHotTierAutoResize,
this.encryptionType,
this.globalAccessAllowed,
this.hotTierSizeGib,
this.hotTierSizeUsedGib,
this.kmsConfig,
this.labels,
this.ldapEnabled,
this.name,
this.network,
this.psaRange,
this.qosType,
this.replicaZone,
this.satisfiesPzi,
this.satisfiesPzs,
this.serviceLevel,
this.state,
this.stateDetails,
this.totalIops,
this.totalThroughputMibps,
this.volumeCapacityGib,
this.volumeCount,
this.zone,
});