Share via


AvsAssessedDisk interface

AVS assessed disk web model class.

Properties

displayName

Gets the display name of the disk. NOTE: This property will not be serialized. It can only be populated by the server.

gigabytesProvisioned

Gigabytes Provisioned for a disk in private data center. NOTE: This property will not be serialized. It can only be populated by the server.

megabytesPerSecondOfRead

Disk Read Throughput in MB/s. NOTE: This property will not be serialized. It can only be populated by the server.

megabytesPerSecondOfWrite

Disk Write Throughput in MB/s. NOTE: This property will not be serialized. It can only be populated by the server.

name

Gets the ID of the disk. NOTE: This property will not be serialized. It can only be populated by the server.

numberOfReadOperationsPerSecond

Read Operations per second. NOTE: This property will not be serialized. It can only be populated by the server.

numberOfWriteOperationsPerSecond

Write Operations per second. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

displayName

Gets the display name of the disk. NOTE: This property will not be serialized. It can only be populated by the server.

displayName?: string

Property Value

string

gigabytesProvisioned

Gigabytes Provisioned for a disk in private data center. NOTE: This property will not be serialized. It can only be populated by the server.

gigabytesProvisioned?: number

Property Value

number

megabytesPerSecondOfRead

Disk Read Throughput in MB/s. NOTE: This property will not be serialized. It can only be populated by the server.

megabytesPerSecondOfRead?: number

Property Value

number

megabytesPerSecondOfWrite

Disk Write Throughput in MB/s. NOTE: This property will not be serialized. It can only be populated by the server.

megabytesPerSecondOfWrite?: number

Property Value

number

name

Gets the ID of the disk. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

numberOfReadOperationsPerSecond

Read Operations per second. NOTE: This property will not be serialized. It can only be populated by the server.

numberOfReadOperationsPerSecond?: number

Property Value

number

numberOfWriteOperationsPerSecond

Write Operations per second. NOTE: This property will not be serialized. It can only be populated by the server.

numberOfWriteOperationsPerSecond?: number

Property Value

number