Class ExportPolicy
Defines the export policy for the volume.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1.Data
Assembly: Google.Apis.NetAppFiles.v1.dll
Syntax
public class ExportPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Rules
Required. List of export policy rules
Declaration
[JsonProperty("rules")]
public virtual IList<SimpleExportPolicyRule> Rules { get; set; }
Property Value
Type | Description |
---|---|
IList<SimpleExportPolicyRule> |