Class: IControl::Networking::Uuid_128

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

Overview

A struct that specifies the WOM 128 bit uuid as two unsigned 64bit values

Instance Attribute Summary collapse

Instance Attribute Details

#high_partIControl::Common::ULong64

The upper half of the UUID number.

Returns:



74
75
76
# File 'lib/icontrol/networking.rb', line 74

def high_part
  @high_part
end

#low_partIControl::Common::ULong64

The lower half of the UUID number.

Returns:



74
75
76
# File 'lib/icontrol/networking.rb', line 74

def low_part
  @low_part
end