Volume constructor
Volume({
- bool? attached,
- String? autoGrownSizeGib,
- bool? bootVolume,
- String? currentSizeGib,
- String? emergencySizeGib,
- String? expireTime,
- String? id,
- List<
String> ? instances, - Map<
String, String> ? labels, - String? maxSizeGib,
- String? name,
- String? notes,
- String? originallyRequestedSizeGib,
- String? performanceTier,
- String? pod,
- String? protocol,
- String? remainingSpaceGib,
- String? requestedSizeGib,
- String? snapshotAutoDeleteBehavior,
- bool? snapshotEnabled,
- SnapshotReservationDetail? snapshotReservationDetail,
- String? state,
- String? storageType,
- String? workloadProfile,
Implementation
Volume({
this.attached,
this.autoGrownSizeGib,
this.bootVolume,
this.currentSizeGib,
this.emergencySizeGib,
this.expireTime,
this.id,
this.instances,
this.labels,
this.maxSizeGib,
this.name,
this.notes,
this.originallyRequestedSizeGib,
this.performanceTier,
this.pod,
this.protocol,
this.remainingSpaceGib,
this.requestedSizeGib,
this.snapshotAutoDeleteBehavior,
this.snapshotEnabled,
this.snapshotReservationDetail,
this.state,
this.storageType,
this.workloadProfile,
});