Class CfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty
An implementation for
CfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty-
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.cfnpropertymixins.services.datasync.CfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty
CfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty.Builder, CfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty.Builder.
-
-
Method Details
-
getVersion
Description copied from interface:CfnLocationFSxONTAPPropsMixin.NfsMountOptionsPropertySpecifies the NFS version that you want DataSync to use when mounting your NFS share.If the server refuses to use the version specified, the task fails.
You can specify the following options:
AUTOMATIC(default): DataSync chooses NFS version 4.1.NFS3: Stateless protocol version that allows for asynchronous writes on the server.NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo file systems.NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and parallel data processing. NFS version 4.1 also includes all features available in version 4.0.
DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.
- Specified by:
getVersionin interfaceCfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty- See Also:
-
$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()
-