Class: IControl::Management::Partition::AuthZPartition

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/management/partition.rb,
lib/icontrol/management/partition.rb

Overview

A struct that describes an AuthZ partition.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The partition’s description.

Returns:

  • (String)

    the current value of description



100
101
102
# File 'lib/icontrol/management/partition.rb', line 100

def description
  @description
end

#partition_nameString

The name of the partition.

Returns:

  • (String)

    the current value of partition_name



100
101
102
# File 'lib/icontrol/management/partition.rb', line 100

def partition_name
  @partition_name
end