RelationalDatabaseSnapshot class

Describes a database snapshot.

Constructors

RelationalDatabaseSnapshot({String? arn, DateTime? createdAt, String? engine, String? engineVersion, String? fromRelationalDatabaseArn, String? fromRelationalDatabaseBlueprintId, String? fromRelationalDatabaseBundleId, String? fromRelationalDatabaseName, ResourceLocation? location, String? name, ResourceType? resourceType, int? sizeInGb, String? state, String? supportCode, List<Tag>? tags})
RelationalDatabaseSnapshot.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the database snapshot.
final
createdAt DateTime?
The timestamp when the database snapshot was created.
final
engine String?
The software of the database snapshot (for example, MySQL)
final
engineVersion String?
The database engine version for the database snapshot (for example, 5.7.23).
final
fromRelationalDatabaseArn String?
The Amazon Resource Name (ARN) of the database from which the database snapshot was created.
final
fromRelationalDatabaseBlueprintId String?
The blueprint ID of the database from which the database snapshot was created. A blueprint describes the major engine version of a database.
final
fromRelationalDatabaseBundleId String?
The bundle ID of the database from which the database snapshot was created.
final
fromRelationalDatabaseName String?
The name of the source database from which the database snapshot was created.
final
hashCode int
The hash code for this object.
no setterinherited
location ResourceLocation?
The Region name and Availability Zone where the database snapshot is located.
final
name String?
The name of the database snapshot.
final
resourceType ResourceType?
The Lightsail resource type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeInGb int?
The size of the disk in GB (for example, 32) for the database snapshot.
final
state String?
The state of the database snapshot.
final
supportCode String?
The support code for the database snapshot. Include this code in your email to support when you have questions about a database snapshot in Lightsail. This code enables our support team to look up your Lightsail information more easily.
final
tags List<Tag>?
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited