Package com.vmware.nsx_policy.model
Class OdsDynamicRunbookInstanceState.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.OdsDynamicRunbookInstanceState.Builder
-
- Enclosing class:
- OdsDynamicRunbookInstanceState
public static final class OdsDynamicRunbookInstanceState.Builder extends java.lang.ObjectBuilder class forOdsDynamicRunbookInstanceState.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofOdsDynamicRunbookInstanceState.
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofOdsDynamicRunbookInstanceState.
-
-
Method Detail
-
setInstallState
public OdsDynamicRunbookInstanceState.Builder setInstallState(java.util.List<OdsDynamicRunbookNodeInstallStatus> installState)
Installation state of a Dynamic Online Diagnostic System Runbook on target nodes. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
installState- New value for the property.
-
setManagementState
public OdsDynamicRunbookInstanceState.Builder setManagementState(java.lang.String managementState)
Possible values are:-
OdsDynamicRunbookInstanceState.MANAGEMENT_STATE_NONE -
OdsDynamicRunbookInstanceState.MANAGEMENT_STATE_INSTALLING -
OdsDynamicRunbookInstanceState.MANAGEMENT_STATE_INSTALL_PARTIAL_FINISHED -
OdsDynamicRunbookInstanceState.MANAGEMENT_STATE_INSTALL_FINISHED -
OdsDynamicRunbookInstanceState.MANAGEMENT_STATE_UNINSTALLING -
OdsDynamicRunbookInstanceState.MANAGEMENT_STATE_UNINSTALL_PARTIAL_FINISHED
- Parameters:
managementState- New value for the property.
-
-
setRunbookName
public OdsDynamicRunbookInstanceState.Builder setRunbookName(java.lang.String runbookName)
The name of Dynamic Runbook. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
runbookName- New value for the property.
-
build
public OdsDynamicRunbookInstanceState build()
-
-