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::Monitoring::Snmp::SNMPv1TrapTarget Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget:

Avaliable Methods

public method set_port ()
 
public method set_community ()
 
public method set_ip ()
 
public method get_community ()
 
public method get_port ()
 
public method new ()
 
public method get_ip ()
 

Detailed Description

Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget class Structure that defines an SNMP v1/v2c trap target.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::get_community ( )

Gets the value of 'community' property.

Return values
community- The current value of the field. SNMP target community String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::get_ip ( )

Gets the value of 'ip' property.

Return values
ip- The current value of the field. SNMP target ip String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::get_port ( )

Gets the value of 'port' property.

Return values
port- The current value of the field. SNMP target port long#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::new ( )

Constructor to initialize the Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::set_community ( )

Sets the given value for 'community' property.

Parameters
community- New value for the field. SNMP target community
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::set_ip ( )

Sets the given value for 'ip' property.

Parameters
ip- New value for the field. SNMP target ip
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Monitoring::Snmp::SNMPv1TrapTarget::set_port ( )

Sets the given value for 'port' property.

Parameters
port- New value for the field. SNMP target port
Code:
click to view

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