Uses of Class
com.azure.resourcemanager.netapp.models.FileAccessLogs
Packages that use FileAccessLogs
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of FileAccessLogs in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return FileAccessLogsModifier and TypeMethodDescriptionVolumeInner.fileAccessLogs()
Get the fileAccessLogs property: Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.VolumeProperties.fileAccessLogs()
Get the fileAccessLogs property: Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume. -
Uses of FileAccessLogs in com.azure.resourcemanager.netapp.models
Fields in com.azure.resourcemanager.netapp.models declared as FileAccessLogsModifier and TypeFieldDescriptionstatic final FileAccessLogs
FileAccessLogs.DISABLED
Static value Disabled for FileAccessLogs.static final FileAccessLogs
FileAccessLogs.ENABLED
Static value Enabled for FileAccessLogs.Methods in com.azure.resourcemanager.netapp.models that return FileAccessLogsModifier and TypeMethodDescriptionVolume.fileAccessLogs()
Gets the fileAccessLogs property: Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.VolumeGroupVolumeProperties.fileAccessLogs()
Get the fileAccessLogs property: Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.static FileAccessLogs
FileAccessLogs.fromString
(String name) Creates or finds a FileAccessLogs from its string representation.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type FileAccessLogsModifier and TypeMethodDescriptionstatic Collection
<FileAccessLogs> FileAccessLogs.values()
Gets known FileAccessLogs values.