java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.firewall.module.context.Interface
Direct Known Subclasses:
Interface

@ApiType("SoftLayer_Network_Firewall_Module_Context_Interface")
public class Interface
extends Entity
See Also:
SoftLayer_Network_Firewall_Module_Context_Interface
  • Field Details

  • Constructor Details

    • Interface

      public Interface()
  • Method Details

    • getFirewallContextAccessControlLists

      public List<AccessControlList> getFirewallContextAccessControlLists()
    • getNetworkVlan

      public Vlan getNetworkVlan()
    • setNetworkVlan

      public void setNetworkVlan​(Vlan networkVlan)
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()
    • getFirewallContextAccessControlListCount

      public Long getFirewallContextAccessControlListCount()
    • setFirewallContextAccessControlListCount

      public void setFirewallContextAccessControlListCount​(Long firewallContextAccessControlListCount)
    • asService

      public Interface.Service asService​(ApiClient client)
    • service

      public static Interface.Service service​(ApiClient client)
    • service

      public static Interface.Service service​(ApiClient client, Long id)