Network Profile Args
data class NetworkProfileArgs(val loadBalancerProfile: Output<LoadBalancerProfileArgs>? = null, val outboundType: Output<Either<String, OutboundType>>? = null, val podCidr: Output<String>? = null, val preconfiguredNSG: Output<Either<String, PreconfiguredNSG>>? = null, val serviceCidr: Output<String>? = null) : ConvertibleToJava<NetworkProfileArgs>
NetworkProfile represents a network profile.
Constructors
Link copied to clipboard
constructor(loadBalancerProfile: Output<LoadBalancerProfileArgs>? = null, outboundType: Output<Either<String, OutboundType>>? = null, podCidr: Output<String>? = null, preconfiguredNSG: Output<Either<String, PreconfiguredNSG>>? = null, serviceCidr: Output<String>? = null)