Class CfnFileSystem.ClientConfigurationsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fsx.CfnFileSystem.ClientConfigurationsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFileSystem.ClientConfigurationsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFileSystem.ClientConfigurationsProperty
@Stability(Stable)
@Internal
public static final class CfnFileSystem.ClientConfigurationsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFileSystem.ClientConfigurationsProperty
An implementation for
CfnFileSystem.ClientConfigurationsProperty-
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.fsx.CfnFileSystem.ClientConfigurationsProperty
CfnFileSystem.ClientConfigurationsProperty.Builder, CfnFileSystem.ClientConfigurationsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFileSystem.ClientConfigurationsProperty.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 theCfnFileSystem.ClientConfigurationsProperty.Builder.
-
-
Method Details
-
getClients
Description copied from interface:CfnFileSystem.ClientConfigurationsPropertyA value that specifies who can mount the file system.You can provide a wildcard character (
*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24). By default, Amazon FSx uses the wildcard character when specifying the client.- Specified by:
getClientsin interfaceCfnFileSystem.ClientConfigurationsProperty- See Also:
-
getOptions
Description copied from interface:CfnFileSystem.ClientConfigurationsPropertyThe options to use when mounting the file system.For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:
crossmntis used by default. If you don't specifycrossmntwhen changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.syncis used by default. If you instead specifyasync, the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
- Specified by:
getOptionsin interfaceCfnFileSystem.ClientConfigurationsProperty- 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()
-