Class: Kanrisuru::Core::Dmi::ManagementControllerHostInterface
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::ManagementControllerHostInterface
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Instance Attribute Summary collapse
-
#device_type ⇒ Object
Returns the value of attribute device_type.
-
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle.
-
#dmi_size ⇒ Object
Returns the value of attribute dmi_size.
-
#dmi_type ⇒ Object
Returns the value of attribute dmi_type.
-
#host_ip_address_format ⇒ Object
Returns the value of attribute host_ip_address_format.
-
#host_ip_assignment_type ⇒ Object
Returns the value of attribute host_ip_assignment_type.
-
#interface_type ⇒ Object
Returns the value of attribute interface_type.
-
#protocol_records ⇒ Object
Returns the value of attribute protocol_records.
-
#vendor_id ⇒ Object
Returns the value of attribute vendor_id.
Instance Attribute Details
#device_type ⇒ Object
Returns the value of attribute device_type
347 348 349 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 347 def device_type @device_type end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
347 348 349 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 347 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
347 348 349 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 347 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
347 348 349 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 347 def dmi_type @dmi_type end |
#host_ip_address_format ⇒ Object
Returns the value of attribute host_ip_address_format
347 348 349 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 347 def host_ip_address_format @host_ip_address_format end |
#host_ip_assignment_type ⇒ Object
Returns the value of attribute host_ip_assignment_type
347 348 349 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 347 def host_ip_assignment_type @host_ip_assignment_type end |
#interface_type ⇒ Object
Returns the value of attribute interface_type
347 348 349 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 347 def interface_type @interface_type end |
#protocol_records ⇒ Object
Returns the value of attribute protocol_records
347 348 349 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 347 def protocol_records @protocol_records end |
#vendor_id ⇒ Object
Returns the value of attribute vendor_id
347 348 349 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 347 def vendor_id @vendor_id end |