Server constructor

Server({
  1. bool? associatePublicIpAddress,
  2. int? backupRetentionCount,
  3. String? cloudFormationStackArn,
  4. DateTime? createdAt,
  5. String? customDomain,
  6. bool? disableAutomatedBackup,
  7. String? endpoint,
  8. String? engine,
  9. List<EngineAttribute>? engineAttributes,
  10. String? engineModel,
  11. String? engineVersion,
  12. String? instanceProfileArn,
  13. String? instanceType,
  14. String? keyPair,
  15. MaintenanceStatus? maintenanceStatus,
  16. String? preferredBackupWindow,
  17. String? preferredMaintenanceWindow,
  18. List<String>? securityGroupIds,
  19. String? serverArn,
  20. String? serverName,
  21. String? serviceRoleArn,
  22. ServerStatus? status,
  23. String? statusReason,
  24. List<String>? subnetIds,
})

Implementation

Server({
  this.associatePublicIpAddress,
  this.backupRetentionCount,
  this.cloudFormationStackArn,
  this.createdAt,
  this.customDomain,
  this.disableAutomatedBackup,
  this.endpoint,
  this.engine,
  this.engineAttributes,
  this.engineModel,
  this.engineVersion,
  this.instanceProfileArn,
  this.instanceType,
  this.keyPair,
  this.maintenanceStatus,
  this.preferredBackupWindow,
  this.preferredMaintenanceWindow,
  this.securityGroupIds,
  this.serverArn,
  this.serverName,
  this.serviceRoleArn,
  this.status,
  this.statusReason,
  this.subnetIds,
});