GatewayArgs

data class GatewayArgs(val apiConfig: Output<String>? = null, val displayName: Output<String>? = null, val gatewayId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<GatewayArgs>

Creates a new Gateway in a given project and location. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun GatewayArgs(apiConfig: Output<String>? = null, displayName: Output<String>? = null, gatewayId: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, project: Output<String>? = null)

Functions

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

Properties

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

Resource name of the API Config for this Gateway. Format: projects/{project}/locations/global/apis/{api}/configs/{apiConfig}

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

Optional. Display name.

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

Required. Identifier to assign to the Gateway. Must be unique within scope of the parent resource.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources

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