NetworkProfileArgs

data class NetworkProfileArgs(val appNetworkResourceGroup: Output<String>? = null, val appSubnetId: 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
fun NetworkProfileArgs(appNetworkResourceGroup: Output<String>? = null, appSubnetId: Output<String>? = null, serviceCidr: Output<String>? = null, serviceRuntimeNetworkResourceGroup: Output<String>? = null, serviceRuntimeSubnetId: Output<String>? = null)

Functions

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

Properties

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

Name of the resource group containing network resources of Azure Spring Cloud Apps

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

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

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

Azure Spring Cloud service reserved CIDR

Link copied to clipboard

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

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

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