String errorCode
String creationToken
String of up to 64 ASCII characters. Amazon EFS uses this to ensure idempotent creation.
String performanceMode
The PerformanceMode
of the file system. We recommend generalPurpose
performance mode
for most file systems. File systems using the maxIO
performance mode can scale to higher levels of
aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file
operations. This can't be changed after the file system has been created.
String ownerId
AWS account that created the file system. If the file system was created by an IAM user, the parent account to which the user belongs is the owner.
String creationToken
Opaque string specified in the request.
String fileSystemId
ID of the file system, assigned by Amazon EFS.
Date creationTime
Time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
String lifeCycleState
Lifecycle phase of the file system.
String name
You can add tags to a file system, including a Name
tag. For more information, see
CreateTags. If the file system has a Name
tag, Amazon EFS returns the value in this field.
Integer numberOfMountTargets
Current number of mount targets that the file system has. For more information, see CreateMountTarget.
FileSystemSize sizeInBytes
Latest known metered size (in bytes) of data stored in the file system, in bytes, in its Value
field, and the time at which that size was determined in its Timestamp
field. The
Timestamp
value is the integer number of seconds since 1970-01-01T00:00:00Z. Note that the value
does not represent the size of a consistent snapshot of the file system, but it is eventually consistent when
there are no writes to the file system. That is, the value will represent actual size only if the file system is
not modified for a period longer than a couple of hours. Otherwise, the value is not the exact size the file
system was at any instant in time.
String performanceMode
The PerformanceMode
of the file system.
String fileSystemId
ID of the file system for which to create the mount target.
String subnetId
ID of the subnet to add the mount target in.
String ipAddress
Valid IPv4 address within the address range of the specified subnet.
com.amazonaws.internal.SdkInternalList<T> securityGroups
Up to five VPC security group IDs, of the form sg-xxxxxxxx
. These must be for the same VPC as subnet
specified.
String ownerId
AWS account ID that owns the resource.
String mountTargetId
System-assigned mount target ID.
String fileSystemId
ID of the file system for which the mount target is intended.
String subnetId
ID of the mount target's subnet.
String lifeCycleState
Lifecycle state of the mount target.
String ipAddress
Address at which the file system may be mounted via the mount target.
String networkInterfaceId
ID of the network interface that Amazon EFS created when it created the mount target.
String fileSystemId
ID of the file system whose tags you want to modify (String). This operation modifies the tags only, not the file system.
com.amazonaws.internal.SdkInternalList<T> tags
Array of Tag
objects to add. Each Tag
object is a key-value pair.
String fileSystemId
ID of the file system you want to delete.
String mountTargetId
ID of the mount target to delete (String).
String fileSystemId
ID of the file system whose tags you want to delete (String).
com.amazonaws.internal.SdkInternalList<T> tagKeys
List of tag keys to delete.
String errorCode
Integer maxItems
(Optional) Specifies the maximum number of file systems to return in the response (integer). This parameter value
must be greater than 0. The number of items that Amazon EFS returns is the minimum of the MaxItems
parameter specified in the request and the service's internal maximum number of items per page.
String marker
(Optional) Opaque pagination token returned from a previous DescribeFileSystems
operation (String).
If present, specifies to continue the list from where the returning call had left off.
String creationToken
(Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.
String fileSystemId
(Optional) ID of the file system whose description you want to retrieve (String).
String marker
Present if provided by caller in the request (String).
com.amazonaws.internal.SdkInternalList<T> fileSystems
Array of file system descriptions.
String nextMarker
Present if there are more file systems than returned in the response (String). You can use the
NextMarker
in the subsequent request to fetch the descriptions.
String mountTargetId
ID of the mount target whose security groups you want to retrieve.
com.amazonaws.internal.SdkInternalList<T> securityGroups
Array of security groups.
Integer maxItems
(Optional) Maximum number of mount targets to return in the response. It must be an integer with a value greater than zero.
String marker
(Optional) Opaque pagination token returned from a previous DescribeMountTargets
operation (String).
If present, it specifies to continue the list from where the previous returning call left off.
String fileSystemId
(Optional) ID of the file system whose mount targets you want to list (String). It must be included in your
request if MountTargetId
is not included.
String mountTargetId
(Optional) ID of the mount target that you want to have described (String). It must be included in your request
if FileSystemId
is not included.
String marker
If the request included the Marker
, the response returns that value in this field.
com.amazonaws.internal.SdkInternalList<T> mountTargets
Returns the file system's mount targets as an array of MountTargetDescription
objects.
String nextMarker
If a value is present, there are more mount targets to return. In a subsequent request, you can provide
Marker
in your request with this value to retrieve the next set of mount targets.
Integer maxItems
(Optional) Maximum number of file system tags to return in the response. It must be an integer with a value greater than zero.
String marker
(Optional) Opaque pagination token returned from a previous DescribeTags
operation (String). If
present, it specifies to continue the list from where the previous call left off.
String fileSystemId
ID of the file system whose tag set you want to retrieve.
String marker
If the request included a Marker
, the response returns that value in this field.
com.amazonaws.internal.SdkInternalList<T> tags
Returns tags associated with the file system as an array of Tag
objects.
String nextMarker
If a value is present, there are more tags to return. In a subsequent request, you can provide the value of
NextMarker
as the value of the Marker
parameter in your next request to retrieve the
next set of tags.
String ownerId
AWS account that created the file system. If the file system was created by an IAM user, the parent account to which the user belongs is the owner.
String creationToken
Opaque string specified in the request.
String fileSystemId
ID of the file system, assigned by Amazon EFS.
Date creationTime
Time that the file system was created, in seconds (since 1970-01-01T00:00:00Z).
String lifeCycleState
Lifecycle phase of the file system.
String name
You can add tags to a file system, including a Name
tag. For more information, see
CreateTags. If the file system has a Name
tag, Amazon EFS returns the value in this field.
Integer numberOfMountTargets
Current number of mount targets that the file system has. For more information, see CreateMountTarget.
FileSystemSize sizeInBytes
Latest known metered size (in bytes) of data stored in the file system, in bytes, in its Value
field, and the time at which that size was determined in its Timestamp
field. The
Timestamp
value is the integer number of seconds since 1970-01-01T00:00:00Z. Note that the value
does not represent the size of a consistent snapshot of the file system, but it is eventually consistent when
there are no writes to the file system. That is, the value will represent actual size only if the file system is
not modified for a period longer than a couple of hours. Otherwise, the value is not the exact size the file
system was at any instant in time.
String performanceMode
The PerformanceMode
of the file system.
String errorCode
String errorCode
String errorCode
String errorCode
String errorCode
String errorCode
String errorCode
String mountTargetId
ID of the mount target whose security groups you want to modify.
com.amazonaws.internal.SdkInternalList<T> securityGroups
Array of up to five VPC security group IDs.
String errorCode
String ownerId
AWS account ID that owns the resource.
String mountTargetId
System-assigned mount target ID.
String fileSystemId
ID of the file system for which the mount target is intended.
String subnetId
ID of the mount target's subnet.
String lifeCycleState
Lifecycle state of the mount target.
String ipAddress
Address at which the file system may be mounted via the mount target.
String networkInterfaceId
ID of the network interface that Amazon EFS created when it created the mount target.
String errorCode
String errorCode
String errorCode
String errorCode
String errorCode
String errorCode
String errorCode
Copyright © 2017. All rights reserved.