FleetArgs

data class FleetArgs(val displayName: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<FleetArgs>

Creates a fleet. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun FleetArgs(displayName: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null)

Functions

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

Properties

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

Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example: Production Fleet

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