Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
OdsRunbookSettingData.Builder |
OdsRunbookSettingData.Builder.setEnabled(java.lang.Boolean enabled)
The flag that indicates whether the runbook is enabled.
|
OdsRunbookSettingData.Builder |
OdsRunbookSettingData.Builder.setThresholdNumber(java.lang.Long thresholdNumber)
Maximum number of runbook executions allowed in a throttling cycle.
|
OdsRunbookSettingData.Builder |
OdsRunbookSettingData.Builder.setThresholdNumberRange(OdsRunbookParameterRange thresholdNumberRange) |
OdsRunbookSettingData.Builder |
OdsRunbookSettingData.Builder.setThrottleCycle(java.lang.Long throttleCycle)
Duration of throttling cycle for runbook execution in minutes.
|
OdsRunbookSettingData.Builder |
OdsRunbookSettingData.Builder.setThrottleCycleRange(OdsRunbookParameterRange throttleCycleRange) |
OdsRunbookSettingData.Builder |
OdsRunbookSettingData.Builder.setTimeout(java.lang.Long timeout)
Timeout of runbook execution in seconds.
|
OdsRunbookSettingData.Builder |
OdsRunbookSettingData.Builder.setTimeoutRange(OdsRunbookParameterRange timeoutRange) |