pnap_network_api 2.1.1 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/VERSION +1 -1
- data/docs/BgpIpPrefix.md +24 -0
- data/docs/BgpPeerGroup.md +6 -2
- data/docs/BgpPeerGroupCreate.md +1 -1
- data/docs/NetworkMembership.md +1 -1
- data/docs/PrivateNetworkCreate.md +1 -1
- data/docs/PublicNetwork.md +1 -1
- data/docs/PublicNetworkCreate.md +1 -1
- data/lib/pnap_network_api/api/bgp_peer_groups_api.rb +6 -6
- data/lib/pnap_network_api/api/private_networks_api.rb +6 -6
- data/lib/pnap_network_api/api/public_networks_api.rb +8 -8
- data/lib/pnap_network_api/api_client.rb +17 -14
- data/lib/pnap_network_api/api_error.rb +1 -1
- data/lib/pnap_network_api/api_model_base.rb +88 -0
- data/lib/pnap_network_api/configuration.rb +11 -1
- data/lib/pnap_network_api/models/asn_details.rb +41 -78
- data/lib/pnap_network_api/models/bgp_ip_prefix.rb +247 -0
- data/lib/pnap_network_api/models/bgp_ipv4_prefix.rb +52 -79
- data/lib/pnap_network_api/models/bgp_peer_group.rb +184 -83
- data/lib/pnap_network_api/models/bgp_peer_group_create.rb +44 -81
- data/lib/pnap_network_api/models/bgp_peer_group_patch.rb +13 -80
- data/lib/pnap_network_api/models/error.rb +21 -78
- data/lib/pnap_network_api/models/network_membership.rb +42 -79
- data/lib/pnap_network_api/models/private_network.rb +103 -80
- data/lib/pnap_network_api/models/private_network_create.rb +24 -81
- data/lib/pnap_network_api/models/private_network_modify.rb +23 -80
- data/lib/pnap_network_api/models/private_network_server.rb +31 -78
- data/lib/pnap_network_api/models/public_network.rb +84 -81
- data/lib/pnap_network_api/models/public_network_create.rb +24 -81
- data/lib/pnap_network_api/models/public_network_ip_block.rb +41 -78
- data/lib/pnap_network_api/models/public_network_ip_block_create.rb +21 -78
- data/lib/pnap_network_api/models/public_network_modify.rb +13 -80
- data/lib/pnap_network_api/version.rb +1 -2
- data/lib/pnap_network_api.rb +3 -1
- data/pnap_network_api.gemspec +6 -6
- data/spec/api/bgp_peer_groups_api_spec.rb +1 -1
- data/spec/api/private_networks_api_spec.rb +1 -1
- data/spec/api/public_networks_api_spec.rb +1 -1
- data/spec/models/asn_details_spec.rb +2 -2
- data/spec/models/bgp_ip_prefix_spec.rb +54 -0
- data/spec/models/bgp_ipv4_prefix_spec.rb +2 -2
- data/spec/models/bgp_peer_group_create_spec.rb +2 -2
- data/spec/models/bgp_peer_group_patch_spec.rb +2 -2
- data/spec/models/bgp_peer_group_spec.rb +14 -2
- data/spec/models/error_spec.rb +2 -2
- data/spec/models/network_membership_spec.rb +2 -2
- data/spec/models/private_network_create_spec.rb +2 -2
- data/spec/models/private_network_modify_spec.rb +2 -2
- data/spec/models/private_network_server_spec.rb +2 -2
- data/spec/models/private_network_spec.rb +2 -2
- data/spec/models/public_network_create_spec.rb +2 -2
- data/spec/models/public_network_ip_block_create_spec.rb +2 -2
- data/spec/models/public_network_ip_block_spec.rb +2 -2
- data/spec/models/public_network_modify_spec.rb +2 -2
- data/spec/models/public_network_spec.rb +2 -2
- data/spec/spec_helper.rb +1 -1
- metadata +29 -16
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NetworkApi::BgpPeerGroupPatch do
|
|
21
|
-
let(:instance) { NetworkApi::BgpPeerGroupPatch.new }
|
|
21
|
+
#let(:instance) { NetworkApi::BgpPeerGroupPatch.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of BgpPeerGroupPatch' do
|
|
24
24
|
it 'should create an instance of BgpPeerGroupPatch' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NetworkApi::BgpPeerGroup do
|
|
21
|
-
let(:instance) { NetworkApi::BgpPeerGroup.new }
|
|
21
|
+
#let(:instance) { NetworkApi::BgpPeerGroup.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of BgpPeerGroup' do
|
|
24
24
|
it 'should create an instance of BgpPeerGroup' do
|
|
@@ -51,6 +51,12 @@ describe NetworkApi::BgpPeerGroup do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "ip_prefixes"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "target_asn_details"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -93,6 +99,12 @@ describe NetworkApi::BgpPeerGroup do
|
|
|
93
99
|
end
|
|
94
100
|
end
|
|
95
101
|
|
|
102
|
+
describe 'test attribute "peering_loopbacks_v6"' do
|
|
103
|
+
it 'should work' do
|
|
104
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
105
|
+
end
|
|
106
|
+
end
|
|
107
|
+
|
|
96
108
|
describe 'test attribute "keep_alive_timer_seconds"' do
|
|
97
109
|
it 'should work' do
|
|
98
110
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
data/spec/models/error_spec.rb
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NetworkApi::Error do
|
|
21
|
-
let(:instance) { NetworkApi::Error.new }
|
|
21
|
+
#let(:instance) { NetworkApi::Error.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of Error' do
|
|
24
24
|
it 'should create an instance of Error' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NetworkApi::NetworkMembership do
|
|
21
|
-
let(:instance) { NetworkApi::NetworkMembership.new }
|
|
21
|
+
#let(:instance) { NetworkApi::NetworkMembership.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of NetworkMembership' do
|
|
24
24
|
it 'should create an instance of NetworkMembership' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NetworkApi::PrivateNetworkCreate do
|
|
21
|
-
let(:instance) { NetworkApi::PrivateNetworkCreate.new }
|
|
21
|
+
#let(:instance) { NetworkApi::PrivateNetworkCreate.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PrivateNetworkCreate' do
|
|
24
24
|
it 'should create an instance of PrivateNetworkCreate' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NetworkApi::PrivateNetworkModify do
|
|
21
|
-
let(:instance) { NetworkApi::PrivateNetworkModify.new }
|
|
21
|
+
#let(:instance) { NetworkApi::PrivateNetworkModify.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PrivateNetworkModify' do
|
|
24
24
|
it 'should create an instance of PrivateNetworkModify' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NetworkApi::PrivateNetworkServer do
|
|
21
|
-
let(:instance) { NetworkApi::PrivateNetworkServer.new }
|
|
21
|
+
#let(:instance) { NetworkApi::PrivateNetworkServer.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PrivateNetworkServer' do
|
|
24
24
|
it 'should create an instance of PrivateNetworkServer' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NetworkApi::PrivateNetwork do
|
|
21
|
-
let(:instance) { NetworkApi::PrivateNetwork.new }
|
|
21
|
+
#let(:instance) { NetworkApi::PrivateNetwork.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PrivateNetwork' do
|
|
24
24
|
it 'should create an instance of PrivateNetwork' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NetworkApi::PublicNetworkCreate do
|
|
21
|
-
let(:instance) { NetworkApi::PublicNetworkCreate.new }
|
|
21
|
+
#let(:instance) { NetworkApi::PublicNetworkCreate.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PublicNetworkCreate' do
|
|
24
24
|
it 'should create an instance of PublicNetworkCreate' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NetworkApi::PublicNetworkIpBlockCreate do
|
|
21
|
-
let(:instance) { NetworkApi::PublicNetworkIpBlockCreate.new }
|
|
21
|
+
#let(:instance) { NetworkApi::PublicNetworkIpBlockCreate.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PublicNetworkIpBlockCreate' do
|
|
24
24
|
it 'should create an instance of PublicNetworkIpBlockCreate' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NetworkApi::PublicNetworkIpBlock do
|
|
21
|
-
let(:instance) { NetworkApi::PublicNetworkIpBlock.new }
|
|
21
|
+
#let(:instance) { NetworkApi::PublicNetworkIpBlock.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PublicNetworkIpBlock' do
|
|
24
24
|
it 'should create an instance of PublicNetworkIpBlock' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NetworkApi::PublicNetworkModify do
|
|
21
|
-
let(:instance) { NetworkApi::PublicNetworkModify.new }
|
|
21
|
+
#let(:instance) { NetworkApi::PublicNetworkModify.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PublicNetworkModify' do
|
|
24
24
|
it 'should create an instance of PublicNetworkModify' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.0
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NetworkApi::PublicNetwork do
|
|
21
|
-
let(:instance) { NetworkApi::PublicNetwork.new }
|
|
21
|
+
#let(:instance) { NetworkApi::PublicNetwork.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PublicNetwork' do
|
|
24
24
|
it 'should create an instance of PublicNetwork' do
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pnap_network_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -50,7 +50,16 @@ dependencies:
|
|
|
50
50
|
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: 3.6.0
|
|
53
|
-
description:
|
|
53
|
+
description: 'Create, list, edit and delete public/private networks with the Network
|
|
54
|
+
API. Use public networks to place multiple servers on the same network or VLAN.
|
|
55
|
+
Assign new servers with IP addresses from the same CIDR range. Use private networks
|
|
56
|
+
to avoid unnecessary egress data charges. Model your networks according to your
|
|
57
|
+
business needs.<br> <br> <span class=''pnap-api-knowledge-base-link''> Helpful knowledge
|
|
58
|
+
base articles are available for <a href=''https://phoenixnap.com/kb/bmc-server-management-via-api#multi-private-backend-network-api''
|
|
59
|
+
target=''_blank''>multi-private backend networks</a>, <a href=''https://phoenixnap.com/kb/bmc-server-management-via-api#ftoc-heading-15''
|
|
60
|
+
target=''_blank''>public networks</a> and <a href=''https://phoenixnap.com/kb/border-gateway-protocol-bmc''
|
|
61
|
+
target=''_blank''>border gateway protocol peer groups</a>. </span><br> <br> <b>All
|
|
62
|
+
URLs are relative to (https://api.phoenixnap.com/networks/v1/)</b> '
|
|
54
63
|
email:
|
|
55
64
|
- support@phoenixnap.com
|
|
56
65
|
executables: []
|
|
@@ -64,6 +73,7 @@ files:
|
|
|
64
73
|
- docs/AsnDetails.md
|
|
65
74
|
- docs/BGPPeerGroupsApi.md
|
|
66
75
|
- docs/BgpIPv4Prefix.md
|
|
76
|
+
- docs/BgpIpPrefix.md
|
|
67
77
|
- docs/BgpPeerGroup.md
|
|
68
78
|
- docs/BgpPeerGroupCreate.md
|
|
69
79
|
- docs/BgpPeerGroupPatch.md
|
|
@@ -86,8 +96,10 @@ files:
|
|
|
86
96
|
- lib/pnap_network_api/api/public_networks_api.rb
|
|
87
97
|
- lib/pnap_network_api/api_client.rb
|
|
88
98
|
- lib/pnap_network_api/api_error.rb
|
|
99
|
+
- lib/pnap_network_api/api_model_base.rb
|
|
89
100
|
- lib/pnap_network_api/configuration.rb
|
|
90
101
|
- lib/pnap_network_api/models/asn_details.rb
|
|
102
|
+
- lib/pnap_network_api/models/bgp_ip_prefix.rb
|
|
91
103
|
- lib/pnap_network_api/models/bgp_ipv4_prefix.rb
|
|
92
104
|
- lib/pnap_network_api/models/bgp_peer_group.rb
|
|
93
105
|
- lib/pnap_network_api/models/bgp_peer_group_create.rb
|
|
@@ -109,6 +121,7 @@ files:
|
|
|
109
121
|
- spec/api/private_networks_api_spec.rb
|
|
110
122
|
- spec/api/public_networks_api_spec.rb
|
|
111
123
|
- spec/models/asn_details_spec.rb
|
|
124
|
+
- spec/models/bgp_ip_prefix_spec.rb
|
|
112
125
|
- spec/models/bgp_ipv4_prefix_spec.rb
|
|
113
126
|
- spec/models/bgp_peer_group_create_spec.rb
|
|
114
127
|
- spec/models/bgp_peer_group_patch_spec.rb
|
|
@@ -125,11 +138,10 @@ files:
|
|
|
125
138
|
- spec/models/public_network_modify_spec.rb
|
|
126
139
|
- spec/models/public_network_spec.rb
|
|
127
140
|
- spec/spec_helper.rb
|
|
128
|
-
homepage: https://
|
|
141
|
+
homepage: https://openapi-generator.tech
|
|
129
142
|
licenses:
|
|
130
143
|
- MPL-2.0
|
|
131
|
-
metadata:
|
|
132
|
-
source_code_uri: https://github.com/phoenixnap/ruby-sdk-bmc
|
|
144
|
+
metadata: {}
|
|
133
145
|
post_install_message:
|
|
134
146
|
rdoc_options: []
|
|
135
147
|
require_paths:
|
|
@@ -150,23 +162,24 @@ signing_key:
|
|
|
150
162
|
specification_version: 4
|
|
151
163
|
summary: Networks API Ruby Gem
|
|
152
164
|
test_files:
|
|
153
|
-
- spec/api/private_networks_api_spec.rb
|
|
154
|
-
- spec/api/public_networks_api_spec.rb
|
|
155
165
|
- spec/api/bgp_peer_groups_api_spec.rb
|
|
166
|
+
- spec/api/public_networks_api_spec.rb
|
|
167
|
+
- spec/api/private_networks_api_spec.rb
|
|
156
168
|
- spec/models/private_network_spec.rb
|
|
169
|
+
- spec/models/bgp_ip_prefix_spec.rb
|
|
157
170
|
- spec/models/error_spec.rb
|
|
171
|
+
- spec/models/bgp_peer_group_spec.rb
|
|
158
172
|
- spec/models/bgp_ipv4_prefix_spec.rb
|
|
159
|
-
- spec/models/public_network_spec.rb
|
|
160
173
|
- spec/models/public_network_ip_block_create_spec.rb
|
|
161
174
|
- spec/models/bgp_peer_group_patch_spec.rb
|
|
175
|
+
- spec/models/public_network_spec.rb
|
|
176
|
+
- spec/models/network_membership_spec.rb
|
|
177
|
+
- spec/models/private_network_modify_spec.rb
|
|
162
178
|
- spec/models/public_network_create_spec.rb
|
|
179
|
+
- spec/models/private_network_create_spec.rb
|
|
180
|
+
- spec/models/private_network_server_spec.rb
|
|
163
181
|
- spec/models/public_network_ip_block_spec.rb
|
|
164
|
-
- spec/models/private_network_modify_spec.rb
|
|
165
|
-
- spec/models/public_network_modify_spec.rb
|
|
166
182
|
- spec/models/asn_details_spec.rb
|
|
167
|
-
- spec/models/bgp_peer_group_spec.rb
|
|
168
|
-
- spec/models/private_network_create_spec.rb
|
|
169
183
|
- spec/models/bgp_peer_group_create_spec.rb
|
|
170
|
-
- spec/models/
|
|
171
|
-
- spec/models/network_membership_spec.rb
|
|
184
|
+
- spec/models/public_network_modify_spec.rb
|
|
172
185
|
- spec/spec_helper.rb
|