ExtendedLocationArgs

data class ExtendedLocationArgs(val name: Output<String>, val type: Output<String>) : ConvertibleToJava<ExtendedLocationArgs>

The extended location definition.

Constructors

Link copied to clipboard
constructor(name: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The extended location name.

Link copied to clipboard
val type: Output<String>

The extended location type.

Functions

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