INPUT_OBJECT
UpdateAccountCalixServiceDetailMutationInput
The input object that defines the fields for the updateAccountCalixServiceDetail mutation.
link GraphQL Schema definition
- input UpdateAccountCalixServiceDetailMutationInput {
- # VLAN.
- String :
- # C-VLAN.
- Int64Bit :
- # Global VLAN.
- String :
- # Policy Map.
- String :
- # ONT Port ID.
- String :
- # Custom JSON.
- String :
- # Use Custom JSON.
- Boolean :
- # Setting this value to `true` will set `vlan` to null.
- Boolean :
- # Setting this value to `true` will set `cvlan` to null.
- Boolean :
- # Setting this value to `true` will set `global_vlan` to null.
- Boolean :
- # Setting this value to `true` will set `policy_map` to null.
- Boolean :
- # Setting this value to `true` will set `ont_port_id` to null.
- Boolean :
- # Setting this value to `true` will set `custom_json` to null.
- Boolean :
- }