| Package | Description |
|---|---|
| com.vmware.nsx.model | |
| com.vmware.nsx.node |
| Modifier and Type | Method and Description |
|---|---|
static NodeLogProperties |
NodeLogProperties._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 NodeLogProperties |
NodeLogProperties._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
NodeLogProperties |
NodeLogProperties.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NodeLogProperties> |
NodeLogPropertiesListResult.getResults()
Node log property results
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeLogPropertiesListResult.setResults(java.util.List<NodeLogProperties> results)
Node log property results
|
NodeLogPropertiesListResult.Builder |
NodeLogPropertiesListResult.Builder.setResults(java.util.List<NodeLogProperties> results)
Node log property results
|
| Modifier and Type | Method and Description |
|---|---|
NodeLogProperties |
LogsStub.get(java.lang.String logName) |
NodeLogProperties |
Logs.get(java.lang.String logName)
For a single specified log file, lists the filename, file size, and
last-modified time.
|
NodeLogProperties |
LogsStub.get(java.lang.String logName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
NodeLogProperties |
Logs.get(java.lang.String logName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
For a single specified log file, lists the filename, file size, and
last-modified time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogsStub.get(java.lang.String logName,
com.vmware.vapi.bindings.client.AsyncCallback<NodeLogProperties> asyncCallback) |
void |
Logs.get(java.lang.String logName,
com.vmware.vapi.bindings.client.AsyncCallback<NodeLogProperties> asyncCallback)
For a single specified log file, lists the filename, file size, and
last-modified time.
|
void |
LogsStub.get(java.lang.String logName,
com.vmware.vapi.bindings.client.AsyncCallback<NodeLogProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Logs.get(java.lang.String logName,
com.vmware.vapi.bindings.client.AsyncCallback<NodeLogProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
For a single specified log file, lists the filename, file size, and
last-modified time.
|