Get Instance Template Plain Args
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
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
, filter
or self_link_unique
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
, filter
or self_link_unique
must be provided.
Link copied to clipboard
The self_link_unique URI of the instance template. One of name
, filter
or self_link_unique
must be provided.