Get Region Instance Template Plain Args
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
Properties
Link copied to clipboard
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
or filter
must be provided.
Link copied to clipboard
If filter
is provided, ensures the most recent template is returned when multiple instance templates match. One of name
or filter
must be provided.