AvsAssessedDisk interface
AVS assessed disk web model class.
Properties
| display |
Gets the display name of the disk. NOTE: This property will not be serialized. It can only be populated by the server. |
| gigabytes |
Gigabytes Provisioned for a disk in private data center. NOTE: This property will not be serialized. It can only be populated by the server. |
| megabytes |
Disk Read Throughput in MB/s. NOTE: This property will not be serialized. It can only be populated by the server. |
| megabytes |
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. |
| number |
Read Operations per second. NOTE: This property will not be serialized. It can only be populated by the server. |
| number |
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