interface PlacementGroupServer {
    id: string;
    name: string;
    policyRespected: boolean;
}

Properties

id: string

Instance UUID.

name: string

Instance name.

policyRespected: boolean

Defines whether the placement group policy is respected (either 1 or 0).