Home
last modified time | relevance | path

Searched refs:vmPathName (Results 1 – 25 of 25) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/install/management/
H A Dcreate.go86 VMPathName: d.vmPathName,
137 isoTargetPath := path.Join(d.vmPathName, key)
169 return d.session.Datastore.UploadFile(op, image, path.Join(d.vmPathName, key),
H A Dconfigure.go59 if d.vmPathName, err = d.appliance.DatastoreFolderName(d.op); err != nil {
77 …conf.BootstrapImagePath = fmt.Sprintf("[%s] %s/%s", conf.ImageStores[0].Host, d.vmPathName, settin…
282 file := ds.Path(path.Join(d.vmPathName, settings.ApplianceISO))
287 file = ds.Path(path.Join(d.vmPathName, settings.BootstrapISO))
304 isoFile = fmt.Sprintf("[%s] %s/%s", conf.ImageStores[0].Host, d.vmPathName, settings.ApplianceISO)
H A Dappliance.go478 …cdrom = devices.InsertIso(cdrom, fmt.Sprintf("[%s] %s/%s", conf.ImageStores[0].Host, d.vmPathName,…
600 if d.vmPathName, err = vm2.DatastoreFolderName(d.op); err != nil {
604 d.op.Debugf("vm folder name: %q", d.vmPathName)
699 …conf.BootstrapImagePath = fmt.Sprintf("[%s] %s/%s", conf.ImageStores[0].Host, d.vmPathName, settin…
702 conf.ImageStores[0].Path = d.vmPathName
H A Dconfigure_test.go95 vmPathName: name,
H A Ddispatcher.go94 vmPathName string member
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/
H A Dvmware.py334 facts['hw_files'] = [files.vmPathName]
340 facts['hw_files'].append(os.path.join(os.path.dirname(files.vmPathName), item))
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/vmware/
H A Dvolumeops.py750 vm_file_info.vmPathName = '[%s]' % ds_name
1461 'config.files').vmPathName
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/plugins/module_utils/
H A Dvmware.py470 facts['hw_files'] = [files.vmPathName]
476 facts['hw_files'].append(os.path.join(os.path.dirname(files.vmPathName), item))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/plugins/modules/
H A Dvmware_guest_disk.py571 vm_files_datastore = self.vm.config.files.vmPathName.split(' ')[0].strip('[]')
H A Dvmware_guest.py2955 vmPathName="[" + datastore_name + "]")
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/compute/drivers/
H A Dvsphere.py281 "path": summary.config.vmPathName,
595 path = summary.config.vmPathName
/dports/devel/libvirt/libvirt-7.10.0/src/esx/
H A Desx_driver.c2529 char *vmPathName = NULL; in esxDomainGetXMLDesc() local
2558 &vmPathName, esxVI_Occurrence_RequiredItem) < 0) { in esxDomainGetXMLDesc()
2562 if (esxUtil_ParseDatastorePath(vmPathName, &datastoreName, &directoryName, in esxDomainGetXMLDesc()
/dports/net/py-pyvmomi/pyvmomi-7.0.3/tests/files/
H A Dtest_json_vm_explode_type_match.expect1vmPathName": "[datastore1] VMware vCenter Server Appliance/VMware vCenter Server Appliance.vmx"}, …
H A Dtest_json_vm_explode_strip_dynamic.expect1vmPathName": "[datastore1] VMware vCenter Server Appliance/VMware vCenter Server Appliance.vmx"}, …
H A Dtest_json_vm_explode_default.expect1vmPathName": "[datastore1] VMware vCenter Server Appliance/VMware vCenter Server Appliance.vmx"}, …
H A Dtest_json_vm_explode_objs_match.expect1vmPathName": "[datastore1] VMware vCenter Server Appliance/VMware vCenter Server Appliance.vmx"}, …
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/vmware/
H A Dtest_vmware_volumeops.py646 self.assertEqual('[%s]' % ds_name, ret.files.vmPathName)
1526 path.vmPathName = path_name
/dports/net/py-pyvmomi/pyvmomi-7.0.3/tests/fixtures/
H A Dtest_json_vm_explode_type.yaml941 \ vCenter Server Appliance</annotation><files><vmPathName>[datastore1] VMware\
942 …\ vCenter Server Appliance/VMware vCenter Server Appliance.vmx</vmPathName><snapshotDirectory>[dat…
1523 \ vCenter Server Appliance</name><template>false</template><vmPathName>[datastore1]\
1524 …\ VMware vCenter Server Appliance/VMware vCenter Server Appliance.vmx</vmPathName><memorySizeMB>10…
2457 \ is tuser, root login not permitted</annotation><files><vmPathName>[datastore1\
2458 \ (1)] Jenkins02/Jenkins02.vmx</vmPathName><snapshotDirectory>[datastore1\
2957 …/ipAddress></guest><config><name>Jenkins02</name><template>false</template><vmPathName>[datastore1\
2958 …\ (1)] Jenkins02/Jenkins02.vmx</vmPathName><memorySizeMB>8192</memorySizeMB><cpuReservation>0</cpu…
H A Dtest_json_vm_explode_default.yaml941 \ vCenter Server Appliance</annotation><files><vmPathName>[datastore1] VMware\
942 …\ vCenter Server Appliance/VMware vCenter Server Appliance.vmx</vmPathName><snapshotDirectory>[dat…
1523 \ vCenter Server Appliance</name><template>false</template><vmPathName>[datastore1]\
1524 …\ VMware vCenter Server Appliance/VMware vCenter Server Appliance.vmx</vmPathName><memorySizeMB>10…
H A Dtest_json_vm_explode_strip_dynamic.yaml941 \ vCenter Server Appliance</annotation><files><vmPathName>[datastore1] VMware\
942 …\ vCenter Server Appliance/VMware vCenter Server Appliance.vmx</vmPathName><snapshotDirectory>[dat…
1523 \ vCenter Server Appliance</name><template>false</template><vmPathName>[datastore1]\
1524 …\ VMware vCenter Server Appliance/VMware vCenter Server Appliance.vmx</vmPathName><memorySizeMB>10…
H A Dtest_json_vm_explode_objs.yaml980 \ vCenter Server Appliance</annotation><files><vmPathName>[datastore1] VMware\
981 …\ vCenter Server Appliance/VMware vCenter Server Appliance.vmx</vmPathName><snapshotDirectory>[dat…
1562 \ vCenter Server Appliance</name><template>false</template><vmPathName>[datastore1]\
1563 …\ VMware vCenter Server Appliance/VMware vCenter Server Appliance.vmx</vmPathName><memorySizeMB>10…
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dvsphere.py11019 config_spec.files.vmPathName = "[{}]".format(datastore)
11021 config_spec.files.vmPathName = "[{0}] {1}/{1}.vmx".format(
11025 config_spec.files.vmPathName = "[{0}] {1}/{1}.vmx".format(datastore, vm_name)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/vmware/
H A Dvmware_guest.py2426 vmPathName="[" + datastore_name + "]")
/dports/sysutils/py-salt/salt-3004.1/salt/cloud/clouds/
H A Dvmware.py3117 config_spec.files.vmPathName = "[{0}] {1}/{1}.vmx".format(datastore, vm_name)
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources110006 instanceVariableNames: 'squeakPathName vmPathName converter'
110030 ^ vmPathName.
110038 vmPathName := squeakPathName convertToWithConverter: converter
110054 vmPathName := p.
110057 vmPathName := squeakPathName convertToWithConverter: converter.
110074 vmPathName := self instVarNamed: 'systemPathName'.