INPUT_OBJECT
PolicyServiceMutationDataInput
link GraphQL Schema definition
- input PolicyServiceMutationDataInput {
- #   Removes network resources from automated service resource list.
- : [String]
- #   Appends network resources to automated service resource list. Network resources 
- #   must exist or error is thrown.
- : [String]
- #   TCI Overwrite status (Enabled/Disabled/Prohibited)
- : TristateActionInput
- #   System log action (Enabled/Disabled/Prohibited)
- : TristateActionInput
- #   Audit trap action (Enabled/Disabled/Prohibited)
- : TristateActionInput
- #   Class of Service action. Pass "NO_COS" to clear the action. Class of service 
- #   must be defined in domain or error is returned.
- : String
- #   Traffic description
- : PolicyServiceTrafDescMutationDataInput
- : Boolean
- #   Access Control (VLAN) action. -1=None, 0=Deny, 4095=Permit, or VLAN ID [1-4094]. 
- #   Containment VLAN must exist in domain or error is returned.
- : Int
- #   Port mirror action. Pass one or more port group names to enable mirror using 
- #   ports in specified groups. Replaces existing port groups. Disable using 
- #   mirrorStatus. Port groups must exist in domain or error is returned.
- : [String]
- #   Add the specified rules to the existing rule list.
- : [PolicyRuleMutationDataInput]
- #   Name of service
- : String
- #   Remove the specified rules from the existing rule list.
- : [PolicyRuleDataIdentifierInput]
- #   Name of service
- : String
- #   Disable port action (Enabled/Disabled/Prohibited)
- : TristateActionInput
- #   Port mirror action. Set to Enabled/Disabled/Prohibited. If setting Enabled, port 
- #   groups must be specified by mirrorPortGroups
- : String
- #   MirrorN status (Enabled/Disabled). Applicable when mirror status is enabled. 
- #   Specifies whether mirror action should send all packets, or first N packets of a 
- #   flow. N value is domain level scalar set by mutateDomainSetting:mirrorNLimit
- : Boolean
- #   Specifies layer for automated services. True = Layer2 (MAC) / False = Layer3 
- #   (IP)
- : Boolean
- #   Sets automated service resource list. Network resources must exist or error is 
- #   thrown.
- : [String]
- #   Service global status. Global services are common to all domains.
- : Boolean
- #   Replace the service's rules with the specified list.
- : [PolicyRuleMutationDataInput]
- #   Quarantine role action (Disabled/Prohibited/Name of role). If role name 
- #   specified does not exist, error is returned.
- : String
- }