| Package | Description |
|---|---|
| com.vmware.nsx.fabric | |
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
SupportedHostOSListResult |
OstypesStub.list() |
SupportedHostOSListResult |
Ostypes.list()
Returns names of all supported host OS.
|
SupportedHostOSListResult |
OstypesStub.list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
SupportedHostOSListResult |
Ostypes.list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns names of all supported host OS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OstypesStub.list(com.vmware.vapi.bindings.client.AsyncCallback<SupportedHostOSListResult> asyncCallback) |
void |
Ostypes.list(com.vmware.vapi.bindings.client.AsyncCallback<SupportedHostOSListResult> asyncCallback)
Returns names of all supported host OS.
|
void |
OstypesStub.list(com.vmware.vapi.bindings.client.AsyncCallback<SupportedHostOSListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Ostypes.list(com.vmware.vapi.bindings.client.AsyncCallback<SupportedHostOSListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns names of all supported host OS.
|
| Modifier and Type | Method and Description |
|---|---|
static SupportedHostOSListResult |
SupportedHostOSListResult._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 SupportedHostOSListResult |
SupportedHostOSListResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SupportedHostOSListResult |
SupportedHostOSListResult.Builder.build() |