class documentation

class LocationSource(ACMEIntEnum):

View In Hierarchy

Location Source.

Class Variable Device_based Device based.
Class Variable Network_based Network based.
Class Variable Sharing_based Sharing based.

Inherited from ACMEIntEnum:

Class Method has Check whether the enum type has an entry with either the given int value or string name.
Class Method to Return an enum value by its name.
Method __int__ Get the integer value of an enum.
Method __repr__ Stringify an enum.
Method __str__ Stringify an enum.
Device_based: int =

Device based.

Network_based: int =

Network based.

Sharing_based: int =

Sharing based.