|
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 | 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 () |
Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule class* Structure that defines a single address-based firewall rule.
| public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::get_address | ( | ) |
Gets the value of 'address' property.
| address | - The current value of the field. IPv4 or IPv6 address. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::get_interface_name | ( | ) |
Gets the value of 'interface_name' property.
| 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:
| public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::get_policy | ( | ) |
Gets the value of 'policy' property.
| policy | - The current value of the field. The allow or deny policy of this rule. FirewallRulePolicy# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::get_prefix | ( | ) |
Gets the value of 'prefix' property.
| 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:
| 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
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::set_address | ( | ) |
Sets the given value for 'address' property.
| address | - New value for the field. IPv4 or IPv6 address. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::set_interface_name | ( | ) |
Sets the given value for 'interface_name' property.
| 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:
| public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::set_policy | ( | ) |
Sets the given value for 'policy' property.
| policy | - New value for the field. The allow or deny policy of this rule. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Firewall::Addr::Inbound::FirewallAddressRule::set_prefix | ( | ) |
Sets the given value for 'prefix' property.
| 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: