SetPlacementGroupServersRequest: {
    placementGroupId: string;
    servers: string[];
    zone?: Zone;
}

Type declaration

  • placementGroupId: string

    UUID of the placement group you want to set.

  • servers: string[]

    An array of the Instances' UUIDs you want to configure.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.