Class: IControl::Networking::Uuid_128
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::Uuid_128
- 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
-
#high_part ⇒ IControl::Common::ULong64
The upper half of the UUID number.
-
#low_part ⇒ IControl::Common::ULong64
The lower half of the UUID number.
Instance Attribute Details
#high_part ⇒ IControl::Common::ULong64
The upper half of the UUID number.
74 75 76 |
# File 'lib/icontrol/networking.rb', line 74 def high_part @high_part end |
#low_part ⇒ IControl::Common::ULong64
The lower half of the UUID number.
74 75 76 |
# File 'lib/icontrol/networking.rb', line 74 def low_part @low_part end |