interface ListServerPrivateNetworksResponse {
    serverPrivateNetworks: AppleSilicon.v1alpha1.ServerPrivateNetwork[];
    totalCount: number;
}

Properties

serverPrivateNetworks: AppleSilicon.v1alpha1.ServerPrivateNetwork[]
totalCount: number