Interface RegistrationLunMapping

  • All Known Implementing Classes:
    RegistrationLunMappingContainer

    public interface RegistrationLunMapping
    This type describes how to map LUNs as part of the object registration. An object can be a virtual machine, template, etc. An external LUN disk is an entity which does not reside on a storage domain. It must be specified because it doesn't need to exist in the environment where the object is registered. An example of an XML representation using this mapping: [source,xml] ---- weTestLun iscsi
    44.33.11.22
    3260 1 iqn.2017-11.com.name.redhat:444
    ----
    • Method Detail

      • fromPresent

        boolean fromPresent()
      • toPresent

        boolean toPresent()