Database constructor
Database({})
Implementation
Database({
this.diskType,
this.floatingIpAddress,
this.machineType,
this.secondarySoleTenantNode,
this.secondarySoleTenantNodeType,
this.secretManagerSecret,
this.smt,
this.soleTenantNode,
this.soleTenantNodeType,
this.tempdbOnSsd,
this.tenancyModel,
});