ExtendedLocationArgs

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

Resource extended location.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>? = null

The extended location name.

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

The extended location type.

Functions

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