|
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 | new () |
The Com::Vmware::Vcenter::Network::Type enumerated type defines the type of a vCenter Server network. The type of a network can be used to determine what features it supports and which APIs can be used to find more information about the network or change its configuration. Constant Com::Vmware::Vcenter::Network::Type::STANDARD_PORTGROUP # XXX: ESX based (created and managed on ESX) Constant Com::Vmware::Vcenter::Network::Type::DISTRIBUTED_PORTGROUP # XXX: vCenter based (create and managed through vCenter) Constant Com::Vmware::Vcenter::Network::Type::OPAQUE_NETWORK # A network for whose configuration is managed outside of vSphere. The identifer and name of the network is made available through vSphere so that host and virtual machine virtual ethernet devices can connect to them.
| public method Com::Vmware::Vcenter::Network::Type::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Network::Type enumeration.
| Blessed | object |
Code: