Name: VirtualMachineServiceGroupInfo

Service group information for the VM.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.vm.VirtualMachineServiceGroupInfo",
   "capabilities": <String>,
   "customPolicyFromServiceGroup": <Boolean>,
   "groupId": <String>,
   "name": <String>,
   "state": <String>,
   "static": <Boolean>,
   "syncReplEnabled": <Boolean>,
   "syncReplStateInfo": SyncReplStateInfo,
}

Elements
NameTypeDescription
syncReplStateInfoSyncReplStateInfoSyncReplStateInfo if the virtual machine belongs to a Synchronous Replication.

Attributes
NameTypeDescription
capabilitiesxsd:list[xsd:string]Get a list of capabilities that this service group is configured
customPolicyFromServiceGroupxsd:booleanTrue if this VM has a custom policy inherited from a service group.
groupIdxsd:stringService group Tintri UUID
namexsd:stringReturns the name of the service group.
statexsd:stringThe SRM service group state. Possible values are: FailoverName, FailoverPrimary, FailoverSecondary, and FailoverInTestFailover.
staticxsd:booleanTrue if virtual machine is "statically" owned by the service group
syncReplEnabledxsd:booleanTrue if the virtual machine belongs to a Synchronous Replication.