/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.fsx.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* Specifies who can mount an OpenZFS file system and the options available while mounting the file system. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class OpenZFSClientConfiguration implements Serializable, Cloneable, StructuredPojo { /** *
* 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.
*
* 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.
*
* 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.
*
*
* ), 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.
*/
public void setClients(String clients) {
this.clients = clients;
}
/**
*
* 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.
*
*
), 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.
*/
public String getClients() {
return this.clients;
}
/**
*
* 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.
*
*
* ), 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.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public OpenZFSClientConfiguration withClients(String clients) {
setClients(clients);
return this;
}
/**
* * 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setOptions(java.util.Collection)} or {@link #withOptions(java.util.Collection)} if you want to override * the existing values. *
* * @param options * 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.
*
* 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.
*
* 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.
*