INPUT_OBJECT
CreateSubnetMutationInput
The input object that defines the fields for the createSubnet mutation.
link GraphQL Schema definition
- input CreateSubnetMutationInput {
- # 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 :
- }