GatewayApiMetadataPropertiesArgs

data class GatewayApiMetadataPropertiesArgs(val description: Output<String>? = null, val documentation: Output<String>? = null, val serverUrl: Output<String>? = null, val title: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<GatewayApiMetadataPropertiesArgs>

API metadata property for Spring Cloud Gateway

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, documentation: Output<String>? = null, serverUrl: Output<String>? = null, title: Output<String>? = null, version: Output<String>? = null)

Properties

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

Detailed description of the APIs available on the Gateway instance (default: Generated OpenAPI 3 document that describes the API routes configured.)

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

Location of additional documentation for the APIs available on the Gateway instance

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

Base URL that API consumers will use to access APIs on the Gateway instance.

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

Title describing the context of the APIs available on the Gateway instance (default: Spring Cloud Gateway for K8S)

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

Version of APIs available on this Gateway instance (default: unspecified).

Functions

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