ExtendedLocationArgs

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

The extended location info.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The name of extended location.

Link copied to clipboard
val type: Output<Either<String, ExtendedLocationType>>

The type of extended location.

Functions

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