Name: DatastoreModelLimits

Model constants for the appliance.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.DatastoreModelLimits",
   "flashSizeEvictionThresholdGiB": <Number>,
   "flashSizeGiB": <Number>,
   "operationsBackEndIopsMax": <Number>,
   "operationsNormalizedIopsMax": <Number>,
   "supportsCompression": <Boolean>,
   "supportsDedup": <Boolean>,
   "truReadBytesWeight": <Number>,
   "truReadIopsWeight": <Number>,
   "truReplicationIncomingWeight": <Number>,
   "truReplicationOutgoingWeight": <Number>,
   "truWriteBytesWeight": <Number>,
   "truWriteIopsWeight": <Number>,
   "vdisksSupportedMax": <Number>,
   "vmsSupportedMax": <Number>,
}

Attributes
NameTypeDescription
flashSizeEvictionThresholdGiBxsd:doubleThe flash size threshold for block eviction in GiB.
flashSizeGiBxsd:doubleThe usable flash size of the appliance in GiB
operationsBackEndIopsMaxxsd:intThe maximum normalized IOPs available from the disk subsystem (not the actual IOPs)
operationsNormalizedIopsMaxxsd:intThe maximum normalized IOPs available on the appliance (not the actual IOPs)
supportsCompressionxsd:booleanIs compression supported on the appliance
supportsDedupxsd:booleanIs deduplication supported on the appliance
truReadBytesWeightxsd:doubleTintri resource unit weight for read throughput.
truReadIopsWeightxsd:doubleTintri resource unit weight for read IOPS.
truReplicationIncomingWeightxsd:doubleTintri resource unit weight for replication incoming traffic.
truReplicationOutgoingWeightxsd:doubleTintri resource unit weight for replication outgoing traffic.
truWriteBytesWeightxsd:doubleTintri resource unit weight for write throughput.
truWriteIopsWeightxsd:doubleTintri resource unit weight for write IOPS.
vdisksSupportedMaxxsd:intThe maximum number of vdisks supported on the appliance
vmsSupportedMaxxsd:intThe maximum number of VMs supported on the appliance