Documentation ¶
Overview ¶
Package customer provides the records APIs
Index ¶
- func AddRecord(params *cloudns.AddRecordParams) (*cloudns.AddRecordResponse, error)
- func DeleteRecord(params *cloudns.DeleteRecordParams) (*cloudns.DeleteRecordResponse, error)
- func GetRecord(params *cloudns.RecordParams) (*cloudns.RecordResponse, error)
- func GetRecordList(params *cloudns.RecordListParams) (*cloudns.RecordListResponse, error)
- func GetRecordsPageCount(params *cloudns.RecordsPagesCountParams) (*int, error)
- func GetRecordsStatistics() (*cloudns.RecordsStatisticsResponse, error)
- func ModifyRecord(params *cloudns.ModifyRecordParams) (*cloudns.ModifyRecordResponse, error)
- type Client
- func (c Client) AddRecord(params *cloudns.AddRecordParams) (*cloudns.AddRecordResponse, error)
- func (c Client) DeleteRecord(params *cloudns.DeleteRecordParams) (*cloudns.DeleteRecordResponse, error)
- func (c Client) GetRecord(params *cloudns.RecordParams) (*cloudns.RecordResponse, error)
- func (c Client) GetRecordList(params *cloudns.RecordListParams) (*cloudns.RecordListResponse, error)
- func (c Client) GetRecordsPageCount(params *cloudns.RecordsPagesCountParams) (*int, error)
- func (c Client) GetRecordsStatistics() (*cloudns.RecordsStatisticsResponse, error)
- func (c Client) ModifyRecord(params *cloudns.ModifyRecordParams) (*cloudns.ModifyRecordResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddRecord ¶
func AddRecord(params *cloudns.AddRecordParams) (*cloudns.AddRecordResponse, error)
func DeleteRecord ¶
func DeleteRecord(params *cloudns.DeleteRecordParams) (*cloudns.DeleteRecordResponse, error)
func GetRecord ¶
func GetRecord(params *cloudns.RecordParams) (*cloudns.RecordResponse, error)
func GetRecordList ¶
func GetRecordList(params *cloudns.RecordListParams) (*cloudns.RecordListResponse, error)
func GetRecordsPageCount ¶
func GetRecordsPageCount(params *cloudns.RecordsPagesCountParams) (*int, error)
func GetRecordsStatistics ¶
func GetRecordsStatistics() (*cloudns.RecordsStatisticsResponse, error)
func ModifyRecord ¶
func ModifyRecord(params *cloudns.ModifyRecordParams) (*cloudns.ModifyRecordResponse, error)
Types ¶
type Client ¶
func (Client) AddRecord ¶
func (c Client) AddRecord(params *cloudns.AddRecordParams) (*cloudns.AddRecordResponse, error)
func (Client) DeleteRecord ¶
func (c Client) DeleteRecord(params *cloudns.DeleteRecordParams) (*cloudns.DeleteRecordResponse, error)
func (Client) GetRecord ¶
func (c Client) GetRecord(params *cloudns.RecordParams) (*cloudns.RecordResponse, error)
func (Client) GetRecordList ¶
func (c Client) GetRecordList(params *cloudns.RecordListParams) (*cloudns.RecordListResponse, error)
func (Client) GetRecordsPageCount ¶
func (c Client) GetRecordsPageCount(params *cloudns.RecordsPagesCountParams) (*int, error)
func (Client) GetRecordsStatistics ¶
func (c Client) GetRecordsStatistics() (*cloudns.RecordsStatisticsResponse, error)
func (Client) ModifyRecord ¶
func (c Client) ModifyRecord(params *cloudns.ModifyRecordParams) (*cloudns.ModifyRecordResponse, error)
Click to show internal directories.
Click to hide internal directories.