| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
StorediSCSIVolume |
StorediSCSIVolume.clone() |
StorediSCSIVolume |
StorediSCSIVolume.withCreatedDate(Date createdDate)
The date the volume was created.
|
StorediSCSIVolume |
StorediSCSIVolume.withKMSKey(String kMSKey) |
StorediSCSIVolume |
StorediSCSIVolume.withPreservedExistingData(Boolean preservedExistingData)
Indicates if when the stored volume was created, existing data on the underlying local disk was preserved.
|
StorediSCSIVolume |
StorediSCSIVolume.withSourceSnapshotId(String sourceSnapshotId)
If the stored volume was created from a snapshot, this field contains the snapshot ID used, e.g.
|
StorediSCSIVolume |
StorediSCSIVolume.withTargetName(String targetName)
The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the storage volume.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeAttachmentStatus(String volumeAttachmentStatus)
A value that indicates whether a storage volume is attached to, detached from, or is in the process of detaching
from a gateway.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeDiskId(String volumeDiskId)
The ID of the local disk that was specified in the CreateStorediSCSIVolume operation.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeId(String volumeId)
The unique identifier of the volume, e.g., vol-AE4B946D.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored volume.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeProgress(Double volumeProgress)
Represents the percentage complete if the volume is restoring or bootstrapping that represents the percent of
data transferred.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeSizeInBytes(Long volumeSizeInBytes)
The size of the volume in bytes.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeStatus(String volumeStatus)
One of the VolumeStatus values that indicates the state of the storage volume.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeType(String volumeType)
One of the VolumeType enumeration values describing the type of the volume.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeUsedInBytes(Long volumeUsedInBytes)
The size of the data stored on the volume in bytes.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorediSCSIVolume> |
DescribeStorediSCSIVolumesResult.getStorediSCSIVolumes()
Describes a single unit of output from DescribeStorediSCSIVolumes.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStorediSCSIVolumesResult |
DescribeStorediSCSIVolumesResult.withStorediSCSIVolumes(StorediSCSIVolume... storediSCSIVolumes)
Describes a single unit of output from DescribeStorediSCSIVolumes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStorediSCSIVolumesResult.setStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes)
Describes a single unit of output from DescribeStorediSCSIVolumes.
|
DescribeStorediSCSIVolumesResult |
DescribeStorediSCSIVolumesResult.withStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes)
Describes a single unit of output from DescribeStorediSCSIVolumes.
|
Copyright © 2023. All rights reserved.