Connection Gateway Reference Args
data class ConnectionGatewayReferenceArgs(val id: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ConnectionGatewayReferenceArgs>
The gateway installation reference
Constructors
Link copied to clipboard
fun ConnectionGatewayReferenceArgs(id: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, type: Output<String>? = null)