ExtendedLocationArgs

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

Extended Location.

Constructors

Link copied to clipboard
fun ExtendedLocationArgs(name: Output<String>? = null)

Functions

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

Properties

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

Name of extended location.