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::Vm::Hardware::Boot::Device::EntryCreateSpec Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Vm::Hardware::Boot::Device::EntryCreateSpec:

Avaliable Methods

public method set_type ()
 
public method get_type ()
 
public method new ()
 

Detailed Description

The class Com::Vmware::Vcenter::Vm::Hardware::Boot::Device::EntryCreateSpec specifies a list of bootable virtual device classes. When a VM is being created and a list* of Com::Vmware::Vcenter::Vm::Hardware::Boot::Device::EntryCreateSpec is specified, the boot order of the specific device instances are not specified in this class* . The boot order of the specific device instance will be the order in which the Ethernet and Disk devices appear in the nics and disks respectively.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Device::EntryCreateSpec::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Virtual Boot device type. Type#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Device::EntryCreateSpec::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Boot::Device::EntryCreateSpec structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Device::EntryCreateSpec::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Virtual Boot device type.
Code:
click to view

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