public class CreateStorediSCSIVolumeRequest extends AmazonWebServiceRequest implements Serializable
CreateStorediSCSIVolume operation
.
This operation creates a volume on a specified gateway. This operation is supported only for the gateway-cached volume architecture.
The size of the volume to create is inferred from the disk size. You can choose to preserve existing data on the disk, create volume from an existing snapshot, or create an empty volume. If you choose to create an empty gateway volume, then any existing data on the disk is erased.
In the request you must specify the gateway and the disk information on which you are creating the volume. In response, AWS Storage Gateway creates the volume and returns volume information such as the volume Amazon Resource Name (ARN), its size, and the iSCSI target ARN that initiators can use to connect to the volume target.
Constructor and Description |
---|
CreateStorediSCSIVolumeRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDiskId()
The unique identifier for the gateway local disk that is configured as
a stored volume.
|
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
String |
getNetworkInterfaceId()
The network interface of the gateway on which to expose the iSCSI
target.
|
Boolean |
getPreserveExistingData()
Specify this field as true if you want to preserve the data on the
local disk.
|
String |
getSnapshotId()
The snapshot ID (e.g.
|
String |
getTargetName()
The name of the iSCSI target used by initiators to connect to the
target and as a suffix for the target ARN.
|
int |
hashCode() |
Boolean |
isPreserveExistingData()
Specify this field as true if you want to preserve the data on the
local disk.
|
void |
setDiskId(String diskId)
The unique identifier for the gateway local disk that is configured as
a stored volume.
|
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
void |
setNetworkInterfaceId(String networkInterfaceId)
The network interface of the gateway on which to expose the iSCSI
target.
|
void |
setPreserveExistingData(Boolean preserveExistingData)
Specify this field as true if you want to preserve the data on the
local disk.
|
void |
setSnapshotId(String snapshotId)
The snapshot ID (e.g.
|
void |
setTargetName(String targetName)
The name of the iSCSI target used by initiators to connect to the
target and as a suffix for the target ARN.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateStorediSCSIVolumeRequest |
withDiskId(String diskId)
The unique identifier for the gateway local disk that is configured as
a stored volume.
|
CreateStorediSCSIVolumeRequest |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
CreateStorediSCSIVolumeRequest |
withNetworkInterfaceId(String networkInterfaceId)
The network interface of the gateway on which to expose the iSCSI
target.
|
CreateStorediSCSIVolumeRequest |
withPreserveExistingData(Boolean preserveExistingData)
Specify this field as true if you want to preserve the data on the
local disk.
|
CreateStorediSCSIVolumeRequest |
withSnapshotId(String snapshotId)
The snapshot ID (e.g.
|
CreateStorediSCSIVolumeRequest |
withTargetName(String targetName)
The name of the iSCSI target used by initiators to connect to the
target and as a suffix for the target ARN.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public CreateStorediSCSIVolumeRequest withGatewayARN(String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public String getDiskId()
Constraints:
Length: 1 - 300
public void setDiskId(String diskId)
Constraints:
Length: 1 - 300
diskId
- The unique identifier for the gateway local disk that is configured as
a stored volume. Use ListLocalDisks
to list disk IDs for a gateway.public CreateStorediSCSIVolumeRequest withDiskId(String diskId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 300
diskId
- The unique identifier for the gateway local disk that is configured as
a stored volume. Use ListLocalDisks
to list disk IDs for a gateway.public String getSnapshotId()
Constraints:
Pattern: \Asnap-[0-9a-fA-F]{8}\z
public void setSnapshotId(String snapshotId)
Constraints:
Pattern: \Asnap-[0-9a-fA-F]{8}\z
snapshotId
- The snapshot ID (e.g. "snap-1122aabb") of the snapshot to restore as
the new stored volume. Specify this field if you want to create the
iSCSI storage volume from a snapshot otherwise do not include this
field. To list snapshots for your account use DescribeSnapshots
in the Amazon Elastic Compute Cloud API Reference.public CreateStorediSCSIVolumeRequest withSnapshotId(String snapshotId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: \Asnap-[0-9a-fA-F]{8}\z
snapshotId
- The snapshot ID (e.g. "snap-1122aabb") of the snapshot to restore as
the new stored volume. Specify this field if you want to create the
iSCSI storage volume from a snapshot otherwise do not include this
field. To list snapshots for your account use DescribeSnapshots
in the Amazon Elastic Compute Cloud API Reference.public Boolean isPreserveExistingData()
Valid Values: true, false
Valid Values: true, false
public void setPreserveExistingData(Boolean preserveExistingData)
Valid Values: true, false
preserveExistingData
- Specify this field as true if you want to preserve the data on the
local disk. Otherwise, specifying this field as false creates an empty
volume. Valid Values: true, false
public CreateStorediSCSIVolumeRequest withPreserveExistingData(Boolean preserveExistingData)
Valid Values: true, false
Returns a reference to this object so that method calls can be chained together.
preserveExistingData
- Specify this field as true if you want to preserve the data on the
local disk. Otherwise, specifying this field as false creates an empty
volume. Valid Values: true, false
public Boolean getPreserveExistingData()
Valid Values: true, false
Valid Values: true, false
public String getTargetName()
TargetName
as myvolume results in the target ARN
of
arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume.
The target name must be unique across all volumes of a gateway.
Constraints:
Length: 1 - 200
Pattern: ^[-\.;a-z0-9]+$
TargetName
as myvolume results in the target ARN
of
arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume.
The target name must be unique across all volumes of a gateway.public void setTargetName(String targetName)
TargetName
as myvolume results in the target ARN
of
arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume.
The target name must be unique across all volumes of a gateway.
Constraints:
Length: 1 - 200
Pattern: ^[-\.;a-z0-9]+$
targetName
- The name of the iSCSI target used by initiators to connect to the
target and as a suffix for the target ARN. For example, specifying
TargetName
as myvolume results in the target ARN
of
arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume.
The target name must be unique across all volumes of a gateway.public CreateStorediSCSIVolumeRequest withTargetName(String targetName)
TargetName
as myvolume results in the target ARN
of
arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume.
The target name must be unique across all volumes of a gateway.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 200
Pattern: ^[-\.;a-z0-9]+$
targetName
- The name of the iSCSI target used by initiators to connect to the
target and as a suffix for the target ARN. For example, specifying
TargetName
as myvolume results in the target ARN
of
arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume.
The target name must be unique across all volumes of a gateway.public String getNetworkInterfaceId()
Valid Values: A valid IP address.
Constraints:
Pattern: \A(25[0-5]|2[0-4]\d|[0-1]?\d?\d)(\.(25[0-5]|2[0-4]\d|[0-1]?\d?\d)){3}\z
Valid Values: A valid IP address.
public void setNetworkInterfaceId(String networkInterfaceId)
Valid Values: A valid IP address.
Constraints:
Pattern: \A(25[0-5]|2[0-4]\d|[0-1]?\d?\d)(\.(25[0-5]|2[0-4]\d|[0-1]?\d?\d)){3}\z
networkInterfaceId
- The network interface of the gateway on which to expose the iSCSI
target. Only IPv4 addresses are accepted. Use
DescribeGatewayInformation to get a list of the network
interfaces available on a gateway. Valid Values: A valid IP address.
public CreateStorediSCSIVolumeRequest withNetworkInterfaceId(String networkInterfaceId)
Valid Values: A valid IP address.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: \A(25[0-5]|2[0-4]\d|[0-1]?\d?\d)(\.(25[0-5]|2[0-4]\d|[0-1]?\d?\d)){3}\z
networkInterfaceId
- The network interface of the gateway on which to expose the iSCSI
target. Only IPv4 addresses are accepted. Use
DescribeGatewayInformation to get a list of the network
interfaces available on a gateway. Valid Values: A valid IP address.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.