# Functions
ACLInspect GETs an ACL.
ACLUpdate PUTs an ACL.
ContainerChildDelete deletes a child of a container.
ContainerChildrenGetAll GETs all descendent children of a container.
ContainerChildrenGetQuery queries a container for children regardless of ACLs preventing traversal.
ContainerChildrenMapAll GETs all descendent children of a container and returns a map with the children's paths as the key.
ContainerChildrenPostQuery queries a container for children with additional traversal options and matching capabilities, but is subject to ACLs that may prevent traversal.
ContainerCreateDir creates a directory as a child object of a container.
ContainerCreateFile creates a file as a child object of a container.
ExportCreate POSTs an Export object to the Isilon server.
ExportCreateWithZone POSTs an Export object with zone to the Isilon server.
ExportDelete DELETEs an Export object on the Isilon server.
ExportDeleteWithZone DELETEs an Export object in the specified zone on the Isilon server.
ExportInspect GETs an export.
ExportsList GETs all exports.
ExportsListWithLimit GETs a number of exports in the default sequence and the number is the parameter limit.
ExportsListWithParams GETs exports based on the parmapeters.
ExportsListWithResume GETs the next page of exports based on the resume token from the previous call.
ExportsListWithZone GETs all exports in the specified zone.
ExportUpdate PUTs an Export object to the Isilon server.
ExportUpdateWithZone PUTs an Export object in a specified zone to the Isilon server.
GetAbsoluteSnapshotPath get the absolute path of a snapshot.
GetExportByIDWithZone get the export by export id and access zone.
GetExportWithPath GETs an export with the specified target path.
GetExportWithPathAndZone GETs an export with the specified target path and access zone.
ParseActionType parses an ActionType from a string.
ParseAuthoritativeType parses an AuthoritativeType from a string.
ParseFileMode parses a string and returns a FileMode.
ParsePersonaIDType parses a PersonaIDType from a string.
ParsePersonaType parses a PersonaType from a string.
SetExportClients sets an Export's clients property.
SetExportRootClients sets an Export's root_clients property.
Unexport is an alias for ExportDelete.
UnexportWithZone is an alias for ExportDeleteWithZone.
# Constants
No description provided by the author
ActionTypeReplace sets an ACL's Action field to "replace".
No description provided by the author
ActionTypeUnknown is an unknown ActionType.
No description provided by the author
ActionTypeUpdate sets an ACL's Action field to "update".
No description provided by the author
AuthoritativeTypeACL sets an ACL's Authoritative field to "acl".
AuthoritativeTypeMode sets an ACL's Authoritative field to "mode".
AuthoritativeTypeUnknown is an unknown AuthoritativeType.
PersonaIDTypeGID is a PersonaID GID type.
PersonaIDTypeGroup is a PersonaID group type.
PersonaIDTypeSID is a PersonaID SID type.
PersonaIDTypeUID is a PersonaID UID type.
PersonaIDTypeUnknown is an unknown PersonaID type.
PersonaIDTypeUser is a PersonaID user type.
PersonaTypeGroup is a Persona group type.
PersonaTypeUnknown is an unknown Persona type.
PersonaTypeUser is a Persona user type.
PersonaTypeWellKnown is a Persona wellknown type.
# Variables
No description provided by the author
PActionTypeReplace is used to grab a pointer to a const.
PActionTypeUpdate is used to grab a pointer to a const.
PAuthoritativeTypeACL is used to grab a pointer to a const.
PAuthoritativeTypeMode is used to grab a pointer to a const.
PPersonaTypeGroup is used to get adddress of the constant.
PPersonaTypeUnknown is used to get adddress of the constant.
PPersonaTypeUser is used to get adddress of the constant.
PPersonaTypeWellKnown is used to get adddress of the constant.
# Structs
ACL is an Isilon Access Control List used for managing an object's security.
ContainerChild is a child object of a container.
ContainerQuery is used to query a container.
ContainerQueryScope is the query's scope.
ContainerQueryScopeCondition is the query's condition.
Export is an Isilon Export.
Exports is the whole struct of return JSON from the exports REST API.
Persona maps to the ISI <persona> type.
PersonaID maps to the ISI <persona-id> type.
UserMapping maps to the ISI <user-mapping> type.
# Type aliases
ActionType is a possible value used with an ACL's Action field.
AuthoritativeType is a possible value used with an ACL's Authoritative field.
ContainerChildList is a list of a container's children.
ExportList is a list of Isilon Exports.
FileMode is an alias for the Go os.FileMode.
PersonaIDType is a valid Persona ID type.
PersonaType is a valid Persona type.