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 +4 -4
- data/RELEASES.md +4 -0
- data/lib/infoblox/resource/fixedaddress.rb +4 -0
- data/lib/infoblox/resource/roaminghost.rb +18 -0
- data/lib/infoblox/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b86137af7e5cd5ad985e5a75bd6c87f05ad808f
|
4
|
+
data.tar.gz: 34cf13e277ee6e8b1d9bf6bd5d9f73e2fdddcb0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7c20495536e73c7c7443508be8675cbab7bb0a62a483970117b68200d76c0c5be2fe625093e3db21ce3b29838137d78acd9a13d978afc45bcb1e96458c47764
|
7
|
+
data.tar.gz: 4e56f4c60f56e0c2fd3f90bfdfdaf220b9c9d350f260cb21b5091a3e92e49c7b1b62205cc52989c4a8281160ebc01701e9c0d9910b5d32e88936e0009b12ef74
|
data/RELEASES.md
CHANGED
@@ -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
|
data/lib/infoblox/version.rb
CHANGED
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.
|
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-
|
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
|