ApiCreateOrUpdatePropertiesWsdlSelectorArgs

data class ApiCreateOrUpdatePropertiesWsdlSelectorArgs(val wsdlEndpointName: Output<String>? = null, val wsdlServiceName: Output<String>? = null) : ConvertibleToJava<ApiCreateOrUpdatePropertiesWsdlSelectorArgs>

Criteria to limit import of WSDL to a subset of the document.

Constructors

constructor(wsdlEndpointName: Output<String>? = null, wsdlServiceName: Output<String>? = null)

Properties

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

Name of endpoint(port) to import from WSDL

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

Name of service to import from WSDL

Functions

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