public static final class CfnLocationFSxONTAPProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLocationFSxONTAPProps
CfnLocationFSxONTAPProps
CfnLocationFSxONTAPProps.Builder, CfnLocationFSxONTAPProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getProtocol()
Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.
|
java.util.List<java.lang.String> |
getSecurityGroupArns()
Specifies the Amazon Resource Names (ARNs) of the security groups that DataSync can use to access your FSx for ONTAP file system.
|
java.lang.String |
getStorageVirtualMachineArn()
Specifies the ARN of the storage virtual machine (SVM) in your file system where you want to copy data to or from.
|
java.lang.String |
getSubdirectory()
Specifies a path to the file share in the SVM where you'll copy your data.
|
java.util.List<CfnTag> |
getTags()
Specifies labels that help you categorize, filter, and search for your AWS resources.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getProtocol()
CfnLocationFSxONTAPProps
getProtocol
in interface CfnLocationFSxONTAPProps
public final java.util.List<java.lang.String> getSecurityGroupArns()
CfnLocationFSxONTAPProps
You must configure the security groups to allow outbound traffic on the following ports (depending on the protocol that you're using):
Your file system's security groups must also allow inbound traffic on the same port.
getSecurityGroupArns
in interface CfnLocationFSxONTAPProps
public final java.lang.String getStorageVirtualMachineArn()
CfnLocationFSxONTAPProps
getStorageVirtualMachineArn
in interface CfnLocationFSxONTAPProps
public final java.lang.String getSubdirectory()
CfnLocationFSxONTAPProps
You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares). For example, your mount path might be /vol1
, /vol1/tree1
, or /share1
.
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 .
getSubdirectory
in interface CfnLocationFSxONTAPProps
public final java.util.List<CfnTag> getTags()
CfnLocationFSxONTAPProps
We recommend creating at least a name tag for your location.
getTags
in interface CfnLocationFSxONTAPProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()