@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileSystemProtectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Describes the protection on a file system.
Constructor and Description |
---|
UpdateFileSystemProtectionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateFileSystemProtectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getReplicationOverwriteProtection()
The status of the file system's replication overwrite protection.
|
int |
hashCode() |
void |
setReplicationOverwriteProtection(String replicationOverwriteProtection)
The status of the file system's replication overwrite protection.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFileSystemProtectionResult |
withReplicationOverwriteProtection(ReplicationOverwriteProtection replicationOverwriteProtection)
The status of the file system's replication overwrite protection.
|
UpdateFileSystemProtectionResult |
withReplicationOverwriteProtection(String replicationOverwriteProtection)
The status of the file system's replication overwrite protection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReplicationOverwriteProtection(String replicationOverwriteProtection)
The status of the file system's replication overwrite protection.
ENABLED
– The file system cannot be used as the destination file system in a replication
configuration. The file system is writeable. Replication overwrite protection is ENABLED
by default.
DISABLED
– The file system can be used as the destination file system in a replication
configuration. The file system is read-only and can only be modified by EFS replication.
REPLICATING
– The file system is being used as the destination file system in a replication
configuration. The file system is read-only and is only modified only by EFS replication.
If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
replicationOverwriteProtection
- The status of the file system's replication overwrite protection.
ENABLED
– The file system cannot be used as the destination file system in a replication
configuration. The file system is writeable. Replication overwrite protection is ENABLED
by
default.
DISABLED
– The file system can be used as the destination file system in a replication
configuration. The file system is read-only and can only be modified by EFS replication.
REPLICATING
– The file system is being used as the destination file system in a replication
configuration. The file system is read-only and is only modified only by EFS replication.
If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
ReplicationOverwriteProtection
public String getReplicationOverwriteProtection()
The status of the file system's replication overwrite protection.
ENABLED
– The file system cannot be used as the destination file system in a replication
configuration. The file system is writeable. Replication overwrite protection is ENABLED
by default.
DISABLED
– The file system can be used as the destination file system in a replication
configuration. The file system is read-only and can only be modified by EFS replication.
REPLICATING
– The file system is being used as the destination file system in a replication
configuration. The file system is read-only and is only modified only by EFS replication.
If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
ENABLED
– The file system cannot be used as the destination file system in a replication
configuration. The file system is writeable. Replication overwrite protection is ENABLED
by
default.
DISABLED
– The file system can be used as the destination file system in a replication
configuration. The file system is read-only and can only be modified by EFS replication.
REPLICATING
– The file system is being used as the destination file system in a replication
configuration. The file system is read-only and is only modified only by EFS replication.
If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
ReplicationOverwriteProtection
public UpdateFileSystemProtectionResult withReplicationOverwriteProtection(String replicationOverwriteProtection)
The status of the file system's replication overwrite protection.
ENABLED
– The file system cannot be used as the destination file system in a replication
configuration. The file system is writeable. Replication overwrite protection is ENABLED
by default.
DISABLED
– The file system can be used as the destination file system in a replication
configuration. The file system is read-only and can only be modified by EFS replication.
REPLICATING
– The file system is being used as the destination file system in a replication
configuration. The file system is read-only and is only modified only by EFS replication.
If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
replicationOverwriteProtection
- The status of the file system's replication overwrite protection.
ENABLED
– The file system cannot be used as the destination file system in a replication
configuration. The file system is writeable. Replication overwrite protection is ENABLED
by
default.
DISABLED
– The file system can be used as the destination file system in a replication
configuration. The file system is read-only and can only be modified by EFS replication.
REPLICATING
– The file system is being used as the destination file system in a replication
configuration. The file system is read-only and is only modified only by EFS replication.
If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
ReplicationOverwriteProtection
public UpdateFileSystemProtectionResult withReplicationOverwriteProtection(ReplicationOverwriteProtection replicationOverwriteProtection)
The status of the file system's replication overwrite protection.
ENABLED
– The file system cannot be used as the destination file system in a replication
configuration. The file system is writeable. Replication overwrite protection is ENABLED
by default.
DISABLED
– The file system can be used as the destination file system in a replication
configuration. The file system is read-only and can only be modified by EFS replication.
REPLICATING
– The file system is being used as the destination file system in a replication
configuration. The file system is read-only and is only modified only by EFS replication.
If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
replicationOverwriteProtection
- The status of the file system's replication overwrite protection.
ENABLED
– The file system cannot be used as the destination file system in a replication
configuration. The file system is writeable. Replication overwrite protection is ENABLED
by
default.
DISABLED
– The file system can be used as the destination file system in a replication
configuration. The file system is read-only and can only be modified by EFS replication.
REPLICATING
– The file system is being used as the destination file system in a replication
configuration. The file system is read-only and is only modified only by EFS replication.
If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
ReplicationOverwriteProtection
public String toString()
toString
in class Object
Object.toString()
public UpdateFileSystemProtectionResult clone()