/AWS1/CL_FSXFILECACHEDATAREP00¶
The configuration for a data repository association (DRA) to be created during the Amazon File Cache resource creation. The DRA links the cache to either an Amazon S3 bucket or prefix, or a Network File System (NFS) data repository that supports the NFSv3 protocol.
The DRA does not support automatic import or automatic export.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_FILECACHEPATH
TYPE /AWS1/FSXNAMESPACE
/AWS1/FSXNAMESPACE
¶
A path on the cache that points to a high-level directory (such as
/ns1/
) or subdirectory (such as/ns1/subdir/
) that will be mapped 1-1 withDataRepositoryPath
. The leading forward slash in the name is required. Two data repository associations cannot have overlapping cache paths. For example, if a data repository is associated with cache path/ns1/
, then you cannot link another data repository with cache path/ns1/ns2
.This path specifies where in your cache files will be exported from. This cache directory can be linked to only one data repository, and no data repository other can be linked to the directory.
The cache path can only be set to root (/) on an NFS DRA when
DataRepositorySubdirectories
is specified. If you specify root (/) as the cache path, you can create only one DRA on the cache.The cache path cannot be set to root (/) for an S3 DRA.
IV_DATAREPOSITORYPATH
TYPE /AWS1/FSXARCHIVEPATH
/AWS1/FSXARCHIVEPATH
¶
The path to the S3 or NFS data repository that links to the cache. You must provide one of the following paths:
The path can be an NFS data repository that links to the cache. The path can be in one of two formats:
If you are not using the
DataRepositorySubdirectories
parameter, the path is to an NFS Export directory (or one of its subdirectories) in the formatnfs://nfs-domain-name/exportpath
. You can therefore link a single NFS Export to a single data repository association.If you are using the
DataRepositorySubdirectories
parameter, the path is the domain name of the NFS file system in the formatnfs://filer-domain-name
, which indicates the root of the subdirectories specified with theDataRepositorySubdirectories
parameter.The path can be an S3 bucket or prefix in the format
s3://bucket-name/prefix/
(whereprefix
is optional).
Optional arguments:¶
IT_DATAREPOSITORYSUBDIRECT00
TYPE /AWS1/CL_FSXSUBDIRECTORIESPA00=>TT_SUBDIRECTORIESPATHS
TT_SUBDIRECTORIESPATHS
¶
A list of NFS Exports that will be linked with this data repository association. The Export paths are in the format
/exportpath1
. To use this parameter, you must configureDataRepositoryPath
as the domain name of the NFS file system. The NFS file system domain name in effect is the root of the subdirectories. Note thatDataRepositorySubdirectories
is not supported for S3 data repositories.
IO_NFS
TYPE REF TO /AWS1/CL_FSXFILECACHENFSCONF
/AWS1/CL_FSXFILECACHENFSCONF
¶
The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.
Queryable Attributes¶
FileCachePath¶
A path on the cache that points to a high-level directory (such as
/ns1/
) or subdirectory (such as/ns1/subdir/
) that will be mapped 1-1 withDataRepositoryPath
. The leading forward slash in the name is required. Two data repository associations cannot have overlapping cache paths. For example, if a data repository is associated with cache path/ns1/
, then you cannot link another data repository with cache path/ns1/ns2
.This path specifies where in your cache files will be exported from. This cache directory can be linked to only one data repository, and no data repository other can be linked to the directory.
The cache path can only be set to root (/) on an NFS DRA when
DataRepositorySubdirectories
is specified. If you specify root (/) as the cache path, you can create only one DRA on the cache.The cache path cannot be set to root (/) for an S3 DRA.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FILECACHEPATH() |
Getter for FILECACHEPATH, with configurable default |
ASK_FILECACHEPATH() |
Getter for FILECACHEPATH w/ exceptions if field has no value |
HAS_FILECACHEPATH() |
Determine if FILECACHEPATH has a value |
DataRepositoryPath¶
The path to the S3 or NFS data repository that links to the cache. You must provide one of the following paths:
The path can be an NFS data repository that links to the cache. The path can be in one of two formats:
If you are not using the
DataRepositorySubdirectories
parameter, the path is to an NFS Export directory (or one of its subdirectories) in the formatnfs://nfs-domain-name/exportpath
. You can therefore link a single NFS Export to a single data repository association.If you are using the
DataRepositorySubdirectories
parameter, the path is the domain name of the NFS file system in the formatnfs://filer-domain-name
, which indicates the root of the subdirectories specified with theDataRepositorySubdirectories
parameter.The path can be an S3 bucket or prefix in the format
s3://bucket-name/prefix/
(whereprefix
is optional).
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATAREPOSITORYPATH() |
Getter for DATAREPOSITORYPATH, with configurable default |
ASK_DATAREPOSITORYPATH() |
Getter for DATAREPOSITORYPATH w/ exceptions if field has no |
HAS_DATAREPOSITORYPATH() |
Determine if DATAREPOSITORYPATH has a value |
DataRepositorySubdirectories¶
A list of NFS Exports that will be linked with this data repository association. The Export paths are in the format
/exportpath1
. To use this parameter, you must configureDataRepositoryPath
as the domain name of the NFS file system. The NFS file system domain name in effect is the root of the subdirectories. Note thatDataRepositorySubdirectories
is not supported for S3 data repositories.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATAREPOSITORYSUBDIREC00() |
Getter for DATAREPOSITORYSUBDIRECTORIES, with configurable d |
ASK_DATAREPOSITORYSUBDIREC00() |
Getter for DATAREPOSITORYSUBDIRECTORIES w/ exceptions if fie |
HAS_DATAREPOSITORYSUBDIREC00() |
Determine if DATAREPOSITORYSUBDIRECTORIES has a value |
NFS¶
The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NFS() |
Getter for NFS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CREFILECACHEDATAREPOSITOR00
¶
TYPES TT_CREFILECACHEDATAREPOSITOR00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_FSXFILECACHEDATAREP00 WITH DEFAULT KEY
.