This commit is contained in:
asteam
2024-12-04 13:18:58 +03:00
parent 003e4d656e
commit 76ea459b3d
417 changed files with 30051 additions and 975 deletions

View File

@@ -31,6 +31,9 @@ func VINSListDataSourceCheckPresence(ctx context.Context, plan *models.DataSourc
if !plan.ExtIP.IsNull() {
listReq.ExtIP = plan.ExtIP.ValueString()
}
if !plan.VNFDevID.IsNull() {
listReq.VNFDevId = uint64(plan.VNFDevID.ValueInt64())
}
if !plan.IncludeDeleted.IsNull() {
listReq.IncludeDeleted = plan.IncludeDeleted.ValueBool()
}