GetInstancePlainArgs

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

A collection of arguments for invoking getInstance.

Constructors

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

Properties

Link copied to clipboard
val location: String? = null

The name of the location of the instance. This can be a region for ENTERPRISE tier instances. If it is not provided, the provider region or zone is used.

Link copied to clipboard

The name of a Filestore instance.

Link copied to clipboard
val project: String? = null

The project in which the resource belongs. If it is not provided, the provider project is used.

Functions

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