Cluster constructor

Cluster({
  1. BackupPolicy? backupPolicy,
  2. BackupRetentionPolicy? backupRetentionPolicy,
  3. Certificates? certificates,
  4. String? clusterId,
  5. DateTime? createTimestamp,
  6. String? hsmType,
  7. List<Hsm>? hsms,
  8. String? preCoPassword,
  9. String? securityGroup,
  10. String? sourceBackupId,
  11. ClusterState? state,
  12. String? stateMessage,
  13. Map<String, String>? subnetMapping,
  14. List<Tag>? tagList,
  15. String? vpcId,
})

Implementation

Cluster({
  this.backupPolicy,
  this.backupRetentionPolicy,
  this.certificates,
  this.clusterId,
  this.createTimestamp,
  this.hsmType,
  this.hsms,
  this.preCoPassword,
  this.securityGroup,
  this.sourceBackupId,
  this.state,
  this.stateMessage,
  this.subnetMapping,
  this.tagList,
  this.vpcId,
});