octodns.record.sshfp
Classes
|
|
|
- class octodns.record.sshfp.SshfpValue(value)[source]
Bases:
EqualityTupleMixin,dict- VALID_ALGORITHMS = (1, 2, 3, 4)
- VALID_FINGERPRINT_TYPES = (1, 2)
- property algorithm
- property fingerprint_type
- property fingerprint
- property data
- property rdata_text
- class octodns.record.sshfp.SshfpRecord(zone, name, data, source=None, context=None)[source]
Bases:
ValuesMixin,Record- _type = 'SSHFP'
- _value_type
alias of
SshfpValue