interface ListLbPrivateNetworksResponse {
    privateNetwork: LB.v1.PrivateNetwork[];
    totalCount: number;
}

Properties

privateNetwork: LB.v1.PrivateNetwork[]

List of Private Network objects attached to the Load Balancer.

totalCount: number

Total number of objects in the response.