INPUT_OBJECT
CreateCableModemProvisionerMutationInput
The input object that defines the fields for the createCableModemProvisioner mutation.
link GraphQL Schema definition
- input CreateCableModemProvisionerMutationInput {
- # A descriptive name.
- String! :
- # Whether or not this is enabled.
- Boolean! :
- # The type of cable modem provisioner.
- CableModemProvisionerType! :
- # The cable modem provisioner hostname or IP address.
- String! :
- # Credentials for a cable modem provisioner.
- CableModemAuthenticationCredentialMutationInput]! : [
- # A note about this entity.
- NoteMutationInput :
- }