GetInstancePlainArgs

data class GetInstancePlainArgs(val name: String? = null, val project: String? = null, val selfLink: String? = null, val zone: String? = null) : ConvertibleToJava<GetInstancePlainArgs>

A collection of arguments for invoking getInstance.

Constructors

Link copied to clipboard
constructor(name: String? = null, project: String? = null, selfLink: String? = null, zone: String? = null)

Properties

Link copied to clipboard
val name: String? = null

The name of the instance. One of name or self_link must be provided.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If self_link is provided, this value is ignored. If neither self_link nor project are provided, the provider project is used.

Link copied to clipboard
val selfLink: String? = null

The self link of the instance. One of name or self_link must be provided.

Link copied to clipboard
val zone: String? = null

The zone of the instance. If self_link is provided, this value is ignored. If neither self_link nor zone are provided, the provider zone is used.

Functions

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