Skip to content

Commit

Permalink
Updated Service-Broker version to support P10 features
Browse files Browse the repository at this point in the history
SAP Create and System-Pools Get now return "systemType" information.
  • Loading branch information
Chase Austin committed Jan 19, 2022
1 parent 03c4a61 commit 56ab1de
Show file tree
Hide file tree
Showing 9 changed files with 159 additions and 50 deletions.
2 changes: 1 addition & 1 deletion examples/vpn/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func main() {
// Create and Get IPSec Policy
pfs := false
bodyipsec := &models.IPSecPolicyCreate{
Authentication: models.IPSECPolicyAuthenticationHmacDashMd5Dash96,
Authentication: models.IPSECPolicyAuthenticationHmacDashShaDash256Dash128,
DhGroup: &dhGroup,
Encryption: &encryption,
KeyLifetime: &keyLifeTime,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions power/models/ip_s_e_c_policy_authentication.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion power/models/ip_s_e_c_policy_authentications.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 0 additions & 43 deletions power/models/network_ids.go

This file was deleted.

3 changes: 3 additions & 0 deletions power/models/s_a_p_create.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56ab1de

Please sign in to comment.