Get Broker Listener Result
    data class GetBrokerListenerResult(val authenticationEnabled: Boolean? = null, val authorizationEnabled: Boolean? = null, val brokerRef: String, val extendedLocation: ExtendedLocationPropertyResponse, val id: String, val location: String, val name: String, val nodePort: Int? = null, val port: Int, val provisioningState: String, val serviceName: String? = null, val serviceType: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tls: TlsCertMethodResponse? = null, val type: String)
MQ broker/listener resource
Constructors
Link copied to clipboard
                fun GetBrokerListenerResult(authenticationEnabled: Boolean? = null, authorizationEnabled: Boolean? = null, brokerRef: String, extendedLocation: ExtendedLocationPropertyResponse, id: String, location: String, name: String, nodePort: Int? = null, port: Int, provisioningState: String, serviceName: String? = null, serviceType: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, tls: TlsCertMethodResponse? = null, type: String)