| Package | Description |
|---|---|
| com.vmware.vapi.metadata.cli |
The
com.vmware.vapi.metadata.cli package provides interfaces that expose
all the information required to display namespace or command help, execute a
command and display it's result. |
| Modifier and Type | Method and Description |
|---|---|
static NamespaceTypes.Info |
NamespaceTypes.Info._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
NamespaceTypes.Info |
NamespaceTypes.Info.Builder.build() |
NamespaceTypes.Info |
Namespace.get(NamespaceTypes.Identity identity)
Retreives information about a namespace including information about children of
that namespace.
|
NamespaceTypes.Info |
NamespaceStub.get(NamespaceTypes.Identity identity) |
NamespaceTypes.Info |
Namespace.get(NamespaceTypes.Identity identity,
InvocationConfig invocationConfig)
Retreives information about a namespace including information about children of
that namespace.
|
NamespaceTypes.Info |
NamespaceStub.get(NamespaceTypes.Identity identity,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.get(NamespaceTypes.Identity identity,
AsyncCallback<NamespaceTypes.Info> asyncCallback)
Retreives information about a namespace including information about children of
that namespace.
|
void |
NamespaceStub.get(NamespaceTypes.Identity identity,
AsyncCallback<NamespaceTypes.Info> asyncCallback) |
void |
Namespace.get(NamespaceTypes.Identity identity,
AsyncCallback<NamespaceTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Retreives information about a namespace including information about children of
that namespace.
|
void |
NamespaceStub.get(NamespaceTypes.Identity identity,
AsyncCallback<NamespaceTypes.Info> asyncCallback,
InvocationConfig invocationConfig) |
Copyright © 2016. All Rights Reserved.