SpringbootsitesModelExtendedLocationArgs

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

The extended location definition.

Constructors

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

Functions

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

Properties

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

The extended location name.

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

The extended location type.