Class CfnLocationNFSMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnLocationNFSMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLocationNFSMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLocationNFSMixinProps
@Stability(Stable)
@Internal
public static final class CfnLocationNFSMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLocationNFSMixinProps
An implementation for
CfnLocationNFSMixinProps-
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.CfnLocationNFSMixinProps
CfnLocationNFSMixinProps.Builder, CfnLocationNFSMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLocationNFSMixinProps.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 theCfnLocationNFSMixinProps.Builder.
-
-
Method Details
-
getMountOptions
Description copied from interface:CfnLocationNFSMixinPropsSpecifies the options that DataSync can use to mount your NFS file server.Returns union: either
IResolvableorCfnLocationNFSPropsMixin.MountOptionsProperty- Specified by:
getMountOptionsin interfaceCfnLocationNFSMixinProps- See Also:
-
getOnPremConfig
Description copied from interface:CfnLocationNFSMixinPropsSpecifies 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
IResolvableorCfnLocationNFSPropsMixin.OnPremConfigProperty- Specified by:
getOnPremConfigin interfaceCfnLocationNFSMixinProps- See Also:
-
getServerHostname
Description copied from interface:CfnLocationNFSMixinPropsSpecifies the DNS name or IP address (IPv4 or IPv6) of the NFS file server that your DataSync agent connects to.- Specified by:
getServerHostnamein interfaceCfnLocationNFSMixinProps- See Also:
-
getSubdirectory
Description copied from interface:CfnLocationNFSMixinPropsSpecifies 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 interfaceCfnLocationNFSMixinProps- See Also:
-
getTags
Description copied from interface:CfnLocationNFSMixinPropsSpecifies 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 interfaceCfnLocationNFSMixinProps- 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()
-