INPUT_OBJECT
EnforceInput
link GraphQL Schema definition
- input EnforceInput {
- #   Ignore warnings when running enforce
- : Boolean
- #   Enforce to listed engine IP addresses if group is not specified
- : [String]
- #   Force reconfiguration of portal settings regardless of changes
- : Boolean
- #   Perform enforce audit only, don't actually enforce
- : Boolean
- #   Enforce to all engines in group. Ignore any specified engine IP addresses
- : String
- #   DEPRECATED - Replaced by operationId. NBI responses will not return this value 
- #   anymore.
- : String
- #   Force reconfiguration of switch settings regardless of changes
- : Boolean
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : String
- }