RaidArray class
Describes an instance's RAID array.
Constructors
- RaidArray.new({String? availabilityZone, String? createdAt, String? device, String? instanceId, int? iops, String? mountPoint, String? name, int? numberOfDisks, String? raidArrayId, int? raidLevel, int? size, String? stackId, String? volumeType})
-
RaidArray.fromJson(Map<
String, dynamic> json) -
factory
Properties
- availabilityZone → String?
-
The array's Availability Zone. For more information, see Regions and
Endpoints.
final
- createdAt → String?
-
When the RAID array was created.
final
- device → String?
-
The array's Linux device. For example /dev/mdadm0.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceId → String?
-
The instance ID.
final
- iops → int?
-
For PIOPS volumes, the IOPS per disk.
final
- mountPoint → String?
-
The array's mount point.
final
- name → String?
-
The array name.
final
- numberOfDisks → int?
-
The number of disks in the array.
final
- raidArrayId → String?
-
The array ID.
final
- raidLevel → int?
-
The RAID
level.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int?
-
The array's size.
final
- stackId → String?
-
The stack ID.
final
- volumeType → String?
-
The volume type, standard or PIOPS.
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