MHSMNetwork Rule Set Args
data class MHSMNetworkRuleSetArgs(val bypass: Output<Either<String, NetworkRuleBypassOptions>>? = null, val defaultAction: Output<Either<String, NetworkRuleAction>>? = null, val ipRules: Output<List<MHSMIPRuleArgs>>? = null, val virtualNetworkRules: Output<List<MHSMVirtualNetworkRuleArgs>>? = null) : ConvertibleToJava<MHSMNetworkRuleSetArgs>
A set of rules governing the network accessibility of a managed hsm pool.
Constructors
Link copied to clipboard
fun MHSMNetworkRuleSetArgs(bypass: Output<Either<String, NetworkRuleBypassOptions>>? = null, defaultAction: Output<Either<String, NetworkRuleAction>>? = null, ipRules: Output<List<MHSMIPRuleArgs>>? = null, virtualNetworkRules: Output<List<MHSMVirtualNetworkRuleArgs>>? = null)