|
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::Ovf::IpAllocationParams::IpAllocationPolicy enumerated type* defines the possible IP allocation policy for a deployment. Constant Com::Vmware::Vcenter::Ovf::IpAllocationParams::IpAllocationPolicy::DHCP # Specifies that DHCP will be used to allocate IP addresses. Constant Com::Vmware::Vcenter::Ovf::IpAllocationParams::IpAllocationPolicy::TRANSIENT_IPPOOL # Specifies that IP addresses are allocated from an IP pool. The IP addresses are allocated when needed, typically at power-on, and deallocated during power-off. There is no guarantee that a property will receive same IP address when restarted. Constant Com::Vmware::Vcenter::Ovf::IpAllocationParams::IpAllocationPolicy::STATIC_MANUAL # Specifies that IP addresses are configured manually upon deployment, and will be kept until reconfigured or the virtual appliance destroyed. This ensures that a property gets a consistent IP for its lifetime. Constant Com::Vmware::Vcenter::Ovf::IpAllocationParams::IpAllocationPolicy::STATIC_IPPOOL # Specifies that IP addresses are allocated from the range managed by an IP pool. The IP addresses are allocated at first power-on, and remain allocated at power-off. This ensures that a virtual appliance gets a consistent IP for its life-time.
| public method Com::Vmware::Vcenter::Ovf::IpAllocationParams::IpAllocationPolicy::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::IpAllocationParams::IpAllocationPolicy enumeration.
| Blessed | object |
Code: