Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
0a5a3503
Verified
Commit
0a5a3503
authored
1 year ago
by
Karel van Klink
Browse files
Options
Downloads
Patches
Plain Diff
change TS port type from str to int
parent
105030af
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!14
change TS port type from str to int
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gso/products/product_blocks/device.py
+2
-2
2 additions, 2 deletions
gso/products/product_blocks/device.py
with
2 additions
and
2 deletions
gso/products/product_blocks/device.py
+
2
−
2
View file @
0a5a3503
...
...
@@ -39,7 +39,7 @@ class DeviceBlockProvisioning(DeviceBlockInactive,
lifecycle
=
[
SubscriptionLifecycle
.
PROVISIONING
]):
device_fqdn
:
str
device_ts_address
:
str
device_ts_port
:
str
device_ts_port
:
int
device_lo_ipv4_address
:
Optional
[
ipaddress
.
IPv4Address
]
=
None
device_lo_ipv6_address
:
Optional
[
ipaddress
.
IPv6Address
]
=
None
device_lo_iso_address
:
Optional
[
str
]
=
None
...
...
@@ -55,7 +55,7 @@ class DeviceBlock(DeviceBlockProvisioning,
lifecycle
=
[
SubscriptionLifecycle
.
ACTIVE
]):
device_fqdn
:
str
device_ts_address
:
str
device_ts_port
:
str
device_ts_port
:
int
device_lo_ipv4_address
:
ipaddress
.
IPv4Address
device_lo_ipv6_address
:
ipaddress
.
IPv6Address
device_lo_iso_address
:
str
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment