Class Interface
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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInterface.Maskstatic interfaceInterface.Servicestatic interfaceInterface.ServiceAsync -
Field Summary
Fields Modifier and Type Field Description protected LongfirewallContextAccessControlListCountA count ofprotected List<AccessControlList>firewallContextAccessControlListsprotected Longidprotected booleanidSpecifiedprotected Stringnameprotected booleannameSpecifiedprotected VlannetworkVlan -
Constructor Summary
Constructors Constructor Description Interface() -
Method Summary
Modifier and Type Method Description Interface.ServiceasService(ApiClient client)LonggetFirewallContextAccessControlListCount()List<AccessControlList>getFirewallContextAccessControlLists()LonggetId()StringgetName()VlangetNetworkVlan()booleanisIdSpecified()booleanisNameSpecified()static Interface.Serviceservice(ApiClient client)static Interface.Serviceservice(ApiClient client, Long id)voidsetFirewallContextAccessControlListCount(Long firewallContextAccessControlListCount)voidsetId(Long id)voidsetName(String name)voidsetNetworkVlan(Vlan networkVlan)voidunsetId()voidunsetName()
-
Field Details
-
firewallContextAccessControlLists
-
networkVlan
-
id
-
idSpecified
protected boolean idSpecified -
name
-
nameSpecified
protected boolean nameSpecified -
firewallContextAccessControlListCount
A count of
-
-
Constructor Details
-
Interface
public Interface()
-
-
Method Details
-
getFirewallContextAccessControlLists
-
getNetworkVlan
-
setNetworkVlan
-
getId
-
setId
-
isIdSpecified
public boolean isIdSpecified() -
unsetId
public void unsetId() -
getName
-
setName
-
isNameSpecified
public boolean isNameSpecified() -
unsetName
public void unsetName() -
getFirewallContextAccessControlListCount
-
setFirewallContextAccessControlListCount
-
asService
-
service
-
service
-