|
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
|
Avaliable Methods | |
| public method | set_position () |
| public method | set_all () |
| public method | new () |
| public method | get_all () |
| public method | get_position () |
Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::DeleteFirewallRule class* Structure that defines networking.firewall.addr.inbound.delete api input argument
| public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::DeleteFirewallRule::get_all | ( | ) |
Gets the value of 'all' property.
| 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:
| public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::DeleteFirewallRule::get_position | ( | ) |
Gets the value of 'position' property.
| 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:
| 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
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::DeleteFirewallRule::set_all | ( | ) |
Sets the given value for 'all' property.
| 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:
| public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::DeleteFirewallRule::set_position | ( | ) |
Sets the given value for 'position' property.
| 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: