GetInstanceGroupPlainArgs

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

A collection of arguments for invoking getInstanceGroup.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val name: String? = null

The name of the instance group. Either 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 it is not provided, the provider project is used.

Link copied to clipboard
val selfLink: String? = null

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

Link copied to clipboard
val zone: String? = null

The zone of the instance group. If referencing the instance group by name and zone is not provided, the provider zone is used.