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::DeleteFirewallRule Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::DeleteFirewallRule:

Avaliable Methods

public method set_position ()
 
public method set_all ()
 
public method new ()
 
public method get_all ()
 
public method get_position ()
 

Detailed Description

Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::DeleteFirewallRule class* Structure that defines networking.firewall.addr.inbound.delete api input argument

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::DeleteFirewallRule::get_all ( )

Gets the value of 'all' property.

Return values
all- The current value of the field. Delete all firewall rules. Set all argument to "true" to delete all rules or set the all argument to "false" to delete a single rule. boolean#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::DeleteFirewallRule::get_position ( )

Gets the value of 'position' property.

Return values
position- The current value of the field. Position before which to insert the rule (zero-based). If you try to insert the rule in a position whose number is greater than the number of rules, the firewall rule is inserted at the end of the list. long#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::DeleteFirewallRule::new ( )

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

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

Sets the given value for 'all' property.

Parameters
all- New value for the field. Delete all firewall rules. Set all argument to "true" to delete all rules or set the all argument to "false" to delete a single rule.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::DeleteFirewallRule::set_position ( )

Sets the given value for 'position' property.

Parameters
position- New value for the field. Position before which to insert the rule (zero-based). If you try to insert the rule in a position whose number is greater than the number of rules, the firewall rule is inserted at the end of the list.
Code:
click to view

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