GetInstanceTemplatePlainArgs

data class GetInstanceTemplatePlainArgs(val filter: String? = null, val mostRecent: Boolean? = null, val name: String? = null, val project: String? = null) : ConvertibleToJava<GetInstanceTemplatePlainArgs>

A collection of arguments for invoking getInstanceTemplate.

Constructors

Link copied to clipboard
fun GetInstanceTemplatePlainArgs(filter: String? = null, mostRecent: Boolean? = null, name: String? = null, project: String? = null)

Functions

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

Properties

Link copied to clipboard
val filter: String? = null

A filter to retrieve the instance templates. See gcloud topic filters for reference. If multiple instance templates match, either adjust the filter or specify most_recent. One of name or filter must be provided.

Link copied to clipboard
val mostRecent: Boolean? = null

If filter is provided, ensures the most recent template is returned when multiple instance templates match. One of name or filter must be provided.

Link copied to clipboard
val name: String? = null

The name of the instance template. One of name or filter must be provided.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If project is not provided, the provider project is used.