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