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
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,719 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="c8dd624f-7ba7-4f06-b14e-a939a5806d3f" name="Default" comment="">
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/ruby_nsx_cli.gemspec" afterPath="$PROJECT_DIR$/ruby_nsx_cli.gemspec" />
|
6
|
+
</list>
|
7
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
8
|
+
<option name="TRACKING_ENABLED" value="true" />
|
9
|
+
<option name="SHOW_DIALOG" value="false" />
|
10
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
11
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
12
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
13
|
+
</component>
|
14
|
+
<component name="CoverageDataManager">
|
15
|
+
<SUITE FILE_PATH="coverage/ruby_nsx_cli@test_add_dhcp_relay__ruby_nsx_cli.coverage" NAME="test_add_dhcp_relay: ruby_nsx_cli Coverage Results" MODIFIED="1512949282869" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="ruby_nsx_cli" />
|
16
|
+
</component>
|
17
|
+
<component name="FileEditorManager">
|
18
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
19
|
+
<file leaf-file-name="nsx_virtualwire_test.rb" pinned="false" current-in-tab="false">
|
20
|
+
<entry file="file://$PROJECT_DIR$/test/nsx_virtualwire_test.rb">
|
21
|
+
<provider selected="true" editor-type-id="text-editor">
|
22
|
+
<state relative-caret-position="60">
|
23
|
+
<caret line="4" column="4" lean-forward="false" selection-start-line="4" selection-start-column="4" selection-end-line="14" selection-end-column="57" />
|
24
|
+
<folding />
|
25
|
+
</state>
|
26
|
+
</provider>
|
27
|
+
</entry>
|
28
|
+
</file>
|
29
|
+
<file leaf-file-name="ruby_nsx_cli.gemspec" pinned="false" current-in-tab="true">
|
30
|
+
<entry file="file://$PROJECT_DIR$/ruby_nsx_cli.gemspec">
|
31
|
+
<provider selected="true" editor-type-id="text-editor">
|
32
|
+
<state relative-caret-position="180">
|
33
|
+
<caret line="12" column="32" lean-forward="false" selection-start-line="12" selection-start-column="32" selection-end-line="12" selection-end-column="32" />
|
34
|
+
<folding />
|
35
|
+
</state>
|
36
|
+
</provider>
|
37
|
+
</entry>
|
38
|
+
</file>
|
39
|
+
<file leaf-file-name="nsx_edge_test.rb" pinned="false" current-in-tab="false">
|
40
|
+
<entry file="file://$PROJECT_DIR$/test/nsx_edge_test.rb">
|
41
|
+
<provider selected="true" editor-type-id="text-editor">
|
42
|
+
<state relative-caret-position="120">
|
43
|
+
<caret line="40" column="4" lean-forward="false" selection-start-line="40" selection-start-column="4" selection-end-line="71" selection-end-column="61" />
|
44
|
+
<folding />
|
45
|
+
</state>
|
46
|
+
</provider>
|
47
|
+
</entry>
|
48
|
+
</file>
|
49
|
+
</leaf>
|
50
|
+
</component>
|
51
|
+
<component name="FindInProjectRecents">
|
52
|
+
<findStrings>
|
53
|
+
<find>NO_CONTENT</find>
|
54
|
+
<find>dryrun</find>
|
55
|
+
<find>render_template</find>
|
56
|
+
<find>get</find>
|
57
|
+
<find>get(</find>
|
58
|
+
<find>create</find>
|
59
|
+
</findStrings>
|
60
|
+
</component>
|
61
|
+
<component name="Git.Settings">
|
62
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
63
|
+
</component>
|
64
|
+
<component name="IdeDocumentHistory">
|
65
|
+
<option name="CHANGED_PATHS">
|
66
|
+
<list>
|
67
|
+
<option value="$PROJECT_DIR$/test/ruby_nsx_cli_test.rb" />
|
68
|
+
<option value="$PROJECT_DIR$/lib/ruby_nsx_cli.rb" />
|
69
|
+
<option value="$PROJECT_DIR$/Gemfile" />
|
70
|
+
<option value="$PROJECT_DIR$/example_response.xml" />
|
71
|
+
<option value="$PROJECT_DIR$/.gitignore" />
|
72
|
+
<option value="$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/templates/dhcp/relayagent.xml.erb" />
|
73
|
+
<option value="$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/templates/interface/interfaces.xml.erb" />
|
74
|
+
<option value="$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/templates/virtualwire/virtualwire.xml.erb" />
|
75
|
+
<option value="$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/templates/dhcp/simple-dhcp-pool.xml.erb" />
|
76
|
+
<option value="$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/nsx_edge.rb" />
|
77
|
+
<option value="$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/nsxobject.rb" />
|
78
|
+
<option value="$PROJECT_DIR$/test/nsx_virtualwire_test.rb" />
|
79
|
+
<option value="$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/nsx_virtualwire.rb" />
|
80
|
+
<option value="$PROJECT_DIR$/test/nsx_edge_test.rb" />
|
81
|
+
<option value="$PROJECT_DIR$/README.md" />
|
82
|
+
<option value="$PROJECT_DIR$/ruby_nsx_cli.gemspec" />
|
83
|
+
</list>
|
84
|
+
</option>
|
85
|
+
</component>
|
86
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
87
|
+
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
88
|
+
<component name="JsGulpfileManager">
|
89
|
+
<detection-done>true</detection-done>
|
90
|
+
<sorting>DEFINITION_ORDER</sorting>
|
91
|
+
</component>
|
92
|
+
<component name="ProjectFrameBounds" fullScreen="true">
|
93
|
+
<option name="width" value="1440" />
|
94
|
+
<option name="height" value="900" />
|
95
|
+
</component>
|
96
|
+
<component name="ProjectInspectionProfilesVisibleTreeState">
|
97
|
+
<entry key="Project Default">
|
98
|
+
<profile-state>
|
99
|
+
<expanded-state>
|
100
|
+
<State>
|
101
|
+
<id />
|
102
|
+
</State>
|
103
|
+
</expanded-state>
|
104
|
+
<selected-state>
|
105
|
+
<State>
|
106
|
+
<id>HTML</id>
|
107
|
+
</State>
|
108
|
+
</selected-state>
|
109
|
+
</profile-state>
|
110
|
+
</entry>
|
111
|
+
</component>
|
112
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
113
|
+
<component name="ProjectView">
|
114
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
115
|
+
<flattenPackages />
|
116
|
+
<showMembers />
|
117
|
+
<showModules />
|
118
|
+
<showLibraryContents />
|
119
|
+
<hideEmptyPackages />
|
120
|
+
<abbreviatePackageNames />
|
121
|
+
<autoscrollToSource />
|
122
|
+
<autoscrollFromSource />
|
123
|
+
<sortByType />
|
124
|
+
<manualOrder />
|
125
|
+
<foldersAlwaysOnTop value="true" />
|
126
|
+
</navigator>
|
127
|
+
<panes>
|
128
|
+
<pane id="Scratches" />
|
129
|
+
<pane id="Scope" />
|
130
|
+
<pane id="ProjectPane">
|
131
|
+
<subPane>
|
132
|
+
<expand>
|
133
|
+
<path>
|
134
|
+
<item name="ruby_nsx_cli" type="b2602c69:ProjectViewProjectNode" />
|
135
|
+
<item name="ruby_nsx_cli" type="462c0819:PsiDirectoryNode" />
|
136
|
+
</path>
|
137
|
+
<path>
|
138
|
+
<item name="ruby_nsx_cli" type="b2602c69:ProjectViewProjectNode" />
|
139
|
+
<item name="ruby_nsx_cli" type="462c0819:PsiDirectoryNode" />
|
140
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
141
|
+
</path>
|
142
|
+
<path>
|
143
|
+
<item name="ruby_nsx_cli" type="b2602c69:ProjectViewProjectNode" />
|
144
|
+
<item name="ruby_nsx_cli" type="462c0819:PsiDirectoryNode" />
|
145
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
146
|
+
<item name="ruby_nsx_cli" type="462c0819:PsiDirectoryNode" />
|
147
|
+
</path>
|
148
|
+
<path>
|
149
|
+
<item name="ruby_nsx_cli" type="b2602c69:ProjectViewProjectNode" />
|
150
|
+
<item name="ruby_nsx_cli" type="462c0819:PsiDirectoryNode" />
|
151
|
+
<item name="test" type="462c0819:PsiDirectoryNode" />
|
152
|
+
</path>
|
153
|
+
<path>
|
154
|
+
<item name="ruby_nsx_cli" type="b2602c69:ProjectViewProjectNode" />
|
155
|
+
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
156
|
+
</path>
|
157
|
+
</expand>
|
158
|
+
<select />
|
159
|
+
</subPane>
|
160
|
+
</pane>
|
161
|
+
</panes>
|
162
|
+
</component>
|
163
|
+
<component name="PropertiesComponent">
|
164
|
+
<property name="settings.editor.selected.configurable" value="fileTemplates" />
|
165
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
166
|
+
</component>
|
167
|
+
<component name="RecentsManager">
|
168
|
+
<key name="CopyFile.RECENT_KEYS">
|
169
|
+
<recent name="$PROJECT_DIR$/test" />
|
170
|
+
<recent name="$PROJECT_DIR$/lib/ruby_nsx_cli" />
|
171
|
+
</key>
|
172
|
+
</component>
|
173
|
+
<component name="RunDashboard">
|
174
|
+
<option name="ruleStates">
|
175
|
+
<list>
|
176
|
+
<RuleState>
|
177
|
+
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
178
|
+
</RuleState>
|
179
|
+
<RuleState>
|
180
|
+
<option name="name" value="StatusDashboardGroupingRule" />
|
181
|
+
</RuleState>
|
182
|
+
</list>
|
183
|
+
</option>
|
184
|
+
</component>
|
185
|
+
<component name="RunManager" selected="Test::Unit/Shoulda/Minitest.test_add_dhcp_relay: ruby_nsx_cli">
|
186
|
+
<configuration default="true" type="CapistranoRunConfigurationType" factoryName="Capistrano">
|
187
|
+
<module name="ruby_nsx_cli" />
|
188
|
+
<CAPISTRANO_RUN_CONFIGURATION NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
189
|
+
<CAPISTRANO_RUN_CONFIGURATION NAME="WORK DIR" VALUE="" />
|
190
|
+
<CAPISTRANO_RUN_CONFIGURATION NAME="SHOULD_USE_SDK" VALUE="false" />
|
191
|
+
<CAPISTRANO_RUN_CONFIGURATION NAME="ALTERN_SDK_NAME" VALUE="" />
|
192
|
+
<CAPISTRANO_RUN_CONFIGURATION NAME="myPassParentEnvs" VALUE="true" />
|
193
|
+
<envs />
|
194
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
195
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
196
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
197
|
+
<COVERAGE_PATTERN ENABLED="true">
|
198
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
199
|
+
</COVERAGE_PATTERN>
|
200
|
+
</EXTENSION>
|
201
|
+
<CAPISTRANO_RUN_CONFIG_SETTINGS_ID NAME="CAPISTRANO_TASK_NAME" VALUE="" />
|
202
|
+
<CAPISTRANO_RUN_CONFIG_SETTINGS_ID NAME="CAPISTRANO_TASK_ARGS" VALUE="" />
|
203
|
+
<CAPISTRANO_RUN_CONFIG_SETTINGS_ID NAME="CAPISTRANO_STAGE" VALUE="" />
|
204
|
+
</configuration>
|
205
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
206
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
207
|
+
<module name="ruby_nsx_cli" />
|
208
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
209
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
210
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
211
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
212
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
213
|
+
<envs />
|
214
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
215
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
216
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
217
|
+
<COVERAGE_PATTERN ENABLED="true">
|
218
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
219
|
+
</COVERAGE_PATTERN>
|
220
|
+
</EXTENSION>
|
221
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
222
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
223
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
224
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
225
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
226
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
227
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
228
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
229
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
230
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
231
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
232
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
233
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
234
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
235
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
236
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
237
|
+
</configuration>
|
238
|
+
<configuration default="true" type="IrbRunConfigurationType" factoryName="IRB console">
|
239
|
+
<module name="ruby_nsx_cli" />
|
240
|
+
<IRB_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
241
|
+
<IRB_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
242
|
+
<IRB_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
243
|
+
<IRB_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
244
|
+
<IRB_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
245
|
+
<envs />
|
246
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
247
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
248
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
249
|
+
<COVERAGE_PATTERN ENABLED="true">
|
250
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
251
|
+
</COVERAGE_PATTERN>
|
252
|
+
</EXTENSION>
|
253
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
254
|
+
<IRB_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
255
|
+
<IRB_RUN_CONFIG NAME="IS_RAILS_CONSOLE" VALUE="false" />
|
256
|
+
</configuration>
|
257
|
+
<configuration default="true" type="RackRunConfigurationType" factoryName="Rack">
|
258
|
+
<module name="ruby_nsx_cli" />
|
259
|
+
<RACK_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
260
|
+
<RACK_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
261
|
+
<RACK_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
262
|
+
<RACK_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
263
|
+
<RACK_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
264
|
+
<envs />
|
265
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
266
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
267
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
268
|
+
<COVERAGE_PATTERN ENABLED="true">
|
269
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
270
|
+
</COVERAGE_PATTERN>
|
271
|
+
</EXTENSION>
|
272
|
+
<RACK_CONFIG_SETTINGS_ID NAME="PORT" VALUE="9292" />
|
273
|
+
<RACK_CONFIG_SETTINGS_ID NAME="IP" VALUE="0.0.0.0" />
|
274
|
+
<RACK_CONFIG_SETTINGS_ID NAME="CONFIG_FILE" VALUE="" />
|
275
|
+
<RACK_CONFIG_SETTINGS_ID NAME="RACK_SERVER_TYPE" VALUE="default" />
|
276
|
+
<RACK_CONFIG_SETTINGS_ID NAME="LAUNCH_JS" VALUE="false" />
|
277
|
+
</configuration>
|
278
|
+
<configuration default="true" type="RakeRunConfigurationType" factoryName="Rake">
|
279
|
+
<module name="ruby_nsx_cli" />
|
280
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
281
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
282
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
283
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
284
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
285
|
+
<envs>
|
286
|
+
<env name="NSX_USERNAME" value="daniel.cole" />
|
287
|
+
<env name="NSX_PASSWORD" value="DontAskMeAgain1!" />
|
288
|
+
<env name="NSX_MANAGER_URL" value="m2spcnsxv01.macquariecloudservices.com" />
|
289
|
+
<env name="NSX_TEST_DLR_ID" value="edge-4" />
|
290
|
+
<env name="NSX_TEST_ESG_ID" value="edge-4" />
|
291
|
+
</envs>
|
292
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
293
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
294
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
295
|
+
<COVERAGE_PATTERN ENABLED="true">
|
296
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
297
|
+
</COVERAGE_PATTERN>
|
298
|
+
</EXTENSION>
|
299
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="test" />
|
300
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="TEST=test/nsx_edge_test.rb TESTOPTS="--name=test_add_dhcp_relay -v"" />
|
301
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
302
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
303
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
304
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
305
|
+
</configuration>
|
306
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
307
|
+
<module name="ruby_nsx_cli" />
|
308
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
309
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
310
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
311
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
312
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
313
|
+
<envs />
|
314
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
315
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
316
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
317
|
+
<COVERAGE_PATTERN ENABLED="true">
|
318
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
319
|
+
</COVERAGE_PATTERN>
|
320
|
+
</EXTENSION>
|
321
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
322
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
323
|
+
</configuration>
|
324
|
+
<configuration name="test_add_dhcp_relay: ruby_nsx_cli" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest" temporary="true">
|
325
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
326
|
+
<module name="ruby_nsx_cli" />
|
327
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) -Ilib:test" />
|
328
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
329
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
330
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
331
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
332
|
+
<envs>
|
333
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
334
|
+
<env name="NSX_USERNAME" value="daniel.cole" />
|
335
|
+
<env name="NSX_PASSWORD" value="DontAskMeAgain1!" />
|
336
|
+
<env name="NSX_MANAGER_URL" value="m2spcnsxv01.macquariecloudservices.com" />
|
337
|
+
<env name="NSX_TEST_DLR_ID" value="edge-4" />
|
338
|
+
<env name="NSX_TEST_ESG_ID" value="edge-4" />
|
339
|
+
</envs>
|
340
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
341
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
342
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
343
|
+
<COVERAGE_PATTERN ENABLED="true">
|
344
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
345
|
+
</COVERAGE_PATTERN>
|
346
|
+
</EXTENSION>
|
347
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
348
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/test/nsx_edge_test.rb" />
|
349
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
350
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="test_add_dhcp_relay" />
|
351
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_METHOD" />
|
352
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
353
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
354
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
355
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
356
|
+
</configuration>
|
357
|
+
<recent_temporary>
|
358
|
+
<list size="1">
|
359
|
+
<item index="0" class="java.lang.String" itemvalue="Test::Unit/Shoulda/Minitest.test_add_dhcp_relay: ruby_nsx_cli" />
|
360
|
+
</list>
|
361
|
+
</recent_temporary>
|
362
|
+
</component>
|
363
|
+
<component name="ShelveChangesManager" show_recycled="false">
|
364
|
+
<option name="remove_strategy" value="false" />
|
365
|
+
</component>
|
366
|
+
<component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
|
367
|
+
<component name="TaskManager">
|
368
|
+
<task active="true" id="Default" summary="Default task">
|
369
|
+
<changelist id="c8dd624f-7ba7-4f06-b14e-a939a5806d3f" name="Default" comment="" />
|
370
|
+
<created>1512888067673</created>
|
371
|
+
<option name="number" value="Default" />
|
372
|
+
<option name="presentableId" value="Default" />
|
373
|
+
<updated>1512888067673</updated>
|
374
|
+
<workItem from="1512888069060" duration="927000" />
|
375
|
+
<workItem from="1512889011334" duration="10556000" />
|
376
|
+
<workItem from="1512944640217" duration="10985000" />
|
377
|
+
</task>
|
378
|
+
<servers />
|
379
|
+
</component>
|
380
|
+
<component name="TestHistory">
|
381
|
+
<history-entry file="test_add_dhcp_relay__ruby_nsx_cli - 2017.12.11 at 10h 38m 43s.xml">
|
382
|
+
<configuration name="test_add_dhcp_relay: ruby_nsx_cli" configurationId="TestUnitRunConfigurationType" />
|
383
|
+
</history-entry>
|
384
|
+
<history-entry file="test_add_dhcp_relay__ruby_nsx_cli - 2017.12.11 at 10h 41m 21s.xml">
|
385
|
+
<configuration name="test_add_dhcp_relay: ruby_nsx_cli" configurationId="TestUnitRunConfigurationType" />
|
386
|
+
</history-entry>
|
387
|
+
<history-entry file="test_add_dhcp_relay__ruby_nsx_cli - 2017.12.11 at 10h 41m 57s.xml">
|
388
|
+
<configuration name="test_add_dhcp_relay: ruby_nsx_cli" configurationId="TestUnitRunConfigurationType" />
|
389
|
+
</history-entry>
|
390
|
+
</component>
|
391
|
+
<component name="TimeTrackingManager">
|
392
|
+
<option name="totallyTimeSpent" value="22468000" />
|
393
|
+
</component>
|
394
|
+
<component name="ToolWindowManager">
|
395
|
+
<frame x="0" y="0" width="1440" height="900" extended-state="0" />
|
396
|
+
<editor active="true" />
|
397
|
+
<layout>
|
398
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
399
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
400
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
401
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
402
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
403
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32992035" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
404
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
405
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33105803" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
406
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
407
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3993174" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
408
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
409
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32992035" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
410
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
411
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
412
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
413
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
414
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32992035" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
415
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
416
|
+
</layout>
|
417
|
+
</component>
|
418
|
+
<component name="TypeScriptGeneratedFilesManager">
|
419
|
+
<option name="version" value="1" />
|
420
|
+
</component>
|
421
|
+
<component name="VcsContentAnnotationSettings">
|
422
|
+
<option name="myLimit" value="2678400000" />
|
423
|
+
</component>
|
424
|
+
<component name="XDebuggerManager">
|
425
|
+
<breakpoint-manager>
|
426
|
+
<option name="time" value="1" />
|
427
|
+
</breakpoint-manager>
|
428
|
+
<watches-manager />
|
429
|
+
</component>
|
430
|
+
<component name="editorHistoryManager">
|
431
|
+
<entry file="file://$PROJECT_DIR$/test/nsx_virtualwire_test.rb">
|
432
|
+
<provider selected="true" editor-type-id="text-editor">
|
433
|
+
<state relative-caret-position="0">
|
434
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
435
|
+
<folding />
|
436
|
+
</state>
|
437
|
+
</provider>
|
438
|
+
</entry>
|
439
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/nsx_virtualwire.rb">
|
440
|
+
<provider selected="true" editor-type-id="text-editor">
|
441
|
+
<state relative-caret-position="420">
|
442
|
+
<caret line="28" column="56" lean-forward="true" selection-start-line="28" selection-start-column="56" selection-end-line="28" selection-end-column="56" />
|
443
|
+
<folding />
|
444
|
+
</state>
|
445
|
+
</provider>
|
446
|
+
</entry>
|
447
|
+
<entry file="file://$PROJECT_DIR$/test/nsx_virtualwire_test.rb">
|
448
|
+
<provider selected="true" editor-type-id="text-editor">
|
449
|
+
<state relative-caret-position="105">
|
450
|
+
<caret line="7" column="0" lean-forward="true" selection-start-line="7" selection-start-column="0" selection-end-line="7" selection-end-column="0" />
|
451
|
+
<folding />
|
452
|
+
</state>
|
453
|
+
</provider>
|
454
|
+
</entry>
|
455
|
+
<entry file="file://$PROJECT_DIR$/test/nsx_edge_test.rb">
|
456
|
+
<provider selected="true" editor-type-id="text-editor">
|
457
|
+
<state relative-caret-position="0">
|
458
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
459
|
+
<folding />
|
460
|
+
</state>
|
461
|
+
</provider>
|
462
|
+
</entry>
|
463
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
464
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
465
|
+
<state split_layout="SPLIT">
|
466
|
+
<first_editor relative-caret-position="510">
|
467
|
+
<caret line="34" column="20" lean-forward="true" selection-start-line="34" selection-start-column="20" selection-end-line="34" selection-end-column="20" />
|
468
|
+
<folding />
|
469
|
+
</first_editor>
|
470
|
+
<second_editor />
|
471
|
+
</state>
|
472
|
+
</provider>
|
473
|
+
</entry>
|
474
|
+
<entry file="file://$PROJECT_DIR$/test/ruby_nsx_cli_test.rb">
|
475
|
+
<provider selected="true" editor-type-id="text-editor">
|
476
|
+
<state relative-caret-position="90">
|
477
|
+
<caret line="6" column="0" lean-forward="false" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
478
|
+
<folding />
|
479
|
+
</state>
|
480
|
+
</provider>
|
481
|
+
</entry>
|
482
|
+
<entry file="file://$PROJECT_DIR$/test/test_helper.rb">
|
483
|
+
<provider selected="true" editor-type-id="text-editor">
|
484
|
+
<state relative-caret-position="0">
|
485
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
486
|
+
</state>
|
487
|
+
</provider>
|
488
|
+
</entry>
|
489
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli.rb">
|
490
|
+
<provider selected="true" editor-type-id="text-editor">
|
491
|
+
<state relative-caret-position="60">
|
492
|
+
<caret line="4" column="52" lean-forward="false" selection-start-line="4" selection-start-column="52" selection-end-line="4" selection-end-column="52" />
|
493
|
+
</state>
|
494
|
+
</provider>
|
495
|
+
</entry>
|
496
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/nsx_edge.rb">
|
497
|
+
<provider selected="true" editor-type-id="text-editor">
|
498
|
+
<state relative-caret-position="0">
|
499
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
500
|
+
<folding />
|
501
|
+
</state>
|
502
|
+
</provider>
|
503
|
+
</entry>
|
504
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/nsx_virtualwire.rb">
|
505
|
+
<provider selected="true" editor-type-id="text-editor">
|
506
|
+
<state relative-caret-position="240">
|
507
|
+
<caret line="16" column="32" lean-forward="true" selection-start-line="16" selection-start-column="32" selection-end-line="16" selection-end-column="32" />
|
508
|
+
<folding />
|
509
|
+
</state>
|
510
|
+
</provider>
|
511
|
+
</entry>
|
512
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/nsxobject.rb">
|
513
|
+
<provider selected="true" editor-type-id="text-editor">
|
514
|
+
<state relative-caret-position="315">
|
515
|
+
<caret line="21" column="71" lean-forward="false" selection-start-line="21" selection-start-column="56" selection-end-line="21" selection-end-column="71" />
|
516
|
+
<folding />
|
517
|
+
</state>
|
518
|
+
</provider>
|
519
|
+
</entry>
|
520
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
521
|
+
<provider selected="true" editor-type-id="text-editor">
|
522
|
+
<state relative-caret-position="60">
|
523
|
+
<caret line="4" column="18" lean-forward="true" selection-start-line="4" selection-start-column="18" selection-end-line="4" selection-end-column="18" />
|
524
|
+
</state>
|
525
|
+
</provider>
|
526
|
+
</entry>
|
527
|
+
<entry file="file://$PROJECT_DIR$/LICENSE.txt">
|
528
|
+
<provider selected="true" editor-type-id="text-editor">
|
529
|
+
<state relative-caret-position="0">
|
530
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
531
|
+
</state>
|
532
|
+
</provider>
|
533
|
+
</entry>
|
534
|
+
<entry file="file://$PROJECT_DIR$/Gemfile.lock">
|
535
|
+
<provider selected="true" editor-type-id="text-editor">
|
536
|
+
<state relative-caret-position="0">
|
537
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
538
|
+
</state>
|
539
|
+
</provider>
|
540
|
+
</entry>
|
541
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli.rb">
|
542
|
+
<provider selected="true" editor-type-id="text-editor">
|
543
|
+
<state relative-caret-position="60">
|
544
|
+
<caret line="4" column="52" lean-forward="false" selection-start-line="4" selection-start-column="52" selection-end-line="4" selection-end-column="52" />
|
545
|
+
</state>
|
546
|
+
</provider>
|
547
|
+
</entry>
|
548
|
+
<entry file="file://$PROJECT_DIR$/test/test_helper.rb">
|
549
|
+
<provider selected="true" editor-type-id="text-editor">
|
550
|
+
<state relative-caret-position="45">
|
551
|
+
<caret line="3" column="15" lean-forward="false" selection-start-line="3" selection-start-column="15" selection-end-line="3" selection-end-column="15" />
|
552
|
+
</state>
|
553
|
+
</provider>
|
554
|
+
</entry>
|
555
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
556
|
+
<provider selected="true" editor-type-id="text-editor">
|
557
|
+
<state relative-caret-position="30">
|
558
|
+
<caret line="2" column="15" lean-forward="true" selection-start-line="2" selection-start-column="15" selection-end-line="2" selection-end-column="15" />
|
559
|
+
<folding />
|
560
|
+
</state>
|
561
|
+
</provider>
|
562
|
+
</entry>
|
563
|
+
<entry file="file://$APPLICATION_HOME_DIR$/rubystubs24/module.rb">
|
564
|
+
<provider selected="true" editor-type-id="text-editor">
|
565
|
+
<state relative-caret-position="283">
|
566
|
+
<caret line="602" column="8" lean-forward="false" selection-start-line="602" selection-start-column="8" selection-end-line="602" selection-end-column="8" />
|
567
|
+
</state>
|
568
|
+
</provider>
|
569
|
+
</entry>
|
570
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.4.2/gems/rest-client-2.0.2/lib/restclient/request.rb">
|
571
|
+
<provider selected="true" editor-type-id="text-editor">
|
572
|
+
<state relative-caret-position="286">
|
573
|
+
<caret line="439" column="20" lean-forward="true" selection-start-line="439" selection-start-column="20" selection-end-line="439" selection-end-column="20" />
|
574
|
+
<folding />
|
575
|
+
</state>
|
576
|
+
</provider>
|
577
|
+
</entry>
|
578
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
579
|
+
<provider selected="true" editor-type-id="text-editor">
|
580
|
+
<state relative-caret-position="135">
|
581
|
+
<caret line="9" column="22" lean-forward="true" selection-start-line="9" selection-start-column="22" selection-end-line="9" selection-end-column="22" />
|
582
|
+
</state>
|
583
|
+
</provider>
|
584
|
+
</entry>
|
585
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.4.2/gems/rest-client-2.0.2/lib/restclient/resource.rb">
|
586
|
+
<provider selected="true" editor-type-id="text-editor">
|
587
|
+
<state relative-caret-position="313">
|
588
|
+
<caret line="50" column="20" lean-forward="false" selection-start-line="50" selection-start-column="20" selection-end-line="50" selection-end-column="20" />
|
589
|
+
</state>
|
590
|
+
</provider>
|
591
|
+
</entry>
|
592
|
+
<entry file="file://$PROJECT_DIR$/example_response.xml" />
|
593
|
+
<entry file="file://$PROJECT_DIR$/CODE_OF_CONDUCT.md">
|
594
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
595
|
+
<state split_layout="SPLIT">
|
596
|
+
<first_editor relative-caret-position="780">
|
597
|
+
<caret line="62" column="0" lean-forward="true" selection-start-line="62" selection-start-column="0" selection-end-line="62" selection-end-column="0" />
|
598
|
+
</first_editor>
|
599
|
+
<second_editor />
|
600
|
+
</state>
|
601
|
+
</provider>
|
602
|
+
</entry>
|
603
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
604
|
+
<provider selected="true" editor-type-id="text-editor">
|
605
|
+
<state relative-caret-position="120">
|
606
|
+
<caret line="8" column="6" lean-forward="true" selection-start-line="8" selection-start-column="6" selection-end-line="8" selection-end-column="6" />
|
607
|
+
<folding />
|
608
|
+
</state>
|
609
|
+
</provider>
|
610
|
+
</entry>
|
611
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/templates/dhcp/relayagent.xml.erb">
|
612
|
+
<provider selected="true" editor-type-id="text-editor">
|
613
|
+
<state relative-caret-position="45">
|
614
|
+
<caret line="3" column="13" lean-forward="true" selection-start-line="3" selection-start-column="13" selection-end-line="3" selection-end-column="13" />
|
615
|
+
<folding />
|
616
|
+
</state>
|
617
|
+
</provider>
|
618
|
+
</entry>
|
619
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/templates/interface/interfaces.xml.erb">
|
620
|
+
<provider selected="true" editor-type-id="text-editor">
|
621
|
+
<state relative-caret-position="165">
|
622
|
+
<caret line="11" column="35" lean-forward="true" selection-start-line="11" selection-start-column="35" selection-end-line="11" selection-end-column="35" />
|
623
|
+
<folding />
|
624
|
+
</state>
|
625
|
+
</provider>
|
626
|
+
</entry>
|
627
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/templates/virtualwire/virtualwire.xml.erb">
|
628
|
+
<provider selected="true" editor-type-id="text-editor">
|
629
|
+
<state relative-caret-position="60">
|
630
|
+
<caret line="4" column="37" lean-forward="true" selection-start-line="4" selection-start-column="37" selection-end-line="4" selection-end-column="37" />
|
631
|
+
<folding />
|
632
|
+
</state>
|
633
|
+
</provider>
|
634
|
+
</entry>
|
635
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/templates/dhcp/simple-dhcp-pool.xml.erb">
|
636
|
+
<provider selected="true" editor-type-id="text-editor">
|
637
|
+
<state relative-caret-position="15">
|
638
|
+
<caret line="1" column="23" lean-forward="false" selection-start-line="1" selection-start-column="15" selection-end-line="1" selection-end-column="23" />
|
639
|
+
<folding />
|
640
|
+
</state>
|
641
|
+
</provider>
|
642
|
+
</entry>
|
643
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/nsx_virtualwire.rb">
|
644
|
+
<provider selected="true" editor-type-id="text-editor">
|
645
|
+
<state relative-caret-position="570">
|
646
|
+
<caret line="38" column="9" lean-forward="true" selection-start-line="38" selection-start-column="9" selection-end-line="38" selection-end-column="9" />
|
647
|
+
<folding />
|
648
|
+
</state>
|
649
|
+
</provider>
|
650
|
+
</entry>
|
651
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/nsxobject.rb">
|
652
|
+
<provider selected="true" editor-type-id="text-editor">
|
653
|
+
<state relative-caret-position="573">
|
654
|
+
<caret line="156" column="24" lean-forward="true" selection-start-line="156" selection-start-column="24" selection-end-line="156" selection-end-column="24" />
|
655
|
+
<folding />
|
656
|
+
</state>
|
657
|
+
</provider>
|
658
|
+
</entry>
|
659
|
+
<entry file="file://$PROJECT_DIR$/test/ruby_nsx_cli_test.rb">
|
660
|
+
<provider selected="true" editor-type-id="text-editor">
|
661
|
+
<state relative-caret-position="90">
|
662
|
+
<caret line="6" column="0" lean-forward="false" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
|
663
|
+
<folding />
|
664
|
+
</state>
|
665
|
+
</provider>
|
666
|
+
</entry>
|
667
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli/nsx_objects/nsx_edge.rb">
|
668
|
+
<provider selected="true" editor-type-id="text-editor">
|
669
|
+
<state relative-caret-position="379">
|
670
|
+
<caret line="123" column="9" lean-forward="false" selection-start-line="123" selection-start-column="9" selection-end-line="123" selection-end-column="9" />
|
671
|
+
<folding />
|
672
|
+
</state>
|
673
|
+
</provider>
|
674
|
+
</entry>
|
675
|
+
<entry file="file://$PROJECT_DIR$/lib/ruby_nsx_cli/version.rb">
|
676
|
+
<provider selected="true" editor-type-id="text-editor">
|
677
|
+
<state relative-caret-position="0">
|
678
|
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
679
|
+
<folding />
|
680
|
+
</state>
|
681
|
+
</provider>
|
682
|
+
</entry>
|
683
|
+
<entry file="file://$PROJECT_DIR$/test/nsx_edge_test.rb">
|
684
|
+
<provider selected="true" editor-type-id="text-editor">
|
685
|
+
<state relative-caret-position="120">
|
686
|
+
<caret line="40" column="4" lean-forward="false" selection-start-line="40" selection-start-column="4" selection-end-line="71" selection-end-column="61" />
|
687
|
+
<folding />
|
688
|
+
</state>
|
689
|
+
</provider>
|
690
|
+
</entry>
|
691
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
692
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
693
|
+
<state split_layout="SPLIT">
|
694
|
+
<first_editor relative-caret-position="465">
|
695
|
+
<caret line="85" column="38" lean-forward="false" selection-start-line="85" selection-start-column="38" selection-end-line="85" selection-end-column="38" />
|
696
|
+
<folding />
|
697
|
+
</first_editor>
|
698
|
+
<second_editor />
|
699
|
+
</state>
|
700
|
+
</provider>
|
701
|
+
</entry>
|
702
|
+
<entry file="file://$PROJECT_DIR$/test/nsx_virtualwire_test.rb">
|
703
|
+
<provider selected="true" editor-type-id="text-editor">
|
704
|
+
<state relative-caret-position="60">
|
705
|
+
<caret line="4" column="4" lean-forward="false" selection-start-line="4" selection-start-column="4" selection-end-line="14" selection-end-column="57" />
|
706
|
+
<folding />
|
707
|
+
</state>
|
708
|
+
</provider>
|
709
|
+
</entry>
|
710
|
+
<entry file="file://$PROJECT_DIR$/ruby_nsx_cli.gemspec">
|
711
|
+
<provider selected="true" editor-type-id="text-editor">
|
712
|
+
<state relative-caret-position="180">
|
713
|
+
<caret line="12" column="32" lean-forward="false" selection-start-line="12" selection-start-column="32" selection-end-line="12" selection-end-column="32" />
|
714
|
+
<folding />
|
715
|
+
</state>
|
716
|
+
</provider>
|
717
|
+
</entry>
|
718
|
+
</component>
|
719
|
+
</project>
|