Managed Object - VsanVumSystem(vim.cluster.VsanVumSystem)

See also
VsanVumSystemConfig
Since
vSAN API 6.6.1


Managed Object Description

As vSAN VUM integration feature is mostly an automatic backend feature, so currently only get and set config methods are available in its control path. The Managed Entity can be accessed through MOID of vsan-vum-system at vCenter server side.

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
FetchIsoDepotCookie, GetVsanVumConfig

FetchIsoDepotCookie(fetchIsoDepotCookie)

Fetch and save my.vmware.com cookie string for VMware ISO download authentication
Required Privileges
System.Read

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VsanVumSystem used to make the method call.
usernamexsd:string

Username for my.vmware.com
passwordxsd:string

Password for my.vmware.com

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.
VsanFault

Events

Type
None

Show WSDL type definition



GetVsanVumConfig(getVsanVumConfig)

Fetch vSAN VUM integration configurable settings See VsanVumSystemConfig for more detail information about all configurable settings for vSAN VUM integration. See vim.cluster.VsanVumSystem#SetVsanVumConfig for set these configurable settings.
Required Privileges
System.Read

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VsanVumSystem used to make the method call.

Return Value

Type Description
VsanVumSystemConfig

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None

Show WSDL type definition