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

Avaliable Methods

public method set_pci_slot_number ()
 
public method get_pci_slot_number ()
 
public method get_sharing ()
 
public method set_type ()
 
public method get_bus ()
 
public method set_sharing ()
 
public method new ()
 
public method get_type ()
 
public method set_bus ()
 

Detailed Description

The Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::CreateSpec class provides a specification for the configuration of a newly-created virtual SCSI adapter.

Member Function Documentation

public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::CreateSpec::get_bus ( )

Gets the value of 'bus' property.

Return values
bus- The current value of the field. SCSI bus number. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::CreateSpec::get_pci_slot_number ( )

Gets the value of 'pci_slot_number' property.

Return values
pci_slot_number- The current value of the field. Address of the SCSI adapter on the PCI bus. If the PCI address is invalid, the server will change it when the VM is started or as the device is hot added. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::CreateSpec::get_sharing ( )

Gets the value of 'sharing' property.

Return values
sharing- The current value of the field. Bus sharing mode. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::CreateSpec::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Adapter type. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::CreateSpec::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::CreateSpec structure

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

Sets the given value for 'bus' property.

Parameters
bus- New value for the field. SCSI bus number.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::CreateSpec::set_pci_slot_number ( )

Sets the given value for 'pci_slot_number' property.

Parameters
pci_slot_number- New value for the field. Address of the SCSI adapter on the PCI bus. If the PCI address is invalid, the server will change it when the VM is started or as the device is hot added.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::CreateSpec::set_sharing ( )

Sets the given value for 'sharing' property.

Parameters
sharing- New value for the field. Bus sharing mode.
Code:
click to view
public method Com::Vmware::Vcenter::Vm::Hardware::Adapter::Scsi::CreateSpec::set_type ( )

Sets the given value for 'type' property.

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

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