次の方法で共有


ResourcePoolParameterType Enum

Definition

The types of paramters used in a CREATE/ALTER RESOURCE POOL statement

[System.Serializable]
public enum ResourcePoolParameterType
[<System.Serializable>]
type ResourcePoolParameterType = 
Public Enum ResourcePoolParameterType
Inheritance
ResourcePoolParameterType
Attributes

Fields

Name Value Description
Unknown 0
MaxCpuPercent 1
MaxMemoryPercent 2
MinCpuPercent 3
MinMemoryPercent 4
CapCpuPercent 5
TargetMemoryPercent 6
MinIoPercent 7
MaxIoPercent 8
CapIoPercent 9
Affinity 10
MinIopsPerVolume 11
MaxIopsPerVolume 12

Applies to