NetworkProfileResponse

data class NetworkProfileResponse(val appNetworkResourceGroup: String? = null, val appSubnetId: String? = null, val ingressConfig: IngressConfigResponse? = null, val outboundIPs: NetworkProfileResponseOutboundIPs, val outboundType: String? = null, val requiredTraffics: List<RequiredTrafficResponse>, val serviceCidr: String? = null, val serviceRuntimeNetworkResourceGroup: String? = null, val serviceRuntimeSubnetId: String? = null)

Service network profile payload

Constructors

Link copied to clipboard
constructor(appNetworkResourceGroup: String? = null, appSubnetId: String? = null, ingressConfig: IngressConfigResponse? = null, outboundIPs: NetworkProfileResponseOutboundIPs, outboundType: String? = null, requiredTraffics: List<RequiredTrafficResponse>, serviceCidr: String? = null, serviceRuntimeNetworkResourceGroup: String? = null, serviceRuntimeSubnetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val appSubnetId: String? = null

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

Link copied to clipboard

Ingress configuration payload for Azure Spring Apps resource.

Link copied to clipboard

Desired outbound IP resources for Azure Spring Apps resource.

Link copied to clipboard
val outboundType: String? = null

The egress traffic type of Azure Spring Apps VNet instances.

Link copied to clipboard

Required inbound or outbound traffics for Azure Spring Apps resource.

Link copied to clipboard
val serviceCidr: 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

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