Public Network Solution Response
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)