DbSystemInitialStorageSizeProperties class

The properties of a DbSystem initial storage size summary.

Constructors

DbSystemInitialStorageSizeProperties.new({List<StorageSizeDetails>? launchFromBackupStorageSizeDetails, String? shapeType, String? storageManagement, List<StorageSizeDetails>? storageSizeDetails})
DbSystemInitialStorageSizeProperties.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
launchFromBackupStorageSizeDetails List<StorageSizeDetails>?
List of storage disk details available for launches from backup.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapeType String?
VM shape platform type
getter/setter pair
storageManagement String?
The storage option used in DB system.
getter/setter pair
storageSizeDetails List<StorageSizeDetails>?
List of storage disk details.
getter/setter pair

Methods

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

Operators

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