INPUT_OBJECT
CreateDhcpServerMutationInput
The input object that defines the fields for the createDhcpServer mutation.
link GraphQL Schema definition
- input CreateDhcpServerMutationInput {
- #   A descriptive name.
- : String!
- #   Whether or not this is enabled.
- : Boolean!
- #   An IPv4/IPv6 address.
- : IP!
- #   A TCP port.
- : Port!
- #   A `DhcpServerType`.
- : DhcpServerType!
- #   Does this `DhcpServer` provide DHCP for all IP pools?
- : Boolean!
- #   If this is `true`, then Sonar will use the MAC address of the DHCP relay rather 
- #   than the MAC address of the requesting device when writing a lease. This should 
- #   generally be disabled unless you have a specific reason to enable it.
- : Boolean!
- #   Credentials for the `DhcpServer.`
- : [DhcpServerAuthenticationCredentialMutationInput]!
- #   IDs of `IpPool`s.
- : [Int64Bit]
- #   A note about this entity.
- : NoteMutationInput
- }