Documentation ¶
Index ¶
- type HttpdnsClient
- func (c *HttpdnsClient) AddDomains(request *httpdns.AddDomainsRequest) (*httpdns.AddDomainsResponse, error)
- func (c *HttpdnsClient) CreateAccount(request *httpdns.CreateAccountRequest) (*httpdns.CreateAccountResponse, error)
- func (c *HttpdnsClient) DelDomains(request *httpdns.DelDomainsRequest) (*httpdns.DelDomainsResponse, error)
- func (c *HttpdnsClient) GetAccountId(request *httpdns.GetAccountIdRequest) (*httpdns.GetAccountIdResponse, error)
- func (c *HttpdnsClient) GetAccountInfo(request *httpdns.GetAccountInfoRequest) (*httpdns.GetAccountInfoResponse, error)
- func (c *HttpdnsClient) GetDomains(request *httpdns.GetDomainsRequest) (*httpdns.GetDomainsResponse, error)
- func (c *HttpdnsClient) OperateKey(request *httpdns.OperateKeyRequest) (*httpdns.OperateKeyResponse, error)
- func (c *HttpdnsClient) SetConfig(config *core.Config)
- func (c *HttpdnsClient) SetLogger(logger core.Logger)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpdnsClient ¶
type HttpdnsClient struct {
core.JDCloudClient
}
func NewHttpdnsClient ¶
func NewHttpdnsClient(credential *core.Credential) *HttpdnsClient
func (*HttpdnsClient) AddDomains ¶
func (c *HttpdnsClient) AddDomains(request *httpdns.AddDomainsRequest) (*httpdns.AddDomainsResponse, error)
添加域名。<br>
可以添加顶级域名除外的多级域名。
func (*HttpdnsClient) CreateAccount ¶
func (c *HttpdnsClient) CreateAccount(request *httpdns.CreateAccountRequest) (*httpdns.CreateAccountResponse, error)
创建httpdns账户
func (*HttpdnsClient) DelDomains ¶
func (c *HttpdnsClient) DelDomains(request *httpdns.DelDomainsRequest) (*httpdns.DelDomainsResponse, error)
删除域名
func (*HttpdnsClient) GetAccountId ¶
func (c *HttpdnsClient) GetAccountId(request *httpdns.GetAccountIdRequest) (*httpdns.GetAccountIdResponse, error)
查询用户名下httpdns的账户ID
func (*HttpdnsClient) GetAccountInfo ¶
func (c *HttpdnsClient) GetAccountInfo(request *httpdns.GetAccountInfoRequest) (*httpdns.GetAccountInfoResponse, error)
查询httpdns账户的基本信息
func (*HttpdnsClient) GetDomains ¶
func (c *HttpdnsClient) GetDomains(request *httpdns.GetDomainsRequest) (*httpdns.GetDomainsResponse, error)
查询使用httpdns服务的域名
func (*HttpdnsClient) OperateKey ¶
func (c *HttpdnsClient) OperateKey(request *httpdns.OperateKeyRequest) (*httpdns.OperateKeyResponse, error)
创建,启用,禁用httpdns服务密钥
func (*HttpdnsClient) SetConfig ¶
func (c *HttpdnsClient) SetConfig(config *core.Config)
func (*HttpdnsClient) SetLogger ¶
func (c *HttpdnsClient) SetLogger(logger core.Logger)
Click to show internal directories.
Click to hide internal directories.