⇨
SEND US FEEDBACK!
vSphere API/SDK Documentation
>
vSphere Management SDK
>
vSphere Web Services SDK Documentation
>
VMware vSphere API Reference
>
Enumerated Types
>
S
1
2
3
4
5
0 Ratings
Managed Object Types
Data Object Types
All Properties
All Methods
Enum - SlpDiscoveryMethod(vim.host.InternetScsiHba.DiscoveryProperties.SlpDiscoveryMethod)
Enum Description
The available SLP discovery methods.
Enum Constants
Name
Description
slpAutoMulticast
Use the well known multicast address to find DAs.
slpAutoUnicast
Use broadcasting to find SLP DAs. Only DAs on the current subnet will be found.
slpDhcp
Use DHCP to find the SLP DAs.
slpManual
User specified address for a DA.
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="SlpDiscoveryMethod"> <restriction base="xsd:string"> <enumeration value="slpDhcp"/> <enumeration value="slpAutoUnicast"/> <enumeration value="slpAutoMulticast"/> <enumeration value="slpManual"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
Feedback
1
2
3
4
5
0 Ratings