Device interface
The StorSimple device.
- Extends
Properties
activation |
The UTC time at which the device was activated |
active |
The identifier of the active controller of the device. |
agent |
The device agent group version. |
available |
The storage in bytes that is available locally on the device. |
available |
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. |
device |
The current configuration status of the device. |
device |
The device description. |
device |
The location of the virtual appliance. |
device |
The version number of the software running on the device. |
device |
The type of the device. |
friendly |
The friendly name of the device. |
friendly |
The friendly name of the software running on the device. |
friendly |
The device friendly software version. |
model |
The device model. |
network |
The number of network interface cards |
provisioned |
The storage in bytes used for locally pinned volumes on the device (including additional local reservation). |
provisioned |
The storage in bytes that has been provisioned on the device for tiered volumes. |
provisioned |
Total capacity in bytes of tiered and locally pinned volumes on the device |
rollover |
The additional device details for the service data encryption key rollover. |
serial |
The serial number. |
status | The current status of the device. |
target |
The target IQN. |
total |
The total tiered storage available on the device in bytes. |
using |
The storage in bytes that is currently being used on the device, including both local and cloud. |
virtual |
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
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
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
Azure SDK for JavaScript