Documentation
¶
Index ¶
- Variables
- func GetEndpointMap() map[string]string
- func GetEndpointType() string
- func SetClientProperty(client *Client, propertyName string, propertyValue interface{})
- func SetEndpointDataToClient(client *Client)
- type ApproveOrderListRequest
- type ApproveOrderListResponse
- type Attribute
- type Attributes
- type CasServTargets
- type CheckSLRDeleteRequest
- type CheckSLRDeleteResponse
- type CheckServiceExistRequest
- type CheckServiceExistResponse
- type Client
- func NewClient() (client *Client, err error)
- func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
- func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)
- func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
- func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
- func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
- func NewClientWithRamRoleArnAndPolicy(regionId string, ...) (client *Client, err error)
- func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
- func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
- func (client *Client) ApproveOrderList(request *ApproveOrderListRequest) (response *ApproveOrderListResponse, err error)
- func (client *Client) ApproveOrderListWithCallback(request *ApproveOrderListRequest, ...) <-chan int
- func (client *Client) ApproveOrderListWithChan(request *ApproveOrderListRequest) (<-chan *ApproveOrderListResponse, <-chan error)
- func (client *Client) CheckSLRDelete(request *CheckSLRDeleteRequest) (response *CheckSLRDeleteResponse, err error)
- func (client *Client) CheckSLRDeleteWithCallback(request *CheckSLRDeleteRequest, ...) <-chan int
- func (client *Client) CheckSLRDeleteWithChan(request *CheckSLRDeleteRequest) (<-chan *CheckSLRDeleteResponse, <-chan error)
- func (client *Client) CheckServiceExist(request *CheckServiceExistRequest) (response *CheckServiceExistResponse, err error)
- func (client *Client) CheckServiceExistWithCallback(request *CheckServiceExistRequest, ...) <-chan int
- func (client *Client) CheckServiceExistWithChan(request *CheckServiceExistRequest) (<-chan *CheckServiceExistResponse, <-chan error)
- func (client *Client) CommitSuccessedServices(request *CommitSuccessedServicesRequest) (response *CommitSuccessedServicesResponse, err error)
- func (client *Client) CommitSuccessedServicesWithCallback(request *CommitSuccessedServicesRequest, ...) <-chan int
- func (client *Client) CommitSuccessedServicesWithChan(request *CommitSuccessedServicesRequest) (<-chan *CommitSuccessedServicesResponse, <-chan error)
- func (client *Client) CreateCredentials(request *CreateCredentialsRequest) (response *CreateCredentialsResponse, err error)
- func (client *Client) CreateCredentialsWithCallback(request *CreateCredentialsRequest, ...) <-chan int
- func (client *Client) CreateCredentialsWithChan(request *CreateCredentialsRequest) (<-chan *CreateCredentialsResponse, <-chan error)
- func (client *Client) CreateOrder(request *CreateOrderRequest) (response *CreateOrderResponse, err error)
- func (client *Client) CreateOrderWithCallback(request *CreateOrderRequest, ...) <-chan int
- func (client *Client) CreateOrderWithChan(request *CreateOrderRequest) (<-chan *CreateOrderResponse, <-chan error)
- func (client *Client) CreateProject(request *CreateProjectRequest) (response *CreateProjectResponse, err error)
- func (client *Client) CreateProjectWithCallback(request *CreateProjectRequest, ...) <-chan int
- func (client *Client) CreateProjectWithChan(request *CreateProjectRequest) (<-chan *CreateProjectResponse, <-chan error)
- func (client *Client) CreateService(request *CreateServiceRequest) (response *CreateServiceResponse, err error)
- func (client *Client) CreateServiceWithCallback(request *CreateServiceRequest, ...) <-chan int
- func (client *Client) CreateServiceWithChan(request *CreateServiceRequest) (<-chan *CreateServiceResponse, <-chan error)
- func (client *Client) DeleteCasService(request *DeleteCasServiceRequest) (response *DeleteCasServiceResponse, err error)
- func (client *Client) DeleteCasServiceWithCallback(request *DeleteCasServiceRequest, ...) <-chan int
- func (client *Client) DeleteCasServiceWithChan(request *DeleteCasServiceRequest) (<-chan *DeleteCasServiceResponse, <-chan error)
- func (client *Client) DeleteCredentialsList(request *DeleteCredentialsListRequest) (response *DeleteCredentialsListResponse, err error)
- func (client *Client) DeleteCredentialsListWithCallback(request *DeleteCredentialsListRequest, ...) <-chan int
- func (client *Client) DeleteCredentialsListWithChan(request *DeleteCredentialsListRequest) (<-chan *DeleteCredentialsListResponse, <-chan error)
- func (client *Client) DeleteOrderList(request *DeleteOrderListRequest) (response *DeleteOrderListResponse, err error)
- func (client *Client) DeleteOrderListWithCallback(request *DeleteOrderListRequest, ...) <-chan int
- func (client *Client) DeleteOrderListWithChan(request *DeleteOrderListRequest) (<-chan *DeleteOrderListResponse, <-chan error)
- func (client *Client) DeleteProject(request *DeleteProjectRequest) (response *DeleteProjectResponse, err error)
- func (client *Client) DeleteProjectList(request *DeleteProjectListRequest) (response *DeleteProjectListResponse, err error)
- func (client *Client) DeleteProjectListWithCallback(request *DeleteProjectListRequest, ...) <-chan int
- func (client *Client) DeleteProjectListWithChan(request *DeleteProjectListRequest) (<-chan *DeleteProjectListResponse, <-chan error)
- func (client *Client) DeleteProjectWithCallback(request *DeleteProjectRequest, ...) <-chan int
- func (client *Client) DeleteProjectWithChan(request *DeleteProjectRequest) (<-chan *DeleteProjectResponse, <-chan error)
- func (client *Client) DeleteService(request *DeleteServiceRequest) (response *DeleteServiceResponse, err error)
- func (client *Client) DeleteServiceList(request *DeleteServiceListRequest) (response *DeleteServiceListResponse, err error)
- func (client *Client) DeleteServiceListWithCallback(request *DeleteServiceListRequest, ...) <-chan int
- func (client *Client) DeleteServiceListWithChan(request *DeleteServiceListRequest) (<-chan *DeleteServiceListResponse, <-chan error)
- func (client *Client) DeleteServiceWithCallback(request *DeleteServiceRequest, ...) <-chan int
- func (client *Client) DeleteServiceWithChan(request *DeleteServiceRequest) (<-chan *DeleteServiceResponse, <-chan error)
- func (client *Client) DeleteUnionCasService(request *DeleteUnionCasServiceRequest) (response *DeleteUnionCasServiceResponse, err error)
- func (client *Client) DeleteUnionCasServiceWithCallback(request *DeleteUnionCasServiceRequest, ...) <-chan int
- func (client *Client) DeleteUnionCasServiceWithChan(request *DeleteUnionCasServiceRequest) (<-chan *DeleteUnionCasServiceResponse, <-chan error)
- func (client *Client) DescribeRegions(request *DescribeRegionsRequest) (response *DescribeRegionsResponse, err error)
- func (client *Client) DescribeRegionsWithCallback(request *DescribeRegionsRequest, ...) <-chan int
- func (client *Client) DescribeRegionsWithChan(request *DescribeRegionsRequest) (<-chan *DescribeRegionsResponse, <-chan error)
- func (client *Client) FindAllLinkRule(request *FindAllLinkRuleRequest) (response *FindAllLinkRuleResponse, err error)
- func (client *Client) FindAllLinkRuleWithCallback(request *FindAllLinkRuleRequest, ...) <-chan int
- func (client *Client) FindAllLinkRuleWithChan(request *FindAllLinkRuleRequest) (<-chan *FindAllLinkRuleResponse, <-chan error)
- func (client *Client) FindApprovalOrderList(request *FindApprovalOrderListRequest) (response *FindApprovalOrderListResponse, err error)
- func (client *Client) FindApprovalOrderListWithCallback(request *FindApprovalOrderListRequest, ...) <-chan int
- func (client *Client) FindApprovalOrderListWithChan(request *FindApprovalOrderListRequest) (<-chan *FindApprovalOrderListResponse, <-chan error)
- func (client *Client) FindApproveServiceList(request *FindApproveServiceListRequest) (response *FindApproveServiceListResponse, err error)
- func (client *Client) FindApproveServiceListWithCallback(request *FindApproveServiceListRequest, ...) <-chan int
- func (client *Client) FindApproveServiceListWithChan(request *FindApproveServiceListRequest) (<-chan *FindApproveServiceListResponse, <-chan error)
- func (client *Client) FindBrokerSLOHisList(request *FindBrokerSLOHisListRequest) (response *FindBrokerSLOHisListResponse, err error)
- func (client *Client) FindBrokerSLOHisListWithCallback(request *FindBrokerSLOHisListRequest, ...) <-chan int
- func (client *Client) FindBrokerSLOHisListWithChan(request *FindBrokerSLOHisListRequest) (<-chan *FindBrokerSLOHisListResponse, <-chan error)
- func (client *Client) FindBrokerSLOList(request *FindBrokerSLOListRequest) (response *FindBrokerSLOListResponse, err error)
- func (client *Client) FindBrokerSLOListWithCallback(request *FindBrokerSLOListRequest, ...) <-chan int
- func (client *Client) FindBrokerSLOListWithChan(request *FindBrokerSLOListRequest) (<-chan *FindBrokerSLOListResponse, <-chan error)
- func (client *Client) FindCredentialStatisticalData(request *FindCredentialStatisticalDataRequest) (response *FindCredentialStatisticalDataResponse, err error)
- func (client *Client) FindCredentialStatisticalDataWithCallback(request *FindCredentialStatisticalDataRequest, ...) <-chan int
- func (client *Client) FindCredentialStatisticalDataWithChan(request *FindCredentialStatisticalDataRequest) (<-chan *FindCredentialStatisticalDataResponse, <-chan error)
- func (client *Client) FindCredentialsList(request *FindCredentialsListRequest) (response *FindCredentialsListResponse, err error)
- func (client *Client) FindCredentialsListWithCallback(request *FindCredentialsListRequest, ...) <-chan int
- func (client *Client) FindCredentialsListWithChan(request *FindCredentialsListRequest) (<-chan *FindCredentialsListResponse, <-chan error)
- func (client *Client) FindInstanceList(request *FindInstanceListRequest) (response *FindInstanceListResponse, err error)
- func (client *Client) FindInstanceListWithCallback(request *FindInstanceListRequest, ...) <-chan int
- func (client *Client) FindInstanceListWithChan(request *FindInstanceListRequest) (<-chan *FindInstanceListResponse, <-chan error)
- func (client *Client) FindInstanceNodeList(request *FindInstanceNodeListRequest) (response *FindInstanceNodeListResponse, err error)
- func (client *Client) FindInstanceNodeListWithCallback(request *FindInstanceNodeListRequest, ...) <-chan int
- func (client *Client) FindInstanceNodeListWithChan(request *FindInstanceNodeListRequest) (<-chan *FindInstanceNodeListResponse, <-chan error)
- func (client *Client) FindOrderableList(request *FindOrderableListRequest) (response *FindOrderableListResponse, err error)
- func (client *Client) FindOrderableListWithCallback(request *FindOrderableListRequest, ...) <-chan int
- func (client *Client) FindOrderableListWithChan(request *FindOrderableListRequest) (<-chan *FindOrderableListResponse, <-chan error)
- func (client *Client) FindOrderedList(request *FindOrderedListRequest) (response *FindOrderedListResponse, err error)
- func (client *Client) FindOrderedListWithCallback(request *FindOrderedListRequest, ...) <-chan int
- func (client *Client) FindOrderedListWithChan(request *FindOrderedListRequest) (<-chan *FindOrderedListResponse, <-chan error)
- func (client *Client) FindOrderedServiceList(request *FindOrderedServiceListRequest) (response *FindOrderedServiceListResponse, err error)
- func (client *Client) FindOrderedServiceListWithCallback(request *FindOrderedServiceListRequest, ...) <-chan int
- func (client *Client) FindOrderedServiceListWithChan(request *FindOrderedServiceListRequest) (<-chan *FindOrderedServiceListResponse, <-chan error)
- func (client *Client) FindOtherInstanceList(request *FindOtherInstanceListRequest) (response *FindOtherInstanceListResponse, err error)
- func (client *Client) FindOtherInstanceListWithCallback(request *FindOtherInstanceListRequest, ...) <-chan int
- func (client *Client) FindOtherInstanceListWithChan(request *FindOtherInstanceListRequest) (<-chan *FindOtherInstanceListResponse, <-chan error)
- func (client *Client) FindProjectList(request *FindProjectListRequest) (response *FindProjectListResponse, err error)
- func (client *Client) FindProjectListWithCallback(request *FindProjectListRequest, ...) <-chan int
- func (client *Client) FindProjectListWithChan(request *FindProjectListRequest) (<-chan *FindProjectListResponse, <-chan error)
- func (client *Client) FindProjectStatisticalData(request *FindProjectStatisticalDataRequest) (response *FindProjectStatisticalDataResponse, err error)
- func (client *Client) FindProjectStatisticalDataWithCallback(request *FindProjectStatisticalDataRequest, ...) <-chan int
- func (client *Client) FindProjectStatisticalDataWithChan(request *FindProjectStatisticalDataRequest) (<-chan *FindProjectStatisticalDataResponse, <-chan error)
- func (client *Client) FindProjectsNameList(request *FindProjectsNameListRequest) (response *FindProjectsNameListResponse, err error)
- func (client *Client) FindProjectsNameListWithCallback(request *FindProjectsNameListRequest, ...) <-chan int
- func (client *Client) FindProjectsNameListWithChan(request *FindProjectsNameListRequest) (<-chan *FindProjectsNameListResponse, <-chan error)
- func (client *Client) FindServiceCredentialStatisticalData(request *FindServiceCredentialStatisticalDataRequest) (response *FindServiceCredentialStatisticalDataResponse, err error)
- func (client *Client) FindServiceCredentialStatisticalDataWithCallback(request *FindServiceCredentialStatisticalDataRequest, ...) <-chan int
- func (client *Client) FindServiceCredentialStatisticalDataWithChan(request *FindServiceCredentialStatisticalDataRequest) (<-chan *FindServiceCredentialStatisticalDataResponse, <-chan error)
- func (client *Client) FindServiceList(request *FindServiceListRequest) (response *FindServiceListResponse, err error)
- func (client *Client) FindServiceListWithCallback(request *FindServiceListRequest, ...) <-chan int
- func (client *Client) FindServiceListWithChan(request *FindServiceListRequest) (<-chan *FindServiceListResponse, <-chan error)
- func (client *Client) FindServiceStatisticalData(request *FindServiceStatisticalDataRequest) (response *FindServiceStatisticalDataResponse, err error)
- func (client *Client) FindServiceStatisticalDataWithCallback(request *FindServiceStatisticalDataRequest, ...) <-chan int
- func (client *Client) FindServiceStatisticalDataWithChan(request *FindServiceStatisticalDataRequest) (<-chan *FindServiceStatisticalDataResponse, <-chan error)
- func (client *Client) GetConsoleSLO(request *GetConsoleSLORequest) (response *GetConsoleSLOResponse, err error)
- func (client *Client) GetConsoleSLOWithCallback(request *GetConsoleSLORequest, ...) <-chan int
- func (client *Client) GetConsoleSLOWithChan(request *GetConsoleSLORequest) (<-chan *GetConsoleSLOResponse, <-chan error)
- func (client *Client) GetInstance(request *GetInstanceRequest) (response *GetInstanceResponse, err error)
- func (client *Client) GetInstanceWithCallback(request *GetInstanceRequest, ...) <-chan int
- func (client *Client) GetInstanceWithChan(request *GetInstanceRequest) (<-chan *GetInstanceResponse, <-chan error)
- func (client *Client) GetMetaServerSLO(request *GetMetaServerSLORequest) (response *GetMetaServerSLOResponse, err error)
- func (client *Client) GetMetaServerSLOWithCallback(request *GetMetaServerSLORequest, ...) <-chan int
- func (client *Client) GetMetaServerSLOWithChan(request *GetMetaServerSLORequest) (<-chan *GetMetaServerSLOResponse, <-chan error)
- func (client *Client) GetOrder(request *GetOrderRequest) (response *GetOrderResponse, err error)
- func (client *Client) GetOrderWithCallback(request *GetOrderRequest, callback func(response *GetOrderResponse, err error)) <-chan int
- func (client *Client) GetOrderWithChan(request *GetOrderRequest) (<-chan *GetOrderResponse, <-chan error)
- func (client *Client) GetProject(request *GetProjectRequest) (response *GetProjectResponse, err error)
- func (client *Client) GetProjectWithCallback(request *GetProjectRequest, ...) <-chan int
- func (client *Client) GetProjectWithChan(request *GetProjectRequest) (<-chan *GetProjectResponse, <-chan error)
- func (client *Client) GetService(request *GetServiceRequest) (response *GetServiceResponse, err error)
- func (client *Client) GetServiceWithCallback(request *GetServiceRequest, ...) <-chan int
- func (client *Client) GetServiceWithChan(request *GetServiceRequest) (<-chan *GetServiceResponse, <-chan error)
- func (client *Client) ImportCredentials(request *ImportCredentialsRequest) (response *ImportCredentialsResponse, err error)
- func (client *Client) ImportCredentialsWithCallback(request *ImportCredentialsRequest, ...) <-chan int
- func (client *Client) ImportCredentialsWithChan(request *ImportCredentialsRequest) (<-chan *ImportCredentialsResponse, <-chan error)
- func (client *Client) PublishCasService(request *PublishCasServiceRequest) (response *PublishCasServiceResponse, err error)
- func (client *Client) PublishCasServiceWithCallback(request *PublishCasServiceRequest, ...) <-chan int
- func (client *Client) PublishCasServiceWithChan(request *PublishCasServiceRequest) (<-chan *PublishCasServiceResponse, <-chan error)
- func (client *Client) PublishUnionCasService(request *PublishUnionCasServiceRequest) (response *PublishUnionCasServiceResponse, err error)
- func (client *Client) PublishUnionCasServiceWithCallback(request *PublishUnionCasServiceRequest, ...) <-chan int
- func (client *Client) PublishUnionCasServiceWithChan(request *PublishUnionCasServiceRequest) (<-chan *PublishUnionCasServiceResponse, <-chan error)
- func (client *Client) RenewCredentials(request *RenewCredentialsRequest) (response *RenewCredentialsResponse, err error)
- func (client *Client) RenewCredentialsWithCallback(request *RenewCredentialsRequest, ...) <-chan int
- func (client *Client) RenewCredentialsWithChan(request *RenewCredentialsRequest) (<-chan *RenewCredentialsResponse, <-chan error)
- func (client *Client) ReplaceCredential(request *ReplaceCredentialRequest) (response *ReplaceCredentialResponse, err error)
- func (client *Client) ReplaceCredentialWithCallback(request *ReplaceCredentialRequest, ...) <-chan int
- func (client *Client) ReplaceCredentialWithChan(request *ReplaceCredentialRequest) (<-chan *ReplaceCredentialResponse, <-chan error)
- func (client *Client) UpdateOrder(request *UpdateOrderRequest) (response *UpdateOrderResponse, err error)
- func (client *Client) UpdateOrderList(request *UpdateOrderListRequest) (response *UpdateOrderListResponse, err error)
- func (client *Client) UpdateOrderListWithCallback(request *UpdateOrderListRequest, ...) <-chan int
- func (client *Client) UpdateOrderListWithChan(request *UpdateOrderListRequest) (<-chan *UpdateOrderListResponse, <-chan error)
- func (client *Client) UpdateOrderWithCallback(request *UpdateOrderRequest, ...) <-chan int
- func (client *Client) UpdateOrderWithChan(request *UpdateOrderRequest) (<-chan *UpdateOrderResponse, <-chan error)
- func (client *Client) UpdateProject(request *UpdateProjectRequest) (response *UpdateProjectResponse, err error)
- func (client *Client) UpdateProjectListStatus(request *UpdateProjectListStatusRequest) (response *UpdateProjectListStatusResponse, err error)
- func (client *Client) UpdateProjectListStatusWithCallback(request *UpdateProjectListStatusRequest, ...) <-chan int
- func (client *Client) UpdateProjectListStatusWithChan(request *UpdateProjectListStatusRequest) (<-chan *UpdateProjectListStatusResponse, <-chan error)
- func (client *Client) UpdateProjectWithCallback(request *UpdateProjectRequest, ...) <-chan int
- func (client *Client) UpdateProjectWithChan(request *UpdateProjectRequest) (<-chan *UpdateProjectResponse, <-chan error)
- func (client *Client) UpdateService(request *UpdateServiceRequest) (response *UpdateServiceResponse, err error)
- func (client *Client) UpdateServiceListStatus(request *UpdateServiceListStatusRequest) (response *UpdateServiceListStatusResponse, err error)
- func (client *Client) UpdateServiceListStatusWithCallback(request *UpdateServiceListStatusRequest, ...) <-chan int
- func (client *Client) UpdateServiceListStatusWithChan(request *UpdateServiceListStatusRequest) (<-chan *UpdateServiceListStatusResponse, <-chan error)
- func (client *Client) UpdateServiceQPS(request *UpdateServiceQPSRequest) (response *UpdateServiceQPSResponse, err error)
- func (client *Client) UpdateServiceQPSWithCallback(request *UpdateServiceQPSRequest, ...) <-chan int
- func (client *Client) UpdateServiceQPSWithChan(request *UpdateServiceQPSRequest) (<-chan *UpdateServiceQPSResponse, <-chan error)
- func (client *Client) UpdateServiceWithCallback(request *UpdateServiceRequest, ...) <-chan int
- func (client *Client) UpdateServiceWithChan(request *UpdateServiceRequest) (<-chan *UpdateServiceResponse, <-chan error)
- type CommitSuccessedServicesRequest
- type CommitSuccessedServicesResponse
- type ConsumeTypes
- type CreateCredentialsRequest
- type CreateCredentialsResponse
- type CreateOrderRequest
- type CreateOrderResponse
- type CreateProjectRequest
- type CreateProjectResponse
- type CreateServiceRequest
- type CreateServiceResponse
- type Credential
- type CredentialInfoData
- type CredentialList
- type Credentials
- type CurrentCredential
- type Data
- type DataInFindCredentialStatisticalData
- type DataInFindOrderedServiceList
- type DataInFindProjectStatisticalData
- type DataInFindServiceCredentialStatisticalData
- type DataInFindServiceStatisticalData
- type DeleteCasServiceRequest
- type DeleteCasServiceResponse
- type DeleteCredentialsListRequest
- type DeleteCredentialsListResponse
- type DeleteOrderListRequest
- type DeleteOrderListResponse
- type DeleteProjectListRequest
- type DeleteProjectListResponse
- type DeleteProjectRequest
- type DeleteProjectResponse
- type DeleteServiceListRequest
- type DeleteServiceListResponse
- type DeleteServiceRequest
- type DeleteServiceResponse
- type DeleteUnionCasServiceRequest
- type DeleteUnionCasServiceResponse
- type DescribeRegionsRequest
- type DescribeRegionsResponse
- type ErrorTypeCatagory
- type ErrorTypeCatagoryInGetOrder
- type ErrorTypeCatagoryListInFindOrderedList
- type ErrorTypeCatagoryListInGetOrder
- type FindAllLinkRuleRequest
- type FindAllLinkRuleResponse
- type FindApprovalOrderListRequest
- type FindApprovalOrderListResponse
- type FindApproveServiceListRequest
- type FindApproveServiceListResponse
- type FindBrokerSLOHisListRequest
- type FindBrokerSLOHisListResponse
- type FindBrokerSLOListRequest
- type FindBrokerSLOListResponse
- type FindCredentialStatisticalDataRequest
- type FindCredentialStatisticalDataResponse
- type FindCredentialsListRequest
- type FindCredentialsListResponse
- type FindInstanceListRequest
- type FindInstanceListResponse
- type FindInstanceNodeListRequest
- type FindInstanceNodeListResponse
- type FindOrderableListRequest
- type FindOrderableListResponse
- type FindOrderedListRequest
- type FindOrderedListResponse
- type FindOrderedServiceListRequest
- type FindOrderedServiceListResponse
- type FindOtherInstanceListRequest
- type FindOtherInstanceListResponse
- type FindProjectListRequest
- type FindProjectListResponse
- type FindProjectStatisticalDataRequest
- type FindProjectStatisticalDataResponse
- type FindProjectsNameListRequest
- type FindProjectsNameListResponse
- type FindServiceCredentialStatisticalDataRequest
- type FindServiceCredentialStatisticalDataResponse
- type FindServiceListRequest
- type FindServiceListResponse
- type FindServiceStatisticalDataRequest
- type FindServiceStatisticalDataResponse
- type GetConsoleSLORequest
- type GetConsoleSLOResponse
- type GetInstanceRequest
- type GetInstanceResponse
- type GetMetaServerSLORequest
- type GetMetaServerSLOResponse
- type GetOrderRequest
- type GetOrderResponse
- type GetProjectRequest
- type GetProjectResponse
- type GetServiceRequest
- type GetServiceResponse
- type ImportCredentialsRequest
- type ImportCredentialsResponse
- type Instance
- type InstanceNode
- type InstanceNodeList
- type Item
- type ItemListInFindInstanceList
- type ItemListInFindOtherInstanceList
- type LinkRuleList
- type LinkRuleListItem
- type MonitorStatisticDataInFindCredentialStatisticalData
- type MonitorStatisticDataInFindProjectStatisticalData
- type MonitorStatisticDataInFindServiceCredentialStatisticalData
- type MonitorStatisticDataInFindServiceStatisticalData
- type NewCredential
- type Order
- type OrderInFindOrderedList
- type OrderInFindOrderedServiceList
- type OrderListInFindApprovalOrderList
- type OrderListInFindOrderedList
- type OrderListInFindOrderedServiceList
- type Orders
- type PhysicalLocation
- type PhysicalLocations
- type Project
- type ProjectInfoData
- type ProjectListInFindProjectList
- type ProjectListInGetProject
- type ProjectNameList
- type PublishCasServiceRequest
- type PublishCasServiceResponse
- type PublishUnionCasServiceRequest
- type PublishUnionCasServiceResponse
- type Region
- type RegionList
- type RenewCredentialsRequest
- type RenewCredentialsResponse
- type ReplaceCredentialRequest
- type ReplaceCredentialResponse
- type Resources
- type RoleUsage
- type RoleUsages
- type Service
- type ServiceInFindOrderableList
- type ServiceInGetOrder
- type ServiceListInFindApproveServiceList
- type ServiceListInFindOrderableList
- type ServiceListInFindServiceList
- type ServiceStatisticData
- type ServiceVersion
- type ServiceVersionsList
- type SlaInfo
- type SlaInfoInFindOrderedList
- type SlaInfoInFindOrderedServiceList
- type SlaInfoInGetOrder
- type StrictWhiteList
- type Total
- type TotalInFindCredentialStatisticalData
- type TotalInFindProjectStatisticalData
- type TotalInFindServiceCredentialStatisticalData
- type TotalInFindServiceStatisticalData
- type UpdateOrderListRequest
- type UpdateOrderListResponse
- type UpdateOrderRequest
- type UpdateOrderResponse
- type UpdateProjectListStatusRequest
- type UpdateProjectListStatusResponse
- type UpdateProjectRequest
- type UpdateProjectResponse
- type UpdateServiceListStatusRequest
- type UpdateServiceListStatusResponse
- type UpdateServiceQPSRequest
- type UpdateServiceQPSResponse
- type UpdateServiceRequest
- type UpdateServiceResponse
- type VisiableGroup
- type VisiableGroupList
Constants ¶
This section is empty.
Variables ¶
var EndpointMap map[string]string
EndpointMap Endpoint Data
var EndpointType = "regional"
EndpointType regional or central
Functions ¶
func GetEndpointMap ¶ added in v1.61.87
GetEndpointMap Get Endpoint Data Map
func GetEndpointType ¶ added in v1.61.87
func GetEndpointType() string
GetEndpointType Get Endpoint Type Value
func SetClientProperty ¶ added in v1.61.87
SetClientProperty Set Property by Reflect
func SetEndpointDataToClient ¶ added in v1.61.87
func SetEndpointDataToClient(client *Client)
SetEndpointDataToClient Set EndpointMap and ENdpointType
Types ¶
type ApproveOrderListRequest ¶
type ApproveOrderListRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
}
ApproveOrderListRequest is the request struct for api ApproveOrderList
func CreateApproveOrderListRequest ¶
func CreateApproveOrderListRequest() (request *ApproveOrderListRequest)
CreateApproveOrderListRequest creates a request to invoke ApproveOrderList API
type ApproveOrderListResponse ¶
type ApproveOrderListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
ApproveOrderListResponse is the response struct for api ApproveOrderList
func CreateApproveOrderListResponse ¶
func CreateApproveOrderListResponse() (response *ApproveOrderListResponse)
CreateApproveOrderListResponse creates a response to parse from ApproveOrderList response
type Attribute ¶ added in v1.61.87
type Attribute struct {
Name string `json:"Name" xml:"Name"`
Value string `json:"Value" xml:"Value"`
}
Attribute is a nested struct in csb response
type Attributes ¶ added in v1.61.87
type Attributes struct {
Attribute []Attribute `json:"Attribute" xml:"Attribute"`
}
Attributes is a nested struct in csb response
type CasServTargets ¶
type CasServTargets struct {
CasServTarget []string `json:"CasServTarget" xml:"CasServTarget"`
}
CasServTargets is a nested struct in csb response
type CheckSLRDeleteRequest ¶ added in v1.61.383
type CheckSLRDeleteRequest struct {
*requests.RpcRequest
DeletionTaskId string `position:"Query" name:"DeletionTaskId"`
AccountId string `position:"Query" name:"AccountId"`
SPIRegionId string `position:"Query" name:"SPIRegionId"`
RoleArn string `position:"Query" name:"RoleArn"`
ServiceName string `position:"Query" name:"ServiceName"`
}
CheckSLRDeleteRequest is the request struct for api CheckSLRDelete
func CreateCheckSLRDeleteRequest ¶ added in v1.61.383
func CreateCheckSLRDeleteRequest() (request *CheckSLRDeleteRequest)
CreateCheckSLRDeleteRequest creates a request to invoke CheckSLRDelete API
type CheckSLRDeleteResponse ¶ added in v1.61.383
type CheckSLRDeleteResponse struct {
*responses.BaseResponse
Deletable bool `json:"Deletable" xml:"Deletable"`
RequestId string `json:"RequestId" xml:"RequestId"`
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RoleUsages []RoleUsage `json:"RoleUsages" xml:"RoleUsages"`
}
CheckSLRDeleteResponse is the response struct for api CheckSLRDelete
func CreateCheckSLRDeleteResponse ¶ added in v1.61.383
func CreateCheckSLRDeleteResponse() (response *CheckSLRDeleteResponse)
CreateCheckSLRDeleteResponse creates a response to parse from CheckSLRDelete response
type CheckServiceExistRequest ¶
type CheckServiceExistRequest struct {
*requests.RpcRequest
CsbId requests.Integer `position:"Query" name:"CsbId"`
ServiceName string `position:"Query" name:"ServiceName"`
}
CheckServiceExistRequest is the request struct for api CheckServiceExist
func CreateCheckServiceExistRequest ¶
func CreateCheckServiceExistRequest() (request *CheckServiceExistRequest)
CreateCheckServiceExistRequest creates a request to invoke CheckServiceExist API
type CheckServiceExistResponse ¶
type CheckServiceExistResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
CheckServiceExistResponse is the response struct for api CheckServiceExist
func CreateCheckServiceExistResponse ¶
func CreateCheckServiceExistResponse() (response *CheckServiceExistResponse)
CreateCheckServiceExistResponse creates a response to parse from CheckServiceExist response
type Client ¶
Client is the sdk client struct, each func corresponds to an OpenAPI
func NewClientWithAccessKey ¶
func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithEcsRamRole ¶
NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithOptions ¶
func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client
func NewClientWithProvider ¶ added in v1.61.87
func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
NewClientWithProvider creates a sdk client with providers usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRamRoleArn ¶
func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRamRoleArnAndPolicy ¶ added in v1.61.87
func NewClientWithRamRoleArnAndPolicy(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName, policy string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn and policy usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRsaKeyPair ¶
func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithStsToken ¶
func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func (*Client) ApproveOrderList ¶
func (client *Client) ApproveOrderList(request *ApproveOrderListRequest) (response *ApproveOrderListResponse, err error)
ApproveOrderList invokes the csb.ApproveOrderList API synchronously api document: https://help.aliyun.com/api/csb/approveorderlist.html
func (*Client) ApproveOrderListWithCallback ¶
func (client *Client) ApproveOrderListWithCallback(request *ApproveOrderListRequest, callback func(response *ApproveOrderListResponse, err error)) <-chan int
ApproveOrderListWithCallback invokes the csb.ApproveOrderList API asynchronously api document: https://help.aliyun.com/api/csb/approveorderlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) ApproveOrderListWithChan ¶
func (client *Client) ApproveOrderListWithChan(request *ApproveOrderListRequest) (<-chan *ApproveOrderListResponse, <-chan error)
ApproveOrderListWithChan invokes the csb.ApproveOrderList API asynchronously api document: https://help.aliyun.com/api/csb/approveorderlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CheckSLRDelete ¶ added in v1.61.383
func (client *Client) CheckSLRDelete(request *CheckSLRDeleteRequest) (response *CheckSLRDeleteResponse, err error)
CheckSLRDelete invokes the csb.CheckSLRDelete API synchronously api document: https://help.aliyun.com/api/csb/checkslrdelete.html
func (*Client) CheckSLRDeleteWithCallback ¶ added in v1.61.383
func (client *Client) CheckSLRDeleteWithCallback(request *CheckSLRDeleteRequest, callback func(response *CheckSLRDeleteResponse, err error)) <-chan int
CheckSLRDeleteWithCallback invokes the csb.CheckSLRDelete API asynchronously api document: https://help.aliyun.com/api/csb/checkslrdelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CheckSLRDeleteWithChan ¶ added in v1.61.383
func (client *Client) CheckSLRDeleteWithChan(request *CheckSLRDeleteRequest) (<-chan *CheckSLRDeleteResponse, <-chan error)
CheckSLRDeleteWithChan invokes the csb.CheckSLRDelete API asynchronously api document: https://help.aliyun.com/api/csb/checkslrdelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CheckServiceExist ¶
func (client *Client) CheckServiceExist(request *CheckServiceExistRequest) (response *CheckServiceExistResponse, err error)
CheckServiceExist invokes the csb.CheckServiceExist API synchronously api document: https://help.aliyun.com/api/csb/checkserviceexist.html
func (*Client) CheckServiceExistWithCallback ¶
func (client *Client) CheckServiceExistWithCallback(request *CheckServiceExistRequest, callback func(response *CheckServiceExistResponse, err error)) <-chan int
CheckServiceExistWithCallback invokes the csb.CheckServiceExist API asynchronously api document: https://help.aliyun.com/api/csb/checkserviceexist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CheckServiceExistWithChan ¶
func (client *Client) CheckServiceExistWithChan(request *CheckServiceExistRequest) (<-chan *CheckServiceExistResponse, <-chan error)
CheckServiceExistWithChan invokes the csb.CheckServiceExist API asynchronously api document: https://help.aliyun.com/api/csb/checkserviceexist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CommitSuccessedServices ¶
func (client *Client) CommitSuccessedServices(request *CommitSuccessedServicesRequest) (response *CommitSuccessedServicesResponse, err error)
CommitSuccessedServices invokes the csb.CommitSuccessedServices API synchronously api document: https://help.aliyun.com/api/csb/commitsuccessedservices.html
func (*Client) CommitSuccessedServicesWithCallback ¶
func (client *Client) CommitSuccessedServicesWithCallback(request *CommitSuccessedServicesRequest, callback func(response *CommitSuccessedServicesResponse, err error)) <-chan int
CommitSuccessedServicesWithCallback invokes the csb.CommitSuccessedServices API asynchronously api document: https://help.aliyun.com/api/csb/commitsuccessedservices.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CommitSuccessedServicesWithChan ¶
func (client *Client) CommitSuccessedServicesWithChan(request *CommitSuccessedServicesRequest) (<-chan *CommitSuccessedServicesResponse, <-chan error)
CommitSuccessedServicesWithChan invokes the csb.CommitSuccessedServices API asynchronously api document: https://help.aliyun.com/api/csb/commitsuccessedservices.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CreateCredentials ¶
func (client *Client) CreateCredentials(request *CreateCredentialsRequest) (response *CreateCredentialsResponse, err error)
CreateCredentials invokes the csb.CreateCredentials API synchronously api document: https://help.aliyun.com/api/csb/createcredentials.html
func (*Client) CreateCredentialsWithCallback ¶
func (client *Client) CreateCredentialsWithCallback(request *CreateCredentialsRequest, callback func(response *CreateCredentialsResponse, err error)) <-chan int
CreateCredentialsWithCallback invokes the csb.CreateCredentials API asynchronously api document: https://help.aliyun.com/api/csb/createcredentials.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CreateCredentialsWithChan ¶
func (client *Client) CreateCredentialsWithChan(request *CreateCredentialsRequest) (<-chan *CreateCredentialsResponse, <-chan error)
CreateCredentialsWithChan invokes the csb.CreateCredentials API asynchronously api document: https://help.aliyun.com/api/csb/createcredentials.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CreateOrder ¶
func (client *Client) CreateOrder(request *CreateOrderRequest) (response *CreateOrderResponse, err error)
CreateOrder invokes the csb.CreateOrder API synchronously api document: https://help.aliyun.com/api/csb/createorder.html
func (*Client) CreateOrderWithCallback ¶
func (client *Client) CreateOrderWithCallback(request *CreateOrderRequest, callback func(response *CreateOrderResponse, err error)) <-chan int
CreateOrderWithCallback invokes the csb.CreateOrder API asynchronously api document: https://help.aliyun.com/api/csb/createorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CreateOrderWithChan ¶
func (client *Client) CreateOrderWithChan(request *CreateOrderRequest) (<-chan *CreateOrderResponse, <-chan error)
CreateOrderWithChan invokes the csb.CreateOrder API asynchronously api document: https://help.aliyun.com/api/csb/createorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CreateProject ¶
func (client *Client) CreateProject(request *CreateProjectRequest) (response *CreateProjectResponse, err error)
CreateProject invokes the csb.CreateProject API synchronously api document: https://help.aliyun.com/api/csb/createproject.html
func (*Client) CreateProjectWithCallback ¶
func (client *Client) CreateProjectWithCallback(request *CreateProjectRequest, callback func(response *CreateProjectResponse, err error)) <-chan int
CreateProjectWithCallback invokes the csb.CreateProject API asynchronously api document: https://help.aliyun.com/api/csb/createproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CreateProjectWithChan ¶
func (client *Client) CreateProjectWithChan(request *CreateProjectRequest) (<-chan *CreateProjectResponse, <-chan error)
CreateProjectWithChan invokes the csb.CreateProject API asynchronously api document: https://help.aliyun.com/api/csb/createproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CreateService ¶
func (client *Client) CreateService(request *CreateServiceRequest) (response *CreateServiceResponse, err error)
CreateService invokes the csb.CreateService API synchronously api document: https://help.aliyun.com/api/csb/createservice.html
func (*Client) CreateServiceWithCallback ¶
func (client *Client) CreateServiceWithCallback(request *CreateServiceRequest, callback func(response *CreateServiceResponse, err error)) <-chan int
CreateServiceWithCallback invokes the csb.CreateService API asynchronously api document: https://help.aliyun.com/api/csb/createservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CreateServiceWithChan ¶
func (client *Client) CreateServiceWithChan(request *CreateServiceRequest) (<-chan *CreateServiceResponse, <-chan error)
CreateServiceWithChan invokes the csb.CreateService API asynchronously api document: https://help.aliyun.com/api/csb/createservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteCasService ¶
func (client *Client) DeleteCasService(request *DeleteCasServiceRequest) (response *DeleteCasServiceResponse, err error)
DeleteCasService invokes the csb.DeleteCasService API synchronously api document: https://help.aliyun.com/api/csb/deletecasservice.html
func (*Client) DeleteCasServiceWithCallback ¶
func (client *Client) DeleteCasServiceWithCallback(request *DeleteCasServiceRequest, callback func(response *DeleteCasServiceResponse, err error)) <-chan int
DeleteCasServiceWithCallback invokes the csb.DeleteCasService API asynchronously api document: https://help.aliyun.com/api/csb/deletecasservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteCasServiceWithChan ¶
func (client *Client) DeleteCasServiceWithChan(request *DeleteCasServiceRequest) (<-chan *DeleteCasServiceResponse, <-chan error)
DeleteCasServiceWithChan invokes the csb.DeleteCasService API asynchronously api document: https://help.aliyun.com/api/csb/deletecasservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteCredentialsList ¶
func (client *Client) DeleteCredentialsList(request *DeleteCredentialsListRequest) (response *DeleteCredentialsListResponse, err error)
DeleteCredentialsList invokes the csb.DeleteCredentialsList API synchronously api document: https://help.aliyun.com/api/csb/deletecredentialslist.html
func (*Client) DeleteCredentialsListWithCallback ¶
func (client *Client) DeleteCredentialsListWithCallback(request *DeleteCredentialsListRequest, callback func(response *DeleteCredentialsListResponse, err error)) <-chan int
DeleteCredentialsListWithCallback invokes the csb.DeleteCredentialsList API asynchronously api document: https://help.aliyun.com/api/csb/deletecredentialslist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteCredentialsListWithChan ¶
func (client *Client) DeleteCredentialsListWithChan(request *DeleteCredentialsListRequest) (<-chan *DeleteCredentialsListResponse, <-chan error)
DeleteCredentialsListWithChan invokes the csb.DeleteCredentialsList API asynchronously api document: https://help.aliyun.com/api/csb/deletecredentialslist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteOrderList ¶
func (client *Client) DeleteOrderList(request *DeleteOrderListRequest) (response *DeleteOrderListResponse, err error)
DeleteOrderList invokes the csb.DeleteOrderList API synchronously api document: https://help.aliyun.com/api/csb/deleteorderlist.html
func (*Client) DeleteOrderListWithCallback ¶
func (client *Client) DeleteOrderListWithCallback(request *DeleteOrderListRequest, callback func(response *DeleteOrderListResponse, err error)) <-chan int
DeleteOrderListWithCallback invokes the csb.DeleteOrderList API asynchronously api document: https://help.aliyun.com/api/csb/deleteorderlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteOrderListWithChan ¶
func (client *Client) DeleteOrderListWithChan(request *DeleteOrderListRequest) (<-chan *DeleteOrderListResponse, <-chan error)
DeleteOrderListWithChan invokes the csb.DeleteOrderList API asynchronously api document: https://help.aliyun.com/api/csb/deleteorderlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteProject ¶
func (client *Client) DeleteProject(request *DeleteProjectRequest) (response *DeleteProjectResponse, err error)
DeleteProject invokes the csb.DeleteProject API synchronously api document: https://help.aliyun.com/api/csb/deleteproject.html
func (*Client) DeleteProjectList ¶
func (client *Client) DeleteProjectList(request *DeleteProjectListRequest) (response *DeleteProjectListResponse, err error)
DeleteProjectList invokes the csb.DeleteProjectList API synchronously api document: https://help.aliyun.com/api/csb/deleteprojectlist.html
func (*Client) DeleteProjectListWithCallback ¶
func (client *Client) DeleteProjectListWithCallback(request *DeleteProjectListRequest, callback func(response *DeleteProjectListResponse, err error)) <-chan int
DeleteProjectListWithCallback invokes the csb.DeleteProjectList API asynchronously api document: https://help.aliyun.com/api/csb/deleteprojectlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteProjectListWithChan ¶
func (client *Client) DeleteProjectListWithChan(request *DeleteProjectListRequest) (<-chan *DeleteProjectListResponse, <-chan error)
DeleteProjectListWithChan invokes the csb.DeleteProjectList API asynchronously api document: https://help.aliyun.com/api/csb/deleteprojectlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteProjectWithCallback ¶
func (client *Client) DeleteProjectWithCallback(request *DeleteProjectRequest, callback func(response *DeleteProjectResponse, err error)) <-chan int
DeleteProjectWithCallback invokes the csb.DeleteProject API asynchronously api document: https://help.aliyun.com/api/csb/deleteproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteProjectWithChan ¶
func (client *Client) DeleteProjectWithChan(request *DeleteProjectRequest) (<-chan *DeleteProjectResponse, <-chan error)
DeleteProjectWithChan invokes the csb.DeleteProject API asynchronously api document: https://help.aliyun.com/api/csb/deleteproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteService ¶
func (client *Client) DeleteService(request *DeleteServiceRequest) (response *DeleteServiceResponse, err error)
DeleteService invokes the csb.DeleteService API synchronously api document: https://help.aliyun.com/api/csb/deleteservice.html
func (*Client) DeleteServiceList ¶
func (client *Client) DeleteServiceList(request *DeleteServiceListRequest) (response *DeleteServiceListResponse, err error)
DeleteServiceList invokes the csb.DeleteServiceList API synchronously api document: https://help.aliyun.com/api/csb/deleteservicelist.html
func (*Client) DeleteServiceListWithCallback ¶
func (client *Client) DeleteServiceListWithCallback(request *DeleteServiceListRequest, callback func(response *DeleteServiceListResponse, err error)) <-chan int
DeleteServiceListWithCallback invokes the csb.DeleteServiceList API asynchronously api document: https://help.aliyun.com/api/csb/deleteservicelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteServiceListWithChan ¶
func (client *Client) DeleteServiceListWithChan(request *DeleteServiceListRequest) (<-chan *DeleteServiceListResponse, <-chan error)
DeleteServiceListWithChan invokes the csb.DeleteServiceList API asynchronously api document: https://help.aliyun.com/api/csb/deleteservicelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteServiceWithCallback ¶
func (client *Client) DeleteServiceWithCallback(request *DeleteServiceRequest, callback func(response *DeleteServiceResponse, err error)) <-chan int
DeleteServiceWithCallback invokes the csb.DeleteService API asynchronously api document: https://help.aliyun.com/api/csb/deleteservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteServiceWithChan ¶
func (client *Client) DeleteServiceWithChan(request *DeleteServiceRequest) (<-chan *DeleteServiceResponse, <-chan error)
DeleteServiceWithChan invokes the csb.DeleteService API asynchronously api document: https://help.aliyun.com/api/csb/deleteservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteUnionCasService ¶
func (client *Client) DeleteUnionCasService(request *DeleteUnionCasServiceRequest) (response *DeleteUnionCasServiceResponse, err error)
DeleteUnionCasService invokes the csb.DeleteUnionCasService API synchronously api document: https://help.aliyun.com/api/csb/deleteunioncasservice.html
func (*Client) DeleteUnionCasServiceWithCallback ¶
func (client *Client) DeleteUnionCasServiceWithCallback(request *DeleteUnionCasServiceRequest, callback func(response *DeleteUnionCasServiceResponse, err error)) <-chan int
DeleteUnionCasServiceWithCallback invokes the csb.DeleteUnionCasService API asynchronously api document: https://help.aliyun.com/api/csb/deleteunioncasservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DeleteUnionCasServiceWithChan ¶
func (client *Client) DeleteUnionCasServiceWithChan(request *DeleteUnionCasServiceRequest) (<-chan *DeleteUnionCasServiceResponse, <-chan error)
DeleteUnionCasServiceWithChan invokes the csb.DeleteUnionCasService API asynchronously api document: https://help.aliyun.com/api/csb/deleteunioncasservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DescribeRegions ¶ added in v1.61.87
func (client *Client) DescribeRegions(request *DescribeRegionsRequest) (response *DescribeRegionsResponse, err error)
DescribeRegions invokes the csb.DescribeRegions API synchronously api document: https://help.aliyun.com/api/csb/describeregions.html
func (*Client) DescribeRegionsWithCallback ¶ added in v1.61.87
func (client *Client) DescribeRegionsWithCallback(request *DescribeRegionsRequest, callback func(response *DescribeRegionsResponse, err error)) <-chan int
DescribeRegionsWithCallback invokes the csb.DescribeRegions API asynchronously api document: https://help.aliyun.com/api/csb/describeregions.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) DescribeRegionsWithChan ¶ added in v1.61.87
func (client *Client) DescribeRegionsWithChan(request *DescribeRegionsRequest) (<-chan *DescribeRegionsResponse, <-chan error)
DescribeRegionsWithChan invokes the csb.DescribeRegions API asynchronously api document: https://help.aliyun.com/api/csb/describeregions.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindAllLinkRule ¶ added in v1.61.87
func (client *Client) FindAllLinkRule(request *FindAllLinkRuleRequest) (response *FindAllLinkRuleResponse, err error)
FindAllLinkRule invokes the csb.FindAllLinkRule API synchronously api document: https://help.aliyun.com/api/csb/findalllinkrule.html
func (*Client) FindAllLinkRuleWithCallback ¶ added in v1.61.87
func (client *Client) FindAllLinkRuleWithCallback(request *FindAllLinkRuleRequest, callback func(response *FindAllLinkRuleResponse, err error)) <-chan int
FindAllLinkRuleWithCallback invokes the csb.FindAllLinkRule API asynchronously api document: https://help.aliyun.com/api/csb/findalllinkrule.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindAllLinkRuleWithChan ¶ added in v1.61.87
func (client *Client) FindAllLinkRuleWithChan(request *FindAllLinkRuleRequest) (<-chan *FindAllLinkRuleResponse, <-chan error)
FindAllLinkRuleWithChan invokes the csb.FindAllLinkRule API asynchronously api document: https://help.aliyun.com/api/csb/findalllinkrule.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindApprovalOrderList ¶
func (client *Client) FindApprovalOrderList(request *FindApprovalOrderListRequest) (response *FindApprovalOrderListResponse, err error)
FindApprovalOrderList invokes the csb.FindApprovalOrderList API synchronously api document: https://help.aliyun.com/api/csb/findapprovalorderlist.html
func (*Client) FindApprovalOrderListWithCallback ¶
func (client *Client) FindApprovalOrderListWithCallback(request *FindApprovalOrderListRequest, callback func(response *FindApprovalOrderListResponse, err error)) <-chan int
FindApprovalOrderListWithCallback invokes the csb.FindApprovalOrderList API asynchronously api document: https://help.aliyun.com/api/csb/findapprovalorderlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindApprovalOrderListWithChan ¶
func (client *Client) FindApprovalOrderListWithChan(request *FindApprovalOrderListRequest) (<-chan *FindApprovalOrderListResponse, <-chan error)
FindApprovalOrderListWithChan invokes the csb.FindApprovalOrderList API asynchronously api document: https://help.aliyun.com/api/csb/findapprovalorderlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindApproveServiceList ¶
func (client *Client) FindApproveServiceList(request *FindApproveServiceListRequest) (response *FindApproveServiceListResponse, err error)
FindApproveServiceList invokes the csb.FindApproveServiceList API synchronously api document: https://help.aliyun.com/api/csb/findapproveservicelist.html
func (*Client) FindApproveServiceListWithCallback ¶
func (client *Client) FindApproveServiceListWithCallback(request *FindApproveServiceListRequest, callback func(response *FindApproveServiceListResponse, err error)) <-chan int
FindApproveServiceListWithCallback invokes the csb.FindApproveServiceList API asynchronously api document: https://help.aliyun.com/api/csb/findapproveservicelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindApproveServiceListWithChan ¶
func (client *Client) FindApproveServiceListWithChan(request *FindApproveServiceListRequest) (<-chan *FindApproveServiceListResponse, <-chan error)
FindApproveServiceListWithChan invokes the csb.FindApproveServiceList API asynchronously api document: https://help.aliyun.com/api/csb/findapproveservicelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindBrokerSLOHisList ¶ added in v1.61.87
func (client *Client) FindBrokerSLOHisList(request *FindBrokerSLOHisListRequest) (response *FindBrokerSLOHisListResponse, err error)
FindBrokerSLOHisList invokes the csb.FindBrokerSLOHisList API synchronously api document: https://help.aliyun.com/api/csb/findbrokerslohislist.html
func (*Client) FindBrokerSLOHisListWithCallback ¶ added in v1.61.87
func (client *Client) FindBrokerSLOHisListWithCallback(request *FindBrokerSLOHisListRequest, callback func(response *FindBrokerSLOHisListResponse, err error)) <-chan int
FindBrokerSLOHisListWithCallback invokes the csb.FindBrokerSLOHisList API asynchronously api document: https://help.aliyun.com/api/csb/findbrokerslohislist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindBrokerSLOHisListWithChan ¶ added in v1.61.87
func (client *Client) FindBrokerSLOHisListWithChan(request *FindBrokerSLOHisListRequest) (<-chan *FindBrokerSLOHisListResponse, <-chan error)
FindBrokerSLOHisListWithChan invokes the csb.FindBrokerSLOHisList API asynchronously api document: https://help.aliyun.com/api/csb/findbrokerslohislist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindBrokerSLOList ¶ added in v1.61.87
func (client *Client) FindBrokerSLOList(request *FindBrokerSLOListRequest) (response *FindBrokerSLOListResponse, err error)
FindBrokerSLOList invokes the csb.FindBrokerSLOList API synchronously api document: https://help.aliyun.com/api/csb/findbrokerslolist.html
func (*Client) FindBrokerSLOListWithCallback ¶ added in v1.61.87
func (client *Client) FindBrokerSLOListWithCallback(request *FindBrokerSLOListRequest, callback func(response *FindBrokerSLOListResponse, err error)) <-chan int
FindBrokerSLOListWithCallback invokes the csb.FindBrokerSLOList API asynchronously api document: https://help.aliyun.com/api/csb/findbrokerslolist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindBrokerSLOListWithChan ¶ added in v1.61.87
func (client *Client) FindBrokerSLOListWithChan(request *FindBrokerSLOListRequest) (<-chan *FindBrokerSLOListResponse, <-chan error)
FindBrokerSLOListWithChan invokes the csb.FindBrokerSLOList API asynchronously api document: https://help.aliyun.com/api/csb/findbrokerslolist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindCredentialStatisticalData ¶ added in v1.61.128
func (client *Client) FindCredentialStatisticalData(request *FindCredentialStatisticalDataRequest) (response *FindCredentialStatisticalDataResponse, err error)
FindCredentialStatisticalData invokes the csb.FindCredentialStatisticalData API synchronously api document: https://help.aliyun.com/api/csb/findcredentialstatisticaldata.html
func (*Client) FindCredentialStatisticalDataWithCallback ¶ added in v1.61.128
func (client *Client) FindCredentialStatisticalDataWithCallback(request *FindCredentialStatisticalDataRequest, callback func(response *FindCredentialStatisticalDataResponse, err error)) <-chan int
FindCredentialStatisticalDataWithCallback invokes the csb.FindCredentialStatisticalData API asynchronously api document: https://help.aliyun.com/api/csb/findcredentialstatisticaldata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindCredentialStatisticalDataWithChan ¶ added in v1.61.128
func (client *Client) FindCredentialStatisticalDataWithChan(request *FindCredentialStatisticalDataRequest) (<-chan *FindCredentialStatisticalDataResponse, <-chan error)
FindCredentialStatisticalDataWithChan invokes the csb.FindCredentialStatisticalData API asynchronously api document: https://help.aliyun.com/api/csb/findcredentialstatisticaldata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindCredentialsList ¶
func (client *Client) FindCredentialsList(request *FindCredentialsListRequest) (response *FindCredentialsListResponse, err error)
FindCredentialsList invokes the csb.FindCredentialsList API synchronously api document: https://help.aliyun.com/api/csb/findcredentialslist.html
func (*Client) FindCredentialsListWithCallback ¶
func (client *Client) FindCredentialsListWithCallback(request *FindCredentialsListRequest, callback func(response *FindCredentialsListResponse, err error)) <-chan int
FindCredentialsListWithCallback invokes the csb.FindCredentialsList API asynchronously api document: https://help.aliyun.com/api/csb/findcredentialslist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindCredentialsListWithChan ¶
func (client *Client) FindCredentialsListWithChan(request *FindCredentialsListRequest) (<-chan *FindCredentialsListResponse, <-chan error)
FindCredentialsListWithChan invokes the csb.FindCredentialsList API asynchronously api document: https://help.aliyun.com/api/csb/findcredentialslist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindInstanceList ¶
func (client *Client) FindInstanceList(request *FindInstanceListRequest) (response *FindInstanceListResponse, err error)
FindInstanceList invokes the csb.FindInstanceList API synchronously api document: https://help.aliyun.com/api/csb/findinstancelist.html
func (*Client) FindInstanceListWithCallback ¶
func (client *Client) FindInstanceListWithCallback(request *FindInstanceListRequest, callback func(response *FindInstanceListResponse, err error)) <-chan int
FindInstanceListWithCallback invokes the csb.FindInstanceList API asynchronously api document: https://help.aliyun.com/api/csb/findinstancelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindInstanceListWithChan ¶
func (client *Client) FindInstanceListWithChan(request *FindInstanceListRequest) (<-chan *FindInstanceListResponse, <-chan error)
FindInstanceListWithChan invokes the csb.FindInstanceList API asynchronously api document: https://help.aliyun.com/api/csb/findinstancelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindInstanceNodeList ¶ added in v1.61.87
func (client *Client) FindInstanceNodeList(request *FindInstanceNodeListRequest) (response *FindInstanceNodeListResponse, err error)
FindInstanceNodeList invokes the csb.FindInstanceNodeList API synchronously api document: https://help.aliyun.com/api/csb/findinstancenodelist.html
func (*Client) FindInstanceNodeListWithCallback ¶ added in v1.61.87
func (client *Client) FindInstanceNodeListWithCallback(request *FindInstanceNodeListRequest, callback func(response *FindInstanceNodeListResponse, err error)) <-chan int
FindInstanceNodeListWithCallback invokes the csb.FindInstanceNodeList API asynchronously api document: https://help.aliyun.com/api/csb/findinstancenodelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindInstanceNodeListWithChan ¶ added in v1.61.87
func (client *Client) FindInstanceNodeListWithChan(request *FindInstanceNodeListRequest) (<-chan *FindInstanceNodeListResponse, <-chan error)
FindInstanceNodeListWithChan invokes the csb.FindInstanceNodeList API asynchronously api document: https://help.aliyun.com/api/csb/findinstancenodelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindOrderableList ¶
func (client *Client) FindOrderableList(request *FindOrderableListRequest) (response *FindOrderableListResponse, err error)
FindOrderableList invokes the csb.FindOrderableList API synchronously api document: https://help.aliyun.com/api/csb/findorderablelist.html
func (*Client) FindOrderableListWithCallback ¶
func (client *Client) FindOrderableListWithCallback(request *FindOrderableListRequest, callback func(response *FindOrderableListResponse, err error)) <-chan int
FindOrderableListWithCallback invokes the csb.FindOrderableList API asynchronously api document: https://help.aliyun.com/api/csb/findorderablelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindOrderableListWithChan ¶
func (client *Client) FindOrderableListWithChan(request *FindOrderableListRequest) (<-chan *FindOrderableListResponse, <-chan error)
FindOrderableListWithChan invokes the csb.FindOrderableList API asynchronously api document: https://help.aliyun.com/api/csb/findorderablelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindOrderedList ¶
func (client *Client) FindOrderedList(request *FindOrderedListRequest) (response *FindOrderedListResponse, err error)
FindOrderedList invokes the csb.FindOrderedList API synchronously api document: https://help.aliyun.com/api/csb/findorderedlist.html
func (*Client) FindOrderedListWithCallback ¶
func (client *Client) FindOrderedListWithCallback(request *FindOrderedListRequest, callback func(response *FindOrderedListResponse, err error)) <-chan int
FindOrderedListWithCallback invokes the csb.FindOrderedList API asynchronously api document: https://help.aliyun.com/api/csb/findorderedlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindOrderedListWithChan ¶
func (client *Client) FindOrderedListWithChan(request *FindOrderedListRequest) (<-chan *FindOrderedListResponse, <-chan error)
FindOrderedListWithChan invokes the csb.FindOrderedList API asynchronously api document: https://help.aliyun.com/api/csb/findorderedlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindOrderedServiceList ¶ added in v1.61.383
func (client *Client) FindOrderedServiceList(request *FindOrderedServiceListRequest) (response *FindOrderedServiceListResponse, err error)
FindOrderedServiceList invokes the csb.FindOrderedServiceList API synchronously api document: https://help.aliyun.com/api/csb/findorderedservicelist.html
func (*Client) FindOrderedServiceListWithCallback ¶ added in v1.61.383
func (client *Client) FindOrderedServiceListWithCallback(request *FindOrderedServiceListRequest, callback func(response *FindOrderedServiceListResponse, err error)) <-chan int
FindOrderedServiceListWithCallback invokes the csb.FindOrderedServiceList API asynchronously api document: https://help.aliyun.com/api/csb/findorderedservicelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindOrderedServiceListWithChan ¶ added in v1.61.383
func (client *Client) FindOrderedServiceListWithChan(request *FindOrderedServiceListRequest) (<-chan *FindOrderedServiceListResponse, <-chan error)
FindOrderedServiceListWithChan invokes the csb.FindOrderedServiceList API asynchronously api document: https://help.aliyun.com/api/csb/findorderedservicelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindOtherInstanceList ¶ added in v1.61.383
func (client *Client) FindOtherInstanceList(request *FindOtherInstanceListRequest) (response *FindOtherInstanceListResponse, err error)
FindOtherInstanceList invokes the csb.FindOtherInstanceList API synchronously api document: https://help.aliyun.com/api/csb/findotherinstancelist.html
func (*Client) FindOtherInstanceListWithCallback ¶ added in v1.61.383
func (client *Client) FindOtherInstanceListWithCallback(request *FindOtherInstanceListRequest, callback func(response *FindOtherInstanceListResponse, err error)) <-chan int
FindOtherInstanceListWithCallback invokes the csb.FindOtherInstanceList API asynchronously api document: https://help.aliyun.com/api/csb/findotherinstancelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindOtherInstanceListWithChan ¶ added in v1.61.383
func (client *Client) FindOtherInstanceListWithChan(request *FindOtherInstanceListRequest) (<-chan *FindOtherInstanceListResponse, <-chan error)
FindOtherInstanceListWithChan invokes the csb.FindOtherInstanceList API asynchronously api document: https://help.aliyun.com/api/csb/findotherinstancelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindProjectList ¶
func (client *Client) FindProjectList(request *FindProjectListRequest) (response *FindProjectListResponse, err error)
FindProjectList invokes the csb.FindProjectList API synchronously api document: https://help.aliyun.com/api/csb/findprojectlist.html
func (*Client) FindProjectListWithCallback ¶
func (client *Client) FindProjectListWithCallback(request *FindProjectListRequest, callback func(response *FindProjectListResponse, err error)) <-chan int
FindProjectListWithCallback invokes the csb.FindProjectList API asynchronously api document: https://help.aliyun.com/api/csb/findprojectlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindProjectListWithChan ¶
func (client *Client) FindProjectListWithChan(request *FindProjectListRequest) (<-chan *FindProjectListResponse, <-chan error)
FindProjectListWithChan invokes the csb.FindProjectList API asynchronously api document: https://help.aliyun.com/api/csb/findprojectlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindProjectStatisticalData ¶ added in v1.61.128
func (client *Client) FindProjectStatisticalData(request *FindProjectStatisticalDataRequest) (response *FindProjectStatisticalDataResponse, err error)
FindProjectStatisticalData invokes the csb.FindProjectStatisticalData API synchronously api document: https://help.aliyun.com/api/csb/findprojectstatisticaldata.html
func (*Client) FindProjectStatisticalDataWithCallback ¶ added in v1.61.128
func (client *Client) FindProjectStatisticalDataWithCallback(request *FindProjectStatisticalDataRequest, callback func(response *FindProjectStatisticalDataResponse, err error)) <-chan int
FindProjectStatisticalDataWithCallback invokes the csb.FindProjectStatisticalData API asynchronously api document: https://help.aliyun.com/api/csb/findprojectstatisticaldata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindProjectStatisticalDataWithChan ¶ added in v1.61.128
func (client *Client) FindProjectStatisticalDataWithChan(request *FindProjectStatisticalDataRequest) (<-chan *FindProjectStatisticalDataResponse, <-chan error)
FindProjectStatisticalDataWithChan invokes the csb.FindProjectStatisticalData API asynchronously api document: https://help.aliyun.com/api/csb/findprojectstatisticaldata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindProjectsNameList ¶
func (client *Client) FindProjectsNameList(request *FindProjectsNameListRequest) (response *FindProjectsNameListResponse, err error)
FindProjectsNameList invokes the csb.FindProjectsNameList API synchronously api document: https://help.aliyun.com/api/csb/findprojectsnamelist.html
func (*Client) FindProjectsNameListWithCallback ¶
func (client *Client) FindProjectsNameListWithCallback(request *FindProjectsNameListRequest, callback func(response *FindProjectsNameListResponse, err error)) <-chan int
FindProjectsNameListWithCallback invokes the csb.FindProjectsNameList API asynchronously api document: https://help.aliyun.com/api/csb/findprojectsnamelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindProjectsNameListWithChan ¶
func (client *Client) FindProjectsNameListWithChan(request *FindProjectsNameListRequest) (<-chan *FindProjectsNameListResponse, <-chan error)
FindProjectsNameListWithChan invokes the csb.FindProjectsNameList API asynchronously api document: https://help.aliyun.com/api/csb/findprojectsnamelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindServiceCredentialStatisticalData ¶ added in v1.61.128
func (client *Client) FindServiceCredentialStatisticalData(request *FindServiceCredentialStatisticalDataRequest) (response *FindServiceCredentialStatisticalDataResponse, err error)
FindServiceCredentialStatisticalData invokes the csb.FindServiceCredentialStatisticalData API synchronously api document: https://help.aliyun.com/api/csb/findservicecredentialstatisticaldata.html
func (*Client) FindServiceCredentialStatisticalDataWithCallback ¶ added in v1.61.128
func (client *Client) FindServiceCredentialStatisticalDataWithCallback(request *FindServiceCredentialStatisticalDataRequest, callback func(response *FindServiceCredentialStatisticalDataResponse, err error)) <-chan int
FindServiceCredentialStatisticalDataWithCallback invokes the csb.FindServiceCredentialStatisticalData API asynchronously api document: https://help.aliyun.com/api/csb/findservicecredentialstatisticaldata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindServiceCredentialStatisticalDataWithChan ¶ added in v1.61.128
func (client *Client) FindServiceCredentialStatisticalDataWithChan(request *FindServiceCredentialStatisticalDataRequest) (<-chan *FindServiceCredentialStatisticalDataResponse, <-chan error)
FindServiceCredentialStatisticalDataWithChan invokes the csb.FindServiceCredentialStatisticalData API asynchronously api document: https://help.aliyun.com/api/csb/findservicecredentialstatisticaldata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindServiceList ¶
func (client *Client) FindServiceList(request *FindServiceListRequest) (response *FindServiceListResponse, err error)
FindServiceList invokes the csb.FindServiceList API synchronously api document: https://help.aliyun.com/api/csb/findservicelist.html
func (*Client) FindServiceListWithCallback ¶
func (client *Client) FindServiceListWithCallback(request *FindServiceListRequest, callback func(response *FindServiceListResponse, err error)) <-chan int
FindServiceListWithCallback invokes the csb.FindServiceList API asynchronously api document: https://help.aliyun.com/api/csb/findservicelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindServiceListWithChan ¶
func (client *Client) FindServiceListWithChan(request *FindServiceListRequest) (<-chan *FindServiceListResponse, <-chan error)
FindServiceListWithChan invokes the csb.FindServiceList API asynchronously api document: https://help.aliyun.com/api/csb/findservicelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindServiceStatisticalData ¶
func (client *Client) FindServiceStatisticalData(request *FindServiceStatisticalDataRequest) (response *FindServiceStatisticalDataResponse, err error)
FindServiceStatisticalData invokes the csb.FindServiceStatisticalData API synchronously api document: https://help.aliyun.com/api/csb/findservicestatisticaldata.html
func (*Client) FindServiceStatisticalDataWithCallback ¶
func (client *Client) FindServiceStatisticalDataWithCallback(request *FindServiceStatisticalDataRequest, callback func(response *FindServiceStatisticalDataResponse, err error)) <-chan int
FindServiceStatisticalDataWithCallback invokes the csb.FindServiceStatisticalData API asynchronously api document: https://help.aliyun.com/api/csb/findservicestatisticaldata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) FindServiceStatisticalDataWithChan ¶
func (client *Client) FindServiceStatisticalDataWithChan(request *FindServiceStatisticalDataRequest) (<-chan *FindServiceStatisticalDataResponse, <-chan error)
FindServiceStatisticalDataWithChan invokes the csb.FindServiceStatisticalData API asynchronously api document: https://help.aliyun.com/api/csb/findservicestatisticaldata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetConsoleSLO ¶ added in v1.61.87
func (client *Client) GetConsoleSLO(request *GetConsoleSLORequest) (response *GetConsoleSLOResponse, err error)
GetConsoleSLO invokes the csb.GetConsoleSLO API synchronously api document: https://help.aliyun.com/api/csb/getconsoleslo.html
func (*Client) GetConsoleSLOWithCallback ¶ added in v1.61.87
func (client *Client) GetConsoleSLOWithCallback(request *GetConsoleSLORequest, callback func(response *GetConsoleSLOResponse, err error)) <-chan int
GetConsoleSLOWithCallback invokes the csb.GetConsoleSLO API asynchronously api document: https://help.aliyun.com/api/csb/getconsoleslo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetConsoleSLOWithChan ¶ added in v1.61.87
func (client *Client) GetConsoleSLOWithChan(request *GetConsoleSLORequest) (<-chan *GetConsoleSLOResponse, <-chan error)
GetConsoleSLOWithChan invokes the csb.GetConsoleSLO API asynchronously api document: https://help.aliyun.com/api/csb/getconsoleslo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetInstance ¶
func (client *Client) GetInstance(request *GetInstanceRequest) (response *GetInstanceResponse, err error)
GetInstance invokes the csb.GetInstance API synchronously api document: https://help.aliyun.com/api/csb/getinstance.html
func (*Client) GetInstanceWithCallback ¶
func (client *Client) GetInstanceWithCallback(request *GetInstanceRequest, callback func(response *GetInstanceResponse, err error)) <-chan int
GetInstanceWithCallback invokes the csb.GetInstance API asynchronously api document: https://help.aliyun.com/api/csb/getinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetInstanceWithChan ¶
func (client *Client) GetInstanceWithChan(request *GetInstanceRequest) (<-chan *GetInstanceResponse, <-chan error)
GetInstanceWithChan invokes the csb.GetInstance API asynchronously api document: https://help.aliyun.com/api/csb/getinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetMetaServerSLO ¶ added in v1.61.87
func (client *Client) GetMetaServerSLO(request *GetMetaServerSLORequest) (response *GetMetaServerSLOResponse, err error)
GetMetaServerSLO invokes the csb.GetMetaServerSLO API synchronously api document: https://help.aliyun.com/api/csb/getmetaserverslo.html
func (*Client) GetMetaServerSLOWithCallback ¶ added in v1.61.87
func (client *Client) GetMetaServerSLOWithCallback(request *GetMetaServerSLORequest, callback func(response *GetMetaServerSLOResponse, err error)) <-chan int
GetMetaServerSLOWithCallback invokes the csb.GetMetaServerSLO API asynchronously api document: https://help.aliyun.com/api/csb/getmetaserverslo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetMetaServerSLOWithChan ¶ added in v1.61.87
func (client *Client) GetMetaServerSLOWithChan(request *GetMetaServerSLORequest) (<-chan *GetMetaServerSLOResponse, <-chan error)
GetMetaServerSLOWithChan invokes the csb.GetMetaServerSLO API asynchronously api document: https://help.aliyun.com/api/csb/getmetaserverslo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetOrder ¶
func (client *Client) GetOrder(request *GetOrderRequest) (response *GetOrderResponse, err error)
GetOrder invokes the csb.GetOrder API synchronously api document: https://help.aliyun.com/api/csb/getorder.html
func (*Client) GetOrderWithCallback ¶
func (client *Client) GetOrderWithCallback(request *GetOrderRequest, callback func(response *GetOrderResponse, err error)) <-chan int
GetOrderWithCallback invokes the csb.GetOrder API asynchronously api document: https://help.aliyun.com/api/csb/getorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetOrderWithChan ¶
func (client *Client) GetOrderWithChan(request *GetOrderRequest) (<-chan *GetOrderResponse, <-chan error)
GetOrderWithChan invokes the csb.GetOrder API asynchronously api document: https://help.aliyun.com/api/csb/getorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetProject ¶
func (client *Client) GetProject(request *GetProjectRequest) (response *GetProjectResponse, err error)
GetProject invokes the csb.GetProject API synchronously api document: https://help.aliyun.com/api/csb/getproject.html
func (*Client) GetProjectWithCallback ¶
func (client *Client) GetProjectWithCallback(request *GetProjectRequest, callback func(response *GetProjectResponse, err error)) <-chan int
GetProjectWithCallback invokes the csb.GetProject API asynchronously api document: https://help.aliyun.com/api/csb/getproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetProjectWithChan ¶
func (client *Client) GetProjectWithChan(request *GetProjectRequest) (<-chan *GetProjectResponse, <-chan error)
GetProjectWithChan invokes the csb.GetProject API asynchronously api document: https://help.aliyun.com/api/csb/getproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetService ¶
func (client *Client) GetService(request *GetServiceRequest) (response *GetServiceResponse, err error)
GetService invokes the csb.GetService API synchronously api document: https://help.aliyun.com/api/csb/getservice.html
func (*Client) GetServiceWithCallback ¶
func (client *Client) GetServiceWithCallback(request *GetServiceRequest, callback func(response *GetServiceResponse, err error)) <-chan int
GetServiceWithCallback invokes the csb.GetService API asynchronously api document: https://help.aliyun.com/api/csb/getservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetServiceWithChan ¶
func (client *Client) GetServiceWithChan(request *GetServiceRequest) (<-chan *GetServiceResponse, <-chan error)
GetServiceWithChan invokes the csb.GetService API asynchronously api document: https://help.aliyun.com/api/csb/getservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) ImportCredentials ¶ added in v1.61.87
func (client *Client) ImportCredentials(request *ImportCredentialsRequest) (response *ImportCredentialsResponse, err error)
ImportCredentials invokes the csb.ImportCredentials API synchronously api document: https://help.aliyun.com/api/csb/importcredentials.html
func (*Client) ImportCredentialsWithCallback ¶ added in v1.61.87
func (client *Client) ImportCredentialsWithCallback(request *ImportCredentialsRequest, callback func(response *ImportCredentialsResponse, err error)) <-chan int
ImportCredentialsWithCallback invokes the csb.ImportCredentials API asynchronously api document: https://help.aliyun.com/api/csb/importcredentials.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) ImportCredentialsWithChan ¶ added in v1.61.87
func (client *Client) ImportCredentialsWithChan(request *ImportCredentialsRequest) (<-chan *ImportCredentialsResponse, <-chan error)
ImportCredentialsWithChan invokes the csb.ImportCredentials API asynchronously api document: https://help.aliyun.com/api/csb/importcredentials.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) PublishCasService ¶
func (client *Client) PublishCasService(request *PublishCasServiceRequest) (response *PublishCasServiceResponse, err error)
PublishCasService invokes the csb.PublishCasService API synchronously api document: https://help.aliyun.com/api/csb/publishcasservice.html
func (*Client) PublishCasServiceWithCallback ¶
func (client *Client) PublishCasServiceWithCallback(request *PublishCasServiceRequest, callback func(response *PublishCasServiceResponse, err error)) <-chan int
PublishCasServiceWithCallback invokes the csb.PublishCasService API asynchronously api document: https://help.aliyun.com/api/csb/publishcasservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) PublishCasServiceWithChan ¶
func (client *Client) PublishCasServiceWithChan(request *PublishCasServiceRequest) (<-chan *PublishCasServiceResponse, <-chan error)
PublishCasServiceWithChan invokes the csb.PublishCasService API asynchronously api document: https://help.aliyun.com/api/csb/publishcasservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) PublishUnionCasService ¶
func (client *Client) PublishUnionCasService(request *PublishUnionCasServiceRequest) (response *PublishUnionCasServiceResponse, err error)
PublishUnionCasService invokes the csb.PublishUnionCasService API synchronously api document: https://help.aliyun.com/api/csb/publishunioncasservice.html
func (*Client) PublishUnionCasServiceWithCallback ¶
func (client *Client) PublishUnionCasServiceWithCallback(request *PublishUnionCasServiceRequest, callback func(response *PublishUnionCasServiceResponse, err error)) <-chan int
PublishUnionCasServiceWithCallback invokes the csb.PublishUnionCasService API asynchronously api document: https://help.aliyun.com/api/csb/publishunioncasservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) PublishUnionCasServiceWithChan ¶
func (client *Client) PublishUnionCasServiceWithChan(request *PublishUnionCasServiceRequest) (<-chan *PublishUnionCasServiceResponse, <-chan error)
PublishUnionCasServiceWithChan invokes the csb.PublishUnionCasService API asynchronously api document: https://help.aliyun.com/api/csb/publishunioncasservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) RenewCredentials ¶
func (client *Client) RenewCredentials(request *RenewCredentialsRequest) (response *RenewCredentialsResponse, err error)
RenewCredentials invokes the csb.RenewCredentials API synchronously api document: https://help.aliyun.com/api/csb/renewcredentials.html
func (*Client) RenewCredentialsWithCallback ¶
func (client *Client) RenewCredentialsWithCallback(request *RenewCredentialsRequest, callback func(response *RenewCredentialsResponse, err error)) <-chan int
RenewCredentialsWithCallback invokes the csb.RenewCredentials API asynchronously api document: https://help.aliyun.com/api/csb/renewcredentials.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) RenewCredentialsWithChan ¶
func (client *Client) RenewCredentialsWithChan(request *RenewCredentialsRequest) (<-chan *RenewCredentialsResponse, <-chan error)
RenewCredentialsWithChan invokes the csb.RenewCredentials API asynchronously api document: https://help.aliyun.com/api/csb/renewcredentials.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) ReplaceCredential ¶
func (client *Client) ReplaceCredential(request *ReplaceCredentialRequest) (response *ReplaceCredentialResponse, err error)
ReplaceCredential invokes the csb.ReplaceCredential API synchronously api document: https://help.aliyun.com/api/csb/replacecredential.html
func (*Client) ReplaceCredentialWithCallback ¶
func (client *Client) ReplaceCredentialWithCallback(request *ReplaceCredentialRequest, callback func(response *ReplaceCredentialResponse, err error)) <-chan int
ReplaceCredentialWithCallback invokes the csb.ReplaceCredential API asynchronously api document: https://help.aliyun.com/api/csb/replacecredential.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) ReplaceCredentialWithChan ¶
func (client *Client) ReplaceCredentialWithChan(request *ReplaceCredentialRequest) (<-chan *ReplaceCredentialResponse, <-chan error)
ReplaceCredentialWithChan invokes the csb.ReplaceCredential API asynchronously api document: https://help.aliyun.com/api/csb/replacecredential.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateOrder ¶
func (client *Client) UpdateOrder(request *UpdateOrderRequest) (response *UpdateOrderResponse, err error)
UpdateOrder invokes the csb.UpdateOrder API synchronously api document: https://help.aliyun.com/api/csb/updateorder.html
func (*Client) UpdateOrderList ¶
func (client *Client) UpdateOrderList(request *UpdateOrderListRequest) (response *UpdateOrderListResponse, err error)
UpdateOrderList invokes the csb.UpdateOrderList API synchronously api document: https://help.aliyun.com/api/csb/updateorderlist.html
func (*Client) UpdateOrderListWithCallback ¶
func (client *Client) UpdateOrderListWithCallback(request *UpdateOrderListRequest, callback func(response *UpdateOrderListResponse, err error)) <-chan int
UpdateOrderListWithCallback invokes the csb.UpdateOrderList API asynchronously api document: https://help.aliyun.com/api/csb/updateorderlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateOrderListWithChan ¶
func (client *Client) UpdateOrderListWithChan(request *UpdateOrderListRequest) (<-chan *UpdateOrderListResponse, <-chan error)
UpdateOrderListWithChan invokes the csb.UpdateOrderList API asynchronously api document: https://help.aliyun.com/api/csb/updateorderlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateOrderWithCallback ¶
func (client *Client) UpdateOrderWithCallback(request *UpdateOrderRequest, callback func(response *UpdateOrderResponse, err error)) <-chan int
UpdateOrderWithCallback invokes the csb.UpdateOrder API asynchronously api document: https://help.aliyun.com/api/csb/updateorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateOrderWithChan ¶
func (client *Client) UpdateOrderWithChan(request *UpdateOrderRequest) (<-chan *UpdateOrderResponse, <-chan error)
UpdateOrderWithChan invokes the csb.UpdateOrder API asynchronously api document: https://help.aliyun.com/api/csb/updateorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateProject ¶
func (client *Client) UpdateProject(request *UpdateProjectRequest) (response *UpdateProjectResponse, err error)
UpdateProject invokes the csb.UpdateProject API synchronously api document: https://help.aliyun.com/api/csb/updateproject.html
func (*Client) UpdateProjectListStatus ¶
func (client *Client) UpdateProjectListStatus(request *UpdateProjectListStatusRequest) (response *UpdateProjectListStatusResponse, err error)
UpdateProjectListStatus invokes the csb.UpdateProjectListStatus API synchronously api document: https://help.aliyun.com/api/csb/updateprojectliststatus.html
func (*Client) UpdateProjectListStatusWithCallback ¶
func (client *Client) UpdateProjectListStatusWithCallback(request *UpdateProjectListStatusRequest, callback func(response *UpdateProjectListStatusResponse, err error)) <-chan int
UpdateProjectListStatusWithCallback invokes the csb.UpdateProjectListStatus API asynchronously api document: https://help.aliyun.com/api/csb/updateprojectliststatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateProjectListStatusWithChan ¶
func (client *Client) UpdateProjectListStatusWithChan(request *UpdateProjectListStatusRequest) (<-chan *UpdateProjectListStatusResponse, <-chan error)
UpdateProjectListStatusWithChan invokes the csb.UpdateProjectListStatus API asynchronously api document: https://help.aliyun.com/api/csb/updateprojectliststatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateProjectWithCallback ¶
func (client *Client) UpdateProjectWithCallback(request *UpdateProjectRequest, callback func(response *UpdateProjectResponse, err error)) <-chan int
UpdateProjectWithCallback invokes the csb.UpdateProject API asynchronously api document: https://help.aliyun.com/api/csb/updateproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateProjectWithChan ¶
func (client *Client) UpdateProjectWithChan(request *UpdateProjectRequest) (<-chan *UpdateProjectResponse, <-chan error)
UpdateProjectWithChan invokes the csb.UpdateProject API asynchronously api document: https://help.aliyun.com/api/csb/updateproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateService ¶
func (client *Client) UpdateService(request *UpdateServiceRequest) (response *UpdateServiceResponse, err error)
UpdateService invokes the csb.UpdateService API synchronously api document: https://help.aliyun.com/api/csb/updateservice.html
func (*Client) UpdateServiceListStatus ¶
func (client *Client) UpdateServiceListStatus(request *UpdateServiceListStatusRequest) (response *UpdateServiceListStatusResponse, err error)
UpdateServiceListStatus invokes the csb.UpdateServiceListStatus API synchronously api document: https://help.aliyun.com/api/csb/updateserviceliststatus.html
func (*Client) UpdateServiceListStatusWithCallback ¶
func (client *Client) UpdateServiceListStatusWithCallback(request *UpdateServiceListStatusRequest, callback func(response *UpdateServiceListStatusResponse, err error)) <-chan int
UpdateServiceListStatusWithCallback invokes the csb.UpdateServiceListStatus API asynchronously api document: https://help.aliyun.com/api/csb/updateserviceliststatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateServiceListStatusWithChan ¶
func (client *Client) UpdateServiceListStatusWithChan(request *UpdateServiceListStatusRequest) (<-chan *UpdateServiceListStatusResponse, <-chan error)
UpdateServiceListStatusWithChan invokes the csb.UpdateServiceListStatus API asynchronously api document: https://help.aliyun.com/api/csb/updateserviceliststatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateServiceQPS ¶
func (client *Client) UpdateServiceQPS(request *UpdateServiceQPSRequest) (response *UpdateServiceQPSResponse, err error)
UpdateServiceQPS invokes the csb.UpdateServiceQPS API synchronously api document: https://help.aliyun.com/api/csb/updateserviceqps.html
func (*Client) UpdateServiceQPSWithCallback ¶
func (client *Client) UpdateServiceQPSWithCallback(request *UpdateServiceQPSRequest, callback func(response *UpdateServiceQPSResponse, err error)) <-chan int
UpdateServiceQPSWithCallback invokes the csb.UpdateServiceQPS API asynchronously api document: https://help.aliyun.com/api/csb/updateserviceqps.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateServiceQPSWithChan ¶
func (client *Client) UpdateServiceQPSWithChan(request *UpdateServiceQPSRequest) (<-chan *UpdateServiceQPSResponse, <-chan error)
UpdateServiceQPSWithChan invokes the csb.UpdateServiceQPS API asynchronously api document: https://help.aliyun.com/api/csb/updateserviceqps.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateServiceWithCallback ¶
func (client *Client) UpdateServiceWithCallback(request *UpdateServiceRequest, callback func(response *UpdateServiceResponse, err error)) <-chan int
UpdateServiceWithCallback invokes the csb.UpdateService API asynchronously api document: https://help.aliyun.com/api/csb/updateservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateServiceWithChan ¶
func (client *Client) UpdateServiceWithChan(request *UpdateServiceRequest) (<-chan *UpdateServiceResponse, <-chan error)
UpdateServiceWithChan invokes the csb.UpdateService API asynchronously api document: https://help.aliyun.com/api/csb/updateservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
type CommitSuccessedServicesRequest ¶
type CommitSuccessedServicesRequest struct {
*requests.RpcRequest
CsbName string `position:"Query" name:"CsbName"`
Services string `position:"Body" name:"Services"`
}
CommitSuccessedServicesRequest is the request struct for api CommitSuccessedServices
func CreateCommitSuccessedServicesRequest ¶
func CreateCommitSuccessedServicesRequest() (request *CommitSuccessedServicesRequest)
CreateCommitSuccessedServicesRequest creates a request to invoke CommitSuccessedServices API
type CommitSuccessedServicesResponse ¶
type CommitSuccessedServicesResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
CommitSuccessedServicesResponse is the response struct for api CommitSuccessedServices
func CreateCommitSuccessedServicesResponse ¶
func CreateCommitSuccessedServicesResponse() (response *CommitSuccessedServicesResponse)
CreateCommitSuccessedServicesResponse creates a response to parse from CommitSuccessedServices response
type ConsumeTypes ¶
type ConsumeTypes struct {
ConsumeType []string `json:"ConsumeType" xml:"ConsumeType"`
}
ConsumeTypes is a nested struct in csb response
type CreateCredentialsRequest ¶
type CreateCredentialsRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
CreateCredentialsRequest is the request struct for api CreateCredentials
func CreateCreateCredentialsRequest ¶
func CreateCreateCredentialsRequest() (request *CreateCredentialsRequest)
CreateCreateCredentialsRequest creates a request to invoke CreateCredentials API
type CreateCredentialsResponse ¶
type CreateCredentialsResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
CreateCredentialsResponse is the response struct for api CreateCredentials
func CreateCreateCredentialsResponse ¶
func CreateCreateCredentialsResponse() (response *CreateCredentialsResponse)
CreateCreateCredentialsResponse creates a response to parse from CreateCredentials response
type CreateOrderRequest ¶
type CreateOrderRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
CreateOrderRequest is the request struct for api CreateOrder
func CreateCreateOrderRequest ¶
func CreateCreateOrderRequest() (request *CreateOrderRequest)
CreateCreateOrderRequest creates a request to invoke CreateOrder API
type CreateOrderResponse ¶
type CreateOrderResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
CreateOrderResponse is the response struct for api CreateOrder
func CreateCreateOrderResponse ¶
func CreateCreateOrderResponse() (response *CreateOrderResponse)
CreateCreateOrderResponse creates a response to parse from CreateOrder response
type CreateProjectRequest ¶
type CreateProjectRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
CreateProjectRequest is the request struct for api CreateProject
func CreateCreateProjectRequest ¶
func CreateCreateProjectRequest() (request *CreateProjectRequest)
CreateCreateProjectRequest creates a request to invoke CreateProject API
type CreateProjectResponse ¶
type CreateProjectResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
CreateProjectResponse is the response struct for api CreateProject
func CreateCreateProjectResponse ¶
func CreateCreateProjectResponse() (response *CreateProjectResponse)
CreateCreateProjectResponse creates a response to parse from CreateProject response
type CreateServiceRequest ¶
type CreateServiceRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
CreateServiceRequest is the request struct for api CreateService
func CreateCreateServiceRequest ¶
func CreateCreateServiceRequest() (request *CreateServiceRequest)
CreateCreateServiceRequest creates a request to invoke CreateService API
type CreateServiceResponse ¶
type CreateServiceResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
CreateServiceResponse is the response struct for api CreateService
func CreateCreateServiceResponse ¶
func CreateCreateServiceResponse() (response *CreateServiceResponse)
CreateCreateServiceResponse creates a response to parse from CreateService response
type Credential ¶
type Credential struct {
GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
OwnerAttr string `json:"OwnerAttr" xml:"OwnerAttr"`
UserId string `json:"UserId" xml:"UserId"`
CurrentCredential CurrentCredential `json:"CurrentCredential" xml:"CurrentCredential"`
NewCredential NewCredential `json:"NewCredential" xml:"NewCredential"`
}
Credential is a nested struct in csb response
type CredentialInfoData ¶ added in v1.61.128
type CredentialInfoData struct {
CurrentAk string `json:"CurrentAk" xml:"CurrentAk"`
CredentialName string `json:"CredentialName" xml:"CredentialName"`
}
CredentialInfoData is a nested struct in csb response
type CredentialList ¶
type CredentialList struct {
Credential []Credential `json:"Credential" xml:"Credential"`
}
CredentialList is a nested struct in csb response
type Credentials ¶
type Credentials struct {
GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
Name string `json:"Name" xml:"Name"`
UserId string `json:"UserId" xml:"UserId"`
Id int64 `json:"Id" xml:"Id"`
CurrentCredential CurrentCredential `json:"CurrentCredential" xml:"CurrentCredential"`
NewCredential NewCredential `json:"NewCredential" xml:"NewCredential"`
}
Credentials is a nested struct in csb response
type CurrentCredential ¶
type CurrentCredential struct {
SecretKey string `json:"SecretKey" xml:"SecretKey"`
AccessKey string `json:"AccessKey" xml:"AccessKey"`
}
CurrentCredential is a nested struct in csb response
type Data ¶
type Data struct {
Id int64 `json:"Id" xml:"Id"`
UpdateCount int `json:"UpdateCount" xml:"UpdateCount"`
CurrentPage int `json:"CurrentPage" xml:"CurrentPage"`
Total int `json:"Total" xml:"Total"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
Exist bool `json:"Exist" xml:"Exist"`
ProjectNameList []string `json:"ProjectNameList" xml:"ProjectNameList"`
Credentials Credentials `json:"Credentials" xml:"Credentials"`
Service Service `json:"Service" xml:"Service"`
Order Order `json:"Order" xml:"Order"`
Instance Instance `json:"Instance" xml:"Instance"`
RegionList []Region `json:"RegionList" xml:"RegionList"`
ServiceList []Service `json:"ServiceList" xml:"ServiceList"`
ProjectList []Project `json:"ProjectList" xml:"ProjectList"`
LinkRuleList []LinkRuleListItem `json:"LinkRuleList" xml:"LinkRuleList"`
ItemList []Item `json:"ItemList" xml:"ItemList"`
CredentialList []Credential `json:"CredentialList" xml:"CredentialList"`
OrderList []OrderInFindOrderedList `json:"OrderList" xml:"OrderList"`
InstanceNodeList []InstanceNode `json:"InstanceNodeList" xml:"InstanceNodeList"`
}
Data is a nested struct in csb response
type DataInFindCredentialStatisticalData ¶ added in v1.61.128
type DataInFindCredentialStatisticalData struct {
CurrentPage int `json:"CurrentPage" xml:"CurrentPage"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
Total int64 `json:"Total" xml:"Total"`
MonitorStatisticData []ServiceStatisticData `json:"MonitorStatisticData" xml:"MonitorStatisticData"`
}
DataInFindCredentialStatisticalData is a nested struct in csb response
type DataInFindOrderedServiceList ¶ added in v1.61.383
type DataInFindOrderedServiceList struct {
CurrentPage int `json:"CurrentPage" xml:"CurrentPage"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
Total int64 `json:"Total" xml:"Total"`
OrderList []OrderInFindOrderedServiceList `json:"OrderList" xml:"OrderList"`
}
DataInFindOrderedServiceList is a nested struct in csb response
type DataInFindProjectStatisticalData ¶ added in v1.61.128
type DataInFindProjectStatisticalData struct {
CurrentPage int `json:"CurrentPage" xml:"CurrentPage"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
Total int64 `json:"Total" xml:"Total"`
MonitorStatisticData []ServiceStatisticData `json:"MonitorStatisticData" xml:"MonitorStatisticData"`
}
DataInFindProjectStatisticalData is a nested struct in csb response
type DataInFindServiceCredentialStatisticalData ¶ added in v1.61.128
type DataInFindServiceCredentialStatisticalData struct {
CurrentPage int `json:"CurrentPage" xml:"CurrentPage"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
Total int64 `json:"Total" xml:"Total"`
MonitorStatisticData []ServiceStatisticData `json:"MonitorStatisticData" xml:"MonitorStatisticData"`
}
DataInFindServiceCredentialStatisticalData is a nested struct in csb response
type DataInFindServiceStatisticalData ¶ added in v1.61.128
type DataInFindServiceStatisticalData struct {
CurrentPage int `json:"CurrentPage" xml:"CurrentPage"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
Total int64 `json:"Total" xml:"Total"`
MonitorStatisticData []ServiceStatisticData `json:"MonitorStatisticData" xml:"MonitorStatisticData"`
}
DataInFindServiceStatisticalData is a nested struct in csb response
type DeleteCasServiceRequest ¶
type DeleteCasServiceRequest struct {
*requests.RpcRequest
LeafOnly requests.Boolean `position:"Query" name:"LeafOnly"`
CasCsbName string `position:"Query" name:"CasCsbName"`
SrcUserId string `position:"Query" name:"SrcUserId"`
CasServiceId string `position:"Query" name:"CasServiceId"`
}
DeleteCasServiceRequest is the request struct for api DeleteCasService
func CreateDeleteCasServiceRequest ¶
func CreateDeleteCasServiceRequest() (request *DeleteCasServiceRequest)
CreateDeleteCasServiceRequest creates a request to invoke DeleteCasService API
type DeleteCasServiceResponse ¶
type DeleteCasServiceResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
DeleteCasServiceResponse is the response struct for api DeleteCasService
func CreateDeleteCasServiceResponse ¶
func CreateDeleteCasServiceResponse() (response *DeleteCasServiceResponse)
CreateDeleteCasServiceResponse creates a response to parse from DeleteCasService response
type DeleteCredentialsListRequest ¶
type DeleteCredentialsListRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
IgnoreDauth requests.Boolean `position:"Query" name:"IgnoreDauth"`
Force requests.Boolean `position:"Query" name:"Force"`
}
DeleteCredentialsListRequest is the request struct for api DeleteCredentialsList
func CreateDeleteCredentialsListRequest ¶
func CreateDeleteCredentialsListRequest() (request *DeleteCredentialsListRequest)
CreateDeleteCredentialsListRequest creates a request to invoke DeleteCredentialsList API
type DeleteCredentialsListResponse ¶
type DeleteCredentialsListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
DeleteCredentialsListResponse is the response struct for api DeleteCredentialsList
func CreateDeleteCredentialsListResponse ¶
func CreateDeleteCredentialsListResponse() (response *DeleteCredentialsListResponse)
CreateDeleteCredentialsListResponse creates a response to parse from DeleteCredentialsList response
type DeleteOrderListRequest ¶
type DeleteOrderListRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
}
DeleteOrderListRequest is the request struct for api DeleteOrderList
func CreateDeleteOrderListRequest ¶
func CreateDeleteOrderListRequest() (request *DeleteOrderListRequest)
CreateDeleteOrderListRequest creates a request to invoke DeleteOrderList API
type DeleteOrderListResponse ¶
type DeleteOrderListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
DeleteOrderListResponse is the response struct for api DeleteOrderList
func CreateDeleteOrderListResponse ¶
func CreateDeleteOrderListResponse() (response *DeleteOrderListResponse)
CreateDeleteOrderListResponse creates a response to parse from DeleteOrderList response
type DeleteProjectListRequest ¶
type DeleteProjectListRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
DeleteProjectListRequest is the request struct for api DeleteProjectList
func CreateDeleteProjectListRequest ¶
func CreateDeleteProjectListRequest() (request *DeleteProjectListRequest)
CreateDeleteProjectListRequest creates a request to invoke DeleteProjectList API
type DeleteProjectListResponse ¶
type DeleteProjectListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
DeleteProjectListResponse is the response struct for api DeleteProjectList
func CreateDeleteProjectListResponse ¶
func CreateDeleteProjectListResponse() (response *DeleteProjectListResponse)
CreateDeleteProjectListResponse creates a response to parse from DeleteProjectList response
type DeleteProjectRequest ¶
type DeleteProjectRequest struct {
*requests.RpcRequest
CsbId requests.Integer `position:"Query" name:"CsbId"`
ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}
DeleteProjectRequest is the request struct for api DeleteProject
func CreateDeleteProjectRequest ¶
func CreateDeleteProjectRequest() (request *DeleteProjectRequest)
CreateDeleteProjectRequest creates a request to invoke DeleteProject API
type DeleteProjectResponse ¶
type DeleteProjectResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
DeleteProjectResponse is the response struct for api DeleteProject
func CreateDeleteProjectResponse ¶
func CreateDeleteProjectResponse() (response *DeleteProjectResponse)
CreateDeleteProjectResponse creates a response to parse from DeleteProject response
type DeleteServiceListRequest ¶
type DeleteServiceListRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
DeleteServiceListRequest is the request struct for api DeleteServiceList
func CreateDeleteServiceListRequest ¶
func CreateDeleteServiceListRequest() (request *DeleteServiceListRequest)
CreateDeleteServiceListRequest creates a request to invoke DeleteServiceList API
type DeleteServiceListResponse ¶
type DeleteServiceListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
DeleteServiceListResponse is the response struct for api DeleteServiceList
func CreateDeleteServiceListResponse ¶
func CreateDeleteServiceListResponse() (response *DeleteServiceListResponse)
CreateDeleteServiceListResponse creates a response to parse from DeleteServiceList response
type DeleteServiceRequest ¶
type DeleteServiceRequest struct {
*requests.RpcRequest
ServiceName string `position:"Query" name:"ServiceName"`
ServiceId requests.Integer `position:"Query" name:"ServiceId"`
}
DeleteServiceRequest is the request struct for api DeleteService
func CreateDeleteServiceRequest ¶
func CreateDeleteServiceRequest() (request *DeleteServiceRequest)
CreateDeleteServiceRequest creates a request to invoke DeleteService API
type DeleteServiceResponse ¶
type DeleteServiceResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
DeleteServiceResponse is the response struct for api DeleteService
func CreateDeleteServiceResponse ¶
func CreateDeleteServiceResponse() (response *DeleteServiceResponse)
CreateDeleteServiceResponse creates a response to parse from DeleteService response
type DeleteUnionCasServiceRequest ¶
type DeleteUnionCasServiceRequest struct {
*requests.RpcRequest
LeafOnly requests.Boolean `position:"Query" name:"LeafOnly"`
CasCsbName string `position:"Query" name:"CasCsbName"`
SrcUserId string `position:"Query" name:"SrcUserId"`
CasServiceId string `position:"Query" name:"CasServiceId"`
}
DeleteUnionCasServiceRequest is the request struct for api DeleteUnionCasService
func CreateDeleteUnionCasServiceRequest ¶
func CreateDeleteUnionCasServiceRequest() (request *DeleteUnionCasServiceRequest)
CreateDeleteUnionCasServiceRequest creates a request to invoke DeleteUnionCasService API
type DeleteUnionCasServiceResponse ¶
type DeleteUnionCasServiceResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
DeleteUnionCasServiceResponse is the response struct for api DeleteUnionCasService
func CreateDeleteUnionCasServiceResponse ¶
func CreateDeleteUnionCasServiceResponse() (response *DeleteUnionCasServiceResponse)
CreateDeleteUnionCasServiceResponse creates a response to parse from DeleteUnionCasService response
type DescribeRegionsRequest ¶ added in v1.61.87
type DescribeRegionsRequest struct {
*requests.RpcRequest
}
DescribeRegionsRequest is the request struct for api DescribeRegions
func CreateDescribeRegionsRequest ¶ added in v1.61.87
func CreateDescribeRegionsRequest() (request *DescribeRegionsRequest)
CreateDescribeRegionsRequest creates a request to invoke DescribeRegions API
type DescribeRegionsResponse ¶ added in v1.61.87
type DescribeRegionsResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
DescribeRegionsResponse is the response struct for api DescribeRegions
func CreateDescribeRegionsResponse ¶ added in v1.61.87
func CreateDescribeRegionsResponse() (response *DescribeRegionsResponse)
CreateDescribeRegionsResponse creates a response to parse from DescribeRegions response
type ErrorTypeCatagory ¶
type ErrorTypeCatagory struct {
Name string `json:"Name" xml:"Name"`
ErrorNum int64 `json:"ErrorNum" xml:"ErrorNum"`
Total int64 `json:"Total" xml:"Total"`
}
ErrorTypeCatagory is a nested struct in csb response
type ErrorTypeCatagoryInGetOrder ¶ added in v1.61.87
type ErrorTypeCatagoryInGetOrder struct {
Total int `json:"Total" xml:"Total"`
ErrorNum int `json:"ErrorNum" xml:"ErrorNum"`
Name string `json:"Name" xml:"Name"`
}
ErrorTypeCatagoryInGetOrder is a nested struct in csb response
type ErrorTypeCatagoryListInFindOrderedList ¶
type ErrorTypeCatagoryListInFindOrderedList struct {
ErrorTypeCatagory []ErrorTypeCatagory `json:"ErrorTypeCatagory" xml:"ErrorTypeCatagory"`
}
ErrorTypeCatagoryListInFindOrderedList is a nested struct in csb response
type ErrorTypeCatagoryListInGetOrder ¶
type ErrorTypeCatagoryListInGetOrder struct {
ErrorTypeCatagory []ErrorTypeCatagoryInGetOrder `json:"ErrorTypeCatagory" xml:"ErrorTypeCatagory"`
}
ErrorTypeCatagoryListInGetOrder is a nested struct in csb response
type FindAllLinkRuleRequest ¶ added in v1.61.87
type FindAllLinkRuleRequest struct {
*requests.RpcRequest
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
FindAllLinkRuleRequest is the request struct for api FindAllLinkRule
func CreateFindAllLinkRuleRequest ¶ added in v1.61.87
func CreateFindAllLinkRuleRequest() (request *FindAllLinkRuleRequest)
CreateFindAllLinkRuleRequest creates a request to invoke FindAllLinkRule API
type FindAllLinkRuleResponse ¶ added in v1.61.87
type FindAllLinkRuleResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
FindAllLinkRuleResponse is the response struct for api FindAllLinkRule
func CreateFindAllLinkRuleResponse ¶ added in v1.61.87
func CreateFindAllLinkRuleResponse() (response *FindAllLinkRuleResponse)
CreateFindAllLinkRuleResponse creates a response to parse from FindAllLinkRule response
type FindApprovalOrderListRequest ¶
type FindApprovalOrderListRequest struct {
*requests.RpcRequest
ProjectName string `position:"Query" name:"ProjectName"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
CredentialGroupName string `position:"Query" name:"CredentialGroupName"`
Alias string `position:"Query" name:"Alias"`
ServiceName string `position:"Query" name:"ServiceName"`
ServiceId requests.Integer `position:"Query" name:"ServiceId"`
OnlyPending requests.Boolean `position:"Query" name:"OnlyPending"`
}
FindApprovalOrderListRequest is the request struct for api FindApprovalOrderList
func CreateFindApprovalOrderListRequest ¶
func CreateFindApprovalOrderListRequest() (request *FindApprovalOrderListRequest)
CreateFindApprovalOrderListRequest creates a request to invoke FindApprovalOrderList API
type FindApprovalOrderListResponse ¶
type FindApprovalOrderListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
FindApprovalOrderListResponse is the response struct for api FindApprovalOrderList
func CreateFindApprovalOrderListResponse ¶
func CreateFindApprovalOrderListResponse() (response *FindApprovalOrderListResponse)
CreateFindApprovalOrderListResponse creates a response to parse from FindApprovalOrderList response
type FindApproveServiceListRequest ¶
type FindApproveServiceListRequest struct {
*requests.RpcRequest
ProjectName string `position:"Query" name:"ProjectName"`
ApproveLevel string `position:"Query" name:"ApproveLevel"`
ShowDelService requests.Boolean `position:"Query" name:"ShowDelService"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
Alias string `position:"Query" name:"Alias"`
ServiceName string `position:"Query" name:"ServiceName"`
}
FindApproveServiceListRequest is the request struct for api FindApproveServiceList
func CreateFindApproveServiceListRequest ¶
func CreateFindApproveServiceListRequest() (request *FindApproveServiceListRequest)
CreateFindApproveServiceListRequest creates a request to invoke FindApproveServiceList API
type FindApproveServiceListResponse ¶
type FindApproveServiceListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
FindApproveServiceListResponse is the response struct for api FindApproveServiceList
func CreateFindApproveServiceListResponse ¶
func CreateFindApproveServiceListResponse() (response *FindApproveServiceListResponse)
CreateFindApproveServiceListResponse creates a response to parse from FindApproveServiceList response
type FindBrokerSLOHisListRequest ¶ added in v1.61.87
type FindBrokerSLOHisListRequest struct {
*requests.RpcRequest
CsbId requests.Integer `position:"Query" name:"CsbId"`
BeginDdHHmm string `position:"Query" name:"BeginDdHHmm"`
EndDdHHmm string `position:"Query" name:"EndDdHHmm"`
}
FindBrokerSLOHisListRequest is the request struct for api FindBrokerSLOHisList
func CreateFindBrokerSLOHisListRequest ¶ added in v1.61.87
func CreateFindBrokerSLOHisListRequest() (request *FindBrokerSLOHisListRequest)
CreateFindBrokerSLOHisListRequest creates a request to invoke FindBrokerSLOHisList API
type FindBrokerSLOHisListResponse ¶ added in v1.61.87
type FindBrokerSLOHisListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data map[string]interface{} `json:"Data" xml:"Data"`
}
FindBrokerSLOHisListResponse is the response struct for api FindBrokerSLOHisList
func CreateFindBrokerSLOHisListResponse ¶ added in v1.61.87
func CreateFindBrokerSLOHisListResponse() (response *FindBrokerSLOHisListResponse)
CreateFindBrokerSLOHisListResponse creates a response to parse from FindBrokerSLOHisList response
type FindBrokerSLOListRequest ¶ added in v1.61.87
type FindBrokerSLOListRequest struct {
*requests.RpcRequest
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
FindBrokerSLOListRequest is the request struct for api FindBrokerSLOList
func CreateFindBrokerSLOListRequest ¶ added in v1.61.87
func CreateFindBrokerSLOListRequest() (request *FindBrokerSLOListRequest)
CreateFindBrokerSLOListRequest creates a request to invoke FindBrokerSLOList API
type FindBrokerSLOListResponse ¶ added in v1.61.87
type FindBrokerSLOListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data map[string]interface{} `json:"Data" xml:"Data"`
}
FindBrokerSLOListResponse is the response struct for api FindBrokerSLOList
func CreateFindBrokerSLOListResponse ¶ added in v1.61.87
func CreateFindBrokerSLOListResponse() (response *FindBrokerSLOListResponse)
CreateFindBrokerSLOListResponse creates a response to parse from FindBrokerSLOList response
type FindCredentialStatisticalDataRequest ¶ added in v1.61.128
type FindCredentialStatisticalDataRequest struct {
*requests.RpcRequest
CsbId requests.Integer `position:"Query" name:"CsbId"`
EndTime requests.Integer `position:"Query" name:"EndTime"`
StartTime requests.Integer `position:"Query" name:"StartTime"`
CredentialName string `position:"Query" name:"CredentialName"`
}
FindCredentialStatisticalDataRequest is the request struct for api FindCredentialStatisticalData
func CreateFindCredentialStatisticalDataRequest ¶ added in v1.61.128
func CreateFindCredentialStatisticalDataRequest() (request *FindCredentialStatisticalDataRequest)
CreateFindCredentialStatisticalDataRequest creates a request to invoke FindCredentialStatisticalData API
type FindCredentialStatisticalDataResponse ¶ added in v1.61.128
type FindCredentialStatisticalDataResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data DataInFindCredentialStatisticalData `json:"Data" xml:"Data"`
}
FindCredentialStatisticalDataResponse is the response struct for api FindCredentialStatisticalData
func CreateFindCredentialStatisticalDataResponse ¶ added in v1.61.128
func CreateFindCredentialStatisticalDataResponse() (response *FindCredentialStatisticalDataResponse)
CreateFindCredentialStatisticalDataResponse creates a response to parse from FindCredentialStatisticalData response
type FindCredentialsListRequest ¶
type FindCredentialsListRequest struct {
*requests.RpcRequest
CsbId requests.Integer `position:"Query" name:"CsbId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
GroupName string `position:"Query" name:"GroupName"`
}
FindCredentialsListRequest is the request struct for api FindCredentialsList
func CreateFindCredentialsListRequest ¶
func CreateFindCredentialsListRequest() (request *FindCredentialsListRequest)
CreateFindCredentialsListRequest creates a request to invoke FindCredentialsList API
type FindCredentialsListResponse ¶
type FindCredentialsListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
FindCredentialsListResponse is the response struct for api FindCredentialsList
func CreateFindCredentialsListResponse ¶
func CreateFindCredentialsListResponse() (response *FindCredentialsListResponse)
CreateFindCredentialsListResponse creates a response to parse from FindCredentialsList response
type FindInstanceListRequest ¶
type FindInstanceListRequest struct {
*requests.RpcRequest
CsbId requests.Integer `position:"Query" name:"CsbId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
SearchTxt string `position:"Query" name:"SearchTxt"`
Status requests.Integer `position:"Query" name:"Status"`
}
FindInstanceListRequest is the request struct for api FindInstanceList
func CreateFindInstanceListRequest ¶
func CreateFindInstanceListRequest() (request *FindInstanceListRequest)
CreateFindInstanceListRequest creates a request to invoke FindInstanceList API
type FindInstanceListResponse ¶
type FindInstanceListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
FindInstanceListResponse is the response struct for api FindInstanceList
func CreateFindInstanceListResponse ¶
func CreateFindInstanceListResponse() (response *FindInstanceListResponse)
CreateFindInstanceListResponse creates a response to parse from FindInstanceList response
type FindInstanceNodeListRequest ¶ added in v1.61.87
type FindInstanceNodeListRequest struct {
*requests.RpcRequest
OnlyImported requests.Boolean `position:"Query" name:"OnlyImported"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
InstanceName string `position:"Query" name:"InstanceName"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
}
FindInstanceNodeListRequest is the request struct for api FindInstanceNodeList
func CreateFindInstanceNodeListRequest ¶ added in v1.61.87
func CreateFindInstanceNodeListRequest() (request *FindInstanceNodeListRequest)
CreateFindInstanceNodeListRequest creates a request to invoke FindInstanceNodeList API
type FindInstanceNodeListResponse ¶ added in v1.61.87
type FindInstanceNodeListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
FindInstanceNodeListResponse is the response struct for api FindInstanceNodeList
func CreateFindInstanceNodeListResponse ¶ added in v1.61.87
func CreateFindInstanceNodeListResponse() (response *FindInstanceNodeListResponse)
CreateFindInstanceNodeListResponse creates a response to parse from FindInstanceNodeList response
type FindOrderableListRequest ¶
type FindOrderableListRequest struct {
*requests.RpcRequest
ProjectName string `position:"Query" name:"ProjectName"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
Alias string `position:"Query" name:"Alias"`
ServiceName string `position:"Query" name:"ServiceName"`
}
FindOrderableListRequest is the request struct for api FindOrderableList
func CreateFindOrderableListRequest ¶
func CreateFindOrderableListRequest() (request *FindOrderableListRequest)
CreateFindOrderableListRequest creates a request to invoke FindOrderableList API
type FindOrderableListResponse ¶
type FindOrderableListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
FindOrderableListResponse is the response struct for api FindOrderableList
func CreateFindOrderableListResponse ¶
func CreateFindOrderableListResponse() (response *FindOrderableListResponse)
CreateFindOrderableListResponse creates a response to parse from FindOrderableList response
type FindOrderedListRequest ¶
type FindOrderedListRequest struct {
*requests.RpcRequest
ProjectName string `position:"Query" name:"ProjectName"`
ShowDelOrder requests.Boolean `position:"Query" name:"ShowDelOrder"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
CredentialGroupName string `position:"Query" name:"CredentialGroupName"`
Alias string `position:"Query" name:"Alias"`
ServiceName string `position:"Query" name:"ServiceName"`
ServiceId requests.Integer `position:"Query" name:"ServiceId"`
Status string `position:"Query" name:"Status"`
}
FindOrderedListRequest is the request struct for api FindOrderedList
func CreateFindOrderedListRequest ¶
func CreateFindOrderedListRequest() (request *FindOrderedListRequest)
CreateFindOrderedListRequest creates a request to invoke FindOrderedList API
type FindOrderedListResponse ¶
type FindOrderedListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
FindOrderedListResponse is the response struct for api FindOrderedList
func CreateFindOrderedListResponse ¶
func CreateFindOrderedListResponse() (response *FindOrderedListResponse)
CreateFindOrderedListResponse creates a response to parse from FindOrderedList response
type FindOrderedServiceListRequest ¶ added in v1.61.383
type FindOrderedServiceListRequest struct {
*requests.RpcRequest
ProjectName string `position:"Query" name:"ProjectName"`
ShowDelOrder requests.Boolean `position:"Query" name:"ShowDelOrder"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
CredentialGroupName string `position:"Query" name:"CredentialGroupName"`
AccessKey string `position:"Query" name:"AccessKey"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
ServiceName string `position:"Query" name:"ServiceName"`
ServiceId requests.Integer `position:"Query" name:"ServiceId"`
ProjectId requests.Integer `position:"Query" name:"ProjectId"`
}
FindOrderedServiceListRequest is the request struct for api FindOrderedServiceList
func CreateFindOrderedServiceListRequest ¶ added in v1.61.383
func CreateFindOrderedServiceListRequest() (request *FindOrderedServiceListRequest)
CreateFindOrderedServiceListRequest creates a request to invoke FindOrderedServiceList API
type FindOrderedServiceListResponse ¶ added in v1.61.383
type FindOrderedServiceListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data DataInFindOrderedServiceList `json:"Data" xml:"Data"`
}
FindOrderedServiceListResponse is the response struct for api FindOrderedServiceList
func CreateFindOrderedServiceListResponse ¶ added in v1.61.383
func CreateFindOrderedServiceListResponse() (response *FindOrderedServiceListResponse)
CreateFindOrderedServiceListResponse creates a response to parse from FindOrderedServiceList response
type FindOtherInstanceListRequest ¶ added in v1.61.383
type FindOtherInstanceListRequest struct {
*requests.RpcRequest
PageNum requests.Integer `position:"Query" name:"PageNum"`
SearchTxt string `position:"Query" name:"SearchTxt"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
}
FindOtherInstanceListRequest is the request struct for api FindOtherInstanceList
func CreateFindOtherInstanceListRequest ¶ added in v1.61.383
func CreateFindOtherInstanceListRequest() (request *FindOtherInstanceListRequest)
CreateFindOtherInstanceListRequest creates a request to invoke FindOtherInstanceList API
type FindOtherInstanceListResponse ¶ added in v1.61.383
type FindOtherInstanceListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
FindOtherInstanceListResponse is the response struct for api FindOtherInstanceList
func CreateFindOtherInstanceListResponse ¶ added in v1.61.383
func CreateFindOtherInstanceListResponse() (response *FindOtherInstanceListResponse)
CreateFindOtherInstanceListResponse creates a response to parse from FindOtherInstanceList response
type FindProjectListRequest ¶
type FindProjectListRequest struct {
*requests.RpcRequest
ProjectName string `position:"Query" name:"ProjectName"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
}
FindProjectListRequest is the request struct for api FindProjectList
func CreateFindProjectListRequest ¶
func CreateFindProjectListRequest() (request *FindProjectListRequest)
CreateFindProjectListRequest creates a request to invoke FindProjectList API
type FindProjectListResponse ¶
type FindProjectListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
FindProjectListResponse is the response struct for api FindProjectList
func CreateFindProjectListResponse ¶
func CreateFindProjectListResponse() (response *FindProjectListResponse)
CreateFindProjectListResponse creates a response to parse from FindProjectList response
type FindProjectStatisticalDataRequest ¶ added in v1.61.128
type FindProjectStatisticalDataRequest struct {
*requests.RpcRequest
ProjectName string `position:"Query" name:"ProjectName"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
EndTime requests.Integer `position:"Query" name:"EndTime"`
StartTime requests.Integer `position:"Query" name:"StartTime"`
}
FindProjectStatisticalDataRequest is the request struct for api FindProjectStatisticalData
func CreateFindProjectStatisticalDataRequest ¶ added in v1.61.128
func CreateFindProjectStatisticalDataRequest() (request *FindProjectStatisticalDataRequest)
CreateFindProjectStatisticalDataRequest creates a request to invoke FindProjectStatisticalData API
type FindProjectStatisticalDataResponse ¶ added in v1.61.128
type FindProjectStatisticalDataResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data DataInFindProjectStatisticalData `json:"Data" xml:"Data"`
}
FindProjectStatisticalDataResponse is the response struct for api FindProjectStatisticalData
func CreateFindProjectStatisticalDataResponse ¶ added in v1.61.128
func CreateFindProjectStatisticalDataResponse() (response *FindProjectStatisticalDataResponse)
CreateFindProjectStatisticalDataResponse creates a response to parse from FindProjectStatisticalData response
type FindProjectsNameListRequest ¶
type FindProjectsNameListRequest struct {
*requests.RpcRequest
OperationFlag string `position:"Query" name:"OperationFlag"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
FindProjectsNameListRequest is the request struct for api FindProjectsNameList
func CreateFindProjectsNameListRequest ¶
func CreateFindProjectsNameListRequest() (request *FindProjectsNameListRequest)
CreateFindProjectsNameListRequest creates a request to invoke FindProjectsNameList API
type FindProjectsNameListResponse ¶
type FindProjectsNameListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
FindProjectsNameListResponse is the response struct for api FindProjectsNameList
func CreateFindProjectsNameListResponse ¶
func CreateFindProjectsNameListResponse() (response *FindProjectsNameListResponse)
CreateFindProjectsNameListResponse creates a response to parse from FindProjectsNameList response
type FindServiceCredentialStatisticalDataRequest ¶ added in v1.61.128
type FindServiceCredentialStatisticalDataRequest struct {
*requests.RpcRequest
CsbId requests.Integer `position:"Query" name:"CsbId"`
EndTime requests.Integer `position:"Query" name:"EndTime"`
StartTime requests.Integer `position:"Query" name:"StartTime"`
CredentialName string `position:"Query" name:"CredentialName"`
ServiceNameVersion string `position:"Query" name:"ServiceNameVersion"`
}
FindServiceCredentialStatisticalDataRequest is the request struct for api FindServiceCredentialStatisticalData
func CreateFindServiceCredentialStatisticalDataRequest ¶ added in v1.61.128
func CreateFindServiceCredentialStatisticalDataRequest() (request *FindServiceCredentialStatisticalDataRequest)
CreateFindServiceCredentialStatisticalDataRequest creates a request to invoke FindServiceCredentialStatisticalData API
type FindServiceCredentialStatisticalDataResponse ¶ added in v1.61.128
type FindServiceCredentialStatisticalDataResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data DataInFindServiceCredentialStatisticalData `json:"Data" xml:"Data"`
}
FindServiceCredentialStatisticalDataResponse is the response struct for api FindServiceCredentialStatisticalData
func CreateFindServiceCredentialStatisticalDataResponse ¶ added in v1.61.128
func CreateFindServiceCredentialStatisticalDataResponse() (response *FindServiceCredentialStatisticalDataResponse)
CreateFindServiceCredentialStatisticalDataResponse creates a response to parse from FindServiceCredentialStatisticalData response
type FindServiceListRequest ¶
type FindServiceListRequest struct {
*requests.RpcRequest
ProjectName string `position:"Query" name:"ProjectName"`
ShowDelService requests.Boolean `position:"Query" name:"ShowDelService"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
CasShowType requests.Integer `position:"Query" name:"CasShowType"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
Alias string `position:"Query" name:"Alias"`
ServiceName string `position:"Query" name:"ServiceName"`
}
FindServiceListRequest is the request struct for api FindServiceList
func CreateFindServiceListRequest ¶
func CreateFindServiceListRequest() (request *FindServiceListRequest)
CreateFindServiceListRequest creates a request to invoke FindServiceList API
type FindServiceListResponse ¶
type FindServiceListResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
FindServiceListResponse is the response struct for api FindServiceList
func CreateFindServiceListResponse ¶
func CreateFindServiceListResponse() (response *FindServiceListResponse)
CreateFindServiceListResponse creates a response to parse from FindServiceList response
type FindServiceStatisticalDataRequest ¶
type FindServiceStatisticalDataRequest struct {
*requests.RpcRequest
CsbId requests.Integer `position:"Query" name:"CsbId"`
EndTime requests.Integer `position:"Query" name:"EndTime"`
StartTime requests.Integer `position:"Query" name:"StartTime"`
ServiceNameVersion string `position:"Query" name:"ServiceNameVersion"`
}
FindServiceStatisticalDataRequest is the request struct for api FindServiceStatisticalData
func CreateFindServiceStatisticalDataRequest ¶
func CreateFindServiceStatisticalDataRequest() (request *FindServiceStatisticalDataRequest)
CreateFindServiceStatisticalDataRequest creates a request to invoke FindServiceStatisticalData API
type FindServiceStatisticalDataResponse ¶
type FindServiceStatisticalDataResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data DataInFindServiceStatisticalData `json:"Data" xml:"Data"`
}
FindServiceStatisticalDataResponse is the response struct for api FindServiceStatisticalData
func CreateFindServiceStatisticalDataResponse ¶
func CreateFindServiceStatisticalDataResponse() (response *FindServiceStatisticalDataResponse)
CreateFindServiceStatisticalDataResponse creates a response to parse from FindServiceStatisticalData response
type GetConsoleSLORequest ¶ added in v1.61.87
type GetConsoleSLORequest struct {
*requests.RpcRequest
}
GetConsoleSLORequest is the request struct for api GetConsoleSLO
func CreateGetConsoleSLORequest ¶ added in v1.61.87
func CreateGetConsoleSLORequest() (request *GetConsoleSLORequest)
CreateGetConsoleSLORequest creates a request to invoke GetConsoleSLO API
type GetConsoleSLOResponse ¶ added in v1.61.87
type GetConsoleSLOResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data map[string]interface{} `json:"Data" xml:"Data"`
}
GetConsoleSLOResponse is the response struct for api GetConsoleSLO
func CreateGetConsoleSLOResponse ¶ added in v1.61.87
func CreateGetConsoleSLOResponse() (response *GetConsoleSLOResponse)
CreateGetConsoleSLOResponse creates a response to parse from GetConsoleSLO response
type GetInstanceRequest ¶
type GetInstanceRequest struct {
*requests.RpcRequest
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
GetInstanceRequest is the request struct for api GetInstance
func CreateGetInstanceRequest ¶
func CreateGetInstanceRequest() (request *GetInstanceRequest)
CreateGetInstanceRequest creates a request to invoke GetInstance API
type GetInstanceResponse ¶
type GetInstanceResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
GetInstanceResponse is the response struct for api GetInstance
func CreateGetInstanceResponse ¶
func CreateGetInstanceResponse() (response *GetInstanceResponse)
CreateGetInstanceResponse creates a response to parse from GetInstance response
type GetMetaServerSLORequest ¶ added in v1.61.87
type GetMetaServerSLORequest struct {
*requests.RpcRequest
}
GetMetaServerSLORequest is the request struct for api GetMetaServerSLO
func CreateGetMetaServerSLORequest ¶ added in v1.61.87
func CreateGetMetaServerSLORequest() (request *GetMetaServerSLORequest)
CreateGetMetaServerSLORequest creates a request to invoke GetMetaServerSLO API
type GetMetaServerSLOResponse ¶ added in v1.61.87
type GetMetaServerSLOResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data map[string]interface{} `json:"Data" xml:"Data"`
}
GetMetaServerSLOResponse is the response struct for api GetMetaServerSLO
func CreateGetMetaServerSLOResponse ¶ added in v1.61.87
func CreateGetMetaServerSLOResponse() (response *GetMetaServerSLOResponse)
CreateGetMetaServerSLOResponse creates a response to parse from GetMetaServerSLO response
type GetOrderRequest ¶
type GetOrderRequest struct {
*requests.RpcRequest
OrderId requests.Integer `position:"Query" name:"OrderId"`
ServiceName string `position:"Query" name:"ServiceName"`
}
GetOrderRequest is the request struct for api GetOrder
func CreateGetOrderRequest ¶
func CreateGetOrderRequest() (request *GetOrderRequest)
CreateGetOrderRequest creates a request to invoke GetOrder API
type GetOrderResponse ¶
type GetOrderResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
GetOrderResponse is the response struct for api GetOrder
func CreateGetOrderResponse ¶
func CreateGetOrderResponse() (response *GetOrderResponse)
CreateGetOrderResponse creates a response to parse from GetOrder response
type GetProjectRequest ¶
type GetProjectRequest struct {
*requests.RpcRequest
ProjectName string `position:"Query" name:"ProjectName"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
GetProjectRequest is the request struct for api GetProject
func CreateGetProjectRequest ¶
func CreateGetProjectRequest() (request *GetProjectRequest)
CreateGetProjectRequest creates a request to invoke GetProject API
type GetProjectResponse ¶
type GetProjectResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
GetProjectResponse is the response struct for api GetProject
func CreateGetProjectResponse ¶
func CreateGetProjectResponse() (response *GetProjectResponse)
CreateGetProjectResponse creates a response to parse from GetProject response
type GetServiceRequest ¶
type GetServiceRequest struct {
*requests.RpcRequest
CsbId requests.Integer `position:"Query" name:"CsbId"`
ServiceId requests.Integer `position:"Query" name:"ServiceId"`
}
GetServiceRequest is the request struct for api GetService
func CreateGetServiceRequest ¶
func CreateGetServiceRequest() (request *GetServiceRequest)
CreateGetServiceRequest creates a request to invoke GetService API
type GetServiceResponse ¶
type GetServiceResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
GetServiceResponse is the response struct for api GetService
func CreateGetServiceResponse ¶
func CreateGetServiceResponse() (response *GetServiceResponse)
CreateGetServiceResponse creates a response to parse from GetService response
type ImportCredentialsRequest ¶ added in v1.61.87
type ImportCredentialsRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
ImportCredentialsRequest is the request struct for api ImportCredentials
func CreateImportCredentialsRequest ¶ added in v1.61.87
func CreateImportCredentialsRequest() (request *ImportCredentialsRequest)
CreateImportCredentialsRequest creates a request to invoke ImportCredentials API
type ImportCredentialsResponse ¶ added in v1.61.87
type ImportCredentialsResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
ImportCredentialsResponse is the response struct for api ImportCredentials
func CreateImportCredentialsResponse ¶ added in v1.61.87
func CreateImportCredentialsResponse() (response *ImportCredentialsResponse)
CreateImportCredentialsResponse creates a response to parse from ImportCredentials response
type Instance ¶
type Instance struct {
ApprLevel int `json:"ApprLevel" xml:"ApprLevel"`
ApprUser1 string `json:"ApprUser1" xml:"ApprUser1"`
ApprUser2 string `json:"ApprUser2" xml:"ApprUser2"`
BrokerVpcId string `json:"BrokerVpcId" xml:"BrokerVpcId"`
BrokerVpcName string `json:"BrokerVpcName" xml:"BrokerVpcName"`
ClientVpcId string `json:"ClientVpcId" xml:"ClientVpcId"`
ClientVpcName string `json:"ClientVpcName" xml:"ClientVpcName"`
ClusterMembers int `json:"ClusterMembers" xml:"ClusterMembers"`
CredentialGroup int64 `json:"CredentialGroup" xml:"CredentialGroup"`
CsbAccountId string `json:"CsbAccountId" xml:"CsbAccountId"`
CsbId int64 `json:"CsbId" xml:"CsbId"`
DbStatus int `json:"DbStatus" xml:"DbStatus"`
Description string `json:"Description" xml:"Description"`
FrontStatus string `json:"FrontStatus" xml:"FrontStatus"`
GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
GmtModified int64 `json:"GmtModified" xml:"GmtModified"`
Id int64 `json:"Id" xml:"Id"`
InstanceCategory int `json:"InstanceCategory" xml:"InstanceCategory"`
InstanceType int `json:"InstanceType" xml:"InstanceType"`
IpList string `json:"IpList" xml:"IpList"`
IsImported bool `json:"IsImported" xml:"IsImported"`
IsPublic bool `json:"IsPublic" xml:"IsPublic"`
Name string `json:"Name" xml:"Name"`
OwnerId string `json:"OwnerId" xml:"OwnerId"`
SentinelCtlStr string `json:"SentinelCtlStr" xml:"SentinelCtlStr"`
SentinelCtrl int64 `json:"SentinelCtrl" xml:"SentinelCtrl"`
SentinelGridInterval int `json:"SentinelGridInterval" xml:"SentinelGridInterval"`
SentinelQps int64 `json:"SentinelQps" xml:"SentinelQps"`
Status string `json:"Status" xml:"Status"`
StatusCode int `json:"StatusCode" xml:"StatusCode"`
TenantId string `json:"TenantId" xml:"TenantId"`
Testable bool `json:"Testable" xml:"Testable"`
UserId string `json:"UserId" xml:"UserId"`
Visible bool `json:"Visible" xml:"Visible"`
VpcName string `json:"VpcName" xml:"VpcName"`
}
Instance is a nested struct in csb response
type InstanceNode ¶ added in v1.61.87
type InstanceNode struct {
Id int64 `json:"Id" xml:"Id"`
InstanceName string `json:"InstanceName" xml:"InstanceName"`
IsImported bool `json:"IsImported" xml:"IsImported"`
GroupAddress string `json:"GroupAddress" xml:"GroupAddress"`
BrokerAddress string `json:"BrokerAddress" xml:"BrokerAddress"`
EdasTenantInfo string `json:"EdasTenantInfo" xml:"EdasTenantInfo"`
ImportedName string `json:"ImportedName" xml:"ImportedName"`
CsbId int64 `json:"CsbId" xml:"CsbId"`
Deleted int `json:"Deleted" xml:"Deleted"`
OwnerId string `json:"OwnerId" xml:"OwnerId"`
BrokerCmdAddress string `json:"BrokerCmdAddress" xml:"BrokerCmdAddress"`
}
InstanceNode is a nested struct in csb response
type InstanceNodeList ¶ added in v1.61.87
type InstanceNodeList struct {
InstanceNode []InstanceNode `json:"InstanceNode" xml:"InstanceNode"`
}
InstanceNodeList is a nested struct in csb response
type Item ¶
type Item struct {
Name string `json:"Name" xml:"Name"`
VpcName string `json:"VpcName" xml:"VpcName"`
RunStatus string `json:"RunStatus" xml:"RunStatus"`
Id int64 `json:"Id" xml:"Id"`
OwnerId int64 `json:"OwnerId" xml:"OwnerId"`
GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
Visible bool `json:"Visible" xml:"Visible"`
FrontStatus string `json:"FrontStatus" xml:"FrontStatus"`
StatusStr string `json:"StatusStr" xml:"StatusStr"`
GmtModified int64 `json:"GmtModified" xml:"GmtModified"`
StatusCode int `json:"StatusCode" xml:"StatusCode"`
Description string `json:"Description" xml:"Description"`
InstanceCategory int `json:"InstanceCategory" xml:"InstanceCategory"`
}
Item is a nested struct in csb response
type ItemListInFindInstanceList ¶ added in v1.61.383
type ItemListInFindInstanceList struct {
Item []Item `json:"Item" xml:"Item"`
}
ItemListInFindInstanceList is a nested struct in csb response
type ItemListInFindOtherInstanceList ¶ added in v1.61.383
type ItemListInFindOtherInstanceList struct {
Item []Item `json:"Item" xml:"Item"`
}
ItemListInFindOtherInstanceList is a nested struct in csb response
type LinkRuleList ¶ added in v1.61.87
type LinkRuleList struct {
LinkRuleListItem []LinkRuleListItem `json:"LinkRuleList" xml:"LinkRuleList"`
}
LinkRuleList is a nested struct in csb response
type LinkRuleListItem ¶ added in v1.61.87
type LinkRuleListItem struct {
CsbId int64 `json:"CsbId" xml:"CsbId"`
OwnerId string `json:"OwnerId" xml:"OwnerId"`
GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
GmtModified int64 `json:"GmtModified" xml:"GmtModified"`
Id int64 `json:"Id" xml:"Id"`
Deleted int `json:"Deleted" xml:"Deleted"`
OriginName string `json:"OriginName" xml:"OriginName"`
TargetName string `json:"TargetName" xml:"TargetName"`
}
LinkRuleListItem is a nested struct in csb response
type MonitorStatisticDataInFindCredentialStatisticalData ¶ added in v1.61.128
type MonitorStatisticDataInFindCredentialStatisticalData struct {
ServiceStatisticData []ServiceStatisticData `json:"ServiceStatisticData" xml:"ServiceStatisticData"`
}
MonitorStatisticDataInFindCredentialStatisticalData is a nested struct in csb response
type MonitorStatisticDataInFindProjectStatisticalData ¶ added in v1.61.128
type MonitorStatisticDataInFindProjectStatisticalData struct {
ServiceStatisticData []ServiceStatisticData `json:"ServiceStatisticData" xml:"ServiceStatisticData"`
}
MonitorStatisticDataInFindProjectStatisticalData is a nested struct in csb response
type MonitorStatisticDataInFindServiceCredentialStatisticalData ¶ added in v1.61.128
type MonitorStatisticDataInFindServiceCredentialStatisticalData struct {
ServiceStatisticData []ServiceStatisticData `json:"ServiceStatisticData" xml:"ServiceStatisticData"`
}
MonitorStatisticDataInFindServiceCredentialStatisticalData is a nested struct in csb response
type MonitorStatisticDataInFindServiceStatisticalData ¶ added in v1.61.128
type MonitorStatisticDataInFindServiceStatisticalData struct {
ServiceStatisticData []ServiceStatisticData `json:"ServiceStatisticData" xml:"ServiceStatisticData"`
}
MonitorStatisticDataInFindServiceStatisticalData is a nested struct in csb response
type NewCredential ¶
type NewCredential struct {
SecretKey string `json:"SecretKey" xml:"SecretKey"`
AccessKey string `json:"AccessKey" xml:"AccessKey"`
}
NewCredential is a nested struct in csb response
type Order ¶
type Order struct {
StatisticName string `json:"StatisticName" xml:"StatisticName"`
GroupName string `json:"GroupName" xml:"GroupName"`
ApproveComments string `json:"ApproveComments" xml:"ApproveComments"`
CredentialGroupId int64 `json:"CredentialGroupId" xml:"CredentialGroupId"`
StrictWhiteListJson string `json:"StrictWhiteListJson" xml:"StrictWhiteListJson"`
ProjectName string `json:"ProjectName" xml:"ProjectName"`
UserId string `json:"UserId" xml:"UserId"`
DauthGroupName string `json:"DauthGroupName" xml:"DauthGroupName"`
ServiceName string `json:"ServiceName" xml:"ServiceName"`
Status int `json:"Status" xml:"Status"`
Id int64 `json:"Id" xml:"Id"`
ServiceStatus int `json:"ServiceStatus" xml:"ServiceStatus"`
GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
GmtModified int64 `json:"GmtModified" xml:"GmtModified"`
ServiceId int64 `json:"ServiceId" xml:"ServiceId"`
CsbId int64 `json:"CsbId" xml:"CsbId"`
UserName string `json:"UserName" xml:"UserName"`
Alias string `json:"Alias" xml:"Alias"`
ServiceVersion string `json:"ServiceVersion" xml:"ServiceVersion"`
StrictWhiteList []string `json:"StrictWhiteList" xml:"StrictWhiteList"`
Service ServiceInGetOrder `json:"Service" xml:"Service"`
Total Total `json:"Total" xml:"Total"`
SlaInfo SlaInfoInFindOrderedList `json:"SlaInfo" xml:"SlaInfo"`
ErrorTypeCatagoryList []ErrorTypeCatagoryInGetOrder `json:"ErrorTypeCatagoryList" xml:"ErrorTypeCatagoryList"`
}
Order is a nested struct in csb response
type OrderInFindOrderedList ¶
type OrderInFindOrderedList struct {
Alias string `json:"Alias" xml:"Alias"`
ProjectName string `json:"ProjectName" xml:"ProjectName"`
ServiceName string `json:"ServiceName" xml:"ServiceName"`
ServiceVersion string `json:"ServiceVersion" xml:"ServiceVersion"`
OrderStatus int `json:"OrderStatus" xml:"OrderStatus"`
AliveOrderCount int `json:"AliveOrderCount" xml:"AliveOrderCount"`
GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
MaxRT int `json:"MaxRT" xml:"MaxRT"`
MinRT int `json:"MinRT" xml:"MinRT"`
ServiceId string `json:"ServiceId" xml:"ServiceId"`
ServiceStatus int `json:"ServiceStatus" xml:"ServiceStatus"`
Total Total `json:"Total" xml:"Total"`
ErrorTypeCatagoryList []ErrorTypeCatagory `json:"ErrorTypeCatagoryList" xml:"ErrorTypeCatagoryList"`
Orders []Order `json:"Orders" xml:"Orders"`
}
OrderInFindOrderedList is a nested struct in csb response
type OrderInFindOrderedServiceList ¶ added in v1.61.383
type OrderInFindOrderedServiceList struct {
ServiceName string `json:"ServiceName" xml:"ServiceName"`
ServiceVersion string `json:"ServiceVersion" xml:"ServiceVersion"`
OrderStatus int `json:"OrderStatus" xml:"OrderStatus"`
GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
ServiceId string `json:"ServiceId" xml:"ServiceId"`
ServiceStatus int `json:"ServiceStatus" xml:"ServiceStatus"`
CredentialGroupId int64 `json:"CredentialGroupId" xml:"CredentialGroupId"`
GmtModified int64 `json:"GmtModified" xml:"GmtModified"`
ProjectName string `json:"ProjectName" xml:"ProjectName"`
Id int64 `json:"Id" xml:"Id"`
CredentialGroupName string `json:"CredentialGroupName" xml:"CredentialGroupName"`
SlaInfo SlaInfoInFindOrderedServiceList `json:"SlaInfo" xml:"SlaInfo"`
}
OrderInFindOrderedServiceList is a nested struct in csb response
type OrderListInFindApprovalOrderList ¶
type OrderListInFindApprovalOrderList struct {
Order []Order `json:"Order" xml:"Order"`
}
OrderListInFindApprovalOrderList is a nested struct in csb response
type OrderListInFindOrderedList ¶
type OrderListInFindOrderedList struct {
Order []OrderInFindOrderedList `json:"Order" xml:"Order"`
}
OrderListInFindOrderedList is a nested struct in csb response
type OrderListInFindOrderedServiceList ¶ added in v1.61.383
type OrderListInFindOrderedServiceList struct {
Order []OrderInFindOrderedServiceList `json:"Order" xml:"Order"`
}
OrderListInFindOrderedServiceList is a nested struct in csb response
type Orders ¶
type Orders struct {
Order []Order `json:"Order" xml:"Order"`
}
Orders is a nested struct in csb response
type PhysicalLocation ¶ added in v1.61.87
type PhysicalLocation struct {
No string `json:"No" xml:"No"`
ServiceCode string `json:"ServiceCode" xml:"ServiceCode"`
Type string `json:"Type" xml:"Type"`
Name string `json:"Name" xml:"Name"`
Status string `json:"Status" xml:"Status"`
Attributes []Attribute `json:"Attributes" xml:"Attributes"`
}
PhysicalLocation is a nested struct in csb response
type PhysicalLocations ¶ added in v1.61.87
type PhysicalLocations struct {
PhysicalLocation []PhysicalLocation `json:"PhysicalLocation" xml:"PhysicalLocation"`
}
PhysicalLocations is a nested struct in csb response
type Project ¶
type Project struct {
InterfaceJarLocation string `json:"InterfaceJarLocation" xml:"InterfaceJarLocation"`
Status int `json:"Status" xml:"Status"`
JarFileKey string `json:"JarFileKey" xml:"JarFileKey"`
ProjectOwnerEmail string `json:"ProjectOwnerEmail" xml:"ProjectOwnerEmail"`
Id int64 `json:"Id" xml:"Id"`
ProjectOwnerName string `json:"ProjectOwnerName" xml:"ProjectOwnerName"`
ProjectOwnerPhoneNum string `json:"ProjectOwnerPhoneNum" xml:"ProjectOwnerPhoneNum"`
GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
InterfaceJarName string `json:"InterfaceJarName" xml:"InterfaceJarName"`
DeleteFlag int `json:"DeleteFlag" xml:"DeleteFlag"`
OwnerId string `json:"OwnerId" xml:"OwnerId"`
ProjectName string `json:"ProjectName" xml:"ProjectName"`
UserId string `json:"UserId" xml:"UserId"`
ApiNum int `json:"ApiNum" xml:"ApiNum"`
GmtModified int64 `json:"GmtModified" xml:"GmtModified"`
CsbId int64 `json:"CsbId" xml:"CsbId"`
Description string `json:"Description" xml:"Description"`
}
Project is a nested struct in csb response
type ProjectInfoData ¶ added in v1.61.128
type ProjectInfoData struct {
ProjectName string `json:"ProjectName" xml:"ProjectName"`
}
ProjectInfoData is a nested struct in csb response
type ProjectListInFindProjectList ¶
type ProjectListInFindProjectList struct {
Project []Project `json:"Project" xml:"Project"`
}
ProjectListInFindProjectList is a nested struct in csb response
type ProjectListInGetProject ¶
type ProjectListInGetProject struct {
Project []Project `json:"Project" xml:"Project"`
}
ProjectListInGetProject is a nested struct in csb response
type ProjectNameList ¶
type ProjectNameList struct {
ProjectName []string `json:"ProjectName" xml:"ProjectName"`
}
ProjectNameList is a nested struct in csb response
type PublishCasServiceRequest ¶
type PublishCasServiceRequest struct {
*requests.RpcRequest
CasCsbName string `position:"Query" name:"CasCsbName"`
Data string `position:"Body" name:"Data"`
}
PublishCasServiceRequest is the request struct for api PublishCasService
func CreatePublishCasServiceRequest ¶
func CreatePublishCasServiceRequest() (request *PublishCasServiceRequest)
CreatePublishCasServiceRequest creates a request to invoke PublishCasService API
type PublishCasServiceResponse ¶
type PublishCasServiceResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
PublishCasServiceResponse is the response struct for api PublishCasService
func CreatePublishCasServiceResponse ¶
func CreatePublishCasServiceResponse() (response *PublishCasServiceResponse)
CreatePublishCasServiceResponse creates a response to parse from PublishCasService response
type PublishUnionCasServiceRequest ¶
type PublishUnionCasServiceRequest struct {
*requests.RpcRequest
CasCsbName string `position:"Query" name:"CasCsbName"`
Data string `position:"Body" name:"Data"`
}
PublishUnionCasServiceRequest is the request struct for api PublishUnionCasService
func CreatePublishUnionCasServiceRequest ¶
func CreatePublishUnionCasServiceRequest() (request *PublishUnionCasServiceRequest)
CreatePublishUnionCasServiceRequest creates a request to invoke PublishUnionCasService API
type PublishUnionCasServiceResponse ¶
type PublishUnionCasServiceResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
PublishUnionCasServiceResponse is the response struct for api PublishUnionCasService
func CreatePublishUnionCasServiceResponse ¶
func CreatePublishUnionCasServiceResponse() (response *PublishUnionCasServiceResponse)
CreatePublishUnionCasServiceResponse creates a response to parse from PublishUnionCasService response
type Region ¶ added in v1.61.87
type Region struct {
RegionId string `json:"RegionId" xml:"RegionId"`
RegionName string `json:"RegionName" xml:"RegionName"`
RegionUrl string `json:"RegionUrl" xml:"RegionUrl"`
Isdefault bool `json:"Isdefault" xml:"Isdefault"`
PhysicalLocations []PhysicalLocation `json:"PhysicalLocations" xml:"PhysicalLocations"`
}
Region is a nested struct in csb response
type RegionList ¶ added in v1.61.87
type RegionList struct {
Region []Region `json:"Region" xml:"Region"`
}
RegionList is a nested struct in csb response
type RenewCredentialsRequest ¶
type RenewCredentialsRequest struct {
*requests.RpcRequest
CredentialId requests.Integer `position:"Query" name:"CredentialId"`
}
RenewCredentialsRequest is the request struct for api RenewCredentials
func CreateRenewCredentialsRequest ¶
func CreateRenewCredentialsRequest() (request *RenewCredentialsRequest)
CreateRenewCredentialsRequest creates a request to invoke RenewCredentials API
type RenewCredentialsResponse ¶
type RenewCredentialsResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
RenewCredentialsResponse is the response struct for api RenewCredentials
func CreateRenewCredentialsResponse ¶
func CreateRenewCredentialsResponse() (response *RenewCredentialsResponse)
CreateRenewCredentialsResponse creates a response to parse from RenewCredentials response
type ReplaceCredentialRequest ¶
type ReplaceCredentialRequest struct {
*requests.RpcRequest
CredentialId requests.Integer `position:"Query" name:"CredentialId"`
}
ReplaceCredentialRequest is the request struct for api ReplaceCredential
func CreateReplaceCredentialRequest ¶
func CreateReplaceCredentialRequest() (request *ReplaceCredentialRequest)
CreateReplaceCredentialRequest creates a request to invoke ReplaceCredential API
type ReplaceCredentialResponse ¶
type ReplaceCredentialResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
ReplaceCredentialResponse is the response struct for api ReplaceCredential
func CreateReplaceCredentialResponse ¶
func CreateReplaceCredentialResponse() (response *ReplaceCredentialResponse)
CreateReplaceCredentialResponse creates a response to parse from ReplaceCredential response
type Resources ¶ added in v1.61.383
type Resources struct {
Resource []string `json:"Resource" xml:"Resource"`
}
Resources is a nested struct in csb response
type RoleUsage ¶ added in v1.61.383
type RoleUsage struct {
Region string `json:"Region" xml:"Region"`
Resources []string `json:"Resources" xml:"Resources"`
}
RoleUsage is a nested struct in csb response
type RoleUsages ¶ added in v1.61.383
type RoleUsages struct {
RoleUsage []RoleUsage `json:"RoleUsage" xml:"RoleUsage"`
}
RoleUsages is a nested struct in csb response
type Service ¶
type Service struct {
RouteConfJson string `json:"RouteConfJson" xml:"RouteConfJson"`
ProvideType string `json:"ProvideType" xml:"ProvideType"`
ServiceProviderType string `json:"ServiceProviderType" xml:"ServiceProviderType"`
StatisticName string `json:"StatisticName" xml:"StatisticName"`
CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
AllVisiable bool `json:"AllVisiable" xml:"AllVisiable"`
ServiceOpenRestfulPath string `json:"ServiceOpenRestfulPath" xml:"ServiceOpenRestfulPath"`
ConsumeTypesJSON string `json:"ConsumeTypesJSON" xml:"ConsumeTypesJSON"`
SSL bool `json:"SSL" xml:"SSL"`
CasTargets string `json:"CasTargets" xml:"CasTargets"`
ProjectName string `json:"ProjectName" xml:"ProjectName"`
UserId string `json:"UserId" xml:"UserId"`
IpWhiteStr string `json:"IpWhiteStr" xml:"IpWhiteStr"`
OldVersion string `json:"OldVersion" xml:"OldVersion"`
Scope string `json:"Scope" xml:"Scope"`
ApproveUserId string `json:"ApproveUserId" xml:"ApproveUserId"`
ModelVersion string `json:"ModelVersion" xml:"ModelVersion"`
ServiceName string `json:"ServiceName" xml:"ServiceName"`
Description string `json:"Description" xml:"Description"`
Status int `json:"Status" xml:"Status"`
IpBlackStr string `json:"IpBlackStr" xml:"IpBlackStr"`
PrincipalName string `json:"PrincipalName" xml:"PrincipalName"`
ErrDefJSON string `json:"ErrDefJSON" xml:"ErrDefJSON"`
OrderInfo string `json:"OrderInfo" xml:"OrderInfo"`
Active bool `json:"Active" xml:"Active"`
Id int64 `json:"Id" xml:"Id"`
OttFlag bool `json:"OttFlag" xml:"OttFlag"`
AccessParamsJSON string `json:"AccessParamsJSON" xml:"AccessParamsJSON"`
PolicyHandler string `json:"PolicyHandler" xml:"PolicyHandler"`
ModifiedTime int64 `json:"ModifiedTime" xml:"ModifiedTime"`
OpenRestfulPath string `json:"OpenRestfulPath" xml:"OpenRestfulPath"`
InterfaceName string `json:"InterfaceName" xml:"InterfaceName"`
OwnerId string `json:"OwnerId" xml:"OwnerId"`
ValidConsumeTypes bool `json:"ValidConsumeTypes" xml:"ValidConsumeTypes"`
Qps int `json:"Qps" xml:"Qps"`
CsbId int64 `json:"CsbId" xml:"CsbId"`
ProjectId int64 `json:"ProjectId" xml:"ProjectId"`
Alias string `json:"Alias" xml:"Alias"`
ValidProvideType bool `json:"ValidProvideType" xml:"ValidProvideType"`
SkipAuth bool `json:"SkipAuth" xml:"SkipAuth"`
ServiceVersion string `json:"ServiceVersion" xml:"ServiceVersion"`
CasServTargets []string `json:"CasServTargets" xml:"CasServTargets"`
ConsumeTypes []string `json:"ConsumeTypes" xml:"ConsumeTypes"`
ServiceVersionsList []ServiceVersion `json:"ServiceVersionsList" xml:"ServiceVersionsList"`
VisiableGroupList []VisiableGroup `json:"VisiableGroupList" xml:"VisiableGroupList"`
}
Service is a nested struct in csb response
type ServiceInFindOrderableList ¶
type ServiceInFindOrderableList struct {
Alias string `json:"Alias" xml:"Alias"`
AllVisiable bool `json:"AllVisiable" xml:"AllVisiable"`
ApproveUserId string `json:"ApproveUserId" xml:"ApproveUserId"`
CasTargets string `json:"CasTargets" xml:"CasTargets"`
CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
CsbId int64 `json:"CsbId" xml:"CsbId"`
Id int64 `json:"Id" xml:"Id"`
InterfaceName string `json:"InterfaceName" xml:"InterfaceName"`
ModifiedTime int64 `json:"ModifiedTime" xml:"ModifiedTime"`
OwnerId string `json:"OwnerId" xml:"OwnerId"`
PrincipalName string `json:"PrincipalName" xml:"PrincipalName"`
ProjectId string `json:"ProjectId" xml:"ProjectId"`
ProjectName string `json:"ProjectName" xml:"ProjectName"`
Scope string `json:"Scope" xml:"Scope"`
ServiceName string `json:"ServiceName" xml:"ServiceName"`
ServiceVersion string `json:"ServiceVersion" xml:"ServiceVersion"`
SkipAuth bool `json:"SkipAuth" xml:"SkipAuth"`
StatisticName string `json:"StatisticName" xml:"StatisticName"`
Status int `json:"Status" xml:"Status"`
UserId string `json:"UserId" xml:"UserId"`
}
ServiceInFindOrderableList is a nested struct in csb response
type ServiceInGetOrder ¶
type ServiceInGetOrder struct {
AccessParamsJSON string `json:"AccessParamsJSON" xml:"AccessParamsJSON"`
Active bool `json:"Active" xml:"Active"`
Alias string `json:"Alias" xml:"Alias"`
AllVisiable bool `json:"AllVisiable" xml:"AllVisiable"`
ConsumeTypesJSON string `json:"ConsumeTypesJSON" xml:"ConsumeTypesJSON"`
CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
CsbId int64 `json:"CsbId" xml:"CsbId"`
ErrDefJSON string `json:"ErrDefJSON" xml:"ErrDefJSON"`
Id int64 `json:"Id" xml:"Id"`
InterfaceName string `json:"InterfaceName" xml:"InterfaceName"`
OldVersion string `json:"OldVersion" xml:"OldVersion"`
OttFlag bool `json:"OttFlag" xml:"OttFlag"`
OwnerId string `json:"OwnerId" xml:"OwnerId"`
PrincipalName string `json:"PrincipalName" xml:"PrincipalName"`
ProjectId string `json:"ProjectId" xml:"ProjectId"`
ProjectName string `json:"ProjectName" xml:"ProjectName"`
ProvideType string `json:"ProvideType" xml:"ProvideType"`
SSL bool `json:"SSL" xml:"SSL"`
Scope string `json:"Scope" xml:"Scope"`
ServiceName string `json:"ServiceName" xml:"ServiceName"`
ServiceProviderType string `json:"ServiceProviderType" xml:"ServiceProviderType"`
ServiceVersion string `json:"ServiceVersion" xml:"ServiceVersion"`
SkipAuth bool `json:"SkipAuth" xml:"SkipAuth"`
StatisticName string `json:"StatisticName" xml:"StatisticName"`
Status int `json:"Status" xml:"Status"`
UserId int64 `json:"UserId" xml:"UserId"`
ValidConsumeTypes bool `json:"ValidConsumeTypes" xml:"ValidConsumeTypes"`
ValidProvideType bool `json:"ValidProvideType" xml:"ValidProvideType"`
}
ServiceInGetOrder is a nested struct in csb response
type ServiceListInFindApproveServiceList ¶
type ServiceListInFindApproveServiceList struct {
Service []Service `json:"Service" xml:"Service"`
}
ServiceListInFindApproveServiceList is a nested struct in csb response
type ServiceListInFindOrderableList ¶
type ServiceListInFindOrderableList struct {
Service []ServiceInFindOrderableList `json:"Service" xml:"Service"`
}
ServiceListInFindOrderableList is a nested struct in csb response
type ServiceListInFindServiceList ¶
type ServiceListInFindServiceList struct {
Service []Service `json:"Service" xml:"Service"`
}
ServiceListInFindServiceList is a nested struct in csb response
type ServiceStatisticData ¶
type ServiceStatisticData struct {
MaxRt float64 `json:"MaxRt" xml:"MaxRt"`
AvgRt float64 `json:"AvgRt" xml:"AvgRt"`
MinRt float64 `json:"MinRt" xml:"MinRt"`
ServiceName string `json:"ServiceName" xml:"ServiceName"`
CredentialName string `json:"CredentialName" xml:"CredentialName"`
ProjectInfoData ProjectInfoData `json:"ProjectInfoData" xml:"ProjectInfoData"`
CredentialInfoData CredentialInfoData `json:"CredentialInfoData" xml:"CredentialInfoData"`
Total TotalInFindCredentialStatisticalData `json:"Total" xml:"Total"`
}
ServiceStatisticData is a nested struct in csb response
type ServiceVersion ¶
type ServiceVersion struct {
Active bool `json:"Active" xml:"Active"`
AllVisiable bool `json:"AllVisiable" xml:"AllVisiable"`
Id int64 `json:"Id" xml:"Id"`
OldVersion string `json:"OldVersion" xml:"OldVersion"`
OttFlag bool `json:"OttFlag" xml:"OttFlag"`
SSL bool `json:"SSL" xml:"SSL"`
Scope string `json:"Scope" xml:"Scope"`
ServiceVersion string `json:"ServiceVersion" xml:"ServiceVersion"`
SkipAuth bool `json:"SkipAuth" xml:"SkipAuth"`
StatisticName string `json:"StatisticName" xml:"StatisticName"`
Status int `json:"Status" xml:"Status"`
ValidConsumeTypes bool `json:"ValidConsumeTypes" xml:"ValidConsumeTypes"`
ValidProvideType bool `json:"ValidProvideType" xml:"ValidProvideType"`
}
ServiceVersion is a nested struct in csb response
type ServiceVersionsList ¶
type ServiceVersionsList struct {
ServiceVersion []ServiceVersion `json:"ServiceVersion" xml:"ServiceVersion"`
}
ServiceVersionsList is a nested struct in csb response
type SlaInfoInFindOrderedList ¶ added in v1.61.87
type SlaInfoInFindOrderedList struct {
Qph string `json:"Qph" xml:"Qph"`
Qps string `json:"Qps" xml:"Qps"`
}
SlaInfoInFindOrderedList is a nested struct in csb response
type SlaInfoInFindOrderedServiceList ¶ added in v1.61.383
type SlaInfoInFindOrderedServiceList struct {
Qps int64 `json:"Qps" xml:"Qps"`
Qph int64 `json:"Qph" xml:"Qph"`
}
SlaInfoInFindOrderedServiceList is a nested struct in csb response
type SlaInfoInGetOrder ¶ added in v1.61.87
type SlaInfoInGetOrder struct {
Qph string `json:"Qph" xml:"Qph"`
Qps string `json:"Qps" xml:"Qps"`
}
SlaInfoInGetOrder is a nested struct in csb response
type StrictWhiteList ¶
type StrictWhiteList struct {
StrictWhite []string `json:"StrictWhite" xml:"StrictWhite"`
}
StrictWhiteList is a nested struct in csb response
type Total ¶
type Total struct {
ErrorNum int `json:"ErrorNum" xml:"ErrorNum"`
Total int `json:"Total" xml:"Total"`
}
Total is a nested struct in csb response
type TotalInFindCredentialStatisticalData ¶ added in v1.61.128
type TotalInFindCredentialStatisticalData struct {
Total int64 `json:"Total" xml:"Total"`
ErrorNum int64 `json:"ErrorNum" xml:"ErrorNum"`
}
TotalInFindCredentialStatisticalData is a nested struct in csb response
type TotalInFindProjectStatisticalData ¶ added in v1.61.128
type TotalInFindProjectStatisticalData struct {
Total int64 `json:"Total" xml:"Total"`
ErrorNum int64 `json:"ErrorNum" xml:"ErrorNum"`
}
TotalInFindProjectStatisticalData is a nested struct in csb response
type TotalInFindServiceCredentialStatisticalData ¶ added in v1.61.128
type TotalInFindServiceCredentialStatisticalData struct {
Total int64 `json:"Total" xml:"Total"`
ErrorNum int64 `json:"ErrorNum" xml:"ErrorNum"`
}
TotalInFindServiceCredentialStatisticalData is a nested struct in csb response
type TotalInFindServiceStatisticalData ¶ added in v1.61.128
type TotalInFindServiceStatisticalData struct {
Total int64 `json:"Total" xml:"Total"`
ErrorNum int64 `json:"ErrorNum" xml:"ErrorNum"`
}
TotalInFindServiceStatisticalData is a nested struct in csb response
type UpdateOrderListRequest ¶
type UpdateOrderListRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
}
UpdateOrderListRequest is the request struct for api UpdateOrderList
func CreateUpdateOrderListRequest ¶
func CreateUpdateOrderListRequest() (request *UpdateOrderListRequest)
CreateUpdateOrderListRequest creates a request to invoke UpdateOrderList API
type UpdateOrderListResponse ¶
type UpdateOrderListResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data Data `json:"Data" xml:"Data"`
}
UpdateOrderListResponse is the response struct for api UpdateOrderList
func CreateUpdateOrderListResponse ¶
func CreateUpdateOrderListResponse() (response *UpdateOrderListResponse)
CreateUpdateOrderListResponse creates a response to parse from UpdateOrderList response
type UpdateOrderRequest ¶
type UpdateOrderRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
UpdateOrderRequest is the request struct for api UpdateOrder
func CreateUpdateOrderRequest ¶
func CreateUpdateOrderRequest() (request *UpdateOrderRequest)
CreateUpdateOrderRequest creates a request to invoke UpdateOrder API
type UpdateOrderResponse ¶
type UpdateOrderResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
UpdateOrderResponse is the response struct for api UpdateOrder
func CreateUpdateOrderResponse ¶
func CreateUpdateOrderResponse() (response *UpdateOrderResponse)
CreateUpdateOrderResponse creates a response to parse from UpdateOrder response
type UpdateProjectListStatusRequest ¶
type UpdateProjectListStatusRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
UpdateProjectListStatusRequest is the request struct for api UpdateProjectListStatus
func CreateUpdateProjectListStatusRequest ¶
func CreateUpdateProjectListStatusRequest() (request *UpdateProjectListStatusRequest)
CreateUpdateProjectListStatusRequest creates a request to invoke UpdateProjectListStatus API
type UpdateProjectListStatusResponse ¶
type UpdateProjectListStatusResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
UpdateProjectListStatusResponse is the response struct for api UpdateProjectListStatus
func CreateUpdateProjectListStatusResponse ¶
func CreateUpdateProjectListStatusResponse() (response *UpdateProjectListStatusResponse)
CreateUpdateProjectListStatusResponse creates a response to parse from UpdateProjectListStatus response
type UpdateProjectRequest ¶
type UpdateProjectRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
UpdateProjectRequest is the request struct for api UpdateProject
func CreateUpdateProjectRequest ¶
func CreateUpdateProjectRequest() (request *UpdateProjectRequest)
CreateUpdateProjectRequest creates a request to invoke UpdateProject API
type UpdateProjectResponse ¶
type UpdateProjectResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
UpdateProjectResponse is the response struct for api UpdateProject
func CreateUpdateProjectResponse ¶
func CreateUpdateProjectResponse() (response *UpdateProjectResponse)
CreateUpdateProjectResponse creates a response to parse from UpdateProject response
type UpdateServiceListStatusRequest ¶
type UpdateServiceListStatusRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
UpdateServiceListStatusRequest is the request struct for api UpdateServiceListStatus
func CreateUpdateServiceListStatusRequest ¶
func CreateUpdateServiceListStatusRequest() (request *UpdateServiceListStatusRequest)
CreateUpdateServiceListStatusRequest creates a request to invoke UpdateServiceListStatus API
type UpdateServiceListStatusResponse ¶
type UpdateServiceListStatusResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
UpdateServiceListStatusResponse is the response struct for api UpdateServiceListStatus
func CreateUpdateServiceListStatusResponse ¶
func CreateUpdateServiceListStatusResponse() (response *UpdateServiceListStatusResponse)
CreateUpdateServiceListStatusResponse creates a response to parse from UpdateServiceListStatus response
type UpdateServiceQPSRequest ¶
type UpdateServiceQPSRequest struct {
*requests.RpcRequest
Qps string `position:"Query" name:"Qps"`
ServiceId requests.Integer `position:"Query" name:"ServiceId"`
}
UpdateServiceQPSRequest is the request struct for api UpdateServiceQPS
func CreateUpdateServiceQPSRequest ¶
func CreateUpdateServiceQPSRequest() (request *UpdateServiceQPSRequest)
CreateUpdateServiceQPSRequest creates a request to invoke UpdateServiceQPS API
type UpdateServiceQPSResponse ¶
type UpdateServiceQPSResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
UpdateServiceQPSResponse is the response struct for api UpdateServiceQPS
func CreateUpdateServiceQPSResponse ¶
func CreateUpdateServiceQPSResponse() (response *UpdateServiceQPSResponse)
CreateUpdateServiceQPSResponse creates a response to parse from UpdateServiceQPS response
type UpdateServiceRequest ¶
type UpdateServiceRequest struct {
*requests.RpcRequest
Data string `position:"Body" name:"Data"`
CsbId requests.Integer `position:"Query" name:"CsbId"`
}
UpdateServiceRequest is the request struct for api UpdateService
func CreateUpdateServiceRequest ¶
func CreateUpdateServiceRequest() (request *UpdateServiceRequest)
CreateUpdateServiceRequest creates a request to invoke UpdateService API
type UpdateServiceResponse ¶
type UpdateServiceResponse struct {
*responses.BaseResponse
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
}
UpdateServiceResponse is the response struct for api UpdateService
func CreateUpdateServiceResponse ¶
func CreateUpdateServiceResponse() (response *UpdateServiceResponse)
CreateUpdateServiceResponse creates a response to parse from UpdateService response
type VisiableGroup ¶
type VisiableGroup struct {
Id int64 `json:"Id" xml:"Id"`
GroupId int64 `json:"GroupId" xml:"GroupId"`
UserId string `json:"UserId" xml:"UserId"`
ServiceId int64 `json:"ServiceId" xml:"ServiceId"`
CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
ModifiedTime int64 `json:"ModifiedTime" xml:"ModifiedTime"`
Status int `json:"Status" xml:"Status"`
}
VisiableGroup is a nested struct in csb response
type VisiableGroupList ¶
type VisiableGroupList struct {
VisiableGroup []VisiableGroup `json:"VisiableGroup" xml:"VisiableGroup"`
}
VisiableGroupList is a nested struct in csb response
Source Files
¶
- approve_order_list.go
- check_service_exist.go
- check_slr_delete.go
- client.go
- commit_successed_services.go
- create_credentials.go
- create_order.go
- create_project.go
- create_service.go
- delete_cas_service.go
- delete_credentials_list.go
- delete_order_list.go
- delete_project.go
- delete_project_list.go
- delete_service.go
- delete_service_list.go
- delete_union_cas_service.go
- describe_regions.go
- endpoint.go
- find_all_link_rule.go
- find_approval_order_list.go
- find_approve_service_list.go
- find_broker_slo_his_list.go
- find_broker_slo_list.go
- find_credential_statistical_data.go
- find_credentials_list.go
- find_instance_list.go
- find_instance_node_list.go
- find_orderable_list.go
- find_ordered_list.go
- find_ordered_service_list.go
- find_other_instance_list.go
- find_project_list.go
- find_project_statistical_data.go
- find_projects_name_list.go
- find_service_credential_statistical_data.go
- find_service_list.go
- find_service_statistical_data.go
- get_console_slo.go
- get_instance.go
- get_meta_server_slo.go
- get_order.go
- get_project.go
- get_service.go
- import_credentials.go
- publish_cas_service.go
- publish_union_cas_service.go
- renew_credentials.go
- replace_credential.go
- struct_attribute.go
- struct_attributes.go
- struct_cas_serv_targets.go
- struct_consume_types.go
- struct_credential.go
- struct_credential_info_data.go
- struct_credential_list.go
- struct_credentials.go
- struct_current_credential.go
- struct_data.go
- struct_data_in_find_credential_statistical_data.go
- struct_data_in_find_ordered_service_list.go
- struct_data_in_find_project_statistical_data.go
- struct_data_in_find_service_credential_statistical_data.go
- struct_data_in_find_service_statistical_data.go
- struct_error_type_catagory.go
- struct_error_type_catagory_in_get_order.go
- struct_error_type_catagory_list_in_find_ordered_list.go
- struct_error_type_catagory_list_in_get_order.go
- struct_instance.go
- struct_instance_node.go
- struct_instance_node_list.go
- struct_item.go
- struct_item_list_in_find_instance_list.go
- struct_item_list_in_find_other_instance_list.go
- struct_link_rule_list.go
- struct_link_rule_list_item.go
- struct_monitor_statistic_data_in_find_credential_statistical_data.go
- struct_monitor_statistic_data_in_find_project_statistical_data.go
- struct_monitor_statistic_data_in_find_service_credential_statistical_data.go
- struct_monitor_statistic_data_in_find_service_statistical_data.go
- struct_new_credential.go
- struct_order.go
- struct_order_in_find_ordered_list.go
- struct_order_in_find_ordered_service_list.go
- struct_order_list_in_find_approval_order_list.go
- struct_order_list_in_find_ordered_list.go
- struct_order_list_in_find_ordered_service_list.go
- struct_orders.go
- struct_physical_location.go
- struct_physical_locations.go
- struct_project.go
- struct_project_info_data.go
- struct_project_list_in_find_project_list.go
- struct_project_list_in_get_project.go
- struct_project_name_list.go
- struct_region.go
- struct_region_list.go
- struct_resources.go
- struct_role_usage.go
- struct_role_usages.go
- struct_service.go
- struct_service_in_find_orderable_list.go
- struct_service_in_get_order.go
- struct_service_list_in_find_approve_service_list.go
- struct_service_list_in_find_orderable_list.go
- struct_service_list_in_find_service_list.go
- struct_service_statistic_data.go
- struct_service_version.go
- struct_service_versions_list.go
- struct_sla_info.go
- struct_sla_info_in_find_ordered_list.go
- struct_sla_info_in_find_ordered_service_list.go
- struct_sla_info_in_get_order.go
- struct_strict_white_list.go
- struct_total.go
- struct_total_in_find_credential_statistical_data.go
- struct_total_in_find_project_statistical_data.go
- struct_total_in_find_service_credential_statistical_data.go
- struct_total_in_find_service_statistical_data.go
- struct_visiable_group.go
- struct_visiable_group_list.go
- update_order.go
- update_order_list.go
- update_project.go
- update_project_list_status.go
- update_service.go
- update_service_list_status.go
- update_service_qps.go