Click a link to jump to the indicated section.
class
bluecat.tftp.TFTPGroup(api, api_entity)
Bases: bluecat.entity.Entity
bluecat.deployment_role.TFTPDeploymentRoleActionsMixin
Base class for TFTP Group.
add_tftp_deployment_role(server_interface, properties='')
Adds a TFTP deployment role to a specified object.
| Parameters | Description |
|---|---|
| server_interface |
The object ID/server interface object to which the TFTP deployment role is to be added. |
| properties |
Adds object properties, including user-defined fields. |
Returns: Added TFTP deployment role.
add_tftp_folder(name, properties='')
Adds a TFTP Folder to the TFTP group
| Parameters | Description |
|---|---|
| name |
The name of the TFTP folder. |
| properties |
Adds object properties, including comments and user-defined fields. |
Returns: instance of TFTP Folder