@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocationFsxOntapRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateLocationFsxOntapRequest() |
Modifier and Type | Method and Description |
---|---|
CreateLocationFsxOntapRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
FsxProtocol |
getProtocol() |
List<String> |
getSecurityGroupArns()
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
|
String |
getStorageVirtualMachineArn()
Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or from.
|
String |
getSubdirectory()
Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to or from
(for example,
/vol1 ). |
List<TagListEntry> |
getTags()
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
int |
hashCode() |
void |
setProtocol(FsxProtocol protocol) |
void |
setSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
|
void |
setStorageVirtualMachineArn(String storageVirtualMachineArn)
Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or from.
|
void |
setSubdirectory(String subdirectory)
Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to or from
(for example,
/vol1 ). |
void |
setTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
String |
toString()
Returns a string representation of this object.
|
CreateLocationFsxOntapRequest |
withProtocol(FsxProtocol protocol) |
CreateLocationFsxOntapRequest |
withSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
|
CreateLocationFsxOntapRequest |
withSecurityGroupArns(String... securityGroupArns)
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
|
CreateLocationFsxOntapRequest |
withStorageVirtualMachineArn(String storageVirtualMachineArn)
Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or from.
|
CreateLocationFsxOntapRequest |
withSubdirectory(String subdirectory)
Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to or from
(for example,
/vol1 ). |
CreateLocationFsxOntapRequest |
withTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationFsxOntapRequest |
withTags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setProtocol(FsxProtocol protocol)
protocol
- public FsxProtocol getProtocol()
public CreateLocationFsxOntapRequest withProtocol(FsxProtocol protocol)
protocol
- public List<String> getSecurityGroupArns()
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
The security groups must allow outbound traffic on the following ports (depending on the protocol you use):
Network File System (NFS): TCP ports 111, 635, and 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same ports.
The security groups must allow outbound traffic on the following ports (depending on the protocol you use):
Network File System (NFS): TCP ports 111, 635, and 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same ports.
public void setSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
The security groups must allow outbound traffic on the following ports (depending on the protocol you use):
Network File System (NFS): TCP ports 111, 635, and 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same ports.
securityGroupArns
- Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
The security groups must allow outbound traffic on the following ports (depending on the protocol you use):
Network File System (NFS): TCP ports 111, 635, and 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same ports.
public CreateLocationFsxOntapRequest withSecurityGroupArns(String... securityGroupArns)
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
The security groups must allow outbound traffic on the following ports (depending on the protocol you use):
Network File System (NFS): TCP ports 111, 635, and 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same ports.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupArns(java.util.Collection)
or withSecurityGroupArns(java.util.Collection)
if
you want to override the existing values.
securityGroupArns
- Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
The security groups must allow outbound traffic on the following ports (depending on the protocol you use):
Network File System (NFS): TCP ports 111, 635, and 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same ports.
public CreateLocationFsxOntapRequest withSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
The security groups must allow outbound traffic on the following ports (depending on the protocol you use):
Network File System (NFS): TCP ports 111, 635, and 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same ports.
securityGroupArns
- Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
The security groups must allow outbound traffic on the following ports (depending on the protocol you use):
Network File System (NFS): TCP ports 111, 635, and 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same ports.
public void setStorageVirtualMachineArn(String storageVirtualMachineArn)
Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or from.
storageVirtualMachineArn
- Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or
from.public String getStorageVirtualMachineArn()
Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or from.
public CreateLocationFsxOntapRequest withStorageVirtualMachineArn(String storageVirtualMachineArn)
Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or from.
storageVirtualMachineArn
- Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or
from.public void setSubdirectory(String subdirectory)
Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to or from
(for example, /vol1
).
Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
subdirectory
- Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to
or from (for example, /vol1
). Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
public String getSubdirectory()
Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to or from
(for example, /vol1
).
Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
/vol1
). Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
public CreateLocationFsxOntapRequest withSubdirectory(String subdirectory)
Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to or from
(for example, /vol1
).
Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
subdirectory
- Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to
or from (for example, /vol1
). Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
public List<TagListEntry> getTags()
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
public void setTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
tags
- Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We
recommend creating at least a name tag for your location.public CreateLocationFsxOntapRequest withTags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We
recommend creating at least a name tag for your location.public CreateLocationFsxOntapRequest withTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
tags
- Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We
recommend creating at least a name tag for your location.public String toString()
toString
in class Object
Object.toString()
public CreateLocationFsxOntapRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()