Class CfnVolume.ClientConfigurationsProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fsx.CfnVolume.ClientConfigurationsProperty.Jsii$Proxy
All Implemented Interfaces:
CfnVolume.ClientConfigurationsProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnVolume.ClientConfigurationsProperty

@Stability(Stable) @Internal public static final class CfnVolume.ClientConfigurationsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVolume.ClientConfigurationsProperty
  • Constructor Details

  • Method Details

    • getClients

      public final String getClients()
      Description copied from interface: CfnVolume.ClientConfigurationsProperty
      A 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:
      getClients in interface CfnVolume.ClientConfigurationsProperty
    • getOptions

      public final List<String> getOptions()
      Description copied from interface: CfnVolume.ClientConfigurationsProperty
      The 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:

      • 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.
      Specified by:
      getOptions in interface CfnVolume.ClientConfigurationsProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object