Home
last modified time | relevance | path

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

12345678910>>...70

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/ipfs/go-datastore/keytransform/
H A Dkeytransform.go11 func Wrap(child ds.Datastore, t KeyTransform) *Datastore { argument
24 type Datastore struct { struct
25 child ds.Datastore argument
31 func (d *Datastore) Children() []ds.Datastore { argument
32 return []ds.Datastore{d.child}
192 func (d *Datastore) Close() error { argument
235 func (d *Datastore) Check() error { argument
242 func (d *Datastore) Scrub() error { argument
256 var _ ds.Datastore = (*Datastore)(nil)
257 var _ ds.GCDatastore = (*Datastore)(nil)
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotanalytics/include/aws/iotanalytics/model/
H A DDatastore.h37 class AWS_IOTANALYTICS_API Datastore
40 Datastore();
41 Datastore(Aws::Utils::Json::JsonView jsonValue);
42 Datastore& operator=(Aws::Utils::Json::JsonView jsonValue);
74 inline Datastore& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
79 inline Datastore& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} in WithName()
84 inline Datastore& WithName(const char* value) { SetName(value); return *this;} in WithName()
170 inline Datastore& WithArn(const Aws::String& value) { SetArn(value); return *this;} in WithArn()
175 inline Datastore& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} in WithArn()
180 inline Datastore& WithArn(const char* value) { SetArn(value); return *this;} in WithArn()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/legacy-cloud-providers/vsphere/vclib/
H A Ddatastore.go32 type Datastore struct { struct
33 *object.Datastore argument
39 *Datastore anonMember
44 return fmt.Sprintf("Datastore: %+v, datastore URL: %s", di.Datastore, di.Info.Url)
67 func (ds *Datastore) GetType(ctx context.Context) (string, error) { argument
68 var dsMo mo.Datastore
70 err := pc.RetrieveOne(ctx, ds.Datastore.Reference(), []string{"summary"}, &dsMo)
91 var dsMo mo.Datastore
93 err := pc.RetrieveOne(ctx, ds.Datastore.Reference(), []string{"host"}, &dsMo)
106 func (ds *Datastore) Exists(ctx context.Context, file string) bool { argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/ipfs/go-datastore/mount/
H A Dmount.go27 Datastore ds.Datastore member
35 func New(mounts []Mount) *Datastore {
40 return &Datastore{mounts: m}
66 type Datastore struct { struct
70 var _ ds.Datastore = (*Datastore)(nil)
73 func (d *Datastore) lookup(key ds.Key) (ds.Datastore, ds.Key, ds.Key) { argument
78 return m.Datastore, m.Prefix, k
209 func (d *Datastore) lookupAll(key ds.Key) (dst []ds.Datastore, mountpoint, rest []ds.Key) { argument
212 dst = append(dst, m.Datastore)
368 err := d.Datastore.Close()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/ipfs/go-datastore/examples/
H A Dfs.go35 type Datastore struct { struct
40 func NewDatastore(path string) (ds.Datastore, error) {
45 return &Datastore{path: path}, nil
49 func (d *Datastore) KeyFilename(key ds.Key) string { argument
54 func (d *Datastore) Put(key ds.Key, value []byte) (err error) { argument
68 func (d *Datastore) Sync(prefix ds.Key) error { argument
83 func (d *Datastore) Has(key ds.Key) (exists bool, err error) { argument
92 func (d *Datastore) Delete(key ds.Key) (err error) { argument
161 func (d *Datastore) Close() error { argument
165 func (d *Datastore) Batch() (ds.Batch, error) { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/vsphere/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/vsphere/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go58 type Datastore struct { struct
64 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
65 return &Datastore{
70 func (d Datastore) Path(path string) string { argument
72 Datastore: d.Name(),
78 func (d Datastore) NewURL(path string) *url.URL { argument
98 var do mo.Datastore
108 func (d Datastore) useServiceTicket() bool { argument
129 func (d Datastore) useServiceTicketHostName(name string) bool { argument
318 var ds mo.Datastore
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go59 type Datastore struct { struct
65 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
66 return &Datastore{
71 func (d Datastore) Path(path string) string { argument
73 Datastore: d.Name(),
79 func (d Datastore) NewURL(path string) *url.URL { argument
99 var do mo.Datastore
109 func (d Datastore) useServiceTicket() bool { argument
130 func (d Datastore) useServiceTicketHostName(name string) bool { argument
319 var ds mo.Datastore
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/ipfs/go-datastore/autobatch/
H A Dautobatch.go12 type Datastore struct { struct
29 return &Datastore{
37 func (d *Datastore) Delete(k ds.Key) error { argument
46 func (d *Datastore) Get(k ds.Key) ([]byte, error) { argument
59 func (d *Datastore) Put(k ds.Key, val []byte) error { argument
69 func (d *Datastore) Sync(prefix ds.Key) error { argument
97 func (d *Datastore) Flush() error { argument
121 func (d *Datastore) Has(k ds.Key) (bool, error) { argument
131 func (d *Datastore) GetSize(k ds.Key) (int, error) { argument
154 func (d *Datastore) DiskUsage() (uint64, error) { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/manual-test-cases/Group5-Functional-Tests/
H A DTestCases.md33 [Test 5-15 - NFS Datastore](5-15-NFS-Datastore.md)
35 [Test 5-16 - iSCSI Datastore](5-16-iSCSI-Datastore.md)
37 [Test 5-17 - FC Datastore](5-17-FC-Datastore.md)
39 [Test 5-18 - Datastore Cluster SDRS](5-18-Datastore-Cluster-SDRS.md)
43 [Test 5-21 - Datastore Path](5-21-Datastore-Path.md)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go58 type Datastore struct { struct
64 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
65 return &Datastore{
70 func (d Datastore) Name() string { argument
74 func (d Datastore) Path(path string) string { argument
90 var mds mo.Datastore
108 func (d Datastore) Browser(ctx context.Context) (*HostDatastoreBrowser, error) { argument
109 var do mo.Datastore
242 func (d Datastore) AttachedHosts(ctx context.Context) ([]*HostSystem, error) { argument
243 var ds mo.Datastore
[all …]
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/vmware/govmomi/object/
H A Ddatastore.go58 type Datastore struct { struct
64 func NewDatastore(c *vim25.Client, ref types.ManagedObjectReference) *Datastore {
65 return &Datastore{
70 func (d Datastore) Name() string { argument
74 func (d Datastore) Path(path string) string { argument
90 var mds mo.Datastore
108 func (d Datastore) Browser(ctx context.Context) (*HostDatastoreBrowser, error) { argument
109 var do mo.Datastore
242 func (d Datastore) AttachedHosts(ctx context.Context) ([]*HostSystem, error) { argument
243 var ds mo.Datastore
[all …]

12345678910>>...70