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::Networking::Interfaces::InterfaceInfo Class Reference
Inheritance diagram for Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo:

Avaliable Methods

public method set_mac ()
 
public method get_mac ()
 
public method set_name ()
 
public method new ()
 
public method get_name ()
 
public method set_status ()
 
public method get_status ()
 

Detailed Description

Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo class Structure that defines properties and status of a network interface.

Member Function Documentation

public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::get_mac ( )

Gets the value of 'mac' property.

Return values
mac- The current value of the field. MAC address. For example 00:0C:29:94:BB:5A. String#
Code:
click to view
public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. Interface name, for example, "nic0", "nic1". String#
Code:
click to view
public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::get_status ( )

Gets the value of 'status' property.

Return values
status- The current value of the field. Interface status. InterfaceStatus#
Code:
click to view
public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::new ( )

Constructor to initialize the Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::set_mac ( )

Sets the given value for 'mac' property.

Parameters
mac- New value for the field. MAC address. For example 00:0C:29:94:BB:5A.
Code:
click to view
public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. Interface name, for example, "nic0", "nic1".
Code:
click to view
public method Com::Vmware::Appliance::Networking::Interfaces::InterfaceInfo::set_status ( )

Sets the given value for 'status' property.

Parameters
status- New value for the field. Interface status.
Code:
click to view

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