Class HostFirewallConfigRuleSetConfig

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

public class HostFirewallConfigRuleSetConfig extends DynamicData
See Also:
  • Field Details

  • Constructor Details

    • HostFirewallConfigRuleSetConfig

      public HostFirewallConfigRuleSetConfig()
  • Method Details

    • getRulesetId

      public String getRulesetId()
    • isEnabled

      public boolean isEnabled()
    • getAllowedHosts

      public HostFirewallRulesetIpList getAllowedHosts()
    • setRulesetId

      public void setRulesetId(String rulesetId)
    • setEnabled

      public void setEnabled(boolean enabled)
    • setAllowedHosts

      public void setAllowedHosts(HostFirewallRulesetIpList allowedHosts)