PublicNetworkSolution interface
Indicates public network solution, include firewall rules
Properties
| action | 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. |
| delete |
Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting |
| firewall |
Describe firewall rules of target service to make sure source application could connect to the target. |
Property Details
action
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.
action?: string
Property Value
string
deleteOrUpdateBehavior
Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting
deleteOrUpdateBehavior?: string
Property Value
string
firewallRules
Describe firewall rules of target service to make sure source application could connect to the target.
firewallRules?: FirewallRules