GetInstancePlainArgs

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

A collection of arguments for invoking getInstance.

Constructors

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

Properties

Link copied to clipboard

The ID of the memorystore instance. 'memorystore_instance_id'

Link copied to clipboard
val location: String? = null

(optional) The canonical id of the location.If it is not provided, the provider project is used. For example: us-east1.

Link copied to clipboard
val project: String? = null

(optional) The ID of 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