File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 55
55
- C(false) if the NetScaler ADC node is already configured and running.
56
56
type: bool
57
57
required: true
58
+ remove_non_updatable_params:
59
+ choices:
60
+ - 'yes'
61
+ - 'no'
62
+ default: 'no'
63
+ description:
64
+ - When given yes, the module will remove any parameters that are not updatable
65
+ in the resource.
66
+ - If no, the module will return error if any non-updatable parameters are provided.
67
+ type: str
58
68
extends_documentation_fragment: netscaler.adc.netscaler_adc
59
69
60
70
"""
Original file line number Diff line number Diff line change 34
34
- When C(present) the resource will be created if needed and configured according
35
35
to the module's parameters.
36
36
type: str
37
+ remove_non_updatable_params:
38
+ choices:
39
+ - 'yes'
40
+ - 'no'
41
+ default: 'no'
42
+ description:
43
+ - When given yes, the module will remove any parameters that are not updatable
44
+ in the resource.
45
+ - If no, the module will return error if any non-updatable parameters are provided.
46
+ type: str
37
47
username:
38
48
description:
39
49
- Username for logging into the NetScaler ADC node.
Original file line number Diff line number Diff line change 34
34
- When C(present) the resource will be created if needed and configured according
35
35
to the module's parameters.
36
36
type: str
37
+ remove_non_updatable_params:
38
+ choices:
39
+ - 'yes'
40
+ - 'no'
41
+ default: 'no'
42
+ description:
43
+ - When given yes, the module will remove any parameters that are not updatable
44
+ in the resource.
45
+ - If no, the module will return error if any non-updatable parameters are provided.
46
+ type: str
37
47
extends_documentation_fragment: netscaler.adc.netscaler_adc
38
48
39
49
"""
Original file line number Diff line number Diff line change 34
34
- When C(present) the resource will be created if needed and configured according
35
35
to the module's parameters.
36
36
type: str
37
+ remove_non_updatable_params:
38
+ choices:
39
+ - 'yes'
40
+ - 'no'
41
+ default: 'no'
42
+ description:
43
+ - When given yes, the module will remove any parameters that are not updatable
44
+ in the resource.
45
+ - If no, the module will return error if any non-updatable parameters are provided.
46
+ type: str
37
47
all:
38
48
description:
39
49
- Use this option to do saveconfig for all partitions
You can’t perform that action at this time.
0 commit comments