isilon 1.0.1

Isilon rest api bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SmbSession

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active_time** | **i32** | Number of seconds since session start. | [default to null]
**client_type** | **String** | Client type. | [default to null]
**computer** | **String** | Client internet address. | [default to null]
**encryption** | **bool** | True if session is encrypted. | [default to null]
**guest_login** | **bool** | True for guest logins. | [default to null]
**id** | **i32** | The session ID. | [default to null]
**idle_time** | **i32** | Number of seconds since last client operation. | [default to null]
**openfiles** | **i32** | Number of files open by client. | [default to null]
**user** | **String** | Local user name. | [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)