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::Vcenter::Network::Summary Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Network::Summary:

Avaliable Methods

public method set_type ()
 
public method set_network ()
 
public method get_type ()
 
public method set_name ()
 
public method get_network ()
 
public method new ()
 
public method get_name ()
 

Detailed Description

The Com::Vmware::Vcenter::Network::Summary class contains commonly used information about a network.

Member Function Documentation

public method Com::Vmware::Vcenter::Network::Summary::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. Name of the network. String#
Code:
click to view
public method Com::Vmware::Vcenter::Network::Summary::get_network ( )

Gets the value of 'network' property.

Return values
network- The current value of the field. Identifier of the network. ID#
Code:
click to view
public method Com::Vmware::Vcenter::Network::Summary::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Type (STANDARD_PORTGROUP, DISTRIBUTED_PORTGROUP, OPAQUE_NETWORK) of the vCenter Server network. Type#
Code:
click to view
public method Com::Vmware::Vcenter::Network::Summary::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Network::Summary structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Network::Summary::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. Name of the network.
Code:
click to view
public method Com::Vmware::Vcenter::Network::Summary::set_network ( )

Sets the given value for 'network' property.

Parameters
network- New value for the field. Identifier of the network.
Code:
click to view
public method Com::Vmware::Vcenter::Network::Summary::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Type (STANDARD_PORTGROUP, DISTRIBUTED_PORTGROUP, OPAQUE_NETWORK) of the vCenter Server network.
Code:
click to view

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