Skip to content

Commit

Permalink
network pool ips refType and refId parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdickson6 committed Nov 7, 2023
1 parent 8df70e4 commit 37949a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 4 additions & 2 deletions components/schemas/networkPoolIp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ refType:
type: string
nullable: true
refId:
type: string
type: integer
format: int64
nullable: true
subRefId:
type: string
type: integer
format: int64
nullable: true
networkDomain:
type: string
Expand Down
11 changes: 10 additions & 1 deletion components/schemas/networkPoolIpCreate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@ properties:
description: IP Address
hostname:
type: string
description: Hostname
description: Hostname
refType:
type: string
description: Type of associated resource such as a host/server
example: ComputeServer
refId:
type: integer
format: int64
description: ID of associated resource such as a host/server
example: 42

0 comments on commit 37949a1

Please sign in to comment.