Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
RaidArray |
RaidArray.withAvailabilityZone(String availabilityZone)
The array's Availability Zone.
|
RaidArray |
RaidArray.withCreatedAt(String createdAt)
When the RAID array was created.
|
RaidArray |
RaidArray.withDevice(String device)
The array's Linux device.
|
RaidArray |
RaidArray.withInstanceId(String instanceId)
The instance ID.
|
RaidArray |
RaidArray.withIops(Integer iops)
For PIOPS volumes, the IOPS per disk.
|
RaidArray |
RaidArray.withMountPoint(String mountPoint)
The array's mount point.
|
RaidArray |
RaidArray.withName(String name)
The array name.
|
RaidArray |
RaidArray.withNumberOfDisks(Integer numberOfDisks)
The number of disks in the array.
|
RaidArray |
RaidArray.withRaidArrayId(String raidArrayId)
The array ID.
|
RaidArray |
RaidArray.withRaidLevel(Integer raidLevel)
The RAID
level.
|
RaidArray |
RaidArray.withSize(Integer size)
The array's size.
|
RaidArray |
RaidArray.withVolumeType(String volumeType)
The volume type, standard or PIOPS.
|
Modifier and Type | Method and Description |
---|---|
List<RaidArray> |
DescribeRaidArraysResult.getRaidArrays()
A
RaidArrays object that describes the specified RAID
arrays. |
Modifier and Type | Method and Description |
---|---|
DescribeRaidArraysResult |
DescribeRaidArraysResult.withRaidArrays(RaidArray... raidArrays)
A
RaidArrays object that describes the specified RAID
arrays. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeRaidArraysResult.setRaidArrays(Collection<RaidArray> raidArrays)
A
RaidArrays object that describes the specified RAID
arrays. |
DescribeRaidArraysResult |
DescribeRaidArraysResult.withRaidArrays(Collection<RaidArray> raidArrays)
A
RaidArrays object that describes the specified RAID
arrays. |
Copyright © 2014. All rights reserved.