Name: SrmConfig

Encapsulates VMware Site Recovery Manager (SRM) Configuration.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.svg.srm.SrmConfig",
   "destDir": <String>,
   "failoverState": <String>,
   "liveDestDir": <String>,
   "sourceDir": <String>,
   "tag": <String>,
}

Elements
NameTypeDescription
tagxsd:stringThe tag

Attributes
NameTypeDescription
destDirxsd:stringThe actual destination directory on the remote VMstore that contains the set of VMs after failover. This is the same as the original destination directory or the orginal desitination directory with a sequence number.
failoverStatexsd:stringThe failover state
liveDestDirxsd:stringThe original destination directory specified by the user on the remote VMstore that will contain the VMs after failover.
sourceDirxsd:stringThe source directory on the VMstore that contains the set of VMs to be replicated.