interface PrivateNetworkStaticConfig {
    ipAddress?: string[];
}

Properties

Properties

ipAddress?: string[]

Array of a local IP address for the Load Balancer on this Private Network.