GetInstanceTemplatePlainArgs

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

A collection of arguments for invoking getInstanceTemplate.

Constructors

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

Properties

Link copied to clipboard
val filter: String? = null

A filter to retrieve the instance templates. See API filter parameter documentation for reference. If multiple instance templates match, either adjust the filter or specify most_recent. One of name, filter or self_link_unique 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, filter or self_link_unique must be provided.

Link copied to clipboard
val name: String? = null

The name of the instance template. One of name, filter or self_link_unique 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.

Link copied to clipboard
val selfLinkUnique: String? = null

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

Functions

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