/** A share access path */
export interface NetAppShareAccessPath {
    /** Access path ID */
    id: string;
    /** Access path */
    path: string;
    /** Is this the preferred access path? */
    preferred: boolean;
}
//# sourceMappingURL=NetAppShareAccessPath.d.ts.map