Class OvfSpecStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.malware_prevention.OvfSpecStub
-
- All Implemented Interfaces:
OvfSpec
,OvfSpecTypes
,com.vmware.vapi.bindings.Service
public class OvfSpecStub extends com.vmware.vapi.internal.bindings.Stub implements OvfSpec
Remote stub implementation of theOvfSpec
API service.WARNING: Internal class, subject to change in future versions.
-
-
Field Summary
-
Fields inherited from class com.vmware.vapi.internal.bindings.Stub
apiProvider, converter, ifaceId, retryPolicy, securityContext
-
Fields inherited from interface com.vmware.nsx_policy.malware_prevention.OvfSpecTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description OvfSpecStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
OvfSpecStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MpsOvfSpecListResult
list()
List OVF specificationsvoid
list(com.vmware.vapi.bindings.client.AsyncCallback<MpsOvfSpecListResult> asyncCallback)
List OVF specificationsvoid
list(com.vmware.vapi.bindings.client.AsyncCallback<MpsOvfSpecListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List OVF specificationsMpsOvfSpecListResult
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List OVF specifications
-
-
-
Constructor Detail
-
OvfSpecStub
public OvfSpecStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
OvfSpecStub
public OvfSpecStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
list
public MpsOvfSpecListResult list()
Description copied from interface:OvfSpec
List OVF specificationsSynchronous method overload. Result of the invocation will be reported as a method return value.
-
list
public MpsOvfSpecListResult list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:OvfSpec
List OVF specificationsSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.
-
list
public void list(com.vmware.vapi.bindings.client.AsyncCallback<MpsOvfSpecListResult> asyncCallback)
Description copied from interface:OvfSpec
List OVF specificationsAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.MpsOvfSpecListResultOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
-
list
public void list(com.vmware.vapi.bindings.client.AsyncCallback<MpsOvfSpecListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:OvfSpec
List OVF specificationsAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.MpsOvfSpecListResultOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
-
-