Revision af1d39b1 lib/objects.py

b/lib/objects.py
1032 1032
  @ivar key_name: X509 key name (None for cluster certificate)
1033 1033
  @ivar ca_pem: Remote peer CA in PEM format (None for cluster certificate)
1034 1034
  @ivar compress: Compression method (one of L{constants.IEC_ALL})
1035
  @ivar magic: Used to ensure the connection goes to the right disk
1035 1036

  
1036 1037
  """
1037 1038
  __slots__ = [
1038 1039
    "key_name",
1039 1040
    "ca_pem",
1040 1041
    "compress",
1042
    "magic",
1041 1043
    ]
1042 1044

  
1043 1045

  

Also available in: Unified diff