public class OvhDomain extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
cnameToCheck
Cname that will be checked to prove the domain ownership
canBeNull && readOnly
|
Boolean |
domainValidated
Domain validation status
canBeNull && readOnly
|
Boolean |
mxIsValid
canBeNull && readOnly
|
String[] |
mxRecord
Domain MX record configured in DNS
canBeNull && readOnly
|
String |
mxRelay
If specified, emails to not existing address will be redirected to that domain
canBeNull && readOnly
|
String |
name
Domain name
canBeNull && readOnly
|
Boolean |
srvIsValid
If true your dns srv record is valid
canBeNull && readOnly
|
String[] |
srvRecord
Domain SRV record configured in DNS
canBeNull && readOnly
|
OvhObjectStateEnum |
state
Domain state
canBeNull && readOnly
|
Long |
taskPendingId
Pending taks id
canBeNull && readOnly
|
OvhDomainTypeEnum |
type
Domain type
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhDomain() |
public Boolean srvIsValid
public String cnameToCheck
public String[] srvRecord
public String name
public Boolean mxIsValid
public String mxRelay
public OvhObjectStateEnum state
public String[] mxRecord
public Boolean domainValidated
public OvhDomainTypeEnum type
public Long taskPendingId
Copyright © 2018. All rights reserved.