RaidArray
public struct RaidArray : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The array’s Availability Zone. For more information, see Regions and Endpoints.
Declaration
Swift
public let availabilityZone: String?
-
When the RAID array was created.
Declaration
Swift
public let createdAt: String?
-
The array’s Linux device. For example /dev/mdadm0.
Declaration
Swift
public let device: String?
-
The instance ID.
Declaration
Swift
public let instanceId: String?
-
For PIOPS volumes, the IOPS per disk.
Declaration
Swift
public let iops: Int?
-
The array’s mount point.
Declaration
Swift
public let mountPoint: String?
-
The array name.
Declaration
Swift
public let name: String?
-
The number of disks in the array.
Declaration
Swift
public let numberOfDisks: Int?
-
The array ID.
Declaration
Swift
public let raidArrayId: String?
-
The RAID level.
Declaration
Swift
public let raidLevel: Int?
-
The array’s size.
Declaration
Swift
public let size: Int?
-
The stack ID.
Declaration
Swift
public let stackId: String?
-
The volume type, standard or PIOPS.
Declaration
Swift
public let volumeType: String?
-
init(availabilityZone:createdAt:device:instanceId:iops:mountPoint:name:numberOfDisks:raidArrayId:raidLevel:size:stackId:volumeType:)
Undocumented
Declaration
Swift
public init(availabilityZone: String? = nil, createdAt: String? = nil, device: String? = nil, instanceId: String? = nil, iops: Int? = nil, mountPoint: String? = nil, name: String? = nil, numberOfDisks: Int? = nil, raidArrayId: String? = nil, raidLevel: Int? = nil, size: Int? = nil, stackId: String? = nil, volumeType: String? = nil)