csc.update.InterfaceAttributeSide

class csc.update.InterfaceAttributeSide

InterfaceAttributeSide enumerable

InterfaceSide - inside the group, GroupSide - when the group is a node

Members:

InterfaceSide

GroupSide

__init__(self: csc.update.InterfaceAttributeSide, value: int) None

Methods

__init__(self, value)

Attributes

GroupSide

InterfaceSide

name

value

GroupSide = <InterfaceAttributeSide.GroupSide: 1>
InterfaceSide = <InterfaceAttributeSide.InterfaceSide: 0>
__annotations__ = {}
__eq__(self: object, other: object) bool
__getstate__(self: object) int
__hash__(self: object) int
__index__(self: csc.update.InterfaceAttributeSide) int
__init__(self: csc.update.InterfaceAttributeSide, value: int) None
__int__(self: csc.update.InterfaceAttributeSide) int
__members__ = {'GroupSide': <InterfaceAttributeSide.GroupSide: 1>, 'InterfaceSide': <InterfaceAttributeSide.InterfaceSide: 0>}
__module__ = 'csc.update'
__ne__(self: object, other: object) bool
__repr__(self: object) str
__setstate__(self: csc.update.InterfaceAttributeSide, state: int) None
__str__()

name(self: handle) -> str

property name
property value