Data Object - SrmRemoteSite

Property of
SrmFaultInvalidSecondaryFolder, SrmFaultInvalidSecondaryNetwork, SrmFaultUnknownSecondaryFolder, SrmFaultUnknownSecondaryNetwork, SrmFaultUnknownSecondaryResourcePool, SrmSiteFaultAlreadyPairedFault
Parameter to
BreakPairing_Task, ReconfigureConnection_Task
Returned by
GetPairedSite, PairSrm_Task
Since
SRM API 3.0

Data Object Description

Represents a remote site.

A remote site may be acting as a secondary site for this site, or may be acting as a primary site with this site as its secondary.

Properties

Name Type Description
connectedxsd:boolean

Boolean indicating whether the connection is up(true) or down(false).

Since SRM API 5.0
lkpUrlxsd:string

URL of the remote LookupService server.

Since SRM API 4.0
namexsd:string

Name of the site.
uuidxsd:string

The UUID of the site.
vcHostxsd:stringDeprecated. This property has been deprecated as of version 4. Users should not rely on this property in production code, as it is not guaranteed to contain valid information in future releases. Instead, users should use lkpUrl and vcInstanceUuid to locate services on the remote site.

DNS name or IP address of the remote VC server.
vcInstanceUuidxsd:string

Instance UUID of the VC associated with the remote SRM.

Since SRM API 4.0
vcPortxsd:intDeprecated. This property has been deprecated as of version 4. Users should not rely on this property in production code, as it is not guaranteed to contain valid information in future releases. Instead, users should use lkpUrl and vcInstanceUuid to locate services on the remote site.

Port used for VMOMI access to the remote VC server.
vcUrlxsd:string

URL of the remote VC server.

Since SRM API 5.0
Properties inherited from
None