INPUT_OBJECT
UpdateSubnetMutationInput
The input object that defines the fields for the updateSubnet mutation.
link GraphQL Schema definition
- input UpdateSubnetMutationInput {
- # A descriptive name.
- : String
- # An IPv4/IPv6 subnet.
- : SubnetScalar
- # Subnet type.
- : SubnetType
- # The ID of a `Poller`.
- : Int64Bit
- # Polling priority.
- : Int
- # A list of `InlineDevice` IDs.
- : [Int64Bit]
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `name` to null.
- : Boolean
- # Setting this value to `true` will set `poller_id` to null.
- : Boolean
- }