Public Network Solution Args
data class PublicNetworkSolutionArgs(val action: Output<Either<String, ActionType>>? = null, val deleteOrUpdateBehavior: Output<Either<String, DeleteOrUpdateBehavior>>? = null, val firewallRules: Output<FirewallRulesArgs>? = null) : ConvertibleToJava<PublicNetworkSolutionArgs>
Indicates public network solution, include firewall rules
Constructors
Link copied to clipboard
fun PublicNetworkSolutionArgs(action: Output<Either<String, ActionType>>? = null, deleteOrUpdateBehavior: Output<Either<String, DeleteOrUpdateBehavior>>? = null, firewallRules: Output<FirewallRulesArgs>? = null)