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

Avaliable Methods

public method set_nic ()
 
public method set_type ()
 
public method get_disks ()
 
public method get_nic ()
 
public method get_type ()
 
public method new ()
 
public method set_disks ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Boot::Device::Entry class specifies a bootable virtual device class or specific bootable virtual device(s).

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Device::Entry::get_disks ( )

Gets the value of 'disks' property.

Return values
disks- The current value of the field. Virtual disk device. List of virtual disks in boot order. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Device::Entry::get_nic ( )

Gets the value of 'nic' property.

Return values
nic- The current value of the field. Virtual Ethernet device. Ethernet device to use as boot device for this entry. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Device::Entry::get_type ( )

Gets the value of 'type' property.

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

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

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

Sets the given value for 'disks' property.

Parameters
disks- New value for the field. Virtual disk device. List of virtual disks in boot order.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Device::Entry::set_nic ( )

Sets the given value for 'nic' property.

Parameters
nic- New value for the field. Virtual Ethernet device. Ethernet device to use as boot device for this entry.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Boot::Device::Entry::set_type ( )

Sets the given value for 'type' property.

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

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