Class ResourceRecordUpdateInputRdata
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.dns_svcs.v1.model.ResourceRecordUpdateInputRdata
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
ResourceRecordUpdateInputRdataRdataAaaaRecord
,ResourceRecordUpdateInputRdataRdataARecord
,ResourceRecordUpdateInputRdataRdataCnameRecord
,ResourceRecordUpdateInputRdataRdataMxRecord
,ResourceRecordUpdateInputRdataRdataPtrRecord
,ResourceRecordUpdateInputRdataRdataSrvRecord
,ResourceRecordUpdateInputRdataRdataTxtRecord
public class ResourceRecordUpdateInputRdata extends com.ibm.cloud.sdk.core.service.model.GenericModel
Content of the resource record. Classes which extend this class: - ResourceRecordUpdateInputRdataRdataARecord - ResourceRecordUpdateInputRdataRdataAaaaRecord - ResourceRecordUpdateInputRdataRdataCnameRecord - ResourceRecordUpdateInputRdataRdataMxRecord - ResourceRecordUpdateInputRdataRdataSrvRecord - ResourceRecordUpdateInputRdataRdataTxtRecord - ResourceRecordUpdateInputRdataRdataPtrRecord
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
cname()
Gets the cname.String
exchange()
Gets the exchange.String
ip()
Gets the ip.Long
port()
Gets the port.Long
preference()
Gets the preference.Long
priority()
Gets the priority.String
ptrdname()
Gets the ptrdname.String
target()
Gets the target.String
text()
Gets the text.Long
weight()
Gets the weight.
-
-
-
Method Detail
-
ip
public String ip()
Gets the ip. IPv4 address.- Returns:
- the ip
-
cname
public String cname()
Gets the cname. Canonical name.- Returns:
- the cname
-
exchange
public String exchange()
Gets the exchange. Hostname of Exchange server.- Returns:
- the exchange
-
preference
public Long preference()
Gets the preference. Preference of the MX record.- Returns:
- the preference
-
port
public Long port()
Gets the port. Port number of the target server.- Returns:
- the port
-
priority
public Long priority()
Gets the priority. Priority of the SRV record.- Returns:
- the priority
-
target
public String target()
Gets the target. Hostname of the target server.- Returns:
- the target
-
weight
public Long weight()
Gets the weight. Weight of distributing queries among multiple target servers.- Returns:
- the weight
-
text
public String text()
Gets the text. Human readable text.- Returns:
- the text
-
ptrdname
public String ptrdname()
Gets the ptrdname. Hostname of the relevant A or AAAA record.- Returns:
- the ptrdname
-
-