PublicNetworkSolutionResponse

data class PublicNetworkSolutionResponse(val action: String? = null, val deleteOrUpdateBehavior: String? = null, val firewallRules: FirewallRulesResponse? = null)

Indicates public network solution, include firewall rules

Constructors

Link copied to clipboard
constructor(action: String? = null, deleteOrUpdateBehavior: String? = null, firewallRules: FirewallRulesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration.

Link copied to clipboard

Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting

Link copied to clipboard

Describe firewall rules of target service to make sure source application could connect to the target.