Uses of Class
org.jclouds.dynect.v3.domain.rdata.SSHFPData
-
Packages that use SSHFPData Package Description org.jclouds.dynect.v3.domain.rdata org.jclouds.dynect.v3.features -
-
Uses of SSHFPData in org.jclouds.dynect.v3.domain.rdata
Methods in org.jclouds.dynect.v3.domain.rdata that return SSHFPData Modifier and Type Method Description SSHFPData
SSHFPData.Builder. build()
static SSHFPData
SSHFPData. createDSA(String fingerprint)
static SSHFPData
SSHFPData. createRSA(String fingerprint)
-
Uses of SSHFPData in org.jclouds.dynect.v3.features
Methods in org.jclouds.dynect.v3.features that return types with arguments of type SSHFPData Modifier and Type Method Description Record<SSHFPData>
RecordApi. getSSHFP(String fqdn, long recordId)
Gets theSSHFPRecord
or null if not present.
-