Get Instance Template Plain Args
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
Properties
Link copied to clipboard
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.