Uses of Class
com.azure.resourcemanager.netapp.models.ExportPolicyRule
Packages that use ExportPolicyRule
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of ExportPolicyRule in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return ExportPolicyRuleModifier and TypeMethodDescriptionstatic ExportPolicyRule
ExportPolicyRule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ExportPolicyRule from the JsonReader.ExportPolicyRule.withAllowedClients
(String allowedClients) Set the allowedClients property: Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names.ExportPolicyRule.withChownMode
(ChownMode chownMode) Set the chownMode property: This parameter specifies who is authorized to change the ownership of a file.Set the cifs property: Allows CIFS protocol.ExportPolicyRule.withHasRootAccess
(Boolean hasRootAccess) Set the hasRootAccess property: Has root access to volume.ExportPolicyRule.withKerberos5IReadOnly
(Boolean kerberos5IReadOnly) Set the kerberos5IReadOnly property: Kerberos5i Read only access.ExportPolicyRule.withKerberos5IReadWrite
(Boolean kerberos5IReadWrite) Set the kerberos5IReadWrite property: Kerberos5i Read and write access.ExportPolicyRule.withKerberos5PReadOnly
(Boolean kerberos5PReadOnly) Set the kerberos5PReadOnly property: Kerberos5p Read only access.ExportPolicyRule.withKerberos5PReadWrite
(Boolean kerberos5PReadWrite) Set the kerberos5PReadWrite property: Kerberos5p Read and write access.ExportPolicyRule.withKerberos5ReadOnly
(Boolean kerberos5ReadOnly) Set the kerberos5ReadOnly property: Kerberos5 Read only access.ExportPolicyRule.withKerberos5ReadWrite
(Boolean kerberos5ReadWrite) Set the kerberos5ReadWrite property: Kerberos5 Read and write access.Set the nfsv3 property: Allows NFSv3 protocol.ExportPolicyRule.withNfsv41
(Boolean nfsv41) Set the nfsv41 property: Allows NFSv4.1 protocol.ExportPolicyRule.withRuleIndex
(Integer ruleIndex) Set the ruleIndex property: Order index.ExportPolicyRule.withUnixReadOnly
(Boolean unixReadOnly) Set the unixReadOnly property: Read only access.ExportPolicyRule.withUnixReadWrite
(Boolean unixReadWrite) Set the unixReadWrite property: Read and write access.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type ExportPolicyRuleModifier and TypeMethodDescriptionVolumePatchPropertiesExportPolicy.rules()
Get the rules property: Export policy rule.VolumePropertiesExportPolicy.rules()
Get the rules property: Export policy rule.Method parameters in com.azure.resourcemanager.netapp.models with type arguments of type ExportPolicyRuleModifier and TypeMethodDescriptionVolumePatchPropertiesExportPolicy.withRules
(List<ExportPolicyRule> rules) Set the rules property: Export policy rule.VolumePropertiesExportPolicy.withRules
(List<ExportPolicyRule> rules) Set the rules property: Export policy rule.