Get App Gateway Result
data class GetAppGatewayResult(val allocatedConnections: List<GetAppGatewayAllocatedConnection>, val displayName: String, val effectiveLabels: Map<String, String>, val hostType: String, val id: String, val labels: Map<String, String>, val name: String, val project: String? = null, val pulumiLabels: Map<String, String>, val region: String? = null, val state: String, val type: String, val uri: String)
A collection of values returned by getAppGateway.
Constructors
Link copied to clipboard
constructor(allocatedConnections: List<GetAppGatewayAllocatedConnection>, displayName: String, effectiveLabels: Map<String, String>, hostType: String, id: String, labels: Map<String, String>, name: String, project: String? = null, pulumiLabels: Map<String, String>, region: String? = null, state: String, type: String, uri: String)