AssetEndpointProfileExtendedLocationArgs

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

The extended location.

Constructors

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

Functions

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

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.