interface ListPrivateNICsResponse {
    privateNics: PrivateNIC[];
    totalCount: number;
}

Properties

privateNics: PrivateNIC[]
totalCount: number