1.3.0
This commit is contained in:
@@ -93,6 +93,11 @@ var ItemNatRuleResource = map[string]attr.Type{
|
||||
"rule_id": types.Int64Type,
|
||||
}
|
||||
|
||||
var ItemExtNet = map[string]attr.Type{
|
||||
"ext_net_id": types.Int64Type,
|
||||
"ext_net_ip": types.StringType,
|
||||
}
|
||||
|
||||
// Contains returns true if NatRuleResourceModel contains n as an element. Otherwise it returns false.
|
||||
func (n *NatRuleResourceModel) Contains(natRuleList []NatRuleResourceModel) bool {
|
||||
for _, natRuleElem := range natRuleList {
|
||||
|
||||
Reference in New Issue
Block a user