ForwardingRuleServiceDirectoryRegistrations

data class ForwardingRuleServiceDirectoryRegistrations(val namespace: String? = null, val service: String? = null)

Constructors

constructor(namespace: String? = null, service: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val namespace: String? = null

Service Directory namespace to register the forwarding rule under.

Link copied to clipboard
val service: String? = null

Service Directory service to register the forwarding rule under.