|
| 1 | +--- |
| 2 | +name: TrustSec Egress Matrix Cell Default |
| 3 | +rest_endpoint: /ers/config/egressmatrixcell |
| 4 | +doc_category: TrustSec |
| 5 | +res_description: Allows modifications to the default egress policy matrix rule |
| 6 | +no_delete: true |
| 7 | +put_create: true |
| 8 | +put_id_query_path: true |
| 9 | +skip_minimum_test: true |
| 10 | +put_id_include_path: EgressMatrixCell |
| 11 | +attributes: |
| 12 | + - model_name: id |
| 13 | + id: true |
| 14 | + data_path: [EgressMatrixCell] |
| 15 | + type: String |
| 16 | + description: Default egress policy matrix rule id |
| 17 | + value: 92c1a900-8c01-11e6-996c-525400b48521 |
| 18 | + example: 92c1a900-8c01-11e6-996c-525400b48521 |
| 19 | + exclude_test: true |
| 20 | + - model_name: description |
| 21 | + data_path: [EgressMatrixCell] |
| 22 | + type: String |
| 23 | + description: Description |
| 24 | + example: Default egress rule |
| 25 | + - model_name: defaultRule |
| 26 | + data_path: [EgressMatrixCell] |
| 27 | + type: String |
| 28 | + enum_values: [NONE, DENY_IP, PERMIT_IP] |
| 29 | + description: "Can be used only if sgacls not specified. Final Catch All Rule" |
| 30 | + example: "PERMIT_IP" |
| 31 | + - model_name: matrixCellStatus |
| 32 | + data_path: [EgressMatrixCell] |
| 33 | + type: String |
| 34 | + enum_values: [DISABLED, ENABLED, MONITOR] |
| 35 | + default_value: "DISABLED" |
| 36 | + example: "ENABLED" |
| 37 | + description: "Matrix Cell Status" |
| 38 | + - model_name: sgacls |
| 39 | + data_path: [EgressMatrixCell] |
| 40 | + tf_name: sgacls |
| 41 | + type: Set |
| 42 | + element_type: String |
| 43 | + description: List of TrustSec Security Groups ACLs |
| 44 | + exclude_test: true |
| 45 | + - model_name: sourceSgtId |
| 46 | + data_path: [EgressMatrixCell] |
| 47 | + type: String |
| 48 | + description: Source Trustsec Security Group ID |
| 49 | + value: "92bb1950-8c01-11e6-996c-525400b48521" |
| 50 | + - model_name: destinationSgtId |
| 51 | + data_path: [EgressMatrixCell] |
| 52 | + type: String |
| 53 | + description: Destination Trustsec Security Group ID |
| 54 | + value: "92bb1950-8c01-11e6-996c-525400b48521" |
0 commit comments