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