Device interface

The StorSimple device.

Extends

Properties

activationTime

The UTC time at which the device was activated

activeController

The identifier of the active controller of the device.

agentGroupVersion

The device agent group version.

availableLocalStorageInBytes

The storage in bytes that is available locally on the device.

availableTieredStorageInBytes

The storage in bytes that is available on the device for tiered volumes.

culture

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

details

The additional device details regarding the end point count and volume container count.

deviceConfigurationStatus

The current configuration status of the device.

deviceDescription

The device description.

deviceLocation

The location of the virtual appliance.

deviceSoftwareVersion

The version number of the software running on the device.

deviceType

The type of the device.

friendlyName

The friendly name of the device.

friendlySoftwareName

The friendly name of the software running on the device.

friendlySoftwareVersion

The device friendly software version.

modelDescription

The device model.

networkInterfaceCardCount

The number of network interface cards

provisionedLocalStorageInBytes

The storage in bytes used for locally pinned volumes on the device (including additional local reservation).

provisionedTieredStorageInBytes

The storage in bytes that has been provisioned on the device for tiered volumes.

provisionedVolumeSizeInBytes

Total capacity in bytes of tiered and locally pinned volumes on the device

rolloverDetails

The additional device details for the service data encryption key rollover.

serialNumber

The serial number.

status

The current status of the device.

targetIqn

The target IQN.

totalTieredStorageInBytes

The total tiered storage available on the device in bytes.

usingStorageInBytes

The storage in bytes that is currently being used on the device, including both local and cloud.

virtualMachineApiType

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

Inherited Properties

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

kind

The Kind of the object. Currently only Series8000 is supported

name

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

type

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

Property Details

activationTime

The UTC time at which the device was activated

activationTime: Date

Property Value

Date

activeController

The identifier of the active controller of the device.

activeController: ControllerId

Property Value

agentGroupVersion

The device agent group version.

agentGroupVersion?: number

Property Value

number

availableLocalStorageInBytes

The storage in bytes that is available locally on the device.

availableLocalStorageInBytes?: number

Property Value

number

availableTieredStorageInBytes

The storage in bytes that is available on the device for tiered volumes.

availableTieredStorageInBytes?: number

Property Value

number

culture

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

culture: string

Property Value

string

details

The additional device details regarding the end point count and volume container count.

details?: DeviceDetails

Property Value

deviceConfigurationStatus

The current configuration status of the device.

deviceConfigurationStatus: DeviceConfigurationStatus

Property Value

deviceDescription

The device description.

deviceDescription: string

Property Value

string

deviceLocation

The location of the virtual appliance.

deviceLocation?: string

Property Value

string

deviceSoftwareVersion

The version number of the software running on the device.

deviceSoftwareVersion: string

Property Value

string

deviceType

The type of the device.

deviceType: DeviceType

Property Value

friendlyName

The friendly name of the device.

friendlyName: string

Property Value

string

friendlySoftwareName

The friendly name of the software running on the device.

friendlySoftwareName?: string

Property Value

string

friendlySoftwareVersion

The device friendly software version.

friendlySoftwareVersion: string

Property Value

string

modelDescription

The device model.

modelDescription: string

Property Value

string

networkInterfaceCardCount

The number of network interface cards

networkInterfaceCardCount?: number

Property Value

number

provisionedLocalStorageInBytes

The storage in bytes used for locally pinned volumes on the device (including additional local reservation).

provisionedLocalStorageInBytes?: number

Property Value

number

provisionedTieredStorageInBytes

The storage in bytes that has been provisioned on the device for tiered volumes.

provisionedTieredStorageInBytes?: number

Property Value

number

provisionedVolumeSizeInBytes

Total capacity in bytes of tiered and locally pinned volumes on the device

provisionedVolumeSizeInBytes?: number

Property Value

number

rolloverDetails

The additional device details for the service data encryption key rollover.

rolloverDetails?: DeviceRolloverDetails

Property Value

serialNumber

The serial number.

serialNumber: string

Property Value

string

status

The current status of the device.

status: DeviceStatus

Property Value

targetIqn

The target IQN.

targetIqn: string

Property Value

string

totalTieredStorageInBytes

The total tiered storage available on the device in bytes.

totalTieredStorageInBytes?: number

Property Value

number

usingStorageInBytes

The storage in bytes that is currently being used on the device, including both local and cloud.

usingStorageInBytes?: number

Property Value

number

virtualMachineApiType

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

virtualMachineApiType?: VirtualMachineApiType

Property Value

Inherited Property Details

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From BaseModel.id

kind

The Kind of the object. Currently only Series8000 is supported

kind?: "Series8000"

Property Value

"Series8000"

Inherited From BaseModel.kind

name

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

name?: string

Property Value

string

Inherited From BaseModel.name

type

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

type?: string

Property Value

string

Inherited From BaseModel.type