Name: ServiceGroupMember

Encapsulates an individual service group member.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.svg.ServiceGroupMember",
   "groupId": <String>,
   "memberId": <String>,
   "memberType": <String>,
   "static": <Boolean>,
}

Elements
NameTypeDescription

Attributes
NameTypeDescription
groupIdxsd:stringTintri UUID of the service group.
memberIdxsd:stringThe service group member ID, which is usually a virtual machine UUID.
memberTypexsd:stringThe service group member type. The most common type is virtual machine.
staticxsd:booleanTrue if the VM is statically assigned to the service group. False if the VM was selected by a membership rule.