GetRegionInstanceTemplatePlainArgs

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

A collection of arguments for invoking getRegionInstanceTemplate.

Constructors

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

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.

Link copied to clipboard
val region: String? = null

The Region in which the resource belongs. If region is not provided, the provider region is used.

Functions

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