INPUT_OBJECT
CreateInlineDeviceMutationInput
The input object that defines the fields for the createInlineDevice mutation.
link GraphQL Schema definition
- input CreateInlineDeviceMutationInput {
- # A descriptive name.
- String! :
- # Whether or not this is enabled.
- Boolean! :
- # An IPv4/IPv6 address.
- IP! :
- # A TCP port.
- Port :
- # The type of inline device.
- InlineDeviceType! :
- # Whether this device should write entries for all subnets or not.
- Boolean! :
- # Credentials for an inline device.
- InlineDeviceAuthenticationCredentialMutationInput]! : [
- # IDs of `Subnet`s.
- Int64Bit] : [
- # A note about this entity.
- NoteMutationInput :
- }