@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 security groups that DataSync can use to access your FSx for ONTAP file system.
|
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 security groups that DataSync can use to access your FSx for ONTAP file system.
|
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 security groups that DataSync can use to access your FSx for ONTAP file system.
|
CreateLocationFsxOntapRequest |
withSecurityGroupArns(String... securityGroupArns)
Specifies the security groups that DataSync can use to access your FSx for ONTAP file system.
|
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 security groups that DataSync can use to access your FSx for ONTAP file system. You must configure the security groups to allow outbound traffic on the following ports (depending on the protocol that you're using):
Network File System (NFS): TCP port 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same port.
Network File System (NFS): TCP port 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same port.
public void setSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the security groups that DataSync can use to access your FSx for ONTAP file system. You must configure the security groups to allow outbound traffic on the following ports (depending on the protocol that you're using):
Network File System (NFS): TCP port 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same port.
securityGroupArns
- Specifies the security groups that DataSync can use to access your FSx for ONTAP file system. You must
configure the security groups to allow outbound traffic on the following ports (depending on the protocol
that you're using):
Network File System (NFS): TCP port 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same port.
public CreateLocationFsxOntapRequest withSecurityGroupArns(String... securityGroupArns)
Specifies the security groups that DataSync can use to access your FSx for ONTAP file system. You must configure the security groups to allow outbound traffic on the following ports (depending on the protocol that you're using):
Network File System (NFS): TCP port 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same port.
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 security groups that DataSync can use to access your FSx for ONTAP file system. You must
configure the security groups to allow outbound traffic on the following ports (depending on the protocol
that you're using):
Network File System (NFS): TCP port 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same port.
public CreateLocationFsxOntapRequest withSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the security groups that DataSync can use to access your FSx for ONTAP file system. You must configure the security groups to allow outbound traffic on the following ports (depending on the protocol that you're using):
Network File System (NFS): TCP port 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same port.
securityGroupArns
- Specifies the security groups that DataSync can use to access your FSx for ONTAP file system. You must
configure the security groups to allow outbound traffic on the following ports (depending on the protocol
that you're using):
Network File System (NFS): TCP port 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same port.
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()