models.tag_enum module

class models.tag_enum.TagEnum[source]

Bases: object

Implementation of the ‘Tag’ enum.

Specifies use of the nodeport kDefault - No specific service. kHttp - HTTP server. kHttps - Secure HTTP server. kSsh - Secure shell server.

Attributes:

KDEFAULT: TODO: type description here. KHTTP: TODO: type description here. KHTTPS: TODO: type description here. KSSH: TODO: type description here.

KDEFAULT = 'kDefault'
KHTTP = 'kHttp'
KHTTPS = 'kHttps'
KSSH = 'kSsh'