Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
OdsRunbookInvocationReport.Builder |
OdsRunbookInvocationReport.Builder.setErrorDetail(java.lang.String errorDetail)
The error detail of the invalid report.
|
OdsRunbookInvocationReport.Builder |
OdsRunbookInvocationReport.Builder.setInvalidReason(java.lang.String invalidReason)
Possible values are:
OdsRunbookInvocationReport.INVALID_REASON_TIMEOUT
OdsRunbookInvocationReport.INVALID_REASON_CANCELLED
OdsRunbookInvocationReport.INVALID_REASON_INTERNAL_ERROR
The reason why this report is invalid. |
OdsRunbookInvocationReport.Builder |
OdsRunbookInvocationReport.Builder.setInvocationId(java.lang.String invocationId)
The universally unique identifier for invocation of an Online Diagnostic System
runbook.
|
OdsRunbookInvocationReport.Builder |
OdsRunbookInvocationReport.Builder.setRecommendationCode(java.lang.Long recommendationCode)
Online Diagnostic System recommendation code of the runbook invocation.
|
OdsRunbookInvocationReport.Builder |
OdsRunbookInvocationReport.Builder.setRecommendationMessage(java.lang.String recommendationMessage)
Online Diagnostic System recommendation message of the runbook invocation.
|
OdsRunbookInvocationReport.Builder |
OdsRunbookInvocationReport.Builder.setResultCode(java.lang.Long resultCode)
Online Diagnostic System result code of the runbook invocation.
|
OdsRunbookInvocationReport.Builder |
OdsRunbookInvocationReport.Builder.setResultMessage(java.lang.String resultMessage)
Online Diagnostic System result message of the runbook invocation.
|
OdsRunbookInvocationReport.Builder |
OdsRunbookInvocationReport.Builder.setStatus(OdsRunbookInvocationStatus status) |
OdsRunbookInvocationReport.Builder |
OdsRunbookInvocationReport.Builder.setStepDetails(java.util.List<OdsRunbookInvocationStepInfo> stepDetails)
Details of performed steps in the invocation of an Online Diagnostic System
runbook.
|
OdsRunbookInvocationReport.Builder |
OdsRunbookInvocationReport.Builder.setSysInfo(OdsRunbookSysInfo sysInfo) |
OdsRunbookInvocationReport.Builder |
OdsRunbookInvocationReport.Builder.setTargetNode(java.lang.String targetNode)
Identifier of an appliance node or transport node where the execution of an
Online Diagnostic System runbook happens.
|
OdsRunbookInvocationReport.Builder |
OdsRunbookInvocationReport.Builder.setTimestamp(java.lang.Long timestamp)
The timestamp when the report of an Online Diagnostic System runbook is
generated in milliseconds epoch.
|