Replication constructor
Replication({
- String? clusterLocation,
- String? createTime,
- String? description,
- String? destinationVolume,
- DestinationVolumeParameters? destinationVolumeParameters,
- bool? healthy,
- HybridPeeringDetails? hybridPeeringDetails,
- String? hybridReplicationType,
- Map<
String, String> ? labels, - String? mirrorState,
- String? name,
- String? replicationSchedule,
- String? role,
- String? sourceVolume,
- String? state,
- String? stateDetails,
- TransferStats? transferStats,
Implementation
Replication({
this.clusterLocation,
this.createTime,
this.description,
this.destinationVolume,
this.destinationVolumeParameters,
this.healthy,
this.hybridPeeringDetails,
this.hybridReplicationType,
this.labels,
this.mirrorState,
this.name,
this.replicationSchedule,
this.role,
this.sourceVolume,
this.state,
this.stateDetails,
this.transferStats,
});