Package cm_api :: Package endpoints :: Module types :: Class ApiHdfsCloudReplicationArguments
[hide private]
[frames] | no frames]

Class ApiHdfsCloudReplicationArguments

source code

             object --+        
                      |        
          BaseApiObject --+    
                          |    
ApiHdfsReplicationArguments --+
                              |
                             ApiHdfsCloudReplicationArguments

Instance Methods [hide private]

Inherited from BaseApiObject: __init__, __setattr__, __str__, to_json_dict

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

Class Methods [hide private]
 
_get_attributes(cls)
Returns a map of property names to attr instances (or None for default attribute behavior) describing the properties of the object.
source code

Inherited from BaseApiObject: from_json_dict

Static Methods [hide private]

Inherited from BaseApiObject: init

Class Variables [hide private]

Inherited from ApiHdfsReplicationArguments (private): _ATTRIBUTES

Inherited from BaseApiObject (private): _WHITELIST

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_get_attributes(cls)
Class Method

source code 

Returns a map of property names to attr instances (or None for default attribute behavior) describing the properties of the object.

By default, this method will return the class's _ATTRIBUTES field. Classes can override this method to do custom initialization of the attributes when needed.

Overrides: BaseApiObject._get_attributes
(inherited documentation)