Class: IControl::Management::Partition::AuthZPartition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::Partition::AuthZPartition
- Defined in:
- lib/icontrol/management/partition.rb,
lib/icontrol/management/partition.rb
Overview
A struct that describes an AuthZ partition.
Instance Attribute Summary collapse
-
#description ⇒ String
The partition’s description.
-
#partition_name ⇒ String
The name of the partition.
Instance Attribute Details
#description ⇒ String
The partition’s description.
100 101 102 |
# File 'lib/icontrol/management/partition.rb', line 100 def description @description end |
#partition_name ⇒ String
The name of the partition.
100 101 102 |
# File 'lib/icontrol/management/partition.rb', line 100 def partition_name @partition_name end |