RpnV2ApiCreateRpnV2GroupRequest: {
    name: string;
    projectId?: string;
    servers: number[];
    type?: RpnV2GroupType;
}

Type declaration

  • name: string

    RPN V2 group name.

  • OptionalprojectId?: string

    Project ID of the RPN V2 group.

  • servers: number[]

    A collection of server IDs.

  • Optionaltype?: RpnV2GroupType

    RPN V2 group type (qing / standard).