ruby_nsx_cli 0.1.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 +7 -0
- data/.gitignore +9 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/dictionaries/dancole.xml +3 -0
- data/.idea/inspectionProfiles/Project_Default.xml +6 -0
- data/.idea/misc.xml +4 -0
- data/.idea/modules.xml +8 -0
- data/.idea/ruby_nsx_cli.iml +23 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +719 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +11 -0
- data/Gemfile.lock +33 -0
- data/LICENSE.txt +21 -0
- data/README.md +130 -0
- data/Rakefile +10 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/ruby_nsx_cli/nsx_objects/nsx_edge.rb +184 -0
- data/lib/ruby_nsx_cli/nsx_objects/nsx_virtualwire.rb +87 -0
- data/lib/ruby_nsx_cli/nsx_objects/nsxobject.rb +189 -0
- data/lib/ruby_nsx_cli/nsx_objects/templates/dhcp/relayagent.xml.erb +4 -0
- data/lib/ruby_nsx_cli/nsx_objects/templates/dhcp/simple-dhcp-pool.xml.erb +9 -0
- data/lib/ruby_nsx_cli/nsx_objects/templates/interface/interfaces.xml.erb +15 -0
- data/lib/ruby_nsx_cli/nsx_objects/templates/virtualwire/virtualwire.xml.erb +6 -0
- data/lib/ruby_nsx_cli/version.rb +3 -0
- data/lib/ruby_nsx_cli.rb +6 -0
- data/ruby_nsx_cli.gemspec +28 -0
- metadata +141 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: ea5a7c3e8920fdecd69b2d7c68c9dc1f4161723a
|
4
|
+
data.tar.gz: 0be7de6169fcce0f5fdb3fbed4ad4eeef7381983
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 7237a4b0d3dce365628c2bd3d8f2f2474c5e9396607bd836d15632d50de0fe93080f136c0883f6dbac9eaaa488559f176050d64086a3fa505bd99cf92845e4eb
|
7
|
+
data.tar.gz: c333cb4153d6b02deca934522295a5e2cd3b80b2c241c0967ceab3da8c0d714a0dd56ba9064efa8c5914531019dd6be6bc954d515c0e38c6cd4c215d22dd7e3c
|
data/.gitignore
ADDED
data/.idea/.rakeTasks
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
+
You are allowed to:
|
4
|
+
1. Remove rake task
|
5
|
+
2. Add existing rake tasks
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake" /></Settings>
|
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ProjectModuleManager">
|
4
|
+
<modules>
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/ruby_nsx_cli.iml" filepath="$PROJECT_DIR$/.idea/ruby_nsx_cli.iml" />
|
6
|
+
</modules>
|
7
|
+
</component>
|
8
|
+
</project>
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$" />
|
8
|
+
<orderEntry type="inheritedJdk" />
|
9
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.16.0, RVM: ruby-2.4.2) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="domain_name (v0.5.20170404, RVM: ruby-2.4.2) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="http-cookie (v1.0.3, RVM: ruby-2.4.2) [gem]" level="application" />
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="mime-types (v2.99.3, RVM: ruby-2.4.2) [gem]" level="application" />
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="mini_portile2 (v2.3.0, RVM: ruby-2.4.2) [gem]" level="application" />
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.10.1, RVM: ruby-2.4.2) [gem]" level="application" />
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="netrc (v0.11.0, RVM: ruby-2.4.2) [gem]" level="application" />
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.8.1, RVM: ruby-2.4.2) [gem]" level="application" />
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v12.0.0, RVM: ruby-2.4.2) [gem]" level="application" />
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="rest-client (v2.0.2, RVM: ruby-2.4.2) [gem]" level="application" />
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="unf (v0.1.4, RVM: ruby-2.4.2) [gem]" level="application" />
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="unf_ext (v0.0.7.4, RVM: ruby-2.4.2) [gem]" level="application" />
|
22
|
+
</component>
|
23
|
+
</module>
|