TFTPGroup class - Platform - BlueCat Gateway - 24.3.3

Gateway Administration Guide

ft:locale
en-US
Product name
BlueCat Gateway
Version
24.3.3

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 (Union[int, object])

The object ID/server interface object to which the TFTP deployment role is to be added.

properties (str, optional)

Adds object properties, including user-defined fields.

Return type: Entity

Returns: Added TFTP deployment role.

add_tftp_folder(name, properties='')

Adds a TFTP Folder to the TFTP group

Parameters Description
name (str)

The name of the TFTP folder.

properties (str, optional)

Adds object properties, including comments and user-defined fields.

Return type: Entity

Returns: instance of TFTP Folder