Service Network Configuration
data class ServiceNetworkConfiguration(val egressConfiguration: ServiceEgressConfiguration? = null, val ingressConfiguration: ServiceIngressConfiguration? = null, val ipAddressType: ServiceNetworkConfigurationIpAddressType? = null)
Network configuration
Constructors
Link copied to clipboard
constructor(egressConfiguration: ServiceEgressConfiguration? = null, ingressConfiguration: ServiceIngressConfiguration? = null, ipAddressType: ServiceNetworkConfigurationIpAddressType? = null)