public sealed class ExportPolicy : IMessage<ExportPolicy>, IEquatable<ExportPolicy>, IDeepCloneable<ExportPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class ExportPolicy.
Defines the export policy for the volume.
Implements
IMessageExportPolicy, IEquatableExportPolicy, IDeepCloneableExportPolicy, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
ExportPolicy()
public ExportPolicy()
ExportPolicy(ExportPolicy)
public ExportPolicy(ExportPolicy other)
Parameter | |
---|---|
Name | Description |
other | ExportPolicy |
Properties
Rules
public RepeatedField<SimpleExportPolicyRule> Rules { get; }
Required. List of export policy rules
Property Value | |
---|---|
Type | Description |
RepeatedFieldSimpleExportPolicyRule |