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::Ovf::IpAllocationParams::IpAllocationPolicy Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Ovf::IpAllocationParams::IpAllocationPolicy:

Avaliable Methods

public method new ()
 

Detailed Description

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.

Member Function Documentation

public method Com::Vmware::Vcenter::Ovf::IpAllocationParams::IpAllocationPolicy::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Ovf::IpAllocationParams::IpAllocationPolicy enumeration.

Return values
Blessedobject
Code:
click to view

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