Class CfnLocationNFSProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datasync.CfnLocationNFSProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLocationNFSProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLocationNFSProps
@Stability(Stable)
@Internal
public static final class CfnLocationNFSProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLocationNFSProps
An implementation for
CfnLocationNFSProps-
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.CfnLocationNFSProps
CfnLocationNFSProps.Builder, CfnLocationNFSProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnLocationNFSProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLocationNFSProps.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 options that DataSync can use to mount your NFS file server.final ObjectSpecifies the Amazon Resource Name (ARN) of the DataSync agent that can connect to your NFS file server.final StringSpecifies the DNS name or IP address (IPv4 or IPv6) of the NFS file server that your DataSync agent connects to.final StringSpecifies the export path in your NFS file server that you want DataSync to mount.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 theCfnLocationNFSProps.Builder.
-
-
Method Details
-
getOnPremConfig
Description copied from interface:CfnLocationNFSPropsSpecifies the Amazon Resource Name (ARN) of the DataSync agent that can connect to your NFS file server.You can specify more than one agent. For more information, see Using multiple DataSync agents .
Returns union: either
IResolvableorCfnLocationNFS.OnPremConfigProperty- Specified by:
getOnPremConfigin interfaceCfnLocationNFSProps- See Also:
-
getMountOptions
Description copied from interface:CfnLocationNFSPropsSpecifies the options that DataSync can use to mount your NFS file server.Returns union: either
IResolvableorCfnLocationNFS.MountOptionsProperty- Specified by:
getMountOptionsin interfaceCfnLocationNFSProps- See Also:
-
getServerHostname
Description copied from interface:CfnLocationNFSPropsSpecifies the DNS name or IP address (IPv4 or IPv6) of the NFS file server that your DataSync agent connects to.- Specified by:
getServerHostnamein interfaceCfnLocationNFSProps- See Also:
-
getSubdirectory
Description copied from interface:CfnLocationNFSPropsSpecifies the export path in your NFS file server that you want DataSync to mount.This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers .
- Specified by:
getSubdirectoryin interfaceCfnLocationNFSProps- See Also:
-
getTags
Description copied from interface:CfnLocationNFSPropsSpecifies 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 interfaceCfnLocationNFSProps- 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()
-