NSX-T Data Center REST API
OdsRunbookIntegerParameter (schema)
Runbook parameter of integer type
Online Diagnostic System Runbook parameter of integer type.
Name | Description | Type | Notes |
---|---|---|---|
default_value | Runbook argument default value Runbook argument will be set to this value if not provided. |
string | Readonly |
max | Runbook argument max value Runbook argument is not allowed to set value bigger than this. |
string | Readonly |
min | Runbook argument min value Runbook argument is not allowed to set value smaller than this. |
string | Readonly |
name | Runbook argument name Runbook argument name. |
string | Required Readonly |
optional | The flag that indicates whether the argument is optional The flag that indicates whether the argument is optional. |
boolean | Readonly Default: "False" |
parameter_type | Must be set to the value OdsRunbookIntegerParameter | string | Required Readonly Enum: INTEGER, STRING, ENUM, PATTERN, COMPOUND, BOOLEAN, FLOAT |