Class UpdateDnsRecordOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.dns_records.v1.model.UpdateDnsRecordOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateDnsRecordOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateDnsRecord options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateDnsRecordOptions.Builder
Builder.static interface
UpdateDnsRecordOptions.Type
dns record type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
content()
Gets the content.Map<String,Object>
data()
Gets the data.String
dnsrecordIdentifier()
Gets the dnsrecordIdentifier.String
name()
Gets the name.UpdateDnsRecordOptions.Builder
newBuilder()
New builder.Long
priority()
Gets the priority.Boolean
proxied()
Gets the proxied.Long
ttl()
Gets the ttl.String
type()
Gets the type.
-
-
-
Method Detail
-
newBuilder
public UpdateDnsRecordOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateDnsRecordOptions builder
-
dnsrecordIdentifier
public String dnsrecordIdentifier()
Gets the dnsrecordIdentifier. Identifier of DNS record.- Returns:
- the dnsrecordIdentifier
-
name
public String name()
Gets the name. Required for all record types except SRV.- Returns:
- the name
-
type
public String type()
Gets the type. dns record type.- Returns:
- the type
-
ttl
public Long ttl()
Gets the ttl. dns record ttl value.- Returns:
- the ttl
-
content
public String content()
Gets the content. content of dns record.- Returns:
- the content
-
priority
public Long priority()
Gets the priority. For MX records only.- Returns:
- the priority
-
proxied
public Boolean proxied()
Gets the proxied. proxied.- Returns:
- the proxied
-
-