Package version:

Represents a StorSimple device object along with its properties

Hierarchy

Properties

activationTime?: Date

The UTC time at which the device was activated

allowedDeviceOperations?: DeviceOperation[]

Operations that are allowed on the device based on its current state

culture?: string

Language culture setting on the device. For eg: "en-US"

details?: DeviceDetails

subclass containing more storage-related information about the device. This field will be populated only if the get call is made with $expand = details.

deviceCapabilities?: SupportedDeviceCapabilities[]

Device can be configured either as FileServer or IscsiServer

deviceConfigurationStatus?: DeviceConfigurationStatus

"Complete" if the device has been successfully registered as File/IscsiServer and the creation of share/volume is complete, "Pending" if the device is only registered but the creation of share/volume is complete is still pending

deviceDescription?: string

Short description given for the device

deviceSoftwareVersion?: string

Version number of the software running on the device

domainName?: string

Fully qualified name of the domain to which the device is attached

friendlySoftwareName?: string

Friendly name for the software version

id?: string

The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

modelDescription?: string

Name of the device model

name?: string

The name. NOTE: This property will not be serialized. It can only be populated by the server.

status?: DeviceStatus

Current status of the device

type?: string

The type. NOTE: This property will not be serialized. It can only be populated by the server.

typePropertiesType?: DeviceType

Type of the device

Generated using TypeDoc