| Package | Description |
|---|---|
| org.jclouds.dynect.v3.domain.rdata | |
| org.jclouds.dynect.v3.features |
| Class and Description |
|---|
| AAAAData
Corresponds to the binary representation of the
AAAA (Address) RData
Example
import static org.jclouds.dynect.v3.domain.rdata.NSData.aaaa;
... |
| AAAAData.Builder |
| AData
Corresponds to the binary representation of the
A (Address) RData
Example
import static org.jclouds.dynect.v3.domain.rdata.NSData.a;
... |
| AData.Builder |
| CNAMEData
Corresponds to the binary representation of the
CNAME (Canonical Name) RData
Example
import static org.jclouds.dynect.v3.domain.rdata.NSData.cname;
... |
| CNAMEData.Builder |
| MXData
Corresponds to the binary representation of the
MX (Mail Exchange)
RData
Example
import static org.jclouds.dynect.v3.domain.rdata.MXData.mx;
... |
| MXData.Builder |
| NSData
Corresponds to the binary representation of the
NS (Name Server) RData
Example
import static org.jclouds.dynect.v3.domain.rdata.NSData.ns;
... |
| NSData.Builder |
| PTRData
Corresponds to the binary representation of the
PTR (Pointer) RData
Example
import static org.jclouds.dynect.v3.domain.rdata.NSData.ptr;
... |
| PTRData.Builder |
| SOAData
Corresponds to the binary representation of the
SOA (Start of Authority) RData
Example
SOAData rdata = SOAData.builder()
.rname("foo.com. |
| SOAData.Builder |
| SPFData
Corresponds to the binary representation of the
SPF (Sender Policy
Framework) RData
Example
import static denominator.model.rdata.SPFData.spf;
... |
| SRVData
Corresponds to the binary representation of the
SRV (Service) RData
Example
SRVData rdata = SRVData.builder()
.priority(0)
.weight(1)
.port(80)
.target("www.foo.com. |
| SRVData.Builder |
| SSHFPData
Corresponds to the binary representation of the
SSHFP (SSH
Fingerprint) RData
Example
SSHFPData rdata = SSHFPData.builder().algorithm(2).fptype(1).fingerprint("123456789abcdef67890123456789abcdef67890")
.build();
// or shortcut
SSHFPData rdata = SSHFPData.createDSA("123456789abcdef67890123456789abcdef67890");
|
| SSHFPData.Builder |
| TXTData
Corresponds to the binary representation of the
TXT (Text) RData
Example
import static org.jclouds.dynect.v3.domain.rdata.NSData.txt;
... |
| TXTData.Builder |
| Class and Description |
|---|
| AAAAData
Corresponds to the binary representation of the
AAAA (Address) RData
Example
import static org.jclouds.dynect.v3.domain.rdata.NSData.aaaa;
... |
| AData
Corresponds to the binary representation of the
A (Address) RData
Example
import static org.jclouds.dynect.v3.domain.rdata.NSData.a;
... |
| CNAMEData
Corresponds to the binary representation of the
CNAME (Canonical Name) RData
Example
import static org.jclouds.dynect.v3.domain.rdata.NSData.cname;
... |
| MXData
Corresponds to the binary representation of the
MX (Mail Exchange)
RData
Example
import static org.jclouds.dynect.v3.domain.rdata.MXData.mx;
... |
| NSData
Corresponds to the binary representation of the
NS (Name Server) RData
Example
import static org.jclouds.dynect.v3.domain.rdata.NSData.ns;
... |
| PTRData
Corresponds to the binary representation of the
PTR (Pointer) RData
Example
import static org.jclouds.dynect.v3.domain.rdata.NSData.ptr;
... |
| SPFData
Corresponds to the binary representation of the
SPF (Sender Policy
Framework) RData
Example
import static denominator.model.rdata.SPFData.spf;
... |
| SRVData
Corresponds to the binary representation of the
SRV (Service) RData
Example
SRVData rdata = SRVData.builder()
.priority(0)
.weight(1)
.port(80)
.target("www.foo.com. |
| SSHFPData
Corresponds to the binary representation of the
SSHFP (SSH
Fingerprint) RData
Example
SSHFPData rdata = SSHFPData.builder().algorithm(2).fptype(1).fingerprint("123456789abcdef67890123456789abcdef67890")
.build();
// or shortcut
SSHFPData rdata = SSHFPData.createDSA("123456789abcdef67890123456789abcdef67890");
|
| TXTData
Corresponds to the binary representation of the
TXT (Text) RData
Example
import static org.jclouds.dynect.v3.domain.rdata.NSData.txt;
... |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.