Class HostNicFailureCriteria

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

public class HostNicFailureCriteria extends DynamicData
See Also:
  • Field Details

    • checkSpeed

      public String checkSpeed
    • speed

      public Integer speed
    • checkDuplex

      public Boolean checkDuplex
    • fullDuplex

      public Boolean fullDuplex
    • checkErrorPercent

      public Boolean checkErrorPercent
    • percentage

      public Integer percentage
    • checkBeacon

      public Boolean checkBeacon
  • Constructor Details

    • HostNicFailureCriteria

      public HostNicFailureCriteria()
  • Method Details

    • getCheckSpeed

      public String getCheckSpeed()
    • getSpeed

      public Integer getSpeed()
    • getCheckDuplex

      public Boolean getCheckDuplex()
    • getFullDuplex

      public Boolean getFullDuplex()
    • getCheckErrorPercent

      public Boolean getCheckErrorPercent()
    • getPercentage

      public Integer getPercentage()
    • getCheckBeacon

      public Boolean getCheckBeacon()
    • setCheckSpeed

      public void setCheckSpeed(String checkSpeed)
    • setSpeed

      public void setSpeed(Integer speed)
    • setCheckDuplex

      public void setCheckDuplex(Boolean checkDuplex)
    • setFullDuplex

      public void setFullDuplex(Boolean fullDuplex)
    • setCheckErrorPercent

      public void setCheckErrorPercent(Boolean checkErrorPercent)
    • setPercentage

      public void setPercentage(Integer percentage)
    • setCheckBeacon

      public void setCheckBeacon(Boolean checkBeacon)