INPUT_OBJECT
UpdateInlineDeviceMutationInput
The input object that defines the fields for the updateInlineDevice mutation.
link GraphQL Schema definition
- input UpdateInlineDeviceMutationInput {
- # A descriptive name.
- String :
- # Whether or not this is enabled.
- Boolean :
- # An IPv4/IPv6 address.
- IP :
- # A TCP port.
- Port :
- # 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 :
- }