NetApp v1 API - Class ExportPolicy (1.3.0)

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.

Inheritance

object > ExportPolicy

Namespace

Google.Cloud.NetApp.V1

Assembly

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