ApiImportWsdlSelectorArgs

data class ApiImportWsdlSelectorArgs(val endpointName: Output<String>, val serviceName: Output<String>) : ConvertibleToJava<ApiImportWsdlSelectorArgs>

Constructors

Link copied to clipboard
constructor(endpointName: Output<String>, serviceName: Output<String>)

Properties

Link copied to clipboard
val endpointName: Output<String>

The name of endpoint (port) to import from WSDL.

Link copied to clipboard
val serviceName: Output<String>

The name of service to import from WSDL.

Functions

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