@Stability(value=Stable) @Internal public static final class CfnVolume.ClientConfigurationsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVolume.ClientConfigurationsProperty
CfnVolume.ClientConfigurationsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnVolume.ClientConfigurationsProperty.Builder, CfnVolume.ClientConfigurationsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnVolume.ClientConfigurationsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnVolume.ClientConfigurationsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getClients()
A value that specifies who can mount the file system.
|
List<String> |
getOptions()
The options to use when mounting the file system.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnVolume.ClientConfigurationsProperty.Builder builder)
CfnVolume.ClientConfigurationsProperty.Builder.public final String getClients()
CfnVolume.ClientConfigurationsProperty
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.
getClients in interface CfnVolume.ClientConfigurationsPropertypublic final List<String> getOptions()
CfnVolume.ClientConfigurationsPropertyFor 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:
crossmnt is used by default. If you don't specify crossmnt when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.getOptions in interface CfnVolume.ClientConfigurationsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.