VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
 All Classes Files Functions
List of all members
Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule:

Avaliable Methods

public method get_interface_name ()
 
public method set_prefix ()
 
public method set_policy ()
 
public method get_address ()
 
public method set_address ()
 
public method set_interface_name ()
 
public method get_prefix ()
 
public method new ()
 
public method get_policy ()
 

Detailed Description

Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule class* Structure that defines a single address-based firewall rule.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::get_address ( )

Gets the value of 'address' property.

Return values
address- The current value of the field. IPv4 or IPv6 address. String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::get_interface_name ( )

Gets the value of 'interface_name' property.

Return values
interface_name- The current value of the field. The interface to which this rule applies. An empty string or "*" indicates that the rule applies to all interfaces. String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::get_policy ( )

Gets the value of 'policy' property.

Return values
policy- The current value of the field. The allow or deny policy of this rule. FirewallRulePolicy#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::get_prefix ( )

Gets the value of 'prefix' property.

Return values
prefix- The current value of the field. CIDR prefix used to mask address. For example, an IPv4 prefix of 24 ignores the low-order 8 bits of address. long#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::new ( )

Constructor to initialize the Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::set_address ( )

Sets the given value for 'address' property.

Parameters
address- New value for the field. IPv4 or IPv6 address.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::set_interface_name ( )

Sets the given value for 'interface_name' property.

Parameters
interface_name- New value for the field. The interface to which this rule applies. An empty string or "*" indicates that the rule applies to all interfaces.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::set_policy ( )

Sets the given value for 'policy' property.

Parameters
policy- New value for the field. The allow or deny policy of this rule.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::set_prefix ( )

Sets the given value for 'prefix' property.

Parameters
prefix- New value for the field. CIDR prefix used to mask address. For example, an IPv4 prefix of 24 ignores the low-order 8 bits of address.
Code:
click to view

The documentation for this class was generated from the following file: