1.3.0
This commit is contained in:
@@ -17,6 +17,7 @@ type DataSourceVINSListModel struct {
|
||||
Page types.Int64 `tfsdk:"page"`
|
||||
SortBy types.String `tfsdk:"sort_by"`
|
||||
Size types.Int64 `tfsdk:"size"`
|
||||
Status types.String `tfsdk:"status"`
|
||||
Timeouts timeouts.Value `tfsdk:"timeouts"`
|
||||
|
||||
// response fields
|
||||
|
||||
@@ -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