Cluster constructor
Cluster({
- BackupPolicy? backupPolicy,
- BackupRetentionPolicy? backupRetentionPolicy,
- Certificates? certificates,
- String? clusterId,
- DateTime? createTimestamp,
- String? hsmType,
- List<
Hsm> ? hsms, - String? preCoPassword,
- String? securityGroup,
- String? sourceBackupId,
- ClusterState? state,
- String? stateMessage,
- Map<
String, String> ? subnetMapping, - List<
Tag> ? tagList, - 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,
});