Service - PodEndpoint

Class
VMware.Hv.PodEndpoint
See also
PodEndpointId, PodEndpointInfo, PodId
Since
Horizon View 6.0


Service Description

Interface representing an endpoint in a pod.

Methods

Methods defined in this Service
PodEndpoint_Get, PodEndpoint_List

PodEndpoint_Get

Get information about a specific podEndpoint.

Privileges

Privilege Description
FEDERATED_LDAP_VIEW Global LDAP read is required to read a pod endpoint.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the PodEndpoint used to make the method call.
idPodEndpointId

id of the pod endpoint to get

Return Value

Type Description
PodEndpointInfopodEndpointInfo for the endpoint

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidStateThrown if the Pod Federation has not been initialized.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



PodEndpoint_List

List all pod endpoints in the specified pod.

Privileges

Privilege Description
FEDERATED_LDAP_VIEW Global LDAP read is required to list pod endpoints.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the PodEndpoint used to make the method call.
podPodId

The pod id

Return Value

Type Description
PodEndpointInfo[]list of podEndpoints in the specified pod.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidStateThrown if the Pod Federation has not been initialized.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition