- java.lang.Object
-
- com.aoindustries.aoserv.client.Schema
-
- com.aoindustries.aoserv.client.net.Schema
-
- All Implemented Interfaces:
SchemaParent
public class Schema extends Schema
- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description Schema(AOServConnector connector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppProtocolTablegetAppProtocol()BindTablegetBind()BindFirewallZoneTablegetBindFirewallZone()DeviceTablegetDevice()DeviceIdTablegetDeviceId()FirewallZoneTablegetFirewallZone()HostTablegetHost()IpAddressTablegetIpAddress()SchemagetMonitoring()StringgetName()Gets the unique name of the schema.SchemagetReputation()List<? extends AOServTable<?,?>>getTables()Gets an unmodifiable list of all of the tables in the schema.TcpRedirectTablegetTcpRedirect()-
Methods inherited from class com.aoindustries.aoserv.client.Schema
getConnector, getSchemas, toString
-
-
-
-
Constructor Detail
-
Schema
public Schema(AOServConnector connector)
-
-
Method Detail
-
getMonitoring
public Schema getMonitoring()
-
getReputation
public Schema getReputation()
-
getAppProtocol
public AppProtocolTable getAppProtocol()
-
getBind
public BindTable getBind()
-
getBindFirewallZone
public BindFirewallZoneTable getBindFirewallZone()
-
getDevice
public DeviceTable getDevice()
-
getDeviceId
public DeviceIdTable getDeviceId()
-
getFirewallZone
public FirewallZoneTable getFirewallZone()
-
getHost
public HostTable getHost()
-
getIpAddress
public IpAddressTable getIpAddress()
-
getTcpRedirect
public TcpRedirectTable getTcpRedirect()
-
getTables
public List<? extends AOServTable<?,?>> getTables()
Description copied from class:SchemaGets an unmodifiable list of all of the tables in the schema.
-
-