Server constructor
Server({
- bool? associatePublicIpAddress,
- int? backupRetentionCount,
- String? cloudFormationStackArn,
- DateTime? createdAt,
- String? customDomain,
- bool? disableAutomatedBackup,
- String? endpoint,
- String? engine,
- List<
EngineAttribute> ? engineAttributes, - String? engineModel,
- String? engineVersion,
- String? instanceProfileArn,
- String? instanceType,
- String? keyPair,
- MaintenanceStatus? maintenanceStatus,
- String? preferredBackupWindow,
- String? preferredMaintenanceWindow,
- List<
String> ? securityGroupIds, - String? serverArn,
- String? serverName,
- String? serviceRoleArn,
- ServerStatus? status,
- String? statusReason,
- 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,
});