Class: IControl::ARX::PolicyDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ARX::PolicyDefinition
- Defined in:
- lib/icontrol/arx.rb,
lib/icontrol/arx.rb
Overview
A structure that contains policy details.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the policy.
-
#namespace ⇒ String
The name of the namespace that hosts the policy.
-
#schedule ⇒ String
The run schedule this policy is assigned to.
-
#status ⇒ IControl::ARX::ARXStatusType
The status of the policy.
-
#type ⇒ IControl::ARX::PolicyType
The policy type.
-
#volume ⇒ String
The name of the volume that hosts the policy.
Instance Attribute Details
#name ⇒ String
The name of the policy.
254 255 256 |
# File 'lib/icontrol/arx.rb', line 254 def name @name end |
#namespace ⇒ String
The name of the namespace that hosts the policy.
254 255 256 |
# File 'lib/icontrol/arx.rb', line 254 def namespace @namespace end |
#schedule ⇒ String
The run schedule this policy is assigned to.
254 255 256 |
# File 'lib/icontrol/arx.rb', line 254 def schedule @schedule end |
#status ⇒ IControl::ARX::ARXStatusType
The status of the policy.
254 255 256 |
# File 'lib/icontrol/arx.rb', line 254 def status @status end |
#type ⇒ IControl::ARX::PolicyType
The policy type.
254 255 256 |
# File 'lib/icontrol/arx.rb', line 254 def type @type end |
#volume ⇒ String
The name of the volume that hosts the policy.
254 255 256 |
# File 'lib/icontrol/arx.rb', line 254 def volume @volume end |