PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::StorageGateway::StorediSCSIVolume; use Moose; has CreatedDate => (is => 'ro', isa => 'Str'); has KMSKey => (is => 'ro', isa => 'Str'); has PreservedExistingData => (is => 'ro', isa => 'Bool'); has SourceSnapshotId => (is => 'ro', isa => 'Str'); has TargetName => (is => 'ro', isa => 'Str'); has VolumeARN => (is => 'ro', isa => 'Str'); has VolumeAttachmentStatus => (is => 'ro', isa => 'Str'); has VolumeDiskId => (is => 'ro', isa => 'Str'); has VolumeId => (is => 'ro', isa => 'Str'); has VolumeiSCSIAttributes => (is => 'ro', isa => 'Paws::StorageGateway::VolumeiSCSIAttributes'); has VolumeProgress => (is => 'ro', isa => 'Num'); has VolumeSizeInBytes => (is => 'ro', isa => 'Int'); has VolumeStatus => (is => 'ro', isa => 'Str'); has VolumeType => (is => 'ro', isa => 'Str'); has VolumeUsedInBytes => (is => 'ro', isa => 'Int'); 1; ### main pod documentation begin ### =head1 NAME Paws::StorageGateway::StorediSCSIVolume =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::StorageGateway::StorediSCSIVolume object: $service_obj->Method(Att1 => { CreatedDate => $value, ..., VolumeUsedInBytes => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::StorageGateway::StorediSCSIVolume object: $result = $service_obj->Method(...); $result->Att1->CreatedDate =head1 DESCRIPTION Describes an iSCSI stored volume. =head1 ATTRIBUTES =head2 CreatedDate => Str The date the volume was created. Volumes created prior to March 28, 2017 donEt have this timestamp. =head2 KMSKey => Str =head2 PreservedExistingData => Bool Indicates if when the stored volume was created, existing data on the underlying local disk was preserved. Valid Values: C | C =head2 SourceSnapshotId => Str If the stored volume was created from a snapshot, this field contains the snapshot ID used, e.g. snap-78e22663. Otherwise, this field is not included. =head2 TargetName => Str The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN. For example, specifying C as I results in the target ARN of C. The target name must be unique across all volumes on a gateway. If you don't specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name. =head2 VolumeARN => Str The Amazon Resource Name (ARN) of the storage volume. =head2 VolumeAttachmentStatus => Str A value that indicates whether a storage volume is attached to, detached from, or is in the process of detaching from a gateway. For more information, see Moving your volumes to a different gateway (https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-volumes.html#attach-detach-volume). =head2 VolumeDiskId => Str The ID of the local disk that was specified in the CreateStorediSCSIVolume operation. =head2 VolumeId => Str The unique identifier of the volume, e.g., vol-AE4B946D. =head2 VolumeiSCSIAttributes => L An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored volume. =head2 VolumeProgress => Num Represents the percentage complete if the volume is restoring or bootstrapping that represents the percent of data transferred. This field does not appear in the response if the stored volume is not restoring or bootstrapping. =head2 VolumeSizeInBytes => Int The size of the volume in bytes. =head2 VolumeStatus => Str One of the VolumeStatus values that indicates the state of the storage volume. =head2 VolumeType => Str One of the VolumeType enumeration values describing the type of the volume. =head2 VolumeUsedInBytes => Int The size of the data stored on the volume in bytes. This value is calculated based on the number of blocks that are touched, instead of the actual amount of data written. This value can be useful for sequential write patterns but less accurate for random write patterns. C is different from the compressed size of the volume, which is the value that is used to calculate your bill. This value is not available for volumes created prior to May 13, 2015, until you store data on the volume. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut