vcenter lcm: deployment option
Container to control deployment. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Representation:
{
"skip_options" : {
"SKIP_SSO_CHECK" : true
}
}
"skip_options" : {
"SKIP_SSO_CHECK" : true
}
}
{
"skip_options" : [
{
"value" : true,
"key" : "SKIP_SSO_CHECK"
}
]
}
"skip_options" : [
{
"value" : true,
"key" : "SKIP_SSO_CHECK"
}
]
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
-.skip_options | object | The options control if a task should be skipped. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Object with element values of type boolean. |
-.skip_options.* | boolean |
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
skip_options | list | The options control if a task should be skipped. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. List of {"key": string, "value": boolean} |
skip_options[].key | string | Skippable tasks. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Value is one of: SKIP_SSO_CHECK: Skips the sso check. This should only be used when performing precheck for install/upgrade of management node before infrastructure node is deployed. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
skip_options[].value | boolean |