Class HostInternetScsiHbaDiscoveryProperties

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostInternetScsiHbaDiscoveryProperties
All Implemented Interfaces:
Serializable

public class HostInternetScsiHbaDiscoveryProperties extends DynamicData
See Also:
  • Field Details

    • iSnsDiscoveryEnabled

      public boolean iSnsDiscoveryEnabled
    • iSnsDiscoveryMethod

      public String iSnsDiscoveryMethod
    • iSnsHost

      public String iSnsHost
    • slpDiscoveryEnabled

      public boolean slpDiscoveryEnabled
    • slpDiscoveryMethod

      public String slpDiscoveryMethod
    • slpHost

      public String slpHost
    • staticTargetDiscoveryEnabled

      public boolean staticTargetDiscoveryEnabled
    • sendTargetsDiscoveryEnabled

      public boolean sendTargetsDiscoveryEnabled
  • Constructor Details

    • HostInternetScsiHbaDiscoveryProperties

      public HostInternetScsiHbaDiscoveryProperties()
  • Method Details

    • isISnsDiscoveryEnabled

      public boolean isISnsDiscoveryEnabled()
    • getISnsDiscoveryMethod

      public String getISnsDiscoveryMethod()
    • getISnsHost

      public String getISnsHost()
    • isSlpDiscoveryEnabled

      public boolean isSlpDiscoveryEnabled()
    • getSlpDiscoveryMethod

      public String getSlpDiscoveryMethod()
    • getSlpHost

      public String getSlpHost()
    • isStaticTargetDiscoveryEnabled

      public boolean isStaticTargetDiscoveryEnabled()
    • isSendTargetsDiscoveryEnabled

      public boolean isSendTargetsDiscoveryEnabled()
    • setISnsDiscoveryEnabled

      public void setISnsDiscoveryEnabled(boolean iSnsDiscoveryEnabled)
    • setISnsDiscoveryMethod

      public void setISnsDiscoveryMethod(String iSnsDiscoveryMethod)
    • setISnsHost

      public void setISnsHost(String iSnsHost)
    • setSlpDiscoveryEnabled

      public void setSlpDiscoveryEnabled(boolean slpDiscoveryEnabled)
    • setSlpDiscoveryMethod

      public void setSlpDiscoveryMethod(String slpDiscoveryMethod)
    • setSlpHost

      public void setSlpHost(String slpHost)
    • setStaticTargetDiscoveryEnabled

      public void setStaticTargetDiscoveryEnabled(boolean staticTargetDiscoveryEnabled)
    • setSendTargetsDiscoveryEnabled

      public void setSendTargetsDiscoveryEnabled(boolean sendTargetsDiscoveryEnabled)