public class CreateDnsRecordRequest extends AbstractModel
Constructor and Description |
---|
CreateDnsRecordRequest() |
CreateDnsRecordRequest(CreateDnsRecordRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Get Record content
|
String |
getMode()
Get Proxy mode.
|
String |
getName()
Get Record name
|
Long |
getPriority()
Get Priority
|
Long |
getTtl()
Get
|
String |
getType()
Get Record type
|
String |
getZoneId()
Get Site ID
|
void |
setContent(String Content)
Set Record content
|
void |
setMode(String Mode)
Set Proxy mode.
|
void |
setName(String Name)
Set Record name
|
void |
setPriority(Long Priority)
Set Priority
|
void |
setTtl(Long Ttl)
Set
|
void |
setType(String Type)
Set Record type
|
void |
setZoneId(String ZoneId)
Set Site ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateDnsRecordRequest()
public CreateDnsRecordRequest(CreateDnsRecordRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Site IDpublic String getType()
public void setType(String Type)
Type
- Record typepublic String getName()
public void setName(String Name)
Name
- Record namepublic String getContent()
public void setContent(String Content)
Content
- Record contentpublic String getMode()
public void setMode(String Mode)
Mode
- Proxy mode. Valid values: `dns_only`, `cdn_only`, and `secure_cdn`.public Long getTtl()
public void setTtl(Long Ttl)
Ttl
- public Long getPriority()
public void setPriority(Long Priority)
Priority
- PriorityCopyright © 2023. All rights reserved.