ExtendedLocationArgs

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The resource ID of the extended location on which the resource will be created.

Link copied to clipboard
val type: Output<String>

The extended location type, for example, CustomLocation.

Functions

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