Class CacheConfig
Configuration of the cache volume.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class CacheConfig : IDirectResponseSchema
Properties
CachePrePopulate
Optional. Pre-populate cache volume with data from the origin volume.
Declaration
[JsonProperty("cachePrePopulate")]
public virtual CachePrePopulate CachePrePopulate { get; set; }
Property Value
| Type | Description |
|---|---|
| CachePrePopulate |
CachePrePopulateState
Output only. State of the prepopulation job indicating how the prepopulation is progressing.
Declaration
[JsonProperty("cachePrePopulateState")]
public virtual string CachePrePopulateState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CifsChangeNotifyEnabled
Optional. Flag indicating whether a CIFS change notification is enabled for the FlexCache volume.
Declaration
[JsonProperty("cifsChangeNotifyEnabled")]
public virtual bool? CifsChangeNotifyEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WritebackEnabled
Optional. Flag indicating whether writeback is enabled for the FlexCache volume.
Declaration
[JsonProperty("writebackEnabled")]
public virtual bool? WritebackEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |