Get App Ingress
data class GetAppIngress(val allowInsecureConnections: Boolean, val customDomains: List<GetAppIngressCustomDomain>, val exposedPort: Int, val externalEnabled: Boolean, val fqdn: String, val ipSecurityRestrictions: List<GetAppIngressIpSecurityRestriction>, val targetPort: Int, val trafficWeights: List<GetAppIngressTrafficWeight>, val transport: String)
Constructors
Link copied to clipboard
fun GetAppIngress(allowInsecureConnections: Boolean, customDomains: List<GetAppIngressCustomDomain>, exposedPort: Int, externalEnabled: Boolean, fqdn: String, ipSecurityRestrictions: List<GetAppIngressIpSecurityRestriction>, targetPort: Int, trafficWeights: List<GetAppIngressTrafficWeight>, transport: String)