Class Interface
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.network.firewall.module.context.Interface
-
-
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-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Interface()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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()-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
firewallContextAccessControlLists
@ApiProperty protected List<AccessControlList> firewallContextAccessControlLists
-
networkVlan
@ApiProperty protected Vlan networkVlan
-
id
@ApiProperty(canBeNullOrNotSet=true) protected Long id
-
idSpecified
protected boolean idSpecified
-
name
@ApiProperty(canBeNullOrNotSet=true) protected String name
-
nameSpecified
protected boolean nameSpecified
-
firewallContextAccessControlListCount
@ApiProperty protected Long firewallContextAccessControlListCount
A count of
-
-
Method Detail
-
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)
-
-