|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.storagegateway.model.CreateStorediSCSIVolumeRequest
public class CreateStorediSCSIVolumeRequest
Container for the parameters to the CreateStorediSCSIVolume operation
.
This operation creates a volume on a specified gateway. The size of the volume 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 ARN, size and the iSCSI target ARN that initiators can use to connect to the volume target.
AWSStorageGateway.createStorediSCSIVolume(CreateStorediSCSIVolumeRequest)
Constructor Summary | |
---|---|
CreateStorediSCSIVolumeRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateStorediSCSIVolumeRequest()
Method Detail |
---|
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()
Length: 13
Valid Values: Must be a valid snapshot ID, "snap-" followed by eight hexadecimal characters.
Constraints:
Pattern: \Asnap-[0-9a-fA-F]{8}\z
Length: 13
Valid Values: Must be a valid snapshot ID, "snap-" followed by eight hexadecimal characters.
public void setSnapshotId(String snapshotId)
Length: 13
Valid Values: Must be a valid snapshot ID, "snap-" followed by eight hexadecimal characters.
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. Length: 13
Valid Values: Must be a valid snapshot ID, "snap-" followed by eight hexadecimal characters.
public CreateStorediSCSIVolumeRequest withSnapshotId(String snapshotId)
Length: 13
Valid Values: Must be a valid snapshot ID, "snap-" followed by eight hexadecimal characters.
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. Length: 13
Valid Values: Must be a valid snapshot ID, "snap-" followed by eight hexadecimal characters.
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
111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume.
The target name must be unique across all volumes of a gateway.
Length: Minimum length of 1. Maximum length of 200.
Constraints: The name can contain lower case letters, numbers, periods (.), and hyphens (-).
Constraints:
Length: 1 - 200
Pattern: ^[-\.;a-z0-9]+$
TargetName
as myvolume results in the target ARN
of
111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume.
The target name must be unique across all volumes of a gateway.
Length: Minimum length of 1. Maximum length of 200.
Constraints: The name can contain lower case letters, numbers, periods (.), and hyphens (-).
public void setTargetName(String targetName)
TargetName
as myvolume results in the target ARN
of
111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume.
The target name must be unique across all volumes of a gateway.
Length: Minimum length of 1. Maximum length of 200.
Constraints: The name can contain lower case letters, numbers, periods (.), and hyphens (-).
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
111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume.
The target name must be unique across all volumes of a gateway.
Length: Minimum length of 1. Maximum length of 200.
Constraints: The name can contain lower case letters, numbers, periods (.), and hyphens (-).
public CreateStorediSCSIVolumeRequest withTargetName(String targetName)
TargetName
as myvolume results in the target ARN
of
111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume.
The target name must be unique across all volumes of a gateway.
Length: Minimum length of 1. Maximum length of 200.
Constraints: The name can contain lower case letters, numbers, periods (.), and hyphens (-).
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
111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume.
The target name must be unique across all volumes of a gateway.
Length: Minimum length of 1. Maximum length of 200.
Constraints: The name can contain lower case letters, numbers, periods (.), and hyphens (-).
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |