infoblox 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b62d41eab653b02b14d6e366d4b8a64a57d2bc2
4
- data.tar.gz: 3554301088065332b186e1cbf99a5b3c6aab33e7
3
+ metadata.gz: 3b86137af7e5cd5ad985e5a75bd6c87f05ad808f
4
+ data.tar.gz: 34cf13e277ee6e8b1d9bf6bd5d9f73e2fdddcb0d
5
5
  SHA512:
6
- metadata.gz: c70668f099a53af4280b0a8822d26714a411a186a5da2ac0ca6c4aaa73005eda65c90e75cee0cca58454dbf904a07a677ed232b09a8b569c2ae6853e38fcc983
7
- data.tar.gz: 560b2e76d7c00391857d4824e4ee9b1a60673cd5149f43664571e4965b89d26e296c6cb89af84e20133d6551df52e56d4ee26bcbe06e56b31fa034dd6abc9be2
6
+ metadata.gz: e7c20495536e73c7c7443508be8675cbab7bb0a62a483970117b68200d76c0c5be2fe625093e3db21ce3b29838137d78acd9a13d978afc45bcb1e96458c47764
7
+ data.tar.gz: 4e56f4c60f56e0c2fd3f90bfdfdaf220b9c9d350f260cb21b5091a3e92e49c7b1b62205cc52989c4a8281160ebc01701e9c0d9910b5d32e88936e0009b12ef74
data/RELEASES.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.0.4 - March 8 2017
2
+ * Added RoamingHost resource
3
+ * Added fields to FixedAddress
4
+
1
5
  ## 2.0.3 - February 15 2017
2
6
  * Added Lease resource
3
7
 
@@ -9,6 +9,10 @@ module Infoblox
9
9
  :network_view,
10
10
  :options,
11
11
  :match_client,
12
+ :bootfile,
13
+ :use_bootfile,
14
+ :nextserver,
15
+ :use_nextserver,
12
16
  :comment
13
17
 
14
18
  wapi_object "fixedaddress"
@@ -0,0 +1,18 @@
1
+ module Infoblox
2
+ # minimum WAPI version: 1.1
3
+ class RoamingHost < Resource
4
+ remote_attr_accessor :extattrs,
5
+ :mac,
6
+ :bootfile,
7
+ :use_bootfile,
8
+ :nextserver,
9
+ :use_nextserver,
10
+ :name,
11
+ :network_view,
12
+ :options,
13
+ :match_client,
14
+ :comment
15
+
16
+ wapi_object 'roaminghost'
17
+ end
18
+ end
@@ -1,3 +1,3 @@
1
1
  module Infoblox
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infoblox
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Billy Reisinger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-15 00:00:00.000000000 Z
11
+ date: 2017-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -128,6 +128,7 @@ files:
128
128
  - lib/infoblox/resource/network_container.rb
129
129
  - lib/infoblox/resource/ptr.rb
130
130
  - lib/infoblox/resource/range.rb
131
+ - lib/infoblox/resource/roaminghost.rb
131
132
  - lib/infoblox/resource/search.rb
132
133
  - lib/infoblox/resource/srv.rb
133
134
  - lib/infoblox/resource/txt.rb