Resource Type: hpe3par_qos
- Defined in:
- lib/puppet/type/hpe3par_qos.rb
- Providers:
-
hpe3par_qos
Overview
Quality of Service
Properties
-
bwmax_limit_kb
(defaults to: -1.0)
Bandwidth rate maximum limit in kilobytes per second.
-
bwmax_limit_op
When set to ZERO, the bandwidth minimum goal is 0.
When set to NOLIMIT, the bandwidth
minimum goal is none
Supported values:- ZERO
- NOLIMIT
-
bwmin_goal_kb
(defaults to: -1.0)
Bandwidth rate minimum goal in kilobytes per second.
-
bwmin_goal_op
When set to ZERO, the bandwidth minimum goal is 0.
When set to NOLIMIT, the bandwidth
minimum goal is none
Supported values:- ZERO
- NOLIMIT
-
enable
If true, enable the QoS rule for the target object. If false, disable the QoS rule for the target object.
-
ensure
The basic property that the resource should be in.
Supported values:- present
- absent
- modify
-
iomax_limit
(defaults to: -1.0)
I/O-per-second maximum limit.
-
iomax_limit_op
When set to ZERO, the bandwidth minimum goal is 0.
When set to NOLIMIT, the bandwidth
minimum goal is none
Supported values:- ZERO
- NOLIMIT
-
iomin_goal
(defaults to: -1.0)
I/O-per-second minimum goal.
-
iomin_goal_op
When set to ZERO, the bandwidth minimum goal is 0.
When set to NOLIMIT, the bandwidth
minimum goal is none
Supported values:- ZERO
- NOLIMIT
-
latency_goal
(defaults to: -1.0)
Latency goal in milliseconds.
-
latency_goal_usecs
(defaults to: -1.0)
Latency goal in microseconds.
-
priority
QoS priority.
Supported values:- LOW
- NORMAL
- HIGH
-
type
Type of QoS target.
Supported values:- VVSET
- SYS
Parameters
-
debug
(defaults to: false)
If true, Debug mode set to true.
Supported values:- true
- false
-
default_latency
(defaults to: false)
If true, set latencyGoal to the default value. If false and the latencyGoal value is positive, then set the value. Default is false.
Supported values:- true
- false
-
password
The password for the storage system User.
-
provider
The specific backend to use for this ‘hpe3par_qos` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
qos_target_name
The name of the target object on which the new QoS rules will be created.
-
ssip
The storage system IP address or FQDN.
-
url
If using URL do not use ssip, user, and password. URL in the form of user:password@ssip:8080/
-
user
The storage system user name.