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

Avaliable Methods

public method get_bus ()
 
public method set_unit ()
 
public method get_unit ()
 
public method set_bus ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::ScsiAddressSpec class contains information for specifying the address of a virtual device that is attached to a virtual SCSI adapter of a virtual machine.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::ScsiAddressSpec::get_bus ( )

Gets the value of 'bus' property.

Return values
bus- The current value of the field. Bus number of the adapter to which the device should be attached. long#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::ScsiAddressSpec::get_unit ( )

Gets the value of 'unit' property.

Return values
unit- The current value of the field. Unit number of the device. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::ScsiAddressSpec::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::ScsiAddressSpec structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::ScsiAddressSpec::set_bus ( )

Sets the given value for 'bus' property.

Parameters
bus- New value for the field. Bus number of the adapter to which the device should be attached.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::ScsiAddressSpec::set_unit ( )

Sets the given value for 'unit' property.

Parameters
unit- New value for the field. Unit number of the device.
Code:
click to view

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