public class EdgesStub extends com.vmware.vapi.internal.bindings.Stub implements Edges
Edges
API service.
WARNING: Internal class, subject to change in future versions.
EdgesTypes.FilterSpec, EdgesTypes.SummaryapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
EdgesStub(ApiProvider apiProvider,
StubConfigurationBase config) |
EdgesStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EdgesTypes.Summary> |
list(EdgesTypes.FilterSpec filter)
Returns a list of Edges matching the given filter.
|
void |
list(EdgesTypes.FilterSpec filter,
AsyncCallback<java.util.List<EdgesTypes.Summary>> asyncCallback)
Returns a list of Edges matching the given filter.
|
void |
list(EdgesTypes.FilterSpec filter,
AsyncCallback<java.util.List<EdgesTypes.Summary>> asyncCallback,
InvocationConfig invocationConfig)
Returns a list of Edges matching the given filter.
|
java.util.List<EdgesTypes.Summary> |
list(EdgesTypes.FilterSpec filter,
InvocationConfig invocationConfig)
Returns a list of Edges matching the given filter.
|
public EdgesStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public EdgesStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.List<EdgesTypes.Summary> list(EdgesTypes.FilterSpec filter)
EdgesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface Edgesfilter - Specification of matching Edges for which information should be returned.
If null, the behavior is equivalent to a EdgesTypes.FilterSpec with
all properties null which means all Edges will be returned.public java.util.List<EdgesTypes.Summary> list(EdgesTypes.FilterSpec filter, InvocationConfig invocationConfig)
EdgesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface Edgesfilter - Specification of matching Edges for which information should be returned.
If null, the behavior is equivalent to a EdgesTypes.FilterSpec with
all properties null which means all Edges will be returned.invocationConfig - Configuration for the method invocation.public void list(EdgesTypes.FilterSpec filter, AsyncCallback<java.util.List<EdgesTypes.Summary>> asyncCallback)
EdgesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
List of Edge summaries matching the given filter.
Operation Errors:
Error - if the system reports an error while responding to the request.
InvalidArgument - if one or more fields of the EdgesTypes.FilterSpec is
incorrect.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user does not have System.Read privilege.
list in interface Edgesfilter - Specification of matching Edges for which information should be returned.
If null, the behavior is equivalent to a EdgesTypes.FilterSpec with
all properties null which means all Edges will be returned.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(EdgesTypes.FilterSpec filter, AsyncCallback<java.util.List<EdgesTypes.Summary>> asyncCallback, InvocationConfig invocationConfig)
EdgesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
List of Edge summaries matching the given filter.
Operation Errors:
Error - if the system reports an error while responding to the request.
InvalidArgument - if one or more fields of the EdgesTypes.FilterSpec is
incorrect.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user does not have System.Read privilege.
list in interface Edgesfilter - Specification of matching Edges for which information should be returned.
If null, the behavior is equivalent to a EdgesTypes.FilterSpec with
all properties null which means all Edges will be returned.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.