interface EndpointSpec {
    privateNetwork?: EndpointSpecPrivateNetworkDetails;
    public?: EndpointSpecPublicDetails;
}

Properties

One-of ('details'): at most one of 'public', 'privateNetwork' could be set.

One-of ('details'): at most one of 'public', 'privateNetwork' could be set.