mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-26 19:29:58 -05:00
remove samples/src folder
This commit is contained in:
parent
16af3a8376
commit
5efbeee44b
@ -1,5 +1,5 @@
|
|||||||
[connection]
|
[connection]
|
||||||
lswsdlurl=file:///path/to/the/VMware-vSphere-Automation-SDK-Python-<version>/client/wsdl/lookupservice.wsdl
|
lswsdlurl=file:///path/to/the/VMware-vSphere-Automation-SDK-Python-<version>/vsphere/samples/workflow/wsdl/lookupservice.wsdl
|
||||||
lssoapurl=https://myserver.mydomain.com/lookupservice/sdk
|
lssoapurl=https://myserver.mydomain.com/lookupservice/sdk
|
||||||
ssousername=admin
|
ssousername=admin
|
||||||
ssopassword=adminpassword
|
ssopassword=adminpassword
|
@ -87,7 +87,7 @@ h4 {
|
|||||||
|
|
||||||
<p class="Nav">
|
<p class="Nav">
|
||||||
<img src="../docs/resources/page.gif" alt="Python SDK client samples README" width="13" height="16" border="0"></img>
|
<img src="../docs/resources/page.gif" alt="Python SDK client samples README" width="13" height="16" border="0"></img>
|
||||||
<a href="samples/vSphere-Automation-Client-SDK-Python-Samples-README.html" title="README for the Python SDK samples...">README for Python SDK samples</a><br />
|
<a href="vsphere/vSphere-Automation-Client-SDK-Python-Samples-README.html" title="README for the Python SDK samples...">README for Python SDK samples</a><br />
|
||||||
<img src="../docs/resources/page.gif" alt="vSphere Automation Python SDK README" width="13" height="16" border="0"></img>
|
<img src="../docs/resources/page.gif" alt="vSphere Automation Python SDK README" width="13" height="16" border="0"></img>
|
||||||
<a href="../vSphere-Automation-SDK-Python-README.html" title="vSphere Automation Python SDK README...">vSphere Automation Python SDK README</a><br />
|
<a href="../vSphere-Automation-SDK-Python-README.html" title="vSphere Automation Python SDK README...">vSphere Automation Python SDK README</a><br />
|
||||||
</p>
|
</p>
|
||||||
@ -133,7 +133,7 @@ The following section describes the current directory contents:
|
|||||||
<tr>
|
<tr>
|
||||||
<td>samples</td>
|
<td>samples</td>
|
||||||
<td>Python samples that demonstrate the use of the vSphere Automation API</td>
|
<td>Python samples that demonstrate the use of the vSphere Automation API</td>
|
||||||
<td>See the <a href="samples/vSphere-Automation-Client-SDK-Python-Samples-README.html">Python samples README</a><br />
|
<td>See the <a href="vsphere/vSphere-Automation-Client-SDK-Python-Samples-README.html">Python samples README</a><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@ -273,8 +273,8 @@ Use suds-jurko for python 3.x
|
|||||||
<a name="runningsample"></a>
|
<a name="runningsample"></a>
|
||||||
<h2>Running a sample</h2>
|
<h2>Running a sample</h2>
|
||||||
|
|
||||||
Please refer to <a href="samples/vSphere-Automation-Client-SDK-Python-Samples-README.html#vcentersample">running a vcenter sample</a> for detailed steps to run a vCenter sample. <br/>
|
Please refer to <a href="vsphere/vSphere-Automation-Client-SDK-Python-Samples-README.html#vcentersample">running a vcenter sample</a> for detailed steps to run a vCenter sample. <br/>
|
||||||
Please refer to <a href="samples/vSphere-Automation-Client-SDK-Python-Samples-README.html#runningsample">running a workflow sample</a> for detailed steps to run a vCenter Single Sign-On, Content Library or Tagging sample.
|
Please refer to <a href="vsphere/vSphere-Automation-Client-SDK-Python-Samples-README.html#runningsample">running a workflow sample</a> for detailed steps to run a vCenter Single Sign-On, Content Library or Tagging sample.
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>run_sample.sh</strong> is needed for running the samples in UNIX/mac OS X environment</li>
|
<li><strong>run_sample.sh</strong> is needed for running the samples in UNIX/mac OS X environment</li>
|
||||||
|
@ -42,9 +42,9 @@ class ClsApiHelper(object):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
ISO_FILE_RELATIVE_DIR = '../../../../../resources/isoImages/'
|
ISO_FILE_RELATIVE_DIR = '../resources/isoImages/'
|
||||||
PLAIN_OVF_RELATIVE_DIR = '../../../../../resources/plainVmTemplate'
|
PLAIN_OVF_RELATIVE_DIR = '../resources/plainVmTemplate'
|
||||||
SIMPLE_OVF_RELATIVE_DIR = '../../../../../resources/simpleVmTemplate'
|
SIMPLE_OVF_RELATIVE_DIR = '../resources/simpleVmTemplate'
|
||||||
|
|
||||||
def __init__(self, cls_api_client, skip_verification):
|
def __init__(self, cls_api_client, skip_verification):
|
||||||
self.client = cls_api_client
|
self.client = cls_api_client
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user