| Package | Description |
|---|---|
| com.vmware.nsx.model | |
| com.vmware.nsx.serviceinsertion.services |
| Modifier and Type | Method and Description |
|---|---|
static SIServiceProfileListResult |
SIServiceProfileListResult._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, 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. |
static SIServiceProfileListResult |
SIServiceProfileListResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SIServiceProfileListResult |
SIServiceProfileListResult.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
SIServiceProfileListResult |
ServiceProfilesStub.list(java.lang.String serviceId) |
SIServiceProfileListResult |
ServiceProfiles.list(java.lang.String serviceId)
Deprecated.
|
SIServiceProfileListResult |
ServiceProfilesStub.list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
SIServiceProfileListResult |
ServiceProfiles.list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceProfilesStub.list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<SIServiceProfileListResult> asyncCallback) |
void |
ServiceProfiles.list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<SIServiceProfileListResult> asyncCallback)
Deprecated.
|
void |
ServiceProfilesStub.list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<SIServiceProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
ServiceProfiles.list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<SIServiceProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|