Class UpdateFileCacheRequest
Container for the parameters to the UpdateFileCache operation. Updates the configuration of an existing Amazon File Cache resource. You can update multiple properties in a single request.
public class UpdateFileCacheRequest : AmazonFSxRequest
- Inheritance
-
UpdateFileCacheRequest
Constructors
UpdateFileCacheRequest()
public UpdateFileCacheRequest()
Properties
ClientRequestToken
Gets and sets the property ClientRequestToken.
public string ClientRequestToken { get; set; }
Property Value
FileCacheId
Gets and sets the property FileCacheId.
The ID of the cache that you are updating.
public string FileCacheId { get; set; }
Property Value
LustreConfiguration
Gets and sets the property LustreConfiguration.
The configuration updates for an Amazon File Cache resource.
public UpdateFileCacheLustreConfiguration LustreConfiguration { get; set; }