interface EndpointPrivateNetworkDetails {
    privateNetworkId: string;
    serviceIp: string;
    zone: Zone;
}

Properties

privateNetworkId: string

UUID of the Private Network.

serviceIp: string

CIDR notation of the endpoint IPv4 address.

zone: Zone

Private network zone.