interface RpnV2Group {
    compatibleRpnv1: boolean;
    gateway: string;
    id: number;
    membersCount: number;
    name: string;
    organizationId: string;
    owner: string;
    projectId: string;
    rpnv1Group?: RpnGroup;
    status: RpnV2GroupStatus;
    subnet?: RpnV2GroupSubnet;
    type: RpnV2GroupType;
}

Properties

compatibleRpnv1: boolean

Whether or not the RPN V1 compatibility was enabled.

gateway: string

RPN V2 gateway.

id: number

RPN V2 group ID.

membersCount: number

Total number of members.

name: string

RPN V2 group name.

organizationId: string

Organization ID of the RPN V2 group.

owner: string

RPN V2 group owner.

projectId: string

Project ID of the RPN V2 group.

rpnv1Group?: RpnGroup

The RPNv1 group (if the compatibility was enabled).

RPN V2 group status.

RPN V2 subnet.

RPN V2 group type (qing / standard).