Class CfnLocationFSxONTAPProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datasync.CfnLocationFSxONTAPProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLocationFSxONTAPProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnLocationFSxONTAPProps
@Stability(Stable)
@Internal
public static final class CfnLocationFSxONTAPProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLocationFSxONTAPProps
An implementation for
CfnLocationFSxONTAPProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.datasync.CfnLocationFSxONTAPProps
CfnLocationFSxONTAPProps.Builder, CfnLocationFSxONTAPProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLocationFSxONTAPProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.Specifies the Amazon Resource Names (ARNs) of the security groups that DataSync can use to access your FSx for ONTAP file system.final StringSpecifies the ARN of the storage virtual machine (SVM) in your file system where you want to copy data to or from.final StringSpecifies a path to the file share in the SVM where you'll copy your data.getTags()Specifies labels that help you categorize, filter, and search for your AWS resources.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLocationFSxONTAPProps.Builder.
-
-
Method Details
-
getSecurityGroupArns
Description copied from interface:CfnLocationFSxONTAPPropsSpecifies the Amazon Resource Names (ARNs) of 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 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 port.
- Specified by:
getSecurityGroupArnsin interfaceCfnLocationFSxONTAPProps
-
getStorageVirtualMachineArn
Description copied from interface:CfnLocationFSxONTAPPropsSpecifies the ARN of the storage virtual machine (SVM) in your file system where you want to copy data to or from.- Specified by:
getStorageVirtualMachineArnin interfaceCfnLocationFSxONTAPProps
-
getProtocol
Description copied from interface:CfnLocationFSxONTAPPropsSpecifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.- Specified by:
getProtocolin interfaceCfnLocationFSxONTAPProps
-
getSubdirectory
Description copied from interface:CfnLocationFSxONTAPPropsSpecifies a path to the file share in the SVM where you'll copy your data.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 .
- Specified by:
getSubdirectoryin interfaceCfnLocationFSxONTAPProps
-
getTags
Description copied from interface:CfnLocationFSxONTAPPropsSpecifies labels that help you categorize, filter, and search for your AWS resources.We recommend creating at least a name tag for your location.
- Specified by:
getTagsin interfaceCfnLocationFSxONTAPProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-