class documentation

class ImportExportOptions(ConfigObject):

View In Hierarchy

Options for import/export daemon

Class Variable __slots__ Undocumented
Instance Variable ca_pem Remote peer CA in PEM format (None for cluster certificate)
Instance Variable compress Compression tool to use
Instance Variable connect_timeout Number of seconds for establishing connection
Instance Variable ipv6 Whether to use IPv6
Instance Variable key_name X509 key name (None for cluster certificate)
Instance Variable magic Used to ensure the connection goes to the right disk

Inherited from ConfigObject:

Class Method FromDict Create an object from a dictionary.
Method __getattr__ Undocumented
Method __repr__ Implement __repr__ for ConfigObjects.
Method __setstate__ Undocumented
Method Copy Makes a deep copy of the current object and its children.
Method ToDict Convert to a dict holding only standard python types.
Method UpgradeConfig Fill defaults for missing configuration values.
Method Validate Validates the slots.

Inherited from ValidatedSlots (via ConfigObject):

Class Method GetAllSlots Compute the list of all declared slots for a class.
Method __init__ Constructor for BaseOpCode.
__slots__: list[str] =

Undocumented

ca_pem =

Remote peer CA in PEM format (None for cluster certificate)

compress =

Compression tool to use

connect_timeout =

Number of seconds for establishing connection

ipv6 =

Whether to use IPv6

key_name =

X509 key name (None for cluster certificate)

magic =

Used to ensure the connection goes to the right disk