Skip to content

Service - PodEndpoint

Java Class

com.omnissa.vdi.vlsi.binding.vdi.federation.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

Get information about a specific podEndpoint.

Privileges

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

Parameters

Name Type Description
_this ManagedObjectReference A reference to the PodEndpoint used to make the method call.
id PodEndpointId id of the pod endpoint to get

Return Value

Type Description
PodEndpointInfo podEndpointInfo for the endpoint

Faults

Type Description
EntityNotFound Thrown if any specified entity cannot be found.
InsufficientPermission Thrown if the user does not have sufficient permission to perform the operation.
InvalidArgument Thrown if any specified argument is invalid.
InvalidState Thrown if the Pod Federation has not been initialized.
InvalidType Thrown if the type of any specified argument is invalid.
UnexpectedFault Thrown if an unexpected error occurs while performing the operation.

Show WSDL type definition

List all pod endpoints in the specified pod.

Privileges

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

Parameters

Name Type Description
_this ManagedObjectReference A reference to the PodEndpoint used to make the method call.
pod PodId The pod id

Return Value

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

Faults

Type Description
EntityNotFound Thrown if any specified entity cannot be found.
InsufficientPermission Thrown if the user does not have sufficient permission to perform the operation.
InvalidArgument Thrown if any specified argument is invalid.
InvalidState Thrown if the Pod Federation has not been initialized.
InvalidType Thrown if the type of any specified argument is invalid.
UnexpectedFault Thrown if an unexpected error occurs while performing the operation.

Show WSDL type definition