azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

438 строки
31 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule"
name: "ExportPolicyRule"
nameWithType: "ExportPolicyRule"
summary: "Volume Export Policy Rule."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ExportPolicyRule**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.ExportPolicyRule()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.ExportPolicyRule()"
name: "ExportPolicyRule()"
nameWithType: "ExportPolicyRule.ExportPolicyRule()"
summary: "Creates an instance of Export<wbr>Policy<wbr>Rule class."
syntax: "public ExportPolicyRule()"
desc: "Creates an instance of ExportPolicyRule class."
methods:
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.allowedClients()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.allowedClients()"
name: "allowedClients()"
nameWithType: "ExportPolicyRule.allowedClients()"
summary: "Get the allowed<wbr>Clients property: Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names."
syntax: "public String allowedClients()"
desc: "Get the allowedClients property: Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names."
returns:
description: "the allowedClients value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.chownMode()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.chownMode()"
name: "chownMode()"
nameWithType: "ExportPolicyRule.chownMode()"
summary: "Get the chown<wbr>Mode property: This parameter specifies who is authorized to change the ownership of a file."
syntax: "public ChownMode chownMode()"
desc: "Get the chownMode property: This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own."
returns:
description: "the chownMode value."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ChownMode?alt=com.azure.resourcemanager.netapp.models.ChownMode&text=ChownMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.cifs()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.cifs()"
name: "cifs()"
nameWithType: "ExportPolicyRule.cifs()"
summary: "Get the cifs property: Allows CIFS protocol."
syntax: "public Boolean cifs()"
desc: "Get the cifs property: Allows CIFS protocol."
returns:
description: "the cifs value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ExportPolicyRule.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Export<wbr>Policy<wbr>Rule from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ExportPolicyRule fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ExportPolicyRule."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ExportPolicyRule from the JsonReader."
returns:
description: "An instance of ExportPolicyRule if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.hasRootAccess()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.hasRootAccess()"
name: "hasRootAccess()"
nameWithType: "ExportPolicyRule.hasRootAccess()"
summary: "Get the has<wbr>Root<wbr>Access property: Has root access to volume."
syntax: "public Boolean hasRootAccess()"
desc: "Get the hasRootAccess property: Has root access to volume."
returns:
description: "the hasRootAccess value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.kerberos5IReadOnly()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.kerberos5IReadOnly()"
name: "kerberos5IReadOnly()"
nameWithType: "ExportPolicyRule.kerberos5IReadOnly()"
summary: "Get the kerberos5IRead<wbr>Only property: Kerberos5i Read only access."
syntax: "public Boolean kerberos5IReadOnly()"
desc: "Get the kerberos5IReadOnly property: Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later."
returns:
description: "the kerberos5IReadOnly value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.kerberos5IReadWrite()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.kerberos5IReadWrite()"
name: "kerberos5IReadWrite()"
nameWithType: "ExportPolicyRule.kerberos5IReadWrite()"
summary: "Get the kerberos5IRead<wbr>Write property: Kerberos5i Read and write access."
syntax: "public Boolean kerberos5IReadWrite()"
desc: "Get the kerberos5IReadWrite property: Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later."
returns:
description: "the kerberos5IReadWrite value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.kerberos5PReadOnly()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.kerberos5PReadOnly()"
name: "kerberos5PReadOnly()"
nameWithType: "ExportPolicyRule.kerberos5PReadOnly()"
summary: "Get the kerberos5PRead<wbr>Only property: Kerberos5p Read only access."
syntax: "public Boolean kerberos5PReadOnly()"
desc: "Get the kerberos5PReadOnly property: Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later."
returns:
description: "the kerberos5PReadOnly value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.kerberos5PReadWrite()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.kerberos5PReadWrite()"
name: "kerberos5PReadWrite()"
nameWithType: "ExportPolicyRule.kerberos5PReadWrite()"
summary: "Get the kerberos5PRead<wbr>Write property: Kerberos5p Read and write access."
syntax: "public Boolean kerberos5PReadWrite()"
desc: "Get the kerberos5PReadWrite property: Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later."
returns:
description: "the kerberos5PReadWrite value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.kerberos5ReadOnly()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.kerberos5ReadOnly()"
name: "kerberos5ReadOnly()"
nameWithType: "ExportPolicyRule.kerberos5ReadOnly()"
summary: "Get the kerberos5Read<wbr>Only property: Kerberos5 Read only access."
syntax: "public Boolean kerberos5ReadOnly()"
desc: "Get the kerberos5ReadOnly property: Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later."
returns:
description: "the kerberos5ReadOnly value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.kerberos5ReadWrite()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.kerberos5ReadWrite()"
name: "kerberos5ReadWrite()"
nameWithType: "ExportPolicyRule.kerberos5ReadWrite()"
summary: "Get the kerberos5Read<wbr>Write property: Kerberos5 Read and write access."
syntax: "public Boolean kerberos5ReadWrite()"
desc: "Get the kerberos5ReadWrite property: Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later."
returns:
description: "the kerberos5ReadWrite value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.nfsv3()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.nfsv3()"
name: "nfsv3()"
nameWithType: "ExportPolicyRule.nfsv3()"
summary: "Get the nfsv3 property: Allows NFSv3 protocol."
syntax: "public Boolean nfsv3()"
desc: "Get the nfsv3 property: Allows NFSv3 protocol. Enable only for NFSv3 type volumes."
returns:
description: "the nfsv3 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.nfsv41()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.nfsv41()"
name: "nfsv41()"
nameWithType: "ExportPolicyRule.nfsv41()"
summary: "Get the nfsv41 property: Allows NFSv4.1 protocol."
syntax: "public Boolean nfsv41()"
desc: "Get the nfsv41 property: Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes."
returns:
description: "the nfsv41 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.ruleIndex()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.ruleIndex()"
name: "ruleIndex()"
nameWithType: "ExportPolicyRule.ruleIndex()"
summary: "Get the rule<wbr>Index property: Order index."
syntax: "public Integer ruleIndex()"
desc: "Get the ruleIndex property: Order index."
returns:
description: "the ruleIndex value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ExportPolicyRule.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.unixReadOnly()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.unixReadOnly()"
name: "unixReadOnly()"
nameWithType: "ExportPolicyRule.unixReadOnly()"
summary: "Get the unix<wbr>Read<wbr>Only property: Read only access."
syntax: "public Boolean unixReadOnly()"
desc: "Get the unixReadOnly property: Read only access."
returns:
description: "the unixReadOnly value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.unixReadWrite()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.unixReadWrite()"
name: "unixReadWrite()"
nameWithType: "ExportPolicyRule.unixReadWrite()"
summary: "Get the unix<wbr>Read<wbr>Write property: Read and write access."
syntax: "public Boolean unixReadWrite()"
desc: "Get the unixReadWrite property: Read and write access."
returns:
description: "the unixReadWrite value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.validate()"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.validate()"
name: "validate()"
nameWithType: "ExportPolicyRule.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withAllowedClients(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withAllowedClients(String allowedClients)"
name: "withAllowedClients(String allowedClients)"
nameWithType: "ExportPolicyRule.withAllowedClients(String allowedClients)"
summary: "Set the allowed<wbr>Clients property: Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names."
parameters:
- description: "the allowedClients value to set."
name: "allowedClients"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExportPolicyRule withAllowedClients(String allowedClients)"
desc: "Set the allowedClients property: Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withChownMode(com.azure.resourcemanager.netapp.models.ChownMode)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withChownMode(ChownMode chownMode)"
name: "withChownMode(ChownMode chownMode)"
nameWithType: "ExportPolicyRule.withChownMode(ChownMode chownMode)"
summary: "Set the chown<wbr>Mode property: This parameter specifies who is authorized to change the ownership of a file."
parameters:
- description: "the chownMode value to set."
name: "chownMode"
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ChownMode?alt=com.azure.resourcemanager.netapp.models.ChownMode&text=ChownMode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExportPolicyRule withChownMode(ChownMode chownMode)"
desc: "Set the chownMode property: This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withCifs(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withCifs(Boolean cifs)"
name: "withCifs(Boolean cifs)"
nameWithType: "ExportPolicyRule.withCifs(Boolean cifs)"
summary: "Set the cifs property: Allows CIFS protocol."
parameters:
- description: "the cifs value to set."
name: "cifs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ExportPolicyRule withCifs(Boolean cifs)"
desc: "Set the cifs property: Allows CIFS protocol."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withHasRootAccess(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withHasRootAccess(Boolean hasRootAccess)"
name: "withHasRootAccess(Boolean hasRootAccess)"
nameWithType: "ExportPolicyRule.withHasRootAccess(Boolean hasRootAccess)"
summary: "Set the has<wbr>Root<wbr>Access property: Has root access to volume."
parameters:
- description: "the hasRootAccess value to set."
name: "hasRootAccess"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ExportPolicyRule withHasRootAccess(Boolean hasRootAccess)"
desc: "Set the hasRootAccess property: Has root access to volume."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withKerberos5IReadOnly(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withKerberos5IReadOnly(Boolean kerberos5IReadOnly)"
name: "withKerberos5IReadOnly(Boolean kerberos5IReadOnly)"
nameWithType: "ExportPolicyRule.withKerberos5IReadOnly(Boolean kerberos5IReadOnly)"
summary: "Set the kerberos5IRead<wbr>Only property: Kerberos5i Read only access."
parameters:
- description: "the kerberos5IReadOnly value to set."
name: "kerberos5IReadOnly"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ExportPolicyRule withKerberos5IReadOnly(Boolean kerberos5IReadOnly)"
desc: "Set the kerberos5IReadOnly property: Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withKerberos5IReadWrite(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withKerberos5IReadWrite(Boolean kerberos5IReadWrite)"
name: "withKerberos5IReadWrite(Boolean kerberos5IReadWrite)"
nameWithType: "ExportPolicyRule.withKerberos5IReadWrite(Boolean kerberos5IReadWrite)"
summary: "Set the kerberos5IRead<wbr>Write property: Kerberos5i Read and write access."
parameters:
- description: "the kerberos5IReadWrite value to set."
name: "kerberos5IReadWrite"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ExportPolicyRule withKerberos5IReadWrite(Boolean kerberos5IReadWrite)"
desc: "Set the kerberos5IReadWrite property: Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withKerberos5PReadOnly(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withKerberos5PReadOnly(Boolean kerberos5PReadOnly)"
name: "withKerberos5PReadOnly(Boolean kerberos5PReadOnly)"
nameWithType: "ExportPolicyRule.withKerberos5PReadOnly(Boolean kerberos5PReadOnly)"
summary: "Set the kerberos5PRead<wbr>Only property: Kerberos5p Read only access."
parameters:
- description: "the kerberos5PReadOnly value to set."
name: "kerberos5PReadOnly"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ExportPolicyRule withKerberos5PReadOnly(Boolean kerberos5PReadOnly)"
desc: "Set the kerberos5PReadOnly property: Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withKerberos5PReadWrite(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withKerberos5PReadWrite(Boolean kerberos5PReadWrite)"
name: "withKerberos5PReadWrite(Boolean kerberos5PReadWrite)"
nameWithType: "ExportPolicyRule.withKerberos5PReadWrite(Boolean kerberos5PReadWrite)"
summary: "Set the kerberos5PRead<wbr>Write property: Kerberos5p Read and write access."
parameters:
- description: "the kerberos5PReadWrite value to set."
name: "kerberos5PReadWrite"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ExportPolicyRule withKerberos5PReadWrite(Boolean kerberos5PReadWrite)"
desc: "Set the kerberos5PReadWrite property: Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withKerberos5ReadOnly(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withKerberos5ReadOnly(Boolean kerberos5ReadOnly)"
name: "withKerberos5ReadOnly(Boolean kerberos5ReadOnly)"
nameWithType: "ExportPolicyRule.withKerberos5ReadOnly(Boolean kerberos5ReadOnly)"
summary: "Set the kerberos5Read<wbr>Only property: Kerberos5 Read only access."
parameters:
- description: "the kerberos5ReadOnly value to set."
name: "kerberos5ReadOnly"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ExportPolicyRule withKerberos5ReadOnly(Boolean kerberos5ReadOnly)"
desc: "Set the kerberos5ReadOnly property: Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withKerberos5ReadWrite(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withKerberos5ReadWrite(Boolean kerberos5ReadWrite)"
name: "withKerberos5ReadWrite(Boolean kerberos5ReadWrite)"
nameWithType: "ExportPolicyRule.withKerberos5ReadWrite(Boolean kerberos5ReadWrite)"
summary: "Set the kerberos5Read<wbr>Write property: Kerberos5 Read and write access."
parameters:
- description: "the kerberos5ReadWrite value to set."
name: "kerberos5ReadWrite"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ExportPolicyRule withKerberos5ReadWrite(Boolean kerberos5ReadWrite)"
desc: "Set the kerberos5ReadWrite property: Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withNfsv3(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withNfsv3(Boolean nfsv3)"
name: "withNfsv3(Boolean nfsv3)"
nameWithType: "ExportPolicyRule.withNfsv3(Boolean nfsv3)"
summary: "Set the nfsv3 property: Allows NFSv3 protocol."
parameters:
- description: "the nfsv3 value to set."
name: "nfsv3"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ExportPolicyRule withNfsv3(Boolean nfsv3)"
desc: "Set the nfsv3 property: Allows NFSv3 protocol. Enable only for NFSv3 type volumes."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withNfsv41(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withNfsv41(Boolean nfsv41)"
name: "withNfsv41(Boolean nfsv41)"
nameWithType: "ExportPolicyRule.withNfsv41(Boolean nfsv41)"
summary: "Set the nfsv41 property: Allows NFSv4.1 protocol."
parameters:
- description: "the nfsv41 value to set."
name: "nfsv41"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ExportPolicyRule withNfsv41(Boolean nfsv41)"
desc: "Set the nfsv41 property: Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withRuleIndex(java.lang.Integer)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withRuleIndex(Integer ruleIndex)"
name: "withRuleIndex(Integer ruleIndex)"
nameWithType: "ExportPolicyRule.withRuleIndex(Integer ruleIndex)"
summary: "Set the rule<wbr>Index property: Order index."
parameters:
- description: "the ruleIndex value to set."
name: "ruleIndex"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ExportPolicyRule withRuleIndex(Integer ruleIndex)"
desc: "Set the ruleIndex property: Order index."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withUnixReadOnly(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withUnixReadOnly(Boolean unixReadOnly)"
name: "withUnixReadOnly(Boolean unixReadOnly)"
nameWithType: "ExportPolicyRule.withUnixReadOnly(Boolean unixReadOnly)"
summary: "Set the unix<wbr>Read<wbr>Only property: Read only access."
parameters:
- description: "the unixReadOnly value to set."
name: "unixReadOnly"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ExportPolicyRule withUnixReadOnly(Boolean unixReadOnly)"
desc: "Set the unixReadOnly property: Read only access."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withUnixReadWrite(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.netapp.models.ExportPolicyRule.withUnixReadWrite(Boolean unixReadWrite)"
name: "withUnixReadWrite(Boolean unixReadWrite)"
nameWithType: "ExportPolicyRule.withUnixReadWrite(Boolean unixReadWrite)"
summary: "Set the unix<wbr>Read<wbr>Write property: Read and write access."
parameters:
- description: "the unixReadWrite value to set."
name: "unixReadWrite"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ExportPolicyRule withUnixReadWrite(Boolean unixReadWrite)"
desc: "Set the unixReadWrite property: Read and write access."
returns:
description: "the ExportPolicyRule object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Volume Export Policy Rule."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.netapp.models.ExportPolicyRule?alt=com.azure.resourcemanager.netapp.models.ExportPolicyRule&text=ExportPolicyRule\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.netapp.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1