Package mobi :: Package mtld :: Package da :: Package carrier :: Module bucket_type :: Class BucketType
[frames] | no frames]

Class BucketType

object --+
         |
        BucketType

This class represents the types of bucket and their associated IDs. The IDs are important and should NOT be changed. The API relies on these IDs remaining the same.


Copyright: Copyright (c) Afilias Technologies Limited 2021. All Rights Reserved.

Author: Afilias Technologies Limited

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods
 
isValidId(id)
Class Variables
  PROPERTY_NAMES = 0
  PROPERTY_VALUES = 1
  PROPERTIES = 2
  IPV4_TREE = 3
  ALL_TYPES = [0, 1, 2, 3]
Properties

Inherited from object: __class__