Network Profile Response
data class NetworkProfileResponse(val appNetworkResourceGroup: String? = null, val appSubnetId: String? = null, val outboundIPs: NetworkProfileResponseOutboundIPs, 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, outboundIPs: NetworkProfileResponseOutboundIPs, requiredTraffics: List<RequiredTrafficResponse>, serviceCidr: String? = null, serviceRuntimeNetworkResourceGroup: String? = null, serviceRuntimeSubnetId: String? = null)
Properties
Link copied to clipboard
Name of the resource group containing network resources of Azure Spring Cloud Apps
Link copied to clipboard
Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps
Link copied to clipboard
Desired outbound IP resources for Azure Spring Cloud instance.
Link copied to clipboard
Required inbound or outbound traffics for Azure Spring Cloud instance.
Link copied to clipboard
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
Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime