Skip to content

Commit

Permalink
Security Group Rule destinationPortRange request parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdickson6 committed Sep 5, 2024
1 parent c5da2a1 commit 56153ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions paths/api@security-groups@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ post:
Either a single value (i.e. 55) or a port range (i.e. 1-65535) for which to open access to the source.
Required if customRule is true, otherwise, ignored.
example: "55-72"
destinationPortRange:
type: string
description: |
Either a single value (i.e. 55) or a port range (i.e. 1-65535) for which to open access to the destination.
example: "55-72"
protocol:
type: string
description: Either tcp, udp, icmp. Required if customRule is true, otherwise, ignored.
Expand Down
5 changes: 5 additions & 0 deletions paths/api@security-groups@id@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ put:
Either a single value (i.e. 55) or a port range (i.e. 1-65535) for which to open access to the source.
Required if customRule is true, otherwise, ignored.
example: "55-72"
destinationPortRange:
type: string
description: |
Either a single value (i.e. 55) or a port range (i.e. 1-65535) for which to open access to the destination.
example: "55-72"
protocol:
type: string
description: Either tcp, udp, icmp. Required if customRule is true, otherwise, ignored.
Expand Down

0 comments on commit 56153ab

Please sign in to comment.