Class: IControl::LocalLB::Klass::MetaInformation

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

Overview

A struct that describes the meta information of a class.

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameString

The name of the external class.

Returns:

  • (String)

    the current value of class_name



612
613
614
# File 'lib/icontrol/local_lb/klass.rb', line 612

def class_name
  @class_name
end

#class_typeIControl::LocalLB::Klass::ClassType

The type of the external class.

Returns:



612
613
614
# File 'lib/icontrol/local_lb/klass.rb', line 612

def class_type
  @class_type
end

#file_formatIControl::LocalLB::Klass::FileFormatType

The file format of an external class. Only applicable for external classes.

Returns:



612
613
614
# File 'lib/icontrol/local_lb/klass.rb', line 612

def file_format
  @file_format
end

#file_modeIControl::LocalLB::Klass::FileModeType

The mode determines whether the external data is updated by a save operation. Default is “READ”. Only applicable for external classes.

Returns:



612
613
614
# File 'lib/icontrol/local_lb/klass.rb', line 612

def file_mode
  @file_mode
end

#file_nameString

The name of the file holding the data. If file_name is not empty, it indicates an external class.

Returns:

  • (String)

    the current value of file_name



612
613
614
# File 'lib/icontrol/local_lb/klass.rb', line 612

def file_name
  @file_name
end