Deployment
Location in GUI: Deployment
General deployment options for all devices. The deploy attribute under each device configuration defines if the device should be deployed or not.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”system (fmc)
Section titled “system (fmc)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| deployment | Class | [deployment] | No |
deployment (fmc.system)
Section titled “deployment (fmc.system)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ignore_warning | Boolean | true, false | No | |
| deployment_note | String | No |
Examples
Section titled “Examples”fmc: system: deployment: ignore_warning: true domains: - name: Global devices: devices: - name: MyDeviceName1 deploy: true