NetworkProfileArgs

data class NetworkProfileArgs(val appNetworkResourceGroup: Output<String>? = null, val appSubnetId: Output<String>? = null, val ingressConfig: Output<IngressConfigArgs>? = null, val outboundType: Output<String>? = null, val serviceCidr: Output<String>? = null, val serviceRuntimeNetworkResourceGroup: Output<String>? = null, val serviceRuntimeSubnetId: Output<String>? = null) : ConvertibleToJava<NetworkProfileArgs>

Service network profile payload

Constructors

Link copied to clipboard
constructor(appNetworkResourceGroup: Output<String>? = null, appSubnetId: Output<String>? = null, ingressConfig: Output<IngressConfigArgs>? = null, outboundType: Output<String>? = null, serviceCidr: Output<String>? = null, serviceRuntimeNetworkResourceGroup: Output<String>? = null, serviceRuntimeSubnetId: Output<String>? = null)

Properties

Link copied to clipboard
val appNetworkResourceGroup: Output<String>? = null

Name of the resource group containing network resources for customer apps in Azure Spring Apps

Link copied to clipboard
val appSubnetId: Output<String>? = null

Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps

Link copied to clipboard
val ingressConfig: Output<IngressConfigArgs>? = null

Ingress configuration payload for Azure Spring Apps resource.

Link copied to clipboard
val outboundType: Output<String>? = null

The egress traffic type of Azure Spring Apps VNet instances.

Link copied to clipboard
val serviceCidr: Output<String>? = null

Azure Spring Apps service reserved CIDR

Link copied to clipboard

Name of the resource group containing network resources of Azure Spring Apps Service Runtime

Link copied to clipboard
val serviceRuntimeSubnetId: Output<String>? = null

Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime

Functions

Link copied to clipboard
open override fun toJava(): NetworkProfileArgs