InstallationMedia class
Contains the installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.
Constructors
- InstallationMedia({String? customAvailabilityZoneId, String? engine, String? engineInstallationMediaPath, String? engineVersion, InstallationMediaFailureCause? failureCause, String? installationMediaId, String? oSInstallationMediaPath, String? status})
- InstallationMedia.fromXml(XmlElement elem)
-
factory
Properties
- customAvailabilityZoneId → String?
-
The custom Availability Zone (AZ) that contains the installation media.
final
- engine → String?
-
The DB engine.
final
- engineInstallationMediaPath → String?
-
The path to the installation medium for the DB engine.
final
- engineVersion → String?
-
The engine version of the DB engine.
final
- failureCause → InstallationMediaFailureCause?
-
If an installation media failure occurred, the cause of the failure.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- installationMediaId → String?
-
The installation medium ID.
final
- oSInstallationMediaPath → String?
-
The path to the installation medium for the operating system associated with
the DB engine.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The status of the installation medium.
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