package v2 import ( "github.com/huaweicloud/huaweicloud-sdk-go-v3/core/def" "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/dns/v2/model" "net/http" ) func GenReqDefForAssociateEndpointIpaddress() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/endpoints/{endpoint_id}/ipaddresses"). WithResponse(new(model.AssociateEndpointIpaddressResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("EndpointId"). WithJsonTag("endpoint_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForAssociateResolverQueryLogConfig() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/resolver/queryloggingconfig/{id}/associatevpc"). WithResponse(new(model.AssociateResolverQueryLogConfigResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForAssociateResolverRuleRouter() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/resolverrules/{resolverrule_id}/associaterouter"). WithResponse(new(model.AssociateResolverRuleRouterResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResolverruleId"). WithJsonTag("resolverrule_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForAssociateRouter() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/zones/{zone_id}/associaterouter"). WithResponse(new(model.AssociateRouterResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchCreateCombinedPublicRecordsetsTask() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/operation-task/batch-create-combined-recordset"). WithResponse(new(model.BatchCreateCombinedPublicRecordsetsTaskResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchCreatePublicRecordsetsTask() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/operation-task/batch-create-recordset"). WithResponse(new(model.BatchCreatePublicRecordsetsTaskResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchCreatePublicZonesTask() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/operation-task/batch-create-zone"). WithResponse(new(model.BatchCreatePublicZonesTaskResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchCreateTag() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/{project_id}/{resource_type}/{resource_id}/tags/action"). WithResponse(new(model.BatchCreateTagResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResourceType"). WithJsonTag("resource_type"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResourceId"). WithJsonTag("resource_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchDeletePtrRecords() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2.1/reverse/floatingips"). WithResponse(new(model.BatchDeletePtrRecordsResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchDeletePublicRecordsetsTask() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/operation-task/batch-delete-recordset"). WithResponse(new(model.BatchDeletePublicRecordsetsTaskResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchDeleteRecordSets() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2.1/recordsets"). WithResponse(new(model.BatchDeleteRecordSetsResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchDeleteZones() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2.1/zones"). WithResponse(new(model.BatchDeleteZonesResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchSetRecordSetsStatus() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPut). WithPath("/v2.1/recordsets/statuses"). WithResponse(new(model.BatchSetRecordSetsStatusResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchSetZonesStatus() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPut). WithPath("/v2.1/zones/statuses"). WithResponse(new(model.BatchSetZonesStatusResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchTransferPublicZonesTask() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/operation-task/batch-transfer"). WithResponse(new(model.BatchTransferPublicZonesTaskResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchUpdatePublicRecordsetsTask() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/operation-task/batch-update-recordset"). WithResponse(new(model.BatchUpdatePublicRecordsetsTaskResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateAuthorizeTxtRecord() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/authorize-txtrecord"). WithResponse(new(model.CreateAuthorizeTxtRecordResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateAuthorizeTxtRecordVerification() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/authorize-txtrecord/{id}/verify"). WithResponse(new(model.CreateAuthorizeTxtRecordVerificationResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateCustomLine() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/customlines"). WithResponse(new(model.CreateCustomLineResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateEndpoint() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/endpoints"). WithResponse(new(model.CreateEndpointResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateLineGroup() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/linegroups"). WithResponse(new(model.CreateLineGroupResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreatePrivateZone() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/zones"). WithResponse(new(model.CreatePrivateZoneResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreatePublicZone() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/zones"). WithResponse(new(model.CreatePublicZoneResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateResolverQueryLogConfig() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/resolver/queryloggingconfig"). WithResponse(new(model.CreateResolverQueryLogConfigResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateResolverRule() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/resolverrules"). WithResponse(new(model.CreateResolverRuleResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateRetrieval() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/retrieval"). WithResponse(new(model.CreateRetrievalResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateRetrievalVerification() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/retrieval/verification/{id}"). WithResponse(new(model.CreateRetrievalVerificationResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateTag() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/{project_id}/{resource_type}/{resource_id}/tags"). WithResponse(new(model.CreateTagResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResourceType"). WithJsonTag("resource_type"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResourceId"). WithJsonTag("resource_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDeleteCustomLine() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2.1/customlines/{line_id}"). WithResponse(new(model.DeleteCustomLineResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("LineId"). WithJsonTag("line_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDeleteEndpoint() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2.1/endpoints/{endpoint_id}"). WithResponse(new(model.DeleteEndpointResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("EndpointId"). WithJsonTag("endpoint_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDeleteLineGroup() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2.1/linegroups/{linegroup_id}"). WithResponse(new(model.DeleteLineGroupResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("LinegroupId"). WithJsonTag("linegroup_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDeletePrivateZone() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2/zones/{zone_id}"). WithResponse(new(model.DeletePrivateZoneResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDeletePublicZone() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2/zones/{zone_id}"). WithResponse(new(model.DeletePublicZoneResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDeleteResolverQueryLogConfig() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2/resolver/queryloggingconfig/{id}"). WithResponse(new(model.DeleteResolverQueryLogConfigResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDeleteResolverRule() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2.1/resolverrules/{resolverrule_id}"). WithResponse(new(model.DeleteResolverRuleResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResolverruleId"). WithJsonTag("resolverrule_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDeleteTag() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2/{project_id}/{resource_type}/{resource_id}/tags/{key}"). WithResponse(new(model.DeleteTagResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResourceType"). WithJsonTag("resource_type"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResourceId"). WithJsonTag("resource_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Key"). WithJsonTag("key"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDisassociateEndpointIpaddress() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2.1/endpoints/{endpoint_id}/ipaddresses/{ipaddress_id}"). WithResponse(new(model.DisassociateEndpointIpaddressResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("EndpointId"). WithJsonTag("endpoint_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("IpaddressId"). WithJsonTag("ipaddress_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDisassociateResolverQueryLogConfig() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/resolver/queryloggingconfig/{id}/disassociatevpc"). WithResponse(new(model.DisassociateResolverQueryLogConfigResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDisassociateResolverRuleRouter() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/resolverrules/{resolverrule_id}/disassociaterouter"). WithResponse(new(model.DisassociateResolverRuleRouterResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResolverruleId"). WithJsonTag("resolverrule_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDisassociateRouter() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/zones/{zone_id}/disassociaterouter"). WithResponse(new(model.DisassociateRouterResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListApiVersions() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/"). WithResponse(new(model.ListApiVersionsResponse)). WithContentType("application/json") requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListBatchOperationTasks() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/batch-operation-tasks"). WithResponse(new(model.ListBatchOperationTasksResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListCustomLine() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/customlines"). WithResponse(new(model.ListCustomLineResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("LineId"). WithJsonTag("line_id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Name"). WithJsonTag("name"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ShowDetail"). WithJsonTag("show_detail"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Status"). WithJsonTag("status"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Ip"). WithJsonTag("ip"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListEndpointIpaddresses() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/endpoints/{endpoint_id}/ipaddresses"). WithResponse(new(model.ListEndpointIpaddressesResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("EndpointId"). WithJsonTag("endpoint_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListEndpointVpcs() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/vpcs"). WithResponse(new(model.ListEndpointVpcsResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("VpcId"). WithJsonTag("vpc_id"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListEndpoints() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/endpoints"). WithResponse(new(model.ListEndpointsResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Direction"). WithJsonTag("direction"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("VpcId"). WithJsonTag("vpc_id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Name"). WithJsonTag("name"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListLineGroups() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/linegroups"). WithResponse(new(model.ListLineGroupsResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("LineId"). WithJsonTag("line_id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Name"). WithJsonTag("name"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListNameServers() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/nameservers"). WithResponse(new(model.ListNameServersResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Type"). WithJsonTag("type"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Region"). WithJsonTag("region"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListPrivateZones() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/zones"). WithResponse(new(model.ListPrivateZonesResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Type"). WithJsonTag("type"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Marker"). WithJsonTag("marker"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Tags"). WithJsonTag("tags"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Name"). WithJsonTag("name"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Status"). WithJsonTag("status"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SearchMode"). WithJsonTag("search_mode"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SortKey"). WithJsonTag("sort_key"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SortDir"). WithJsonTag("sort_dir"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("EnterpriseProjectId"). WithJsonTag("enterprise_project_id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("RouterId"). WithJsonTag("router_id"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListPublicZones() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/zones"). WithResponse(new(model.ListPublicZonesResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Type"). WithJsonTag("type"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Marker"). WithJsonTag("marker"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Tags"). WithJsonTag("tags"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Name"). WithJsonTag("name"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Status"). WithJsonTag("status"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SearchMode"). WithJsonTag("search_mode"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SortKey"). WithJsonTag("sort_key"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SortDir"). WithJsonTag("sort_dir"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("EnterpriseProjectId"). WithJsonTag("enterprise_project_id"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListResolverQueryLogConfigs() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/resolver/queryloggingconfig"). WithResponse(new(model.ListResolverQueryLogConfigsResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Marker"). WithJsonTag("marker"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("VpcId"). WithJsonTag("vpc_id"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListResolverRules() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/resolverrules"). WithResponse(new(model.ListResolverRulesResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("DomainName"). WithJsonTag("domain_name"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Name"). WithJsonTag("name"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("EndpointId"). WithJsonTag("endpoint_id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Marker"). WithJsonTag("marker"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListTag() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/{project_id}/{resource_type}/resource_instances/action"). WithResponse(new(model.ListTagResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResourceType"). WithJsonTag("resource_type"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListTags() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/{project_id}/{resource_type}/tags"). WithResponse(new(model.ListTagsResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResourceType"). WithJsonTag("resource_type"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForSetPrivateZoneProxyPattern() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/zones/{zone_id}/actions/set-proxy-pattern"). WithResponse(new(model.SetPrivateZoneProxyPatternResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowApiInfo() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/{version}"). WithResponse(new(model.ShowApiInfoResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Version"). WithJsonTag("version"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowAuthorizeTxtRecord() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/authorize-txtrecord"). WithResponse(new(model.ShowAuthorizeTxtRecordResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneName"). WithJsonTag("zone_name"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowBatchOperationTask() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/batch-operation-tasks/{task_id}"). WithResponse(new(model.ShowBatchOperationTaskResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("TaskId"). WithJsonTag("task_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ErrorItemLimit"). WithJsonTag("error_item_limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ErrorItemOffset"). WithJsonTag("error_item_offset"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowDomainDetection() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/zones/{zone_id}/detection"). WithResponse(new(model.ShowDomainDetectionResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Type"). WithJsonTag("type"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("DomainName"). WithJsonTag("domain_name"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowDomainQuota() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/quotamg/dns/quotas"). WithResponse(new(model.ShowDomainQuotaResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("DomainId"). WithJsonTag("domain_id"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowEmailRecordSet() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/zones/{zone_id}/email-recordsets"). WithResponse(new(model.ShowEmailRecordSetResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowEndpoint() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/endpoints/{endpoint_id}"). WithResponse(new(model.ShowEndpointResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("EndpointId"). WithJsonTag("endpoint_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowLineGroup() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/linegroups/{linegroup_id}"). WithResponse(new(model.ShowLineGroupResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("LinegroupId"). WithJsonTag("linegroup_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowPrivateZone() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/zones/{zone_id}"). WithResponse(new(model.ShowPrivateZoneResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowPrivateZoneNameServer() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/zones/{zone_id}/nameservers"). WithResponse(new(model.ShowPrivateZoneNameServerResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowPublicZone() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/zones/{zone_id}"). WithResponse(new(model.ShowPublicZoneResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowPublicZoneNameServer() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/zones/{zone_id}/nameservers"). WithResponse(new(model.ShowPublicZoneNameServerResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowResolverQueryLogConfig() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/resolver/queryloggingconfig/{id}"). WithResponse(new(model.ShowResolverQueryLogConfigResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowResolverRule() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/resolverrules/{resolverrule_id}"). WithResponse(new(model.ShowResolverRuleResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResolverruleId"). WithJsonTag("resolverrule_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowResourceTag() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/{project_id}/{resource_type}/{resource_id}/tags"). WithResponse(new(model.ShowResourceTagResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResourceType"). WithJsonTag("resource_type"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResourceId"). WithJsonTag("resource_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowRetrieval() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/retrieval"). WithResponse(new(model.ShowRetrievalResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Name"). WithJsonTag("name"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowRetrievalVerification() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/retrieval/verification/{id}"). WithResponse(new(model.ShowRetrievalVerificationResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowWebsiteRecordSet() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/zones/{zone_id}/website-recordsets"). WithResponse(new(model.ShowWebsiteRecordSetResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowZoneNameServer() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/public-zones/dns-servers/{domain_name}"). WithResponse(new(model.ShowZoneNameServerResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("DomainName"). WithJsonTag("domain_name"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForUpdateCustomLine() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPut). WithPath("/v2.1/customlines/{line_id}"). WithResponse(new(model.UpdateCustomLineResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("LineId"). WithJsonTag("line_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForUpdateEndpoint() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPut). WithPath("/v2.1/endpoints/{endpoint_id}"). WithResponse(new(model.UpdateEndpointResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("EndpointId"). WithJsonTag("endpoint_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForUpdateLineGroups() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPut). WithPath("/v2.1/linegroups/{linegroup_id}"). WithResponse(new(model.UpdateLineGroupsResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("LinegroupId"). WithJsonTag("linegroup_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForUpdatePrivateZone() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPatch). WithPath("/v2/zones/{zone_id}"). WithResponse(new(model.UpdatePrivateZoneResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForUpdatePrivateZoneStatus() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPut). WithPath("/v2/zones/{zone_id}/statuses"). WithResponse(new(model.UpdatePrivateZoneStatusResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForUpdatePublicZone() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPatch). WithPath("/v2/zones/{zone_id}"). WithResponse(new(model.UpdatePublicZoneResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForUpdatePublicZoneStatus() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPut). WithPath("/v2/zones/{zone_id}/statuses"). WithResponse(new(model.UpdatePublicZoneStatusResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForUpdateResolverRule() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPut). WithPath("/v2.1/resolverrules/{resolverrule_id}"). WithResponse(new(model.UpdateResolverRuleResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResolverruleId"). WithJsonTag("resolverrule_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDisableDnssecConfig() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/zones/{zone_id}/disable-dnssec"). WithResponse(new(model.DisableDnssecConfigResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForEnableDnssecConfig() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/zones/{zone_id}/enable-dnssec"). WithResponse(new(model.EnableDnssecConfigResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowDnssecConfig() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/zones/{zone_id}/dnssec"). WithResponse(new(model.ShowDnssecConfigResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateEipRecordSet() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPatch). WithPath("/v2/reverse/floatingips/{region}:{floatingip_id}"). WithResponse(new(model.CreateEipRecordSetResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Region"). WithJsonTag("region"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("FloatingipId"). WithJsonTag("floatingip_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateRecordSet() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2/zones/{zone_id}/recordsets"). WithResponse(new(model.CreateRecordSetResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDeleteRecordSet() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2/zones/{zone_id}/recordsets/{recordset_id}"). WithResponse(new(model.DeleteRecordSetResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("RecordsetId"). WithJsonTag("recordset_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListPtrRecords() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/reverse/floatingips"). WithResponse(new(model.ListPtrRecordsResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Marker"). WithJsonTag("marker"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("EnterpriseProjectId"). WithJsonTag("enterprise_project_id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Tags"). WithJsonTag("tags"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Status"). WithJsonTag("status"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListRecordSets() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/recordsets"). WithResponse(new(model.ListRecordSetsResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneType"). WithJsonTag("zone_type"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Marker"). WithJsonTag("marker"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SearchMode"). WithJsonTag("search_mode"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Tags"). WithJsonTag("tags"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Status"). WithJsonTag("status"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Type"). WithJsonTag("type"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Name"). WithJsonTag("name"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Records"). WithJsonTag("records"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SortKey"). WithJsonTag("sort_key"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SortDir"). WithJsonTag("sort_dir"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListRecordSetsByZone() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/zones/{zone_id}/recordsets"). WithResponse(new(model.ListRecordSetsByZoneResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SearchMode"). WithJsonTag("search_mode"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Marker"). WithJsonTag("marker"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Tags"). WithJsonTag("tags"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Status"). WithJsonTag("status"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Type"). WithJsonTag("type"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Name"). WithJsonTag("name"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SortKey"). WithJsonTag("sort_key"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SortDir"). WithJsonTag("sort_dir"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForRestorePtrRecord() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPatch). WithPath("/v2/reverse/floatingips/{region}:{floatingip_id}"). WithResponse(new(model.RestorePtrRecordResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Region"). WithJsonTag("region"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("FloatingipId"). WithJsonTag("floatingip_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowPtrRecordSet() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/reverse/floatingips/{region}:{floatingip_id}"). WithResponse(new(model.ShowPtrRecordSetResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Region"). WithJsonTag("region"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("FloatingipId"). WithJsonTag("floatingip_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowRecordSet() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2/zones/{zone_id}/recordsets/{recordset_id}"). WithResponse(new(model.ShowRecordSetResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("RecordsetId"). WithJsonTag("recordset_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForUpdatePtrRecord() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPatch). WithPath("/v2/reverse/floatingips/{region}:{floatingip_id}"). WithResponse(new(model.UpdatePtrRecordResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Region"). WithJsonTag("region"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("FloatingipId"). WithJsonTag("floatingip_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForUpdateRecordSet() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPut). WithPath("/v2/zones/{zone_id}/recordsets/{recordset_id}"). WithResponse(new(model.UpdateRecordSetResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("RecordsetId"). WithJsonTag("recordset_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchCreateRecordSetsTask() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/zones/{zone_id}/recordsets/batch-create-task"). WithResponse(new(model.BatchCreateRecordSetsTaskResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchDeleteRecordSetWithLine() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2.1/zones/{zone_id}/recordsets"). WithResponse(new(model.BatchDeleteRecordSetWithLineResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForBatchUpdateRecordSetWithLine() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPut). WithPath("/v2.1/zones/{zone_id}/recordsets"). WithResponse(new(model.BatchUpdateRecordSetWithLineResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreatePtr() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/ptrs"). WithResponse(new(model.CreatePtrResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateRecordSetWithBatchLines() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/zones/{zone_id}/recordsets/batch/lines"). WithResponse(new(model.CreateRecordSetWithBatchLinesResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForCreateRecordSetWithLine() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPost). WithPath("/v2.1/zones/{zone_id}/recordsets"). WithResponse(new(model.CreateRecordSetWithLineResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDeleteBatchCreateRecordSetsTask() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2.1/zones/{zone_id}/recordsets/batch-create-task"). WithResponse(new(model.DeleteBatchCreateRecordSetsTaskResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDeletePtr() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2.1/ptrs/{ptr_id}"). WithResponse(new(model.DeletePtrResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("PtrId"). WithJsonTag("ptr_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForDeleteRecordSets() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodDelete). WithPath("/v2.1/zones/{zone_id}/recordsets/{recordset_id}"). WithResponse(new(model.DeleteRecordSetsResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("RecordsetId"). WithJsonTag("recordset_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListPtrs() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/ptrs"). WithResponse(new(model.ListPtrsResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Marker"). WithJsonTag("marker"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("EnterpriseProjectId"). WithJsonTag("enterprise_project_id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Tags"). WithJsonTag("tags"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Status"). WithJsonTag("status"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ResourceType"). WithJsonTag("resource_type"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListPublicZoneLines() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/zones/{zone_id}/lines"). WithResponse(new(model.ListPublicZoneLinesResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListRecordSetsWithLine() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/recordsets"). WithResponse(new(model.ListRecordSetsWithLineResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneType"). WithJsonTag("zone_type"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Marker"). WithJsonTag("marker"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("LineId"). WithJsonTag("line_id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Tags"). WithJsonTag("tags"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Status"). WithJsonTag("status"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Type"). WithJsonTag("type"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Name"). WithJsonTag("name"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Records"). WithJsonTag("records"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SortKey"). WithJsonTag("sort_key"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SortDir"). WithJsonTag("sort_dir"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("HealthCheckId"). WithJsonTag("health_check_id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SearchMode"). WithJsonTag("search_mode"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForListSystemLines() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/system-lines"). WithResponse(new(model.ListSystemLinesResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Locale"). WithJsonTag("locale"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForSetRecordSetsStatus() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPut). WithPath("/v2.1/recordsets/{recordset_id}/statuses/set"). WithResponse(new(model.SetRecordSetsStatusResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("RecordsetId"). WithJsonTag("recordset_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowBatchCreateRecordSetsTask() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/zones/{zone_id}/recordsets/batch-create-task"). WithResponse(new(model.ShowBatchCreateRecordSetsTaskResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ErrorItemLimit"). WithJsonTag("error_item_limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ErrorItemOffset"). WithJsonTag("error_item_offset"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowPtr() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/ptrs/{ptr_id}"). WithResponse(new(model.ShowPtrResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("PtrId"). WithJsonTag("ptr_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowRecordSetByZone() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/zones/{zone_id}/recordsets"). WithResponse(new(model.ShowRecordSetByZoneResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Marker"). WithJsonTag("marker"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Limit"). WithJsonTag("limit"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Offset"). WithJsonTag("offset"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("LineId"). WithJsonTag("line_id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Tags"). WithJsonTag("tags"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Status"). WithJsonTag("status"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Type"). WithJsonTag("type"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Name"). WithJsonTag("name"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Id"). WithJsonTag("id"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SortKey"). WithJsonTag("sort_key"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SortDir"). WithJsonTag("sort_dir"). WithLocationType(def.Query)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("SearchMode"). WithJsonTag("search_mode"). WithLocationType(def.Query)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForShowRecordSetWithLine() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodGet). WithPath("/v2.1/zones/{zone_id}/recordsets/{recordset_id}"). WithResponse(new(model.ShowRecordSetWithLineResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("RecordsetId"). WithJsonTag("recordset_id"). WithLocationType(def.Path)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForUpdatePtr() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPut). WithPath("/v2.1/ptrs/{ptr_id}"). WithResponse(new(model.UpdatePtrResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("PtrId"). WithJsonTag("ptr_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef } func GenReqDefForUpdateRecordSets() *def.HttpRequestDef { reqDefBuilder := def.NewHttpRequestDefBuilder(). WithMethod(http.MethodPut). WithPath("/v2.1/zones/{zone_id}/recordsets/{recordset_id}"). WithResponse(new(model.UpdateRecordSetsResponse)). WithContentType("application/json") reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("ZoneId"). WithJsonTag("zone_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("RecordsetId"). WithJsonTag("recordset_id"). WithLocationType(def.Path)) reqDefBuilder.WithRequestField(def.NewFieldDef(). WithName("Body"). WithLocationType(def.Body)) requestDef := reqDefBuilder.Build() return requestDef }