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
Merge requests
!14
change TS port type from str to int
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
change TS port type from str to int
ts-port-type
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Karel van Klink
requested to merge
ts-port-type
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
0a5a3503
1 commit,
1 year ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
gso/products/product_blocks/device.py
+
2
−
2
Options
@@ -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
Loading