public class FirewallObject extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FirewallObject.FirewallObjectPropertyFirewall Object Property. | 
| Constructor and Description | 
|---|
| FirewallObject(String type,
              String name,
              List<FirewallObject.FirewallObjectProperty> properties) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Gets firewall source/destination object name. | 
| List<FirewallObject.FirewallObjectProperty> | getProperties()Gets the list of firewall source/destination required properties. | 
| String | getType()Gets firewall source/destination object type. | 
public FirewallObject(String type, String name, List<FirewallObject.FirewallObjectProperty> properties)
public String getType()
String firewall object typepublic String getName()
String firewall object namepublic List<FirewallObject.FirewallObjectProperty> getProperties()
List of FirewallObject.FirewallObjectProperty firewall object propertyCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.