Documentation
¶
Index ¶
- Variables
- func GetEndpointMap() map[string]string
- func GetEndpointType() string
- func SetClientProperty(client *Client, propertyName string, propertyValue interface{})
- func SetEndpointDataToClient(client *Client)
- type AddAuthResourceAuthResourceHeaderList
- type AddAuthResourceRequest
- type AddAuthResourceResponse
- type AddBlackWhiteListRequest
- type AddBlackWhiteListResponse
- type AddGatewayDomainRequest
- type AddGatewayDomainResponse
- type AddGatewayRequest
- type AddGatewayResponse
- type AddGatewayRouteDirectResponseJSON
- type AddGatewayRouteFallbackServices
- type AddGatewayRoutePredicates
- type AddGatewayRoutePredicatesHeaderPredicatesItem
- type AddGatewayRoutePredicatesPathPredicates
- type AddGatewayRoutePredicatesQueryPredicatesItem
- type AddGatewayRouteRedirectJSON
- type AddGatewayRouteRequest
- type AddGatewayRouteResponse
- type AddGatewayRouteServices
- type AddGatewayRouteServicesHttpDubboTranscoder
- type AddGatewayRouteServicesHttpDubboTranscoderMothedMapListItem
- type AddGatewayRouteServicesHttpDubboTranscoderMothedMapListItemParamMapsListItem
- type AddGatewayServiceVersionRequest
- type AddGatewayServiceVersionResponse
- type AddGatewaySlbRequest
- type AddGatewaySlbResponse
- type AddGatewayTag
- type AddMigrationTaskRequest
- type AddMigrationTaskResponse
- type AddMockRuleRequest
- type AddMockRuleResponse
- type AddSSLCertRequest
- type AddSSLCertResponse
- type AddSecurityGroupRuleRequest
- type AddSecurityGroupRuleResponse
- type AddServiceSourceIngressOptionsRequest
- type AddServiceSourceRequest
- type AddServiceSourceResponse
- type ApplicationList
- type ApplyGatewayRouteRequest
- type ApplyGatewayRouteResponse
- type ApplyTagPoliciesRequest
- type ApplyTagPoliciesResponse
- 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) AddAuthResource(request *AddAuthResourceRequest) (response *AddAuthResourceResponse, err error)
- func (client *Client) AddAuthResourceWithCallback(request *AddAuthResourceRequest, ...) <-chan int
- func (client *Client) AddAuthResourceWithChan(request *AddAuthResourceRequest) (<-chan *AddAuthResourceResponse, <-chan error)
- func (client *Client) AddBlackWhiteList(request *AddBlackWhiteListRequest) (response *AddBlackWhiteListResponse, err error)
- func (client *Client) AddBlackWhiteListWithCallback(request *AddBlackWhiteListRequest, ...) <-chan int
- func (client *Client) AddBlackWhiteListWithChan(request *AddBlackWhiteListRequest) (<-chan *AddBlackWhiteListResponse, <-chan error)
- func (client *Client) AddGateway(request *AddGatewayRequest) (response *AddGatewayResponse, err error)
- func (client *Client) AddGatewayDomain(request *AddGatewayDomainRequest) (response *AddGatewayDomainResponse, err error)
- func (client *Client) AddGatewayDomainWithCallback(request *AddGatewayDomainRequest, ...) <-chan int
- func (client *Client) AddGatewayDomainWithChan(request *AddGatewayDomainRequest) (<-chan *AddGatewayDomainResponse, <-chan error)
- func (client *Client) AddGatewayRoute(request *AddGatewayRouteRequest) (response *AddGatewayRouteResponse, err error)
- func (client *Client) AddGatewayRouteWithCallback(request *AddGatewayRouteRequest, ...) <-chan int
- func (client *Client) AddGatewayRouteWithChan(request *AddGatewayRouteRequest) (<-chan *AddGatewayRouteResponse, <-chan error)
- func (client *Client) AddGatewayServiceVersion(request *AddGatewayServiceVersionRequest) (response *AddGatewayServiceVersionResponse, err error)
- func (client *Client) AddGatewayServiceVersionWithCallback(request *AddGatewayServiceVersionRequest, ...) <-chan int
- func (client *Client) AddGatewayServiceVersionWithChan(request *AddGatewayServiceVersionRequest) (<-chan *AddGatewayServiceVersionResponse, <-chan error)
- func (client *Client) AddGatewaySlb(request *AddGatewaySlbRequest) (response *AddGatewaySlbResponse, err error)
- func (client *Client) AddGatewaySlbWithCallback(request *AddGatewaySlbRequest, ...) <-chan int
- func (client *Client) AddGatewaySlbWithChan(request *AddGatewaySlbRequest) (<-chan *AddGatewaySlbResponse, <-chan error)
- func (client *Client) AddGatewayWithCallback(request *AddGatewayRequest, ...) <-chan int
- func (client *Client) AddGatewayWithChan(request *AddGatewayRequest) (<-chan *AddGatewayResponse, <-chan error)
- func (client *Client) AddMigrationTask(request *AddMigrationTaskRequest) (response *AddMigrationTaskResponse, err error)
- func (client *Client) AddMigrationTaskWithCallback(request *AddMigrationTaskRequest, ...) <-chan int
- func (client *Client) AddMigrationTaskWithChan(request *AddMigrationTaskRequest) (<-chan *AddMigrationTaskResponse, <-chan error)
- func (client *Client) AddMockRule(request *AddMockRuleRequest) (response *AddMockRuleResponse, err error)
- func (client *Client) AddMockRuleWithCallback(request *AddMockRuleRequest, ...) <-chan int
- func (client *Client) AddMockRuleWithChan(request *AddMockRuleRequest) (<-chan *AddMockRuleResponse, <-chan error)
- func (client *Client) AddSSLCert(request *AddSSLCertRequest) (response *AddSSLCertResponse, err error)
- func (client *Client) AddSSLCertWithCallback(request *AddSSLCertRequest, ...) <-chan int
- func (client *Client) AddSSLCertWithChan(request *AddSSLCertRequest) (<-chan *AddSSLCertResponse, <-chan error)
- func (client *Client) AddSecurityGroupRule(request *AddSecurityGroupRuleRequest) (response *AddSecurityGroupRuleResponse, err error)
- func (client *Client) AddSecurityGroupRuleWithCallback(request *AddSecurityGroupRuleRequest, ...) <-chan int
- func (client *Client) AddSecurityGroupRuleWithChan(request *AddSecurityGroupRuleRequest) (<-chan *AddSecurityGroupRuleResponse, <-chan error)
- func (client *Client) AddServiceSource(request *AddServiceSourceRequest) (response *AddServiceSourceResponse, err error)
- func (client *Client) AddServiceSourceWithCallback(request *AddServiceSourceRequest, ...) <-chan int
- func (client *Client) AddServiceSourceWithChan(request *AddServiceSourceRequest) (<-chan *AddServiceSourceResponse, <-chan error)
- func (client *Client) ApplyGatewayRoute(request *ApplyGatewayRouteRequest) (response *ApplyGatewayRouteResponse, err error)
- func (client *Client) ApplyGatewayRouteWithCallback(request *ApplyGatewayRouteRequest, ...) <-chan int
- func (client *Client) ApplyGatewayRouteWithChan(request *ApplyGatewayRouteRequest) (<-chan *ApplyGatewayRouteResponse, <-chan error)
- func (client *Client) ApplyTagPolicies(request *ApplyTagPoliciesRequest) (response *ApplyTagPoliciesResponse, err error)
- func (client *Client) ApplyTagPoliciesWithCallback(request *ApplyTagPoliciesRequest, ...) <-chan int
- func (client *Client) ApplyTagPoliciesWithChan(request *ApplyTagPoliciesRequest) (<-chan *ApplyTagPoliciesResponse, <-chan error)
- func (client *Client) CloneNacosConfig(request *CloneNacosConfigRequest) (response *CloneNacosConfigResponse, err error)
- func (client *Client) CloneNacosConfigWithCallback(request *CloneNacosConfigRequest, ...) <-chan int
- func (client *Client) CloneNacosConfigWithChan(request *CloneNacosConfigRequest) (<-chan *CloneNacosConfigResponse, <-chan error)
- func (client *Client) CreateApplication(request *CreateApplicationRequest) (response *CreateApplicationResponse, err error)
- func (client *Client) CreateApplicationWithCallback(request *CreateApplicationRequest, ...) <-chan int
- func (client *Client) CreateApplicationWithChan(request *CreateApplicationRequest) (<-chan *CreateApplicationResponse, <-chan error)
- func (client *Client) CreateCluster(request *CreateClusterRequest) (response *CreateClusterResponse, err error)
- func (client *Client) CreateClusterWithCallback(request *CreateClusterRequest, ...) <-chan int
- func (client *Client) CreateClusterWithChan(request *CreateClusterRequest) (<-chan *CreateClusterResponse, <-chan error)
- func (client *Client) CreateEngineNamespace(request *CreateEngineNamespaceRequest) (response *CreateEngineNamespaceResponse, err error)
- func (client *Client) CreateEngineNamespaceWithCallback(request *CreateEngineNamespaceRequest, ...) <-chan int
- func (client *Client) CreateEngineNamespaceWithChan(request *CreateEngineNamespaceRequest) (<-chan *CreateEngineNamespaceResponse, <-chan error)
- func (client *Client) CreateMseServiceApplication(request *CreateMseServiceApplicationRequest) (response *CreateMseServiceApplicationResponse, err error)
- func (client *Client) CreateMseServiceApplicationWithCallback(request *CreateMseServiceApplicationRequest, ...) <-chan int
- func (client *Client) CreateMseServiceApplicationWithChan(request *CreateMseServiceApplicationRequest) (<-chan *CreateMseServiceApplicationResponse, <-chan error)
- func (client *Client) CreateNacosConfig(request *CreateNacosConfigRequest) (response *CreateNacosConfigResponse, err error)
- func (client *Client) CreateNacosConfigWithCallback(request *CreateNacosConfigRequest, ...) <-chan int
- func (client *Client) CreateNacosConfigWithChan(request *CreateNacosConfigRequest) (<-chan *CreateNacosConfigResponse, <-chan error)
- func (client *Client) CreateNacosInstance(request *CreateNacosInstanceRequest) (response *CreateNacosInstanceResponse, err error)
- func (client *Client) CreateNacosInstanceWithCallback(request *CreateNacosInstanceRequest, ...) <-chan int
- func (client *Client) CreateNacosInstanceWithChan(request *CreateNacosInstanceRequest) (<-chan *CreateNacosInstanceResponse, <-chan error)
- func (client *Client) CreateNacosService(request *CreateNacosServiceRequest) (response *CreateNacosServiceResponse, err error)
- func (client *Client) CreateNacosServiceWithCallback(request *CreateNacosServiceRequest, ...) <-chan int
- func (client *Client) CreateNacosServiceWithChan(request *CreateNacosServiceRequest) (<-chan *CreateNacosServiceResponse, <-chan error)
- func (client *Client) CreateOrUpdateSwimmingLane(request *CreateOrUpdateSwimmingLaneRequest) (response *CreateOrUpdateSwimmingLaneResponse, err error)
- func (client *Client) CreateOrUpdateSwimmingLaneGroup(request *CreateOrUpdateSwimmingLaneGroupRequest) (response *CreateOrUpdateSwimmingLaneGroupResponse, err error)
- func (client *Client) CreateOrUpdateSwimmingLaneGroupWithCallback(request *CreateOrUpdateSwimmingLaneGroupRequest, ...) <-chan int
- func (client *Client) CreateOrUpdateSwimmingLaneGroupWithChan(request *CreateOrUpdateSwimmingLaneGroupRequest) (<-chan *CreateOrUpdateSwimmingLaneGroupResponse, <-chan error)
- func (client *Client) CreateOrUpdateSwimmingLaneWithCallback(request *CreateOrUpdateSwimmingLaneRequest, ...) <-chan int
- func (client *Client) CreateOrUpdateSwimmingLaneWithChan(request *CreateOrUpdateSwimmingLaneRequest) (<-chan *CreateOrUpdateSwimmingLaneResponse, <-chan error)
- func (client *Client) CreateZnode(request *CreateZnodeRequest) (response *CreateZnodeResponse, err error)
- func (client *Client) CreateZnodeWithCallback(request *CreateZnodeRequest, ...) <-chan int
- func (client *Client) CreateZnodeWithChan(request *CreateZnodeRequest) (<-chan *CreateZnodeResponse, <-chan error)
- func (client *Client) DeleteAuthResource(request *DeleteAuthResourceRequest) (response *DeleteAuthResourceResponse, err error)
- func (client *Client) DeleteAuthResourceWithCallback(request *DeleteAuthResourceRequest, ...) <-chan int
- func (client *Client) DeleteAuthResourceWithChan(request *DeleteAuthResourceRequest) (<-chan *DeleteAuthResourceResponse, <-chan error)
- func (client *Client) DeleteCluster(request *DeleteClusterRequest) (response *DeleteClusterResponse, err error)
- func (client *Client) DeleteClusterWithCallback(request *DeleteClusterRequest, ...) <-chan int
- func (client *Client) DeleteClusterWithChan(request *DeleteClusterRequest) (<-chan *DeleteClusterResponse, <-chan error)
- func (client *Client) DeleteEngineNamespace(request *DeleteEngineNamespaceRequest) (response *DeleteEngineNamespaceResponse, err error)
- func (client *Client) DeleteEngineNamespaceWithCallback(request *DeleteEngineNamespaceRequest, ...) <-chan int
- func (client *Client) DeleteEngineNamespaceWithChan(request *DeleteEngineNamespaceRequest) (<-chan *DeleteEngineNamespaceResponse, <-chan error)
- func (client *Client) DeleteGateway(request *DeleteGatewayRequest) (response *DeleteGatewayResponse, err error)
- func (client *Client) DeleteGatewayDomain(request *DeleteGatewayDomainRequest) (response *DeleteGatewayDomainResponse, err error)
- func (client *Client) DeleteGatewayDomainWithCallback(request *DeleteGatewayDomainRequest, ...) <-chan int
- func (client *Client) DeleteGatewayDomainWithChan(request *DeleteGatewayDomainRequest) (<-chan *DeleteGatewayDomainResponse, <-chan error)
- func (client *Client) DeleteGatewayRoute(request *DeleteGatewayRouteRequest) (response *DeleteGatewayRouteResponse, err error)
- func (client *Client) DeleteGatewayRouteWithCallback(request *DeleteGatewayRouteRequest, ...) <-chan int
- func (client *Client) DeleteGatewayRouteWithChan(request *DeleteGatewayRouteRequest) (<-chan *DeleteGatewayRouteResponse, <-chan error)
- func (client *Client) DeleteGatewayService(request *DeleteGatewayServiceRequest) (response *DeleteGatewayServiceResponse, err error)
- func (client *Client) DeleteGatewayServiceVersion(request *DeleteGatewayServiceVersionRequest) (response *DeleteGatewayServiceVersionResponse, err error)
- func (client *Client) DeleteGatewayServiceVersionWithCallback(request *DeleteGatewayServiceVersionRequest, ...) <-chan int
- func (client *Client) DeleteGatewayServiceVersionWithChan(request *DeleteGatewayServiceVersionRequest) (<-chan *DeleteGatewayServiceVersionResponse, <-chan error)
- func (client *Client) DeleteGatewayServiceWithCallback(request *DeleteGatewayServiceRequest, ...) <-chan int
- func (client *Client) DeleteGatewayServiceWithChan(request *DeleteGatewayServiceRequest) (<-chan *DeleteGatewayServiceResponse, <-chan error)
- func (client *Client) DeleteGatewaySlb(request *DeleteGatewaySlbRequest) (response *DeleteGatewaySlbResponse, err error)
- func (client *Client) DeleteGatewaySlbWithCallback(request *DeleteGatewaySlbRequest, ...) <-chan int
- func (client *Client) DeleteGatewaySlbWithChan(request *DeleteGatewaySlbRequest) (<-chan *DeleteGatewaySlbResponse, <-chan error)
- func (client *Client) DeleteGatewayWithCallback(request *DeleteGatewayRequest, ...) <-chan int
- func (client *Client) DeleteGatewayWithChan(request *DeleteGatewayRequest) (<-chan *DeleteGatewayResponse, <-chan error)
- func (client *Client) DeleteMigrationTask(request *DeleteMigrationTaskRequest) (response *DeleteMigrationTaskResponse, err error)
- func (client *Client) DeleteMigrationTaskWithCallback(request *DeleteMigrationTaskRequest, ...) <-chan int
- func (client *Client) DeleteMigrationTaskWithChan(request *DeleteMigrationTaskRequest) (<-chan *DeleteMigrationTaskResponse, <-chan error)
- func (client *Client) DeleteNacosConfig(request *DeleteNacosConfigRequest) (response *DeleteNacosConfigResponse, err error)
- func (client *Client) DeleteNacosConfigWithCallback(request *DeleteNacosConfigRequest, ...) <-chan int
- func (client *Client) DeleteNacosConfigWithChan(request *DeleteNacosConfigRequest) (<-chan *DeleteNacosConfigResponse, <-chan error)
- func (client *Client) DeleteNacosConfigs(request *DeleteNacosConfigsRequest) (response *DeleteNacosConfigsResponse, err error)
- func (client *Client) DeleteNacosConfigsWithCallback(request *DeleteNacosConfigsRequest, ...) <-chan int
- func (client *Client) DeleteNacosConfigsWithChan(request *DeleteNacosConfigsRequest) (<-chan *DeleteNacosConfigsResponse, <-chan error)
- func (client *Client) DeleteNacosInstance(request *DeleteNacosInstanceRequest) (response *DeleteNacosInstanceResponse, err error)
- func (client *Client) DeleteNacosInstanceWithCallback(request *DeleteNacosInstanceRequest, ...) <-chan int
- func (client *Client) DeleteNacosInstanceWithChan(request *DeleteNacosInstanceRequest) (<-chan *DeleteNacosInstanceResponse, <-chan error)
- func (client *Client) DeleteNacosService(request *DeleteNacosServiceRequest) (response *DeleteNacosServiceResponse, err error)
- func (client *Client) DeleteNacosServiceWithCallback(request *DeleteNacosServiceRequest, ...) <-chan int
- func (client *Client) DeleteNacosServiceWithChan(request *DeleteNacosServiceRequest) (<-chan *DeleteNacosServiceResponse, <-chan error)
- func (client *Client) DeleteSecurityGroupRule(request *DeleteSecurityGroupRuleRequest) (response *DeleteSecurityGroupRuleResponse, err error)
- func (client *Client) DeleteSecurityGroupRuleWithCallback(request *DeleteSecurityGroupRuleRequest, ...) <-chan int
- func (client *Client) DeleteSecurityGroupRuleWithChan(request *DeleteSecurityGroupRuleRequest) (<-chan *DeleteSecurityGroupRuleResponse, <-chan error)
- func (client *Client) DeleteServiceSource(request *DeleteServiceSourceRequest) (response *DeleteServiceSourceResponse, err error)
- func (client *Client) DeleteServiceSourceWithCallback(request *DeleteServiceSourceRequest, ...) <-chan int
- func (client *Client) DeleteServiceSourceWithChan(request *DeleteServiceSourceRequest) (<-chan *DeleteServiceSourceResponse, <-chan error)
- func (client *Client) DeleteSwimmingLane(request *DeleteSwimmingLaneRequest) (response *DeleteSwimmingLaneResponse, err error)
- func (client *Client) DeleteSwimmingLaneGroup(request *DeleteSwimmingLaneGroupRequest) (response *DeleteSwimmingLaneGroupResponse, err error)
- func (client *Client) DeleteSwimmingLaneGroupWithCallback(request *DeleteSwimmingLaneGroupRequest, ...) <-chan int
- func (client *Client) DeleteSwimmingLaneGroupWithChan(request *DeleteSwimmingLaneGroupRequest) (<-chan *DeleteSwimmingLaneGroupResponse, <-chan error)
- func (client *Client) DeleteSwimmingLaneWithCallback(request *DeleteSwimmingLaneRequest, ...) <-chan int
- func (client *Client) DeleteSwimmingLaneWithChan(request *DeleteSwimmingLaneRequest) (<-chan *DeleteSwimmingLaneResponse, <-chan error)
- func (client *Client) DeleteZnode(request *DeleteZnodeRequest) (response *DeleteZnodeResponse, err error)
- func (client *Client) DeleteZnodeWithCallback(request *DeleteZnodeRequest, ...) <-chan int
- func (client *Client) DeleteZnodeWithChan(request *DeleteZnodeRequest) (<-chan *DeleteZnodeResponse, <-chan error)
- func (client *Client) ExportNacosConfig(request *ExportNacosConfigRequest) (response *ExportNacosConfigResponse, err error)
- func (client *Client) ExportNacosConfigWithCallback(request *ExportNacosConfigRequest, ...) <-chan int
- func (client *Client) ExportNacosConfigWithChan(request *ExportNacosConfigRequest) (<-chan *ExportNacosConfigResponse, <-chan error)
- func (client *Client) GetAppMessageQueueRoute(request *GetAppMessageQueueRouteRequest) (response *GetAppMessageQueueRouteResponse, err error)
- func (client *Client) GetAppMessageQueueRouteWithCallback(request *GetAppMessageQueueRouteRequest, ...) <-chan int
- func (client *Client) GetAppMessageQueueRouteWithChan(request *GetAppMessageQueueRouteRequest) (<-chan *GetAppMessageQueueRouteResponse, <-chan error)
- func (client *Client) GetApplicationList(request *GetApplicationListRequest) (response *GetApplicationListResponse, err error)
- func (client *Client) GetApplicationListWithCallback(request *GetApplicationListRequest, ...) <-chan int
- func (client *Client) GetApplicationListWithChan(request *GetApplicationListRequest) (<-chan *GetApplicationListResponse, <-chan error)
- func (client *Client) GetApplicationListWithMetircs(request *GetApplicationListWithMetircsRequest) (response *GetApplicationListWithMetircsResponse, err error)
- func (client *Client) GetApplicationListWithMetircsWithCallback(request *GetApplicationListWithMetircsRequest, ...) <-chan int
- func (client *Client) GetApplicationListWithMetircsWithChan(request *GetApplicationListWithMetircsRequest) (<-chan *GetApplicationListWithMetircsResponse, <-chan error)
- func (client *Client) GetBlackWhiteList(request *GetBlackWhiteListRequest) (response *GetBlackWhiteListResponse, err error)
- func (client *Client) GetBlackWhiteListWithCallback(request *GetBlackWhiteListRequest, ...) <-chan int
- func (client *Client) GetBlackWhiteListWithChan(request *GetBlackWhiteListRequest) (<-chan *GetBlackWhiteListResponse, <-chan error)
- func (client *Client) GetEngineNamepace(request *GetEngineNamepaceRequest) (response *GetEngineNamepaceResponse, err error)
- func (client *Client) GetEngineNamepaceWithCallback(request *GetEngineNamepaceRequest, ...) <-chan int
- func (client *Client) GetEngineNamepaceWithChan(request *GetEngineNamepaceRequest) (<-chan *GetEngineNamepaceResponse, <-chan error)
- func (client *Client) GetGateway(request *GetGatewayRequest) (response *GetGatewayResponse, err error)
- func (client *Client) GetGatewayDomainDetail(request *GetGatewayDomainDetailRequest) (response *GetGatewayDomainDetailResponse, err error)
- func (client *Client) GetGatewayDomainDetailWithCallback(request *GetGatewayDomainDetailRequest, ...) <-chan int
- func (client *Client) GetGatewayDomainDetailWithChan(request *GetGatewayDomainDetailRequest) (<-chan *GetGatewayDomainDetailResponse, <-chan error)
- func (client *Client) GetGatewayOption(request *GetGatewayOptionRequest) (response *GetGatewayOptionResponse, err error)
- func (client *Client) GetGatewayOptionWithCallback(request *GetGatewayOptionRequest, ...) <-chan int
- func (client *Client) GetGatewayOptionWithChan(request *GetGatewayOptionRequest) (<-chan *GetGatewayOptionResponse, <-chan error)
- func (client *Client) GetGatewayRouteDetail(request *GetGatewayRouteDetailRequest) (response *GetGatewayRouteDetailResponse, err error)
- func (client *Client) GetGatewayRouteDetailWithCallback(request *GetGatewayRouteDetailRequest, ...) <-chan int
- func (client *Client) GetGatewayRouteDetailWithChan(request *GetGatewayRouteDetailRequest) (<-chan *GetGatewayRouteDetailResponse, <-chan error)
- func (client *Client) GetGatewayServiceDetail(request *GetGatewayServiceDetailRequest) (response *GetGatewayServiceDetailResponse, err error)
- func (client *Client) GetGatewayServiceDetailWithCallback(request *GetGatewayServiceDetailRequest, ...) <-chan int
- func (client *Client) GetGatewayServiceDetailWithChan(request *GetGatewayServiceDetailRequest) (<-chan *GetGatewayServiceDetailResponse, <-chan error)
- func (client *Client) GetGatewayWithCallback(request *GetGatewayRequest, ...) <-chan int
- func (client *Client) GetGatewayWithChan(request *GetGatewayRequest) (<-chan *GetGatewayResponse, <-chan error)
- func (client *Client) GetGovernanceKubernetesCluster(request *GetGovernanceKubernetesClusterRequest) (response *GetGovernanceKubernetesClusterResponse, err error)
- func (client *Client) GetGovernanceKubernetesClusterWithCallback(request *GetGovernanceKubernetesClusterRequest, ...) <-chan int
- func (client *Client) GetGovernanceKubernetesClusterWithChan(request *GetGovernanceKubernetesClusterRequest) (<-chan *GetGovernanceKubernetesClusterResponse, <-chan error)
- func (client *Client) GetImage(request *GetImageRequest) (response *GetImageResponse, err error)
- func (client *Client) GetImageWithCallback(request *GetImageRequest, callback func(response *GetImageResponse, err error)) <-chan int
- func (client *Client) GetImageWithChan(request *GetImageRequest) (<-chan *GetImageResponse, <-chan error)
- func (client *Client) GetImportFileUrl(request *GetImportFileUrlRequest) (response *GetImportFileUrlResponse, err error)
- func (client *Client) GetImportFileUrlWithCallback(request *GetImportFileUrlRequest, ...) <-chan int
- func (client *Client) GetImportFileUrlWithChan(request *GetImportFileUrlRequest) (<-chan *GetImportFileUrlResponse, <-chan error)
- func (client *Client) GetKubernetesSource(request *GetKubernetesSourceRequest) (response *GetKubernetesSourceResponse, err error)
- func (client *Client) GetKubernetesSourceWithCallback(request *GetKubernetesSourceRequest, ...) <-chan int
- func (client *Client) GetKubernetesSourceWithChan(request *GetKubernetesSourceRequest) (<-chan *GetKubernetesSourceResponse, <-chan error)
- func (client *Client) GetMseFeatureSwitch(request *GetMseFeatureSwitchRequest) (response *GetMseFeatureSwitchResponse, err error)
- func (client *Client) GetMseFeatureSwitchWithCallback(request *GetMseFeatureSwitchRequest, ...) <-chan int
- func (client *Client) GetMseFeatureSwitchWithChan(request *GetMseFeatureSwitchRequest) (<-chan *GetMseFeatureSwitchResponse, <-chan error)
- func (client *Client) GetMseSource(request *GetMseSourceRequest) (response *GetMseSourceResponse, err error)
- func (client *Client) GetMseSourceWithCallback(request *GetMseSourceRequest, ...) <-chan int
- func (client *Client) GetMseSourceWithChan(request *GetMseSourceRequest) (<-chan *GetMseSourceResponse, <-chan error)
- func (client *Client) GetNacosConfig(request *GetNacosConfigRequest) (response *GetNacosConfigResponse, err error)
- func (client *Client) GetNacosConfigWithCallback(request *GetNacosConfigRequest, ...) <-chan int
- func (client *Client) GetNacosConfigWithChan(request *GetNacosConfigRequest) (<-chan *GetNacosConfigResponse, <-chan error)
- func (client *Client) GetNacosHistoryConfig(request *GetNacosHistoryConfigRequest) (response *GetNacosHistoryConfigResponse, err error)
- func (client *Client) GetNacosHistoryConfigWithCallback(request *GetNacosHistoryConfigRequest, ...) <-chan int
- func (client *Client) GetNacosHistoryConfigWithChan(request *GetNacosHistoryConfigRequest) (<-chan *GetNacosHistoryConfigResponse, <-chan error)
- func (client *Client) GetOverview(request *GetOverviewRequest) (response *GetOverviewResponse, err error)
- func (client *Client) GetOverviewWithCallback(request *GetOverviewRequest, ...) <-chan int
- func (client *Client) GetOverviewWithChan(request *GetOverviewRequest) (<-chan *GetOverviewResponse, <-chan error)
- func (client *Client) GetPluginConfig(request *GetPluginConfigRequest) (response *GetPluginConfigResponse, err error)
- func (client *Client) GetPluginConfigWithCallback(request *GetPluginConfigRequest, ...) <-chan int
- func (client *Client) GetPluginConfigWithChan(request *GetPluginConfigRequest) (<-chan *GetPluginConfigResponse, <-chan error)
- func (client *Client) GetPlugins(request *GetPluginsRequest) (response *GetPluginsResponse, err error)
- func (client *Client) GetPluginsWithCallback(request *GetPluginsRequest, ...) <-chan int
- func (client *Client) GetPluginsWithChan(request *GetPluginsRequest) (<-chan *GetPluginsResponse, <-chan error)
- func (client *Client) GetServiceList(request *GetServiceListRequest) (response *GetServiceListResponse, err error)
- func (client *Client) GetServiceListWithCallback(request *GetServiceListRequest, ...) <-chan int
- func (client *Client) GetServiceListWithChan(request *GetServiceListRequest) (<-chan *GetServiceListResponse, <-chan error)
- func (client *Client) GetServiceListeners(request *GetServiceListenersRequest) (response *GetServiceListenersResponse, err error)
- func (client *Client) GetServiceListenersWithCallback(request *GetServiceListenersRequest, ...) <-chan int
- func (client *Client) GetServiceListenersWithChan(request *GetServiceListenersRequest) (<-chan *GetServiceListenersResponse, <-chan error)
- func (client *Client) GetTagsBySwimmingLaneGroupId(request *GetTagsBySwimmingLaneGroupIdRequest) (response *GetTagsBySwimmingLaneGroupIdResponse, err error)
- func (client *Client) GetTagsBySwimmingLaneGroupIdWithCallback(request *GetTagsBySwimmingLaneGroupIdRequest, ...) <-chan int
- func (client *Client) GetTagsBySwimmingLaneGroupIdWithChan(request *GetTagsBySwimmingLaneGroupIdRequest) (<-chan *GetTagsBySwimmingLaneGroupIdResponse, <-chan error)
- func (client *Client) GetZookeeperDataImportUrl(request *GetZookeeperDataImportUrlRequest) (response *GetZookeeperDataImportUrlResponse, err error)
- func (client *Client) GetZookeeperDataImportUrlWithCallback(request *GetZookeeperDataImportUrlRequest, ...) <-chan int
- func (client *Client) GetZookeeperDataImportUrlWithChan(request *GetZookeeperDataImportUrlRequest) (<-chan *GetZookeeperDataImportUrlResponse, <-chan error)
- func (client *Client) ImportNacosConfig(request *ImportNacosConfigRequest) (response *ImportNacosConfigResponse, err error)
- func (client *Client) ImportNacosConfigWithCallback(request *ImportNacosConfigRequest, ...) <-chan int
- func (client *Client) ImportNacosConfigWithChan(request *ImportNacosConfigRequest) (<-chan *ImportNacosConfigResponse, <-chan error)
- func (client *Client) ImportServices(request *ImportServicesRequest) (response *ImportServicesResponse, err error)
- func (client *Client) ImportServicesWithCallback(request *ImportServicesRequest, ...) <-chan int
- func (client *Client) ImportServicesWithChan(request *ImportServicesRequest) (<-chan *ImportServicesResponse, <-chan error)
- func (client *Client) ImportZookeeperData(request *ImportZookeeperDataRequest) (response *ImportZookeeperDataResponse, err error)
- func (client *Client) ImportZookeeperDataWithCallback(request *ImportZookeeperDataRequest, ...) <-chan int
- func (client *Client) ImportZookeeperDataWithChan(request *ImportZookeeperDataRequest) (<-chan *ImportZookeeperDataResponse, <-chan error)
- func (client *Client) ListAnsInstances(request *ListAnsInstancesRequest) (response *ListAnsInstancesResponse, err error)
- func (client *Client) ListAnsInstancesWithCallback(request *ListAnsInstancesRequest, ...) <-chan int
- func (client *Client) ListAnsInstancesWithChan(request *ListAnsInstancesRequest) (<-chan *ListAnsInstancesResponse, <-chan error)
- func (client *Client) ListAnsServiceClusters(request *ListAnsServiceClustersRequest) (response *ListAnsServiceClustersResponse, err error)
- func (client *Client) ListAnsServiceClustersWithCallback(request *ListAnsServiceClustersRequest, ...) <-chan int
- func (client *Client) ListAnsServiceClustersWithChan(request *ListAnsServiceClustersRequest) (<-chan *ListAnsServiceClustersResponse, <-chan error)
- func (client *Client) ListAnsServices(request *ListAnsServicesRequest) (response *ListAnsServicesResponse, err error)
- func (client *Client) ListAnsServicesWithCallback(request *ListAnsServicesRequest, ...) <-chan int
- func (client *Client) ListAnsServicesWithChan(request *ListAnsServicesRequest) (<-chan *ListAnsServicesResponse, <-chan error)
- func (client *Client) ListAppBySwimmingLaneGroupTag(request *ListAppBySwimmingLaneGroupTagRequest) (response *ListAppBySwimmingLaneGroupTagResponse, err error)
- func (client *Client) ListAppBySwimmingLaneGroupTagWithCallback(request *ListAppBySwimmingLaneGroupTagRequest, ...) <-chan int
- func (client *Client) ListAppBySwimmingLaneGroupTagWithChan(request *ListAppBySwimmingLaneGroupTagRequest) (<-chan *ListAppBySwimmingLaneGroupTagResponse, <-chan error)
- func (client *Client) ListApplicationsWithTagRules(request *ListApplicationsWithTagRulesRequest) (response *ListApplicationsWithTagRulesResponse, err error)
- func (client *Client) ListApplicationsWithTagRulesWithCallback(request *ListApplicationsWithTagRulesRequest, ...) <-chan int
- func (client *Client) ListApplicationsWithTagRulesWithChan(request *ListApplicationsWithTagRulesRequest) (<-chan *ListApplicationsWithTagRulesResponse, <-chan error)
- func (client *Client) ListClusterConnectionTypes(request *ListClusterConnectionTypesRequest) (response *ListClusterConnectionTypesResponse, err error)
- func (client *Client) ListClusterConnectionTypesWithCallback(request *ListClusterConnectionTypesRequest, ...) <-chan int
- func (client *Client) ListClusterConnectionTypesWithChan(request *ListClusterConnectionTypesRequest) (<-chan *ListClusterConnectionTypesResponse, <-chan error)
- func (client *Client) ListClusterHealthCheckTask(request *ListClusterHealthCheckTaskRequest) (response *ListClusterHealthCheckTaskResponse, err error)
- func (client *Client) ListClusterHealthCheckTaskWithCallback(request *ListClusterHealthCheckTaskRequest, ...) <-chan int
- func (client *Client) ListClusterHealthCheckTaskWithChan(request *ListClusterHealthCheckTaskRequest) (<-chan *ListClusterHealthCheckTaskResponse, <-chan error)
- func (client *Client) ListClusterTypes(request *ListClusterTypesRequest) (response *ListClusterTypesResponse, err error)
- func (client *Client) ListClusterTypesWithCallback(request *ListClusterTypesRequest, ...) <-chan int
- func (client *Client) ListClusterTypesWithChan(request *ListClusterTypesRequest) (<-chan *ListClusterTypesResponse, <-chan error)
- func (client *Client) ListClusterVersions(request *ListClusterVersionsRequest) (response *ListClusterVersionsResponse, err error)
- func (client *Client) ListClusterVersionsWithCallback(request *ListClusterVersionsRequest, ...) <-chan int
- func (client *Client) ListClusterVersionsWithChan(request *ListClusterVersionsRequest) (<-chan *ListClusterVersionsResponse, <-chan error)
- func (client *Client) ListClusters(request *ListClustersRequest) (response *ListClustersResponse, err error)
- func (client *Client) ListClustersWithCallback(request *ListClustersRequest, ...) <-chan int
- func (client *Client) ListClustersWithChan(request *ListClustersRequest) (<-chan *ListClustersResponse, <-chan error)
- func (client *Client) ListConfigTrack(request *ListConfigTrackRequest) (response *ListConfigTrackResponse, err error)
- func (client *Client) ListConfigTrackWithCallback(request *ListConfigTrackRequest, ...) <-chan int
- func (client *Client) ListConfigTrackWithChan(request *ListConfigTrackRequest) (<-chan *ListConfigTrackResponse, <-chan error)
- func (client *Client) ListEngineNamespaces(request *ListEngineNamespacesRequest) (response *ListEngineNamespacesResponse, err error)
- func (client *Client) ListEngineNamespacesWithCallback(request *ListEngineNamespacesRequest, ...) <-chan int
- func (client *Client) ListEngineNamespacesWithChan(request *ListEngineNamespacesRequest) (<-chan *ListEngineNamespacesResponse, <-chan error)
- func (client *Client) ListEurekaInstances(request *ListEurekaInstancesRequest) (response *ListEurekaInstancesResponse, err error)
- func (client *Client) ListEurekaInstancesWithCallback(request *ListEurekaInstancesRequest, ...) <-chan int
- func (client *Client) ListEurekaInstancesWithChan(request *ListEurekaInstancesRequest) (<-chan *ListEurekaInstancesResponse, <-chan error)
- func (client *Client) ListEurekaServices(request *ListEurekaServicesRequest) (response *ListEurekaServicesResponse, err error)
- func (client *Client) ListEurekaServicesWithCallback(request *ListEurekaServicesRequest, ...) <-chan int
- func (client *Client) ListEurekaServicesWithChan(request *ListEurekaServicesRequest) (<-chan *ListEurekaServicesResponse, <-chan error)
- func (client *Client) ListGateway(request *ListGatewayRequest) (response *ListGatewayResponse, err error)
- func (client *Client) ListGatewayDomain(request *ListGatewayDomainRequest) (response *ListGatewayDomainResponse, err error)
- func (client *Client) ListGatewayDomainWithCallback(request *ListGatewayDomainRequest, ...) <-chan int
- func (client *Client) ListGatewayDomainWithChan(request *ListGatewayDomainRequest) (<-chan *ListGatewayDomainResponse, <-chan error)
- func (client *Client) ListGatewayRoute(request *ListGatewayRouteRequest) (response *ListGatewayRouteResponse, err error)
- func (client *Client) ListGatewayRouteWithCallback(request *ListGatewayRouteRequest, ...) <-chan int
- func (client *Client) ListGatewayRouteWithChan(request *ListGatewayRouteRequest) (<-chan *ListGatewayRouteResponse, <-chan error)
- func (client *Client) ListGatewayService(request *ListGatewayServiceRequest) (response *ListGatewayServiceResponse, err error)
- func (client *Client) ListGatewayServiceWithCallback(request *ListGatewayServiceRequest, ...) <-chan int
- func (client *Client) ListGatewayServiceWithChan(request *ListGatewayServiceRequest) (<-chan *ListGatewayServiceResponse, <-chan error)
- func (client *Client) ListGatewaySlb(request *ListGatewaySlbRequest) (response *ListGatewaySlbResponse, err error)
- func (client *Client) ListGatewaySlbWithCallback(request *ListGatewaySlbRequest, ...) <-chan int
- func (client *Client) ListGatewaySlbWithChan(request *ListGatewaySlbRequest) (<-chan *ListGatewaySlbResponse, <-chan error)
- func (client *Client) ListGatewayWithCallback(request *ListGatewayRequest, ...) <-chan int
- func (client *Client) ListGatewayWithChan(request *ListGatewayRequest) (<-chan *ListGatewayResponse, <-chan error)
- func (client *Client) ListInstanceCount(request *ListInstanceCountRequest) (response *ListInstanceCountResponse, err error)
- func (client *Client) ListInstanceCountWithCallback(request *ListInstanceCountRequest, ...) <-chan int
- func (client *Client) ListInstanceCountWithChan(request *ListInstanceCountRequest) (<-chan *ListInstanceCountResponse, <-chan error)
- func (client *Client) ListListenersByConfig(request *ListListenersByConfigRequest) (response *ListListenersByConfigResponse, err error)
- func (client *Client) ListListenersByConfigWithCallback(request *ListListenersByConfigRequest, ...) <-chan int
- func (client *Client) ListListenersByConfigWithChan(request *ListListenersByConfigRequest) (<-chan *ListListenersByConfigResponse, <-chan error)
- func (client *Client) ListListenersByIp(request *ListListenersByIpRequest) (response *ListListenersByIpResponse, err error)
- func (client *Client) ListListenersByIpWithCallback(request *ListListenersByIpRequest, ...) <-chan int
- func (client *Client) ListListenersByIpWithChan(request *ListListenersByIpRequest) (<-chan *ListListenersByIpResponse, <-chan error)
- func (client *Client) ListMigrationTask(request *ListMigrationTaskRequest) (response *ListMigrationTaskResponse, err error)
- func (client *Client) ListMigrationTaskWithCallback(request *ListMigrationTaskRequest, ...) <-chan int
- func (client *Client) ListMigrationTaskWithChan(request *ListMigrationTaskRequest) (<-chan *ListMigrationTaskResponse, <-chan error)
- func (client *Client) ListNacosConfigs(request *ListNacosConfigsRequest) (response *ListNacosConfigsResponse, err error)
- func (client *Client) ListNacosConfigsWithCallback(request *ListNacosConfigsRequest, ...) <-chan int
- func (client *Client) ListNacosConfigsWithChan(request *ListNacosConfigsRequest) (<-chan *ListNacosConfigsResponse, <-chan error)
- func (client *Client) ListNacosHistoryConfigs(request *ListNacosHistoryConfigsRequest) (response *ListNacosHistoryConfigsResponse, err error)
- func (client *Client) ListNacosHistoryConfigsWithCallback(request *ListNacosHistoryConfigsRequest, ...) <-chan int
- func (client *Client) ListNacosHistoryConfigsWithChan(request *ListNacosHistoryConfigsRequest) (<-chan *ListNacosHistoryConfigsResponse, <-chan error)
- func (client *Client) ListNamingTrack(request *ListNamingTrackRequest) (response *ListNamingTrackResponse, err error)
- func (client *Client) ListNamingTrackWithCallback(request *ListNamingTrackRequest, ...) <-chan int
- func (client *Client) ListNamingTrackWithChan(request *ListNamingTrackRequest) (<-chan *ListNamingTrackResponse, <-chan error)
- func (client *Client) ListSSLCert(request *ListSSLCertRequest) (response *ListSSLCertResponse, err error)
- func (client *Client) ListSSLCertWithCallback(request *ListSSLCertRequest, ...) <-chan int
- func (client *Client) ListSSLCertWithChan(request *ListSSLCertRequest) (<-chan *ListSSLCertResponse, <-chan error)
- func (client *Client) ListSecurityGroup(request *ListSecurityGroupRequest) (response *ListSecurityGroupResponse, err error)
- func (client *Client) ListSecurityGroupRule(request *ListSecurityGroupRuleRequest) (response *ListSecurityGroupRuleResponse, err error)
- func (client *Client) ListSecurityGroupRuleWithCallback(request *ListSecurityGroupRuleRequest, ...) <-chan int
- func (client *Client) ListSecurityGroupRuleWithChan(request *ListSecurityGroupRuleRequest) (<-chan *ListSecurityGroupRuleResponse, <-chan error)
- func (client *Client) ListSecurityGroupWithCallback(request *ListSecurityGroupRequest, ...) <-chan int
- func (client *Client) ListSecurityGroupWithChan(request *ListSecurityGroupRequest) (<-chan *ListSecurityGroupResponse, <-chan error)
- func (client *Client) ListServiceSource(request *ListServiceSourceRequest) (response *ListServiceSourceResponse, err error)
- func (client *Client) ListServiceSourceWithCallback(request *ListServiceSourceRequest, ...) <-chan int
- func (client *Client) ListServiceSourceWithChan(request *ListServiceSourceRequest) (<-chan *ListServiceSourceResponse, <-chan error)
- func (client *Client) ListTagResources(request *ListTagResourcesRequest) (response *ListTagResourcesResponse, err error)
- func (client *Client) ListTagResourcesWithCallback(request *ListTagResourcesRequest, ...) <-chan int
- func (client *Client) ListTagResourcesWithChan(request *ListTagResourcesRequest) (<-chan *ListTagResourcesResponse, <-chan error)
- func (client *Client) ListZkTrack(request *ListZkTrackRequest) (response *ListZkTrackResponse, err error)
- func (client *Client) ListZkTrackWithCallback(request *ListZkTrackRequest, ...) <-chan int
- func (client *Client) ListZkTrackWithChan(request *ListZkTrackRequest) (<-chan *ListZkTrackResponse, <-chan error)
- func (client *Client) ListZnodeChildren(request *ListZnodeChildrenRequest) (response *ListZnodeChildrenResponse, err error)
- func (client *Client) ListZnodeChildrenWithCallback(request *ListZnodeChildrenRequest, ...) <-chan int
- func (client *Client) ListZnodeChildrenWithChan(request *ListZnodeChildrenRequest) (<-chan *ListZnodeChildrenResponse, <-chan error)
- func (client *Client) ModifyGovernanceKubernetesCluster(request *ModifyGovernanceKubernetesClusterRequest) (response *ModifyGovernanceKubernetesClusterResponse, err error)
- func (client *Client) ModifyGovernanceKubernetesClusterWithCallback(request *ModifyGovernanceKubernetesClusterRequest, ...) <-chan int
- func (client *Client) ModifyGovernanceKubernetesClusterWithChan(request *ModifyGovernanceKubernetesClusterRequest) (<-chan *ModifyGovernanceKubernetesClusterResponse, <-chan error)
- func (client *Client) ModifyLosslessRule(request *ModifyLosslessRuleRequest) (response *ModifyLosslessRuleResponse, err error)
- func (client *Client) ModifyLosslessRuleWithCallback(request *ModifyLosslessRuleRequest, ...) <-chan int
- func (client *Client) ModifyLosslessRuleWithChan(request *ModifyLosslessRuleRequest) (<-chan *ModifyLosslessRuleResponse, <-chan error)
- func (client *Client) OfflineGatewayRoute(request *OfflineGatewayRouteRequest) (response *OfflineGatewayRouteResponse, err error)
- func (client *Client) OfflineGatewayRouteWithCallback(request *OfflineGatewayRouteRequest, ...) <-chan int
- func (client *Client) OfflineGatewayRouteWithChan(request *OfflineGatewayRouteRequest) (<-chan *OfflineGatewayRouteResponse, <-chan error)
- func (client *Client) OrderClusterHealthCheckRiskNotice(request *OrderClusterHealthCheckRiskNoticeRequest) (response *OrderClusterHealthCheckRiskNoticeResponse, err error)
- func (client *Client) OrderClusterHealthCheckRiskNoticeWithCallback(request *OrderClusterHealthCheckRiskNoticeRequest, ...) <-chan int
- func (client *Client) OrderClusterHealthCheckRiskNoticeWithChan(request *OrderClusterHealthCheckRiskNoticeRequest) (<-chan *OrderClusterHealthCheckRiskNoticeResponse, <-chan error)
- func (client *Client) PullServices(request *PullServicesRequest) (response *PullServicesResponse, err error)
- func (client *Client) PullServicesWithCallback(request *PullServicesRequest, ...) <-chan int
- func (client *Client) PullServicesWithChan(request *PullServicesRequest) (<-chan *PullServicesResponse, <-chan error)
- func (client *Client) PutClusterHealthCheckTask(request *PutClusterHealthCheckTaskRequest) (response *PutClusterHealthCheckTaskResponse, err error)
- func (client *Client) PutClusterHealthCheckTaskWithCallback(request *PutClusterHealthCheckTaskRequest, ...) <-chan int
- func (client *Client) PutClusterHealthCheckTaskWithChan(request *PutClusterHealthCheckTaskRequest) (<-chan *PutClusterHealthCheckTaskResponse, <-chan error)
- func (client *Client) QueryAllSwimmingLane(request *QueryAllSwimmingLaneRequest) (response *QueryAllSwimmingLaneResponse, err error)
- func (client *Client) QueryAllSwimmingLaneGroup(request *QueryAllSwimmingLaneGroupRequest) (response *QueryAllSwimmingLaneGroupResponse, err error)
- func (client *Client) QueryAllSwimmingLaneGroupWithCallback(request *QueryAllSwimmingLaneGroupRequest, ...) <-chan int
- func (client *Client) QueryAllSwimmingLaneGroupWithChan(request *QueryAllSwimmingLaneGroupRequest) (<-chan *QueryAllSwimmingLaneGroupResponse, <-chan error)
- func (client *Client) QueryAllSwimmingLaneWithCallback(request *QueryAllSwimmingLaneRequest, ...) <-chan int
- func (client *Client) QueryAllSwimmingLaneWithChan(request *QueryAllSwimmingLaneRequest) (<-chan *QueryAllSwimmingLaneResponse, <-chan error)
- func (client *Client) QueryBusinessLocations(request *QueryBusinessLocationsRequest) (response *QueryBusinessLocationsResponse, err error)
- func (client *Client) QueryBusinessLocationsWithCallback(request *QueryBusinessLocationsRequest, ...) <-chan int
- func (client *Client) QueryBusinessLocationsWithChan(request *QueryBusinessLocationsRequest) (<-chan *QueryBusinessLocationsResponse, <-chan error)
- func (client *Client) QueryClusterDetail(request *QueryClusterDetailRequest) (response *QueryClusterDetailResponse, err error)
- func (client *Client) QueryClusterDetailWithCallback(request *QueryClusterDetailRequest, ...) <-chan int
- func (client *Client) QueryClusterDetailWithChan(request *QueryClusterDetailRequest) (<-chan *QueryClusterDetailResponse, <-chan error)
- func (client *Client) QueryClusterDiskSpecification(request *QueryClusterDiskSpecificationRequest) (response *QueryClusterDiskSpecificationResponse, err error)
- func (client *Client) QueryClusterDiskSpecificationWithCallback(request *QueryClusterDiskSpecificationRequest, ...) <-chan int
- func (client *Client) QueryClusterDiskSpecificationWithChan(request *QueryClusterDiskSpecificationRequest) (<-chan *QueryClusterDiskSpecificationResponse, <-chan error)
- func (client *Client) QueryClusterInfo(request *QueryClusterInfoRequest) (response *QueryClusterInfoResponse, err error)
- func (client *Client) QueryClusterInfoWithCallback(request *QueryClusterInfoRequest, ...) <-chan int
- func (client *Client) QueryClusterInfoWithChan(request *QueryClusterInfoRequest) (<-chan *QueryClusterInfoResponse, <-chan error)
- func (client *Client) QueryClusterSpecification(request *QueryClusterSpecificationRequest) (response *QueryClusterSpecificationResponse, err error)
- func (client *Client) QueryClusterSpecificationWithCallback(request *QueryClusterSpecificationRequest, ...) <-chan int
- func (client *Client) QueryClusterSpecificationWithChan(request *QueryClusterSpecificationRequest) (<-chan *QueryClusterSpecificationResponse, <-chan error)
- func (client *Client) QueryConfig(request *QueryConfigRequest) (response *QueryConfigResponse, err error)
- func (client *Client) QueryConfigWithCallback(request *QueryConfigRequest, ...) <-chan int
- func (client *Client) QueryConfigWithChan(request *QueryConfigRequest) (<-chan *QueryConfigResponse, <-chan error)
- func (client *Client) QueryGatewayRegion(request *QueryGatewayRegionRequest) (response *QueryGatewayRegionResponse, err error)
- func (client *Client) QueryGatewayRegionWithCallback(request *QueryGatewayRegionRequest, ...) <-chan int
- func (client *Client) QueryGatewayRegionWithChan(request *QueryGatewayRegionRequest) (<-chan *QueryGatewayRegionResponse, <-chan error)
- func (client *Client) QueryGatewayType(request *QueryGatewayTypeRequest) (response *QueryGatewayTypeResponse, err error)
- func (client *Client) QueryGatewayTypeWithCallback(request *QueryGatewayTypeRequest, ...) <-chan int
- func (client *Client) QueryGatewayTypeWithChan(request *QueryGatewayTypeRequest) (<-chan *QueryGatewayTypeResponse, <-chan error)
- func (client *Client) QueryGovernanceKubernetesCluster(request *QueryGovernanceKubernetesClusterRequest) (response *QueryGovernanceKubernetesClusterResponse, err error)
- func (client *Client) QueryGovernanceKubernetesClusterWithCallback(request *QueryGovernanceKubernetesClusterRequest, ...) <-chan int
- func (client *Client) QueryGovernanceKubernetesClusterWithChan(request *QueryGovernanceKubernetesClusterRequest) (<-chan *QueryGovernanceKubernetesClusterResponse, <-chan error)
- func (client *Client) QueryInstancesInfo(request *QueryInstancesInfoRequest) (response *QueryInstancesInfoResponse, err error)
- func (client *Client) QueryInstancesInfoWithCallback(request *QueryInstancesInfoRequest, ...) <-chan int
- func (client *Client) QueryInstancesInfoWithChan(request *QueryInstancesInfoRequest) (<-chan *QueryInstancesInfoResponse, <-chan error)
- func (client *Client) QueryMonitor(request *QueryMonitorRequest) (response *QueryMonitorResponse, err error)
- func (client *Client) QueryMonitorWithCallback(request *QueryMonitorRequest, ...) <-chan int
- func (client *Client) QueryMonitorWithChan(request *QueryMonitorRequest) (<-chan *QueryMonitorResponse, <-chan error)
- func (client *Client) QuerySlbSpec(request *QuerySlbSpecRequest) (response *QuerySlbSpecResponse, err error)
- func (client *Client) QuerySlbSpecWithCallback(request *QuerySlbSpecRequest, ...) <-chan int
- func (client *Client) QuerySlbSpecWithChan(request *QuerySlbSpecRequest) (<-chan *QuerySlbSpecResponse, <-chan error)
- func (client *Client) QuerySwimmingLaneById(request *QuerySwimmingLaneByIdRequest) (response *QuerySwimmingLaneByIdResponse, err error)
- func (client *Client) QuerySwimmingLaneByIdWithCallback(request *QuerySwimmingLaneByIdRequest, ...) <-chan int
- func (client *Client) QuerySwimmingLaneByIdWithChan(request *QuerySwimmingLaneByIdRequest) (<-chan *QuerySwimmingLaneByIdResponse, <-chan error)
- func (client *Client) QueryZnodeDetail(request *QueryZnodeDetailRequest) (response *QueryZnodeDetailResponse, err error)
- func (client *Client) QueryZnodeDetailWithCallback(request *QueryZnodeDetailRequest, ...) <-chan int
- func (client *Client) QueryZnodeDetailWithChan(request *QueryZnodeDetailRequest) (<-chan *QueryZnodeDetailResponse, <-chan error)
- func (client *Client) RestartCluster(request *RestartClusterRequest) (response *RestartClusterResponse, err error)
- func (client *Client) RestartClusterWithCallback(request *RestartClusterRequest, ...) <-chan int
- func (client *Client) RestartClusterWithChan(request *RestartClusterRequest) (<-chan *RestartClusterResponse, <-chan error)
- func (client *Client) RetryCluster(request *RetryClusterRequest) (response *RetryClusterResponse, err error)
- func (client *Client) RetryClusterWithCallback(request *RetryClusterRequest, ...) <-chan int
- func (client *Client) RetryClusterWithChan(request *RetryClusterRequest) (<-chan *RetryClusterResponse, <-chan error)
- func (client *Client) SelectGatewaySlb(request *SelectGatewaySlbRequest) (response *SelectGatewaySlbResponse, err error)
- func (client *Client) SelectGatewaySlbWithCallback(request *SelectGatewaySlbRequest, ...) <-chan int
- func (client *Client) SelectGatewaySlbWithChan(request *SelectGatewaySlbRequest) (<-chan *SelectGatewaySlbResponse, <-chan error)
- func (client *Client) TagResources(request *TagResourcesRequest) (response *TagResourcesResponse, err error)
- func (client *Client) TagResourcesWithCallback(request *TagResourcesRequest, ...) <-chan int
- func (client *Client) TagResourcesWithChan(request *TagResourcesRequest) (<-chan *TagResourcesResponse, <-chan error)
- func (client *Client) UntagResources(request *UntagResourcesRequest) (response *UntagResourcesResponse, err error)
- func (client *Client) UntagResourcesWithCallback(request *UntagResourcesRequest, ...) <-chan int
- func (client *Client) UntagResourcesWithChan(request *UntagResourcesRequest) (<-chan *UntagResourcesResponse, <-chan error)
- func (client *Client) UpdateAcl(request *UpdateAclRequest) (response *UpdateAclResponse, err error)
- func (client *Client) UpdateAclWithCallback(request *UpdateAclRequest, ...) <-chan int
- func (client *Client) UpdateAclWithChan(request *UpdateAclRequest) (<-chan *UpdateAclResponse, <-chan error)
- func (client *Client) UpdateBlackWhiteList(request *UpdateBlackWhiteListRequest) (response *UpdateBlackWhiteListResponse, err error)
- func (client *Client) UpdateBlackWhiteListWithCallback(request *UpdateBlackWhiteListRequest, ...) <-chan int
- func (client *Client) UpdateBlackWhiteListWithChan(request *UpdateBlackWhiteListRequest) (<-chan *UpdateBlackWhiteListResponse, <-chan error)
- func (client *Client) UpdateCluster(request *UpdateClusterRequest) (response *UpdateClusterResponse, err error)
- func (client *Client) UpdateClusterSpec(request *UpdateClusterSpecRequest) (response *UpdateClusterSpecResponse, err error)
- func (client *Client) UpdateClusterSpecWithCallback(request *UpdateClusterSpecRequest, ...) <-chan int
- func (client *Client) UpdateClusterSpecWithChan(request *UpdateClusterSpecRequest) (<-chan *UpdateClusterSpecResponse, <-chan error)
- func (client *Client) UpdateClusterWithCallback(request *UpdateClusterRequest, ...) <-chan int
- func (client *Client) UpdateClusterWithChan(request *UpdateClusterRequest) (<-chan *UpdateClusterResponse, <-chan error)
- func (client *Client) UpdateConfig(request *UpdateConfigRequest) (response *UpdateConfigResponse, err error)
- func (client *Client) UpdateConfigWithCallback(request *UpdateConfigRequest, ...) <-chan int
- func (client *Client) UpdateConfigWithChan(request *UpdateConfigRequest) (<-chan *UpdateConfigResponse, <-chan error)
- func (client *Client) UpdateEngineNamespace(request *UpdateEngineNamespaceRequest) (response *UpdateEngineNamespaceResponse, err error)
- func (client *Client) UpdateEngineNamespaceWithCallback(request *UpdateEngineNamespaceRequest, ...) <-chan int
- func (client *Client) UpdateEngineNamespaceWithChan(request *UpdateEngineNamespaceRequest) (<-chan *UpdateEngineNamespaceResponse, <-chan error)
- func (client *Client) UpdateGatewayDomain(request *UpdateGatewayDomainRequest) (response *UpdateGatewayDomainResponse, err error)
- func (client *Client) UpdateGatewayDomainWithCallback(request *UpdateGatewayDomainRequest, ...) <-chan int
- func (client *Client) UpdateGatewayDomainWithChan(request *UpdateGatewayDomainRequest) (<-chan *UpdateGatewayDomainResponse, <-chan error)
- func (client *Client) UpdateGatewayName(request *UpdateGatewayNameRequest) (response *UpdateGatewayNameResponse, err error)
- func (client *Client) UpdateGatewayNameWithCallback(request *UpdateGatewayNameRequest, ...) <-chan int
- func (client *Client) UpdateGatewayNameWithChan(request *UpdateGatewayNameRequest) (<-chan *UpdateGatewayNameResponse, <-chan error)
- func (client *Client) UpdateGatewayOption(request *UpdateGatewayOptionRequest) (response *UpdateGatewayOptionResponse, err error)
- func (client *Client) UpdateGatewayOptionWithCallback(request *UpdateGatewayOptionRequest, ...) <-chan int
- func (client *Client) UpdateGatewayOptionWithChan(request *UpdateGatewayOptionRequest) (<-chan *UpdateGatewayOptionResponse, <-chan error)
- func (client *Client) UpdateGatewayRoute(request *UpdateGatewayRouteRequest) (response *UpdateGatewayRouteResponse, err error)
- func (client *Client) UpdateGatewayRouteCORS(request *UpdateGatewayRouteCORSRequest) (response *UpdateGatewayRouteCORSResponse, err error)
- func (client *Client) UpdateGatewayRouteCORSWithCallback(request *UpdateGatewayRouteCORSRequest, ...) <-chan int
- func (client *Client) UpdateGatewayRouteCORSWithChan(request *UpdateGatewayRouteCORSRequest) (<-chan *UpdateGatewayRouteCORSResponse, <-chan error)
- func (client *Client) UpdateGatewayRouteHTTPRewrite(request *UpdateGatewayRouteHTTPRewriteRequest) (response *UpdateGatewayRouteHTTPRewriteResponse, err error)
- func (client *Client) UpdateGatewayRouteHTTPRewriteWithCallback(request *UpdateGatewayRouteHTTPRewriteRequest, ...) <-chan int
- func (client *Client) UpdateGatewayRouteHTTPRewriteWithChan(request *UpdateGatewayRouteHTTPRewriteRequest) (<-chan *UpdateGatewayRouteHTTPRewriteResponse, <-chan error)
- func (client *Client) UpdateGatewayRouteHeaderOp(request *UpdateGatewayRouteHeaderOpRequest) (response *UpdateGatewayRouteHeaderOpResponse, err error)
- func (client *Client) UpdateGatewayRouteHeaderOpWithCallback(request *UpdateGatewayRouteHeaderOpRequest, ...) <-chan int
- func (client *Client) UpdateGatewayRouteHeaderOpWithChan(request *UpdateGatewayRouteHeaderOpRequest) (<-chan *UpdateGatewayRouteHeaderOpResponse, <-chan error)
- func (client *Client) UpdateGatewayRouteRetry(request *UpdateGatewayRouteRetryRequest) (response *UpdateGatewayRouteRetryResponse, err error)
- func (client *Client) UpdateGatewayRouteRetryWithCallback(request *UpdateGatewayRouteRetryRequest, ...) <-chan int
- func (client *Client) UpdateGatewayRouteRetryWithChan(request *UpdateGatewayRouteRetryRequest) (<-chan *UpdateGatewayRouteRetryResponse, <-chan error)
- func (client *Client) UpdateGatewayRouteTimeout(request *UpdateGatewayRouteTimeoutRequest) (response *UpdateGatewayRouteTimeoutResponse, err error)
- func (client *Client) UpdateGatewayRouteTimeoutWithCallback(request *UpdateGatewayRouteTimeoutRequest, ...) <-chan int
- func (client *Client) UpdateGatewayRouteTimeoutWithChan(request *UpdateGatewayRouteTimeoutRequest) (<-chan *UpdateGatewayRouteTimeoutResponse, <-chan error)
- func (client *Client) UpdateGatewayRouteWafStatus(request *UpdateGatewayRouteWafStatusRequest) (response *UpdateGatewayRouteWafStatusResponse, err error)
- func (client *Client) UpdateGatewayRouteWafStatusWithCallback(request *UpdateGatewayRouteWafStatusRequest, ...) <-chan int
- func (client *Client) UpdateGatewayRouteWafStatusWithChan(request *UpdateGatewayRouteWafStatusRequest) (<-chan *UpdateGatewayRouteWafStatusResponse, <-chan error)
- func (client *Client) UpdateGatewayRouteWithCallback(request *UpdateGatewayRouteRequest, ...) <-chan int
- func (client *Client) UpdateGatewayRouteWithChan(request *UpdateGatewayRouteRequest) (<-chan *UpdateGatewayRouteResponse, <-chan error)
- func (client *Client) UpdateGatewayServiceTrafficPolicy(request *UpdateGatewayServiceTrafficPolicyRequest) (response *UpdateGatewayServiceTrafficPolicyResponse, err error)
- func (client *Client) UpdateGatewayServiceTrafficPolicyWithCallback(request *UpdateGatewayServiceTrafficPolicyRequest, ...) <-chan int
- func (client *Client) UpdateGatewayServiceTrafficPolicyWithChan(request *UpdateGatewayServiceTrafficPolicyRequest) (<-chan *UpdateGatewayServiceTrafficPolicyResponse, <-chan error)
- func (client *Client) UpdateGatewayServiceVersion(request *UpdateGatewayServiceVersionRequest) (response *UpdateGatewayServiceVersionResponse, err error)
- func (client *Client) UpdateGatewayServiceVersionWithCallback(request *UpdateGatewayServiceVersionRequest, ...) <-chan int
- func (client *Client) UpdateGatewayServiceVersionWithChan(request *UpdateGatewayServiceVersionRequest) (<-chan *UpdateGatewayServiceVersionResponse, <-chan error)
- func (client *Client) UpdateGatewaySpec(request *UpdateGatewaySpecRequest) (response *UpdateGatewaySpecResponse, err error)
- func (client *Client) UpdateGatewaySpecWithCallback(request *UpdateGatewaySpecRequest, ...) <-chan int
- func (client *Client) UpdateGatewaySpecWithChan(request *UpdateGatewaySpecRequest) (<-chan *UpdateGatewaySpecResponse, <-chan error)
- func (client *Client) UpdateImage(request *UpdateImageRequest) (response *UpdateImageResponse, err error)
- func (client *Client) UpdateImageWithCallback(request *UpdateImageRequest, ...) <-chan int
- func (client *Client) UpdateImageWithChan(request *UpdateImageRequest) (<-chan *UpdateImageResponse, <-chan error)
- func (client *Client) UpdateMessageQueueRoute(request *UpdateMessageQueueRouteRequest) (response *UpdateMessageQueueRouteResponse, err error)
- func (client *Client) UpdateMessageQueueRouteWithCallback(request *UpdateMessageQueueRouteRequest, ...) <-chan int
- func (client *Client) UpdateMessageQueueRouteWithChan(request *UpdateMessageQueueRouteRequest) (<-chan *UpdateMessageQueueRouteResponse, <-chan error)
- func (client *Client) UpdateMigrationTask(request *UpdateMigrationTaskRequest) (response *UpdateMigrationTaskResponse, err error)
- func (client *Client) UpdateMigrationTaskWithCallback(request *UpdateMigrationTaskRequest, ...) <-chan int
- func (client *Client) UpdateMigrationTaskWithChan(request *UpdateMigrationTaskRequest) (<-chan *UpdateMigrationTaskResponse, <-chan error)
- func (client *Client) UpdateNacosCluster(request *UpdateNacosClusterRequest) (response *UpdateNacosClusterResponse, err error)
- func (client *Client) UpdateNacosClusterWithCallback(request *UpdateNacosClusterRequest, ...) <-chan int
- func (client *Client) UpdateNacosClusterWithChan(request *UpdateNacosClusterRequest) (<-chan *UpdateNacosClusterResponse, <-chan error)
- func (client *Client) UpdateNacosConfig(request *UpdateNacosConfigRequest) (response *UpdateNacosConfigResponse, err error)
- func (client *Client) UpdateNacosConfigWithCallback(request *UpdateNacosConfigRequest, ...) <-chan int
- func (client *Client) UpdateNacosConfigWithChan(request *UpdateNacosConfigRequest) (<-chan *UpdateNacosConfigResponse, <-chan error)
- func (client *Client) UpdateNacosInstance(request *UpdateNacosInstanceRequest) (response *UpdateNacosInstanceResponse, err error)
- func (client *Client) UpdateNacosInstanceWithCallback(request *UpdateNacosInstanceRequest, ...) <-chan int
- func (client *Client) UpdateNacosInstanceWithChan(request *UpdateNacosInstanceRequest) (<-chan *UpdateNacosInstanceResponse, <-chan error)
- func (client *Client) UpdateNacosService(request *UpdateNacosServiceRequest) (response *UpdateNacosServiceResponse, err error)
- func (client *Client) UpdateNacosServiceWithCallback(request *UpdateNacosServiceRequest, ...) <-chan int
- func (client *Client) UpdateNacosServiceWithChan(request *UpdateNacosServiceRequest) (<-chan *UpdateNacosServiceResponse, <-chan error)
- func (client *Client) UpdatePluginConfig(request *UpdatePluginConfigRequest) (response *UpdatePluginConfigResponse, err error)
- func (client *Client) UpdatePluginConfigWithCallback(request *UpdatePluginConfigRequest, ...) <-chan int
- func (client *Client) UpdatePluginConfigWithChan(request *UpdatePluginConfigRequest) (<-chan *UpdatePluginConfigResponse, <-chan error)
- func (client *Client) UpdateSSLCert(request *UpdateSSLCertRequest) (response *UpdateSSLCertResponse, err error)
- func (client *Client) UpdateSSLCertWithCallback(request *UpdateSSLCertRequest, ...) <-chan int
- func (client *Client) UpdateSSLCertWithChan(request *UpdateSSLCertRequest) (<-chan *UpdateSSLCertResponse, <-chan error)
- func (client *Client) UpdateServiceSource(request *UpdateServiceSourceRequest) (response *UpdateServiceSourceResponse, err error)
- func (client *Client) UpdateServiceSourceWithCallback(request *UpdateServiceSourceRequest, ...) <-chan int
- func (client *Client) UpdateServiceSourceWithChan(request *UpdateServiceSourceRequest) (<-chan *UpdateServiceSourceResponse, <-chan error)
- func (client *Client) UpdateZnode(request *UpdateZnodeRequest) (response *UpdateZnodeResponse, err error)
- func (client *Client) UpdateZnodeWithCallback(request *UpdateZnodeRequest, ...) <-chan int
- func (client *Client) UpdateZnodeWithChan(request *UpdateZnodeRequest) (<-chan *UpdateZnodeResponse, <-chan error)
- func (client *Client) UpgradeCluster(request *UpgradeClusterRequest) (response *UpgradeClusterResponse, err error)
- func (client *Client) UpgradeClusterWithCallback(request *UpgradeClusterRequest, ...) <-chan int
- func (client *Client) UpgradeClusterWithChan(request *UpgradeClusterRequest) (<-chan *UpgradeClusterResponse, <-chan error)
- type CloneNacosConfigRequest
- type CloneNacosConfigResponse
- type ClusterForListModel
- type ClusterList
- type Clusters
- type Comment
- type Configuration
- type Configurations
- type ConsistentHashLBConfig
- type Cors
- type CreateApplicationRequest
- type CreateApplicationResponse
- type CreateClusterRequest
- type CreateClusterResponse
- type CreateClusterTag
- type CreateEngineNamespaceRequest
- type CreateEngineNamespaceResponse
- type CreateMseServiceApplicationRequest
- type CreateMseServiceApplicationResponse
- type CreateNacosConfigRequest
- type CreateNacosConfigResponse
- type CreateNacosInstanceRequest
- type CreateNacosInstanceResponse
- type CreateNacosServiceRequest
- type CreateNacosServiceResponse
- type CreateOrUpdateSwimmingLaneEntryRules
- type CreateOrUpdateSwimmingLaneEntryRulesRestItems
- type CreateOrUpdateSwimmingLaneGatewaySwimmingLaneRouteJson
- type CreateOrUpdateSwimmingLaneGatewaySwimmingLaneRouteJsonConditionsItem
- type CreateOrUpdateSwimmingLaneGroupRequest
- type CreateOrUpdateSwimmingLaneGroupResponse
- type CreateOrUpdateSwimmingLaneRequest
- type CreateOrUpdateSwimmingLaneResponse
- type CreateZnodeRequest
- type CreateZnodeResponse
- type CurMetrics
- type CurMetricsFm
- type CurMetricsItem
- type Data
- type DataInAddMockRule
- type DataInApplyTagPolicies
- type DataInDeleteAuthResource
- type DataInDeleteGateway
- type DataInDeleteGatewayDomain
- type DataInDeleteGatewayRoute
- type DataInDeleteGatewayService
- type DataInDeleteSecurityGroupRule
- type DataInGetBlackWhiteList
- type DataInGetGateway
- type DataInGetGatewayDomainDetail
- type DataInGetGatewayRouteDetail
- type DataInGetGatewayServiceDetail
- type DataInGetGovernanceKubernetesCluster
- type DataInGetKubernetesSource
- type DataInGetMseSource
- type DataInGetPluginConfig
- type DataInGetPlugins
- type DataInGetServiceList
- type DataInGetServiceListeners
- type DataInListAnsInstances
- type DataInListAnsServices
- type DataInListClusterConnectionTypes
- type DataInListClusterHealthCheckTask
- type DataInListClusterTypes
- type DataInListClusterVersions
- type DataInListClusters
- type DataInListEngineNamespaces
- type DataInListEurekaInstances
- type DataInListEurekaServices
- type DataInListGateway
- type DataInListGatewayDomain
- type DataInListGatewayRoute
- type DataInListGatewayService
- type DataInListGatewaySlb
- type DataInListInstanceCount
- type DataInListMigrationTask
- type DataInListSSLCert
- type DataInListSecurityGroup
- type DataInListSecurityGroupRule
- type DataInListServiceSource
- type DataInListZnodeChildren
- type DataInPullServices
- type DataInQueryBusinessLocations
- type DataInQueryClusterDetail
- type DataInQueryClusterInfo
- type DataInQueryClusterSpecification
- type DataInQueryGatewayRegion
- type DataInQueryGatewayType
- type DataInQueryGovernanceKubernetesCluster
- type DataInQueryInstancesInfo
- type DataInQueryMonitor
- type DataInQuerySlbSpec
- type DataInSelectGatewaySlb
- type DataInUpdateGatewayRouteWafStatus
- type DataInUpdateGatewayServiceTrafficPolicy
- type DataItem
- type DeleteAuthResourceRequest
- type DeleteAuthResourceResponse
- type DeleteClusterRequest
- type DeleteClusterResponse
- type DeleteEngineNamespaceRequest
- type DeleteEngineNamespaceResponse
- type DeleteGatewayDomainRequest
- type DeleteGatewayDomainResponse
- type DeleteGatewayRequest
- type DeleteGatewayResponse
- type DeleteGatewayRouteRequest
- type DeleteGatewayRouteResponse
- type DeleteGatewayServiceRequest
- type DeleteGatewayServiceResponse
- type DeleteGatewayServiceVersionRequest
- type DeleteGatewayServiceVersionResponse
- type DeleteGatewaySlbRequest
- type DeleteGatewaySlbResponse
- type DeleteMigrationTaskRequest
- type DeleteMigrationTaskResponse
- type DeleteNacosConfigRequest
- type DeleteNacosConfigResponse
- type DeleteNacosConfigsRequest
- type DeleteNacosConfigsResponse
- type DeleteNacosInstanceRequest
- type DeleteNacosInstanceResponse
- type DeleteNacosServiceRequest
- type DeleteNacosServiceResponse
- type DeleteSecurityGroupRuleRequest
- type DeleteSecurityGroupRuleResponse
- type DeleteServiceSourceRequest
- type DeleteServiceSourceResponse
- type DeleteSwimmingLaneGroupRequest
- type DeleteSwimmingLaneGroupResponse
- type DeleteSwimmingLaneRequest
- type DeleteSwimmingLaneResponse
- type DeleteZnodeRequest
- type DeleteZnodeResponse
- type DirectResponse
- type DomainIdListInGetGatewayRouteDetail
- type DomainIdListInListGatewayRoute
- type DomainIdListInUpdateGatewayRouteWafStatus
- type DomainNameListInGetGatewayRouteDetail
- type DomainNameListInListGatewayRoute
- type DomainNameListInUpdateGatewayRouteWafStatus
- type Domains
- type EurekaInstance
- type ExpectedStatuses
- type ExportNacosConfigRequest
- type ExportNacosConfigResponse
- type FailDataInCloneNacosConfig
- type FailDataInImportNacosConfig
- type FailDataItem
- type FallbackServicesInGetGatewayRouteDetail
- type FallbackServicesInListGatewayRoute
- type FallbackServicesItem
- type GatewayConfigList
- type GatewayConfigListItem
- type GatewayTrafficPolicy
- type Gateways
- type GetAppMessageQueueRouteRequest
- type GetAppMessageQueueRouteResponse
- type GetApplicationListRequest
- type GetApplicationListResponse
- type GetApplicationListWithMetircsRequest
- type GetApplicationListWithMetircsResponse
- type GetBlackWhiteListRequest
- type GetBlackWhiteListResponse
- type GetEngineNamepaceRequest
- type GetEngineNamepaceResponse
- type GetGatewayDomainDetailRequest
- type GetGatewayDomainDetailResponse
- type GetGatewayOptionRequest
- type GetGatewayOptionResponse
- type GetGatewayRequest
- type GetGatewayResponse
- type GetGatewayRouteDetailRequest
- type GetGatewayRouteDetailResponse
- type GetGatewayServiceDetailRequest
- type GetGatewayServiceDetailResponse
- type GetGovernanceKubernetesClusterRequest
- type GetGovernanceKubernetesClusterResponse
- type GetImageRequest
- type GetImageResponse
- type GetImportFileUrlRequest
- type GetImportFileUrlResponse
- type GetKubernetesSourceRequest
- type GetKubernetesSourceResponse
- type GetMseFeatureSwitchRequest
- type GetMseFeatureSwitchResponse
- type GetMseSourceRequest
- type GetMseSourceResponse
- type GetNacosConfigRequest
- type GetNacosConfigResponse
- type GetNacosHistoryConfigRequest
- type GetNacosHistoryConfigResponse
- type GetOverviewRequest
- type GetOverviewResponse
- type GetPluginConfigRequest
- type GetPluginConfigResponse
- type GetPluginsRequest
- type GetPluginsResponse
- type GetServiceListRequest
- type GetServiceListResponse
- type GetServiceListenersRequest
- type GetServiceListenersResponse
- type GetTagsBySwimmingLaneGroupIdRequest
- type GetTagsBySwimmingLaneGroupIdResponse
- type GetZookeeperDataImportUrlRequest
- type GetZookeeperDataImportUrlResponse
- type GroupList
- type HTTPRewrite
- type HeaderOp
- type HeaderOpItemsInGetGatewayRouteDetail
- type HeaderOpItemsInUpdateGatewayRouteWafStatus
- type HeaderOpItemsItem
- type HeaderPredicatesInGetGatewayRouteDetail
- type HeaderPredicatesInListGatewayRoute
- type HeaderPredicatesInUpdateGatewayRouteWafStatus
- type HeaderPredicatesItem
- type HealthCheckInfo
- type HistoryItem
- type HistoryItems
- type HttpCodesInGetGatewayRouteDetail
- type HttpCodesInUpdateGatewayRouteWafStatus
- type HttpCookie
- type HttpDubboTranscoder
- type ImportNacosConfigRequest
- type ImportNacosConfigResponse
- type ImportServicesRequest
- type ImportServicesResponse
- type ImportServicesServiceList
- type ImportZookeeperDataRequest
- type ImportZookeeperDataResponse
- type IngressOptions
- type InitConfig
- type InstanceModel
- type InstanceModels
- type InstanceModelsInQueryClusterDetail
- type InstanceModelsInQueryClusterInfo
- type InstancesId
- type InternetSlb
- type InternetSlbItem
- type IpsInDeleteGatewayService
- type IpsInGetGatewayServiceDetail
- type IpsInListGatewayService
- type K8sSources
- type KubernetesNamespace
- type LabelDetails
- type LabelDetailsItem
- type Labels
- type LabelsItem
- type ListAnsInstancesRequest
- type ListAnsInstancesResponse
- type ListAnsServiceClustersRequest
- type ListAnsServiceClustersResponse
- type ListAnsServicesRequest
- type ListAnsServicesResponse
- type ListAppBySwimmingLaneGroupTagRequest
- type ListAppBySwimmingLaneGroupTagResponse
- type ListApplicationsWithTagRulesRequest
- type ListApplicationsWithTagRulesResponse
- type ListClusterConnectionTypesRequest
- type ListClusterConnectionTypesResponse
- type ListClusterHealthCheckTaskRequest
- type ListClusterHealthCheckTaskResponse
- type ListClusterTypesRequest
- type ListClusterTypesResponse
- type ListClusterVersionsRequest
- type ListClusterVersionsResponse
- type ListClustersRequest
- type ListClustersResponse
- type ListClustersTag
- type ListConfigTrackRequest
- type ListConfigTrackResponse
- type ListEngineNamespacesRequest
- type ListEngineNamespacesResponse
- type ListEurekaInstancesRequest
- type ListEurekaInstancesResponse
- type ListEurekaServicesRequest
- type ListEurekaServicesResponse
- type ListGatewayDomainRequest
- type ListGatewayDomainResponse
- type ListGatewayFilterParams
- type ListGatewayRequest
- type ListGatewayResponse
- type ListGatewayRouteFilterParams
- type ListGatewayRouteRequest
- type ListGatewayRouteResponse
- type ListGatewayServiceFilterParams
- type ListGatewayServiceRequest
- type ListGatewayServiceResponse
- type ListGatewaySlbRequest
- type ListGatewaySlbResponse
- type ListInstanceCountRequest
- type ListInstanceCountResponse
- type ListListenersByConfigRequest
- type ListListenersByConfigResponse
- type ListListenersByIpRequest
- type ListListenersByIpResponse
- type ListMigrationTaskRequest
- type ListMigrationTaskResponse
- type ListNacosConfigsRequest
- type ListNacosConfigsResponse
- type ListNacosHistoryConfigsRequest
- type ListNacosHistoryConfigsResponse
- type ListNamingTrackRequest
- type ListNamingTrackResponse
- type ListSSLCertRequest
- type ListSSLCertResponse
- type ListSecurityGroupRequest
- type ListSecurityGroupResponse
- type ListSecurityGroupRuleRequest
- type ListSecurityGroupRuleResponse
- type ListServiceSourceRequest
- type ListServiceSourceResponse
- type ListTagResourcesRequest
- type ListTagResourcesResponse
- type ListTagResourcesTag
- type ListZkTrackRequest
- type ListZkTrackResponse
- type ListZnodeChildrenRequest
- type ListZnodeChildrenResponse
- type Listener
- type ListenersInListListenersByConfig
- type ListenersInListListenersByIp
- type LoadBalancerSettings
- type LoadBalancerSettingsInListGatewayService
- type LocationData
- type LogConfigDetails
- type Method
- type MethodPredicatesInGetGatewayRouteDetail
- type MethodPredicatesInListGatewayRoute
- type MethodPredicatesInUpdateGatewayRouteWafStatus
- type Methods
- type ModifyGovernanceKubernetesClusterRequest
- type ModifyGovernanceKubernetesClusterResponse
- type ModifyLosslessRuleRequest
- type ModifyLosslessRuleResponse
- type MothedMapList
- type MothedMapListItem
- type MscServiceDetailResponse
- type MseSources
- type NacosAnsCluster
- type NacosAnsInstance
- type NacosConfigForListModel
- type NacosRunningEnv
- type Namespace
- type Namespaces
- type OfflineGatewayRouteRequest
- type OfflineGatewayRouteResponse
- type OrderClusterHealthCheckRiskNoticeRequest
- type OrderClusterHealthCheckRiskNoticeResponse
- type ParamMapsList
- type ParamMapsListItem
- type ParameterTypes
- type PassThroughList
- type PathList
- type PathPredicates
- type Paths
- type PortTrafficPolicyList
- type PortTrafficPolicyListItem
- type PortsInGetGatewayServiceDetail
- type PortsInListGatewayService
- type PullServices
- type PullServicesRequest
- type PullServicesResponse
- type PutClusterHealthCheckTaskRequest
- type PutClusterHealthCheckTaskResponse
- type QueryAllSwimmingLaneGroupRequest
- type QueryAllSwimmingLaneGroupResponse
- type QueryAllSwimmingLaneRequest
- type QueryAllSwimmingLaneResponse
- type QueryBusinessLocationsRequest
- type QueryBusinessLocationsResponse
- type QueryClusterDetailRequest
- type QueryClusterDetailResponse
- type QueryClusterDiskSpecificationRequest
- type QueryClusterDiskSpecificationResponse
- type QueryClusterInfoRequest
- type QueryClusterInfoResponse
- type QueryClusterSpecificationRequest
- type QueryClusterSpecificationResponse
- type QueryConfigRequest
- type QueryConfigResponse
- type QueryGatewayRegionRequest
- type QueryGatewayRegionResponse
- type QueryGatewayTypeRequest
- type QueryGatewayTypeResponse
- type QueryGovernanceKubernetesClusterRequest
- type QueryGovernanceKubernetesClusterResponse
- type QueryInstancesInfoRequest
- type QueryInstancesInfoResponse
- type QueryMonitorRequest
- type QueryMonitorResponse
- type QueryPredicatesInGetGatewayRouteDetail
- type QueryPredicatesInListGatewayRoute
- type QueryPredicatesInUpdateGatewayRouteWafStatus
- type QueryPredicatesItem
- type QuerySlbSpecRequest
- type QuerySlbSpecResponse
- type QuerySwimmingLaneByIdRequest
- type QuerySwimmingLaneByIdResponse
- type QueryZnodeDetailRequest
- type QueryZnodeDetailResponse
- type Redirect
- type RequestMethods
- type RestartClusterRequest
- type RestartClusterResponse
- type ResultInGetApplicationList
- type ResultInGetApplicationListWithMetircs
- type ResultInListApplicationsWithTagRules
- type ResultInListClusterHealthCheckTask
- type ResultInListGateway
- type ResultInListGatewayRoute
- type ResultInListGatewayService
- type ResultInQueryGovernanceKubernetesCluster
- type ResultItem
- type Retry
- type RetryClusterRequest
- type RetryClusterResponse
- type RetryOnInGetGatewayRouteDetail
- type RetryOnInUpdateGatewayRouteWafStatus
- type RiskList
- type RiskListItem
- type RoutePredicates
- type RouteRule
- type RouteRuleVO
- type RouteRules
- type RouteServicesInGetGatewayRouteDetail
- type RouteServicesInListGatewayRoute
- type RouteServicesInUpdateGatewayRouteWafStatus
- type RouteServicesItem
- type Routes
- type Rules
- type SelectGatewaySlbRequest
- type SelectGatewaySlbResponse
- type ServiceVersion
- type Services
- type ServicesInPullServices
- type ServicesItem
- type Sgs
- type SimpleNacosAnsService
- type SimpleService
- type SkipDataInCloneNacosConfig
- type SkipDataInImportNacosConfig
- type SkipDataItem
- type Slb
- type SlbItem
- type SlbSpecs
- type Sources
- type SourcesInListServiceSource
- type SubjectAltNames
- type TagResource
- type TagResources
- type TagResourcesRequest
- type TagResourcesResponse
- type TagResourcesTag
- type TagsInGetAppMessageQueueRoute
- type TagsInGetApplicationListWithMetircs
- type Timeout
- type Tls
- type TlsSetting
- type Trace
- type TraceDetails
- type TracesInListConfigTrack
- type TracesInListNamingTrack
- type TracesInListZkTrack
- type TrafficPolicy
- type UnhealthyEndpoints
- type UntagResourcesRequest
- type UntagResourcesResponse
- type UpdateAclRequest
- type UpdateAclResponse
- type UpdateBlackWhiteListRequest
- type UpdateBlackWhiteListResponse
- type UpdateClusterRequest
- type UpdateClusterResponse
- type UpdateClusterSpecRequest
- type UpdateClusterSpecResponse
- type UpdateConfigRequest
- type UpdateConfigResponse
- type UpdateEngineNamespaceRequest
- type UpdateEngineNamespaceResponse
- type UpdateGatewayDomainRequest
- type UpdateGatewayDomainResponse
- type UpdateGatewayNameRequest
- type UpdateGatewayNameResponse
- type UpdateGatewayOptionGatewayOption
- type UpdateGatewayOptionGatewayOptionLogConfigDetails
- type UpdateGatewayOptionGatewayOptionTraceDetails
- type UpdateGatewayOptionRequest
- type UpdateGatewayOptionResponse
- type UpdateGatewayRouteCORSCorsJSON
- type UpdateGatewayRouteCORSRequest
- type UpdateGatewayRouteCORSResponse
- type UpdateGatewayRouteDirectResponseJSON
- type UpdateGatewayRouteFallbackServices
- type UpdateGatewayRouteHTTPRewriteRequest
- type UpdateGatewayRouteHTTPRewriteResponse
- type UpdateGatewayRouteHeaderOpRequest
- type UpdateGatewayRouteHeaderOpResponse
- type UpdateGatewayRoutePredicates
- type UpdateGatewayRoutePredicatesHeaderPredicatesItem
- type UpdateGatewayRoutePredicatesPathPredicates
- type UpdateGatewayRoutePredicatesQueryPredicatesItem
- type UpdateGatewayRouteRedirectJSON
- type UpdateGatewayRouteRequest
- type UpdateGatewayRouteResponse
- type UpdateGatewayRouteRetryRequest
- type UpdateGatewayRouteRetryResponse
- type UpdateGatewayRouteRetryRetryJSON
- type UpdateGatewayRouteServices
- type UpdateGatewayRouteServicesHttpDubboTranscoder
- type UpdateGatewayRouteServicesHttpDubboTranscoderMothedMapListItem
- type UpdateGatewayRouteServicesHttpDubboTranscoderMothedMapListItemParamMapsListItem
- type UpdateGatewayRouteTimeoutRequest
- type UpdateGatewayRouteTimeoutResponse
- type UpdateGatewayRouteTimeoutTimeoutJSON
- type UpdateGatewayRouteWafStatusRequest
- type UpdateGatewayRouteWafStatusResponse
- type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicy
- type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettings
- type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettingsConsistentHashLBConfig
- type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettingsConsistentHashLBConfigHttpCookie
- type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyTlsSetting
- type UpdateGatewayServiceTrafficPolicyRequest
- type UpdateGatewayServiceTrafficPolicyResponse
- type UpdateGatewayServiceVersionRequest
- type UpdateGatewayServiceVersionResponse
- type UpdateGatewaySpecRequest
- type UpdateGatewaySpecResponse
- type UpdateImageRequest
- type UpdateImageResponse
- type UpdateMessageQueueRouteRequest
- type UpdateMessageQueueRouteResponse
- type UpdateMigrationTaskRequest
- type UpdateMigrationTaskResponse
- type UpdateNacosClusterRequest
- type UpdateNacosClusterResponse
- type UpdateNacosConfigRequest
- type UpdateNacosConfigResponse
- type UpdateNacosInstanceRequest
- type UpdateNacosInstanceResponse
- type UpdateNacosServiceRequest
- type UpdateNacosServiceResponse
- type UpdatePluginConfigRequest
- type UpdatePluginConfigResponse
- type UpdateSSLCertRequest
- type UpdateSSLCertResponse
- type UpdateServiceSourceIngressOptionsRequest
- type UpdateServiceSourceRequest
- type UpdateServiceSourceResponse
- type UpdateZnodeRequest
- type UpdateZnodeResponse
- type UpgradeClusterRequest
- type UpgradeClusterResponse
- type ValuesInGetGatewayServiceDetail
- type ValuesInQueryMonitor
- type VersionDetails
- type VersionDetailsItem
- type VersionsInGetGatewayServiceDetail
- type VersionsInListGatewayService
- type VersionsItem
- type XtraceDetails
- type ZnodeModel
Constants ¶
This section is empty.
Variables ¶
var EndpointMap map[string]string
EndpointMap Endpoint Data
var EndpointType = "regional"
EndpointType regional or central
Functions ¶
func SetClientProperty ¶
SetClientProperty Set Property by Reflect
func SetEndpointDataToClient ¶
func SetEndpointDataToClient(client *Client)
SetEndpointDataToClient Set EndpointMap and ENdpointType
Types ¶
type AddAuthResourceAuthResourceHeaderList ¶ added in v1.62.153
type AddAuthResourceAuthResourceHeaderList struct {
HeaderValue string `name:"HeaderValue"`
HeaderMethod string `name:"HeaderMethod"`
HeaderKey string `name:"HeaderKey"`
}
AddAuthResourceAuthResourceHeaderList is a repeated param struct in AddAuthResourceRequest
type AddAuthResourceRequest ¶ added in v1.61.1450
type AddAuthResourceRequest struct {
*requests.RpcRequest
IgnoreCase requests.Boolean `position:"Query" name:"IgnoreCase"`
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
DomainId requests.Integer `position:"Query" name:"DomainId"`
Path string `position:"Query" name:"Path"`
MatchType string `position:"Query" name:"MatchType"`
AuthId requests.Integer `position:"Query" name:"AuthId"`
AuthResourceHeaderList *[]AddAuthResourceAuthResourceHeaderList `position:"Query" name:"AuthResourceHeaderList" type:"Json"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
AddAuthResourceRequest is the request struct for api AddAuthResource
func CreateAddAuthResourceRequest ¶ added in v1.61.1450
func CreateAddAuthResourceRequest() (request *AddAuthResourceRequest)
CreateAddAuthResourceRequest creates a request to invoke AddAuthResource API
type AddAuthResourceResponse ¶ added in v1.61.1450
type AddAuthResourceResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
AddAuthResourceResponse is the response struct for api AddAuthResource
func CreateAddAuthResourceResponse ¶ added in v1.61.1450
func CreateAddAuthResourceResponse() (response *AddAuthResourceResponse)
CreateAddAuthResourceResponse creates a response to parse from AddAuthResource response
type AddBlackWhiteListRequest ¶ added in v1.61.1450
type AddBlackWhiteListRequest struct {
*requests.RpcRequest
Note string `position:"Query" name:"Note"`
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Type string `position:"Query" name:"Type"`
Content string `position:"Query" name:"Content"`
IsWhite requests.Boolean `position:"Query" name:"IsWhite"`
ResourceIdJsonList string `position:"Query" name:"ResourceIdJsonList"`
ResourceType string `position:"Query" name:"ResourceType"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Status string `position:"Query" name:"Status"`
}
AddBlackWhiteListRequest is the request struct for api AddBlackWhiteList
func CreateAddBlackWhiteListRequest ¶ added in v1.61.1450
func CreateAddBlackWhiteListRequest() (request *AddBlackWhiteListRequest)
CreateAddBlackWhiteListRequest creates a request to invoke AddBlackWhiteList API
type AddBlackWhiteListResponse ¶ added in v1.61.1450
type AddBlackWhiteListResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
AddBlackWhiteListResponse is the response struct for api AddBlackWhiteList
func CreateAddBlackWhiteListResponse ¶ added in v1.61.1450
func CreateAddBlackWhiteListResponse() (response *AddBlackWhiteListResponse)
CreateAddBlackWhiteListResponse creates a response to parse from AddBlackWhiteList response
type AddGatewayDomainRequest ¶ added in v1.61.1450
type AddGatewayDomainRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
TlsMax string `position:"Query" name:"TlsMax"`
Protocol string `position:"Query" name:"Protocol"`
MustHttps requests.Boolean `position:"Query" name:"MustHttps"`
Http2 string `position:"Query" name:"Http2"`
TlsMin string `position:"Query" name:"TlsMin"`
CertIdentifier string `position:"Query" name:"CertIdentifier"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
AddGatewayDomainRequest is the request struct for api AddGatewayDomain
func CreateAddGatewayDomainRequest ¶ added in v1.61.1450
func CreateAddGatewayDomainRequest() (request *AddGatewayDomainRequest)
CreateAddGatewayDomainRequest creates a request to invoke AddGatewayDomain API
type AddGatewayDomainResponse ¶ added in v1.61.1450
type AddGatewayDomainResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
AddGatewayDomainResponse is the response struct for api AddGatewayDomain
func CreateAddGatewayDomainResponse ¶ added in v1.61.1450
func CreateAddGatewayDomainResponse() (response *AddGatewayDomainResponse)
CreateAddGatewayDomainResponse creates a response to parse from AddGatewayDomain response
type AddGatewayRequest ¶ added in v1.61.1450
type AddGatewayRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
InternetSlbSpec string `position:"Query" name:"InternetSlbSpec"`
EnableXtrace requests.Boolean `position:"Query" name:"EnableXtrace"`
XtraceRatio string `position:"Query" name:"XtraceRatio"`
Replica requests.Integer `position:"Query" name:"Replica"`
VSwitchId2 string `position:"Query" name:"VSwitchId2"`
EnableHardwareAcceleration requests.Boolean `position:"Query" name:"EnableHardwareAcceleration"`
EnableSls requests.Boolean `position:"Query" name:"EnableSls"`
Spec string `position:"Query" name:"Spec"`
ResourceGroupId string `position:"Query" name:"ResourceGroupId"`
EnterpriseSecurityGroup requests.Boolean `position:"Query" name:"EnterpriseSecurityGroup"`
Tag *[]AddGatewayTag `position:"Query" name:"Tag" type:"Repeated"`
Vpc string `position:"Query" name:"Vpc"`
VSwitchId string `position:"Query" name:"VSwitchId"`
SlbSpec string `position:"Query" name:"SlbSpec"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Region string `position:"Query" name:"Region"`
}
AddGatewayRequest is the request struct for api AddGateway
func CreateAddGatewayRequest ¶ added in v1.61.1450
func CreateAddGatewayRequest() (request *AddGatewayRequest)
CreateAddGatewayRequest creates a request to invoke AddGateway API
type AddGatewayResponse ¶ added in v1.61.1450
type AddGatewayResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
AddGatewayResponse is the response struct for api AddGateway
func CreateAddGatewayResponse ¶ added in v1.61.1450
func CreateAddGatewayResponse() (response *AddGatewayResponse)
CreateAddGatewayResponse creates a response to parse from AddGateway response
type AddGatewayRouteDirectResponseJSON ¶ added in v1.61.1488
type AddGatewayRouteDirectResponseJSON struct {
Code string `name:"Code"`
Body string `name:"Body"`
}
AddGatewayRouteDirectResponseJSON is a repeated param struct in AddGatewayRouteRequest
type AddGatewayRouteFallbackServices ¶ added in v1.62.153
type AddGatewayRouteFallbackServices struct {
AgreementType string `name:"AgreementType"`
Name string `name:"Name"`
Namespace string `name:"Namespace"`
SourceType string `name:"SourceType"`
ServiceId string `name:"ServiceId"`
Percent string `name:"Percent"`
Version string `name:"Version"`
GroupName string `name:"GroupName"`
ServicePort string `name:"ServicePort"`
}
AddGatewayRouteFallbackServices is a repeated param struct in AddGatewayRouteRequest
type AddGatewayRoutePredicates ¶ added in v1.61.1488
type AddGatewayRoutePredicates struct {
PathPredicates AddGatewayRoutePredicatesPathPredicates `name:"PathPredicates" type:"Struct"`
MethodPredicates *[]string `name:"MethodPredicates" type:"Repeated"`
HeaderPredicates *[]AddGatewayRoutePredicatesHeaderPredicatesItem `name:"HeaderPredicates" type:"Repeated"`
QueryPredicates *[]AddGatewayRoutePredicatesQueryPredicatesItem `name:"QueryPredicates" type:"Repeated"`
}
AddGatewayRoutePredicates is a repeated param struct in AddGatewayRouteRequest
type AddGatewayRoutePredicatesHeaderPredicatesItem ¶ added in v1.61.1488
type AddGatewayRoutePredicatesHeaderPredicatesItem struct {
Type string `name:"Type"`
Value string `name:"Value"`
Key string `name:"Key"`
}
AddGatewayRoutePredicatesHeaderPredicatesItem is a repeated param struct in AddGatewayRouteRequest
type AddGatewayRoutePredicatesPathPredicates ¶ added in v1.61.1488
type AddGatewayRoutePredicatesPathPredicates struct {
Path string `name:"Path"`
IgnoreCase string `name:"IgnoreCase"`
Type string `name:"Type"`
}
AddGatewayRoutePredicatesPathPredicates is a repeated param struct in AddGatewayRouteRequest
type AddGatewayRoutePredicatesQueryPredicatesItem ¶ added in v1.61.1488
type AddGatewayRoutePredicatesQueryPredicatesItem struct {
Type string `name:"Type"`
Value string `name:"Value"`
Key string `name:"Key"`
}
AddGatewayRoutePredicatesQueryPredicatesItem is a repeated param struct in AddGatewayRouteRequest
type AddGatewayRouteRedirectJSON ¶ added in v1.61.1488
type AddGatewayRouteRedirectJSON struct {
Path string `name:"Path"`
Code string `name:"Code"`
Host string `name:"Host"`
}
AddGatewayRouteRedirectJSON is a repeated param struct in AddGatewayRouteRequest
type AddGatewayRouteRequest ¶ added in v1.61.1488
type AddGatewayRouteRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
DestinationType string `position:"Query" name:"DestinationType"`
DomainIdListJSON string `position:"Query" name:"DomainIdListJSON"`
DomainId requests.Integer `position:"Query" name:"DomainId"`
GatewayId requests.Integer `position:"Query" name:"GatewayId"`
RouteOrder requests.Integer `position:"Query" name:"RouteOrder"`
EnableWaf requests.Boolean `position:"Query" name:"EnableWaf"`
Services *[]AddGatewayRouteServices `position:"Query" name:"Services" type:"Json"`
Predicates AddGatewayRoutePredicates `position:"Query" name:"Predicates" type:"Struct"`
RedirectJSON AddGatewayRouteRedirectJSON `position:"Query" name:"RedirectJSON" type:"Struct"`
DirectResponseJSON AddGatewayRouteDirectResponseJSON `position:"Query" name:"DirectResponseJSON" type:"Struct"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
FallbackServices *[]AddGatewayRouteFallbackServices `position:"Query" name:"FallbackServices" type:"Json"`
Fallback requests.Boolean `position:"Query" name:"Fallback"`
}
AddGatewayRouteRequest is the request struct for api AddGatewayRoute
func CreateAddGatewayRouteRequest ¶ added in v1.61.1488
func CreateAddGatewayRouteRequest() (request *AddGatewayRouteRequest)
CreateAddGatewayRouteRequest creates a request to invoke AddGatewayRoute API
type AddGatewayRouteResponse ¶ added in v1.61.1488
type AddGatewayRouteResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
AddGatewayRouteResponse is the response struct for api AddGatewayRoute
func CreateAddGatewayRouteResponse ¶ added in v1.61.1488
func CreateAddGatewayRouteResponse() (response *AddGatewayRouteResponse)
CreateAddGatewayRouteResponse creates a response to parse from AddGatewayRoute response
type AddGatewayRouteServices ¶ added in v1.61.1488
type AddGatewayRouteServices struct {
HttpDubboTranscoder AddGatewayRouteServicesHttpDubboTranscoder `name:"HttpDubboTranscoder" type:"Struct"`
AgreementType string `name:"AgreementType"`
Name string `name:"Name"`
Namespace string `name:"Namespace"`
SourceType string `name:"SourceType"`
ServiceId string `name:"ServiceId"`
Percent string `name:"Percent"`
Version string `name:"Version"`
GroupName string `name:"GroupName"`
ServicePort string `name:"ServicePort"`
}
AddGatewayRouteServices is a repeated param struct in AddGatewayRouteRequest
type AddGatewayRouteServicesHttpDubboTranscoder ¶ added in v1.62.153
type AddGatewayRouteServicesHttpDubboTranscoder struct {
DubboServiceName string `name:"DubboServiceName"`
MothedMapList *[]AddGatewayRouteServicesHttpDubboTranscoderMothedMapListItem `name:"MothedMapList" type:"Repeated"`
DubboServiceVersion string `name:"DubboServiceVersion"`
DubboServiceGroup string `name:"DubboServiceGroup"`
}
AddGatewayRouteServicesHttpDubboTranscoder is a repeated param struct in AddGatewayRouteRequest
type AddGatewayRouteServicesHttpDubboTranscoderMothedMapListItem ¶ added in v1.62.153
type AddGatewayRouteServicesHttpDubboTranscoderMothedMapListItem struct {
HttpMothed string `name:"HttpMothed"`
ParamMapsList *[]AddGatewayRouteServicesHttpDubboTranscoderMothedMapListItemParamMapsListItem `name:"ParamMapsList" type:"Repeated"`
Mothedpath string `name:"Mothedpath"`
DubboMothedName string `name:"DubboMothedName"`
PassThroughAllHeaders string `name:"PassThroughAllHeaders"`
PassThroughList *[]string `name:"PassThroughList" type:"Repeated"`
}
AddGatewayRouteServicesHttpDubboTranscoderMothedMapListItem is a repeated param struct in AddGatewayRouteRequest
type AddGatewayRouteServicesHttpDubboTranscoderMothedMapListItemParamMapsListItem ¶ added in v1.62.153
type AddGatewayRouteServicesHttpDubboTranscoderMothedMapListItemParamMapsListItem struct {
ExtractKeySpec string `name:"ExtractKeySpec"`
ExtractKey string `name:"ExtractKey"`
MappingType string `name:"MappingType"`
}
AddGatewayRouteServicesHttpDubboTranscoderMothedMapListItemParamMapsListItem is a repeated param struct in AddGatewayRouteRequest
type AddGatewayServiceVersionRequest ¶ added in v1.61.1450
type AddGatewayServiceVersionRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
ServiceVersion string `position:"Query" name:"ServiceVersion"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
ServiceId requests.Integer `position:"Query" name:"ServiceId"`
}
AddGatewayServiceVersionRequest is the request struct for api AddGatewayServiceVersion
func CreateAddGatewayServiceVersionRequest ¶ added in v1.61.1450
func CreateAddGatewayServiceVersionRequest() (request *AddGatewayServiceVersionRequest)
CreateAddGatewayServiceVersionRequest creates a request to invoke AddGatewayServiceVersion API
type AddGatewayServiceVersionResponse ¶ added in v1.61.1450
type AddGatewayServiceVersionResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
AddGatewayServiceVersionResponse is the response struct for api AddGatewayServiceVersion
func CreateAddGatewayServiceVersionResponse ¶ added in v1.61.1450
func CreateAddGatewayServiceVersionResponse() (response *AddGatewayServiceVersionResponse)
CreateAddGatewayServiceVersionResponse creates a response to parse from AddGatewayServiceVersion response
type AddGatewaySlbRequest ¶ added in v1.61.1450
type AddGatewaySlbRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
SlbId string `position:"Query" name:"SlbId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Type string `position:"Query" name:"Type"`
HttpPort requests.Integer `position:"Query" name:"HttpPort"`
ServiceWeight requests.Integer `position:"Query" name:"ServiceWeight"`
VServerGroupId string `position:"Query" name:"VServerGroupId"`
HttpsVServerGroupId string `position:"Query" name:"HttpsVServerGroupId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
HttpsPort requests.Integer `position:"Query" name:"HttpsPort"`
}
AddGatewaySlbRequest is the request struct for api AddGatewaySlb
func CreateAddGatewaySlbRequest ¶ added in v1.61.1450
func CreateAddGatewaySlbRequest() (request *AddGatewaySlbRequest)
CreateAddGatewaySlbRequest creates a request to invoke AddGatewaySlb API
type AddGatewaySlbResponse ¶ added in v1.61.1450
type AddGatewaySlbResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data string `json:"Data" xml:"Data"`
}
AddGatewaySlbResponse is the response struct for api AddGatewaySlb
func CreateAddGatewaySlbResponse ¶ added in v1.61.1450
func CreateAddGatewaySlbResponse() (response *AddGatewaySlbResponse)
CreateAddGatewaySlbResponse creates a response to parse from AddGatewaySlb response
type AddGatewayTag ¶ added in v1.62.153
AddGatewayTag is a repeated param struct in AddGatewayRequest
type AddMigrationTaskRequest ¶ added in v1.62.153
type AddMigrationTaskRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
TargetClusterUrl string `position:"Query" name:"TargetClusterUrl"`
OriginInstanceAddress string `position:"Query" name:"OriginInstanceAddress"`
RequestPars string `position:"Query" name:"RequestPars"`
Id string `position:"Query" name:"Id"`
OriginInstanceName string `position:"Query" name:"OriginInstanceName"`
ProjectDesc string `position:"Query" name:"ProjectDesc"`
OriginInstanceNamespace string `position:"Query" name:"OriginInstanceNamespace"`
ClusterType string `position:"Query" name:"ClusterType"`
TargetInstanceId string `position:"Query" name:"TargetInstanceId"`
TargetClusterName string `position:"Query" name:"TargetClusterName"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
AddMigrationTaskRequest is the request struct for api AddMigrationTask
func CreateAddMigrationTaskRequest ¶ added in v1.62.153
func CreateAddMigrationTaskRequest() (request *AddMigrationTaskRequest)
CreateAddMigrationTaskRequest creates a request to invoke AddMigrationTask API
type AddMigrationTaskResponse ¶ added in v1.62.153
type AddMigrationTaskResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
AddMigrationTaskResponse is the response struct for api AddMigrationTask
func CreateAddMigrationTaskResponse ¶ added in v1.62.153
func CreateAddMigrationTaskResponse() (response *AddMigrationTaskResponse)
CreateAddMigrationTaskResponse creates a response to parse from AddMigrationTask response
type AddMockRuleRequest ¶ added in v1.61.998
type AddMockRuleRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ExtraJson string `position:"Query" name:"ExtraJson"`
ProviderAppId string `position:"Query" name:"ProviderAppId"`
Source string `position:"Query" name:"Source"`
Enable requests.Boolean `position:"Query" name:"Enable"`
ScMockItems string `position:"Query" name:"ScMockItems"`
ProviderAppName string `position:"Query" name:"ProviderAppName"`
ConsumerAppIds string `position:"Query" name:"ConsumerAppIds"`
DubboMockItems string `position:"Query" name:"DubboMockItems"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
MockType requests.Integer `position:"Query" name:"MockType"`
Region string `position:"Query" name:"Region"`
}
AddMockRuleRequest is the request struct for api AddMockRule
func CreateAddMockRuleRequest ¶ added in v1.61.998
func CreateAddMockRuleRequest() (request *AddMockRuleRequest)
CreateAddMockRuleRequest creates a request to invoke AddMockRule API
type AddMockRuleResponse ¶ added in v1.61.998
type AddMockRuleResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInAddMockRule `json:"Data" xml:"Data"`
}
AddMockRuleResponse is the response struct for api AddMockRule
func CreateAddMockRuleResponse ¶ added in v1.61.998
func CreateAddMockRuleResponse() (response *AddMockRuleResponse)
CreateAddMockRuleResponse creates a response to parse from AddMockRule response
type AddSSLCertRequest ¶ added in v1.61.1450
type AddSSLCertRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
DomainId requests.Integer `position:"Query" name:"DomainId"`
CertIdentifier string `position:"Query" name:"CertIdentifier"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
AddSSLCertRequest is the request struct for api AddSSLCert
func CreateAddSSLCertRequest ¶ added in v1.61.1450
func CreateAddSSLCertRequest() (request *AddSSLCertRequest)
CreateAddSSLCertRequest creates a request to invoke AddSSLCert API
type AddSSLCertResponse ¶ added in v1.61.1450
type AddSSLCertResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data bool `json:"Data" xml:"Data"`
}
AddSSLCertResponse is the response struct for api AddSSLCert
func CreateAddSSLCertResponse ¶ added in v1.61.1450
func CreateAddSSLCertResponse() (response *AddSSLCertResponse)
CreateAddSSLCertResponse creates a response to parse from AddSSLCert response
type AddSecurityGroupRuleRequest ¶ added in v1.61.1581
type AddSecurityGroupRuleRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
SecurityGroupId string `position:"Query" name:"SecurityGroupId"`
Description string `position:"Query" name:"Description"`
PortRange string `position:"Query" name:"PortRange"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
AddSecurityGroupRuleRequest is the request struct for api AddSecurityGroupRule
func CreateAddSecurityGroupRuleRequest ¶ added in v1.61.1581
func CreateAddSecurityGroupRuleRequest() (request *AddSecurityGroupRuleRequest)
CreateAddSecurityGroupRuleRequest creates a request to invoke AddSecurityGroupRule API
type AddSecurityGroupRuleResponse ¶ added in v1.61.1581
type AddSecurityGroupRuleResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data string `json:"Data" xml:"Data"`
}
AddSecurityGroupRuleResponse is the response struct for api AddSecurityGroupRule
func CreateAddSecurityGroupRuleResponse ¶ added in v1.61.1581
func CreateAddSecurityGroupRuleResponse() (response *AddSecurityGroupRuleResponse)
CreateAddSecurityGroupRuleResponse creates a response to parse from AddSecurityGroupRule response
type AddServiceSourceIngressOptionsRequest ¶ added in v1.61.1581
type AddServiceSourceIngressOptionsRequest struct {
EnableStatus string `name:"EnableStatus"`
EnableIngress string `name:"EnableIngress"`
WatchNamespace string `name:"WatchNamespace"`
IngressClass string `name:"IngressClass"`
}
AddServiceSourceIngressOptionsRequest is a repeated param struct in AddServiceSourceRequest
type AddServiceSourceRequest ¶ added in v1.61.1344
type AddServiceSourceRequest struct {
*requests.RpcRequest
IngressOptionsRequest AddServiceSourceIngressOptionsRequest `position:"Query" name:"IngressOptionsRequest" type:"Struct"`
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Source string `position:"Query" name:"Source"`
Type string `position:"Query" name:"Type"`
PathList *[]string `position:"Query" name:"PathList" type:"Json"`
Address string `position:"Query" name:"Address"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
GroupList *[]string `position:"Query" name:"GroupList" type:"Json"`
}
AddServiceSourceRequest is the request struct for api AddServiceSource
func CreateAddServiceSourceRequest ¶ added in v1.61.1344
func CreateAddServiceSourceRequest() (request *AddServiceSourceRequest)
CreateAddServiceSourceRequest creates a request to invoke AddServiceSource API
type AddServiceSourceResponse ¶ added in v1.61.1344
type AddServiceSourceResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
AddServiceSourceResponse is the response struct for api AddServiceSource
func CreateAddServiceSourceResponse ¶ added in v1.61.1344
func CreateAddServiceSourceResponse() (response *AddServiceSourceResponse)
CreateAddServiceSourceResponse creates a response to parse from AddServiceSource response
type ApplicationList ¶ added in v1.61.1488
type ApplicationList struct {
LicenseKey string `json:"LicenseKey" xml:"LicenseKey"`
Status int64 `json:"Status" xml:"Status"`
Language string `json:"Language" xml:"Language"`
RouteStatus int64 `json:"RouteStatus" xml:"RouteStatus"`
Source string `json:"Source" xml:"Source"`
ExtraInfo string `json:"ExtraInfo" xml:"ExtraInfo"`
AppId string `json:"AppId" xml:"AppId"`
RegionId string `json:"RegionId" xml:"RegionId"`
Namespace string `json:"Namespace" xml:"Namespace"`
UserId string `json:"UserId" xml:"UserId"`
AppName string `json:"AppName" xml:"AppName"`
InstancesNumber int `json:"InstancesNumber" xml:"InstancesNumber"`
Tags []string `json:"Tags" xml:"Tags"`
CurMetricsFm CurMetricsFm `json:"CurMetricsFm" xml:"CurMetricsFm"`
RouteRules []RouteRule `json:"RouteRules" xml:"RouteRules"`
CurMetrics []CurMetricsItem `json:"CurMetrics" xml:"CurMetrics"`
}
ApplicationList is a nested struct in mse response
type ApplyGatewayRouteRequest ¶ added in v1.61.1488
type ApplyGatewayRouteRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
RouteId string `position:"Query" name:"RouteId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ApplyGatewayRouteRequest is the request struct for api ApplyGatewayRoute
func CreateApplyGatewayRouteRequest ¶ added in v1.61.1488
func CreateApplyGatewayRouteRequest() (request *ApplyGatewayRouteRequest)
CreateApplyGatewayRouteRequest creates a request to invoke ApplyGatewayRoute API
type ApplyGatewayRouteResponse ¶ added in v1.61.1488
type ApplyGatewayRouteResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data bool `json:"Data" xml:"Data"`
}
ApplyGatewayRouteResponse is the response struct for api ApplyGatewayRoute
func CreateApplyGatewayRouteResponse ¶ added in v1.61.1488
func CreateApplyGatewayRouteResponse() (response *ApplyGatewayRouteResponse)
CreateApplyGatewayRouteResponse creates a response to parse from ApplyGatewayRoute response
type ApplyTagPoliciesRequest ¶ added in v1.61.1488
type ApplyTagPoliciesRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Rules string `position:"Query" name:"Rules"`
Source string `position:"Query" name:"Source"`
NamespaceId string `position:"Query" name:"NamespaceId"`
Enable requests.Boolean `position:"Query" name:"Enable"`
AppId string `position:"Query" name:"AppId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Region string `position:"Query" name:"Region"`
}
ApplyTagPoliciesRequest is the request struct for api ApplyTagPolicies
func CreateApplyTagPoliciesRequest ¶ added in v1.61.1488
func CreateApplyTagPoliciesRequest() (request *ApplyTagPoliciesRequest)
CreateApplyTagPoliciesRequest creates a request to invoke ApplyTagPolicies API
type ApplyTagPoliciesResponse ¶ added in v1.61.1488
type ApplyTagPoliciesResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []RouteRuleVO `json:"Data" xml:"Data"`
}
ApplyTagPoliciesResponse is the response struct for api ApplyTagPolicies
func CreateApplyTagPoliciesResponse ¶ added in v1.61.1488
func CreateApplyTagPoliciesResponse() (response *ApplyTagPoliciesResponse)
CreateApplyTagPoliciesResponse creates a response to parse from ApplyTagPolicies 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 ¶
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 ¶
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) AddAuthResource ¶ added in v1.61.1450
func (client *Client) AddAuthResource(request *AddAuthResourceRequest) (response *AddAuthResourceResponse, err error)
AddAuthResource invokes the mse.AddAuthResource API synchronously
func (*Client) AddAuthResourceWithCallback ¶ added in v1.61.1450
func (client *Client) AddAuthResourceWithCallback(request *AddAuthResourceRequest, callback func(response *AddAuthResourceResponse, err error)) <-chan int
AddAuthResourceWithCallback invokes the mse.AddAuthResource API asynchronously
func (*Client) AddAuthResourceWithChan ¶ added in v1.61.1450
func (client *Client) AddAuthResourceWithChan(request *AddAuthResourceRequest) (<-chan *AddAuthResourceResponse, <-chan error)
AddAuthResourceWithChan invokes the mse.AddAuthResource API asynchronously
func (*Client) AddBlackWhiteList ¶ added in v1.61.1450
func (client *Client) AddBlackWhiteList(request *AddBlackWhiteListRequest) (response *AddBlackWhiteListResponse, err error)
AddBlackWhiteList invokes the mse.AddBlackWhiteList API synchronously
func (*Client) AddBlackWhiteListWithCallback ¶ added in v1.61.1450
func (client *Client) AddBlackWhiteListWithCallback(request *AddBlackWhiteListRequest, callback func(response *AddBlackWhiteListResponse, err error)) <-chan int
AddBlackWhiteListWithCallback invokes the mse.AddBlackWhiteList API asynchronously
func (*Client) AddBlackWhiteListWithChan ¶ added in v1.61.1450
func (client *Client) AddBlackWhiteListWithChan(request *AddBlackWhiteListRequest) (<-chan *AddBlackWhiteListResponse, <-chan error)
AddBlackWhiteListWithChan invokes the mse.AddBlackWhiteList API asynchronously
func (*Client) AddGateway ¶ added in v1.61.1450
func (client *Client) AddGateway(request *AddGatewayRequest) (response *AddGatewayResponse, err error)
AddGateway invokes the mse.AddGateway API synchronously
func (*Client) AddGatewayDomain ¶ added in v1.61.1450
func (client *Client) AddGatewayDomain(request *AddGatewayDomainRequest) (response *AddGatewayDomainResponse, err error)
AddGatewayDomain invokes the mse.AddGatewayDomain API synchronously
func (*Client) AddGatewayDomainWithCallback ¶ added in v1.61.1450
func (client *Client) AddGatewayDomainWithCallback(request *AddGatewayDomainRequest, callback func(response *AddGatewayDomainResponse, err error)) <-chan int
AddGatewayDomainWithCallback invokes the mse.AddGatewayDomain API asynchronously
func (*Client) AddGatewayDomainWithChan ¶ added in v1.61.1450
func (client *Client) AddGatewayDomainWithChan(request *AddGatewayDomainRequest) (<-chan *AddGatewayDomainResponse, <-chan error)
AddGatewayDomainWithChan invokes the mse.AddGatewayDomain API asynchronously
func (*Client) AddGatewayRoute ¶ added in v1.61.1488
func (client *Client) AddGatewayRoute(request *AddGatewayRouteRequest) (response *AddGatewayRouteResponse, err error)
AddGatewayRoute invokes the mse.AddGatewayRoute API synchronously
func (*Client) AddGatewayRouteWithCallback ¶ added in v1.61.1488
func (client *Client) AddGatewayRouteWithCallback(request *AddGatewayRouteRequest, callback func(response *AddGatewayRouteResponse, err error)) <-chan int
AddGatewayRouteWithCallback invokes the mse.AddGatewayRoute API asynchronously
func (*Client) AddGatewayRouteWithChan ¶ added in v1.61.1488
func (client *Client) AddGatewayRouteWithChan(request *AddGatewayRouteRequest) (<-chan *AddGatewayRouteResponse, <-chan error)
AddGatewayRouteWithChan invokes the mse.AddGatewayRoute API asynchronously
func (*Client) AddGatewayServiceVersion ¶ added in v1.61.1450
func (client *Client) AddGatewayServiceVersion(request *AddGatewayServiceVersionRequest) (response *AddGatewayServiceVersionResponse, err error)
AddGatewayServiceVersion invokes the mse.AddGatewayServiceVersion API synchronously
func (*Client) AddGatewayServiceVersionWithCallback ¶ added in v1.61.1450
func (client *Client) AddGatewayServiceVersionWithCallback(request *AddGatewayServiceVersionRequest, callback func(response *AddGatewayServiceVersionResponse, err error)) <-chan int
AddGatewayServiceVersionWithCallback invokes the mse.AddGatewayServiceVersion API asynchronously
func (*Client) AddGatewayServiceVersionWithChan ¶ added in v1.61.1450
func (client *Client) AddGatewayServiceVersionWithChan(request *AddGatewayServiceVersionRequest) (<-chan *AddGatewayServiceVersionResponse, <-chan error)
AddGatewayServiceVersionWithChan invokes the mse.AddGatewayServiceVersion API asynchronously
func (*Client) AddGatewaySlb ¶ added in v1.61.1450
func (client *Client) AddGatewaySlb(request *AddGatewaySlbRequest) (response *AddGatewaySlbResponse, err error)
AddGatewaySlb invokes the mse.AddGatewaySlb API synchronously
func (*Client) AddGatewaySlbWithCallback ¶ added in v1.61.1450
func (client *Client) AddGatewaySlbWithCallback(request *AddGatewaySlbRequest, callback func(response *AddGatewaySlbResponse, err error)) <-chan int
AddGatewaySlbWithCallback invokes the mse.AddGatewaySlb API asynchronously
func (*Client) AddGatewaySlbWithChan ¶ added in v1.61.1450
func (client *Client) AddGatewaySlbWithChan(request *AddGatewaySlbRequest) (<-chan *AddGatewaySlbResponse, <-chan error)
AddGatewaySlbWithChan invokes the mse.AddGatewaySlb API asynchronously
func (*Client) AddGatewayWithCallback ¶ added in v1.61.1450
func (client *Client) AddGatewayWithCallback(request *AddGatewayRequest, callback func(response *AddGatewayResponse, err error)) <-chan int
AddGatewayWithCallback invokes the mse.AddGateway API asynchronously
func (*Client) AddGatewayWithChan ¶ added in v1.61.1450
func (client *Client) AddGatewayWithChan(request *AddGatewayRequest) (<-chan *AddGatewayResponse, <-chan error)
AddGatewayWithChan invokes the mse.AddGateway API asynchronously
func (*Client) AddMigrationTask ¶ added in v1.62.153
func (client *Client) AddMigrationTask(request *AddMigrationTaskRequest) (response *AddMigrationTaskResponse, err error)
AddMigrationTask invokes the mse.AddMigrationTask API synchronously
func (*Client) AddMigrationTaskWithCallback ¶ added in v1.62.153
func (client *Client) AddMigrationTaskWithCallback(request *AddMigrationTaskRequest, callback func(response *AddMigrationTaskResponse, err error)) <-chan int
AddMigrationTaskWithCallback invokes the mse.AddMigrationTask API asynchronously
func (*Client) AddMigrationTaskWithChan ¶ added in v1.62.153
func (client *Client) AddMigrationTaskWithChan(request *AddMigrationTaskRequest) (<-chan *AddMigrationTaskResponse, <-chan error)
AddMigrationTaskWithChan invokes the mse.AddMigrationTask API asynchronously
func (*Client) AddMockRule ¶ added in v1.61.998
func (client *Client) AddMockRule(request *AddMockRuleRequest) (response *AddMockRuleResponse, err error)
AddMockRule invokes the mse.AddMockRule API synchronously
func (*Client) AddMockRuleWithCallback ¶ added in v1.61.998
func (client *Client) AddMockRuleWithCallback(request *AddMockRuleRequest, callback func(response *AddMockRuleResponse, err error)) <-chan int
AddMockRuleWithCallback invokes the mse.AddMockRule API asynchronously
func (*Client) AddMockRuleWithChan ¶ added in v1.61.998
func (client *Client) AddMockRuleWithChan(request *AddMockRuleRequest) (<-chan *AddMockRuleResponse, <-chan error)
AddMockRuleWithChan invokes the mse.AddMockRule API asynchronously
func (*Client) AddSSLCert ¶ added in v1.61.1450
func (client *Client) AddSSLCert(request *AddSSLCertRequest) (response *AddSSLCertResponse, err error)
AddSSLCert invokes the mse.AddSSLCert API synchronously
func (*Client) AddSSLCertWithCallback ¶ added in v1.61.1450
func (client *Client) AddSSLCertWithCallback(request *AddSSLCertRequest, callback func(response *AddSSLCertResponse, err error)) <-chan int
AddSSLCertWithCallback invokes the mse.AddSSLCert API asynchronously
func (*Client) AddSSLCertWithChan ¶ added in v1.61.1450
func (client *Client) AddSSLCertWithChan(request *AddSSLCertRequest) (<-chan *AddSSLCertResponse, <-chan error)
AddSSLCertWithChan invokes the mse.AddSSLCert API asynchronously
func (*Client) AddSecurityGroupRule ¶ added in v1.61.1581
func (client *Client) AddSecurityGroupRule(request *AddSecurityGroupRuleRequest) (response *AddSecurityGroupRuleResponse, err error)
AddSecurityGroupRule invokes the mse.AddSecurityGroupRule API synchronously
func (*Client) AddSecurityGroupRuleWithCallback ¶ added in v1.61.1581
func (client *Client) AddSecurityGroupRuleWithCallback(request *AddSecurityGroupRuleRequest, callback func(response *AddSecurityGroupRuleResponse, err error)) <-chan int
AddSecurityGroupRuleWithCallback invokes the mse.AddSecurityGroupRule API asynchronously
func (*Client) AddSecurityGroupRuleWithChan ¶ added in v1.61.1581
func (client *Client) AddSecurityGroupRuleWithChan(request *AddSecurityGroupRuleRequest) (<-chan *AddSecurityGroupRuleResponse, <-chan error)
AddSecurityGroupRuleWithChan invokes the mse.AddSecurityGroupRule API asynchronously
func (*Client) AddServiceSource ¶ added in v1.61.1344
func (client *Client) AddServiceSource(request *AddServiceSourceRequest) (response *AddServiceSourceResponse, err error)
AddServiceSource invokes the mse.AddServiceSource API synchronously
func (*Client) AddServiceSourceWithCallback ¶ added in v1.61.1344
func (client *Client) AddServiceSourceWithCallback(request *AddServiceSourceRequest, callback func(response *AddServiceSourceResponse, err error)) <-chan int
AddServiceSourceWithCallback invokes the mse.AddServiceSource API asynchronously
func (*Client) AddServiceSourceWithChan ¶ added in v1.61.1344
func (client *Client) AddServiceSourceWithChan(request *AddServiceSourceRequest) (<-chan *AddServiceSourceResponse, <-chan error)
AddServiceSourceWithChan invokes the mse.AddServiceSource API asynchronously
func (*Client) ApplyGatewayRoute ¶ added in v1.61.1488
func (client *Client) ApplyGatewayRoute(request *ApplyGatewayRouteRequest) (response *ApplyGatewayRouteResponse, err error)
ApplyGatewayRoute invokes the mse.ApplyGatewayRoute API synchronously
func (*Client) ApplyGatewayRouteWithCallback ¶ added in v1.61.1488
func (client *Client) ApplyGatewayRouteWithCallback(request *ApplyGatewayRouteRequest, callback func(response *ApplyGatewayRouteResponse, err error)) <-chan int
ApplyGatewayRouteWithCallback invokes the mse.ApplyGatewayRoute API asynchronously
func (*Client) ApplyGatewayRouteWithChan ¶ added in v1.61.1488
func (client *Client) ApplyGatewayRouteWithChan(request *ApplyGatewayRouteRequest) (<-chan *ApplyGatewayRouteResponse, <-chan error)
ApplyGatewayRouteWithChan invokes the mse.ApplyGatewayRoute API asynchronously
func (*Client) ApplyTagPolicies ¶ added in v1.61.1488
func (client *Client) ApplyTagPolicies(request *ApplyTagPoliciesRequest) (response *ApplyTagPoliciesResponse, err error)
ApplyTagPolicies invokes the mse.ApplyTagPolicies API synchronously
func (*Client) ApplyTagPoliciesWithCallback ¶ added in v1.61.1488
func (client *Client) ApplyTagPoliciesWithCallback(request *ApplyTagPoliciesRequest, callback func(response *ApplyTagPoliciesResponse, err error)) <-chan int
ApplyTagPoliciesWithCallback invokes the mse.ApplyTagPolicies API asynchronously
func (*Client) ApplyTagPoliciesWithChan ¶ added in v1.61.1488
func (client *Client) ApplyTagPoliciesWithChan(request *ApplyTagPoliciesRequest) (<-chan *ApplyTagPoliciesResponse, <-chan error)
ApplyTagPoliciesWithChan invokes the mse.ApplyTagPolicies API asynchronously
func (*Client) CloneNacosConfig ¶ added in v1.61.998
func (client *Client) CloneNacosConfig(request *CloneNacosConfigRequest) (response *CloneNacosConfigResponse, err error)
CloneNacosConfig invokes the mse.CloneNacosConfig API synchronously
func (*Client) CloneNacosConfigWithCallback ¶ added in v1.61.998
func (client *Client) CloneNacosConfigWithCallback(request *CloneNacosConfigRequest, callback func(response *CloneNacosConfigResponse, err error)) <-chan int
CloneNacosConfigWithCallback invokes the mse.CloneNacosConfig API asynchronously
func (*Client) CloneNacosConfigWithChan ¶ added in v1.61.998
func (client *Client) CloneNacosConfigWithChan(request *CloneNacosConfigRequest) (<-chan *CloneNacosConfigResponse, <-chan error)
CloneNacosConfigWithChan invokes the mse.CloneNacosConfig API asynchronously
func (*Client) CreateApplication ¶ added in v1.61.1002
func (client *Client) CreateApplication(request *CreateApplicationRequest) (response *CreateApplicationResponse, err error)
CreateApplication invokes the mse.CreateApplication API synchronously
func (*Client) CreateApplicationWithCallback ¶ added in v1.61.1002
func (client *Client) CreateApplicationWithCallback(request *CreateApplicationRequest, callback func(response *CreateApplicationResponse, err error)) <-chan int
CreateApplicationWithCallback invokes the mse.CreateApplication API asynchronously
func (*Client) CreateApplicationWithChan ¶ added in v1.61.1002
func (client *Client) CreateApplicationWithChan(request *CreateApplicationRequest) (<-chan *CreateApplicationResponse, <-chan error)
CreateApplicationWithChan invokes the mse.CreateApplication API asynchronously
func (*Client) CreateCluster ¶
func (client *Client) CreateCluster(request *CreateClusterRequest) (response *CreateClusterResponse, err error)
CreateCluster invokes the mse.CreateCluster API synchronously
func (*Client) CreateClusterWithCallback ¶
func (client *Client) CreateClusterWithCallback(request *CreateClusterRequest, callback func(response *CreateClusterResponse, err error)) <-chan int
CreateClusterWithCallback invokes the mse.CreateCluster API asynchronously
func (*Client) CreateClusterWithChan ¶
func (client *Client) CreateClusterWithChan(request *CreateClusterRequest) (<-chan *CreateClusterResponse, <-chan error)
CreateClusterWithChan invokes the mse.CreateCluster API asynchronously
func (*Client) CreateEngineNamespace ¶
func (client *Client) CreateEngineNamespace(request *CreateEngineNamespaceRequest) (response *CreateEngineNamespaceResponse, err error)
CreateEngineNamespace invokes the mse.CreateEngineNamespace API synchronously
func (*Client) CreateEngineNamespaceWithCallback ¶
func (client *Client) CreateEngineNamespaceWithCallback(request *CreateEngineNamespaceRequest, callback func(response *CreateEngineNamespaceResponse, err error)) <-chan int
CreateEngineNamespaceWithCallback invokes the mse.CreateEngineNamespace API asynchronously
func (*Client) CreateEngineNamespaceWithChan ¶
func (client *Client) CreateEngineNamespaceWithChan(request *CreateEngineNamespaceRequest) (<-chan *CreateEngineNamespaceResponse, <-chan error)
CreateEngineNamespaceWithChan invokes the mse.CreateEngineNamespace API asynchronously
func (*Client) CreateMseServiceApplication ¶ added in v1.61.1624
func (client *Client) CreateMseServiceApplication(request *CreateMseServiceApplicationRequest) (response *CreateMseServiceApplicationResponse, err error)
CreateMseServiceApplication invokes the mse.CreateMseServiceApplication API synchronously
func (*Client) CreateMseServiceApplicationWithCallback ¶ added in v1.61.1624
func (client *Client) CreateMseServiceApplicationWithCallback(request *CreateMseServiceApplicationRequest, callback func(response *CreateMseServiceApplicationResponse, err error)) <-chan int
CreateMseServiceApplicationWithCallback invokes the mse.CreateMseServiceApplication API asynchronously
func (*Client) CreateMseServiceApplicationWithChan ¶ added in v1.61.1624
func (client *Client) CreateMseServiceApplicationWithChan(request *CreateMseServiceApplicationRequest) (<-chan *CreateMseServiceApplicationResponse, <-chan error)
CreateMseServiceApplicationWithChan invokes the mse.CreateMseServiceApplication API asynchronously
func (*Client) CreateNacosConfig ¶
func (client *Client) CreateNacosConfig(request *CreateNacosConfigRequest) (response *CreateNacosConfigResponse, err error)
CreateNacosConfig invokes the mse.CreateNacosConfig API synchronously
func (*Client) CreateNacosConfigWithCallback ¶
func (client *Client) CreateNacosConfigWithCallback(request *CreateNacosConfigRequest, callback func(response *CreateNacosConfigResponse, err error)) <-chan int
CreateNacosConfigWithCallback invokes the mse.CreateNacosConfig API asynchronously
func (*Client) CreateNacosConfigWithChan ¶
func (client *Client) CreateNacosConfigWithChan(request *CreateNacosConfigRequest) (<-chan *CreateNacosConfigResponse, <-chan error)
CreateNacosConfigWithChan invokes the mse.CreateNacosConfig API asynchronously
func (*Client) CreateNacosInstance ¶ added in v1.61.1450
func (client *Client) CreateNacosInstance(request *CreateNacosInstanceRequest) (response *CreateNacosInstanceResponse, err error)
CreateNacosInstance invokes the mse.CreateNacosInstance API synchronously
func (*Client) CreateNacosInstanceWithCallback ¶ added in v1.61.1450
func (client *Client) CreateNacosInstanceWithCallback(request *CreateNacosInstanceRequest, callback func(response *CreateNacosInstanceResponse, err error)) <-chan int
CreateNacosInstanceWithCallback invokes the mse.CreateNacosInstance API asynchronously
func (*Client) CreateNacosInstanceWithChan ¶ added in v1.61.1450
func (client *Client) CreateNacosInstanceWithChan(request *CreateNacosInstanceRequest) (<-chan *CreateNacosInstanceResponse, <-chan error)
CreateNacosInstanceWithChan invokes the mse.CreateNacosInstance API asynchronously
func (*Client) CreateNacosService ¶ added in v1.61.1450
func (client *Client) CreateNacosService(request *CreateNacosServiceRequest) (response *CreateNacosServiceResponse, err error)
CreateNacosService invokes the mse.CreateNacosService API synchronously
func (*Client) CreateNacosServiceWithCallback ¶ added in v1.61.1450
func (client *Client) CreateNacosServiceWithCallback(request *CreateNacosServiceRequest, callback func(response *CreateNacosServiceResponse, err error)) <-chan int
CreateNacosServiceWithCallback invokes the mse.CreateNacosService API asynchronously
func (*Client) CreateNacosServiceWithChan ¶ added in v1.61.1450
func (client *Client) CreateNacosServiceWithChan(request *CreateNacosServiceRequest) (<-chan *CreateNacosServiceResponse, <-chan error)
CreateNacosServiceWithChan invokes the mse.CreateNacosService API asynchronously
func (*Client) CreateOrUpdateSwimmingLane ¶ added in v1.61.1488
func (client *Client) CreateOrUpdateSwimmingLane(request *CreateOrUpdateSwimmingLaneRequest) (response *CreateOrUpdateSwimmingLaneResponse, err error)
CreateOrUpdateSwimmingLane invokes the mse.CreateOrUpdateSwimmingLane API synchronously
func (*Client) CreateOrUpdateSwimmingLaneGroup ¶ added in v1.61.1488
func (client *Client) CreateOrUpdateSwimmingLaneGroup(request *CreateOrUpdateSwimmingLaneGroupRequest) (response *CreateOrUpdateSwimmingLaneGroupResponse, err error)
CreateOrUpdateSwimmingLaneGroup invokes the mse.CreateOrUpdateSwimmingLaneGroup API synchronously
func (*Client) CreateOrUpdateSwimmingLaneGroupWithCallback ¶ added in v1.61.1488
func (client *Client) CreateOrUpdateSwimmingLaneGroupWithCallback(request *CreateOrUpdateSwimmingLaneGroupRequest, callback func(response *CreateOrUpdateSwimmingLaneGroupResponse, err error)) <-chan int
CreateOrUpdateSwimmingLaneGroupWithCallback invokes the mse.CreateOrUpdateSwimmingLaneGroup API asynchronously
func (*Client) CreateOrUpdateSwimmingLaneGroupWithChan ¶ added in v1.61.1488
func (client *Client) CreateOrUpdateSwimmingLaneGroupWithChan(request *CreateOrUpdateSwimmingLaneGroupRequest) (<-chan *CreateOrUpdateSwimmingLaneGroupResponse, <-chan error)
CreateOrUpdateSwimmingLaneGroupWithChan invokes the mse.CreateOrUpdateSwimmingLaneGroup API asynchronously
func (*Client) CreateOrUpdateSwimmingLaneWithCallback ¶ added in v1.61.1488
func (client *Client) CreateOrUpdateSwimmingLaneWithCallback(request *CreateOrUpdateSwimmingLaneRequest, callback func(response *CreateOrUpdateSwimmingLaneResponse, err error)) <-chan int
CreateOrUpdateSwimmingLaneWithCallback invokes the mse.CreateOrUpdateSwimmingLane API asynchronously
func (*Client) CreateOrUpdateSwimmingLaneWithChan ¶ added in v1.61.1488
func (client *Client) CreateOrUpdateSwimmingLaneWithChan(request *CreateOrUpdateSwimmingLaneRequest) (<-chan *CreateOrUpdateSwimmingLaneResponse, <-chan error)
CreateOrUpdateSwimmingLaneWithChan invokes the mse.CreateOrUpdateSwimmingLane API asynchronously
func (*Client) CreateZnode ¶
func (client *Client) CreateZnode(request *CreateZnodeRequest) (response *CreateZnodeResponse, err error)
CreateZnode invokes the mse.CreateZnode API synchronously
func (*Client) CreateZnodeWithCallback ¶
func (client *Client) CreateZnodeWithCallback(request *CreateZnodeRequest, callback func(response *CreateZnodeResponse, err error)) <-chan int
CreateZnodeWithCallback invokes the mse.CreateZnode API asynchronously
func (*Client) CreateZnodeWithChan ¶
func (client *Client) CreateZnodeWithChan(request *CreateZnodeRequest) (<-chan *CreateZnodeResponse, <-chan error)
CreateZnodeWithChan invokes the mse.CreateZnode API asynchronously
func (*Client) DeleteAuthResource ¶ added in v1.61.1450
func (client *Client) DeleteAuthResource(request *DeleteAuthResourceRequest) (response *DeleteAuthResourceResponse, err error)
DeleteAuthResource invokes the mse.DeleteAuthResource API synchronously
func (*Client) DeleteAuthResourceWithCallback ¶ added in v1.61.1450
func (client *Client) DeleteAuthResourceWithCallback(request *DeleteAuthResourceRequest, callback func(response *DeleteAuthResourceResponse, err error)) <-chan int
DeleteAuthResourceWithCallback invokes the mse.DeleteAuthResource API asynchronously
func (*Client) DeleteAuthResourceWithChan ¶ added in v1.61.1450
func (client *Client) DeleteAuthResourceWithChan(request *DeleteAuthResourceRequest) (<-chan *DeleteAuthResourceResponse, <-chan error)
DeleteAuthResourceWithChan invokes the mse.DeleteAuthResource API asynchronously
func (*Client) DeleteCluster ¶
func (client *Client) DeleteCluster(request *DeleteClusterRequest) (response *DeleteClusterResponse, err error)
DeleteCluster invokes the mse.DeleteCluster API synchronously
func (*Client) DeleteClusterWithCallback ¶
func (client *Client) DeleteClusterWithCallback(request *DeleteClusterRequest, callback func(response *DeleteClusterResponse, err error)) <-chan int
DeleteClusterWithCallback invokes the mse.DeleteCluster API asynchronously
func (*Client) DeleteClusterWithChan ¶
func (client *Client) DeleteClusterWithChan(request *DeleteClusterRequest) (<-chan *DeleteClusterResponse, <-chan error)
DeleteClusterWithChan invokes the mse.DeleteCluster API asynchronously
func (*Client) DeleteEngineNamespace ¶
func (client *Client) DeleteEngineNamespace(request *DeleteEngineNamespaceRequest) (response *DeleteEngineNamespaceResponse, err error)
DeleteEngineNamespace invokes the mse.DeleteEngineNamespace API synchronously
func (*Client) DeleteEngineNamespaceWithCallback ¶
func (client *Client) DeleteEngineNamespaceWithCallback(request *DeleteEngineNamespaceRequest, callback func(response *DeleteEngineNamespaceResponse, err error)) <-chan int
DeleteEngineNamespaceWithCallback invokes the mse.DeleteEngineNamespace API asynchronously
func (*Client) DeleteEngineNamespaceWithChan ¶
func (client *Client) DeleteEngineNamespaceWithChan(request *DeleteEngineNamespaceRequest) (<-chan *DeleteEngineNamespaceResponse, <-chan error)
DeleteEngineNamespaceWithChan invokes the mse.DeleteEngineNamespace API asynchronously
func (*Client) DeleteGateway ¶ added in v1.61.1450
func (client *Client) DeleteGateway(request *DeleteGatewayRequest) (response *DeleteGatewayResponse, err error)
DeleteGateway invokes the mse.DeleteGateway API synchronously
func (*Client) DeleteGatewayDomain ¶ added in v1.61.1450
func (client *Client) DeleteGatewayDomain(request *DeleteGatewayDomainRequest) (response *DeleteGatewayDomainResponse, err error)
DeleteGatewayDomain invokes the mse.DeleteGatewayDomain API synchronously
func (*Client) DeleteGatewayDomainWithCallback ¶ added in v1.61.1450
func (client *Client) DeleteGatewayDomainWithCallback(request *DeleteGatewayDomainRequest, callback func(response *DeleteGatewayDomainResponse, err error)) <-chan int
DeleteGatewayDomainWithCallback invokes the mse.DeleteGatewayDomain API asynchronously
func (*Client) DeleteGatewayDomainWithChan ¶ added in v1.61.1450
func (client *Client) DeleteGatewayDomainWithChan(request *DeleteGatewayDomainRequest) (<-chan *DeleteGatewayDomainResponse, <-chan error)
DeleteGatewayDomainWithChan invokes the mse.DeleteGatewayDomain API asynchronously
func (*Client) DeleteGatewayRoute ¶ added in v1.61.1488
func (client *Client) DeleteGatewayRoute(request *DeleteGatewayRouteRequest) (response *DeleteGatewayRouteResponse, err error)
DeleteGatewayRoute invokes the mse.DeleteGatewayRoute API synchronously
func (*Client) DeleteGatewayRouteWithCallback ¶ added in v1.61.1488
func (client *Client) DeleteGatewayRouteWithCallback(request *DeleteGatewayRouteRequest, callback func(response *DeleteGatewayRouteResponse, err error)) <-chan int
DeleteGatewayRouteWithCallback invokes the mse.DeleteGatewayRoute API asynchronously
func (*Client) DeleteGatewayRouteWithChan ¶ added in v1.61.1488
func (client *Client) DeleteGatewayRouteWithChan(request *DeleteGatewayRouteRequest) (<-chan *DeleteGatewayRouteResponse, <-chan error)
DeleteGatewayRouteWithChan invokes the mse.DeleteGatewayRoute API asynchronously
func (*Client) DeleteGatewayService ¶ added in v1.61.1581
func (client *Client) DeleteGatewayService(request *DeleteGatewayServiceRequest) (response *DeleteGatewayServiceResponse, err error)
DeleteGatewayService invokes the mse.DeleteGatewayService API synchronously
func (*Client) DeleteGatewayServiceVersion ¶ added in v1.61.1450
func (client *Client) DeleteGatewayServiceVersion(request *DeleteGatewayServiceVersionRequest) (response *DeleteGatewayServiceVersionResponse, err error)
DeleteGatewayServiceVersion invokes the mse.DeleteGatewayServiceVersion API synchronously
func (*Client) DeleteGatewayServiceVersionWithCallback ¶ added in v1.61.1450
func (client *Client) DeleteGatewayServiceVersionWithCallback(request *DeleteGatewayServiceVersionRequest, callback func(response *DeleteGatewayServiceVersionResponse, err error)) <-chan int
DeleteGatewayServiceVersionWithCallback invokes the mse.DeleteGatewayServiceVersion API asynchronously
func (*Client) DeleteGatewayServiceVersionWithChan ¶ added in v1.61.1450
func (client *Client) DeleteGatewayServiceVersionWithChan(request *DeleteGatewayServiceVersionRequest) (<-chan *DeleteGatewayServiceVersionResponse, <-chan error)
DeleteGatewayServiceVersionWithChan invokes the mse.DeleteGatewayServiceVersion API asynchronously
func (*Client) DeleteGatewayServiceWithCallback ¶ added in v1.61.1581
func (client *Client) DeleteGatewayServiceWithCallback(request *DeleteGatewayServiceRequest, callback func(response *DeleteGatewayServiceResponse, err error)) <-chan int
DeleteGatewayServiceWithCallback invokes the mse.DeleteGatewayService API asynchronously
func (*Client) DeleteGatewayServiceWithChan ¶ added in v1.61.1581
func (client *Client) DeleteGatewayServiceWithChan(request *DeleteGatewayServiceRequest) (<-chan *DeleteGatewayServiceResponse, <-chan error)
DeleteGatewayServiceWithChan invokes the mse.DeleteGatewayService API asynchronously
func (*Client) DeleteGatewaySlb ¶ added in v1.61.1450
func (client *Client) DeleteGatewaySlb(request *DeleteGatewaySlbRequest) (response *DeleteGatewaySlbResponse, err error)
DeleteGatewaySlb invokes the mse.DeleteGatewaySlb API synchronously
func (*Client) DeleteGatewaySlbWithCallback ¶ added in v1.61.1450
func (client *Client) DeleteGatewaySlbWithCallback(request *DeleteGatewaySlbRequest, callback func(response *DeleteGatewaySlbResponse, err error)) <-chan int
DeleteGatewaySlbWithCallback invokes the mse.DeleteGatewaySlb API asynchronously
func (*Client) DeleteGatewaySlbWithChan ¶ added in v1.61.1450
func (client *Client) DeleteGatewaySlbWithChan(request *DeleteGatewaySlbRequest) (<-chan *DeleteGatewaySlbResponse, <-chan error)
DeleteGatewaySlbWithChan invokes the mse.DeleteGatewaySlb API asynchronously
func (*Client) DeleteGatewayWithCallback ¶ added in v1.61.1450
func (client *Client) DeleteGatewayWithCallback(request *DeleteGatewayRequest, callback func(response *DeleteGatewayResponse, err error)) <-chan int
DeleteGatewayWithCallback invokes the mse.DeleteGateway API asynchronously
func (*Client) DeleteGatewayWithChan ¶ added in v1.61.1450
func (client *Client) DeleteGatewayWithChan(request *DeleteGatewayRequest) (<-chan *DeleteGatewayResponse, <-chan error)
DeleteGatewayWithChan invokes the mse.DeleteGateway API asynchronously
func (*Client) DeleteMigrationTask ¶ added in v1.62.153
func (client *Client) DeleteMigrationTask(request *DeleteMigrationTaskRequest) (response *DeleteMigrationTaskResponse, err error)
DeleteMigrationTask invokes the mse.DeleteMigrationTask API synchronously
func (*Client) DeleteMigrationTaskWithCallback ¶ added in v1.62.153
func (client *Client) DeleteMigrationTaskWithCallback(request *DeleteMigrationTaskRequest, callback func(response *DeleteMigrationTaskResponse, err error)) <-chan int
DeleteMigrationTaskWithCallback invokes the mse.DeleteMigrationTask API asynchronously
func (*Client) DeleteMigrationTaskWithChan ¶ added in v1.62.153
func (client *Client) DeleteMigrationTaskWithChan(request *DeleteMigrationTaskRequest) (<-chan *DeleteMigrationTaskResponse, <-chan error)
DeleteMigrationTaskWithChan invokes the mse.DeleteMigrationTask API asynchronously
func (*Client) DeleteNacosConfig ¶
func (client *Client) DeleteNacosConfig(request *DeleteNacosConfigRequest) (response *DeleteNacosConfigResponse, err error)
DeleteNacosConfig invokes the mse.DeleteNacosConfig API synchronously
func (*Client) DeleteNacosConfigWithCallback ¶
func (client *Client) DeleteNacosConfigWithCallback(request *DeleteNacosConfigRequest, callback func(response *DeleteNacosConfigResponse, err error)) <-chan int
DeleteNacosConfigWithCallback invokes the mse.DeleteNacosConfig API asynchronously
func (*Client) DeleteNacosConfigWithChan ¶
func (client *Client) DeleteNacosConfigWithChan(request *DeleteNacosConfigRequest) (<-chan *DeleteNacosConfigResponse, <-chan error)
DeleteNacosConfigWithChan invokes the mse.DeleteNacosConfig API asynchronously
func (*Client) DeleteNacosConfigs ¶
func (client *Client) DeleteNacosConfigs(request *DeleteNacosConfigsRequest) (response *DeleteNacosConfigsResponse, err error)
DeleteNacosConfigs invokes the mse.DeleteNacosConfigs API synchronously
func (*Client) DeleteNacosConfigsWithCallback ¶
func (client *Client) DeleteNacosConfigsWithCallback(request *DeleteNacosConfigsRequest, callback func(response *DeleteNacosConfigsResponse, err error)) <-chan int
DeleteNacosConfigsWithCallback invokes the mse.DeleteNacosConfigs API asynchronously
func (*Client) DeleteNacosConfigsWithChan ¶
func (client *Client) DeleteNacosConfigsWithChan(request *DeleteNacosConfigsRequest) (<-chan *DeleteNacosConfigsResponse, <-chan error)
DeleteNacosConfigsWithChan invokes the mse.DeleteNacosConfigs API asynchronously
func (*Client) DeleteNacosInstance ¶ added in v1.61.1488
func (client *Client) DeleteNacosInstance(request *DeleteNacosInstanceRequest) (response *DeleteNacosInstanceResponse, err error)
DeleteNacosInstance invokes the mse.DeleteNacosInstance API synchronously
func (*Client) DeleteNacosInstanceWithCallback ¶ added in v1.61.1488
func (client *Client) DeleteNacosInstanceWithCallback(request *DeleteNacosInstanceRequest, callback func(response *DeleteNacosInstanceResponse, err error)) <-chan int
DeleteNacosInstanceWithCallback invokes the mse.DeleteNacosInstance API asynchronously
func (*Client) DeleteNacosInstanceWithChan ¶ added in v1.61.1488
func (client *Client) DeleteNacosInstanceWithChan(request *DeleteNacosInstanceRequest) (<-chan *DeleteNacosInstanceResponse, <-chan error)
DeleteNacosInstanceWithChan invokes the mse.DeleteNacosInstance API asynchronously
func (*Client) DeleteNacosService ¶ added in v1.61.998
func (client *Client) DeleteNacosService(request *DeleteNacosServiceRequest) (response *DeleteNacosServiceResponse, err error)
DeleteNacosService invokes the mse.DeleteNacosService API synchronously
func (*Client) DeleteNacosServiceWithCallback ¶ added in v1.61.998
func (client *Client) DeleteNacosServiceWithCallback(request *DeleteNacosServiceRequest, callback func(response *DeleteNacosServiceResponse, err error)) <-chan int
DeleteNacosServiceWithCallback invokes the mse.DeleteNacosService API asynchronously
func (*Client) DeleteNacosServiceWithChan ¶ added in v1.61.998
func (client *Client) DeleteNacosServiceWithChan(request *DeleteNacosServiceRequest) (<-chan *DeleteNacosServiceResponse, <-chan error)
DeleteNacosServiceWithChan invokes the mse.DeleteNacosService API asynchronously
func (*Client) DeleteSecurityGroupRule ¶ added in v1.61.1581
func (client *Client) DeleteSecurityGroupRule(request *DeleteSecurityGroupRuleRequest) (response *DeleteSecurityGroupRuleResponse, err error)
DeleteSecurityGroupRule invokes the mse.DeleteSecurityGroupRule API synchronously
func (*Client) DeleteSecurityGroupRuleWithCallback ¶ added in v1.61.1581
func (client *Client) DeleteSecurityGroupRuleWithCallback(request *DeleteSecurityGroupRuleRequest, callback func(response *DeleteSecurityGroupRuleResponse, err error)) <-chan int
DeleteSecurityGroupRuleWithCallback invokes the mse.DeleteSecurityGroupRule API asynchronously
func (*Client) DeleteSecurityGroupRuleWithChan ¶ added in v1.61.1581
func (client *Client) DeleteSecurityGroupRuleWithChan(request *DeleteSecurityGroupRuleRequest) (<-chan *DeleteSecurityGroupRuleResponse, <-chan error)
DeleteSecurityGroupRuleWithChan invokes the mse.DeleteSecurityGroupRule API asynchronously
func (*Client) DeleteServiceSource ¶ added in v1.61.1450
func (client *Client) DeleteServiceSource(request *DeleteServiceSourceRequest) (response *DeleteServiceSourceResponse, err error)
DeleteServiceSource invokes the mse.DeleteServiceSource API synchronously
func (*Client) DeleteServiceSourceWithCallback ¶ added in v1.61.1450
func (client *Client) DeleteServiceSourceWithCallback(request *DeleteServiceSourceRequest, callback func(response *DeleteServiceSourceResponse, err error)) <-chan int
DeleteServiceSourceWithCallback invokes the mse.DeleteServiceSource API asynchronously
func (*Client) DeleteServiceSourceWithChan ¶ added in v1.61.1450
func (client *Client) DeleteServiceSourceWithChan(request *DeleteServiceSourceRequest) (<-chan *DeleteServiceSourceResponse, <-chan error)
DeleteServiceSourceWithChan invokes the mse.DeleteServiceSource API asynchronously
func (*Client) DeleteSwimmingLane ¶ added in v1.61.1488
func (client *Client) DeleteSwimmingLane(request *DeleteSwimmingLaneRequest) (response *DeleteSwimmingLaneResponse, err error)
DeleteSwimmingLane invokes the mse.DeleteSwimmingLane API synchronously
func (*Client) DeleteSwimmingLaneGroup ¶ added in v1.61.1488
func (client *Client) DeleteSwimmingLaneGroup(request *DeleteSwimmingLaneGroupRequest) (response *DeleteSwimmingLaneGroupResponse, err error)
DeleteSwimmingLaneGroup invokes the mse.DeleteSwimmingLaneGroup API synchronously
func (*Client) DeleteSwimmingLaneGroupWithCallback ¶ added in v1.61.1488
func (client *Client) DeleteSwimmingLaneGroupWithCallback(request *DeleteSwimmingLaneGroupRequest, callback func(response *DeleteSwimmingLaneGroupResponse, err error)) <-chan int
DeleteSwimmingLaneGroupWithCallback invokes the mse.DeleteSwimmingLaneGroup API asynchronously
func (*Client) DeleteSwimmingLaneGroupWithChan ¶ added in v1.61.1488
func (client *Client) DeleteSwimmingLaneGroupWithChan(request *DeleteSwimmingLaneGroupRequest) (<-chan *DeleteSwimmingLaneGroupResponse, <-chan error)
DeleteSwimmingLaneGroupWithChan invokes the mse.DeleteSwimmingLaneGroup API asynchronously
func (*Client) DeleteSwimmingLaneWithCallback ¶ added in v1.61.1488
func (client *Client) DeleteSwimmingLaneWithCallback(request *DeleteSwimmingLaneRequest, callback func(response *DeleteSwimmingLaneResponse, err error)) <-chan int
DeleteSwimmingLaneWithCallback invokes the mse.DeleteSwimmingLane API asynchronously
func (*Client) DeleteSwimmingLaneWithChan ¶ added in v1.61.1488
func (client *Client) DeleteSwimmingLaneWithChan(request *DeleteSwimmingLaneRequest) (<-chan *DeleteSwimmingLaneResponse, <-chan error)
DeleteSwimmingLaneWithChan invokes the mse.DeleteSwimmingLane API asynchronously
func (*Client) DeleteZnode ¶
func (client *Client) DeleteZnode(request *DeleteZnodeRequest) (response *DeleteZnodeResponse, err error)
DeleteZnode invokes the mse.DeleteZnode API synchronously
func (*Client) DeleteZnodeWithCallback ¶
func (client *Client) DeleteZnodeWithCallback(request *DeleteZnodeRequest, callback func(response *DeleteZnodeResponse, err error)) <-chan int
DeleteZnodeWithCallback invokes the mse.DeleteZnode API asynchronously
func (*Client) DeleteZnodeWithChan ¶
func (client *Client) DeleteZnodeWithChan(request *DeleteZnodeRequest) (<-chan *DeleteZnodeResponse, <-chan error)
DeleteZnodeWithChan invokes the mse.DeleteZnode API asynchronously
func (*Client) ExportNacosConfig ¶ added in v1.61.998
func (client *Client) ExportNacosConfig(request *ExportNacosConfigRequest) (response *ExportNacosConfigResponse, err error)
ExportNacosConfig invokes the mse.ExportNacosConfig API synchronously
func (*Client) ExportNacosConfigWithCallback ¶ added in v1.61.998
func (client *Client) ExportNacosConfigWithCallback(request *ExportNacosConfigRequest, callback func(response *ExportNacosConfigResponse, err error)) <-chan int
ExportNacosConfigWithCallback invokes the mse.ExportNacosConfig API asynchronously
func (*Client) ExportNacosConfigWithChan ¶ added in v1.61.998
func (client *Client) ExportNacosConfigWithChan(request *ExportNacosConfigRequest) (<-chan *ExportNacosConfigResponse, <-chan error)
ExportNacosConfigWithChan invokes the mse.ExportNacosConfig API asynchronously
func (*Client) GetAppMessageQueueRoute ¶ added in v1.61.1581
func (client *Client) GetAppMessageQueueRoute(request *GetAppMessageQueueRouteRequest) (response *GetAppMessageQueueRouteResponse, err error)
GetAppMessageQueueRoute invokes the mse.GetAppMessageQueueRoute API synchronously
func (*Client) GetAppMessageQueueRouteWithCallback ¶ added in v1.61.1581
func (client *Client) GetAppMessageQueueRouteWithCallback(request *GetAppMessageQueueRouteRequest, callback func(response *GetAppMessageQueueRouteResponse, err error)) <-chan int
GetAppMessageQueueRouteWithCallback invokes the mse.GetAppMessageQueueRoute API asynchronously
func (*Client) GetAppMessageQueueRouteWithChan ¶ added in v1.61.1581
func (client *Client) GetAppMessageQueueRouteWithChan(request *GetAppMessageQueueRouteRequest) (<-chan *GetAppMessageQueueRouteResponse, <-chan error)
GetAppMessageQueueRouteWithChan invokes the mse.GetAppMessageQueueRoute API asynchronously
func (*Client) GetApplicationList ¶ added in v1.61.1581
func (client *Client) GetApplicationList(request *GetApplicationListRequest) (response *GetApplicationListResponse, err error)
GetApplicationList invokes the mse.GetApplicationList API synchronously
func (*Client) GetApplicationListWithCallback ¶ added in v1.61.1581
func (client *Client) GetApplicationListWithCallback(request *GetApplicationListRequest, callback func(response *GetApplicationListResponse, err error)) <-chan int
GetApplicationListWithCallback invokes the mse.GetApplicationList API asynchronously
func (*Client) GetApplicationListWithChan ¶ added in v1.61.1581
func (client *Client) GetApplicationListWithChan(request *GetApplicationListRequest) (<-chan *GetApplicationListResponse, <-chan error)
GetApplicationListWithChan invokes the mse.GetApplicationList API asynchronously
func (*Client) GetApplicationListWithMetircs ¶ added in v1.62.153
func (client *Client) GetApplicationListWithMetircs(request *GetApplicationListWithMetircsRequest) (response *GetApplicationListWithMetircsResponse, err error)
GetApplicationListWithMetircs invokes the mse.GetApplicationListWithMetircs API synchronously
func (*Client) GetApplicationListWithMetircsWithCallback ¶ added in v1.62.153
func (client *Client) GetApplicationListWithMetircsWithCallback(request *GetApplicationListWithMetircsRequest, callback func(response *GetApplicationListWithMetircsResponse, err error)) <-chan int
GetApplicationListWithMetircsWithCallback invokes the mse.GetApplicationListWithMetircs API asynchronously
func (*Client) GetApplicationListWithMetircsWithChan ¶ added in v1.62.153
func (client *Client) GetApplicationListWithMetircsWithChan(request *GetApplicationListWithMetircsRequest) (<-chan *GetApplicationListWithMetircsResponse, <-chan error)
GetApplicationListWithMetircsWithChan invokes the mse.GetApplicationListWithMetircs API asynchronously
func (*Client) GetBlackWhiteList ¶ added in v1.61.1450
func (client *Client) GetBlackWhiteList(request *GetBlackWhiteListRequest) (response *GetBlackWhiteListResponse, err error)
GetBlackWhiteList invokes the mse.GetBlackWhiteList API synchronously
func (*Client) GetBlackWhiteListWithCallback ¶ added in v1.61.1450
func (client *Client) GetBlackWhiteListWithCallback(request *GetBlackWhiteListRequest, callback func(response *GetBlackWhiteListResponse, err error)) <-chan int
GetBlackWhiteListWithCallback invokes the mse.GetBlackWhiteList API asynchronously
func (*Client) GetBlackWhiteListWithChan ¶ added in v1.61.1450
func (client *Client) GetBlackWhiteListWithChan(request *GetBlackWhiteListRequest) (<-chan *GetBlackWhiteListResponse, <-chan error)
GetBlackWhiteListWithChan invokes the mse.GetBlackWhiteList API asynchronously
func (*Client) GetEngineNamepace ¶
func (client *Client) GetEngineNamepace(request *GetEngineNamepaceRequest) (response *GetEngineNamepaceResponse, err error)
GetEngineNamepace invokes the mse.GetEngineNamepace API synchronously
func (*Client) GetEngineNamepaceWithCallback ¶
func (client *Client) GetEngineNamepaceWithCallback(request *GetEngineNamepaceRequest, callback func(response *GetEngineNamepaceResponse, err error)) <-chan int
GetEngineNamepaceWithCallback invokes the mse.GetEngineNamepace API asynchronously
func (*Client) GetEngineNamepaceWithChan ¶
func (client *Client) GetEngineNamepaceWithChan(request *GetEngineNamepaceRequest) (<-chan *GetEngineNamepaceResponse, <-chan error)
GetEngineNamepaceWithChan invokes the mse.GetEngineNamepace API asynchronously
func (*Client) GetGateway ¶ added in v1.61.1344
func (client *Client) GetGateway(request *GetGatewayRequest) (response *GetGatewayResponse, err error)
GetGateway invokes the mse.GetGateway API synchronously
func (*Client) GetGatewayDomainDetail ¶ added in v1.61.1450
func (client *Client) GetGatewayDomainDetail(request *GetGatewayDomainDetailRequest) (response *GetGatewayDomainDetailResponse, err error)
GetGatewayDomainDetail invokes the mse.GetGatewayDomainDetail API synchronously
func (*Client) GetGatewayDomainDetailWithCallback ¶ added in v1.61.1450
func (client *Client) GetGatewayDomainDetailWithCallback(request *GetGatewayDomainDetailRequest, callback func(response *GetGatewayDomainDetailResponse, err error)) <-chan int
GetGatewayDomainDetailWithCallback invokes the mse.GetGatewayDomainDetail API asynchronously
func (*Client) GetGatewayDomainDetailWithChan ¶ added in v1.61.1450
func (client *Client) GetGatewayDomainDetailWithChan(request *GetGatewayDomainDetailRequest) (<-chan *GetGatewayDomainDetailResponse, <-chan error)
GetGatewayDomainDetailWithChan invokes the mse.GetGatewayDomainDetail API asynchronously
func (*Client) GetGatewayOption ¶ added in v1.61.1344
func (client *Client) GetGatewayOption(request *GetGatewayOptionRequest) (response *GetGatewayOptionResponse, err error)
GetGatewayOption invokes the mse.GetGatewayOption API synchronously
func (*Client) GetGatewayOptionWithCallback ¶ added in v1.61.1344
func (client *Client) GetGatewayOptionWithCallback(request *GetGatewayOptionRequest, callback func(response *GetGatewayOptionResponse, err error)) <-chan int
GetGatewayOptionWithCallback invokes the mse.GetGatewayOption API asynchronously
func (*Client) GetGatewayOptionWithChan ¶ added in v1.61.1344
func (client *Client) GetGatewayOptionWithChan(request *GetGatewayOptionRequest) (<-chan *GetGatewayOptionResponse, <-chan error)
GetGatewayOptionWithChan invokes the mse.GetGatewayOption API asynchronously
func (*Client) GetGatewayRouteDetail ¶ added in v1.61.1488
func (client *Client) GetGatewayRouteDetail(request *GetGatewayRouteDetailRequest) (response *GetGatewayRouteDetailResponse, err error)
GetGatewayRouteDetail invokes the mse.GetGatewayRouteDetail API synchronously
func (*Client) GetGatewayRouteDetailWithCallback ¶ added in v1.61.1488
func (client *Client) GetGatewayRouteDetailWithCallback(request *GetGatewayRouteDetailRequest, callback func(response *GetGatewayRouteDetailResponse, err error)) <-chan int
GetGatewayRouteDetailWithCallback invokes the mse.GetGatewayRouteDetail API asynchronously
func (*Client) GetGatewayRouteDetailWithChan ¶ added in v1.61.1488
func (client *Client) GetGatewayRouteDetailWithChan(request *GetGatewayRouteDetailRequest) (<-chan *GetGatewayRouteDetailResponse, <-chan error)
GetGatewayRouteDetailWithChan invokes the mse.GetGatewayRouteDetail API asynchronously
func (*Client) GetGatewayServiceDetail ¶ added in v1.61.1450
func (client *Client) GetGatewayServiceDetail(request *GetGatewayServiceDetailRequest) (response *GetGatewayServiceDetailResponse, err error)
GetGatewayServiceDetail invokes the mse.GetGatewayServiceDetail API synchronously
func (*Client) GetGatewayServiceDetailWithCallback ¶ added in v1.61.1450
func (client *Client) GetGatewayServiceDetailWithCallback(request *GetGatewayServiceDetailRequest, callback func(response *GetGatewayServiceDetailResponse, err error)) <-chan int
GetGatewayServiceDetailWithCallback invokes the mse.GetGatewayServiceDetail API asynchronously
func (*Client) GetGatewayServiceDetailWithChan ¶ added in v1.61.1450
func (client *Client) GetGatewayServiceDetailWithChan(request *GetGatewayServiceDetailRequest) (<-chan *GetGatewayServiceDetailResponse, <-chan error)
GetGatewayServiceDetailWithChan invokes the mse.GetGatewayServiceDetail API asynchronously
func (*Client) GetGatewayWithCallback ¶ added in v1.61.1344
func (client *Client) GetGatewayWithCallback(request *GetGatewayRequest, callback func(response *GetGatewayResponse, err error)) <-chan int
GetGatewayWithCallback invokes the mse.GetGateway API asynchronously
func (*Client) GetGatewayWithChan ¶ added in v1.61.1344
func (client *Client) GetGatewayWithChan(request *GetGatewayRequest) (<-chan *GetGatewayResponse, <-chan error)
GetGatewayWithChan invokes the mse.GetGateway API asynchronously
func (*Client) GetGovernanceKubernetesCluster ¶ added in v1.61.1344
func (client *Client) GetGovernanceKubernetesCluster(request *GetGovernanceKubernetesClusterRequest) (response *GetGovernanceKubernetesClusterResponse, err error)
GetGovernanceKubernetesCluster invokes the mse.GetGovernanceKubernetesCluster API synchronously
func (*Client) GetGovernanceKubernetesClusterWithCallback ¶ added in v1.61.1344
func (client *Client) GetGovernanceKubernetesClusterWithCallback(request *GetGovernanceKubernetesClusterRequest, callback func(response *GetGovernanceKubernetesClusterResponse, err error)) <-chan int
GetGovernanceKubernetesClusterWithCallback invokes the mse.GetGovernanceKubernetesCluster API asynchronously
func (*Client) GetGovernanceKubernetesClusterWithChan ¶ added in v1.61.1344
func (client *Client) GetGovernanceKubernetesClusterWithChan(request *GetGovernanceKubernetesClusterRequest) (<-chan *GetGovernanceKubernetesClusterResponse, <-chan error)
GetGovernanceKubernetesClusterWithChan invokes the mse.GetGovernanceKubernetesCluster API asynchronously
func (*Client) GetImage ¶ added in v1.61.1344
func (client *Client) GetImage(request *GetImageRequest) (response *GetImageResponse, err error)
GetImage invokes the mse.GetImage API synchronously
func (*Client) GetImageWithCallback ¶ added in v1.61.1344
func (client *Client) GetImageWithCallback(request *GetImageRequest, callback func(response *GetImageResponse, err error)) <-chan int
GetImageWithCallback invokes the mse.GetImage API asynchronously
func (*Client) GetImageWithChan ¶ added in v1.61.1344
func (client *Client) GetImageWithChan(request *GetImageRequest) (<-chan *GetImageResponse, <-chan error)
GetImageWithChan invokes the mse.GetImage API asynchronously
func (*Client) GetImportFileUrl ¶ added in v1.61.998
func (client *Client) GetImportFileUrl(request *GetImportFileUrlRequest) (response *GetImportFileUrlResponse, err error)
GetImportFileUrl invokes the mse.GetImportFileUrl API synchronously
func (*Client) GetImportFileUrlWithCallback ¶ added in v1.61.998
func (client *Client) GetImportFileUrlWithCallback(request *GetImportFileUrlRequest, callback func(response *GetImportFileUrlResponse, err error)) <-chan int
GetImportFileUrlWithCallback invokes the mse.GetImportFileUrl API asynchronously
func (*Client) GetImportFileUrlWithChan ¶ added in v1.61.998
func (client *Client) GetImportFileUrlWithChan(request *GetImportFileUrlRequest) (<-chan *GetImportFileUrlResponse, <-chan error)
GetImportFileUrlWithChan invokes the mse.GetImportFileUrl API asynchronously
func (*Client) GetKubernetesSource ¶ added in v1.61.1450
func (client *Client) GetKubernetesSource(request *GetKubernetesSourceRequest) (response *GetKubernetesSourceResponse, err error)
GetKubernetesSource invokes the mse.GetKubernetesSource API synchronously
func (*Client) GetKubernetesSourceWithCallback ¶ added in v1.61.1450
func (client *Client) GetKubernetesSourceWithCallback(request *GetKubernetesSourceRequest, callback func(response *GetKubernetesSourceResponse, err error)) <-chan int
GetKubernetesSourceWithCallback invokes the mse.GetKubernetesSource API asynchronously
func (*Client) GetKubernetesSourceWithChan ¶ added in v1.61.1450
func (client *Client) GetKubernetesSourceWithChan(request *GetKubernetesSourceRequest) (<-chan *GetKubernetesSourceResponse, <-chan error)
GetKubernetesSourceWithChan invokes the mse.GetKubernetesSource API asynchronously
func (*Client) GetMseFeatureSwitch ¶ added in v1.61.1344
func (client *Client) GetMseFeatureSwitch(request *GetMseFeatureSwitchRequest) (response *GetMseFeatureSwitchResponse, err error)
GetMseFeatureSwitch invokes the mse.GetMseFeatureSwitch API synchronously
func (*Client) GetMseFeatureSwitchWithCallback ¶ added in v1.61.1344
func (client *Client) GetMseFeatureSwitchWithCallback(request *GetMseFeatureSwitchRequest, callback func(response *GetMseFeatureSwitchResponse, err error)) <-chan int
GetMseFeatureSwitchWithCallback invokes the mse.GetMseFeatureSwitch API asynchronously
func (*Client) GetMseFeatureSwitchWithChan ¶ added in v1.61.1344
func (client *Client) GetMseFeatureSwitchWithChan(request *GetMseFeatureSwitchRequest) (<-chan *GetMseFeatureSwitchResponse, <-chan error)
GetMseFeatureSwitchWithChan invokes the mse.GetMseFeatureSwitch API asynchronously
func (*Client) GetMseSource ¶ added in v1.61.1450
func (client *Client) GetMseSource(request *GetMseSourceRequest) (response *GetMseSourceResponse, err error)
GetMseSource invokes the mse.GetMseSource API synchronously
func (*Client) GetMseSourceWithCallback ¶ added in v1.61.1450
func (client *Client) GetMseSourceWithCallback(request *GetMseSourceRequest, callback func(response *GetMseSourceResponse, err error)) <-chan int
GetMseSourceWithCallback invokes the mse.GetMseSource API asynchronously
func (*Client) GetMseSourceWithChan ¶ added in v1.61.1450
func (client *Client) GetMseSourceWithChan(request *GetMseSourceRequest) (<-chan *GetMseSourceResponse, <-chan error)
GetMseSourceWithChan invokes the mse.GetMseSource API asynchronously
func (*Client) GetNacosConfig ¶
func (client *Client) GetNacosConfig(request *GetNacosConfigRequest) (response *GetNacosConfigResponse, err error)
GetNacosConfig invokes the mse.GetNacosConfig API synchronously
func (*Client) GetNacosConfigWithCallback ¶
func (client *Client) GetNacosConfigWithCallback(request *GetNacosConfigRequest, callback func(response *GetNacosConfigResponse, err error)) <-chan int
GetNacosConfigWithCallback invokes the mse.GetNacosConfig API asynchronously
func (*Client) GetNacosConfigWithChan ¶
func (client *Client) GetNacosConfigWithChan(request *GetNacosConfigRequest) (<-chan *GetNacosConfigResponse, <-chan error)
GetNacosConfigWithChan invokes the mse.GetNacosConfig API asynchronously
func (*Client) GetNacosHistoryConfig ¶
func (client *Client) GetNacosHistoryConfig(request *GetNacosHistoryConfigRequest) (response *GetNacosHistoryConfigResponse, err error)
GetNacosHistoryConfig invokes the mse.GetNacosHistoryConfig API synchronously
func (*Client) GetNacosHistoryConfigWithCallback ¶
func (client *Client) GetNacosHistoryConfigWithCallback(request *GetNacosHistoryConfigRequest, callback func(response *GetNacosHistoryConfigResponse, err error)) <-chan int
GetNacosHistoryConfigWithCallback invokes the mse.GetNacosHistoryConfig API asynchronously
func (*Client) GetNacosHistoryConfigWithChan ¶
func (client *Client) GetNacosHistoryConfigWithChan(request *GetNacosHistoryConfigRequest) (<-chan *GetNacosHistoryConfigResponse, <-chan error)
GetNacosHistoryConfigWithChan invokes the mse.GetNacosHistoryConfig API asynchronously
func (*Client) GetOverview ¶ added in v1.61.998
func (client *Client) GetOverview(request *GetOverviewRequest) (response *GetOverviewResponse, err error)
GetOverview invokes the mse.GetOverview API synchronously
func (*Client) GetOverviewWithCallback ¶ added in v1.61.998
func (client *Client) GetOverviewWithCallback(request *GetOverviewRequest, callback func(response *GetOverviewResponse, err error)) <-chan int
GetOverviewWithCallback invokes the mse.GetOverview API asynchronously
func (*Client) GetOverviewWithChan ¶ added in v1.61.998
func (client *Client) GetOverviewWithChan(request *GetOverviewRequest) (<-chan *GetOverviewResponse, <-chan error)
GetOverviewWithChan invokes the mse.GetOverview API asynchronously
func (*Client) GetPluginConfig ¶ added in v1.62.153
func (client *Client) GetPluginConfig(request *GetPluginConfigRequest) (response *GetPluginConfigResponse, err error)
GetPluginConfig invokes the mse.GetPluginConfig API synchronously
func (*Client) GetPluginConfigWithCallback ¶ added in v1.62.153
func (client *Client) GetPluginConfigWithCallback(request *GetPluginConfigRequest, callback func(response *GetPluginConfigResponse, err error)) <-chan int
GetPluginConfigWithCallback invokes the mse.GetPluginConfig API asynchronously
func (*Client) GetPluginConfigWithChan ¶ added in v1.62.153
func (client *Client) GetPluginConfigWithChan(request *GetPluginConfigRequest) (<-chan *GetPluginConfigResponse, <-chan error)
GetPluginConfigWithChan invokes the mse.GetPluginConfig API asynchronously
func (*Client) GetPlugins ¶ added in v1.62.153
func (client *Client) GetPlugins(request *GetPluginsRequest) (response *GetPluginsResponse, err error)
GetPlugins invokes the mse.GetPlugins API synchronously
func (*Client) GetPluginsWithCallback ¶ added in v1.62.153
func (client *Client) GetPluginsWithCallback(request *GetPluginsRequest, callback func(response *GetPluginsResponse, err error)) <-chan int
GetPluginsWithCallback invokes the mse.GetPlugins API asynchronously
func (*Client) GetPluginsWithChan ¶ added in v1.62.153
func (client *Client) GetPluginsWithChan(request *GetPluginsRequest) (<-chan *GetPluginsResponse, <-chan error)
GetPluginsWithChan invokes the mse.GetPlugins API asynchronously
func (*Client) GetServiceList ¶ added in v1.61.1488
func (client *Client) GetServiceList(request *GetServiceListRequest) (response *GetServiceListResponse, err error)
GetServiceList invokes the mse.GetServiceList API synchronously
func (*Client) GetServiceListWithCallback ¶ added in v1.61.1488
func (client *Client) GetServiceListWithCallback(request *GetServiceListRequest, callback func(response *GetServiceListResponse, err error)) <-chan int
GetServiceListWithCallback invokes the mse.GetServiceList API asynchronously
func (*Client) GetServiceListWithChan ¶ added in v1.61.1488
func (client *Client) GetServiceListWithChan(request *GetServiceListRequest) (<-chan *GetServiceListResponse, <-chan error)
GetServiceListWithChan invokes the mse.GetServiceList API asynchronously
func (*Client) GetServiceListeners ¶ added in v1.62.153
func (client *Client) GetServiceListeners(request *GetServiceListenersRequest) (response *GetServiceListenersResponse, err error)
GetServiceListeners invokes the mse.GetServiceListeners API synchronously
func (*Client) GetServiceListenersWithCallback ¶ added in v1.62.153
func (client *Client) GetServiceListenersWithCallback(request *GetServiceListenersRequest, callback func(response *GetServiceListenersResponse, err error)) <-chan int
GetServiceListenersWithCallback invokes the mse.GetServiceListeners API asynchronously
func (*Client) GetServiceListenersWithChan ¶ added in v1.62.153
func (client *Client) GetServiceListenersWithChan(request *GetServiceListenersRequest) (<-chan *GetServiceListenersResponse, <-chan error)
GetServiceListenersWithChan invokes the mse.GetServiceListeners API asynchronously
func (*Client) GetTagsBySwimmingLaneGroupId ¶ added in v1.61.1488
func (client *Client) GetTagsBySwimmingLaneGroupId(request *GetTagsBySwimmingLaneGroupIdRequest) (response *GetTagsBySwimmingLaneGroupIdResponse, err error)
GetTagsBySwimmingLaneGroupId invokes the mse.GetTagsBySwimmingLaneGroupId API synchronously
func (*Client) GetTagsBySwimmingLaneGroupIdWithCallback ¶ added in v1.61.1488
func (client *Client) GetTagsBySwimmingLaneGroupIdWithCallback(request *GetTagsBySwimmingLaneGroupIdRequest, callback func(response *GetTagsBySwimmingLaneGroupIdResponse, err error)) <-chan int
GetTagsBySwimmingLaneGroupIdWithCallback invokes the mse.GetTagsBySwimmingLaneGroupId API asynchronously
func (*Client) GetTagsBySwimmingLaneGroupIdWithChan ¶ added in v1.61.1488
func (client *Client) GetTagsBySwimmingLaneGroupIdWithChan(request *GetTagsBySwimmingLaneGroupIdRequest) (<-chan *GetTagsBySwimmingLaneGroupIdResponse, <-chan error)
GetTagsBySwimmingLaneGroupIdWithChan invokes the mse.GetTagsBySwimmingLaneGroupId API asynchronously
func (*Client) GetZookeeperDataImportUrl ¶ added in v1.62.153
func (client *Client) GetZookeeperDataImportUrl(request *GetZookeeperDataImportUrlRequest) (response *GetZookeeperDataImportUrlResponse, err error)
GetZookeeperDataImportUrl invokes the mse.GetZookeeperDataImportUrl API synchronously
func (*Client) GetZookeeperDataImportUrlWithCallback ¶ added in v1.62.153
func (client *Client) GetZookeeperDataImportUrlWithCallback(request *GetZookeeperDataImportUrlRequest, callback func(response *GetZookeeperDataImportUrlResponse, err error)) <-chan int
GetZookeeperDataImportUrlWithCallback invokes the mse.GetZookeeperDataImportUrl API asynchronously
func (*Client) GetZookeeperDataImportUrlWithChan ¶ added in v1.62.153
func (client *Client) GetZookeeperDataImportUrlWithChan(request *GetZookeeperDataImportUrlRequest) (<-chan *GetZookeeperDataImportUrlResponse, <-chan error)
GetZookeeperDataImportUrlWithChan invokes the mse.GetZookeeperDataImportUrl API asynchronously
func (*Client) ImportNacosConfig ¶ added in v1.61.998
func (client *Client) ImportNacosConfig(request *ImportNacosConfigRequest) (response *ImportNacosConfigResponse, err error)
ImportNacosConfig invokes the mse.ImportNacosConfig API synchronously
func (*Client) ImportNacosConfigWithCallback ¶ added in v1.61.998
func (client *Client) ImportNacosConfigWithCallback(request *ImportNacosConfigRequest, callback func(response *ImportNacosConfigResponse, err error)) <-chan int
ImportNacosConfigWithCallback invokes the mse.ImportNacosConfig API asynchronously
func (*Client) ImportNacosConfigWithChan ¶ added in v1.61.998
func (client *Client) ImportNacosConfigWithChan(request *ImportNacosConfigRequest) (<-chan *ImportNacosConfigResponse, <-chan error)
ImportNacosConfigWithChan invokes the mse.ImportNacosConfig API asynchronously
func (*Client) ImportServices ¶ added in v1.61.1450
func (client *Client) ImportServices(request *ImportServicesRequest) (response *ImportServicesResponse, err error)
ImportServices invokes the mse.ImportServices API synchronously
func (*Client) ImportServicesWithCallback ¶ added in v1.61.1450
func (client *Client) ImportServicesWithCallback(request *ImportServicesRequest, callback func(response *ImportServicesResponse, err error)) <-chan int
ImportServicesWithCallback invokes the mse.ImportServices API asynchronously
func (*Client) ImportServicesWithChan ¶ added in v1.61.1450
func (client *Client) ImportServicesWithChan(request *ImportServicesRequest) (<-chan *ImportServicesResponse, <-chan error)
ImportServicesWithChan invokes the mse.ImportServices API asynchronously
func (*Client) ImportZookeeperData ¶ added in v1.62.153
func (client *Client) ImportZookeeperData(request *ImportZookeeperDataRequest) (response *ImportZookeeperDataResponse, err error)
ImportZookeeperData invokes the mse.ImportZookeeperData API synchronously
func (*Client) ImportZookeeperDataWithCallback ¶ added in v1.62.153
func (client *Client) ImportZookeeperDataWithCallback(request *ImportZookeeperDataRequest, callback func(response *ImportZookeeperDataResponse, err error)) <-chan int
ImportZookeeperDataWithCallback invokes the mse.ImportZookeeperData API asynchronously
func (*Client) ImportZookeeperDataWithChan ¶ added in v1.62.153
func (client *Client) ImportZookeeperDataWithChan(request *ImportZookeeperDataRequest) (<-chan *ImportZookeeperDataResponse, <-chan error)
ImportZookeeperDataWithChan invokes the mse.ImportZookeeperData API asynchronously
func (*Client) ListAnsInstances ¶
func (client *Client) ListAnsInstances(request *ListAnsInstancesRequest) (response *ListAnsInstancesResponse, err error)
ListAnsInstances invokes the mse.ListAnsInstances API synchronously
func (*Client) ListAnsInstancesWithCallback ¶
func (client *Client) ListAnsInstancesWithCallback(request *ListAnsInstancesRequest, callback func(response *ListAnsInstancesResponse, err error)) <-chan int
ListAnsInstancesWithCallback invokes the mse.ListAnsInstances API asynchronously
func (*Client) ListAnsInstancesWithChan ¶
func (client *Client) ListAnsInstancesWithChan(request *ListAnsInstancesRequest) (<-chan *ListAnsInstancesResponse, <-chan error)
ListAnsInstancesWithChan invokes the mse.ListAnsInstances API asynchronously
func (*Client) ListAnsServiceClusters ¶
func (client *Client) ListAnsServiceClusters(request *ListAnsServiceClustersRequest) (response *ListAnsServiceClustersResponse, err error)
ListAnsServiceClusters invokes the mse.ListAnsServiceClusters API synchronously
func (*Client) ListAnsServiceClustersWithCallback ¶
func (client *Client) ListAnsServiceClustersWithCallback(request *ListAnsServiceClustersRequest, callback func(response *ListAnsServiceClustersResponse, err error)) <-chan int
ListAnsServiceClustersWithCallback invokes the mse.ListAnsServiceClusters API asynchronously
func (*Client) ListAnsServiceClustersWithChan ¶
func (client *Client) ListAnsServiceClustersWithChan(request *ListAnsServiceClustersRequest) (<-chan *ListAnsServiceClustersResponse, <-chan error)
ListAnsServiceClustersWithChan invokes the mse.ListAnsServiceClusters API asynchronously
func (*Client) ListAnsServices ¶
func (client *Client) ListAnsServices(request *ListAnsServicesRequest) (response *ListAnsServicesResponse, err error)
ListAnsServices invokes the mse.ListAnsServices API synchronously
func (*Client) ListAnsServicesWithCallback ¶
func (client *Client) ListAnsServicesWithCallback(request *ListAnsServicesRequest, callback func(response *ListAnsServicesResponse, err error)) <-chan int
ListAnsServicesWithCallback invokes the mse.ListAnsServices API asynchronously
func (*Client) ListAnsServicesWithChan ¶
func (client *Client) ListAnsServicesWithChan(request *ListAnsServicesRequest) (<-chan *ListAnsServicesResponse, <-chan error)
ListAnsServicesWithChan invokes the mse.ListAnsServices API asynchronously
func (*Client) ListAppBySwimmingLaneGroupTag ¶ added in v1.61.1488
func (client *Client) ListAppBySwimmingLaneGroupTag(request *ListAppBySwimmingLaneGroupTagRequest) (response *ListAppBySwimmingLaneGroupTagResponse, err error)
ListAppBySwimmingLaneGroupTag invokes the mse.ListAppBySwimmingLaneGroupTag API synchronously
func (*Client) ListAppBySwimmingLaneGroupTagWithCallback ¶ added in v1.61.1488
func (client *Client) ListAppBySwimmingLaneGroupTagWithCallback(request *ListAppBySwimmingLaneGroupTagRequest, callback func(response *ListAppBySwimmingLaneGroupTagResponse, err error)) <-chan int
ListAppBySwimmingLaneGroupTagWithCallback invokes the mse.ListAppBySwimmingLaneGroupTag API asynchronously
func (*Client) ListAppBySwimmingLaneGroupTagWithChan ¶ added in v1.61.1488
func (client *Client) ListAppBySwimmingLaneGroupTagWithChan(request *ListAppBySwimmingLaneGroupTagRequest) (<-chan *ListAppBySwimmingLaneGroupTagResponse, <-chan error)
ListAppBySwimmingLaneGroupTagWithChan invokes the mse.ListAppBySwimmingLaneGroupTag API asynchronously
func (*Client) ListApplicationsWithTagRules ¶ added in v1.61.1488
func (client *Client) ListApplicationsWithTagRules(request *ListApplicationsWithTagRulesRequest) (response *ListApplicationsWithTagRulesResponse, err error)
ListApplicationsWithTagRules invokes the mse.ListApplicationsWithTagRules API synchronously
func (*Client) ListApplicationsWithTagRulesWithCallback ¶ added in v1.61.1488
func (client *Client) ListApplicationsWithTagRulesWithCallback(request *ListApplicationsWithTagRulesRequest, callback func(response *ListApplicationsWithTagRulesResponse, err error)) <-chan int
ListApplicationsWithTagRulesWithCallback invokes the mse.ListApplicationsWithTagRules API asynchronously
func (*Client) ListApplicationsWithTagRulesWithChan ¶ added in v1.61.1488
func (client *Client) ListApplicationsWithTagRulesWithChan(request *ListApplicationsWithTagRulesRequest) (<-chan *ListApplicationsWithTagRulesResponse, <-chan error)
ListApplicationsWithTagRulesWithChan invokes the mse.ListApplicationsWithTagRules API asynchronously
func (*Client) ListClusterConnectionTypes ¶ added in v1.61.998
func (client *Client) ListClusterConnectionTypes(request *ListClusterConnectionTypesRequest) (response *ListClusterConnectionTypesResponse, err error)
ListClusterConnectionTypes invokes the mse.ListClusterConnectionTypes API synchronously
func (*Client) ListClusterConnectionTypesWithCallback ¶ added in v1.61.998
func (client *Client) ListClusterConnectionTypesWithCallback(request *ListClusterConnectionTypesRequest, callback func(response *ListClusterConnectionTypesResponse, err error)) <-chan int
ListClusterConnectionTypesWithCallback invokes the mse.ListClusterConnectionTypes API asynchronously
func (*Client) ListClusterConnectionTypesWithChan ¶ added in v1.61.998
func (client *Client) ListClusterConnectionTypesWithChan(request *ListClusterConnectionTypesRequest) (<-chan *ListClusterConnectionTypesResponse, <-chan error)
ListClusterConnectionTypesWithChan invokes the mse.ListClusterConnectionTypes API asynchronously
func (*Client) ListClusterHealthCheckTask ¶ added in v1.62.153
func (client *Client) ListClusterHealthCheckTask(request *ListClusterHealthCheckTaskRequest) (response *ListClusterHealthCheckTaskResponse, err error)
ListClusterHealthCheckTask invokes the mse.ListClusterHealthCheckTask API synchronously
func (*Client) ListClusterHealthCheckTaskWithCallback ¶ added in v1.62.153
func (client *Client) ListClusterHealthCheckTaskWithCallback(request *ListClusterHealthCheckTaskRequest, callback func(response *ListClusterHealthCheckTaskResponse, err error)) <-chan int
ListClusterHealthCheckTaskWithCallback invokes the mse.ListClusterHealthCheckTask API asynchronously
func (*Client) ListClusterHealthCheckTaskWithChan ¶ added in v1.62.153
func (client *Client) ListClusterHealthCheckTaskWithChan(request *ListClusterHealthCheckTaskRequest) (<-chan *ListClusterHealthCheckTaskResponse, <-chan error)
ListClusterHealthCheckTaskWithChan invokes the mse.ListClusterHealthCheckTask API asynchronously
func (*Client) ListClusterTypes ¶ added in v1.61.998
func (client *Client) ListClusterTypes(request *ListClusterTypesRequest) (response *ListClusterTypesResponse, err error)
ListClusterTypes invokes the mse.ListClusterTypes API synchronously
func (*Client) ListClusterTypesWithCallback ¶ added in v1.61.998
func (client *Client) ListClusterTypesWithCallback(request *ListClusterTypesRequest, callback func(response *ListClusterTypesResponse, err error)) <-chan int
ListClusterTypesWithCallback invokes the mse.ListClusterTypes API asynchronously
func (*Client) ListClusterTypesWithChan ¶ added in v1.61.998
func (client *Client) ListClusterTypesWithChan(request *ListClusterTypesRequest) (<-chan *ListClusterTypesResponse, <-chan error)
ListClusterTypesWithChan invokes the mse.ListClusterTypes API asynchronously
func (*Client) ListClusterVersions ¶ added in v1.61.998
func (client *Client) ListClusterVersions(request *ListClusterVersionsRequest) (response *ListClusterVersionsResponse, err error)
ListClusterVersions invokes the mse.ListClusterVersions API synchronously
func (*Client) ListClusterVersionsWithCallback ¶ added in v1.61.998
func (client *Client) ListClusterVersionsWithCallback(request *ListClusterVersionsRequest, callback func(response *ListClusterVersionsResponse, err error)) <-chan int
ListClusterVersionsWithCallback invokes the mse.ListClusterVersions API asynchronously
func (*Client) ListClusterVersionsWithChan ¶ added in v1.61.998
func (client *Client) ListClusterVersionsWithChan(request *ListClusterVersionsRequest) (<-chan *ListClusterVersionsResponse, <-chan error)
ListClusterVersionsWithChan invokes the mse.ListClusterVersions API asynchronously
func (*Client) ListClusters ¶
func (client *Client) ListClusters(request *ListClustersRequest) (response *ListClustersResponse, err error)
ListClusters invokes the mse.ListClusters API synchronously
func (*Client) ListClustersWithCallback ¶
func (client *Client) ListClustersWithCallback(request *ListClustersRequest, callback func(response *ListClustersResponse, err error)) <-chan int
ListClustersWithCallback invokes the mse.ListClusters API asynchronously
func (*Client) ListClustersWithChan ¶
func (client *Client) ListClustersWithChan(request *ListClustersRequest) (<-chan *ListClustersResponse, <-chan error)
ListClustersWithChan invokes the mse.ListClusters API asynchronously
func (*Client) ListConfigTrack ¶ added in v1.62.153
func (client *Client) ListConfigTrack(request *ListConfigTrackRequest) (response *ListConfigTrackResponse, err error)
ListConfigTrack invokes the mse.ListConfigTrack API synchronously
func (*Client) ListConfigTrackWithCallback ¶ added in v1.62.153
func (client *Client) ListConfigTrackWithCallback(request *ListConfigTrackRequest, callback func(response *ListConfigTrackResponse, err error)) <-chan int
ListConfigTrackWithCallback invokes the mse.ListConfigTrack API asynchronously
func (*Client) ListConfigTrackWithChan ¶ added in v1.62.153
func (client *Client) ListConfigTrackWithChan(request *ListConfigTrackRequest) (<-chan *ListConfigTrackResponse, <-chan error)
ListConfigTrackWithChan invokes the mse.ListConfigTrack API asynchronously
func (*Client) ListEngineNamespaces ¶
func (client *Client) ListEngineNamespaces(request *ListEngineNamespacesRequest) (response *ListEngineNamespacesResponse, err error)
ListEngineNamespaces invokes the mse.ListEngineNamespaces API synchronously
func (*Client) ListEngineNamespacesWithCallback ¶
func (client *Client) ListEngineNamespacesWithCallback(request *ListEngineNamespacesRequest, callback func(response *ListEngineNamespacesResponse, err error)) <-chan int
ListEngineNamespacesWithCallback invokes the mse.ListEngineNamespaces API asynchronously
func (*Client) ListEngineNamespacesWithChan ¶
func (client *Client) ListEngineNamespacesWithChan(request *ListEngineNamespacesRequest) (<-chan *ListEngineNamespacesResponse, <-chan error)
ListEngineNamespacesWithChan invokes the mse.ListEngineNamespaces API asynchronously
func (*Client) ListEurekaInstances ¶
func (client *Client) ListEurekaInstances(request *ListEurekaInstancesRequest) (response *ListEurekaInstancesResponse, err error)
ListEurekaInstances invokes the mse.ListEurekaInstances API synchronously
func (*Client) ListEurekaInstancesWithCallback ¶
func (client *Client) ListEurekaInstancesWithCallback(request *ListEurekaInstancesRequest, callback func(response *ListEurekaInstancesResponse, err error)) <-chan int
ListEurekaInstancesWithCallback invokes the mse.ListEurekaInstances API asynchronously
func (*Client) ListEurekaInstancesWithChan ¶
func (client *Client) ListEurekaInstancesWithChan(request *ListEurekaInstancesRequest) (<-chan *ListEurekaInstancesResponse, <-chan error)
ListEurekaInstancesWithChan invokes the mse.ListEurekaInstances API asynchronously
func (*Client) ListEurekaServices ¶
func (client *Client) ListEurekaServices(request *ListEurekaServicesRequest) (response *ListEurekaServicesResponse, err error)
ListEurekaServices invokes the mse.ListEurekaServices API synchronously
func (*Client) ListEurekaServicesWithCallback ¶
func (client *Client) ListEurekaServicesWithCallback(request *ListEurekaServicesRequest, callback func(response *ListEurekaServicesResponse, err error)) <-chan int
ListEurekaServicesWithCallback invokes the mse.ListEurekaServices API asynchronously
func (*Client) ListEurekaServicesWithChan ¶
func (client *Client) ListEurekaServicesWithChan(request *ListEurekaServicesRequest) (<-chan *ListEurekaServicesResponse, <-chan error)
ListEurekaServicesWithChan invokes the mse.ListEurekaServices API asynchronously
func (*Client) ListGateway ¶ added in v1.61.1344
func (client *Client) ListGateway(request *ListGatewayRequest) (response *ListGatewayResponse, err error)
ListGateway invokes the mse.ListGateway API synchronously
func (*Client) ListGatewayDomain ¶ added in v1.61.1450
func (client *Client) ListGatewayDomain(request *ListGatewayDomainRequest) (response *ListGatewayDomainResponse, err error)
ListGatewayDomain invokes the mse.ListGatewayDomain API synchronously
func (*Client) ListGatewayDomainWithCallback ¶ added in v1.61.1450
func (client *Client) ListGatewayDomainWithCallback(request *ListGatewayDomainRequest, callback func(response *ListGatewayDomainResponse, err error)) <-chan int
ListGatewayDomainWithCallback invokes the mse.ListGatewayDomain API asynchronously
func (*Client) ListGatewayDomainWithChan ¶ added in v1.61.1450
func (client *Client) ListGatewayDomainWithChan(request *ListGatewayDomainRequest) (<-chan *ListGatewayDomainResponse, <-chan error)
ListGatewayDomainWithChan invokes the mse.ListGatewayDomain API asynchronously
func (*Client) ListGatewayRoute ¶ added in v1.61.1488
func (client *Client) ListGatewayRoute(request *ListGatewayRouteRequest) (response *ListGatewayRouteResponse, err error)
ListGatewayRoute invokes the mse.ListGatewayRoute API synchronously
func (*Client) ListGatewayRouteWithCallback ¶ added in v1.61.1488
func (client *Client) ListGatewayRouteWithCallback(request *ListGatewayRouteRequest, callback func(response *ListGatewayRouteResponse, err error)) <-chan int
ListGatewayRouteWithCallback invokes the mse.ListGatewayRoute API asynchronously
func (*Client) ListGatewayRouteWithChan ¶ added in v1.61.1488
func (client *Client) ListGatewayRouteWithChan(request *ListGatewayRouteRequest) (<-chan *ListGatewayRouteResponse, <-chan error)
ListGatewayRouteWithChan invokes the mse.ListGatewayRoute API asynchronously
func (*Client) ListGatewayService ¶ added in v1.61.1450
func (client *Client) ListGatewayService(request *ListGatewayServiceRequest) (response *ListGatewayServiceResponse, err error)
ListGatewayService invokes the mse.ListGatewayService API synchronously
func (*Client) ListGatewayServiceWithCallback ¶ added in v1.61.1450
func (client *Client) ListGatewayServiceWithCallback(request *ListGatewayServiceRequest, callback func(response *ListGatewayServiceResponse, err error)) <-chan int
ListGatewayServiceWithCallback invokes the mse.ListGatewayService API asynchronously
func (*Client) ListGatewayServiceWithChan ¶ added in v1.61.1450
func (client *Client) ListGatewayServiceWithChan(request *ListGatewayServiceRequest) (<-chan *ListGatewayServiceResponse, <-chan error)
ListGatewayServiceWithChan invokes the mse.ListGatewayService API asynchronously
func (*Client) ListGatewaySlb ¶ added in v1.61.1450
func (client *Client) ListGatewaySlb(request *ListGatewaySlbRequest) (response *ListGatewaySlbResponse, err error)
ListGatewaySlb invokes the mse.ListGatewaySlb API synchronously
func (*Client) ListGatewaySlbWithCallback ¶ added in v1.61.1450
func (client *Client) ListGatewaySlbWithCallback(request *ListGatewaySlbRequest, callback func(response *ListGatewaySlbResponse, err error)) <-chan int
ListGatewaySlbWithCallback invokes the mse.ListGatewaySlb API asynchronously
func (*Client) ListGatewaySlbWithChan ¶ added in v1.61.1450
func (client *Client) ListGatewaySlbWithChan(request *ListGatewaySlbRequest) (<-chan *ListGatewaySlbResponse, <-chan error)
ListGatewaySlbWithChan invokes the mse.ListGatewaySlb API asynchronously
func (*Client) ListGatewayWithCallback ¶ added in v1.61.1344
func (client *Client) ListGatewayWithCallback(request *ListGatewayRequest, callback func(response *ListGatewayResponse, err error)) <-chan int
ListGatewayWithCallback invokes the mse.ListGateway API asynchronously
func (*Client) ListGatewayWithChan ¶ added in v1.61.1344
func (client *Client) ListGatewayWithChan(request *ListGatewayRequest) (<-chan *ListGatewayResponse, <-chan error)
ListGatewayWithChan invokes the mse.ListGateway API asynchronously
func (*Client) ListInstanceCount ¶ added in v1.62.153
func (client *Client) ListInstanceCount(request *ListInstanceCountRequest) (response *ListInstanceCountResponse, err error)
ListInstanceCount invokes the mse.ListInstanceCount API synchronously
func (*Client) ListInstanceCountWithCallback ¶ added in v1.62.153
func (client *Client) ListInstanceCountWithCallback(request *ListInstanceCountRequest, callback func(response *ListInstanceCountResponse, err error)) <-chan int
ListInstanceCountWithCallback invokes the mse.ListInstanceCount API asynchronously
func (*Client) ListInstanceCountWithChan ¶ added in v1.62.153
func (client *Client) ListInstanceCountWithChan(request *ListInstanceCountRequest) (<-chan *ListInstanceCountResponse, <-chan error)
ListInstanceCountWithChan invokes the mse.ListInstanceCount API asynchronously
func (*Client) ListListenersByConfig ¶
func (client *Client) ListListenersByConfig(request *ListListenersByConfigRequest) (response *ListListenersByConfigResponse, err error)
ListListenersByConfig invokes the mse.ListListenersByConfig API synchronously
func (*Client) ListListenersByConfigWithCallback ¶
func (client *Client) ListListenersByConfigWithCallback(request *ListListenersByConfigRequest, callback func(response *ListListenersByConfigResponse, err error)) <-chan int
ListListenersByConfigWithCallback invokes the mse.ListListenersByConfig API asynchronously
func (*Client) ListListenersByConfigWithChan ¶
func (client *Client) ListListenersByConfigWithChan(request *ListListenersByConfigRequest) (<-chan *ListListenersByConfigResponse, <-chan error)
ListListenersByConfigWithChan invokes the mse.ListListenersByConfig API asynchronously
func (*Client) ListListenersByIp ¶
func (client *Client) ListListenersByIp(request *ListListenersByIpRequest) (response *ListListenersByIpResponse, err error)
ListListenersByIp invokes the mse.ListListenersByIp API synchronously
func (*Client) ListListenersByIpWithCallback ¶
func (client *Client) ListListenersByIpWithCallback(request *ListListenersByIpRequest, callback func(response *ListListenersByIpResponse, err error)) <-chan int
ListListenersByIpWithCallback invokes the mse.ListListenersByIp API asynchronously
func (*Client) ListListenersByIpWithChan ¶
func (client *Client) ListListenersByIpWithChan(request *ListListenersByIpRequest) (<-chan *ListListenersByIpResponse, <-chan error)
ListListenersByIpWithChan invokes the mse.ListListenersByIp API asynchronously
func (*Client) ListMigrationTask ¶ added in v1.62.153
func (client *Client) ListMigrationTask(request *ListMigrationTaskRequest) (response *ListMigrationTaskResponse, err error)
ListMigrationTask invokes the mse.ListMigrationTask API synchronously
func (*Client) ListMigrationTaskWithCallback ¶ added in v1.62.153
func (client *Client) ListMigrationTaskWithCallback(request *ListMigrationTaskRequest, callback func(response *ListMigrationTaskResponse, err error)) <-chan int
ListMigrationTaskWithCallback invokes the mse.ListMigrationTask API asynchronously
func (*Client) ListMigrationTaskWithChan ¶ added in v1.62.153
func (client *Client) ListMigrationTaskWithChan(request *ListMigrationTaskRequest) (<-chan *ListMigrationTaskResponse, <-chan error)
ListMigrationTaskWithChan invokes the mse.ListMigrationTask API asynchronously
func (*Client) ListNacosConfigs ¶
func (client *Client) ListNacosConfigs(request *ListNacosConfigsRequest) (response *ListNacosConfigsResponse, err error)
ListNacosConfigs invokes the mse.ListNacosConfigs API synchronously
func (*Client) ListNacosConfigsWithCallback ¶
func (client *Client) ListNacosConfigsWithCallback(request *ListNacosConfigsRequest, callback func(response *ListNacosConfigsResponse, err error)) <-chan int
ListNacosConfigsWithCallback invokes the mse.ListNacosConfigs API asynchronously
func (*Client) ListNacosConfigsWithChan ¶
func (client *Client) ListNacosConfigsWithChan(request *ListNacosConfigsRequest) (<-chan *ListNacosConfigsResponse, <-chan error)
ListNacosConfigsWithChan invokes the mse.ListNacosConfigs API asynchronously
func (*Client) ListNacosHistoryConfigs ¶
func (client *Client) ListNacosHistoryConfigs(request *ListNacosHistoryConfigsRequest) (response *ListNacosHistoryConfigsResponse, err error)
ListNacosHistoryConfigs invokes the mse.ListNacosHistoryConfigs API synchronously
func (*Client) ListNacosHistoryConfigsWithCallback ¶
func (client *Client) ListNacosHistoryConfigsWithCallback(request *ListNacosHistoryConfigsRequest, callback func(response *ListNacosHistoryConfigsResponse, err error)) <-chan int
ListNacosHistoryConfigsWithCallback invokes the mse.ListNacosHistoryConfigs API asynchronously
func (*Client) ListNacosHistoryConfigsWithChan ¶
func (client *Client) ListNacosHistoryConfigsWithChan(request *ListNacosHistoryConfigsRequest) (<-chan *ListNacosHistoryConfigsResponse, <-chan error)
ListNacosHistoryConfigsWithChan invokes the mse.ListNacosHistoryConfigs API asynchronously
func (*Client) ListNamingTrack ¶ added in v1.62.153
func (client *Client) ListNamingTrack(request *ListNamingTrackRequest) (response *ListNamingTrackResponse, err error)
ListNamingTrack invokes the mse.ListNamingTrack API synchronously
func (*Client) ListNamingTrackWithCallback ¶ added in v1.62.153
func (client *Client) ListNamingTrackWithCallback(request *ListNamingTrackRequest, callback func(response *ListNamingTrackResponse, err error)) <-chan int
ListNamingTrackWithCallback invokes the mse.ListNamingTrack API asynchronously
func (*Client) ListNamingTrackWithChan ¶ added in v1.62.153
func (client *Client) ListNamingTrackWithChan(request *ListNamingTrackRequest) (<-chan *ListNamingTrackResponse, <-chan error)
ListNamingTrackWithChan invokes the mse.ListNamingTrack API asynchronously
func (*Client) ListSSLCert ¶ added in v1.61.1450
func (client *Client) ListSSLCert(request *ListSSLCertRequest) (response *ListSSLCertResponse, err error)
ListSSLCert invokes the mse.ListSSLCert API synchronously
func (*Client) ListSSLCertWithCallback ¶ added in v1.61.1450
func (client *Client) ListSSLCertWithCallback(request *ListSSLCertRequest, callback func(response *ListSSLCertResponse, err error)) <-chan int
ListSSLCertWithCallback invokes the mse.ListSSLCert API asynchronously
func (*Client) ListSSLCertWithChan ¶ added in v1.61.1450
func (client *Client) ListSSLCertWithChan(request *ListSSLCertRequest) (<-chan *ListSSLCertResponse, <-chan error)
ListSSLCertWithChan invokes the mse.ListSSLCert API asynchronously
func (*Client) ListSecurityGroup ¶ added in v1.61.1581
func (client *Client) ListSecurityGroup(request *ListSecurityGroupRequest) (response *ListSecurityGroupResponse, err error)
ListSecurityGroup invokes the mse.ListSecurityGroup API synchronously
func (*Client) ListSecurityGroupRule ¶ added in v1.61.1581
func (client *Client) ListSecurityGroupRule(request *ListSecurityGroupRuleRequest) (response *ListSecurityGroupRuleResponse, err error)
ListSecurityGroupRule invokes the mse.ListSecurityGroupRule API synchronously
func (*Client) ListSecurityGroupRuleWithCallback ¶ added in v1.61.1581
func (client *Client) ListSecurityGroupRuleWithCallback(request *ListSecurityGroupRuleRequest, callback func(response *ListSecurityGroupRuleResponse, err error)) <-chan int
ListSecurityGroupRuleWithCallback invokes the mse.ListSecurityGroupRule API asynchronously
func (*Client) ListSecurityGroupRuleWithChan ¶ added in v1.61.1581
func (client *Client) ListSecurityGroupRuleWithChan(request *ListSecurityGroupRuleRequest) (<-chan *ListSecurityGroupRuleResponse, <-chan error)
ListSecurityGroupRuleWithChan invokes the mse.ListSecurityGroupRule API asynchronously
func (*Client) ListSecurityGroupWithCallback ¶ added in v1.61.1581
func (client *Client) ListSecurityGroupWithCallback(request *ListSecurityGroupRequest, callback func(response *ListSecurityGroupResponse, err error)) <-chan int
ListSecurityGroupWithCallback invokes the mse.ListSecurityGroup API asynchronously
func (*Client) ListSecurityGroupWithChan ¶ added in v1.61.1581
func (client *Client) ListSecurityGroupWithChan(request *ListSecurityGroupRequest) (<-chan *ListSecurityGroupResponse, <-chan error)
ListSecurityGroupWithChan invokes the mse.ListSecurityGroup API asynchronously
func (*Client) ListServiceSource ¶ added in v1.61.1450
func (client *Client) ListServiceSource(request *ListServiceSourceRequest) (response *ListServiceSourceResponse, err error)
ListServiceSource invokes the mse.ListServiceSource API synchronously
func (*Client) ListServiceSourceWithCallback ¶ added in v1.61.1450
func (client *Client) ListServiceSourceWithCallback(request *ListServiceSourceRequest, callback func(response *ListServiceSourceResponse, err error)) <-chan int
ListServiceSourceWithCallback invokes the mse.ListServiceSource API asynchronously
func (*Client) ListServiceSourceWithChan ¶ added in v1.61.1450
func (client *Client) ListServiceSourceWithChan(request *ListServiceSourceRequest) (<-chan *ListServiceSourceResponse, <-chan error)
ListServiceSourceWithChan invokes the mse.ListServiceSource API asynchronously
func (*Client) ListTagResources ¶ added in v1.62.153
func (client *Client) ListTagResources(request *ListTagResourcesRequest) (response *ListTagResourcesResponse, err error)
ListTagResources invokes the mse.ListTagResources API synchronously
func (*Client) ListTagResourcesWithCallback ¶ added in v1.62.153
func (client *Client) ListTagResourcesWithCallback(request *ListTagResourcesRequest, callback func(response *ListTagResourcesResponse, err error)) <-chan int
ListTagResourcesWithCallback invokes the mse.ListTagResources API asynchronously
func (*Client) ListTagResourcesWithChan ¶ added in v1.62.153
func (client *Client) ListTagResourcesWithChan(request *ListTagResourcesRequest) (<-chan *ListTagResourcesResponse, <-chan error)
ListTagResourcesWithChan invokes the mse.ListTagResources API asynchronously
func (*Client) ListZkTrack ¶ added in v1.62.153
func (client *Client) ListZkTrack(request *ListZkTrackRequest) (response *ListZkTrackResponse, err error)
ListZkTrack invokes the mse.ListZkTrack API synchronously
func (*Client) ListZkTrackWithCallback ¶ added in v1.62.153
func (client *Client) ListZkTrackWithCallback(request *ListZkTrackRequest, callback func(response *ListZkTrackResponse, err error)) <-chan int
ListZkTrackWithCallback invokes the mse.ListZkTrack API asynchronously
func (*Client) ListZkTrackWithChan ¶ added in v1.62.153
func (client *Client) ListZkTrackWithChan(request *ListZkTrackRequest) (<-chan *ListZkTrackResponse, <-chan error)
ListZkTrackWithChan invokes the mse.ListZkTrack API asynchronously
func (*Client) ListZnodeChildren ¶
func (client *Client) ListZnodeChildren(request *ListZnodeChildrenRequest) (response *ListZnodeChildrenResponse, err error)
ListZnodeChildren invokes the mse.ListZnodeChildren API synchronously
func (*Client) ListZnodeChildrenWithCallback ¶
func (client *Client) ListZnodeChildrenWithCallback(request *ListZnodeChildrenRequest, callback func(response *ListZnodeChildrenResponse, err error)) <-chan int
ListZnodeChildrenWithCallback invokes the mse.ListZnodeChildren API asynchronously
func (*Client) ListZnodeChildrenWithChan ¶
func (client *Client) ListZnodeChildrenWithChan(request *ListZnodeChildrenRequest) (<-chan *ListZnodeChildrenResponse, <-chan error)
ListZnodeChildrenWithChan invokes the mse.ListZnodeChildren API asynchronously
func (*Client) ModifyGovernanceKubernetesCluster ¶ added in v1.61.1344
func (client *Client) ModifyGovernanceKubernetesCluster(request *ModifyGovernanceKubernetesClusterRequest) (response *ModifyGovernanceKubernetesClusterResponse, err error)
ModifyGovernanceKubernetesCluster invokes the mse.ModifyGovernanceKubernetesCluster API synchronously
func (*Client) ModifyGovernanceKubernetesClusterWithCallback ¶ added in v1.61.1344
func (client *Client) ModifyGovernanceKubernetesClusterWithCallback(request *ModifyGovernanceKubernetesClusterRequest, callback func(response *ModifyGovernanceKubernetesClusterResponse, err error)) <-chan int
ModifyGovernanceKubernetesClusterWithCallback invokes the mse.ModifyGovernanceKubernetesCluster API asynchronously
func (*Client) ModifyGovernanceKubernetesClusterWithChan ¶ added in v1.61.1344
func (client *Client) ModifyGovernanceKubernetesClusterWithChan(request *ModifyGovernanceKubernetesClusterRequest) (<-chan *ModifyGovernanceKubernetesClusterResponse, <-chan error)
ModifyGovernanceKubernetesClusterWithChan invokes the mse.ModifyGovernanceKubernetesCluster API asynchronously
func (*Client) ModifyLosslessRule ¶ added in v1.62.153
func (client *Client) ModifyLosslessRule(request *ModifyLosslessRuleRequest) (response *ModifyLosslessRuleResponse, err error)
ModifyLosslessRule invokes the mse.ModifyLosslessRule API synchronously
func (*Client) ModifyLosslessRuleWithCallback ¶ added in v1.62.153
func (client *Client) ModifyLosslessRuleWithCallback(request *ModifyLosslessRuleRequest, callback func(response *ModifyLosslessRuleResponse, err error)) <-chan int
ModifyLosslessRuleWithCallback invokes the mse.ModifyLosslessRule API asynchronously
func (*Client) ModifyLosslessRuleWithChan ¶ added in v1.62.153
func (client *Client) ModifyLosslessRuleWithChan(request *ModifyLosslessRuleRequest) (<-chan *ModifyLosslessRuleResponse, <-chan error)
ModifyLosslessRuleWithChan invokes the mse.ModifyLosslessRule API asynchronously
func (*Client) OfflineGatewayRoute ¶ added in v1.61.1488
func (client *Client) OfflineGatewayRoute(request *OfflineGatewayRouteRequest) (response *OfflineGatewayRouteResponse, err error)
OfflineGatewayRoute invokes the mse.OfflineGatewayRoute API synchronously
func (*Client) OfflineGatewayRouteWithCallback ¶ added in v1.61.1488
func (client *Client) OfflineGatewayRouteWithCallback(request *OfflineGatewayRouteRequest, callback func(response *OfflineGatewayRouteResponse, err error)) <-chan int
OfflineGatewayRouteWithCallback invokes the mse.OfflineGatewayRoute API asynchronously
func (*Client) OfflineGatewayRouteWithChan ¶ added in v1.61.1488
func (client *Client) OfflineGatewayRouteWithChan(request *OfflineGatewayRouteRequest) (<-chan *OfflineGatewayRouteResponse, <-chan error)
OfflineGatewayRouteWithChan invokes the mse.OfflineGatewayRoute API asynchronously
func (*Client) OrderClusterHealthCheckRiskNotice ¶ added in v1.62.153
func (client *Client) OrderClusterHealthCheckRiskNotice(request *OrderClusterHealthCheckRiskNoticeRequest) (response *OrderClusterHealthCheckRiskNoticeResponse, err error)
OrderClusterHealthCheckRiskNotice invokes the mse.OrderClusterHealthCheckRiskNotice API synchronously
func (*Client) OrderClusterHealthCheckRiskNoticeWithCallback ¶ added in v1.62.153
func (client *Client) OrderClusterHealthCheckRiskNoticeWithCallback(request *OrderClusterHealthCheckRiskNoticeRequest, callback func(response *OrderClusterHealthCheckRiskNoticeResponse, err error)) <-chan int
OrderClusterHealthCheckRiskNoticeWithCallback invokes the mse.OrderClusterHealthCheckRiskNotice API asynchronously
func (*Client) OrderClusterHealthCheckRiskNoticeWithChan ¶ added in v1.62.153
func (client *Client) OrderClusterHealthCheckRiskNoticeWithChan(request *OrderClusterHealthCheckRiskNoticeRequest) (<-chan *OrderClusterHealthCheckRiskNoticeResponse, <-chan error)
OrderClusterHealthCheckRiskNoticeWithChan invokes the mse.OrderClusterHealthCheckRiskNotice API asynchronously
func (*Client) PullServices ¶ added in v1.61.1450
func (client *Client) PullServices(request *PullServicesRequest) (response *PullServicesResponse, err error)
PullServices invokes the mse.PullServices API synchronously
func (*Client) PullServicesWithCallback ¶ added in v1.61.1450
func (client *Client) PullServicesWithCallback(request *PullServicesRequest, callback func(response *PullServicesResponse, err error)) <-chan int
PullServicesWithCallback invokes the mse.PullServices API asynchronously
func (*Client) PullServicesWithChan ¶ added in v1.61.1450
func (client *Client) PullServicesWithChan(request *PullServicesRequest) (<-chan *PullServicesResponse, <-chan error)
PullServicesWithChan invokes the mse.PullServices API asynchronously
func (*Client) PutClusterHealthCheckTask ¶ added in v1.62.153
func (client *Client) PutClusterHealthCheckTask(request *PutClusterHealthCheckTaskRequest) (response *PutClusterHealthCheckTaskResponse, err error)
PutClusterHealthCheckTask invokes the mse.PutClusterHealthCheckTask API synchronously
func (*Client) PutClusterHealthCheckTaskWithCallback ¶ added in v1.62.153
func (client *Client) PutClusterHealthCheckTaskWithCallback(request *PutClusterHealthCheckTaskRequest, callback func(response *PutClusterHealthCheckTaskResponse, err error)) <-chan int
PutClusterHealthCheckTaskWithCallback invokes the mse.PutClusterHealthCheckTask API asynchronously
func (*Client) PutClusterHealthCheckTaskWithChan ¶ added in v1.62.153
func (client *Client) PutClusterHealthCheckTaskWithChan(request *PutClusterHealthCheckTaskRequest) (<-chan *PutClusterHealthCheckTaskResponse, <-chan error)
PutClusterHealthCheckTaskWithChan invokes the mse.PutClusterHealthCheckTask API asynchronously
func (*Client) QueryAllSwimmingLane ¶ added in v1.61.1488
func (client *Client) QueryAllSwimmingLane(request *QueryAllSwimmingLaneRequest) (response *QueryAllSwimmingLaneResponse, err error)
QueryAllSwimmingLane invokes the mse.QueryAllSwimmingLane API synchronously
func (*Client) QueryAllSwimmingLaneGroup ¶ added in v1.61.1488
func (client *Client) QueryAllSwimmingLaneGroup(request *QueryAllSwimmingLaneGroupRequest) (response *QueryAllSwimmingLaneGroupResponse, err error)
QueryAllSwimmingLaneGroup invokes the mse.QueryAllSwimmingLaneGroup API synchronously
func (*Client) QueryAllSwimmingLaneGroupWithCallback ¶ added in v1.61.1488
func (client *Client) QueryAllSwimmingLaneGroupWithCallback(request *QueryAllSwimmingLaneGroupRequest, callback func(response *QueryAllSwimmingLaneGroupResponse, err error)) <-chan int
QueryAllSwimmingLaneGroupWithCallback invokes the mse.QueryAllSwimmingLaneGroup API asynchronously
func (*Client) QueryAllSwimmingLaneGroupWithChan ¶ added in v1.61.1488
func (client *Client) QueryAllSwimmingLaneGroupWithChan(request *QueryAllSwimmingLaneGroupRequest) (<-chan *QueryAllSwimmingLaneGroupResponse, <-chan error)
QueryAllSwimmingLaneGroupWithChan invokes the mse.QueryAllSwimmingLaneGroup API asynchronously
func (*Client) QueryAllSwimmingLaneWithCallback ¶ added in v1.61.1488
func (client *Client) QueryAllSwimmingLaneWithCallback(request *QueryAllSwimmingLaneRequest, callback func(response *QueryAllSwimmingLaneResponse, err error)) <-chan int
QueryAllSwimmingLaneWithCallback invokes the mse.QueryAllSwimmingLane API asynchronously
func (*Client) QueryAllSwimmingLaneWithChan ¶ added in v1.61.1488
func (client *Client) QueryAllSwimmingLaneWithChan(request *QueryAllSwimmingLaneRequest) (<-chan *QueryAllSwimmingLaneResponse, <-chan error)
QueryAllSwimmingLaneWithChan invokes the mse.QueryAllSwimmingLane API asynchronously
func (*Client) QueryBusinessLocations ¶
func (client *Client) QueryBusinessLocations(request *QueryBusinessLocationsRequest) (response *QueryBusinessLocationsResponse, err error)
QueryBusinessLocations invokes the mse.QueryBusinessLocations API synchronously
func (*Client) QueryBusinessLocationsWithCallback ¶
func (client *Client) QueryBusinessLocationsWithCallback(request *QueryBusinessLocationsRequest, callback func(response *QueryBusinessLocationsResponse, err error)) <-chan int
QueryBusinessLocationsWithCallback invokes the mse.QueryBusinessLocations API asynchronously
func (*Client) QueryBusinessLocationsWithChan ¶
func (client *Client) QueryBusinessLocationsWithChan(request *QueryBusinessLocationsRequest) (<-chan *QueryBusinessLocationsResponse, <-chan error)
QueryBusinessLocationsWithChan invokes the mse.QueryBusinessLocations API asynchronously
func (*Client) QueryClusterDetail ¶
func (client *Client) QueryClusterDetail(request *QueryClusterDetailRequest) (response *QueryClusterDetailResponse, err error)
QueryClusterDetail invokes the mse.QueryClusterDetail API synchronously
func (*Client) QueryClusterDetailWithCallback ¶
func (client *Client) QueryClusterDetailWithCallback(request *QueryClusterDetailRequest, callback func(response *QueryClusterDetailResponse, err error)) <-chan int
QueryClusterDetailWithCallback invokes the mse.QueryClusterDetail API asynchronously
func (*Client) QueryClusterDetailWithChan ¶
func (client *Client) QueryClusterDetailWithChan(request *QueryClusterDetailRequest) (<-chan *QueryClusterDetailResponse, <-chan error)
QueryClusterDetailWithChan invokes the mse.QueryClusterDetail API asynchronously
func (*Client) QueryClusterDiskSpecification ¶ added in v1.61.998
func (client *Client) QueryClusterDiskSpecification(request *QueryClusterDiskSpecificationRequest) (response *QueryClusterDiskSpecificationResponse, err error)
QueryClusterDiskSpecification invokes the mse.QueryClusterDiskSpecification API synchronously
func (*Client) QueryClusterDiskSpecificationWithCallback ¶ added in v1.61.998
func (client *Client) QueryClusterDiskSpecificationWithCallback(request *QueryClusterDiskSpecificationRequest, callback func(response *QueryClusterDiskSpecificationResponse, err error)) <-chan int
QueryClusterDiskSpecificationWithCallback invokes the mse.QueryClusterDiskSpecification API asynchronously
func (*Client) QueryClusterDiskSpecificationWithChan ¶ added in v1.61.998
func (client *Client) QueryClusterDiskSpecificationWithChan(request *QueryClusterDiskSpecificationRequest) (<-chan *QueryClusterDiskSpecificationResponse, <-chan error)
QueryClusterDiskSpecificationWithChan invokes the mse.QueryClusterDiskSpecification API asynchronously
func (*Client) QueryClusterInfo ¶ added in v1.62.153
func (client *Client) QueryClusterInfo(request *QueryClusterInfoRequest) (response *QueryClusterInfoResponse, err error)
QueryClusterInfo invokes the mse.QueryClusterInfo API synchronously
func (*Client) QueryClusterInfoWithCallback ¶ added in v1.62.153
func (client *Client) QueryClusterInfoWithCallback(request *QueryClusterInfoRequest, callback func(response *QueryClusterInfoResponse, err error)) <-chan int
QueryClusterInfoWithCallback invokes the mse.QueryClusterInfo API asynchronously
func (*Client) QueryClusterInfoWithChan ¶ added in v1.62.153
func (client *Client) QueryClusterInfoWithChan(request *QueryClusterInfoRequest) (<-chan *QueryClusterInfoResponse, <-chan error)
QueryClusterInfoWithChan invokes the mse.QueryClusterInfo API asynchronously
func (*Client) QueryClusterSpecification ¶
func (client *Client) QueryClusterSpecification(request *QueryClusterSpecificationRequest) (response *QueryClusterSpecificationResponse, err error)
QueryClusterSpecification invokes the mse.QueryClusterSpecification API synchronously
func (*Client) QueryClusterSpecificationWithCallback ¶
func (client *Client) QueryClusterSpecificationWithCallback(request *QueryClusterSpecificationRequest, callback func(response *QueryClusterSpecificationResponse, err error)) <-chan int
QueryClusterSpecificationWithCallback invokes the mse.QueryClusterSpecification API asynchronously
func (*Client) QueryClusterSpecificationWithChan ¶
func (client *Client) QueryClusterSpecificationWithChan(request *QueryClusterSpecificationRequest) (<-chan *QueryClusterSpecificationResponse, <-chan error)
QueryClusterSpecificationWithChan invokes the mse.QueryClusterSpecification API asynchronously
func (*Client) QueryConfig ¶
func (client *Client) QueryConfig(request *QueryConfigRequest) (response *QueryConfigResponse, err error)
QueryConfig invokes the mse.QueryConfig API synchronously
func (*Client) QueryConfigWithCallback ¶
func (client *Client) QueryConfigWithCallback(request *QueryConfigRequest, callback func(response *QueryConfigResponse, err error)) <-chan int
QueryConfigWithCallback invokes the mse.QueryConfig API asynchronously
func (*Client) QueryConfigWithChan ¶
func (client *Client) QueryConfigWithChan(request *QueryConfigRequest) (<-chan *QueryConfigResponse, <-chan error)
QueryConfigWithChan invokes the mse.QueryConfig API asynchronously
func (*Client) QueryGatewayRegion ¶ added in v1.61.1344
func (client *Client) QueryGatewayRegion(request *QueryGatewayRegionRequest) (response *QueryGatewayRegionResponse, err error)
QueryGatewayRegion invokes the mse.QueryGatewayRegion API synchronously
func (*Client) QueryGatewayRegionWithCallback ¶ added in v1.61.1344
func (client *Client) QueryGatewayRegionWithCallback(request *QueryGatewayRegionRequest, callback func(response *QueryGatewayRegionResponse, err error)) <-chan int
QueryGatewayRegionWithCallback invokes the mse.QueryGatewayRegion API asynchronously
func (*Client) QueryGatewayRegionWithChan ¶ added in v1.61.1344
func (client *Client) QueryGatewayRegionWithChan(request *QueryGatewayRegionRequest) (<-chan *QueryGatewayRegionResponse, <-chan error)
QueryGatewayRegionWithChan invokes the mse.QueryGatewayRegion API asynchronously
func (*Client) QueryGatewayType ¶ added in v1.61.1344
func (client *Client) QueryGatewayType(request *QueryGatewayTypeRequest) (response *QueryGatewayTypeResponse, err error)
QueryGatewayType invokes the mse.QueryGatewayType API synchronously
func (*Client) QueryGatewayTypeWithCallback ¶ added in v1.61.1344
func (client *Client) QueryGatewayTypeWithCallback(request *QueryGatewayTypeRequest, callback func(response *QueryGatewayTypeResponse, err error)) <-chan int
QueryGatewayTypeWithCallback invokes the mse.QueryGatewayType API asynchronously
func (*Client) QueryGatewayTypeWithChan ¶ added in v1.61.1344
func (client *Client) QueryGatewayTypeWithChan(request *QueryGatewayTypeRequest) (<-chan *QueryGatewayTypeResponse, <-chan error)
QueryGatewayTypeWithChan invokes the mse.QueryGatewayType API asynchronously
func (*Client) QueryGovernanceKubernetesCluster ¶ added in v1.61.1450
func (client *Client) QueryGovernanceKubernetesCluster(request *QueryGovernanceKubernetesClusterRequest) (response *QueryGovernanceKubernetesClusterResponse, err error)
QueryGovernanceKubernetesCluster invokes the mse.QueryGovernanceKubernetesCluster API synchronously
func (*Client) QueryGovernanceKubernetesClusterWithCallback ¶ added in v1.61.1450
func (client *Client) QueryGovernanceKubernetesClusterWithCallback(request *QueryGovernanceKubernetesClusterRequest, callback func(response *QueryGovernanceKubernetesClusterResponse, err error)) <-chan int
QueryGovernanceKubernetesClusterWithCallback invokes the mse.QueryGovernanceKubernetesCluster API asynchronously
func (*Client) QueryGovernanceKubernetesClusterWithChan ¶ added in v1.61.1450
func (client *Client) QueryGovernanceKubernetesClusterWithChan(request *QueryGovernanceKubernetesClusterRequest) (<-chan *QueryGovernanceKubernetesClusterResponse, <-chan error)
QueryGovernanceKubernetesClusterWithChan invokes the mse.QueryGovernanceKubernetesCluster API asynchronously
func (*Client) QueryInstancesInfo ¶ added in v1.62.153
func (client *Client) QueryInstancesInfo(request *QueryInstancesInfoRequest) (response *QueryInstancesInfoResponse, err error)
QueryInstancesInfo invokes the mse.QueryInstancesInfo API synchronously
func (*Client) QueryInstancesInfoWithCallback ¶ added in v1.62.153
func (client *Client) QueryInstancesInfoWithCallback(request *QueryInstancesInfoRequest, callback func(response *QueryInstancesInfoResponse, err error)) <-chan int
QueryInstancesInfoWithCallback invokes the mse.QueryInstancesInfo API asynchronously
func (*Client) QueryInstancesInfoWithChan ¶ added in v1.62.153
func (client *Client) QueryInstancesInfoWithChan(request *QueryInstancesInfoRequest) (<-chan *QueryInstancesInfoResponse, <-chan error)
QueryInstancesInfoWithChan invokes the mse.QueryInstancesInfo API asynchronously
func (*Client) QueryMonitor ¶
func (client *Client) QueryMonitor(request *QueryMonitorRequest) (response *QueryMonitorResponse, err error)
QueryMonitor invokes the mse.QueryMonitor API synchronously
func (*Client) QueryMonitorWithCallback ¶
func (client *Client) QueryMonitorWithCallback(request *QueryMonitorRequest, callback func(response *QueryMonitorResponse, err error)) <-chan int
QueryMonitorWithCallback invokes the mse.QueryMonitor API asynchronously
func (*Client) QueryMonitorWithChan ¶
func (client *Client) QueryMonitorWithChan(request *QueryMonitorRequest) (<-chan *QueryMonitorResponse, <-chan error)
QueryMonitorWithChan invokes the mse.QueryMonitor API asynchronously
func (*Client) QuerySlbSpec ¶ added in v1.61.1344
func (client *Client) QuerySlbSpec(request *QuerySlbSpecRequest) (response *QuerySlbSpecResponse, err error)
QuerySlbSpec invokes the mse.QuerySlbSpec API synchronously
func (*Client) QuerySlbSpecWithCallback ¶ added in v1.61.1344
func (client *Client) QuerySlbSpecWithCallback(request *QuerySlbSpecRequest, callback func(response *QuerySlbSpecResponse, err error)) <-chan int
QuerySlbSpecWithCallback invokes the mse.QuerySlbSpec API asynchronously
func (*Client) QuerySlbSpecWithChan ¶ added in v1.61.1344
func (client *Client) QuerySlbSpecWithChan(request *QuerySlbSpecRequest) (<-chan *QuerySlbSpecResponse, <-chan error)
QuerySlbSpecWithChan invokes the mse.QuerySlbSpec API asynchronously
func (*Client) QuerySwimmingLaneById ¶ added in v1.61.1488
func (client *Client) QuerySwimmingLaneById(request *QuerySwimmingLaneByIdRequest) (response *QuerySwimmingLaneByIdResponse, err error)
QuerySwimmingLaneById invokes the mse.QuerySwimmingLaneById API synchronously
func (*Client) QuerySwimmingLaneByIdWithCallback ¶ added in v1.61.1488
func (client *Client) QuerySwimmingLaneByIdWithCallback(request *QuerySwimmingLaneByIdRequest, callback func(response *QuerySwimmingLaneByIdResponse, err error)) <-chan int
QuerySwimmingLaneByIdWithCallback invokes the mse.QuerySwimmingLaneById API asynchronously
func (*Client) QuerySwimmingLaneByIdWithChan ¶ added in v1.61.1488
func (client *Client) QuerySwimmingLaneByIdWithChan(request *QuerySwimmingLaneByIdRequest) (<-chan *QuerySwimmingLaneByIdResponse, <-chan error)
QuerySwimmingLaneByIdWithChan invokes the mse.QuerySwimmingLaneById API asynchronously
func (*Client) QueryZnodeDetail ¶
func (client *Client) QueryZnodeDetail(request *QueryZnodeDetailRequest) (response *QueryZnodeDetailResponse, err error)
QueryZnodeDetail invokes the mse.QueryZnodeDetail API synchronously
func (*Client) QueryZnodeDetailWithCallback ¶
func (client *Client) QueryZnodeDetailWithCallback(request *QueryZnodeDetailRequest, callback func(response *QueryZnodeDetailResponse, err error)) <-chan int
QueryZnodeDetailWithCallback invokes the mse.QueryZnodeDetail API asynchronously
func (*Client) QueryZnodeDetailWithChan ¶
func (client *Client) QueryZnodeDetailWithChan(request *QueryZnodeDetailRequest) (<-chan *QueryZnodeDetailResponse, <-chan error)
QueryZnodeDetailWithChan invokes the mse.QueryZnodeDetail API asynchronously
func (*Client) RestartCluster ¶
func (client *Client) RestartCluster(request *RestartClusterRequest) (response *RestartClusterResponse, err error)
RestartCluster invokes the mse.RestartCluster API synchronously
func (*Client) RestartClusterWithCallback ¶
func (client *Client) RestartClusterWithCallback(request *RestartClusterRequest, callback func(response *RestartClusterResponse, err error)) <-chan int
RestartClusterWithCallback invokes the mse.RestartCluster API asynchronously
func (*Client) RestartClusterWithChan ¶
func (client *Client) RestartClusterWithChan(request *RestartClusterRequest) (<-chan *RestartClusterResponse, <-chan error)
RestartClusterWithChan invokes the mse.RestartCluster API asynchronously
func (*Client) RetryCluster ¶
func (client *Client) RetryCluster(request *RetryClusterRequest) (response *RetryClusterResponse, err error)
RetryCluster invokes the mse.RetryCluster API synchronously
func (*Client) RetryClusterWithCallback ¶
func (client *Client) RetryClusterWithCallback(request *RetryClusterRequest, callback func(response *RetryClusterResponse, err error)) <-chan int
RetryClusterWithCallback invokes the mse.RetryCluster API asynchronously
func (*Client) RetryClusterWithChan ¶
func (client *Client) RetryClusterWithChan(request *RetryClusterRequest) (<-chan *RetryClusterResponse, <-chan error)
RetryClusterWithChan invokes the mse.RetryCluster API asynchronously
func (*Client) SelectGatewaySlb ¶ added in v1.61.1450
func (client *Client) SelectGatewaySlb(request *SelectGatewaySlbRequest) (response *SelectGatewaySlbResponse, err error)
SelectGatewaySlb invokes the mse.SelectGatewaySlb API synchronously
func (*Client) SelectGatewaySlbWithCallback ¶ added in v1.61.1450
func (client *Client) SelectGatewaySlbWithCallback(request *SelectGatewaySlbRequest, callback func(response *SelectGatewaySlbResponse, err error)) <-chan int
SelectGatewaySlbWithCallback invokes the mse.SelectGatewaySlb API asynchronously
func (*Client) SelectGatewaySlbWithChan ¶ added in v1.61.1450
func (client *Client) SelectGatewaySlbWithChan(request *SelectGatewaySlbRequest) (<-chan *SelectGatewaySlbResponse, <-chan error)
SelectGatewaySlbWithChan invokes the mse.SelectGatewaySlb API asynchronously
func (*Client) TagResources ¶ added in v1.62.153
func (client *Client) TagResources(request *TagResourcesRequest) (response *TagResourcesResponse, err error)
TagResources invokes the mse.TagResources API synchronously
func (*Client) TagResourcesWithCallback ¶ added in v1.62.153
func (client *Client) TagResourcesWithCallback(request *TagResourcesRequest, callback func(response *TagResourcesResponse, err error)) <-chan int
TagResourcesWithCallback invokes the mse.TagResources API asynchronously
func (*Client) TagResourcesWithChan ¶ added in v1.62.153
func (client *Client) TagResourcesWithChan(request *TagResourcesRequest) (<-chan *TagResourcesResponse, <-chan error)
TagResourcesWithChan invokes the mse.TagResources API asynchronously
func (*Client) UntagResources ¶ added in v1.62.153
func (client *Client) UntagResources(request *UntagResourcesRequest) (response *UntagResourcesResponse, err error)
UntagResources invokes the mse.UntagResources API synchronously
func (*Client) UntagResourcesWithCallback ¶ added in v1.62.153
func (client *Client) UntagResourcesWithCallback(request *UntagResourcesRequest, callback func(response *UntagResourcesResponse, err error)) <-chan int
UntagResourcesWithCallback invokes the mse.UntagResources API asynchronously
func (*Client) UntagResourcesWithChan ¶ added in v1.62.153
func (client *Client) UntagResourcesWithChan(request *UntagResourcesRequest) (<-chan *UntagResourcesResponse, <-chan error)
UntagResourcesWithChan invokes the mse.UntagResources API asynchronously
func (*Client) UpdateAcl ¶
func (client *Client) UpdateAcl(request *UpdateAclRequest) (response *UpdateAclResponse, err error)
UpdateAcl invokes the mse.UpdateAcl API synchronously
func (*Client) UpdateAclWithCallback ¶
func (client *Client) UpdateAclWithCallback(request *UpdateAclRequest, callback func(response *UpdateAclResponse, err error)) <-chan int
UpdateAclWithCallback invokes the mse.UpdateAcl API asynchronously
func (*Client) UpdateAclWithChan ¶
func (client *Client) UpdateAclWithChan(request *UpdateAclRequest) (<-chan *UpdateAclResponse, <-chan error)
UpdateAclWithChan invokes the mse.UpdateAcl API asynchronously
func (*Client) UpdateBlackWhiteList ¶ added in v1.61.1450
func (client *Client) UpdateBlackWhiteList(request *UpdateBlackWhiteListRequest) (response *UpdateBlackWhiteListResponse, err error)
UpdateBlackWhiteList invokes the mse.UpdateBlackWhiteList API synchronously
func (*Client) UpdateBlackWhiteListWithCallback ¶ added in v1.61.1450
func (client *Client) UpdateBlackWhiteListWithCallback(request *UpdateBlackWhiteListRequest, callback func(response *UpdateBlackWhiteListResponse, err error)) <-chan int
UpdateBlackWhiteListWithCallback invokes the mse.UpdateBlackWhiteList API asynchronously
func (*Client) UpdateBlackWhiteListWithChan ¶ added in v1.61.1450
func (client *Client) UpdateBlackWhiteListWithChan(request *UpdateBlackWhiteListRequest) (<-chan *UpdateBlackWhiteListResponse, <-chan error)
UpdateBlackWhiteListWithChan invokes the mse.UpdateBlackWhiteList API asynchronously
func (*Client) UpdateCluster ¶
func (client *Client) UpdateCluster(request *UpdateClusterRequest) (response *UpdateClusterResponse, err error)
UpdateCluster invokes the mse.UpdateCluster API synchronously
func (*Client) UpdateClusterSpec ¶ added in v1.62.153
func (client *Client) UpdateClusterSpec(request *UpdateClusterSpecRequest) (response *UpdateClusterSpecResponse, err error)
UpdateClusterSpec invokes the mse.UpdateClusterSpec API synchronously
func (*Client) UpdateClusterSpecWithCallback ¶ added in v1.62.153
func (client *Client) UpdateClusterSpecWithCallback(request *UpdateClusterSpecRequest, callback func(response *UpdateClusterSpecResponse, err error)) <-chan int
UpdateClusterSpecWithCallback invokes the mse.UpdateClusterSpec API asynchronously
func (*Client) UpdateClusterSpecWithChan ¶ added in v1.62.153
func (client *Client) UpdateClusterSpecWithChan(request *UpdateClusterSpecRequest) (<-chan *UpdateClusterSpecResponse, <-chan error)
UpdateClusterSpecWithChan invokes the mse.UpdateClusterSpec API asynchronously
func (*Client) UpdateClusterWithCallback ¶
func (client *Client) UpdateClusterWithCallback(request *UpdateClusterRequest, callback func(response *UpdateClusterResponse, err error)) <-chan int
UpdateClusterWithCallback invokes the mse.UpdateCluster API asynchronously
func (*Client) UpdateClusterWithChan ¶
func (client *Client) UpdateClusterWithChan(request *UpdateClusterRequest) (<-chan *UpdateClusterResponse, <-chan error)
UpdateClusterWithChan invokes the mse.UpdateCluster API asynchronously
func (*Client) UpdateConfig ¶
func (client *Client) UpdateConfig(request *UpdateConfigRequest) (response *UpdateConfigResponse, err error)
UpdateConfig invokes the mse.UpdateConfig API synchronously
func (*Client) UpdateConfigWithCallback ¶
func (client *Client) UpdateConfigWithCallback(request *UpdateConfigRequest, callback func(response *UpdateConfigResponse, err error)) <-chan int
UpdateConfigWithCallback invokes the mse.UpdateConfig API asynchronously
func (*Client) UpdateConfigWithChan ¶
func (client *Client) UpdateConfigWithChan(request *UpdateConfigRequest) (<-chan *UpdateConfigResponse, <-chan error)
UpdateConfigWithChan invokes the mse.UpdateConfig API asynchronously
func (*Client) UpdateEngineNamespace ¶
func (client *Client) UpdateEngineNamespace(request *UpdateEngineNamespaceRequest) (response *UpdateEngineNamespaceResponse, err error)
UpdateEngineNamespace invokes the mse.UpdateEngineNamespace API synchronously
func (*Client) UpdateEngineNamespaceWithCallback ¶
func (client *Client) UpdateEngineNamespaceWithCallback(request *UpdateEngineNamespaceRequest, callback func(response *UpdateEngineNamespaceResponse, err error)) <-chan int
UpdateEngineNamespaceWithCallback invokes the mse.UpdateEngineNamespace API asynchronously
func (*Client) UpdateEngineNamespaceWithChan ¶
func (client *Client) UpdateEngineNamespaceWithChan(request *UpdateEngineNamespaceRequest) (<-chan *UpdateEngineNamespaceResponse, <-chan error)
UpdateEngineNamespaceWithChan invokes the mse.UpdateEngineNamespace API asynchronously
func (*Client) UpdateGatewayDomain ¶ added in v1.61.1450
func (client *Client) UpdateGatewayDomain(request *UpdateGatewayDomainRequest) (response *UpdateGatewayDomainResponse, err error)
UpdateGatewayDomain invokes the mse.UpdateGatewayDomain API synchronously
func (*Client) UpdateGatewayDomainWithCallback ¶ added in v1.61.1450
func (client *Client) UpdateGatewayDomainWithCallback(request *UpdateGatewayDomainRequest, callback func(response *UpdateGatewayDomainResponse, err error)) <-chan int
UpdateGatewayDomainWithCallback invokes the mse.UpdateGatewayDomain API asynchronously
func (*Client) UpdateGatewayDomainWithChan ¶ added in v1.61.1450
func (client *Client) UpdateGatewayDomainWithChan(request *UpdateGatewayDomainRequest) (<-chan *UpdateGatewayDomainResponse, <-chan error)
UpdateGatewayDomainWithChan invokes the mse.UpdateGatewayDomain API asynchronously
func (*Client) UpdateGatewayName ¶ added in v1.61.1344
func (client *Client) UpdateGatewayName(request *UpdateGatewayNameRequest) (response *UpdateGatewayNameResponse, err error)
UpdateGatewayName invokes the mse.UpdateGatewayName API synchronously
func (*Client) UpdateGatewayNameWithCallback ¶ added in v1.61.1344
func (client *Client) UpdateGatewayNameWithCallback(request *UpdateGatewayNameRequest, callback func(response *UpdateGatewayNameResponse, err error)) <-chan int
UpdateGatewayNameWithCallback invokes the mse.UpdateGatewayName API asynchronously
func (*Client) UpdateGatewayNameWithChan ¶ added in v1.61.1344
func (client *Client) UpdateGatewayNameWithChan(request *UpdateGatewayNameRequest) (<-chan *UpdateGatewayNameResponse, <-chan error)
UpdateGatewayNameWithChan invokes the mse.UpdateGatewayName API asynchronously
func (*Client) UpdateGatewayOption ¶ added in v1.61.1344
func (client *Client) UpdateGatewayOption(request *UpdateGatewayOptionRequest) (response *UpdateGatewayOptionResponse, err error)
UpdateGatewayOption invokes the mse.UpdateGatewayOption API synchronously
func (*Client) UpdateGatewayOptionWithCallback ¶ added in v1.61.1344
func (client *Client) UpdateGatewayOptionWithCallback(request *UpdateGatewayOptionRequest, callback func(response *UpdateGatewayOptionResponse, err error)) <-chan int
UpdateGatewayOptionWithCallback invokes the mse.UpdateGatewayOption API asynchronously
func (*Client) UpdateGatewayOptionWithChan ¶ added in v1.61.1344
func (client *Client) UpdateGatewayOptionWithChan(request *UpdateGatewayOptionRequest) (<-chan *UpdateGatewayOptionResponse, <-chan error)
UpdateGatewayOptionWithChan invokes the mse.UpdateGatewayOption API asynchronously
func (*Client) UpdateGatewayRoute ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRoute(request *UpdateGatewayRouteRequest) (response *UpdateGatewayRouteResponse, err error)
UpdateGatewayRoute invokes the mse.UpdateGatewayRoute API synchronously
func (*Client) UpdateGatewayRouteCORS ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteCORS(request *UpdateGatewayRouteCORSRequest) (response *UpdateGatewayRouteCORSResponse, err error)
UpdateGatewayRouteCORS invokes the mse.UpdateGatewayRouteCORS API synchronously
func (*Client) UpdateGatewayRouteCORSWithCallback ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteCORSWithCallback(request *UpdateGatewayRouteCORSRequest, callback func(response *UpdateGatewayRouteCORSResponse, err error)) <-chan int
UpdateGatewayRouteCORSWithCallback invokes the mse.UpdateGatewayRouteCORS API asynchronously
func (*Client) UpdateGatewayRouteCORSWithChan ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteCORSWithChan(request *UpdateGatewayRouteCORSRequest) (<-chan *UpdateGatewayRouteCORSResponse, <-chan error)
UpdateGatewayRouteCORSWithChan invokes the mse.UpdateGatewayRouteCORS API asynchronously
func (*Client) UpdateGatewayRouteHTTPRewrite ¶ added in v1.61.1344
func (client *Client) UpdateGatewayRouteHTTPRewrite(request *UpdateGatewayRouteHTTPRewriteRequest) (response *UpdateGatewayRouteHTTPRewriteResponse, err error)
UpdateGatewayRouteHTTPRewrite invokes the mse.UpdateGatewayRouteHTTPRewrite API synchronously
func (*Client) UpdateGatewayRouteHTTPRewriteWithCallback ¶ added in v1.61.1344
func (client *Client) UpdateGatewayRouteHTTPRewriteWithCallback(request *UpdateGatewayRouteHTTPRewriteRequest, callback func(response *UpdateGatewayRouteHTTPRewriteResponse, err error)) <-chan int
UpdateGatewayRouteHTTPRewriteWithCallback invokes the mse.UpdateGatewayRouteHTTPRewrite API asynchronously
func (*Client) UpdateGatewayRouteHTTPRewriteWithChan ¶ added in v1.61.1344
func (client *Client) UpdateGatewayRouteHTTPRewriteWithChan(request *UpdateGatewayRouteHTTPRewriteRequest) (<-chan *UpdateGatewayRouteHTTPRewriteResponse, <-chan error)
UpdateGatewayRouteHTTPRewriteWithChan invokes the mse.UpdateGatewayRouteHTTPRewrite API asynchronously
func (*Client) UpdateGatewayRouteHeaderOp ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteHeaderOp(request *UpdateGatewayRouteHeaderOpRequest) (response *UpdateGatewayRouteHeaderOpResponse, err error)
UpdateGatewayRouteHeaderOp invokes the mse.UpdateGatewayRouteHeaderOp API synchronously
func (*Client) UpdateGatewayRouteHeaderOpWithCallback ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteHeaderOpWithCallback(request *UpdateGatewayRouteHeaderOpRequest, callback func(response *UpdateGatewayRouteHeaderOpResponse, err error)) <-chan int
UpdateGatewayRouteHeaderOpWithCallback invokes the mse.UpdateGatewayRouteHeaderOp API asynchronously
func (*Client) UpdateGatewayRouteHeaderOpWithChan ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteHeaderOpWithChan(request *UpdateGatewayRouteHeaderOpRequest) (<-chan *UpdateGatewayRouteHeaderOpResponse, <-chan error)
UpdateGatewayRouteHeaderOpWithChan invokes the mse.UpdateGatewayRouteHeaderOp API asynchronously
func (*Client) UpdateGatewayRouteRetry ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteRetry(request *UpdateGatewayRouteRetryRequest) (response *UpdateGatewayRouteRetryResponse, err error)
UpdateGatewayRouteRetry invokes the mse.UpdateGatewayRouteRetry API synchronously
func (*Client) UpdateGatewayRouteRetryWithCallback ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteRetryWithCallback(request *UpdateGatewayRouteRetryRequest, callback func(response *UpdateGatewayRouteRetryResponse, err error)) <-chan int
UpdateGatewayRouteRetryWithCallback invokes the mse.UpdateGatewayRouteRetry API asynchronously
func (*Client) UpdateGatewayRouteRetryWithChan ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteRetryWithChan(request *UpdateGatewayRouteRetryRequest) (<-chan *UpdateGatewayRouteRetryResponse, <-chan error)
UpdateGatewayRouteRetryWithChan invokes the mse.UpdateGatewayRouteRetry API asynchronously
func (*Client) UpdateGatewayRouteTimeout ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteTimeout(request *UpdateGatewayRouteTimeoutRequest) (response *UpdateGatewayRouteTimeoutResponse, err error)
UpdateGatewayRouteTimeout invokes the mse.UpdateGatewayRouteTimeout API synchronously
func (*Client) UpdateGatewayRouteTimeoutWithCallback ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteTimeoutWithCallback(request *UpdateGatewayRouteTimeoutRequest, callback func(response *UpdateGatewayRouteTimeoutResponse, err error)) <-chan int
UpdateGatewayRouteTimeoutWithCallback invokes the mse.UpdateGatewayRouteTimeout API asynchronously
func (*Client) UpdateGatewayRouteTimeoutWithChan ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteTimeoutWithChan(request *UpdateGatewayRouteTimeoutRequest) (<-chan *UpdateGatewayRouteTimeoutResponse, <-chan error)
UpdateGatewayRouteTimeoutWithChan invokes the mse.UpdateGatewayRouteTimeout API asynchronously
func (*Client) UpdateGatewayRouteWafStatus ¶ added in v1.61.1581
func (client *Client) UpdateGatewayRouteWafStatus(request *UpdateGatewayRouteWafStatusRequest) (response *UpdateGatewayRouteWafStatusResponse, err error)
UpdateGatewayRouteWafStatus invokes the mse.UpdateGatewayRouteWafStatus API synchronously
func (*Client) UpdateGatewayRouteWafStatusWithCallback ¶ added in v1.61.1581
func (client *Client) UpdateGatewayRouteWafStatusWithCallback(request *UpdateGatewayRouteWafStatusRequest, callback func(response *UpdateGatewayRouteWafStatusResponse, err error)) <-chan int
UpdateGatewayRouteWafStatusWithCallback invokes the mse.UpdateGatewayRouteWafStatus API asynchronously
func (*Client) UpdateGatewayRouteWafStatusWithChan ¶ added in v1.61.1581
func (client *Client) UpdateGatewayRouteWafStatusWithChan(request *UpdateGatewayRouteWafStatusRequest) (<-chan *UpdateGatewayRouteWafStatusResponse, <-chan error)
UpdateGatewayRouteWafStatusWithChan invokes the mse.UpdateGatewayRouteWafStatus API asynchronously
func (*Client) UpdateGatewayRouteWithCallback ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteWithCallback(request *UpdateGatewayRouteRequest, callback func(response *UpdateGatewayRouteResponse, err error)) <-chan int
UpdateGatewayRouteWithCallback invokes the mse.UpdateGatewayRoute API asynchronously
func (*Client) UpdateGatewayRouteWithChan ¶ added in v1.61.1488
func (client *Client) UpdateGatewayRouteWithChan(request *UpdateGatewayRouteRequest) (<-chan *UpdateGatewayRouteResponse, <-chan error)
UpdateGatewayRouteWithChan invokes the mse.UpdateGatewayRoute API asynchronously
func (*Client) UpdateGatewayServiceTrafficPolicy ¶ added in v1.61.1497
func (client *Client) UpdateGatewayServiceTrafficPolicy(request *UpdateGatewayServiceTrafficPolicyRequest) (response *UpdateGatewayServiceTrafficPolicyResponse, err error)
UpdateGatewayServiceTrafficPolicy invokes the mse.UpdateGatewayServiceTrafficPolicy API synchronously
func (*Client) UpdateGatewayServiceTrafficPolicyWithCallback ¶ added in v1.61.1497
func (client *Client) UpdateGatewayServiceTrafficPolicyWithCallback(request *UpdateGatewayServiceTrafficPolicyRequest, callback func(response *UpdateGatewayServiceTrafficPolicyResponse, err error)) <-chan int
UpdateGatewayServiceTrafficPolicyWithCallback invokes the mse.UpdateGatewayServiceTrafficPolicy API asynchronously
func (*Client) UpdateGatewayServiceTrafficPolicyWithChan ¶ added in v1.61.1497
func (client *Client) UpdateGatewayServiceTrafficPolicyWithChan(request *UpdateGatewayServiceTrafficPolicyRequest) (<-chan *UpdateGatewayServiceTrafficPolicyResponse, <-chan error)
UpdateGatewayServiceTrafficPolicyWithChan invokes the mse.UpdateGatewayServiceTrafficPolicy API asynchronously
func (*Client) UpdateGatewayServiceVersion ¶ added in v1.61.1450
func (client *Client) UpdateGatewayServiceVersion(request *UpdateGatewayServiceVersionRequest) (response *UpdateGatewayServiceVersionResponse, err error)
UpdateGatewayServiceVersion invokes the mse.UpdateGatewayServiceVersion API synchronously
func (*Client) UpdateGatewayServiceVersionWithCallback ¶ added in v1.61.1450
func (client *Client) UpdateGatewayServiceVersionWithCallback(request *UpdateGatewayServiceVersionRequest, callback func(response *UpdateGatewayServiceVersionResponse, err error)) <-chan int
UpdateGatewayServiceVersionWithCallback invokes the mse.UpdateGatewayServiceVersion API asynchronously
func (*Client) UpdateGatewayServiceVersionWithChan ¶ added in v1.61.1450
func (client *Client) UpdateGatewayServiceVersionWithChan(request *UpdateGatewayServiceVersionRequest) (<-chan *UpdateGatewayServiceVersionResponse, <-chan error)
UpdateGatewayServiceVersionWithChan invokes the mse.UpdateGatewayServiceVersion API asynchronously
func (*Client) UpdateGatewaySpec ¶ added in v1.62.153
func (client *Client) UpdateGatewaySpec(request *UpdateGatewaySpecRequest) (response *UpdateGatewaySpecResponse, err error)
UpdateGatewaySpec invokes the mse.UpdateGatewaySpec API synchronously
func (*Client) UpdateGatewaySpecWithCallback ¶ added in v1.62.153
func (client *Client) UpdateGatewaySpecWithCallback(request *UpdateGatewaySpecRequest, callback func(response *UpdateGatewaySpecResponse, err error)) <-chan int
UpdateGatewaySpecWithCallback invokes the mse.UpdateGatewaySpec API asynchronously
func (*Client) UpdateGatewaySpecWithChan ¶ added in v1.62.153
func (client *Client) UpdateGatewaySpecWithChan(request *UpdateGatewaySpecRequest) (<-chan *UpdateGatewaySpecResponse, <-chan error)
UpdateGatewaySpecWithChan invokes the mse.UpdateGatewaySpec API asynchronously
func (*Client) UpdateImage ¶ added in v1.61.1344
func (client *Client) UpdateImage(request *UpdateImageRequest) (response *UpdateImageResponse, err error)
UpdateImage invokes the mse.UpdateImage API synchronously
func (*Client) UpdateImageWithCallback ¶ added in v1.61.1344
func (client *Client) UpdateImageWithCallback(request *UpdateImageRequest, callback func(response *UpdateImageResponse, err error)) <-chan int
UpdateImageWithCallback invokes the mse.UpdateImage API asynchronously
func (*Client) UpdateImageWithChan ¶ added in v1.61.1344
func (client *Client) UpdateImageWithChan(request *UpdateImageRequest) (<-chan *UpdateImageResponse, <-chan error)
UpdateImageWithChan invokes the mse.UpdateImage API asynchronously
func (*Client) UpdateMessageQueueRoute ¶ added in v1.61.1581
func (client *Client) UpdateMessageQueueRoute(request *UpdateMessageQueueRouteRequest) (response *UpdateMessageQueueRouteResponse, err error)
UpdateMessageQueueRoute invokes the mse.UpdateMessageQueueRoute API synchronously
func (*Client) UpdateMessageQueueRouteWithCallback ¶ added in v1.61.1581
func (client *Client) UpdateMessageQueueRouteWithCallback(request *UpdateMessageQueueRouteRequest, callback func(response *UpdateMessageQueueRouteResponse, err error)) <-chan int
UpdateMessageQueueRouteWithCallback invokes the mse.UpdateMessageQueueRoute API asynchronously
func (*Client) UpdateMessageQueueRouteWithChan ¶ added in v1.61.1581
func (client *Client) UpdateMessageQueueRouteWithChan(request *UpdateMessageQueueRouteRequest) (<-chan *UpdateMessageQueueRouteResponse, <-chan error)
UpdateMessageQueueRouteWithChan invokes the mse.UpdateMessageQueueRoute API asynchronously
func (*Client) UpdateMigrationTask ¶ added in v1.62.153
func (client *Client) UpdateMigrationTask(request *UpdateMigrationTaskRequest) (response *UpdateMigrationTaskResponse, err error)
UpdateMigrationTask invokes the mse.UpdateMigrationTask API synchronously
func (*Client) UpdateMigrationTaskWithCallback ¶ added in v1.62.153
func (client *Client) UpdateMigrationTaskWithCallback(request *UpdateMigrationTaskRequest, callback func(response *UpdateMigrationTaskResponse, err error)) <-chan int
UpdateMigrationTaskWithCallback invokes the mse.UpdateMigrationTask API asynchronously
func (*Client) UpdateMigrationTaskWithChan ¶ added in v1.62.153
func (client *Client) UpdateMigrationTaskWithChan(request *UpdateMigrationTaskRequest) (<-chan *UpdateMigrationTaskResponse, <-chan error)
UpdateMigrationTaskWithChan invokes the mse.UpdateMigrationTask API asynchronously
func (*Client) UpdateNacosCluster ¶ added in v1.61.1450
func (client *Client) UpdateNacosCluster(request *UpdateNacosClusterRequest) (response *UpdateNacosClusterResponse, err error)
UpdateNacosCluster invokes the mse.UpdateNacosCluster API synchronously
func (*Client) UpdateNacosClusterWithCallback ¶ added in v1.61.1450
func (client *Client) UpdateNacosClusterWithCallback(request *UpdateNacosClusterRequest, callback func(response *UpdateNacosClusterResponse, err error)) <-chan int
UpdateNacosClusterWithCallback invokes the mse.UpdateNacosCluster API asynchronously
func (*Client) UpdateNacosClusterWithChan ¶ added in v1.61.1450
func (client *Client) UpdateNacosClusterWithChan(request *UpdateNacosClusterRequest) (<-chan *UpdateNacosClusterResponse, <-chan error)
UpdateNacosClusterWithChan invokes the mse.UpdateNacosCluster API asynchronously
func (*Client) UpdateNacosConfig ¶
func (client *Client) UpdateNacosConfig(request *UpdateNacosConfigRequest) (response *UpdateNacosConfigResponse, err error)
UpdateNacosConfig invokes the mse.UpdateNacosConfig API synchronously
func (*Client) UpdateNacosConfigWithCallback ¶
func (client *Client) UpdateNacosConfigWithCallback(request *UpdateNacosConfigRequest, callback func(response *UpdateNacosConfigResponse, err error)) <-chan int
UpdateNacosConfigWithCallback invokes the mse.UpdateNacosConfig API asynchronously
func (*Client) UpdateNacosConfigWithChan ¶
func (client *Client) UpdateNacosConfigWithChan(request *UpdateNacosConfigRequest) (<-chan *UpdateNacosConfigResponse, <-chan error)
UpdateNacosConfigWithChan invokes the mse.UpdateNacosConfig API asynchronously
func (*Client) UpdateNacosInstance ¶ added in v1.61.998
func (client *Client) UpdateNacosInstance(request *UpdateNacosInstanceRequest) (response *UpdateNacosInstanceResponse, err error)
UpdateNacosInstance invokes the mse.UpdateNacosInstance API synchronously
func (*Client) UpdateNacosInstanceWithCallback ¶ added in v1.61.998
func (client *Client) UpdateNacosInstanceWithCallback(request *UpdateNacosInstanceRequest, callback func(response *UpdateNacosInstanceResponse, err error)) <-chan int
UpdateNacosInstanceWithCallback invokes the mse.UpdateNacosInstance API asynchronously
func (*Client) UpdateNacosInstanceWithChan ¶ added in v1.61.998
func (client *Client) UpdateNacosInstanceWithChan(request *UpdateNacosInstanceRequest) (<-chan *UpdateNacosInstanceResponse, <-chan error)
UpdateNacosInstanceWithChan invokes the mse.UpdateNacosInstance API asynchronously
func (*Client) UpdateNacosService ¶ added in v1.61.1450
func (client *Client) UpdateNacosService(request *UpdateNacosServiceRequest) (response *UpdateNacosServiceResponse, err error)
UpdateNacosService invokes the mse.UpdateNacosService API synchronously
func (*Client) UpdateNacosServiceWithCallback ¶ added in v1.61.1450
func (client *Client) UpdateNacosServiceWithCallback(request *UpdateNacosServiceRequest, callback func(response *UpdateNacosServiceResponse, err error)) <-chan int
UpdateNacosServiceWithCallback invokes the mse.UpdateNacosService API asynchronously
func (*Client) UpdateNacosServiceWithChan ¶ added in v1.61.1450
func (client *Client) UpdateNacosServiceWithChan(request *UpdateNacosServiceRequest) (<-chan *UpdateNacosServiceResponse, <-chan error)
UpdateNacosServiceWithChan invokes the mse.UpdateNacosService API asynchronously
func (*Client) UpdatePluginConfig ¶ added in v1.62.153
func (client *Client) UpdatePluginConfig(request *UpdatePluginConfigRequest) (response *UpdatePluginConfigResponse, err error)
UpdatePluginConfig invokes the mse.UpdatePluginConfig API synchronously
func (*Client) UpdatePluginConfigWithCallback ¶ added in v1.62.153
func (client *Client) UpdatePluginConfigWithCallback(request *UpdatePluginConfigRequest, callback func(response *UpdatePluginConfigResponse, err error)) <-chan int
UpdatePluginConfigWithCallback invokes the mse.UpdatePluginConfig API asynchronously
func (*Client) UpdatePluginConfigWithChan ¶ added in v1.62.153
func (client *Client) UpdatePluginConfigWithChan(request *UpdatePluginConfigRequest) (<-chan *UpdatePluginConfigResponse, <-chan error)
UpdatePluginConfigWithChan invokes the mse.UpdatePluginConfig API asynchronously
func (*Client) UpdateSSLCert ¶ added in v1.61.1450
func (client *Client) UpdateSSLCert(request *UpdateSSLCertRequest) (response *UpdateSSLCertResponse, err error)
UpdateSSLCert invokes the mse.UpdateSSLCert API synchronously
func (*Client) UpdateSSLCertWithCallback ¶ added in v1.61.1450
func (client *Client) UpdateSSLCertWithCallback(request *UpdateSSLCertRequest, callback func(response *UpdateSSLCertResponse, err error)) <-chan int
UpdateSSLCertWithCallback invokes the mse.UpdateSSLCert API asynchronously
func (*Client) UpdateSSLCertWithChan ¶ added in v1.61.1450
func (client *Client) UpdateSSLCertWithChan(request *UpdateSSLCertRequest) (<-chan *UpdateSSLCertResponse, <-chan error)
UpdateSSLCertWithChan invokes the mse.UpdateSSLCert API asynchronously
func (*Client) UpdateServiceSource ¶ added in v1.62.153
func (client *Client) UpdateServiceSource(request *UpdateServiceSourceRequest) (response *UpdateServiceSourceResponse, err error)
UpdateServiceSource invokes the mse.UpdateServiceSource API synchronously
func (*Client) UpdateServiceSourceWithCallback ¶ added in v1.62.153
func (client *Client) UpdateServiceSourceWithCallback(request *UpdateServiceSourceRequest, callback func(response *UpdateServiceSourceResponse, err error)) <-chan int
UpdateServiceSourceWithCallback invokes the mse.UpdateServiceSource API asynchronously
func (*Client) UpdateServiceSourceWithChan ¶ added in v1.62.153
func (client *Client) UpdateServiceSourceWithChan(request *UpdateServiceSourceRequest) (<-chan *UpdateServiceSourceResponse, <-chan error)
UpdateServiceSourceWithChan invokes the mse.UpdateServiceSource API asynchronously
func (*Client) UpdateZnode ¶
func (client *Client) UpdateZnode(request *UpdateZnodeRequest) (response *UpdateZnodeResponse, err error)
UpdateZnode invokes the mse.UpdateZnode API synchronously
func (*Client) UpdateZnodeWithCallback ¶
func (client *Client) UpdateZnodeWithCallback(request *UpdateZnodeRequest, callback func(response *UpdateZnodeResponse, err error)) <-chan int
UpdateZnodeWithCallback invokes the mse.UpdateZnode API asynchronously
func (*Client) UpdateZnodeWithChan ¶
func (client *Client) UpdateZnodeWithChan(request *UpdateZnodeRequest) (<-chan *UpdateZnodeResponse, <-chan error)
UpdateZnodeWithChan invokes the mse.UpdateZnode API asynchronously
func (*Client) UpgradeCluster ¶
func (client *Client) UpgradeCluster(request *UpgradeClusterRequest) (response *UpgradeClusterResponse, err error)
UpgradeCluster invokes the mse.UpgradeCluster API synchronously
func (*Client) UpgradeClusterWithCallback ¶
func (client *Client) UpgradeClusterWithCallback(request *UpgradeClusterRequest, callback func(response *UpgradeClusterResponse, err error)) <-chan int
UpgradeClusterWithCallback invokes the mse.UpgradeCluster API asynchronously
func (*Client) UpgradeClusterWithChan ¶
func (client *Client) UpgradeClusterWithChan(request *UpgradeClusterRequest) (<-chan *UpgradeClusterResponse, <-chan error)
UpgradeClusterWithChan invokes the mse.UpgradeCluster API asynchronously
type CloneNacosConfigRequest ¶ added in v1.61.998
type CloneNacosConfigRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
TargetNamespaceId string `position:"Query" name:"TargetNamespaceId"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Ids string `position:"Query" name:"Ids"`
OriginNamespaceId string `position:"Query" name:"OriginNamespaceId"`
Policy string `position:"Query" name:"Policy"`
}
CloneNacosConfigRequest is the request struct for api CloneNacosConfig
func CreateCloneNacosConfigRequest ¶ added in v1.61.998
func CreateCloneNacosConfigRequest() (request *CloneNacosConfigRequest)
CreateCloneNacosConfigRequest creates a request to invoke CloneNacosConfig API
type CloneNacosConfigResponse ¶ added in v1.61.998
type CloneNacosConfigResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data Data `json:"Data" xml:"Data"`
}
CloneNacosConfigResponse is the response struct for api CloneNacosConfig
func CreateCloneNacosConfigResponse ¶ added in v1.61.998
func CreateCloneNacosConfigResponse() (response *CloneNacosConfigResponse)
CreateCloneNacosConfigResponse creates a response to parse from CloneNacosConfig response
type ClusterForListModel ¶
type ClusterForListModel struct {
EndDate string `json:"EndDate" xml:"EndDate"`
IntranetDomain string `json:"IntranetDomain" xml:"IntranetDomain"`
InternetDomain string `json:"InternetDomain" xml:"InternetDomain"`
CreateTime string `json:"CreateTime" xml:"CreateTime"`
ChargeType string `json:"ChargeType" xml:"ChargeType"`
IntranetAddress string `json:"IntranetAddress" xml:"IntranetAddress"`
InstanceId string `json:"InstanceId" xml:"InstanceId"`
InternetAddress string `json:"InternetAddress" xml:"InternetAddress"`
ClusterAliasName string `json:"ClusterAliasName" xml:"ClusterAliasName"`
ClusterType string `json:"ClusterType" xml:"ClusterType"`
InitStatus string `json:"InitStatus" xml:"InitStatus"`
AppVersion string `json:"AppVersion" xml:"AppVersion"`
ClusterId string `json:"ClusterId" xml:"ClusterId"`
CanUpdate bool `json:"CanUpdate" xml:"CanUpdate"`
VersionCode string `json:"VersionCode" xml:"VersionCode"`
InstanceCount int64 `json:"InstanceCount" xml:"InstanceCount"`
ClusterName string `json:"ClusterName" xml:"ClusterName"`
MseVersion string `json:"MseVersion" xml:"MseVersion"`
Tags map[string]interface{} `json:"Tags" xml:"Tags"`
ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"`
}
ClusterForListModel is a nested struct in mse response
type ClusterList ¶ added in v1.61.1344
type ClusterList struct {
ClusterName string `json:"ClusterName" xml:"ClusterName"`
ClusterId string `json:"ClusterId" xml:"ClusterId"`
Region string `json:"Region" xml:"Region"`
K8sVersion string `json:"K8sVersion" xml:"K8sVersion"`
NamespaceInfos string `json:"NamespaceInfos" xml:"NamespaceInfos"`
PilotStartTime string `json:"PilotStartTime" xml:"PilotStartTime"`
}
ClusterList is a nested struct in mse response
type Clusters ¶
type Clusters struct {
NacosAnsCluster []NacosAnsCluster `json:"NacosAnsCluster" xml:"NacosAnsCluster"`
}
Clusters is a nested struct in mse response
type Comment ¶ added in v1.61.1581
type Comment struct {
Status string `json:"Status" xml:"Status"`
}
Comment is a nested struct in mse response
type Configuration ¶
type Configuration struct {
Tags string `json:"Tags" xml:"Tags"`
DataId string `json:"DataId" xml:"DataId"`
BetaIps string `json:"BetaIps" xml:"BetaIps"`
Content string `json:"Content" xml:"Content"`
Group string `json:"Group" xml:"Group"`
Desc string `json:"Desc" xml:"Desc"`
OpType string `json:"OpType" xml:"OpType"`
Md5 string `json:"Md5" xml:"Md5"`
EncryptedDataKey string `json:"EncryptedDataKey" xml:"EncryptedDataKey"`
AppName string `json:"AppName" xml:"AppName"`
Type string `json:"Type" xml:"Type"`
}
Configuration is a nested struct in mse response
type Configurations ¶
type Configurations struct {
NacosConfigForListModel []NacosConfigForListModel `json:"NacosConfigForListModel" xml:"NacosConfigForListModel"`
}
Configurations is a nested struct in mse response
type ConsistentHashLBConfig ¶ added in v1.61.1450
type ConsistentHashLBConfig struct {
ParameterName string `json:"ParameterName" xml:"ParameterName"`
MinimumRingSize int64 `json:"MinimumRingSize" xml:"MinimumRingSize"`
ConsistentHashLBType string `json:"ConsistentHashLBType" xml:"ConsistentHashLBType"`
HttpCookie HttpCookie `json:"HttpCookie" xml:"HttpCookie"`
}
ConsistentHashLBConfig is a nested struct in mse response
type Cors ¶ added in v1.61.1488
type Cors struct {
ExposeHeaders string `json:"ExposeHeaders" xml:"ExposeHeaders"`
AllowCredentials bool `json:"AllowCredentials" xml:"AllowCredentials"`
AllowOrigins string `json:"AllowOrigins" xml:"AllowOrigins"`
AllowMethods string `json:"AllowMethods" xml:"AllowMethods"`
AllowHeaders string `json:"AllowHeaders" xml:"AllowHeaders"`
Status string `json:"Status" xml:"Status"`
UnitNum int64 `json:"UnitNum" xml:"UnitNum"`
TimeUnit string `json:"TimeUnit" xml:"TimeUnit"`
}
Cors is a nested struct in mse response
type CreateApplicationRequest ¶ added in v1.61.1002
type CreateApplicationRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Language string `position:"Query" name:"Language"`
Source string `position:"Query" name:"Source"`
ExtraInfo string `position:"Query" name:"ExtraInfo"`
AppName string `position:"Query" name:"AppName"`
SwitchEnable string `position:"Query" name:"SwitchEnable"`
Namespace string `position:"Query" name:"Namespace"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
SentinelEnable string `position:"Query" name:"SentinelEnable"`
Region string `position:"Query" name:"Region"`
}
CreateApplicationRequest is the request struct for api CreateApplication
func CreateCreateApplicationRequest ¶ added in v1.61.1002
func CreateCreateApplicationRequest() (request *CreateApplicationRequest)
CreateCreateApplicationRequest creates a request to invoke CreateApplication API
type CreateApplicationResponse ¶ added in v1.61.1002
type CreateApplicationResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Code int `json:"Code" xml:"Code"`
Success string `json:"Success" xml:"Success"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Data Data `json:"Data" xml:"Data"`
}
CreateApplicationResponse is the response struct for api CreateApplication
func CreateCreateApplicationResponse ¶ added in v1.61.1002
func CreateCreateApplicationResponse() (response *CreateApplicationResponse)
CreateCreateApplicationResponse creates a response to parse from CreateApplication response
type CreateClusterRequest ¶
type CreateClusterRequest struct {
*requests.RpcRequest
ClusterSpecification string `position:"Query" name:"ClusterSpecification"`
MseSessionId string `position:"Query" name:"MseSessionId"`
PubSlbSpecification string `position:"Query" name:"PubSlbSpecification"`
PrivateSlbSpecification string `position:"Query" name:"PrivateSlbSpecification"`
ResourceGroupId string `position:"Query" name:"ResourceGroupId"`
InstanceCount requests.Integer `position:"Query" name:"InstanceCount"`
RequestPars string `position:"Query" name:"RequestPars"`
Tag *[]CreateClusterTag `position:"Query" name:"Tag" type:"Repeated"`
ConnectionType string `position:"Query" name:"ConnectionType"`
ClusterVersion string `position:"Query" name:"ClusterVersion"`
DiskCapacity requests.Integer `position:"Query" name:"DiskCapacity"`
DiskType string `position:"Query" name:"DiskType"`
VSwitchId string `position:"Query" name:"VSwitchId"`
ClusterType string `position:"Query" name:"ClusterType"`
InstanceName string `position:"Query" name:"InstanceName"`
PubNetworkFlow string `position:"Query" name:"PubNetworkFlow"`
VpcId string `position:"Query" name:"VpcId"`
NetType string `position:"Query" name:"NetType"`
MseVersion string `position:"Query" name:"MseVersion"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Region string `position:"Query" name:"Region"`
}
CreateClusterRequest is the request struct for api CreateCluster
func CreateCreateClusterRequest ¶
func CreateCreateClusterRequest() (request *CreateClusterRequest)
CreateCreateClusterRequest creates a request to invoke CreateCluster API
type CreateClusterResponse ¶
type CreateClusterResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
InstanceId string `json:"InstanceId" xml:"InstanceId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
OrderId string `json:"OrderId" xml:"OrderId"`
Success bool `json:"Success" xml:"Success"`
}
CreateClusterResponse is the response struct for api CreateCluster
func CreateCreateClusterResponse ¶
func CreateCreateClusterResponse() (response *CreateClusterResponse)
CreateCreateClusterResponse creates a response to parse from CreateCluster response
type CreateClusterTag ¶ added in v1.62.153
CreateClusterTag is a repeated param struct in CreateClusterRequest
type CreateEngineNamespaceRequest ¶
type CreateEngineNamespaceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
InstanceId string `position:"Query" name:"InstanceId"`
ServiceCount requests.Integer `position:"Query" name:"ServiceCount"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Id string `position:"Query" name:"Id"`
Desc string `position:"Query" name:"Desc"`
}
CreateEngineNamespaceRequest is the request struct for api CreateEngineNamespace
func CreateCreateEngineNamespaceRequest ¶
func CreateCreateEngineNamespaceRequest() (request *CreateEngineNamespaceRequest)
CreateCreateEngineNamespaceRequest creates a request to invoke CreateEngineNamespace API
type CreateEngineNamespaceResponse ¶
type CreateEngineNamespaceResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ClusterId string `json:"ClusterId" xml:"ClusterId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
CreateEngineNamespaceResponse is the response struct for api CreateEngineNamespace
func CreateCreateEngineNamespaceResponse ¶
func CreateCreateEngineNamespaceResponse() (response *CreateEngineNamespaceResponse)
CreateCreateEngineNamespaceResponse creates a response to parse from CreateEngineNamespace response
type CreateMseServiceApplicationRequest ¶ added in v1.61.1624
type CreateMseServiceApplicationRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Language string `position:"Query" name:"Language"`
Source string `position:"Query" name:"Source"`
ExtraInfo string `position:"Query" name:"ExtraInfo"`
AppName string `position:"Query" name:"AppName"`
SwitchEnable string `position:"Query" name:"SwitchEnable"`
MseVersion string `position:"Query" name:"MseVersion"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
SentinelEnable string `position:"Query" name:"SentinelEnable"`
Region string `position:"Query" name:"Region"`
}
CreateMseServiceApplicationRequest is the request struct for api CreateMseServiceApplication
func CreateCreateMseServiceApplicationRequest ¶ added in v1.61.1624
func CreateCreateMseServiceApplicationRequest() (request *CreateMseServiceApplicationRequest)
CreateCreateMseServiceApplicationRequest creates a request to invoke CreateMseServiceApplication API
type CreateMseServiceApplicationResponse ¶ added in v1.61.1624
type CreateMseServiceApplicationResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Code int `json:"Code" xml:"Code"`
Success string `json:"Success" xml:"Success"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Data Data `json:"Data" xml:"Data"`
}
CreateMseServiceApplicationResponse is the response struct for api CreateMseServiceApplication
func CreateCreateMseServiceApplicationResponse ¶ added in v1.61.1624
func CreateCreateMseServiceApplicationResponse() (response *CreateMseServiceApplicationResponse)
CreateCreateMseServiceApplicationResponse creates a response to parse from CreateMseServiceApplication response
type CreateNacosConfigRequest ¶
type CreateNacosConfigRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Type string `position:"Query" name:"Type"`
Content string `position:"Query" name:"Content"`
AppName string `position:"Query" name:"AppName"`
NamespaceId string `position:"Query" name:"NamespaceId"`
Group string `position:"Query" name:"Group"`
Tags string `position:"Query" name:"Tags"`
BetaIps string `position:"Query" name:"BetaIps"`
InstanceId string `position:"Query" name:"InstanceId"`
DataId string `position:"Query" name:"DataId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Desc string `position:"Query" name:"Desc"`
}
CreateNacosConfigRequest is the request struct for api CreateNacosConfig
func CreateCreateNacosConfigRequest ¶
func CreateCreateNacosConfigRequest() (request *CreateNacosConfigRequest)
CreateCreateNacosConfigRequest creates a request to invoke CreateNacosConfig API
type CreateNacosConfigResponse ¶
type CreateNacosConfigResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Code string `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
}
CreateNacosConfigResponse is the response struct for api CreateNacosConfig
func CreateCreateNacosConfigResponse ¶
func CreateCreateNacosConfigResponse() (response *CreateNacosConfigResponse)
CreateCreateNacosConfigResponse creates a response to parse from CreateNacosConfig response
type CreateNacosInstanceRequest ¶ added in v1.61.1450
type CreateNacosInstanceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Metadata string `position:"Body" name:"Metadata"`
ClusterName string `position:"Query" name:"ClusterName"`
Ephemeral requests.Boolean `position:"Query" name:"Ephemeral"`
Enabled requests.Boolean `position:"Query" name:"Enabled"`
NamespaceId string `position:"Query" name:"NamespaceId"`
ServiceName string `position:"Query" name:"ServiceName"`
Ip string `position:"Query" name:"Ip"`
Weight string `position:"Query" name:"Weight"`
GroupName string `position:"Query" name:"GroupName"`
InstanceId string `position:"Query" name:"InstanceId"`
Port requests.Integer `position:"Query" name:"Port"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
CreateNacosInstanceRequest is the request struct for api CreateNacosInstance
func CreateCreateNacosInstanceRequest ¶ added in v1.61.1450
func CreateCreateNacosInstanceRequest() (request *CreateNacosInstanceRequest)
CreateCreateNacosInstanceRequest creates a request to invoke CreateNacosInstance API
type CreateNacosInstanceResponse ¶ added in v1.61.1450
type CreateNacosInstanceResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data string `json:"Data" xml:"Data"`
}
CreateNacosInstanceResponse is the response struct for api CreateNacosInstance
func CreateCreateNacosInstanceResponse ¶ added in v1.61.1450
func CreateCreateNacosInstanceResponse() (response *CreateNacosInstanceResponse)
CreateCreateNacosInstanceResponse creates a response to parse from CreateNacosInstance response
type CreateNacosServiceRequest ¶ added in v1.61.1450
type CreateNacosServiceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Ephemeral requests.Boolean `position:"Query" name:"Ephemeral"`
ClusterId string `position:"Query" name:"ClusterId"`
GroupName string `position:"Query" name:"GroupName"`
InstanceId string `position:"Query" name:"InstanceId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
ServiceName string `position:"Query" name:"ServiceName"`
ProtectThreshold string `position:"Query" name:"ProtectThreshold"`
}
CreateNacosServiceRequest is the request struct for api CreateNacosService
func CreateCreateNacosServiceRequest ¶ added in v1.61.1450
func CreateCreateNacosServiceRequest() (request *CreateNacosServiceRequest)
CreateCreateNacosServiceRequest creates a request to invoke CreateNacosService API
type CreateNacosServiceResponse ¶ added in v1.61.1450
type CreateNacosServiceResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Data string `json:"Data" xml:"Data"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Message string `json:"Message" xml:"Message"`
}
CreateNacosServiceResponse is the response struct for api CreateNacosService
func CreateCreateNacosServiceResponse ¶ added in v1.61.1450
func CreateCreateNacosServiceResponse() (response *CreateNacosServiceResponse)
CreateCreateNacosServiceResponse creates a response to parse from CreateNacosService response
type CreateOrUpdateSwimmingLaneEntryRules ¶ added in v1.61.1488
type CreateOrUpdateSwimmingLaneEntryRules struct {
RestItems *[]CreateOrUpdateSwimmingLaneEntryRulesRestItems `name:"RestItems" type:"Repeated"`
Path string `name:"Path"`
Condition string `name:"Condition"`
Enable string `name:"Enable"`
Paths *[]string `name:"Paths" type:"Repeated"`
Priority string `name:"Priority"`
}
CreateOrUpdateSwimmingLaneEntryRules is a repeated param struct in CreateOrUpdateSwimmingLaneRequest
type CreateOrUpdateSwimmingLaneEntryRulesRestItems ¶ added in v1.61.1488
type CreateOrUpdateSwimmingLaneEntryRulesRestItems struct {
Datum string `name:"Datum"`
Divisor string `name:"Divisor"`
Rate string `name:"Rate"`
NameList *[]string `name:"NameList" type:"Repeated"`
Name string `name:"Name"`
Type string `name:"Type"`
Cond string `name:"Cond"`
Remainder string `name:"Remainder"`
Value string `name:"Value"`
Operator string `name:"Operator"`
}
CreateOrUpdateSwimmingLaneEntryRulesRestItems is a repeated param struct in CreateOrUpdateSwimmingLaneRequest
type CreateOrUpdateSwimmingLaneGatewaySwimmingLaneRouteJson ¶ added in v1.62.153
type CreateOrUpdateSwimmingLaneGatewaySwimmingLaneRouteJson struct {
GatewayUniqueId string `name:"GatewayUniqueId"`
RouteIdList *[]string `name:"RouteIdList" type:"Repeated"`
Conditions *[]CreateOrUpdateSwimmingLaneGatewaySwimmingLaneRouteJsonConditionsItem `name:"Conditions" type:"Repeated"`
GatewayId string `name:"GatewayId"`
}
CreateOrUpdateSwimmingLaneGatewaySwimmingLaneRouteJson is a repeated param struct in CreateOrUpdateSwimmingLaneRequest
type CreateOrUpdateSwimmingLaneGatewaySwimmingLaneRouteJsonConditionsItem ¶ added in v1.62.153
type CreateOrUpdateSwimmingLaneGatewaySwimmingLaneRouteJsonConditionsItem struct {
Name string `name:"Name"`
Type string `name:"Type"`
Cond string `name:"Cond"`
Value string `name:"Value"`
}
CreateOrUpdateSwimmingLaneGatewaySwimmingLaneRouteJsonConditionsItem is a repeated param struct in CreateOrUpdateSwimmingLaneRequest
type CreateOrUpdateSwimmingLaneGroupRequest ¶ added in v1.61.1488
type CreateOrUpdateSwimmingLaneGroupRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Source string `position:"Query" name:"Source"`
GmtModified string `position:"Query" name:"GmtModified"`
UserId string `position:"Query" name:"UserId"`
LicenseKey string `position:"Query" name:"LicenseKey"`
AppIds string `position:"Query" name:"AppIds"`
MessageQueueGrayEnable requests.Boolean `position:"Query" name:"MessageQueueGrayEnable"`
DbGrayEnable requests.Boolean `position:"Query" name:"DbGrayEnable"`
Enable requests.Boolean `position:"Query" name:"Enable"`
EntryApp string `position:"Query" name:"EntryApp"`
Id requests.Integer `position:"Query" name:"Id"`
GmtCreate string `position:"Query" name:"GmtCreate"`
Name string `position:"Query" name:"Name"`
MessageQueueFilterSide string `position:"Query" name:"MessageQueueFilterSide"`
Namespace string `position:"Query" name:"Namespace"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Region string `position:"Query" name:"Region"`
Status requests.Integer `position:"Query" name:"Status"`
}
CreateOrUpdateSwimmingLaneGroupRequest is the request struct for api CreateOrUpdateSwimmingLaneGroup
func CreateCreateOrUpdateSwimmingLaneGroupRequest ¶ added in v1.61.1488
func CreateCreateOrUpdateSwimmingLaneGroupRequest() (request *CreateOrUpdateSwimmingLaneGroupRequest)
CreateCreateOrUpdateSwimmingLaneGroupRequest creates a request to invoke CreateOrUpdateSwimmingLaneGroup API
type CreateOrUpdateSwimmingLaneGroupResponse ¶ added in v1.61.1488
type CreateOrUpdateSwimmingLaneGroupResponse struct {
*responses.BaseResponse
}
CreateOrUpdateSwimmingLaneGroupResponse is the response struct for api CreateOrUpdateSwimmingLaneGroup
func CreateCreateOrUpdateSwimmingLaneGroupResponse ¶ added in v1.61.1488
func CreateCreateOrUpdateSwimmingLaneGroupResponse() (response *CreateOrUpdateSwimmingLaneGroupResponse)
CreateCreateOrUpdateSwimmingLaneGroupResponse creates a response to parse from CreateOrUpdateSwimmingLaneGroup response
type CreateOrUpdateSwimmingLaneRequest ¶ added in v1.61.1488
type CreateOrUpdateSwimmingLaneRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Source string `position:"Query" name:"Source"`
GmtModified string `position:"Query" name:"GmtModified"`
UserId string `position:"Query" name:"UserId"`
LicenseKey string `position:"Query" name:"LicenseKey"`
GatewaySwimmingLaneRouteJson CreateOrUpdateSwimmingLaneGatewaySwimmingLaneRouteJson `position:"Query" name:"GatewaySwimmingLaneRouteJson" type:"Struct"`
EntryRule string `position:"Query" name:"EntryRule"`
Enable requests.Boolean `position:"Query" name:"Enable"`
Id requests.Integer `position:"Query" name:"Id"`
Tag string `position:"Query" name:"Tag"`
EntryRules *[]CreateOrUpdateSwimmingLaneEntryRules `position:"Query" name:"EntryRules" type:"Repeated"`
GroupId requests.Integer `position:"Query" name:"GroupId"`
GmtCreate string `position:"Query" name:"GmtCreate"`
EnableRules requests.Boolean `position:"Query" name:"EnableRules"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Status requests.Integer `position:"Query" name:"Status"`
}
CreateOrUpdateSwimmingLaneRequest is the request struct for api CreateOrUpdateSwimmingLane
func CreateCreateOrUpdateSwimmingLaneRequest ¶ added in v1.61.1488
func CreateCreateOrUpdateSwimmingLaneRequest() (request *CreateOrUpdateSwimmingLaneRequest)
CreateCreateOrUpdateSwimmingLaneRequest creates a request to invoke CreateOrUpdateSwimmingLane API
type CreateOrUpdateSwimmingLaneResponse ¶ added in v1.61.1488
type CreateOrUpdateSwimmingLaneResponse struct {
*responses.BaseResponse
}
CreateOrUpdateSwimmingLaneResponse is the response struct for api CreateOrUpdateSwimmingLane
func CreateCreateOrUpdateSwimmingLaneResponse ¶ added in v1.61.1488
func CreateCreateOrUpdateSwimmingLaneResponse() (response *CreateOrUpdateSwimmingLaneResponse)
CreateCreateOrUpdateSwimmingLaneResponse creates a response to parse from CreateOrUpdateSwimmingLane response
type CreateZnodeRequest ¶
type CreateZnodeRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Data string `position:"Query" name:"Data"`
ClusterId string `position:"Query" name:"ClusterId"`
Path string `position:"Query" name:"Path"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
CreateZnodeRequest is the request struct for api CreateZnode
func CreateCreateZnodeRequest ¶
func CreateCreateZnodeRequest() (request *CreateZnodeRequest)
CreateCreateZnodeRequest creates a request to invoke CreateZnode API
type CreateZnodeResponse ¶
type CreateZnodeResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
CreateZnodeResponse is the response struct for api CreateZnode
func CreateCreateZnodeResponse ¶
func CreateCreateZnodeResponse() (response *CreateZnodeResponse)
CreateCreateZnodeResponse creates a response to parse from CreateZnode response
type CurMetrics ¶ added in v1.62.153
type CurMetrics struct {
CurMetricsItem []CurMetricsItem `json:"curMetrics" xml:"curMetrics"`
}
CurMetrics is a nested struct in mse response
type CurMetricsFm ¶ added in v1.62.153
type CurMetricsFm struct {
Timestamp int64 `json:"Timestamp" xml:"Timestamp"`
Qps string `json:"Qps" xml:"Qps"`
ExpQps string `json:"ExpQps" xml:"ExpQps"`
Rt string `json:"Rt" xml:"Rt"`
PassQps string `json:"PassQps" xml:"PassQps"`
BlockQps string `json:"BlockQps" xml:"BlockQps"`
Thread string `json:"Thread" xml:"Thread"`
}
CurMetricsFm is a nested struct in mse response
type CurMetricsItem ¶ added in v1.62.153
type CurMetricsItem struct {
Timestamp int64 `json:"Timestamp" xml:"Timestamp"`
Qps string `json:"Qps" xml:"Qps"`
ExpQps string `json:"ExpQps" xml:"ExpQps"`
Rt string `json:"Rt" xml:"Rt"`
PassQps string `json:"PassQps" xml:"PassQps"`
BlockQps string `json:"BlockQps" xml:"BlockQps"`
Thread string `json:"Thread" xml:"Thread"`
}
CurMetricsItem is a nested struct in mse response
type Data ¶
type Data struct {
CurrentVersionFullShowName string `json:"CurrentVersionFullShowName" xml:"CurrentVersionFullShowName"`
Source string `json:"Source" xml:"Source"`
Ephemeral bool `json:"Ephemeral" xml:"Ephemeral"`
FilterSide string `json:"FilterSide" xml:"FilterSide"`
LicenseKey string `json:"LicenseKey" xml:"LicenseKey"`
SyncLimit string `json:"SyncLimit" xml:"SyncLimit"`
UpdateTime int64 `json:"UpdateTime" xml:"UpdateTime"`
TargetClusterName string `json:"TargetClusterName" xml:"TargetClusterName"`
SnapshotCount string `json:"SnapshotCount" xml:"SnapshotCount"`
SuccCount int `json:"SuccCount" xml:"SuccCount"`
DisableHttp2Alpn bool `json:"DisableHttp2Alpn" xml:"DisableHttp2Alpn"`
AutopurgePurgeInterval string `json:"AutopurgePurgeInterval" xml:"AutopurgePurgeInterval"`
TotalSize int `json:"TotalSize" xml:"TotalSize"`
SelectorType string `json:"SelectorType" xml:"SelectorType"`
Name string `json:"Name" xml:"Name"`
Language string `json:"Language" xml:"Language"`
MaxVersionChangelogUrl string `json:"MaxVersionChangelogUrl" xml:"MaxVersionChangelogUrl"`
PageSize int `json:"PageSize" xml:"PageSize"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
OriginInstanceName string `json:"OriginInstanceName" xml:"OriginInstanceName"`
ConfigSecretEnabled bool `json:"ConfigSecretEnabled" xml:"ConfigSecretEnabled"`
MaxSize string `json:"MaxSize" xml:"MaxSize"`
PassWord string `json:"PassWord" xml:"PassWord"`
Min int `json:"Min" xml:"Min"`
ClusterType string `json:"ClusterType" xml:"ClusterType"`
Version string `json:"Version" xml:"Version"`
AutopurgeSnapRetainCount string `json:"AutopurgeSnapRetainCount" xml:"AutopurgeSnapRetainCount"`
TickTime string `json:"TickTime" xml:"TickTime"`
Quota int `json:"Quota" xml:"Quota"`
MaxVersionCode string `json:"MaxVersionCode" xml:"MaxVersionCode"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
EnableHardwareAcceleration bool `json:"EnableHardwareAcceleration" xml:"EnableHardwareAcceleration"`
OriginInstanceAddress string `json:"OriginInstanceAddress" xml:"OriginInstanceAddress"`
AppName string `json:"AppName" xml:"AppName"`
ConfigAuthSupported bool `json:"ConfigAuthSupported" xml:"ConfigAuthSupported"`
Step int `json:"Step" xml:"Step"`
NamingAuthEnabled bool `json:"NamingAuthEnabled" xml:"NamingAuthEnabled"`
ConfigSecretSupported bool `json:"ConfigSecretSupported" xml:"ConfigSecretSupported"`
Dir bool `json:"Dir" xml:"Dir"`
NamingAuthSupported bool `json:"NamingAuthSupported" xml:"NamingAuthSupported"`
ConfigAuthEnabled bool `json:"ConfigAuthEnabled" xml:"ConfigAuthEnabled"`
JuteMaxbuffer string `json:"JuteMaxbuffer" xml:"JuteMaxbuffer"`
MaxVersionFullShowName string `json:"MaxVersionFullShowName" xml:"MaxVersionFullShowName"`
Id string `json:"Id" xml:"Id"`
ProjectDesc string `json:"ProjectDesc" xml:"ProjectDesc"`
InitLimit string `json:"InitLimit" xml:"InitLimit"`
Path string `json:"Path" xml:"Path"`
MaxSessionTimeout string `json:"MaxSessionTimeout" xml:"MaxSessionTimeout"`
NamespaceDesc string `json:"NamespaceDesc" xml:"NamespaceDesc"`
Data string `json:"Data" xml:"Data"`
ProtectThreshold float64 `json:"ProtectThreshold" xml:"ProtectThreshold"`
MCPSupported bool `json:"MCPSupported" xml:"MCPSupported"`
EnableWaf bool `json:"EnableWaf" xml:"EnableWaf"`
JvmFlagsCustom string `json:"JvmFlagsCustom" xml:"JvmFlagsCustom"`
AppId string `json:"AppId" xml:"AppId"`
Metadata map[string]interface{} `json:"Metadata" xml:"Metadata"`
ServiceCount int `json:"ServiceCount" xml:"ServiceCount"`
Enable bool `json:"Enable" xml:"Enable"`
Type int `json:"Type" xml:"Type"`
Region string `json:"Region" xml:"Region"`
MinSessionTimeout string `json:"MinSessionTimeout" xml:"MinSessionTimeout"`
Max int `json:"Max" xml:"Max"`
GroupName string `json:"GroupName" xml:"GroupName"`
CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
MaxClientCnxns string `json:"MaxClientCnxns" xml:"MaxClientCnxns"`
ExtraInfo string `json:"ExtraInfo" xml:"ExtraInfo"`
MCPEnabled bool `json:"MCPEnabled" xml:"MCPEnabled"`
RegionId string `json:"RegionId" xml:"RegionId"`
UserId string `json:"UserId" xml:"UserId"`
ConfigCount int `json:"ConfigCount" xml:"ConfigCount"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
ClusterName string `json:"ClusterName" xml:"ClusterName"`
NamespaceShowName string `json:"NamespaceShowName" xml:"NamespaceShowName"`
ConfigContentLimit int64 `json:"ConfigContentLimit" xml:"ConfigContentLimit"`
TargetClusterUrl string `json:"TargetClusterUrl" xml:"TargetClusterUrl"`
OpenSuperAcl bool `json:"OpenSuperAcl" xml:"OpenSuperAcl"`
Status int `json:"Status" xml:"Status"`
SkipCount int `json:"SkipCount" xml:"SkipCount"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
ExtendedTypesEnable bool `json:"ExtendedTypesEnable" xml:"ExtendedTypesEnable"`
NamingCreateServiceSupported bool `json:"NamingCreateServiceSupported" xml:"NamingCreateServiceSupported"`
TargetInstanceId string `json:"TargetInstanceId" xml:"TargetInstanceId"`
Url string `json:"Url" xml:"Url"`
OriginInstanceNamespace string `json:"OriginInstanceNamespace" xml:"OriginInstanceNamespace"`
RestartFlag bool `json:"RestartFlag" xml:"RestartFlag"`
Namespace string `json:"Namespace" xml:"Namespace"`
UserName string `json:"UserName" xml:"UserName"`
Tags []string `json:"Tags" xml:"Tags"`
TraceDetails TraceDetails `json:"TraceDetails" xml:"TraceDetails"`
NacosRunningEnv NacosRunningEnv `json:"NacosRunningEnv" xml:"NacosRunningEnv"`
LogConfigDetails LogConfigDetails `json:"LogConfigDetails" xml:"LogConfigDetails"`
Result []ApplicationList `json:"Result" xml:"Result"`
FailData []FailDataItem `json:"FailData" xml:"FailData"`
SkipData []SkipDataItem `json:"SkipData" xml:"SkipData"`
Clusters []NacosAnsCluster `json:"Clusters" xml:"Clusters"`
}
Data is a nested struct in mse response
type DataInAddMockRule ¶ added in v1.62.153
type DataInAddMockRule struct {
NamespaceId string `json:"NamespaceId" xml:"NamespaceId"`
ScMockItemJson string `json:"ScMockItemJson" xml:"ScMockItemJson"`
ConsumerAppName string `json:"ConsumerAppName" xml:"ConsumerAppName"`
ConsumerAppId string `json:"ConsumerAppId" xml:"ConsumerAppId"`
AccountId string `json:"AccountId" xml:"AccountId"`
ExtraJson string `json:"ExtraJson" xml:"ExtraJson"`
Source string `json:"Source" xml:"Source"`
Region string `json:"Region" xml:"Region"`
ProviderAppId string `json:"ProviderAppId" xml:"ProviderAppId"`
ProviderAppName string `json:"ProviderAppName" xml:"ProviderAppName"`
Name string `json:"Name" xml:"Name"`
Id int64 `json:"Id" xml:"Id"`
Enable bool `json:"Enable" xml:"Enable"`
MockType int64 `json:"MockType" xml:"MockType"`
}
DataInAddMockRule is a nested struct in mse response
type DataInApplyTagPolicies ¶ added in v1.61.1488
type DataInApplyTagPolicies struct {
RouteRuleVO []RouteRuleVO `json:"RouteRuleVO" xml:"RouteRuleVO"`
}
DataInApplyTagPolicies is a nested struct in mse response
type DataInDeleteAuthResource ¶ added in v1.62.153
type DataInDeleteAuthResource struct {
Id int64 `json:"Id" xml:"Id"`
AuthId int64 `json:"AuthId" xml:"AuthId"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
DomainId int64 `json:"DomainId" xml:"DomainId"`
DomainName string `json:"DomainName" xml:"DomainName"`
Path string `json:"Path" xml:"Path"`
IsWhite bool `json:"IsWhite" xml:"IsWhite"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
}
DataInDeleteAuthResource is a nested struct in mse response
type DataInDeleteGateway ¶ added in v1.62.153
type DataInDeleteGateway struct {
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
Region string `json:"Region" xml:"Region"`
PrimaryUser string `json:"PrimaryUser" xml:"PrimaryUser"`
Status int `json:"Status" xml:"Status"`
Vpc string `json:"Vpc" xml:"Vpc"`
Vswitch string `json:"Vswitch" xml:"Vswitch"`
SecurityGroup string `json:"SecurityGroup" xml:"SecurityGroup"`
Spec string `json:"Spec" xml:"Spec"`
Replica int `json:"Replica" xml:"Replica"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
}
DataInDeleteGateway is a nested struct in mse response
type DataInDeleteGatewayDomain ¶ added in v1.62.153
type DataInDeleteGatewayDomain struct {
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
Protocol string `json:"Protocol" xml:"Protocol"`
MustHttps bool `json:"MustHttps" xml:"MustHttps"`
CertIdentifier string `json:"CertIdentifier" xml:"CertIdentifier"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
}
DataInDeleteGatewayDomain is a nested struct in mse response
type DataInDeleteGatewayRoute ¶ added in v1.62.153
type DataInDeleteGatewayRoute struct {
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
Predicates string `json:"Predicates" xml:"Predicates"`
DefaultServiceId int64 `json:"DefaultServiceId" xml:"DefaultServiceId"`
RouteOrder int `json:"RouteOrder" xml:"RouteOrder"`
Status int `json:"Status" xml:"Status"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
}
DataInDeleteGatewayRoute is a nested struct in mse response
type DataInDeleteGatewayService ¶ added in v1.62.153
type DataInDeleteGatewayService struct {
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
SourceType string `json:"SourceType" xml:"SourceType"`
Namespace string `json:"Namespace" xml:"Namespace"`
GroupName string `json:"GroupName" xml:"GroupName"`
SourceId int64 `json:"SourceId" xml:"SourceId"`
ServiceNameInRegistry string `json:"ServiceNameInRegistry" xml:"ServiceNameInRegistry"`
MetaInfo string `json:"MetaInfo" xml:"MetaInfo"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
Ips []string `json:"Ips" xml:"Ips"`
}
DataInDeleteGatewayService is a nested struct in mse response
type DataInDeleteSecurityGroupRule ¶ added in v1.62.153
type DataInDeleteSecurityGroupRule struct {
Id int64 `json:"Id" xml:"Id"`
SecurityGroupId string `json:"SecurityGroupId" xml:"SecurityGroupId"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
PortRange string `json:"PortRange" xml:"PortRange"`
IpProtocol string `json:"IpProtocol" xml:"IpProtocol"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
Description string `json:"Description" xml:"Description"`
}
DataInDeleteSecurityGroupRule is a nested struct in mse response
type DataInGetBlackWhiteList ¶ added in v1.61.1450
type DataInGetBlackWhiteList struct {
Id int64 `json:"Id" xml:"Id"`
ResourceId int64 `json:"ResourceId" xml:"ResourceId"`
ResourceType string `json:"ResourceType" xml:"ResourceType"`
Content string `json:"Content" xml:"Content"`
Type string `json:"Type" xml:"Type"`
IsWhite bool `json:"IsWhite" xml:"IsWhite"`
Status string `json:"Status" xml:"Status"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
}
DataInGetBlackWhiteList is a nested struct in mse response
type DataInGetGateway ¶ added in v1.62.153
type DataInGetGateway struct {
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
Region string `json:"Region" xml:"Region"`
PrimaryUser string `json:"PrimaryUser" xml:"PrimaryUser"`
Status int `json:"Status" xml:"Status"`
Vpc string `json:"Vpc" xml:"Vpc"`
Vswitch string `json:"Vswitch" xml:"Vswitch"`
SecurityGroup string `json:"SecurityGroup" xml:"SecurityGroup"`
Spec string `json:"Spec" xml:"Spec"`
Replica int `json:"Replica" xml:"Replica"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
Vswitch2 string `json:"Vswitch2" xml:"Vswitch2"`
InstanceId string `json:"InstanceId" xml:"InstanceId"`
ChargeType string `json:"ChargeType" xml:"ChargeType"`
EndDate string `json:"EndDate" xml:"EndDate"`
StatusDesc string `json:"StatusDesc" xml:"StatusDesc"`
MseTag string `json:"MseTag" xml:"MseTag"`
ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"`
XtraceDetails XtraceDetails `json:"XtraceDetails" xml:"XtraceDetails"`
LogConfigDetails LogConfigDetails `json:"LogConfigDetails" xml:"LogConfigDetails"`
}
DataInGetGateway is a nested struct in mse response
type DataInGetGatewayDomainDetail ¶ added in v1.62.153
type DataInGetGatewayDomainDetail struct {
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
Protocol string `json:"Protocol" xml:"Protocol"`
MustHttps bool `json:"MustHttps" xml:"MustHttps"`
CertIdentifier string `json:"CertIdentifier" xml:"CertIdentifier"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
CertName string `json:"CertName" xml:"CertName"`
CommonName string `json:"CommonName" xml:"CommonName"`
Sans string `json:"Sans" xml:"Sans"`
BeforeDate int64 `json:"BeforeDate" xml:"BeforeDate"`
AfterDate int64 `json:"AfterDate" xml:"AfterDate"`
Algorithm string `json:"Algorithm" xml:"Algorithm"`
Issuer string `json:"Issuer" xml:"Issuer"`
GmtBefore string `json:"GmtBefore" xml:"GmtBefore"`
GmtAfter string `json:"GmtAfter" xml:"GmtAfter"`
Http2 string `json:"Http2" xml:"Http2"`
TlsMax string `json:"TlsMax" xml:"TlsMax"`
TlsMin string `json:"TlsMin" xml:"TlsMin"`
}
DataInGetGatewayDomainDetail is a nested struct in mse response
type DataInGetGatewayRouteDetail ¶ added in v1.62.153
type DataInGetGatewayRouteDetail struct {
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
DefaultServiceId int64 `json:"DefaultServiceId" xml:"DefaultServiceId"`
DefaultServiceName string `json:"DefaultServiceName" xml:"DefaultServiceName"`
Status int `json:"Status" xml:"Status"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
RouteOrder int `json:"RouteOrder" xml:"RouteOrder"`
Predicates string `json:"Predicates" xml:"Predicates"`
DomainId int64 `json:"DomainId" xml:"DomainId"`
DomainName string `json:"DomainName" xml:"DomainName"`
Services string `json:"Services" xml:"Services"`
DestinationType string `json:"DestinationType" xml:"DestinationType"`
EnableWaf bool `json:"EnableWaf" xml:"EnableWaf"`
AhasStatus int `json:"AhasStatus" xml:"AhasStatus"`
Fallback bool `json:"Fallback" xml:"Fallback"`
DomainIdList []int64 `json:"DomainIdList" xml:"DomainIdList"`
DomainNameList []string `json:"DomainNameList" xml:"DomainNameList"`
RoutePredicates RoutePredicates `json:"RoutePredicates" xml:"RoutePredicates"`
HTTPRewrite HTTPRewrite `json:"HTTPRewrite" xml:"HTTPRewrite"`
HeaderOp HeaderOp `json:"HeaderOp" xml:"HeaderOp"`
DirectResponse DirectResponse `json:"DirectResponse" xml:"DirectResponse"`
Cors Cors `json:"Cors" xml:"Cors"`
Timeout Timeout `json:"Timeout" xml:"Timeout"`
Retry Retry `json:"Retry" xml:"Retry"`
Redirect Redirect `json:"Redirect" xml:"Redirect"`
RouteServices []RouteServicesItem `json:"RouteServices" xml:"RouteServices"`
FallbackServices []FallbackServicesItem `json:"FallbackServices" xml:"FallbackServices"`
}
DataInGetGatewayRouteDetail is a nested struct in mse response
type DataInGetGatewayServiceDetail ¶ added in v1.62.153
type DataInGetGatewayServiceDetail struct {
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
SourceType string `json:"SourceType" xml:"SourceType"`
Namespace string `json:"Namespace" xml:"Namespace"`
GroupName string `json:"GroupName" xml:"GroupName"`
SourceId int64 `json:"SourceId" xml:"SourceId"`
ServiceNameInRegistry string `json:"ServiceNameInRegistry" xml:"ServiceNameInRegistry"`
MetaInfo string `json:"MetaInfo" xml:"MetaInfo"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
HealthStatus string `json:"HealthStatus" xml:"HealthStatus"`
HealthCheck string `json:"HealthCheck" xml:"HealthCheck"`
ServiceProtocol string `json:"ServiceProtocol" xml:"ServiceProtocol"`
Ips []string `json:"Ips" xml:"Ips"`
Ports []int `json:"Ports" xml:"Ports"`
GatewayTrafficPolicy GatewayTrafficPolicy `json:"GatewayTrafficPolicy" xml:"GatewayTrafficPolicy"`
Versions []VersionsItem `json:"Versions" xml:"Versions"`
LabelDetails []LabelDetailsItem `json:"LabelDetails" xml:"LabelDetails"`
VersionDetails []VersionDetailsItem `json:"VersionDetails" xml:"VersionDetails"`
PortTrafficPolicyList []PortTrafficPolicyListItem `json:"PortTrafficPolicyList" xml:"PortTrafficPolicyList"`
}
DataInGetGatewayServiceDetail is a nested struct in mse response
type DataInGetGovernanceKubernetesCluster ¶ added in v1.61.1344
type DataInGetGovernanceKubernetesCluster struct {
ClusterId string `json:"ClusterId" xml:"ClusterId"`
ClusterName string `json:"ClusterName" xml:"ClusterName"`
Region string `json:"Region" xml:"Region"`
K8sVersion string `json:"K8sVersion" xml:"K8sVersion"`
NamespaceInfos string `json:"NamespaceInfos" xml:"NamespaceInfos"`
PilotStartTime string `json:"PilotStartTime" xml:"PilotStartTime"`
UpdateTime string `json:"UpdateTime" xml:"UpdateTime"`
Namespaces []KubernetesNamespace `json:"Namespaces" xml:"Namespaces"`
}
DataInGetGovernanceKubernetesCluster is a nested struct in mse response
type DataInGetKubernetesSource ¶ added in v1.61.1450
type DataInGetKubernetesSource struct {
K8sSources []K8sSources `json:"K8sSources" xml:"K8sSources"`
}
DataInGetKubernetesSource is a nested struct in mse response
type DataInGetMseSource ¶ added in v1.61.1450
type DataInGetMseSource struct {
MseSources []MseSources `json:"MseSources" xml:"MseSources"`
}
DataInGetMseSource is a nested struct in mse response
type DataInGetPluginConfig ¶ added in v1.62.153
type DataInGetPluginConfig struct {
Id int64 `json:"Id" xml:"Id"`
PrimaryUser string `json:"PrimaryUser" xml:"PrimaryUser"`
Type int `json:"Type" xml:"Type"`
Category int `json:"Category" xml:"Category"`
Name string `json:"Name" xml:"Name"`
Version string `json:"Version" xml:"Version"`
Summary string `json:"Summary" xml:"Summary"`
Readme string `json:"Readme" xml:"Readme"`
ReadmeEn string `json:"ReadmeEn" xml:"ReadmeEn"`
Phase int `json:"Phase" xml:"Phase"`
Priority int `json:"Priority" xml:"Priority"`
ConfigCheck string `json:"ConfigCheck" xml:"ConfigCheck"`
Mode int `json:"Mode" xml:"Mode"`
WasmLang int `json:"WasmLang" xml:"WasmLang"`
ImageName string `json:"ImageName" xml:"ImageName"`
PublishState int `json:"PublishState" xml:"PublishState"`
Status string `json:"Status" xml:"Status"`
VersionJson string `json:"VersionJson" xml:"VersionJson"`
GatewayConfigList []GatewayConfigListItem `json:"GatewayConfigList" xml:"GatewayConfigList"`
}
DataInGetPluginConfig is a nested struct in mse response
type DataInGetPlugins ¶ added in v1.62.153
type DataInGetPlugins struct {
DataItem []DataItem `json:"Data" xml:"Data"`
}
DataInGetPlugins is a nested struct in mse response
type DataInGetServiceList ¶ added in v1.61.1488
type DataInGetServiceList struct {
MscServiceDetailResponse []MscServiceDetailResponse `json:"MscServiceDetailResponse" xml:"MscServiceDetailResponse"`
}
DataInGetServiceList is a nested struct in mse response
type DataInGetServiceListeners ¶ added in v1.62.153
type DataInGetServiceListeners struct {
DataItem []DataItem `json:"data" xml:"data"`
}
DataInGetServiceListeners is a nested struct in mse response
type DataInListAnsInstances ¶
type DataInListAnsInstances struct {
NacosAnsInstance []NacosAnsInstance `json:"NacosAnsInstance" xml:"NacosAnsInstance"`
}
DataInListAnsInstances is a nested struct in mse response
type DataInListAnsServices ¶
type DataInListAnsServices struct {
SimpleNacosAnsService []SimpleNacosAnsService `json:"SimpleNacosAnsService" xml:"SimpleNacosAnsService"`
}
DataInListAnsServices is a nested struct in mse response
type DataInListClusterConnectionTypes ¶ added in v1.61.998
type DataInListClusterConnectionTypes struct {
DataItem []DataItem `json:"Data" xml:"Data"`
}
DataInListClusterConnectionTypes is a nested struct in mse response
type DataInListClusterHealthCheckTask ¶ added in v1.62.153
type DataInListClusterHealthCheckTask struct {
PageNumber int `json:"PageNumber" xml:"PageNumber"`
TotalSize int `json:"TotalSize" xml:"TotalSize"`
PageSize int `json:"PageSize" xml:"PageSize"`
Result []ResultItem `json:"Result" xml:"Result"`
}
DataInListClusterHealthCheckTask is a nested struct in mse response
type DataInListClusterTypes ¶ added in v1.61.998
type DataInListClusterTypes struct {
DataItem []DataItem `json:"Data" xml:"Data"`
}
DataInListClusterTypes is a nested struct in mse response
type DataInListClusterVersions ¶ added in v1.61.998
type DataInListClusterVersions struct {
DataItem []DataItem `json:"Data" xml:"Data"`
}
DataInListClusterVersions is a nested struct in mse response
type DataInListClusters ¶
type DataInListClusters struct {
ClusterForListModel []ClusterForListModel `json:"ClusterForListModel" xml:"ClusterForListModel"`
}
DataInListClusters is a nested struct in mse response
type DataInListEngineNamespaces ¶
type DataInListEngineNamespaces struct {
Namespace []Namespace `json:"Namespace" xml:"Namespace"`
}
DataInListEngineNamespaces is a nested struct in mse response
type DataInListEurekaInstances ¶
type DataInListEurekaInstances struct {
EurekaInstance []EurekaInstance `json:"EurekaInstance" xml:"EurekaInstance"`
}
DataInListEurekaInstances is a nested struct in mse response
type DataInListEurekaServices ¶
type DataInListEurekaServices struct {
SimpleService []SimpleService `json:"SimpleService" xml:"SimpleService"`
}
DataInListEurekaServices is a nested struct in mse response
type DataInListGateway ¶ added in v1.61.1344
type DataInListGateway struct {
TotalSize int64 `json:"TotalSize" xml:"TotalSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
PageSize int `json:"PageSize" xml:"PageSize"`
Result []Gateways `json:"Result" xml:"Result"`
}
DataInListGateway is a nested struct in mse response
type DataInListGatewayDomain ¶ added in v1.61.1450
type DataInListGatewayDomain struct {
Domains []Domains `json:"Domains" xml:"Domains"`
}
DataInListGatewayDomain is a nested struct in mse response
type DataInListGatewayRoute ¶ added in v1.61.1488
type DataInListGatewayRoute struct {
TotalSize int64 `json:"TotalSize" xml:"TotalSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
PageSize int `json:"PageSize" xml:"PageSize"`
Result []Routes `json:"Result" xml:"Result"`
}
DataInListGatewayRoute is a nested struct in mse response
type DataInListGatewayService ¶ added in v1.61.1450
type DataInListGatewayService struct {
TotalSize int64 `json:"TotalSize" xml:"TotalSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
PageSize int `json:"PageSize" xml:"PageSize"`
Result []Services `json:"Result" xml:"Result"`
}
DataInListGatewayService is a nested struct in mse response
type DataInListGatewaySlb ¶ added in v1.61.1450
type DataInListGatewaySlb struct {
Sources []Sources `json:"Sources" xml:"Sources"`
}
DataInListGatewaySlb is a nested struct in mse response
type DataInListInstanceCount ¶ added in v1.62.153
type DataInListInstanceCount struct {
Data []int `json:"Data" xml:"Data"`
}
DataInListInstanceCount is a nested struct in mse response
type DataInListMigrationTask ¶ added in v1.62.153
type DataInListMigrationTask struct {
DataItem []DataItem `json:"data" xml:"data"`
}
DataInListMigrationTask is a nested struct in mse response
type DataInListSSLCert ¶ added in v1.61.1450
type DataInListSSLCert struct {
Domains []Domains `json:"Domains" xml:"Domains"`
}
DataInListSSLCert is a nested struct in mse response
type DataInListSecurityGroup ¶ added in v1.61.1581
type DataInListSecurityGroup struct {
Sgs []Sgs `json:"Sgs" xml:"Sgs"`
}
DataInListSecurityGroup is a nested struct in mse response
type DataInListSecurityGroupRule ¶ added in v1.61.1581
type DataInListSecurityGroupRule struct {
Rules []Rules `json:"Rules" xml:"Rules"`
}
DataInListSecurityGroupRule is a nested struct in mse response
type DataInListServiceSource ¶ added in v1.61.1450
type DataInListServiceSource struct {
Sources []SourcesInListServiceSource `json:"Sources" xml:"Sources"`
}
DataInListServiceSource is a nested struct in mse response
type DataInListZnodeChildren ¶
type DataInListZnodeChildren struct {
ZnodeModel []ZnodeModel `json:"ZnodeModel" xml:"ZnodeModel"`
}
DataInListZnodeChildren is a nested struct in mse response
type DataInPullServices ¶ added in v1.61.1450
type DataInPullServices struct {
PullServices []PullServices `json:"PullServices" xml:"PullServices"`
}
DataInPullServices is a nested struct in mse response
type DataInQueryBusinessLocations ¶
type DataInQueryBusinessLocations struct {
LocationData []LocationData `json:"LocationData" xml:"LocationData"`
}
DataInQueryBusinessLocations is a nested struct in mse response
type DataInQueryClusterDetail ¶ added in v1.61.1002
type DataInQueryClusterDetail struct {
VpcId string `json:"VpcId" xml:"VpcId"`
CreateTime string `json:"CreateTime" xml:"CreateTime"`
IntranetAddress string `json:"IntranetAddress" xml:"IntranetAddress"`
DiskType string `json:"DiskType" xml:"DiskType"`
PubNetworkFlow string `json:"PubNetworkFlow" xml:"PubNetworkFlow"`
DiskCapacity int64 `json:"DiskCapacity" xml:"DiskCapacity"`
MemoryCapacity int64 `json:"MemoryCapacity" xml:"MemoryCapacity"`
ClusterAliasName string `json:"ClusterAliasName" xml:"ClusterAliasName"`
InstanceCount int `json:"InstanceCount" xml:"InstanceCount"`
IntranetPort string `json:"IntranetPort" xml:"IntranetPort"`
ClusterId string `json:"ClusterId" xml:"ClusterId"`
IntranetDomain string `json:"IntranetDomain" xml:"IntranetDomain"`
InternetDomain string `json:"InternetDomain" xml:"InternetDomain"`
PayInfo string `json:"PayInfo" xml:"PayInfo"`
InternetAddress string `json:"InternetAddress" xml:"InternetAddress"`
InstanceId string `json:"InstanceId" xml:"InstanceId"`
AclEntryList string `json:"AclEntryList" xml:"AclEntryList"`
HealthStatus string `json:"HealthStatus" xml:"HealthStatus"`
InitCostTime int64 `json:"InitCostTime" xml:"InitCostTime"`
RegionId string `json:"RegionId" xml:"RegionId"`
AclId string `json:"AclId" xml:"AclId"`
Cpu int `json:"Cpu" xml:"Cpu"`
ClusterType string `json:"ClusterType" xml:"ClusterType"`
ClusterName string `json:"ClusterName" xml:"ClusterName"`
InitStatus string `json:"InitStatus" xml:"InitStatus"`
InternetPort string `json:"InternetPort" xml:"InternetPort"`
AppVersion string `json:"AppVersion" xml:"AppVersion"`
NetType string `json:"NetType" xml:"NetType"`
ClusterVersion string `json:"ClusterVersion" xml:"ClusterVersion"`
ClusterSpecification string `json:"ClusterSpecification" xml:"ClusterSpecification"`
VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
ConnectionType string `json:"ConnectionType" xml:"ConnectionType"`
MseVersion string `json:"MseVersion" xml:"MseVersion"`
ChargeType string `json:"ChargeType" xml:"ChargeType"`
OrderClusterVersion string `json:"OrderClusterVersion" xml:"OrderClusterVersion"`
Tags map[string]interface{} `json:"Tags" xml:"Tags"`
ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"`
InstanceModels []InstanceModel `json:"InstanceModels" xml:"InstanceModels"`
}
DataInQueryClusterDetail is a nested struct in mse response
type DataInQueryClusterInfo ¶ added in v1.62.153
type DataInQueryClusterInfo struct {
VpcId string `json:"VpcId" xml:"VpcId"`
CreateTime string `json:"CreateTime" xml:"CreateTime"`
IntranetAddress string `json:"IntranetAddress" xml:"IntranetAddress"`
DiskType string `json:"DiskType" xml:"DiskType"`
PubNetworkFlow string `json:"PubNetworkFlow" xml:"PubNetworkFlow"`
DiskCapacity int64 `json:"DiskCapacity" xml:"DiskCapacity"`
MemoryCapacity int64 `json:"MemoryCapacity" xml:"MemoryCapacity"`
ClusterAliasName string `json:"ClusterAliasName" xml:"ClusterAliasName"`
InstanceCount int `json:"InstanceCount" xml:"InstanceCount"`
IntranetPort string `json:"IntranetPort" xml:"IntranetPort"`
ClusterId string `json:"ClusterId" xml:"ClusterId"`
IntranetDomain string `json:"IntranetDomain" xml:"IntranetDomain"`
InternetDomain string `json:"InternetDomain" xml:"InternetDomain"`
PayInfo string `json:"PayInfo" xml:"PayInfo"`
InternetAddress string `json:"InternetAddress" xml:"InternetAddress"`
InstanceId string `json:"InstanceId" xml:"InstanceId"`
AclEntryList string `json:"AclEntryList" xml:"AclEntryList"`
HealthStatus string `json:"HealthStatus" xml:"HealthStatus"`
InitCostTime int64 `json:"InitCostTime" xml:"InitCostTime"`
RegionId string `json:"RegionId" xml:"RegionId"`
AclId string `json:"AclId" xml:"AclId"`
Cpu int `json:"Cpu" xml:"Cpu"`
ClusterType string `json:"ClusterType" xml:"ClusterType"`
ClusterName string `json:"ClusterName" xml:"ClusterName"`
InitStatus string `json:"InitStatus" xml:"InitStatus"`
InternetPort string `json:"InternetPort" xml:"InternetPort"`
AppVersion string `json:"AppVersion" xml:"AppVersion"`
NetType string `json:"NetType" xml:"NetType"`
ClusterVersion string `json:"ClusterVersion" xml:"ClusterVersion"`
ClusterSpecification string `json:"ClusterSpecification" xml:"ClusterSpecification"`
VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
ConnectionType string `json:"ConnectionType" xml:"ConnectionType"`
MseVersion string `json:"MseVersion" xml:"MseVersion"`
ChargeType string `json:"ChargeType" xml:"ChargeType"`
Tags map[string]interface{} `json:"Tags" xml:"Tags"`
InstanceModels []InstanceModel `json:"InstanceModels" xml:"InstanceModels"`
}
DataInQueryClusterInfo is a nested struct in mse response
type DataInQueryClusterSpecification ¶
type DataInQueryClusterSpecification struct {
DataItem []DataItem `json:"Data" xml:"Data"`
}
DataInQueryClusterSpecification is a nested struct in mse response
type DataInQueryGatewayRegion ¶ added in v1.61.1344
type DataInQueryGatewayRegion struct {
Types []string `json:"types" xml:"types"`
}
DataInQueryGatewayRegion is a nested struct in mse response
type DataInQueryGatewayType ¶ added in v1.61.1344
type DataInQueryGatewayType struct {
Types []string `json:"types" xml:"types"`
}
DataInQueryGatewayType is a nested struct in mse response
type DataInQueryGovernanceKubernetesCluster ¶ added in v1.61.1581
type DataInQueryGovernanceKubernetesCluster struct {
TotalSize int `json:"TotalSize" xml:"TotalSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
PageSize int `json:"PageSize" xml:"PageSize"`
Result []ClusterList `json:"Result" xml:"Result"`
}
DataInQueryGovernanceKubernetesCluster is a nested struct in mse response
type DataInQueryInstancesInfo ¶ added in v1.62.153
type DataInQueryInstancesInfo struct {
InstanceModels []InstanceModels `json:"InstanceModels" xml:"InstanceModels"`
}
DataInQueryInstancesInfo is a nested struct in mse response
type DataInQueryMonitor ¶ added in v1.61.1489
type DataInQueryMonitor struct {
DataItem []DataItem `json:"data" xml:"data"`
}
DataInQueryMonitor is a nested struct in mse response
type DataInQuerySlbSpec ¶ added in v1.61.1344
type DataInQuerySlbSpec struct {
SlbSpecs []SlbSpecs `json:"SlbSpecs" xml:"SlbSpecs"`
}
DataInQuerySlbSpec is a nested struct in mse response
type DataInSelectGatewaySlb ¶ added in v1.61.1450
type DataInSelectGatewaySlb struct {
Sources []Sources `json:"Sources" xml:"Sources"`
}
DataInSelectGatewaySlb is a nested struct in mse response
type DataInUpdateGatewayRouteWafStatus ¶ added in v1.62.153
type DataInUpdateGatewayRouteWafStatus struct {
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
DefaultServiceId int64 `json:"DefaultServiceId" xml:"DefaultServiceId"`
DefaultServiceName string `json:"DefaultServiceName" xml:"DefaultServiceName"`
Status int `json:"Status" xml:"Status"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
RouteOrder int `json:"RouteOrder" xml:"RouteOrder"`
Predicates string `json:"Predicates" xml:"Predicates"`
DomainId int64 `json:"DomainId" xml:"DomainId"`
DomainName string `json:"DomainName" xml:"DomainName"`
Services string `json:"Services" xml:"Services"`
DestinationType string `json:"DestinationType" xml:"DestinationType"`
EnableWaf bool `json:"EnableWaf" xml:"EnableWaf"`
DomainIdList []int64 `json:"DomainIdList" xml:"DomainIdList"`
DomainNameList []string `json:"DomainNameList" xml:"DomainNameList"`
RoutePredicates RoutePredicates `json:"RoutePredicates" xml:"RoutePredicates"`
HTTPRewrite HTTPRewrite `json:"HTTPRewrite" xml:"HTTPRewrite"`
HeaderOp HeaderOp `json:"HeaderOp" xml:"HeaderOp"`
DirectResponse DirectResponse `json:"DirectResponse" xml:"DirectResponse"`
Cors Cors `json:"Cors" xml:"Cors"`
Timeout Timeout `json:"Timeout" xml:"Timeout"`
Retry Retry `json:"Retry" xml:"Retry"`
Redirect Redirect `json:"Redirect" xml:"Redirect"`
RouteServices []RouteServicesItem `json:"RouteServices" xml:"RouteServices"`
}
DataInUpdateGatewayRouteWafStatus is a nested struct in mse response
type DataInUpdateGatewayServiceTrafficPolicy ¶ added in v1.62.153
type DataInUpdateGatewayServiceTrafficPolicy struct {
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
SourceType string `json:"SourceType" xml:"SourceType"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
MetaInfo string `json:"MetaInfo" xml:"MetaInfo"`
Namespace string `json:"Namespace" xml:"Namespace"`
GroupName string `json:"GroupName" xml:"GroupName"`
GatewayTrafficPolicy GatewayTrafficPolicy `json:"GatewayTrafficPolicy" xml:"GatewayTrafficPolicy"`
}
DataInUpdateGatewayServiceTrafficPolicy is a nested struct in mse response
type DataItem ¶ added in v1.61.998
type DataItem struct {
Name string `json:"Name" xml:"Name"`
NewVersionPublishingFlag bool `json:"NewVersionPublishingFlag" xml:"NewVersionPublishingFlag"`
Phase int `json:"Phase" xml:"Phase"`
WasmLang int `json:"WasmLang" xml:"WasmLang"`
IP string `json:"IP" xml:"IP"`
ClusterSpecificationName string `json:"ClusterSpecificationName" xml:"ClusterSpecificationName"`
ClusterNamePrefix string `json:"clusterNamePrefix" xml:"clusterNamePrefix"`
Mode int `json:"Mode" xml:"Mode"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
OriginInstanceName string `json:"OriginInstanceName" xml:"OriginInstanceName"`
UserId string `json:"UserId" xml:"UserId"`
ServiceName string `json:"ServiceName" xml:"ServiceName"`
TargetClusterUrl string `json:"TargetClusterUrl" xml:"TargetClusterUrl"`
ProjectDesc string `json:"ProjectDesc" xml:"ProjectDesc"`
App string `json:"App" xml:"App"`
ShowName string `json:"ShowName" xml:"ShowName"`
PodName string `json:"podName" xml:"podName"`
ClusterType string `json:"ClusterType" xml:"ClusterType"`
CpuCapacity string `json:"CpuCapacity" xml:"CpuCapacity"`
Priority int `json:"Priority" xml:"Priority"`
Code string `json:"Code" xml:"Code"`
Port string `json:"Port" xml:"Port"`
Summary string `json:"Summary" xml:"Summary"`
Version string `json:"Version" xml:"Version"`
TargetClusterName string `json:"TargetClusterName" xml:"TargetClusterName"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
Id int64 `json:"Id" xml:"Id"`
Agent string `json:"Agent" xml:"Agent"`
MaxVersion string `json:"MaxVersion" xml:"MaxVersion"`
PublishState int `json:"PublishState" xml:"PublishState"`
Cluster string `json:"Cluster" xml:"Cluster"`
TargetInstanceId string `json:"TargetInstanceId" xml:"TargetInstanceId"`
OriginInstanceNamespace string `json:"OriginInstanceNamespace" xml:"OriginInstanceNamespace"`
PrimaryUser string `json:"PrimaryUser" xml:"PrimaryUser"`
ConfigCheck string `json:"ConfigCheck" xml:"ConfigCheck"`
WasmFile string `json:"WasmFile" xml:"WasmFile"`
NamespaceId string `json:"NamespaceId" xml:"NamespaceId"`
Addr string `json:"Addr" xml:"Addr"`
Category int `json:"Category" xml:"Category"`
OriginInstanceAddress string `json:"OriginInstanceAddress" xml:"OriginInstanceAddress"`
Status string `json:"Status" xml:"Status"`
MemoryCapacity string `json:"MemoryCapacity" xml:"MemoryCapacity"`
Values []map[string]interface{} `json:"values" xml:"values"`
}
DataItem is a nested struct in mse response
type DeleteAuthResourceRequest ¶ added in v1.61.1450
type DeleteAuthResourceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Id requests.Integer `position:"Query" name:"Id"`
}
DeleteAuthResourceRequest is the request struct for api DeleteAuthResource
func CreateDeleteAuthResourceRequest ¶ added in v1.61.1450
func CreateDeleteAuthResourceRequest() (request *DeleteAuthResourceRequest)
CreateDeleteAuthResourceRequest creates a request to invoke DeleteAuthResource API
type DeleteAuthResourceResponse ¶ added in v1.61.1450
type DeleteAuthResourceResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInDeleteAuthResource `json:"Data" xml:"Data"`
}
DeleteAuthResourceResponse is the response struct for api DeleteAuthResource
func CreateDeleteAuthResourceResponse ¶ added in v1.61.1450
func CreateDeleteAuthResourceResponse() (response *DeleteAuthResourceResponse)
CreateDeleteAuthResourceResponse creates a response to parse from DeleteAuthResource response
type DeleteClusterRequest ¶
type DeleteClusterRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
DeleteClusterRequest is the request struct for api DeleteCluster
func CreateDeleteClusterRequest ¶
func CreateDeleteClusterRequest() (request *DeleteClusterRequest)
CreateDeleteClusterRequest creates a request to invoke DeleteCluster API
type DeleteClusterResponse ¶
type DeleteClusterResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
}
DeleteClusterResponse is the response struct for api DeleteCluster
func CreateDeleteClusterResponse ¶
func CreateDeleteClusterResponse() (response *DeleteClusterResponse)
CreateDeleteClusterResponse creates a response to parse from DeleteCluster response
type DeleteEngineNamespaceRequest ¶
type DeleteEngineNamespaceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Id string `position:"Query" name:"Id"`
}
DeleteEngineNamespaceRequest is the request struct for api DeleteEngineNamespace
func CreateDeleteEngineNamespaceRequest ¶
func CreateDeleteEngineNamespaceRequest() (request *DeleteEngineNamespaceRequest)
CreateDeleteEngineNamespaceRequest creates a request to invoke DeleteEngineNamespace API
type DeleteEngineNamespaceResponse ¶
type DeleteEngineNamespaceResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
}
DeleteEngineNamespaceResponse is the response struct for api DeleteEngineNamespace
func CreateDeleteEngineNamespaceResponse ¶
func CreateDeleteEngineNamespaceResponse() (response *DeleteEngineNamespaceResponse)
CreateDeleteEngineNamespaceResponse creates a response to parse from DeleteEngineNamespace response
type DeleteGatewayDomainRequest ¶ added in v1.61.1450
type DeleteGatewayDomainRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Id string `position:"Query" name:"Id"`
}
DeleteGatewayDomainRequest is the request struct for api DeleteGatewayDomain
func CreateDeleteGatewayDomainRequest ¶ added in v1.61.1450
func CreateDeleteGatewayDomainRequest() (request *DeleteGatewayDomainRequest)
CreateDeleteGatewayDomainRequest creates a request to invoke DeleteGatewayDomain API
type DeleteGatewayDomainResponse ¶ added in v1.61.1450
type DeleteGatewayDomainResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInDeleteGatewayDomain `json:"Data" xml:"Data"`
}
DeleteGatewayDomainResponse is the response struct for api DeleteGatewayDomain
func CreateDeleteGatewayDomainResponse ¶ added in v1.61.1450
func CreateDeleteGatewayDomainResponse() (response *DeleteGatewayDomainResponse)
CreateDeleteGatewayDomainResponse creates a response to parse from DeleteGatewayDomain response
type DeleteGatewayRequest ¶ added in v1.61.1450
type DeleteGatewayRequest struct {
*requests.RpcRequest
DeleteSlb requests.Boolean `position:"Query" name:"DeleteSlb"`
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
DeleteGatewayRequest is the request struct for api DeleteGateway
func CreateDeleteGatewayRequest ¶ added in v1.61.1450
func CreateDeleteGatewayRequest() (request *DeleteGatewayRequest)
CreateDeleteGatewayRequest creates a request to invoke DeleteGateway API
type DeleteGatewayResponse ¶ added in v1.61.1450
type DeleteGatewayResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInDeleteGateway `json:"Data" xml:"Data"`
}
DeleteGatewayResponse is the response struct for api DeleteGateway
func CreateDeleteGatewayResponse ¶ added in v1.61.1450
func CreateDeleteGatewayResponse() (response *DeleteGatewayResponse)
CreateDeleteGatewayResponse creates a response to parse from DeleteGateway response
type DeleteGatewayRouteRequest ¶ added in v1.61.1488
type DeleteGatewayRouteRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
RouteId string `position:"Query" name:"RouteId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
DeleteGatewayRouteRequest is the request struct for api DeleteGatewayRoute
func CreateDeleteGatewayRouteRequest ¶ added in v1.61.1488
func CreateDeleteGatewayRouteRequest() (request *DeleteGatewayRouteRequest)
CreateDeleteGatewayRouteRequest creates a request to invoke DeleteGatewayRoute API
type DeleteGatewayRouteResponse ¶ added in v1.61.1488
type DeleteGatewayRouteResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInDeleteGatewayRoute `json:"Data" xml:"Data"`
}
DeleteGatewayRouteResponse is the response struct for api DeleteGatewayRoute
func CreateDeleteGatewayRouteResponse ¶ added in v1.61.1488
func CreateDeleteGatewayRouteResponse() (response *DeleteGatewayRouteResponse)
CreateDeleteGatewayRouteResponse creates a response to parse from DeleteGatewayRoute response
type DeleteGatewayServiceRequest ¶ added in v1.61.1581
type DeleteGatewayServiceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
GatewayId requests.Integer `position:"Query" name:"GatewayId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
ServiceId string `position:"Query" name:"ServiceId"`
}
DeleteGatewayServiceRequest is the request struct for api DeleteGatewayService
func CreateDeleteGatewayServiceRequest ¶ added in v1.61.1581
func CreateDeleteGatewayServiceRequest() (request *DeleteGatewayServiceRequest)
CreateDeleteGatewayServiceRequest creates a request to invoke DeleteGatewayService API
type DeleteGatewayServiceResponse ¶ added in v1.61.1581
type DeleteGatewayServiceResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInDeleteGatewayService `json:"Data" xml:"Data"`
}
DeleteGatewayServiceResponse is the response struct for api DeleteGatewayService
func CreateDeleteGatewayServiceResponse ¶ added in v1.61.1581
func CreateDeleteGatewayServiceResponse() (response *DeleteGatewayServiceResponse)
CreateDeleteGatewayServiceResponse creates a response to parse from DeleteGatewayService response
type DeleteGatewayServiceVersionRequest ¶ added in v1.61.1450
type DeleteGatewayServiceVersionRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
ServiceVersion string `position:"Query" name:"ServiceVersion"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
ServiceId requests.Integer `position:"Query" name:"ServiceId"`
}
DeleteGatewayServiceVersionRequest is the request struct for api DeleteGatewayServiceVersion
func CreateDeleteGatewayServiceVersionRequest ¶ added in v1.61.1450
func CreateDeleteGatewayServiceVersionRequest() (request *DeleteGatewayServiceVersionRequest)
CreateDeleteGatewayServiceVersionRequest creates a request to invoke DeleteGatewayServiceVersion API
type DeleteGatewayServiceVersionResponse ¶ added in v1.61.1450
type DeleteGatewayServiceVersionResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
DeleteGatewayServiceVersionResponse is the response struct for api DeleteGatewayServiceVersion
func CreateDeleteGatewayServiceVersionResponse ¶ added in v1.61.1450
func CreateDeleteGatewayServiceVersionResponse() (response *DeleteGatewayServiceVersionResponse)
CreateDeleteGatewayServiceVersionResponse creates a response to parse from DeleteGatewayServiceVersion response
type DeleteGatewaySlbRequest ¶ added in v1.61.1450
type DeleteGatewaySlbRequest struct {
*requests.RpcRequest
DeleteSlb requests.Boolean `position:"Query" name:"DeleteSlb"`
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Id string `position:"Query" name:"Id"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
DeleteGatewaySlbRequest is the request struct for api DeleteGatewaySlb
func CreateDeleteGatewaySlbRequest ¶ added in v1.61.1450
func CreateDeleteGatewaySlbRequest() (request *DeleteGatewaySlbRequest)
CreateDeleteGatewaySlbRequest creates a request to invoke DeleteGatewaySlb API
type DeleteGatewaySlbResponse ¶ added in v1.61.1450
type DeleteGatewaySlbResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data string `json:"Data" xml:"Data"`
}
DeleteGatewaySlbResponse is the response struct for api DeleteGatewaySlb
func CreateDeleteGatewaySlbResponse ¶ added in v1.61.1450
func CreateDeleteGatewaySlbResponse() (response *DeleteGatewaySlbResponse)
CreateDeleteGatewaySlbResponse creates a response to parse from DeleteGatewaySlb response
type DeleteMigrationTaskRequest ¶ added in v1.62.153
type DeleteMigrationTaskRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Id string `position:"Query" name:"Id"`
}
DeleteMigrationTaskRequest is the request struct for api DeleteMigrationTask
func CreateDeleteMigrationTaskRequest ¶ added in v1.62.153
func CreateDeleteMigrationTaskRequest() (request *DeleteMigrationTaskRequest)
CreateDeleteMigrationTaskRequest creates a request to invoke DeleteMigrationTask API
type DeleteMigrationTaskResponse ¶ added in v1.62.153
type DeleteMigrationTaskResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
Data bool `json:"Data" xml:"Data"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
}
DeleteMigrationTaskResponse is the response struct for api DeleteMigrationTask
func CreateDeleteMigrationTaskResponse ¶ added in v1.62.153
func CreateDeleteMigrationTaskResponse() (response *DeleteMigrationTaskResponse)
CreateDeleteMigrationTaskResponse creates a response to parse from DeleteMigrationTask response
type DeleteNacosConfigRequest ¶
type DeleteNacosConfigRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
InstanceId string `position:"Query" name:"InstanceId"`
DataId string `position:"Query" name:"DataId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Beta requests.Boolean `position:"Query" name:"Beta"`
Group string `position:"Query" name:"Group"`
}
DeleteNacosConfigRequest is the request struct for api DeleteNacosConfig
func CreateDeleteNacosConfigRequest ¶
func CreateDeleteNacosConfigRequest() (request *DeleteNacosConfigRequest)
CreateDeleteNacosConfigRequest creates a request to invoke DeleteNacosConfig API
type DeleteNacosConfigResponse ¶
type DeleteNacosConfigResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Code string `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
}
DeleteNacosConfigResponse is the response struct for api DeleteNacosConfig
func CreateDeleteNacosConfigResponse ¶
func CreateDeleteNacosConfigResponse() (response *DeleteNacosConfigResponse)
CreateDeleteNacosConfigResponse creates a response to parse from DeleteNacosConfig response
type DeleteNacosConfigsRequest ¶
type DeleteNacosConfigsRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
InstanceId string `position:"Query" name:"InstanceId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Ids string `position:"Query" name:"Ids"`
}
DeleteNacosConfigsRequest is the request struct for api DeleteNacosConfigs
func CreateDeleteNacosConfigsRequest ¶
func CreateDeleteNacosConfigsRequest() (request *DeleteNacosConfigsRequest)
CreateDeleteNacosConfigsRequest creates a request to invoke DeleteNacosConfigs API
type DeleteNacosConfigsResponse ¶
type DeleteNacosConfigsResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
}
DeleteNacosConfigsResponse is the response struct for api DeleteNacosConfigs
func CreateDeleteNacosConfigsResponse ¶
func CreateDeleteNacosConfigsResponse() (response *DeleteNacosConfigsResponse)
CreateDeleteNacosConfigsResponse creates a response to parse from DeleteNacosConfigs response
type DeleteNacosInstanceRequest ¶ added in v1.61.1488
type DeleteNacosInstanceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterName string `position:"Query" name:"ClusterName"`
Ip string `position:"Query" name:"Ip"`
Ephemeral requests.Boolean `position:"Query" name:"Ephemeral"`
GroupName string `position:"Query" name:"GroupName"`
InstanceId string `position:"Query" name:"InstanceId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
Port requests.Integer `position:"Query" name:"Port"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
ServiceName string `position:"Query" name:"ServiceName"`
}
DeleteNacosInstanceRequest is the request struct for api DeleteNacosInstance
func CreateDeleteNacosInstanceRequest ¶ added in v1.61.1488
func CreateDeleteNacosInstanceRequest() (request *DeleteNacosInstanceRequest)
CreateDeleteNacosInstanceRequest creates a request to invoke DeleteNacosInstance API
type DeleteNacosInstanceResponse ¶ added in v1.61.1488
type DeleteNacosInstanceResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
Code int `json:"Code" xml:"Code"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data string `json:"Data" xml:"Data"`
}
DeleteNacosInstanceResponse is the response struct for api DeleteNacosInstance
func CreateDeleteNacosInstanceResponse ¶ added in v1.61.1488
func CreateDeleteNacosInstanceResponse() (response *DeleteNacosInstanceResponse)
CreateDeleteNacosInstanceResponse creates a response to parse from DeleteNacosInstance response
type DeleteNacosServiceRequest ¶ added in v1.61.998
type DeleteNacosServiceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GroupName string `position:"Query" name:"GroupName"`
InstanceId string `position:"Query" name:"InstanceId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
ServiceName string `position:"Query" name:"ServiceName"`
}
DeleteNacosServiceRequest is the request struct for api DeleteNacosService
func CreateDeleteNacosServiceRequest ¶ added in v1.61.998
func CreateDeleteNacosServiceRequest() (request *DeleteNacosServiceRequest)
CreateDeleteNacosServiceRequest creates a request to invoke DeleteNacosService API
type DeleteNacosServiceResponse ¶ added in v1.61.998
type DeleteNacosServiceResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data string `json:"Data" xml:"Data"`
}
DeleteNacosServiceResponse is the response struct for api DeleteNacosService
func CreateDeleteNacosServiceResponse ¶ added in v1.61.998
func CreateDeleteNacosServiceResponse() (response *DeleteNacosServiceResponse)
CreateDeleteNacosServiceResponse creates a response to parse from DeleteNacosService response
type DeleteSecurityGroupRuleRequest ¶ added in v1.61.1581
type DeleteSecurityGroupRuleRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Id requests.Integer `position:"Query" name:"Id"`
}
DeleteSecurityGroupRuleRequest is the request struct for api DeleteSecurityGroupRule
func CreateDeleteSecurityGroupRuleRequest ¶ added in v1.61.1581
func CreateDeleteSecurityGroupRuleRequest() (request *DeleteSecurityGroupRuleRequest)
CreateDeleteSecurityGroupRuleRequest creates a request to invoke DeleteSecurityGroupRule API
type DeleteSecurityGroupRuleResponse ¶ added in v1.61.1581
type DeleteSecurityGroupRuleResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInDeleteSecurityGroupRule `json:"Data" xml:"Data"`
}
DeleteSecurityGroupRuleResponse is the response struct for api DeleteSecurityGroupRule
func CreateDeleteSecurityGroupRuleResponse ¶ added in v1.61.1581
func CreateDeleteSecurityGroupRuleResponse() (response *DeleteSecurityGroupRuleResponse)
CreateDeleteSecurityGroupRuleResponse creates a response to parse from DeleteSecurityGroupRule response
type DeleteServiceSourceRequest ¶ added in v1.61.1450
type DeleteServiceSourceRequest struct {
*requests.RpcRequest
SourceId requests.Integer `position:"Query" name:"SourceId"`
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
DeleteServiceSourceRequest is the request struct for api DeleteServiceSource
func CreateDeleteServiceSourceRequest ¶ added in v1.61.1450
func CreateDeleteServiceSourceRequest() (request *DeleteServiceSourceRequest)
CreateDeleteServiceSourceRequest creates a request to invoke DeleteServiceSource API
type DeleteServiceSourceResponse ¶ added in v1.61.1450
type DeleteServiceSourceResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
}
DeleteServiceSourceResponse is the response struct for api DeleteServiceSource
func CreateDeleteServiceSourceResponse ¶ added in v1.61.1450
func CreateDeleteServiceSourceResponse() (response *DeleteServiceSourceResponse)
CreateDeleteServiceSourceResponse creates a response to parse from DeleteServiceSource response
type DeleteSwimmingLaneGroupRequest ¶ added in v1.61.1488
type DeleteSwimmingLaneGroupRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GroupId requests.Integer `position:"Query" name:"GroupId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
DeleteSwimmingLaneGroupRequest is the request struct for api DeleteSwimmingLaneGroup
func CreateDeleteSwimmingLaneGroupRequest ¶ added in v1.61.1488
func CreateDeleteSwimmingLaneGroupRequest() (request *DeleteSwimmingLaneGroupRequest)
CreateDeleteSwimmingLaneGroupRequest creates a request to invoke DeleteSwimmingLaneGroup API
type DeleteSwimmingLaneGroupResponse ¶ added in v1.61.1488
type DeleteSwimmingLaneGroupResponse struct {
*responses.BaseResponse
}
DeleteSwimmingLaneGroupResponse is the response struct for api DeleteSwimmingLaneGroup
func CreateDeleteSwimmingLaneGroupResponse ¶ added in v1.61.1488
func CreateDeleteSwimmingLaneGroupResponse() (response *DeleteSwimmingLaneGroupResponse)
CreateDeleteSwimmingLaneGroupResponse creates a response to parse from DeleteSwimmingLaneGroup response
type DeleteSwimmingLaneRequest ¶ added in v1.61.1488
type DeleteSwimmingLaneRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
LaneId requests.Integer `position:"Query" name:"LaneId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
DeleteSwimmingLaneRequest is the request struct for api DeleteSwimmingLane
func CreateDeleteSwimmingLaneRequest ¶ added in v1.61.1488
func CreateDeleteSwimmingLaneRequest() (request *DeleteSwimmingLaneRequest)
CreateDeleteSwimmingLaneRequest creates a request to invoke DeleteSwimmingLane API
type DeleteSwimmingLaneResponse ¶ added in v1.61.1488
type DeleteSwimmingLaneResponse struct {
*responses.BaseResponse
}
DeleteSwimmingLaneResponse is the response struct for api DeleteSwimmingLane
func CreateDeleteSwimmingLaneResponse ¶ added in v1.61.1488
func CreateDeleteSwimmingLaneResponse() (response *DeleteSwimmingLaneResponse)
CreateDeleteSwimmingLaneResponse creates a response to parse from DeleteSwimmingLane response
type DeleteZnodeRequest ¶
type DeleteZnodeRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
Path string `position:"Query" name:"Path"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
DeleteZnodeRequest is the request struct for api DeleteZnode
func CreateDeleteZnodeRequest ¶
func CreateDeleteZnodeRequest() (request *DeleteZnodeRequest)
CreateDeleteZnodeRequest creates a request to invoke DeleteZnode API
type DeleteZnodeResponse ¶
type DeleteZnodeResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
DeleteZnodeResponse is the response struct for api DeleteZnode
func CreateDeleteZnodeResponse ¶
func CreateDeleteZnodeResponse() (response *DeleteZnodeResponse)
CreateDeleteZnodeResponse creates a response to parse from DeleteZnode response
type DirectResponse ¶ added in v1.61.1488
type DirectResponse struct {
Body string `json:"Body" xml:"Body"`
Code int `json:"Code" xml:"Code"`
}
DirectResponse is a nested struct in mse response
type DomainIdListInGetGatewayRouteDetail ¶ added in v1.61.1488
type DomainIdListInGetGatewayRouteDetail struct {
DomainIdList []int64 `json:"DomainIdList" xml:"DomainIdList"`
}
DomainIdListInGetGatewayRouteDetail is a nested struct in mse response
type DomainIdListInListGatewayRoute ¶ added in v1.61.1488
type DomainIdListInListGatewayRoute struct {
DomainIdList []int64 `json:"DomainIdList" xml:"DomainIdList"`
}
DomainIdListInListGatewayRoute is a nested struct in mse response
type DomainIdListInUpdateGatewayRouteWafStatus ¶ added in v1.61.1581
type DomainIdListInUpdateGatewayRouteWafStatus struct {
DomainIdList []int64 `json:"DomainIdList" xml:"DomainIdList"`
}
DomainIdListInUpdateGatewayRouteWafStatus is a nested struct in mse response
type DomainNameListInGetGatewayRouteDetail ¶ added in v1.61.1488
type DomainNameListInGetGatewayRouteDetail struct {
DomainNameList []string `json:"DomainNameList" xml:"DomainNameList"`
}
DomainNameListInGetGatewayRouteDetail is a nested struct in mse response
type DomainNameListInListGatewayRoute ¶ added in v1.61.1488
type DomainNameListInListGatewayRoute struct {
DomainNameList []string `json:"DomainNameList" xml:"DomainNameList"`
}
DomainNameListInListGatewayRoute is a nested struct in mse response
type DomainNameListInUpdateGatewayRouteWafStatus ¶ added in v1.61.1581
type DomainNameListInUpdateGatewayRouteWafStatus struct {
DomainNameList []string `json:"DomainNameList" xml:"DomainNameList"`
}
DomainNameListInUpdateGatewayRouteWafStatus is a nested struct in mse response
type Domains ¶ added in v1.61.1450
type Domains struct {
Name string `json:"Name" xml:"Name"`
CommonName string `json:"CommonName" xml:"CommonName"`
CertName string `json:"CertName" xml:"CertName"`
CertBeforeDate string `json:"CertBeforeDate" xml:"CertBeforeDate"`
Status int `json:"Status" xml:"Status"`
Protocol string `json:"Protocol" xml:"Protocol"`
Issuer string `json:"Issuer" xml:"Issuer"`
GmtBefore string `json:"GmtBefore" xml:"GmtBefore"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
TlsMax string `json:"TlsMax" xml:"TlsMax"`
Algorithm string `json:"Algorithm" xml:"Algorithm"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
Id int64 `json:"Id" xml:"Id"`
CertIdentifier string `json:"CertIdentifier" xml:"CertIdentifier"`
TlsMin string `json:"TlsMin" xml:"TlsMin"`
GmtAfter string `json:"GmtAfter" xml:"GmtAfter"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
Http2 string `json:"Http2" xml:"Http2"`
AfterDate string `json:"AfterDate" xml:"AfterDate"`
BeforeDate string `json:"BeforeDate" xml:"BeforeDate"`
MustHttps bool `json:"MustHttps" xml:"MustHttps"`
Sans string `json:"Sans" xml:"Sans"`
Type string `json:"Type" xml:"Type"`
Comment Comment `json:"Comment" xml:"Comment"`
}
Domains is a nested struct in mse response
type EurekaInstance ¶
type EurekaInstance struct {
Status string `json:"Status" xml:"Status"`
LastDirtyTimestamp int64 `json:"LastDirtyTimestamp" xml:"LastDirtyTimestamp"`
IpAddr string `json:"IpAddr" xml:"IpAddr"`
HomePageUrl string `json:"HomePageUrl" xml:"HomePageUrl"`
HostName string `json:"HostName" xml:"HostName"`
InstanceId string `json:"InstanceId" xml:"InstanceId"`
Port int `json:"Port" xml:"Port"`
SecurePort int `json:"SecurePort" xml:"SecurePort"`
App string `json:"App" xml:"App"`
DurationInSecs int `json:"DurationInSecs" xml:"DurationInSecs"`
LastUpdatedTimestamp int64 `json:"LastUpdatedTimestamp" xml:"LastUpdatedTimestamp"`
RenewalIntervalInSecs int `json:"RenewalIntervalInSecs" xml:"RenewalIntervalInSecs"`
VipAddress string `json:"VipAddress" xml:"VipAddress"`
Metadata map[string]interface{} `json:"Metadata" xml:"Metadata"`
}
EurekaInstance is a nested struct in mse response
type ExpectedStatuses ¶ added in v1.62.153
type ExpectedStatuses struct {
ExpectedStatuses []int `json:"expectedStatuses" xml:"expectedStatuses"`
}
ExpectedStatuses is a nested struct in mse response
type ExportNacosConfigRequest ¶ added in v1.61.998
type ExportNacosConfigRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
InstanceId string `position:"Query" name:"InstanceId"`
DataId string `position:"Query" name:"DataId"`
AppName string `position:"Query" name:"AppName"`
NamespaceId string `position:"Query" name:"NamespaceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Ids string `position:"Query" name:"Ids"`
Group string `position:"Query" name:"Group"`
}
ExportNacosConfigRequest is the request struct for api ExportNacosConfig
func CreateExportNacosConfigRequest ¶ added in v1.61.998
func CreateExportNacosConfigRequest() (request *ExportNacosConfigRequest)
CreateExportNacosConfigRequest creates a request to invoke ExportNacosConfig API
type ExportNacosConfigResponse ¶ added in v1.61.998
type ExportNacosConfigResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data Data `json:"Data" xml:"Data"`
}
ExportNacosConfigResponse is the response struct for api ExportNacosConfig
func CreateExportNacosConfigResponse ¶ added in v1.61.998
func CreateExportNacosConfigResponse() (response *ExportNacosConfigResponse)
CreateExportNacosConfigResponse creates a response to parse from ExportNacosConfig response
type FailDataInCloneNacosConfig ¶ added in v1.61.998
type FailDataInCloneNacosConfig struct {
FailDataItem []FailDataItem `json:"FailData" xml:"FailData"`
}
FailDataInCloneNacosConfig is a nested struct in mse response
type FailDataInImportNacosConfig ¶ added in v1.61.998
type FailDataInImportNacosConfig struct {
FailDataItem []FailDataItem `json:"FailData" xml:"FailData"`
}
FailDataInImportNacosConfig is a nested struct in mse response
type FailDataItem ¶ added in v1.61.998
type FailDataItem struct {
DataId string `json:"DataId" xml:"DataId"`
Group string `json:"Group" xml:"Group"`
}
FailDataItem is a nested struct in mse response
type FallbackServicesInGetGatewayRouteDetail ¶ added in v1.62.153
type FallbackServicesInGetGatewayRouteDetail struct {
FallbackServicesItem []FallbackServicesItem `json:"FallbackServices" xml:"FallbackServices"`
}
FallbackServicesInGetGatewayRouteDetail is a nested struct in mse response
type FallbackServicesInListGatewayRoute ¶ added in v1.62.153
type FallbackServicesInListGatewayRoute struct {
FallbackServicesItem []FallbackServicesItem `json:"FallbackServices" xml:"FallbackServices"`
}
FallbackServicesInListGatewayRoute is a nested struct in mse response
type FallbackServicesItem ¶ added in v1.62.153
type FallbackServicesItem struct {
Name string `json:"Name" xml:"Name"`
AgreementType string `json:"AgreementType" xml:"AgreementType"`
ServicePort int `json:"ServicePort" xml:"ServicePort"`
Percent int `json:"Percent" xml:"Percent"`
SourceType string `json:"SourceType" xml:"SourceType"`
Namespace string `json:"Namespace" xml:"Namespace"`
ServiceId int64 `json:"ServiceId" xml:"ServiceId"`
Version string `json:"Version" xml:"Version"`
GroupName string `json:"GroupName" xml:"GroupName"`
ServiceName string `json:"ServiceName" xml:"ServiceName"`
}
FallbackServicesItem is a nested struct in mse response
type GatewayConfigList ¶ added in v1.62.153
type GatewayConfigList struct {
GatewayConfigListItem []GatewayConfigListItem `json:"GatewayConfigList" xml:"GatewayConfigList"`
}
GatewayConfigList is a nested struct in mse response
type GatewayConfigListItem ¶ added in v1.62.153
type GatewayConfigListItem struct {
Id int64 `json:"Id" xml:"Id"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
PluginId int64 `json:"PluginId" xml:"PluginId"`
Enable bool `json:"Enable" xml:"Enable"`
Config string `json:"Config" xml:"Config"`
ConfigLevel int `json:"ConfigLevel" xml:"ConfigLevel"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
}
GatewayConfigListItem is a nested struct in mse response
type GatewayTrafficPolicy ¶ added in v1.61.1450
type GatewayTrafficPolicy struct {
LoadBalancerSettings LoadBalancerSettingsInListGatewayService `json:"LoadBalancerSettings" xml:"LoadBalancerSettings"`
TlsSetting TlsSetting `json:"TlsSetting" xml:"TlsSetting"`
Tls Tls `json:"Tls" xml:"Tls"`
}
GatewayTrafficPolicy is a nested struct in mse response
type Gateways ¶ added in v1.61.1344
type Gateways struct {
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GatewayType string `json:"GatewayType" xml:"GatewayType"`
Region string `json:"Region" xml:"Region"`
PrimaryUser string `json:"PrimaryUser" xml:"PrimaryUser"`
Status int `json:"Status" xml:"Status"`
AhasOn bool `json:"AhasOn" xml:"AhasOn"`
ArmsOn bool `json:"ArmsOn" xml:"ArmsOn"`
Spec string `json:"Spec" xml:"Spec"`
Replica int `json:"Replica" xml:"Replica"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
StatusDesc string `json:"StatusDesc" xml:"StatusDesc"`
Upgrade bool `json:"Upgrade" xml:"Upgrade"`
MustUpgrade bool `json:"MustUpgrade" xml:"MustUpgrade"`
SupportWasm bool `json:"SupportWasm" xml:"SupportWasm"`
CurrentVersion string `json:"CurrentVersion" xml:"CurrentVersion"`
AppVersion string `json:"AppVersion" xml:"AppVersion"`
LatestVersion string `json:"LatestVersion" xml:"LatestVersion"`
Vswitch2 string `json:"Vswitch2" xml:"Vswitch2"`
InstanceId string `json:"InstanceId" xml:"InstanceId"`
ChargeType string `json:"ChargeType" xml:"ChargeType"`
EndDate string `json:"EndDate" xml:"EndDate"`
Tag string `json:"Tag" xml:"Tag"`
GatewayVersion string `json:"GatewayVersion" xml:"GatewayVersion"`
RollBack bool `json:"RollBack" xml:"RollBack"`
MseTag string `json:"MseTag" xml:"MseTag"`
ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"`
InitConfig InitConfig `json:"InitConfig" xml:"InitConfig"`
Slb []SlbItem `json:"Slb" xml:"Slb"`
InternetSlb []InternetSlbItem `json:"InternetSlb" xml:"InternetSlb"`
}
Gateways is a nested struct in mse response
type GetAppMessageQueueRouteRequest ¶ added in v1.61.1581
type GetAppMessageQueueRouteRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
AppId string `position:"Query" name:"AppId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Region string `position:"Query" name:"Region"`
}
GetAppMessageQueueRouteRequest is the request struct for api GetAppMessageQueueRoute
func CreateGetAppMessageQueueRouteRequest ¶ added in v1.61.1581
func CreateGetAppMessageQueueRouteRequest() (request *GetAppMessageQueueRouteRequest)
CreateGetAppMessageQueueRouteRequest creates a request to invoke GetAppMessageQueueRoute API
type GetAppMessageQueueRouteResponse ¶ added in v1.61.1581
type GetAppMessageQueueRouteResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
GetAppMessageQueueRouteResponse is the response struct for api GetAppMessageQueueRoute
func CreateGetAppMessageQueueRouteResponse ¶ added in v1.61.1581
func CreateGetAppMessageQueueRouteResponse() (response *GetAppMessageQueueRouteResponse)
CreateGetAppMessageQueueRouteResponse creates a response to parse from GetAppMessageQueueRoute response
type GetApplicationListRequest ¶ added in v1.61.1581
type GetApplicationListRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Language string `position:"Query" name:"Language"`
Source string `position:"Query" name:"Source"`
PageNumber requests.Integer `position:"Query" name:"PageNumber"`
AppName string `position:"Query" name:"AppName"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
SwitchEnable requests.Boolean `position:"Query" name:"SwitchEnable"`
AppId string `position:"Query" name:"AppId"`
Namespace string `position:"Query" name:"Namespace"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
SentinelEnable requests.Boolean `position:"Query" name:"SentinelEnable"`
Region string `position:"Query" name:"Region"`
}
GetApplicationListRequest is the request struct for api GetApplicationList
func CreateGetApplicationListRequest ¶ added in v1.61.1581
func CreateGetApplicationListRequest() (request *GetApplicationListRequest)
CreateGetApplicationListRequest creates a request to invoke GetApplicationList API
type GetApplicationListResponse ¶ added in v1.61.1581
type GetApplicationListResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
GetApplicationListResponse is the response struct for api GetApplicationList
func CreateGetApplicationListResponse ¶ added in v1.61.1581
func CreateGetApplicationListResponse() (response *GetApplicationListResponse)
CreateGetApplicationListResponse creates a response to parse from GetApplicationList response
type GetApplicationListWithMetircsRequest ¶ added in v1.62.153
type GetApplicationListWithMetircsRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Source string `position:"Query" name:"Source"`
PageNumber requests.Integer `position:"Query" name:"PageNumber"`
AppName string `position:"Query" name:"AppName"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
AppId string `position:"Query" name:"AppId"`
Namespace string `position:"Query" name:"Namespace"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Region string `position:"Query" name:"Region"`
}
GetApplicationListWithMetircsRequest is the request struct for api GetApplicationListWithMetircs
func CreateGetApplicationListWithMetircsRequest ¶ added in v1.62.153
func CreateGetApplicationListWithMetircsRequest() (request *GetApplicationListWithMetircsRequest)
CreateGetApplicationListWithMetircsRequest creates a request to invoke GetApplicationListWithMetircs API
type GetApplicationListWithMetircsResponse ¶ added in v1.62.153
type GetApplicationListWithMetircsResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
GetApplicationListWithMetircsResponse is the response struct for api GetApplicationListWithMetircs
func CreateGetApplicationListWithMetircsResponse ¶ added in v1.62.153
func CreateGetApplicationListWithMetircsResponse() (response *GetApplicationListWithMetircsResponse)
CreateGetApplicationListWithMetircsResponse creates a response to parse from GetApplicationListWithMetircs response
type GetBlackWhiteListRequest ¶ added in v1.61.1450
type GetBlackWhiteListRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Type string `position:"Query" name:"Type"`
IsWhite requests.Boolean `position:"Query" name:"IsWhite"`
ResourceType string `position:"Query" name:"ResourceType"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
GetBlackWhiteListRequest is the request struct for api GetBlackWhiteList
func CreateGetBlackWhiteListRequest ¶ added in v1.61.1450
func CreateGetBlackWhiteListRequest() (request *GetBlackWhiteListRequest)
CreateGetBlackWhiteListRequest creates a request to invoke GetBlackWhiteList API
type GetBlackWhiteListResponse ¶ added in v1.61.1450
type GetBlackWhiteListResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInGetBlackWhiteList `json:"Data" xml:"Data"`
}
GetBlackWhiteListResponse is the response struct for api GetBlackWhiteList
func CreateGetBlackWhiteListResponse ¶ added in v1.61.1450
func CreateGetBlackWhiteListResponse() (response *GetBlackWhiteListResponse)
CreateGetBlackWhiteListResponse creates a response to parse from GetBlackWhiteList response
type GetEngineNamepaceRequest ¶
type GetEngineNamepaceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Id string `position:"Query" name:"Id"`
}
GetEngineNamepaceRequest is the request struct for api GetEngineNamepace
func CreateGetEngineNamepaceRequest ¶
func CreateGetEngineNamepaceRequest() (request *GetEngineNamepaceRequest)
CreateGetEngineNamepaceRequest creates a request to invoke GetEngineNamepace API
type GetEngineNamepaceResponse ¶
type GetEngineNamepaceResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
Type string `json:"Type" xml:"Type"`
Quota string `json:"Quota" xml:"Quota"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ConfigCount string `json:"ConfigCount" xml:"ConfigCount"`
NamespaceShowName string `json:"NamespaceShowName" xml:"NamespaceShowName"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
NamespaceDesc string `json:"NamespaceDesc" xml:"NamespaceDesc"`
Namespace string `json:"Namespace" xml:"Namespace"`
}
GetEngineNamepaceResponse is the response struct for api GetEngineNamepace
func CreateGetEngineNamepaceResponse ¶
func CreateGetEngineNamepaceResponse() (response *GetEngineNamepaceResponse)
CreateGetEngineNamepaceResponse creates a response to parse from GetEngineNamepace response
type GetGatewayDomainDetailRequest ¶ added in v1.61.1450
type GetGatewayDomainDetailRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Id string `position:"Query" name:"Id"`
}
GetGatewayDomainDetailRequest is the request struct for api GetGatewayDomainDetail
func CreateGetGatewayDomainDetailRequest ¶ added in v1.61.1450
func CreateGetGatewayDomainDetailRequest() (request *GetGatewayDomainDetailRequest)
CreateGetGatewayDomainDetailRequest creates a request to invoke GetGatewayDomainDetail API
type GetGatewayDomainDetailResponse ¶ added in v1.61.1450
type GetGatewayDomainDetailResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInGetGatewayDomainDetail `json:"Data" xml:"Data"`
}
GetGatewayDomainDetailResponse is the response struct for api GetGatewayDomainDetail
func CreateGetGatewayDomainDetailResponse ¶ added in v1.61.1450
func CreateGetGatewayDomainDetailResponse() (response *GetGatewayDomainDetailResponse)
CreateGetGatewayDomainDetailResponse creates a response to parse from GetGatewayDomainDetail response
type GetGatewayOptionRequest ¶ added in v1.61.1344
type GetGatewayOptionRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
GatewayId requests.Integer `position:"Query" name:"GatewayId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
GetGatewayOptionRequest is the request struct for api GetGatewayOption
func CreateGetGatewayOptionRequest ¶ added in v1.61.1344
func CreateGetGatewayOptionRequest() (request *GetGatewayOptionRequest)
CreateGetGatewayOptionRequest creates a request to invoke GetGatewayOption API
type GetGatewayOptionResponse ¶ added in v1.61.1344
type GetGatewayOptionResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
GetGatewayOptionResponse is the response struct for api GetGatewayOption
func CreateGetGatewayOptionResponse ¶ added in v1.61.1344
func CreateGetGatewayOptionResponse() (response *GetGatewayOptionResponse)
CreateGetGatewayOptionResponse creates a response to parse from GetGatewayOption response
type GetGatewayRequest ¶ added in v1.61.1344
type GetGatewayRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
GetGatewayRequest is the request struct for api GetGateway
func CreateGetGatewayRequest ¶ added in v1.61.1344
func CreateGetGatewayRequest() (request *GetGatewayRequest)
CreateGetGatewayRequest creates a request to invoke GetGateway API
type GetGatewayResponse ¶ added in v1.61.1344
type GetGatewayResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInGetGateway `json:"Data" xml:"Data"`
}
GetGatewayResponse is the response struct for api GetGateway
func CreateGetGatewayResponse ¶ added in v1.61.1344
func CreateGetGatewayResponse() (response *GetGatewayResponse)
CreateGetGatewayResponse creates a response to parse from GetGateway response
type GetGatewayRouteDetailRequest ¶ added in v1.61.1488
type GetGatewayRouteDetailRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
RouteId requests.Integer `position:"Query" name:"RouteId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
GetGatewayRouteDetailRequest is the request struct for api GetGatewayRouteDetail
func CreateGetGatewayRouteDetailRequest ¶ added in v1.61.1488
func CreateGetGatewayRouteDetailRequest() (request *GetGatewayRouteDetailRequest)
CreateGetGatewayRouteDetailRequest creates a request to invoke GetGatewayRouteDetail API
type GetGatewayRouteDetailResponse ¶ added in v1.61.1488
type GetGatewayRouteDetailResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInGetGatewayRouteDetail `json:"Data" xml:"Data"`
}
GetGatewayRouteDetailResponse is the response struct for api GetGatewayRouteDetail
func CreateGetGatewayRouteDetailResponse ¶ added in v1.61.1488
func CreateGetGatewayRouteDetailResponse() (response *GetGatewayRouteDetailResponse)
CreateGetGatewayRouteDetailResponse creates a response to parse from GetGatewayRouteDetail response
type GetGatewayServiceDetailRequest ¶ added in v1.61.1450
type GetGatewayServiceDetailRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
ServiceId requests.Integer `position:"Query" name:"ServiceId"`
}
GetGatewayServiceDetailRequest is the request struct for api GetGatewayServiceDetail
func CreateGetGatewayServiceDetailRequest ¶ added in v1.61.1450
func CreateGetGatewayServiceDetailRequest() (request *GetGatewayServiceDetailRequest)
CreateGetGatewayServiceDetailRequest creates a request to invoke GetGatewayServiceDetail API
type GetGatewayServiceDetailResponse ¶ added in v1.61.1450
type GetGatewayServiceDetailResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInGetGatewayServiceDetail `json:"Data" xml:"Data"`
}
GetGatewayServiceDetailResponse is the response struct for api GetGatewayServiceDetail
func CreateGetGatewayServiceDetailResponse ¶ added in v1.61.1450
func CreateGetGatewayServiceDetailResponse() (response *GetGatewayServiceDetailResponse)
CreateGetGatewayServiceDetailResponse creates a response to parse from GetGatewayServiceDetail response
type GetGovernanceKubernetesClusterRequest ¶ added in v1.61.1344
type GetGovernanceKubernetesClusterRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
GetGovernanceKubernetesClusterRequest is the request struct for api GetGovernanceKubernetesCluster
func CreateGetGovernanceKubernetesClusterRequest ¶ added in v1.61.1344
func CreateGetGovernanceKubernetesClusterRequest() (request *GetGovernanceKubernetesClusterRequest)
CreateGetGovernanceKubernetesClusterRequest creates a request to invoke GetGovernanceKubernetesCluster API
type GetGovernanceKubernetesClusterResponse ¶ added in v1.61.1344
type GetGovernanceKubernetesClusterResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInGetGovernanceKubernetesCluster `json:"Data" xml:"Data"`
}
GetGovernanceKubernetesClusterResponse is the response struct for api GetGovernanceKubernetesCluster
func CreateGetGovernanceKubernetesClusterResponse ¶ added in v1.61.1344
func CreateGetGovernanceKubernetesClusterResponse() (response *GetGovernanceKubernetesClusterResponse)
CreateGetGovernanceKubernetesClusterResponse creates a response to parse from GetGovernanceKubernetesCluster response
type GetImageRequest ¶ added in v1.61.1344
type GetImageRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
VersionCode string `position:"Query" name:"VersionCode"`
}
GetImageRequest is the request struct for api GetImage
func CreateGetImageRequest ¶ added in v1.61.1344
func CreateGetImageRequest() (request *GetImageRequest)
CreateGetImageRequest creates a request to invoke GetImage API
type GetImageResponse ¶ added in v1.61.1344
type GetImageResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
HttpCode string `json:"HttpCode" xml:"HttpCode"`
Data Data `json:"Data" xml:"Data"`
}
GetImageResponse is the response struct for api GetImage
func CreateGetImageResponse ¶ added in v1.61.1344
func CreateGetImageResponse() (response *GetImageResponse)
CreateGetImageResponse creates a response to parse from GetImage response
type GetImportFileUrlRequest ¶ added in v1.61.998
type GetImportFileUrlRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ContentType string `position:"Query" name:"ContentType"`
InstanceId string `position:"Query" name:"InstanceId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
GetImportFileUrlRequest is the request struct for api GetImportFileUrl
func CreateGetImportFileUrlRequest ¶ added in v1.61.998
func CreateGetImportFileUrlRequest() (request *GetImportFileUrlRequest)
CreateGetImportFileUrlRequest creates a request to invoke GetImportFileUrl API
type GetImportFileUrlResponse ¶ added in v1.61.998
type GetImportFileUrlResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data Data `json:"Data" xml:"Data"`
}
GetImportFileUrlResponse is the response struct for api GetImportFileUrl
func CreateGetImportFileUrlResponse ¶ added in v1.61.998
func CreateGetImportFileUrlResponse() (response *GetImportFileUrlResponse)
CreateGetImportFileUrlResponse creates a response to parse from GetImportFileUrl response
type GetKubernetesSourceRequest ¶ added in v1.61.1450
type GetKubernetesSourceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
VpcId string `position:"Query" name:"VpcId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
GetKubernetesSourceRequest is the request struct for api GetKubernetesSource
func CreateGetKubernetesSourceRequest ¶ added in v1.61.1450
func CreateGetKubernetesSourceRequest() (request *GetKubernetesSourceRequest)
CreateGetKubernetesSourceRequest creates a request to invoke GetKubernetesSource API
type GetKubernetesSourceResponse ¶ added in v1.61.1450
type GetKubernetesSourceResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []K8sSources `json:"Data" xml:"Data"`
}
GetKubernetesSourceResponse is the response struct for api GetKubernetesSource
func CreateGetKubernetesSourceResponse ¶ added in v1.61.1450
func CreateGetKubernetesSourceResponse() (response *GetKubernetesSourceResponse)
CreateGetKubernetesSourceResponse creates a response to parse from GetKubernetesSource response
type GetMseFeatureSwitchRequest ¶ added in v1.61.1344
type GetMseFeatureSwitchRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
GetMseFeatureSwitchRequest is the request struct for api GetMseFeatureSwitch
func CreateGetMseFeatureSwitchRequest ¶ added in v1.61.1344
func CreateGetMseFeatureSwitchRequest() (request *GetMseFeatureSwitchRequest)
CreateGetMseFeatureSwitchRequest creates a request to invoke GetMseFeatureSwitch API
type GetMseFeatureSwitchResponse ¶ added in v1.61.1344
type GetMseFeatureSwitchResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Result map[string]interface{} `json:"Result" xml:"Result"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
}
GetMseFeatureSwitchResponse is the response struct for api GetMseFeatureSwitch
func CreateGetMseFeatureSwitchResponse ¶ added in v1.61.1344
func CreateGetMseFeatureSwitchResponse() (response *GetMseFeatureSwitchResponse)
CreateGetMseFeatureSwitchResponse creates a response to parse from GetMseFeatureSwitch response
type GetMseSourceRequest ¶ added in v1.61.1450
type GetMseSourceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Type string `position:"Query" name:"Type"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
GetMseSourceRequest is the request struct for api GetMseSource
func CreateGetMseSourceRequest ¶ added in v1.61.1450
func CreateGetMseSourceRequest() (request *GetMseSourceRequest)
CreateGetMseSourceRequest creates a request to invoke GetMseSource API
type GetMseSourceResponse ¶ added in v1.61.1450
type GetMseSourceResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []MseSources `json:"Data" xml:"Data"`
}
GetMseSourceResponse is the response struct for api GetMseSource
func CreateGetMseSourceResponse ¶ added in v1.61.1450
func CreateGetMseSourceResponse() (response *GetMseSourceResponse)
CreateGetMseSourceResponse creates a response to parse from GetMseSource response
type GetNacosConfigRequest ¶
type GetNacosConfigRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
InstanceId string `position:"Query" name:"InstanceId"`
DataId string `position:"Query" name:"DataId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Beta requests.Boolean `position:"Query" name:"Beta"`
Group string `position:"Query" name:"Group"`
}
GetNacosConfigRequest is the request struct for api GetNacosConfig
func CreateGetNacosConfigRequest ¶
func CreateGetNacosConfigRequest() (request *GetNacosConfigRequest)
CreateGetNacosConfigRequest creates a request to invoke GetNacosConfig API
type GetNacosConfigResponse ¶
type GetNacosConfigResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Configuration Configuration `json:"Configuration" xml:"Configuration"`
}
GetNacosConfigResponse is the response struct for api GetNacosConfig
func CreateGetNacosConfigResponse ¶
func CreateGetNacosConfigResponse() (response *GetNacosConfigResponse)
CreateGetNacosConfigResponse creates a response to parse from GetNacosConfig response
type GetNacosHistoryConfigRequest ¶
type GetNacosHistoryConfigRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Nid string `position:"Query" name:"Nid"`
InstanceId string `position:"Query" name:"InstanceId"`
DataId string `position:"Query" name:"DataId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Group string `position:"Query" name:"Group"`
}
GetNacosHistoryConfigRequest is the request struct for api GetNacosHistoryConfig
func CreateGetNacosHistoryConfigRequest ¶
func CreateGetNacosHistoryConfigRequest() (request *GetNacosHistoryConfigRequest)
CreateGetNacosHistoryConfigRequest creates a request to invoke GetNacosHistoryConfig API
type GetNacosHistoryConfigResponse ¶
type GetNacosHistoryConfigResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Configuration Configuration `json:"Configuration" xml:"Configuration"`
}
GetNacosHistoryConfigResponse is the response struct for api GetNacosHistoryConfig
func CreateGetNacosHistoryConfigResponse ¶
func CreateGetNacosHistoryConfigResponse() (response *GetNacosHistoryConfigResponse)
CreateGetNacosHistoryConfigResponse creates a response to parse from GetNacosHistoryConfig response
type GetOverviewRequest ¶ added in v1.61.998
type GetOverviewRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Period requests.Integer `position:"Query" name:"Period"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Region string `position:"Query" name:"Region"`
}
GetOverviewRequest is the request struct for api GetOverview
func CreateGetOverviewRequest ¶ added in v1.61.998
func CreateGetOverviewRequest() (request *GetOverviewRequest)
CreateGetOverviewRequest creates a request to invoke GetOverview API
type GetOverviewResponse ¶ added in v1.61.998
type GetOverviewResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data string `json:"Data" xml:"Data"`
Code int `json:"Code" xml:"Code"`
Success string `json:"Success" xml:"Success"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
}
GetOverviewResponse is the response struct for api GetOverview
func CreateGetOverviewResponse ¶ added in v1.61.998
func CreateGetOverviewResponse() (response *GetOverviewResponse)
CreateGetOverviewResponse creates a response to parse from GetOverview response
type GetPluginConfigRequest ¶ added in v1.62.153
type GetPluginConfigRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
PluginId requests.Integer `position:"Query" name:"PluginId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
GetPluginConfigRequest is the request struct for api GetPluginConfig
func CreateGetPluginConfigRequest ¶ added in v1.62.153
func CreateGetPluginConfigRequest() (request *GetPluginConfigRequest)
CreateGetPluginConfigRequest creates a request to invoke GetPluginConfig API
type GetPluginConfigResponse ¶ added in v1.62.153
type GetPluginConfigResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
Code int `json:"Code" xml:"Code"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
DynamicCode string `json:"DynamicCode" xml:"DynamicCode"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data DataInGetPluginConfig `json:"Data" xml:"Data"`
}
GetPluginConfigResponse is the response struct for api GetPluginConfig
func CreateGetPluginConfigResponse ¶ added in v1.62.153
func CreateGetPluginConfigResponse() (response *GetPluginConfigResponse)
CreateGetPluginConfigResponse creates a response to parse from GetPluginConfig response
type GetPluginsRequest ¶ added in v1.62.153
type GetPluginsRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
EnableOnly requests.Boolean `position:"Query" name:"EnableOnly"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Category requests.Integer `position:"Query" name:"Category"`
}
GetPluginsRequest is the request struct for api GetPlugins
func CreateGetPluginsRequest ¶ added in v1.62.153
func CreateGetPluginsRequest() (request *GetPluginsRequest)
CreateGetPluginsRequest creates a request to invoke GetPlugins API
type GetPluginsResponse ¶ added in v1.62.153
type GetPluginsResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
Code int `json:"Code" xml:"Code"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
DynamicCode string `json:"DynamicCode" xml:"DynamicCode"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data []DataItem `json:"Data" xml:"Data"`
}
GetPluginsResponse is the response struct for api GetPlugins
func CreateGetPluginsResponse ¶ added in v1.62.153
func CreateGetPluginsResponse() (response *GetPluginsResponse)
CreateGetPluginsResponse creates a response to parse from GetPlugins response
type GetServiceListRequest ¶ added in v1.61.1488
type GetServiceListRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ServiceName string `position:"Query" name:"ServiceName"`
Ip string `position:"Query" name:"Ip"`
ServiceType string `position:"Query" name:"ServiceType"`
AppId string `position:"Query" name:"AppId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Region string `position:"Query" name:"Region"`
}
GetServiceListRequest is the request struct for api GetServiceList
func CreateGetServiceListRequest ¶ added in v1.61.1488
func CreateGetServiceListRequest() (request *GetServiceListRequest)
CreateGetServiceListRequest creates a request to invoke GetServiceList API
type GetServiceListResponse ¶ added in v1.61.1488
type GetServiceListResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []MscServiceDetailResponse `json:"Data" xml:"Data"`
}
GetServiceListResponse is the response struct for api GetServiceList
func CreateGetServiceListResponse ¶ added in v1.61.1488
func CreateGetServiceListResponse() (response *GetServiceListResponse)
CreateGetServiceListResponse creates a response to parse from GetServiceList response
type GetServiceListenersRequest ¶ added in v1.62.153
type GetServiceListenersRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterName string `position:"Query" name:"ClusterName"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
NamespaceId string `position:"Query" name:"NamespaceId"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
RequestPars string `position:"Query" name:"RequestPars"`
ServiceName string `position:"Query" name:"ServiceName"`
ClusterId string `position:"Query" name:"ClusterId"`
GroupName string `position:"Query" name:"GroupName"`
HasIpCount string `position:"Query" name:"HasIpCount"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
GetServiceListenersRequest is the request struct for api GetServiceListeners
func CreateGetServiceListenersRequest ¶ added in v1.62.153
func CreateGetServiceListenersRequest() (request *GetServiceListenersRequest)
CreateGetServiceListenersRequest creates a request to invoke GetServiceListeners API
type GetServiceListenersResponse ¶ added in v1.62.153
type GetServiceListenersResponse struct {
*responses.BaseResponse
PageNumber int `json:"PageNumber" xml:"PageNumber"`
TotalCount int `json:"TotalCount" xml:"TotalCount"`
PageSize int `json:"PageSize" xml:"PageSize"`
Success bool `json:"Success" xml:"Success"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
HttpCode string `json:"HttpCode" xml:"HttpCode"`
Data []DataItem `json:"Data" xml:"Data"`
}
GetServiceListenersResponse is the response struct for api GetServiceListeners
func CreateGetServiceListenersResponse ¶ added in v1.62.153
func CreateGetServiceListenersResponse() (response *GetServiceListenersResponse)
CreateGetServiceListenersResponse creates a response to parse from GetServiceListeners response
type GetTagsBySwimmingLaneGroupIdRequest ¶ added in v1.61.1488
type GetTagsBySwimmingLaneGroupIdRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GroupId requests.Integer `position:"Query" name:"GroupId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
GetTagsBySwimmingLaneGroupIdRequest is the request struct for api GetTagsBySwimmingLaneGroupId
func CreateGetTagsBySwimmingLaneGroupIdRequest ¶ added in v1.61.1488
func CreateGetTagsBySwimmingLaneGroupIdRequest() (request *GetTagsBySwimmingLaneGroupIdRequest)
CreateGetTagsBySwimmingLaneGroupIdRequest creates a request to invoke GetTagsBySwimmingLaneGroupId API
type GetTagsBySwimmingLaneGroupIdResponse ¶ added in v1.61.1488
type GetTagsBySwimmingLaneGroupIdResponse struct {
*responses.BaseResponse
}
GetTagsBySwimmingLaneGroupIdResponse is the response struct for api GetTagsBySwimmingLaneGroupId
func CreateGetTagsBySwimmingLaneGroupIdResponse ¶ added in v1.61.1488
func CreateGetTagsBySwimmingLaneGroupIdResponse() (response *GetTagsBySwimmingLaneGroupIdResponse)
CreateGetTagsBySwimmingLaneGroupIdResponse creates a response to parse from GetTagsBySwimmingLaneGroupId response
type GetZookeeperDataImportUrlRequest ¶ added in v1.62.153
type GetZookeeperDataImportUrlRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ContentType string `position:"Query" name:"ContentType"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
GetZookeeperDataImportUrlRequest is the request struct for api GetZookeeperDataImportUrl
func CreateGetZookeeperDataImportUrlRequest ¶ added in v1.62.153
func CreateGetZookeeperDataImportUrlRequest() (request *GetZookeeperDataImportUrlRequest)
CreateGetZookeeperDataImportUrlRequest creates a request to invoke GetZookeeperDataImportUrl API
type GetZookeeperDataImportUrlResponse ¶ added in v1.62.153
type GetZookeeperDataImportUrlResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
Code int `json:"Code" xml:"Code"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
DynamicCode string `json:"DynamicCode" xml:"DynamicCode"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data Data `json:"Data" xml:"Data"`
}
GetZookeeperDataImportUrlResponse is the response struct for api GetZookeeperDataImportUrl
func CreateGetZookeeperDataImportUrlResponse ¶ added in v1.62.153
func CreateGetZookeeperDataImportUrlResponse() (response *GetZookeeperDataImportUrlResponse)
CreateGetZookeeperDataImportUrlResponse creates a response to parse from GetZookeeperDataImportUrl response
type GroupList ¶ added in v1.62.153
type GroupList struct {
GroupList []string `json:"groupList" xml:"groupList"`
}
GroupList is a nested struct in mse response
type HTTPRewrite ¶ added in v1.61.1488
type HTTPRewrite struct {
Path string `json:"Path" xml:"Path"`
Host string `json:"Host" xml:"Host"`
PathType string `json:"PathType" xml:"PathType"`
Pattern string `json:"Pattern" xml:"Pattern"`
Status string `json:"Status" xml:"Status"`
Substitution string `json:"Substitution" xml:"Substitution"`
}
HTTPRewrite is a nested struct in mse response
type HeaderOp ¶ added in v1.61.1488
type HeaderOp struct {
Status string `json:"Status" xml:"Status"`
HeaderOpItems []HeaderOpItemsItem `json:"HeaderOpItems" xml:"HeaderOpItems"`
}
HeaderOp is a nested struct in mse response
type HeaderOpItemsInGetGatewayRouteDetail ¶ added in v1.61.1581
type HeaderOpItemsInGetGatewayRouteDetail struct {
HeaderOpItemsItem []HeaderOpItemsItem `json:"HeaderOpItems" xml:"HeaderOpItems"`
}
HeaderOpItemsInGetGatewayRouteDetail is a nested struct in mse response
type HeaderOpItemsInUpdateGatewayRouteWafStatus ¶ added in v1.61.1581
type HeaderOpItemsInUpdateGatewayRouteWafStatus struct {
HeaderOpItemsItem []HeaderOpItemsItem `json:"HeaderOpItems" xml:"HeaderOpItems"`
}
HeaderOpItemsInUpdateGatewayRouteWafStatus is a nested struct in mse response
type HeaderOpItemsItem ¶ added in v1.61.1488
type HeaderOpItemsItem struct {
Key string `json:"Key" xml:"Key"`
Value string `json:"Value" xml:"Value"`
DirectionType string `json:"DirectionType" xml:"DirectionType"`
OpType string `json:"OpType" xml:"OpType"`
}
HeaderOpItemsItem is a nested struct in mse response
type HeaderPredicatesInGetGatewayRouteDetail ¶ added in v1.61.1488
type HeaderPredicatesInGetGatewayRouteDetail struct {
HeaderPredicatesItem []HeaderPredicatesItem `json:"HeaderPredicates" xml:"HeaderPredicates"`
}
HeaderPredicatesInGetGatewayRouteDetail is a nested struct in mse response
type HeaderPredicatesInListGatewayRoute ¶ added in v1.61.1488
type HeaderPredicatesInListGatewayRoute struct {
HeaderPredicatesItem []HeaderPredicatesItem `json:"HeaderPredicates" xml:"HeaderPredicates"`
}
HeaderPredicatesInListGatewayRoute is a nested struct in mse response
type HeaderPredicatesInUpdateGatewayRouteWafStatus ¶ added in v1.61.1581
type HeaderPredicatesInUpdateGatewayRouteWafStatus struct {
HeaderPredicatesItem []HeaderPredicatesItem `json:"HeaderPredicates" xml:"HeaderPredicates"`
}
HeaderPredicatesInUpdateGatewayRouteWafStatus is a nested struct in mse response
type HeaderPredicatesItem ¶ added in v1.61.1488
type HeaderPredicatesItem struct {
Key string `json:"Key" xml:"Key"`
Value string `json:"Value" xml:"Value"`
Type string `json:"Type" xml:"Type"`
}
HeaderPredicatesItem is a nested struct in mse response
type HealthCheckInfo ¶ added in v1.62.153
type HealthCheckInfo struct {
Check bool `json:"Check" xml:"Check"`
Protocol string `json:"Protocol" xml:"Protocol"`
Timeout int `json:"Timeout" xml:"Timeout"`
Interval int `json:"Interval" xml:"Interval"`
HealthyThreshold int `json:"HealthyThreshold" xml:"HealthyThreshold"`
UnhealthyThreshold int `json:"UnhealthyThreshold" xml:"UnhealthyThreshold"`
HttpPath string `json:"HttpPath" xml:"HttpPath"`
HttpHost string `json:"HttpHost" xml:"HttpHost"`
ExpectedStatuses []int `json:"ExpectedStatuses" xml:"ExpectedStatuses"`
}
HealthCheckInfo is a nested struct in mse response
type HistoryItem ¶
type HistoryItem struct {
AppName string `json:"AppName" xml:"AppName"`
DataId string `json:"DataId" xml:"DataId"`
Group string `json:"Group" xml:"Group"`
LastModifiedTime int64 `json:"LastModifiedTime" xml:"LastModifiedTime"`
Id int64 `json:"Id" xml:"Id"`
OpType string `json:"OpType" xml:"OpType"`
}
HistoryItem is a nested struct in mse response
type HistoryItems ¶
type HistoryItems struct {
HistoryItem []HistoryItem `json:"HistoryItem" xml:"HistoryItem"`
}
HistoryItems is a nested struct in mse response
type HttpCodesInGetGatewayRouteDetail ¶ added in v1.61.1581
type HttpCodesInGetGatewayRouteDetail struct {
HttpCodes []string `json:"httpCodes" xml:"httpCodes"`
}
HttpCodesInGetGatewayRouteDetail is a nested struct in mse response
type HttpCodesInUpdateGatewayRouteWafStatus ¶ added in v1.61.1581
type HttpCodesInUpdateGatewayRouteWafStatus struct {
HttpCodes []string `json:"httpCodes" xml:"httpCodes"`
}
HttpCodesInUpdateGatewayRouteWafStatus is a nested struct in mse response
type HttpCookie ¶ added in v1.61.1450
type HttpCookie struct {
Name string `json:"Name" xml:"Name"`
Path string `json:"Path" xml:"Path"`
Ttl string `json:"Ttl" xml:"Ttl"`
TTL string `json:"TTL" xml:"TTL"`
}
HttpCookie is a nested struct in mse response
type HttpDubboTranscoder ¶ added in v1.62.153
type HttpDubboTranscoder struct {
DubboServiceName string `json:"DubboServiceName" xml:"DubboServiceName"`
DubboServiceVersion string `json:"DubboServiceVersion" xml:"DubboServiceVersion"`
DubboServiceGroup string `json:"DubboServiceGroup" xml:"DubboServiceGroup"`
MothedMapList []MothedMapListItem `json:"MothedMapList" xml:"MothedMapList"`
}
HttpDubboTranscoder is a nested struct in mse response
type ImportNacosConfigRequest ¶ added in v1.61.998
type ImportNacosConfigRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
InstanceId string `position:"Query" name:"InstanceId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
FileUrl string `position:"Query" name:"FileUrl"`
Policy string `position:"Query" name:"Policy"`
}
ImportNacosConfigRequest is the request struct for api ImportNacosConfig
func CreateImportNacosConfigRequest ¶ added in v1.61.998
func CreateImportNacosConfigRequest() (request *ImportNacosConfigRequest)
CreateImportNacosConfigRequest creates a request to invoke ImportNacosConfig API
type ImportNacosConfigResponse ¶ added in v1.61.998
type ImportNacosConfigResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data Data `json:"Data" xml:"Data"`
}
ImportNacosConfigResponse is the response struct for api ImportNacosConfig
func CreateImportNacosConfigResponse ¶ added in v1.61.998
func CreateImportNacosConfigResponse() (response *ImportNacosConfigResponse)
CreateImportNacosConfigResponse creates a response to parse from ImportNacosConfig response
type ImportServicesRequest ¶ added in v1.61.1450
type ImportServicesRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
ServiceList *[]ImportServicesServiceList `position:"Query" name:"ServiceList" type:"Json"`
TlsSetting string `position:"Query" name:"TlsSetting"`
SourceType string `position:"Query" name:"SourceType"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ImportServicesRequest is the request struct for api ImportServices
func CreateImportServicesRequest ¶ added in v1.61.1450
func CreateImportServicesRequest() (request *ImportServicesRequest)
CreateImportServicesRequest creates a request to invoke ImportServices API
type ImportServicesResponse ¶ added in v1.61.1450
type ImportServicesResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data bool `json:"Data" xml:"Data"`
}
ImportServicesResponse is the response struct for api ImportServices
func CreateImportServicesResponse ¶ added in v1.61.1450
func CreateImportServicesResponse() (response *ImportServicesResponse)
CreateImportServicesResponse creates a response to parse from ImportServices response
type ImportServicesServiceList ¶ added in v1.61.1450
type ImportServicesServiceList struct {
ServiceProtocol string `name:"ServiceProtocol"`
Name string `name:"Name"`
Namespace string `name:"Namespace"`
GroupName string `name:"GroupName"`
Ips *[]string `name:"Ips" type:"Repeated"`
ServicePort string `name:"ServicePort"`
}
ImportServicesServiceList is a repeated param struct in ImportServicesRequest
type ImportZookeeperDataRequest ¶ added in v1.62.153
type ImportZookeeperDataRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
InstanceId string `position:"Query" name:"InstanceId"`
FileName string `position:"Query" name:"FileName"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
FileUrl string `position:"Query" name:"FileUrl"`
}
ImportZookeeperDataRequest is the request struct for api ImportZookeeperData
func CreateImportZookeeperDataRequest ¶ added in v1.62.153
func CreateImportZookeeperDataRequest() (request *ImportZookeeperDataRequest)
CreateImportZookeeperDataRequest creates a request to invoke ImportZookeeperData API
type ImportZookeeperDataResponse ¶ added in v1.62.153
type ImportZookeeperDataResponse struct {
*responses.BaseResponse
}
ImportZookeeperDataResponse is the response struct for api ImportZookeeperData
func CreateImportZookeeperDataResponse ¶ added in v1.62.153
func CreateImportZookeeperDataResponse() (response *ImportZookeeperDataResponse)
CreateImportZookeeperDataResponse creates a response to parse from ImportZookeeperData response
type IngressOptions ¶ added in v1.61.1581
type IngressOptions struct {
EnableIngress bool `json:"EnableIngress" xml:"EnableIngress"`
IngressClass string `json:"IngressClass" xml:"IngressClass"`
WatchNamespace string `json:"WatchNamespace" xml:"WatchNamespace"`
EnableStatus bool `json:"EnableStatus" xml:"EnableStatus"`
}
IngressOptions is a nested struct in mse response
type InitConfig ¶ added in v1.61.1581
type InitConfig struct {
EnableWaf bool `json:"EnableWaf" xml:"EnableWaf"`
SupportWaf bool `json:"SupportWaf" xml:"SupportWaf"`
}
InitConfig is a nested struct in mse response
type InstanceModel ¶
type InstanceModel struct {
SingleTunnelVip string `json:"SingleTunnelVip" xml:"SingleTunnelVip"`
PodName string `json:"PodName" xml:"PodName"`
Role string `json:"Role" xml:"Role"`
Zone string `json:"Zone" xml:"Zone"`
InternetIp string `json:"InternetIp" xml:"InternetIp"`
CreationTimestamp string `json:"CreationTimestamp" xml:"CreationTimestamp"`
Ip string `json:"Ip" xml:"Ip"`
HealthStatus string `json:"HealthStatus" xml:"HealthStatus"`
}
InstanceModel is a nested struct in mse response
type InstanceModels ¶
type InstanceModels struct {
SingleTunnelVip string `json:"SingleTunnelVip" xml:"SingleTunnelVip"`
PodName string `json:"PodName" xml:"PodName"`
Role string `json:"Role" xml:"Role"`
Zone string `json:"Zone" xml:"Zone"`
InternetIp string `json:"InternetIp" xml:"InternetIp"`
CreationTimestamp string `json:"CreationTimestamp" xml:"CreationTimestamp"`
Ip string `json:"Ip" xml:"Ip"`
HealthStatus string `json:"HealthStatus" xml:"HealthStatus"`
ClientPort string `json:"ClientPort" xml:"ClientPort"`
}
InstanceModels is a nested struct in mse response
type InstanceModelsInQueryClusterDetail ¶ added in v1.62.153
type InstanceModelsInQueryClusterDetail struct {
InstanceModel []InstanceModel `json:"InstanceModel" xml:"InstanceModel"`
}
InstanceModelsInQueryClusterDetail is a nested struct in mse response
type InstanceModelsInQueryClusterInfo ¶ added in v1.62.153
type InstanceModelsInQueryClusterInfo struct {
InstanceModel []InstanceModel `json:"InstanceModel" xml:"InstanceModel"`
}
InstanceModelsInQueryClusterInfo is a nested struct in mse response
type InstancesId ¶
type InstancesId struct {
String []string `json:"String" xml:"String"`
}
InstancesId is a nested struct in mse response
type InternetSlb ¶ added in v1.61.1344
type InternetSlb struct {
InternetSlbItem []InternetSlbItem `json:"internetSlb" xml:"internetSlb"`
}
InternetSlb is a nested struct in mse response
type InternetSlbItem ¶ added in v1.62.153
type InternetSlbItem struct {
SlbIp string `json:"SlbIp" xml:"SlbIp"`
SlbPort string `json:"SlbPort" xml:"SlbPort"`
SlbSpec string `json:"SlbSpec" xml:"SlbSpec"`
Type string `json:"Type" xml:"Type"`
InternetNetworkFlow string `json:"InternetNetworkFlow" xml:"InternetNetworkFlow"`
GatewaySlbStatus string `json:"GatewaySlbStatus" xml:"GatewaySlbStatus"`
StatusDesc string `json:"StatusDesc" xml:"StatusDesc"`
GatewaySlbMode string `json:"GatewaySlbMode" xml:"GatewaySlbMode"`
SlbId string `json:"SlbId" xml:"SlbId"`
}
InternetSlbItem is a nested struct in mse response
type IpsInDeleteGatewayService ¶ added in v1.61.1581
type IpsInDeleteGatewayService struct {
Ips []string `json:"Ips" xml:"Ips"`
}
IpsInDeleteGatewayService is a nested struct in mse response
type IpsInGetGatewayServiceDetail ¶ added in v1.61.1450
type IpsInGetGatewayServiceDetail struct {
Ips []string `json:"Ips" xml:"Ips"`
}
IpsInGetGatewayServiceDetail is a nested struct in mse response
type IpsInListGatewayService ¶ added in v1.61.1450
type IpsInListGatewayService struct {
Ips []string `json:"Ips" xml:"Ips"`
}
IpsInListGatewayService is a nested struct in mse response
type K8sSources ¶ added in v1.61.1450
type K8sSources struct {
Name string `json:"Name" xml:"Name"`
Cluster string `json:"Cluster" xml:"Cluster"`
}
K8sSources is a nested struct in mse response
type KubernetesNamespace ¶ added in v1.61.1344
type KubernetesNamespace struct {
Name string `json:"Name" xml:"Name"`
Tags string `json:"Tags" xml:"Tags"`
}
KubernetesNamespace is a nested struct in mse response
type LabelDetails ¶ added in v1.61.1450
type LabelDetails struct {
LabelDetailsItem []LabelDetailsItem `json:"LabelDetails" xml:"LabelDetails"`
}
LabelDetails is a nested struct in mse response
type LabelDetailsItem ¶ added in v1.61.1450
type LabelDetailsItem struct {
Key string `json:"Key" xml:"Key"`
Values []string `json:"Values" xml:"Values"`
}
LabelDetailsItem is a nested struct in mse response
type Labels ¶ added in v1.61.1450
type Labels struct {
LabelsItem []LabelsItem `json:"Labels" xml:"Labels"`
}
Labels is a nested struct in mse response
type LabelsItem ¶ added in v1.61.1450
type LabelsItem struct {
Key string `json:"Key" xml:"Key"`
Value string `json:"Value" xml:"Value"`
}
LabelsItem is a nested struct in mse response
type ListAnsInstancesRequest ¶
type ListAnsInstancesRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterName string `position:"Query" name:"ClusterName"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
NamespaceId string `position:"Query" name:"NamespaceId"`
RequestPars string `position:"Query" name:"RequestPars"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
ServiceName string `position:"Query" name:"ServiceName"`
ClusterId string `position:"Query" name:"ClusterId"`
GroupName string `position:"Query" name:"GroupName"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListAnsInstancesRequest is the request struct for api ListAnsInstances
func CreateListAnsInstancesRequest ¶
func CreateListAnsInstancesRequest() (request *ListAnsInstancesRequest)
CreateListAnsInstancesRequest creates a request to invoke ListAnsInstances API
type ListAnsInstancesResponse ¶
type ListAnsInstancesResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
TotalCount int `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
PageSize int `json:"PageSize" xml:"PageSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data []NacosAnsInstance `json:"Data" xml:"Data"`
}
ListAnsInstancesResponse is the response struct for api ListAnsInstances
func CreateListAnsInstancesResponse ¶
func CreateListAnsInstancesResponse() (response *ListAnsInstancesResponse)
CreateListAnsInstancesResponse creates a response to parse from ListAnsInstances response
type ListAnsServiceClustersRequest ¶
type ListAnsServiceClustersRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterName string `position:"Query" name:"ClusterName"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
NamespaceId string `position:"Query" name:"NamespaceId"`
RequestPars string `position:"Query" name:"RequestPars"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
ServiceName string `position:"Query" name:"ServiceName"`
ClusterId string `position:"Query" name:"ClusterId"`
GroupName string `position:"Query" name:"GroupName"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListAnsServiceClustersRequest is the request struct for api ListAnsServiceClusters
func CreateListAnsServiceClustersRequest ¶
func CreateListAnsServiceClustersRequest() (request *ListAnsServiceClustersRequest)
CreateListAnsServiceClustersRequest creates a request to invoke ListAnsServiceClusters API
type ListAnsServiceClustersResponse ¶
type ListAnsServiceClustersResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
ListAnsServiceClustersResponse is the response struct for api ListAnsServiceClusters
func CreateListAnsServiceClustersResponse ¶
func CreateListAnsServiceClustersResponse() (response *ListAnsServiceClustersResponse)
CreateListAnsServiceClustersResponse creates a response to parse from ListAnsServiceClusters response
type ListAnsServicesRequest ¶
type ListAnsServicesRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
NamespaceId string `position:"Query" name:"NamespaceId"`
RequestPars string `position:"Query" name:"RequestPars"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
ServiceName string `position:"Query" name:"ServiceName"`
ClusterId string `position:"Query" name:"ClusterId"`
GroupName string `position:"Query" name:"GroupName"`
HasIpCount string `position:"Query" name:"HasIpCount"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListAnsServicesRequest is the request struct for api ListAnsServices
func CreateListAnsServicesRequest ¶
func CreateListAnsServicesRequest() (request *ListAnsServicesRequest)
CreateListAnsServicesRequest creates a request to invoke ListAnsServices API
type ListAnsServicesResponse ¶
type ListAnsServicesResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
TotalCount int `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
PageSize int `json:"PageSize" xml:"PageSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data []SimpleNacosAnsService `json:"Data" xml:"Data"`
}
ListAnsServicesResponse is the response struct for api ListAnsServices
func CreateListAnsServicesResponse ¶
func CreateListAnsServicesResponse() (response *ListAnsServicesResponse)
CreateListAnsServicesResponse creates a response to parse from ListAnsServices response
type ListAppBySwimmingLaneGroupTagRequest ¶ added in v1.61.1488
type ListAppBySwimmingLaneGroupTagRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GroupId requests.Integer `position:"Query" name:"GroupId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Tag string `position:"Query" name:"Tag"`
}
ListAppBySwimmingLaneGroupTagRequest is the request struct for api ListAppBySwimmingLaneGroupTag
func CreateListAppBySwimmingLaneGroupTagRequest ¶ added in v1.61.1488
func CreateListAppBySwimmingLaneGroupTagRequest() (request *ListAppBySwimmingLaneGroupTagRequest)
CreateListAppBySwimmingLaneGroupTagRequest creates a request to invoke ListAppBySwimmingLaneGroupTag API
type ListAppBySwimmingLaneGroupTagResponse ¶ added in v1.61.1488
type ListAppBySwimmingLaneGroupTagResponse struct {
*responses.BaseResponse
}
ListAppBySwimmingLaneGroupTagResponse is the response struct for api ListAppBySwimmingLaneGroupTag
func CreateListAppBySwimmingLaneGroupTagResponse ¶ added in v1.61.1488
func CreateListAppBySwimmingLaneGroupTagResponse() (response *ListAppBySwimmingLaneGroupTagResponse)
CreateListAppBySwimmingLaneGroupTagResponse creates a response to parse from ListAppBySwimmingLaneGroupTag response
type ListApplicationsWithTagRulesRequest ¶ added in v1.61.1488
type ListApplicationsWithTagRulesRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Source string `position:"Query" name:"Source"`
PageNumber requests.Integer `position:"Query" name:"PageNumber"`
AppName string `position:"Query" name:"AppName"`
AppId string `position:"Query" name:"AppId"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Region string `position:"Query" name:"Region"`
}
ListApplicationsWithTagRulesRequest is the request struct for api ListApplicationsWithTagRules
func CreateListApplicationsWithTagRulesRequest ¶ added in v1.61.1488
func CreateListApplicationsWithTagRulesRequest() (request *ListApplicationsWithTagRulesRequest)
CreateListApplicationsWithTagRulesRequest creates a request to invoke ListApplicationsWithTagRules API
type ListApplicationsWithTagRulesResponse ¶ added in v1.61.1488
type ListApplicationsWithTagRulesResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
ListApplicationsWithTagRulesResponse is the response struct for api ListApplicationsWithTagRules
func CreateListApplicationsWithTagRulesResponse ¶ added in v1.61.1488
func CreateListApplicationsWithTagRulesResponse() (response *ListApplicationsWithTagRulesResponse)
CreateListApplicationsWithTagRulesResponse creates a response to parse from ListApplicationsWithTagRules response
type ListClusterConnectionTypesRequest ¶ added in v1.61.998
type ListClusterConnectionTypesRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListClusterConnectionTypesRequest is the request struct for api ListClusterConnectionTypes
func CreateListClusterConnectionTypesRequest ¶ added in v1.61.998
func CreateListClusterConnectionTypesRequest() (request *ListClusterConnectionTypesRequest)
CreateListClusterConnectionTypesRequest creates a request to invoke ListClusterConnectionTypes API
type ListClusterConnectionTypesResponse ¶ added in v1.61.998
type ListClusterConnectionTypesResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data []DataItem `json:"Data" xml:"Data"`
}
ListClusterConnectionTypesResponse is the response struct for api ListClusterConnectionTypes
func CreateListClusterConnectionTypesResponse ¶ added in v1.61.998
func CreateListClusterConnectionTypesResponse() (response *ListClusterConnectionTypesResponse)
CreateListClusterConnectionTypesResponse creates a response to parse from ListClusterConnectionTypes response
type ListClusterHealthCheckTaskRequest ¶ added in v1.62.153
type ListClusterHealthCheckTaskRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
InstanceId string `position:"Query" name:"InstanceId"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListClusterHealthCheckTaskRequest is the request struct for api ListClusterHealthCheckTask
func CreateListClusterHealthCheckTaskRequest ¶ added in v1.62.153
func CreateListClusterHealthCheckTaskRequest() (request *ListClusterHealthCheckTaskRequest)
CreateListClusterHealthCheckTaskRequest creates a request to invoke ListClusterHealthCheckTask API
type ListClusterHealthCheckTaskResponse ¶ added in v1.62.153
type ListClusterHealthCheckTaskResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
Code int `json:"Code" xml:"Code"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
DynamicCode string `json:"DynamicCode" xml:"DynamicCode"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data DataInListClusterHealthCheckTask `json:"Data" xml:"Data"`
}
ListClusterHealthCheckTaskResponse is the response struct for api ListClusterHealthCheckTask
func CreateListClusterHealthCheckTaskResponse ¶ added in v1.62.153
func CreateListClusterHealthCheckTaskResponse() (response *ListClusterHealthCheckTaskResponse)
CreateListClusterHealthCheckTaskResponse creates a response to parse from ListClusterHealthCheckTask response
type ListClusterTypesRequest ¶ added in v1.61.998
type ListClusterTypesRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ConnectType string `position:"Query" name:"ConnectType"`
MseVersion string `position:"Query" name:"MseVersion"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListClusterTypesRequest is the request struct for api ListClusterTypes
func CreateListClusterTypesRequest ¶ added in v1.61.998
func CreateListClusterTypesRequest() (request *ListClusterTypesRequest)
CreateListClusterTypesRequest creates a request to invoke ListClusterTypes API
type ListClusterTypesResponse ¶ added in v1.61.998
type ListClusterTypesResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data []DataItem `json:"Data" xml:"Data"`
}
ListClusterTypesResponse is the response struct for api ListClusterTypes
func CreateListClusterTypesResponse ¶ added in v1.61.998
func CreateListClusterTypesResponse() (response *ListClusterTypesResponse)
CreateListClusterTypesResponse creates a response to parse from ListClusterTypes response
type ListClusterVersionsRequest ¶ added in v1.61.998
type ListClusterVersionsRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterType string `position:"Query" name:"ClusterType"`
MseVersion string `position:"Query" name:"MseVersion"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListClusterVersionsRequest is the request struct for api ListClusterVersions
func CreateListClusterVersionsRequest ¶ added in v1.61.998
func CreateListClusterVersionsRequest() (request *ListClusterVersionsRequest)
CreateListClusterVersionsRequest creates a request to invoke ListClusterVersions API
type ListClusterVersionsResponse ¶ added in v1.61.998
type ListClusterVersionsResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data []DataItem `json:"Data" xml:"Data"`
}
ListClusterVersionsResponse is the response struct for api ListClusterVersions
func CreateListClusterVersionsResponse ¶ added in v1.61.998
func CreateListClusterVersionsResponse() (response *ListClusterVersionsResponse)
CreateListClusterVersionsResponse creates a response to parse from ListClusterVersions response
type ListClustersRequest ¶
type ListClustersRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterAliasName string `position:"Query" name:"ClusterAliasName"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
ResourceGroupId string `position:"Query" name:"ResourceGroupId"`
RequestPars string `position:"Query" name:"RequestPars"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Tag *[]ListClustersTag `position:"Query" name:"Tag" type:"Repeated"`
}
ListClustersRequest is the request struct for api ListClusters
func CreateListClustersRequest ¶
func CreateListClustersRequest() (request *ListClustersRequest)
CreateListClustersRequest creates a request to invoke ListClusters API
type ListClustersResponse ¶
type ListClustersResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
TotalCount int `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
PageSize int `json:"PageSize" xml:"PageSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data []ClusterForListModel `json:"Data" xml:"Data"`
}
ListClustersResponse is the response struct for api ListClusters
func CreateListClustersResponse ¶
func CreateListClustersResponse() (response *ListClustersResponse)
CreateListClustersResponse creates a response to parse from ListClusters response
type ListClustersTag ¶ added in v1.62.153
ListClustersTag is a repeated param struct in ListClustersRequest
type ListConfigTrackRequest ¶ added in v1.62.153
type ListConfigTrackRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
StartTs requests.Integer `position:"Query" name:"StartTs"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
NamespaceId string `position:"Query" name:"NamespaceId"`
RequestPars string `position:"Query" name:"RequestPars"`
EndTs requests.Integer `position:"Query" name:"EndTs"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
Group string `position:"Query" name:"Group"`
Ip string `position:"Query" name:"Ip"`
Reverse requests.Boolean `position:"Query" name:"Reverse"`
InstanceId string `position:"Query" name:"InstanceId"`
DataId string `position:"Query" name:"DataId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListConfigTrackRequest is the request struct for api ListConfigTrack
func CreateListConfigTrackRequest ¶ added in v1.62.153
func CreateListConfigTrackRequest() (request *ListConfigTrackRequest)
CreateListConfigTrackRequest creates a request to invoke ListConfigTrack API
type ListConfigTrackResponse ¶ added in v1.62.153
type ListConfigTrackResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
PageSize int64 `json:"PageSize" xml:"PageSize"`
PageNumber int64 `json:"PageNumber" xml:"PageNumber"`
TotalCount int64 `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Traces []Trace `json:"Traces" xml:"Traces"`
}
ListConfigTrackResponse is the response struct for api ListConfigTrack
func CreateListConfigTrackResponse ¶ added in v1.62.153
func CreateListConfigTrackResponse() (response *ListConfigTrackResponse)
CreateListConfigTrackResponse creates a response to parse from ListConfigTrack response
type ListEngineNamespacesRequest ¶
type ListEngineNamespacesRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
InstanceId string `position:"Query" name:"InstanceId"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListEngineNamespacesRequest is the request struct for api ListEngineNamespaces
func CreateListEngineNamespacesRequest ¶
func CreateListEngineNamespacesRequest() (request *ListEngineNamespacesRequest)
CreateListEngineNamespacesRequest creates a request to invoke ListEngineNamespaces API
type ListEngineNamespacesResponse ¶
type ListEngineNamespacesResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
TotalCount int `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
PageSize int `json:"PageSize" xml:"PageSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data []Namespace `json:"Data" xml:"Data"`
}
ListEngineNamespacesResponse is the response struct for api ListEngineNamespaces
func CreateListEngineNamespacesResponse ¶
func CreateListEngineNamespacesResponse() (response *ListEngineNamespacesResponse)
CreateListEngineNamespacesResponse creates a response to parse from ListEngineNamespaces response
type ListEurekaInstancesRequest ¶
type ListEurekaInstancesRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
RequestPars string `position:"Query" name:"RequestPars"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
ServiceName string `position:"Query" name:"ServiceName"`
}
ListEurekaInstancesRequest is the request struct for api ListEurekaInstances
func CreateListEurekaInstancesRequest ¶
func CreateListEurekaInstancesRequest() (request *ListEurekaInstancesRequest)
CreateListEurekaInstancesRequest creates a request to invoke ListEurekaInstances API
type ListEurekaInstancesResponse ¶
type ListEurekaInstancesResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
TotalCount int `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
PageSize int `json:"PageSize" xml:"PageSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data []EurekaInstance `json:"Data" xml:"Data"`
}
ListEurekaInstancesResponse is the response struct for api ListEurekaInstances
func CreateListEurekaInstancesResponse ¶
func CreateListEurekaInstancesResponse() (response *ListEurekaInstancesResponse)
CreateListEurekaInstancesResponse creates a response to parse from ListEurekaInstances response
type ListEurekaServicesRequest ¶
type ListEurekaServicesRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
RequestPars string `position:"Query" name:"RequestPars"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListEurekaServicesRequest is the request struct for api ListEurekaServices
func CreateListEurekaServicesRequest ¶
func CreateListEurekaServicesRequest() (request *ListEurekaServicesRequest)
CreateListEurekaServicesRequest creates a request to invoke ListEurekaServices API
type ListEurekaServicesResponse ¶
type ListEurekaServicesResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
TotalCount int `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
PageSize int `json:"PageSize" xml:"PageSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data []SimpleService `json:"Data" xml:"Data"`
}
ListEurekaServicesResponse is the response struct for api ListEurekaServices
func CreateListEurekaServicesResponse ¶
func CreateListEurekaServicesResponse() (response *ListEurekaServicesResponse)
CreateListEurekaServicesResponse creates a response to parse from ListEurekaServices response
type ListGatewayDomainRequest ¶ added in v1.61.1450
type ListGatewayDomainRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Type string `position:"Query" name:"Type"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListGatewayDomainRequest is the request struct for api ListGatewayDomain
func CreateListGatewayDomainRequest ¶ added in v1.61.1450
func CreateListGatewayDomainRequest() (request *ListGatewayDomainRequest)
CreateListGatewayDomainRequest creates a request to invoke ListGatewayDomain API
type ListGatewayDomainResponse ¶ added in v1.61.1450
type ListGatewayDomainResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []Domains `json:"Data" xml:"Data"`
}
ListGatewayDomainResponse is the response struct for api ListGatewayDomain
func CreateListGatewayDomainResponse ¶ added in v1.61.1450
func CreateListGatewayDomainResponse() (response *ListGatewayDomainResponse)
CreateListGatewayDomainResponse creates a response to parse from ListGatewayDomain response
type ListGatewayFilterParams ¶ added in v1.61.1344
type ListGatewayFilterParams struct {
ResourceGroupId string `name:"ResourceGroupId"`
GatewayType string `name:"GatewayType"`
InstanceId string `name:"InstanceId"`
GatewayUniqueId string `name:"GatewayUniqueId"`
Name string `name:"Name"`
Vpc string `name:"Vpc"`
MseTag string `name:"MseTag"`
}
ListGatewayFilterParams is a repeated param struct in ListGatewayRequest
type ListGatewayRequest ¶ added in v1.61.1344
type ListGatewayRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
PageNumber requests.Integer `position:"Query" name:"PageNumber"`
OrderItem string `position:"Query" name:"OrderItem"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
DescSort requests.Boolean `position:"Query" name:"DescSort"`
FilterParams ListGatewayFilterParams `position:"Query" name:"FilterParams" type:"Struct"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListGatewayRequest is the request struct for api ListGateway
func CreateListGatewayRequest ¶ added in v1.61.1344
func CreateListGatewayRequest() (request *ListGatewayRequest)
CreateListGatewayRequest creates a request to invoke ListGateway API
type ListGatewayResponse ¶ added in v1.61.1344
type ListGatewayResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInListGateway `json:"Data" xml:"Data"`
}
ListGatewayResponse is the response struct for api ListGateway
func CreateListGatewayResponse ¶ added in v1.61.1344
func CreateListGatewayResponse() (response *ListGatewayResponse)
CreateListGatewayResponse creates a response to parse from ListGateway response
type ListGatewayRouteFilterParams ¶ added in v1.61.1488
type ListGatewayRouteFilterParams struct {
DefaultServiceId string `name:"DefaultServiceId"`
RouteOrder string `name:"RouteOrder"`
GatewayUniqueId string `name:"GatewayUniqueId"`
Name string `name:"Name"`
DomainName string `name:"DomainName"`
GatewayId string `name:"GatewayId"`
DomainId string `name:"DomainId"`
Status string `name:"Status"`
}
ListGatewayRouteFilterParams is a repeated param struct in ListGatewayRouteRequest
type ListGatewayRouteRequest ¶ added in v1.61.1488
type ListGatewayRouteRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
PageNumber requests.Integer `position:"Query" name:"PageNumber"`
OrderItem string `position:"Query" name:"OrderItem"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
DescSort requests.Boolean `position:"Query" name:"DescSort"`
FilterParams ListGatewayRouteFilterParams `position:"Query" name:"FilterParams" type:"Struct"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListGatewayRouteRequest is the request struct for api ListGatewayRoute
func CreateListGatewayRouteRequest ¶ added in v1.61.1488
func CreateListGatewayRouteRequest() (request *ListGatewayRouteRequest)
CreateListGatewayRouteRequest creates a request to invoke ListGatewayRoute API
type ListGatewayRouteResponse ¶ added in v1.61.1488
type ListGatewayRouteResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInListGatewayRoute `json:"Data" xml:"Data"`
}
ListGatewayRouteResponse is the response struct for api ListGatewayRoute
func CreateListGatewayRouteResponse ¶ added in v1.61.1488
func CreateListGatewayRouteResponse() (response *ListGatewayRouteResponse)
CreateListGatewayRouteResponse creates a response to parse from ListGatewayRoute response
type ListGatewayServiceFilterParams ¶ added in v1.61.1450
type ListGatewayServiceFilterParams struct {
GatewayUniqueId string `name:"GatewayUniqueId"`
ServiceProtocol string `name:"ServiceProtocol"`
Name string `name:"Name"`
Namespace string `name:"Namespace"`
SourceType string `name:"SourceType"`
GroupName string `name:"GroupName"`
}
ListGatewayServiceFilterParams is a repeated param struct in ListGatewayServiceRequest
type ListGatewayServiceRequest ¶ added in v1.61.1450
type ListGatewayServiceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
PageNumber requests.Integer `position:"Query" name:"PageNumber"`
OrderItem string `position:"Query" name:"OrderItem"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
DescSort requests.Boolean `position:"Query" name:"DescSort"`
FilterParams ListGatewayServiceFilterParams `position:"Query" name:"FilterParams" type:"Struct"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListGatewayServiceRequest is the request struct for api ListGatewayService
func CreateListGatewayServiceRequest ¶ added in v1.61.1450
func CreateListGatewayServiceRequest() (request *ListGatewayServiceRequest)
CreateListGatewayServiceRequest creates a request to invoke ListGatewayService API
type ListGatewayServiceResponse ¶ added in v1.61.1450
type ListGatewayServiceResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInListGatewayService `json:"Data" xml:"Data"`
}
ListGatewayServiceResponse is the response struct for api ListGatewayService
func CreateListGatewayServiceResponse ¶ added in v1.61.1450
func CreateListGatewayServiceResponse() (response *ListGatewayServiceResponse)
CreateListGatewayServiceResponse creates a response to parse from ListGatewayService response
type ListGatewaySlbRequest ¶ added in v1.61.1450
type ListGatewaySlbRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListGatewaySlbRequest is the request struct for api ListGatewaySlb
func CreateListGatewaySlbRequest ¶ added in v1.61.1450
func CreateListGatewaySlbRequest() (request *ListGatewaySlbRequest)
CreateListGatewaySlbRequest creates a request to invoke ListGatewaySlb API
type ListGatewaySlbResponse ¶ added in v1.61.1450
type ListGatewaySlbResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []Sources `json:"Data" xml:"Data"`
}
ListGatewaySlbResponse is the response struct for api ListGatewaySlb
func CreateListGatewaySlbResponse ¶ added in v1.61.1450
func CreateListGatewaySlbResponse() (response *ListGatewaySlbResponse)
CreateListGatewaySlbResponse creates a response to parse from ListGatewaySlb response
type ListInstanceCountRequest ¶ added in v1.62.153
type ListInstanceCountRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterType string `position:"Query" name:"ClusterType"`
MseVersion string `position:"Query" name:"MseVersion"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListInstanceCountRequest is the request struct for api ListInstanceCount
func CreateListInstanceCountRequest ¶ added in v1.62.153
func CreateListInstanceCountRequest() (request *ListInstanceCountRequest)
CreateListInstanceCountRequest creates a request to invoke ListInstanceCount API
type ListInstanceCountResponse ¶ added in v1.62.153
type ListInstanceCountResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
Code int `json:"Code" xml:"Code"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
DynamicCode string `json:"DynamicCode" xml:"DynamicCode"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data []int `json:"Data" xml:"Data"`
}
ListInstanceCountResponse is the response struct for api ListInstanceCount
func CreateListInstanceCountResponse ¶ added in v1.62.153
func CreateListInstanceCountResponse() (response *ListInstanceCountResponse)
CreateListInstanceCountResponse creates a response to parse from ListInstanceCount response
type ListListenersByConfigRequest ¶
type ListListenersByConfigRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
InstanceId string `position:"Query" name:"InstanceId"`
DataId string `position:"Query" name:"DataId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Group string `position:"Query" name:"Group"`
}
ListListenersByConfigRequest is the request struct for api ListListenersByConfig
func CreateListListenersByConfigRequest ¶
func CreateListListenersByConfigRequest() (request *ListListenersByConfigRequest)
CreateListListenersByConfigRequest creates a request to invoke ListListenersByConfig API
type ListListenersByConfigResponse ¶
type ListListenersByConfigResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
TotalCount int `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
PageSize int `json:"PageSize" xml:"PageSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Listeners []Listener `json:"Listeners" xml:"Listeners"`
}
ListListenersByConfigResponse is the response struct for api ListListenersByConfig
func CreateListListenersByConfigResponse ¶
func CreateListListenersByConfigResponse() (response *ListListenersByConfigResponse)
CreateListListenersByConfigResponse creates a response to parse from ListListenersByConfig response
type ListListenersByIpRequest ¶
type ListListenersByIpRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Ip string `position:"Query" name:"Ip"`
InstanceId string `position:"Query" name:"InstanceId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListListenersByIpRequest is the request struct for api ListListenersByIp
func CreateListListenersByIpRequest ¶
func CreateListListenersByIpRequest() (request *ListListenersByIpRequest)
CreateListListenersByIpRequest creates a request to invoke ListListenersByIp API
type ListListenersByIpResponse ¶
type ListListenersByIpResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
TotalCount int `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
PageSize int `json:"PageSize" xml:"PageSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Listeners []Listener `json:"Listeners" xml:"Listeners"`
}
ListListenersByIpResponse is the response struct for api ListListenersByIp
func CreateListListenersByIpResponse ¶
func CreateListListenersByIpResponse() (response *ListListenersByIpResponse)
CreateListListenersByIpResponse creates a response to parse from ListListenersByIp response
type ListMigrationTaskRequest ¶ added in v1.62.153
type ListMigrationTaskRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
RequestPars string `position:"Query" name:"RequestPars"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
OriginInstanceName string `position:"Query" name:"OriginInstanceName"`
}
ListMigrationTaskRequest is the request struct for api ListMigrationTask
func CreateListMigrationTaskRequest ¶ added in v1.62.153
func CreateListMigrationTaskRequest() (request *ListMigrationTaskRequest)
CreateListMigrationTaskRequest creates a request to invoke ListMigrationTask API
type ListMigrationTaskResponse ¶ added in v1.62.153
type ListMigrationTaskResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
PageSize int64 `json:"PageSize" xml:"PageSize"`
PageNumber int64 `json:"PageNumber" xml:"PageNumber"`
TotalCount int64 `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data []DataItem `json:"Data" xml:"Data"`
}
ListMigrationTaskResponse is the response struct for api ListMigrationTask
func CreateListMigrationTaskResponse ¶ added in v1.62.153
func CreateListMigrationTaskResponse() (response *ListMigrationTaskResponse)
CreateListMigrationTaskResponse creates a response to parse from ListMigrationTask response
type ListNacosConfigsRequest ¶
type ListNacosConfigsRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
AppName string `position:"Query" name:"AppName"`
NamespaceId string `position:"Query" name:"NamespaceId"`
RequestPars string `position:"Query" name:"RequestPars"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
Group string `position:"Query" name:"Group"`
Tags string `position:"Query" name:"Tags"`
InstanceId string `position:"Query" name:"InstanceId"`
DataId string `position:"Query" name:"DataId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListNacosConfigsRequest is the request struct for api ListNacosConfigs
func CreateListNacosConfigsRequest ¶
func CreateListNacosConfigsRequest() (request *ListNacosConfigsRequest)
CreateListNacosConfigsRequest creates a request to invoke ListNacosConfigs API
type ListNacosConfigsResponse ¶
type ListNacosConfigsResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
TotalCount int `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
PageSize int `json:"PageSize" xml:"PageSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Configurations []NacosConfigForListModel `json:"Configurations" xml:"Configurations"`
}
ListNacosConfigsResponse is the response struct for api ListNacosConfigs
func CreateListNacosConfigsResponse ¶
func CreateListNacosConfigsResponse() (response *ListNacosConfigsResponse)
CreateListNacosConfigsResponse creates a response to parse from ListNacosConfigs response
type ListNacosHistoryConfigsRequest ¶
type ListNacosHistoryConfigsRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
InstanceId string `position:"Query" name:"InstanceId"`
DataId string `position:"Query" name:"DataId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
RequestPars string `position:"Query" name:"RequestPars"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Group string `position:"Query" name:"Group"`
}
ListNacosHistoryConfigsRequest is the request struct for api ListNacosHistoryConfigs
func CreateListNacosHistoryConfigsRequest ¶
func CreateListNacosHistoryConfigsRequest() (request *ListNacosHistoryConfigsRequest)
CreateListNacosHistoryConfigsRequest creates a request to invoke ListNacosHistoryConfigs API
type ListNacosHistoryConfigsResponse ¶
type ListNacosHistoryConfigsResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
TotalCount int `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
PageSize int `json:"PageSize" xml:"PageSize"`
PageNumber int `json:"PageNumber" xml:"PageNumber"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
HistoryItems []HistoryItem `json:"HistoryItems" xml:"HistoryItems"`
}
ListNacosHistoryConfigsResponse is the response struct for api ListNacosHistoryConfigs
func CreateListNacosHistoryConfigsResponse ¶
func CreateListNacosHistoryConfigsResponse() (response *ListNacosHistoryConfigsResponse)
CreateListNacosHistoryConfigsResponse creates a response to parse from ListNacosHistoryConfigs response
type ListNamingTrackRequest ¶ added in v1.62.153
type ListNamingTrackRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
StartTs requests.Integer `position:"Query" name:"StartTs"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
NamespaceId string `position:"Query" name:"NamespaceId"`
RequestPars string `position:"Query" name:"RequestPars"`
EndTs requests.Integer `position:"Query" name:"EndTs"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
ServiceName string `position:"Query" name:"ServiceName"`
Group string `position:"Query" name:"Group"`
Ip string `position:"Query" name:"Ip"`
Reverse requests.Boolean `position:"Query" name:"Reverse"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListNamingTrackRequest is the request struct for api ListNamingTrack
func CreateListNamingTrackRequest ¶ added in v1.62.153
func CreateListNamingTrackRequest() (request *ListNamingTrackRequest)
CreateListNamingTrackRequest creates a request to invoke ListNamingTrack API
type ListNamingTrackResponse ¶ added in v1.62.153
type ListNamingTrackResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
PageSize int64 `json:"PageSize" xml:"PageSize"`
PageNumber int64 `json:"PageNumber" xml:"PageNumber"`
TotalCount int64 `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Traces []Trace `json:"Traces" xml:"Traces"`
}
ListNamingTrackResponse is the response struct for api ListNamingTrack
func CreateListNamingTrackResponse ¶ added in v1.62.153
func CreateListNamingTrackResponse() (response *ListNamingTrackResponse)
CreateListNamingTrackResponse creates a response to parse from ListNamingTrack response
type ListSSLCertRequest ¶ added in v1.61.1450
type ListSSLCertRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListSSLCertRequest is the request struct for api ListSSLCert
func CreateListSSLCertRequest ¶ added in v1.61.1450
func CreateListSSLCertRequest() (request *ListSSLCertRequest)
CreateListSSLCertRequest creates a request to invoke ListSSLCert API
type ListSSLCertResponse ¶ added in v1.61.1450
type ListSSLCertResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []Domains `json:"Data" xml:"Data"`
}
ListSSLCertResponse is the response struct for api ListSSLCert
func CreateListSSLCertResponse ¶ added in v1.61.1450
func CreateListSSLCertResponse() (response *ListSSLCertResponse)
CreateListSSLCertResponse creates a response to parse from ListSSLCert response
type ListSecurityGroupRequest ¶ added in v1.61.1581
type ListSecurityGroupRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListSecurityGroupRequest is the request struct for api ListSecurityGroup
func CreateListSecurityGroupRequest ¶ added in v1.61.1581
func CreateListSecurityGroupRequest() (request *ListSecurityGroupRequest)
CreateListSecurityGroupRequest creates a request to invoke ListSecurityGroup API
type ListSecurityGroupResponse ¶ added in v1.61.1581
type ListSecurityGroupResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []Sgs `json:"Data" xml:"Data"`
}
ListSecurityGroupResponse is the response struct for api ListSecurityGroup
func CreateListSecurityGroupResponse ¶ added in v1.61.1581
func CreateListSecurityGroupResponse() (response *ListSecurityGroupResponse)
CreateListSecurityGroupResponse creates a response to parse from ListSecurityGroup response
type ListSecurityGroupRuleRequest ¶ added in v1.61.1581
type ListSecurityGroupRuleRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListSecurityGroupRuleRequest is the request struct for api ListSecurityGroupRule
func CreateListSecurityGroupRuleRequest ¶ added in v1.61.1581
func CreateListSecurityGroupRuleRequest() (request *ListSecurityGroupRuleRequest)
CreateListSecurityGroupRuleRequest creates a request to invoke ListSecurityGroupRule API
type ListSecurityGroupRuleResponse ¶ added in v1.61.1581
type ListSecurityGroupRuleResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []Rules `json:"Data" xml:"Data"`
}
ListSecurityGroupRuleResponse is the response struct for api ListSecurityGroupRule
func CreateListSecurityGroupRuleResponse ¶ added in v1.61.1581
func CreateListSecurityGroupRuleResponse() (response *ListSecurityGroupRuleResponse)
CreateListSecurityGroupRuleResponse creates a response to parse from ListSecurityGroupRule response
type ListServiceSourceRequest ¶ added in v1.61.1450
type ListServiceSourceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListServiceSourceRequest is the request struct for api ListServiceSource
func CreateListServiceSourceRequest ¶ added in v1.61.1450
func CreateListServiceSourceRequest() (request *ListServiceSourceRequest)
CreateListServiceSourceRequest creates a request to invoke ListServiceSource API
type ListServiceSourceResponse ¶ added in v1.61.1450
type ListServiceSourceResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []SourcesInListServiceSource `json:"Data" xml:"Data"`
}
ListServiceSourceResponse is the response struct for api ListServiceSource
func CreateListServiceSourceResponse ¶ added in v1.61.1450
func CreateListServiceSourceResponse() (response *ListServiceSourceResponse)
CreateListServiceSourceResponse creates a response to parse from ListServiceSource response
type ListTagResourcesRequest ¶ added in v1.62.153
type ListTagResourcesRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ResourceId *[]string `position:"Query" name:"ResourceId" type:"Repeated"`
ResourceType string `position:"Query" name:"ResourceType"`
NextToken string `position:"Query" name:"NextToken"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Tag *[]ListTagResourcesTag `position:"Query" name:"Tag" type:"Repeated"`
}
ListTagResourcesRequest is the request struct for api ListTagResources
func CreateListTagResourcesRequest ¶ added in v1.62.153
func CreateListTagResourcesRequest() (request *ListTagResourcesRequest)
CreateListTagResourcesRequest creates a request to invoke ListTagResources API
type ListTagResourcesResponse ¶ added in v1.62.153
type ListTagResourcesResponse struct {
*responses.BaseResponse
NextToken string `json:"NextToken" xml:"NextToken"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
TagResources TagResources `json:"TagResources" xml:"TagResources"`
}
ListTagResourcesResponse is the response struct for api ListTagResources
func CreateListTagResourcesResponse ¶ added in v1.62.153
func CreateListTagResourcesResponse() (response *ListTagResourcesResponse)
CreateListTagResourcesResponse creates a response to parse from ListTagResources response
type ListTagResourcesTag ¶ added in v1.62.153
ListTagResourcesTag is a repeated param struct in ListTagResourcesRequest
type ListZkTrackRequest ¶ added in v1.62.153
type ListZkTrackRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
StartTs requests.Integer `position:"Query" name:"StartTs"`
SessionId string `position:"Query" name:"SessionId"`
PageNum requests.Integer `position:"Query" name:"PageNum"`
Path string `position:"Query" name:"Path"`
RequestPars string `position:"Query" name:"RequestPars"`
EndTs requests.Integer `position:"Query" name:"EndTs"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
Reverse requests.Boolean `position:"Query" name:"Reverse"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListZkTrackRequest is the request struct for api ListZkTrack
func CreateListZkTrackRequest ¶ added in v1.62.153
func CreateListZkTrackRequest() (request *ListZkTrackRequest)
CreateListZkTrackRequest creates a request to invoke ListZkTrack API
type ListZkTrackResponse ¶ added in v1.62.153
type ListZkTrackResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
PageSize int64 `json:"PageSize" xml:"PageSize"`
PageNumber int64 `json:"PageNumber" xml:"PageNumber"`
TotalCount int64 `json:"TotalCount" xml:"TotalCount"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Traces []Trace `json:"Traces" xml:"Traces"`
}
ListZkTrackResponse is the response struct for api ListZkTrack
func CreateListZkTrackResponse ¶ added in v1.62.153
func CreateListZkTrackResponse() (response *ListZkTrackResponse)
CreateListZkTrackResponse creates a response to parse from ListZkTrack response
type ListZnodeChildrenRequest ¶
type ListZnodeChildrenRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
Path string `position:"Query" name:"Path"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ListZnodeChildrenRequest is the request struct for api ListZnodeChildren
func CreateListZnodeChildrenRequest ¶
func CreateListZnodeChildrenRequest() (request *ListZnodeChildrenRequest)
CreateListZnodeChildrenRequest creates a request to invoke ListZnodeChildren API
type ListZnodeChildrenResponse ¶
type ListZnodeChildrenResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data []ZnodeModel `json:"Data" xml:"Data"`
}
ListZnodeChildrenResponse is the response struct for api ListZnodeChildren
func CreateListZnodeChildrenResponse ¶
func CreateListZnodeChildrenResponse() (response *ListZnodeChildrenResponse)
CreateListZnodeChildrenResponse creates a response to parse from ListZnodeChildren response
type Listener ¶
type Listener struct {
DataId string `json:"DataId" xml:"DataId"`
Group string `json:"Group" xml:"Group"`
Ip string `json:"Ip" xml:"Ip"`
Md5 string `json:"Md5" xml:"Md5"`
Status string `json:"Status" xml:"Status"`
}
Listener is a nested struct in mse response
type ListenersInListListenersByConfig ¶
type ListenersInListListenersByConfig struct {
Listener []Listener `json:"Listener" xml:"Listener"`
}
ListenersInListListenersByConfig is a nested struct in mse response
type ListenersInListListenersByIp ¶
type ListenersInListListenersByIp struct {
Listener []Listener `json:"Listener" xml:"Listener"`
}
ListenersInListListenersByIp is a nested struct in mse response
type LoadBalancerSettings ¶ added in v1.61.1450
type LoadBalancerSettings struct {
LoadbalancerType string `json:"LoadbalancerType" xml:"LoadbalancerType"`
WarmupDuration int64 `json:"WarmupDuration" xml:"WarmupDuration"`
ConsistentHashLBConfig ConsistentHashLBConfig `json:"ConsistentHashLBConfig" xml:"ConsistentHashLBConfig"`
}
LoadBalancerSettings is a nested struct in mse response
type LoadBalancerSettingsInListGatewayService ¶ added in v1.62.153
type LoadBalancerSettingsInListGatewayService struct {
LoadbalancerType string `json:"LoadbalancerType" xml:"LoadbalancerType"`
WarmupDuration int `json:"WarmupDuration" xml:"WarmupDuration"`
ConsistentHashLBConfig ConsistentHashLBConfig `json:"ConsistentHashLBConfig" xml:"ConsistentHashLBConfig"`
}
LoadBalancerSettingsInListGatewayService is a nested struct in mse response
type LocationData ¶
type LocationData struct {
Ordering int `json:"Ordering" xml:"Ordering"`
Type string `json:"Type" xml:"Type"`
DistrictEnName string `json:"DistrictEnName" xml:"DistrictEnName"`
ShowName string `json:"ShowName" xml:"ShowName"`
DistrictCnName string `json:"DistrictCnName" xml:"DistrictCnName"`
EnName string `json:"EnName" xml:"EnName"`
DistrictId string `json:"DistrictId" xml:"DistrictId"`
DistrictShowName string `json:"DistrictShowName" xml:"DistrictShowName"`
Description string `json:"Description" xml:"Description"`
EnDescription string `json:"EnDescription" xml:"EnDescription"`
CnName string `json:"CnName" xml:"CnName"`
Name string `json:"Name" xml:"Name"`
DistrictOrdering int `json:"DistrictOrdering" xml:"DistrictOrdering"`
}
LocationData is a nested struct in mse response
type LogConfigDetails ¶ added in v1.61.1344
type LogConfigDetails struct {
LogEnabled bool `json:"LogEnabled" xml:"LogEnabled"`
ProjectName string `json:"ProjectName" xml:"ProjectName"`
LogStoreName string `json:"LogStoreName" xml:"LogStoreName"`
}
LogConfigDetails is a nested struct in mse response
type Method ¶ added in v1.61.1488
type Method struct {
Name string `json:"Name" xml:"Name"`
MethodController string `json:"MethodController" xml:"MethodController"`
ReturnType string `json:"ReturnType" xml:"ReturnType"`
Paths []string `json:"Paths" xml:"Paths"`
ParameterTypes []string `json:"ParameterTypes" xml:"ParameterTypes"`
RequestMethods []string `json:"RequestMethods" xml:"RequestMethods"`
}
Method is a nested struct in mse response
type MethodPredicatesInGetGatewayRouteDetail ¶ added in v1.61.1488
type MethodPredicatesInGetGatewayRouteDetail struct {
MethodPredicates []string `json:"MethodPredicates" xml:"MethodPredicates"`
}
MethodPredicatesInGetGatewayRouteDetail is a nested struct in mse response
type MethodPredicatesInListGatewayRoute ¶ added in v1.61.1488
type MethodPredicatesInListGatewayRoute struct {
MethodPredicates []string `json:"MethodPredicates" xml:"MethodPredicates"`
}
MethodPredicatesInListGatewayRoute is a nested struct in mse response
type MethodPredicatesInUpdateGatewayRouteWafStatus ¶ added in v1.61.1581
type MethodPredicatesInUpdateGatewayRouteWafStatus struct {
MethodPredicates []string `json:"MethodPredicates" xml:"MethodPredicates"`
}
MethodPredicatesInUpdateGatewayRouteWafStatus is a nested struct in mse response
type Methods ¶ added in v1.61.1488
type Methods struct {
Method []Method `json:"Method" xml:"Method"`
}
Methods is a nested struct in mse response
type ModifyGovernanceKubernetesClusterRequest ¶ added in v1.61.1344
type ModifyGovernanceKubernetesClusterRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
NamespaceInfos string `position:"Query" name:"NamespaceInfos"`
ClusterId string `position:"Query" name:"ClusterId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ModifyGovernanceKubernetesClusterRequest is the request struct for api ModifyGovernanceKubernetesCluster
func CreateModifyGovernanceKubernetesClusterRequest ¶ added in v1.61.1344
func CreateModifyGovernanceKubernetesClusterRequest() (request *ModifyGovernanceKubernetesClusterRequest)
CreateModifyGovernanceKubernetesClusterRequest creates a request to invoke ModifyGovernanceKubernetesCluster API
type ModifyGovernanceKubernetesClusterResponse ¶ added in v1.61.1344
type ModifyGovernanceKubernetesClusterResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Data bool `json:"Data" xml:"Data"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
}
ModifyGovernanceKubernetesClusterResponse is the response struct for api ModifyGovernanceKubernetesCluster
func CreateModifyGovernanceKubernetesClusterResponse ¶ added in v1.61.1344
func CreateModifyGovernanceKubernetesClusterResponse() (response *ModifyGovernanceKubernetesClusterResponse)
CreateModifyGovernanceKubernetesClusterResponse creates a response to parse from ModifyGovernanceKubernetesCluster response
type ModifyLosslessRuleRequest ¶ added in v1.62.153
type ModifyLosslessRuleRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
DelayTime requests.Integer `position:"Query" name:"DelayTime"`
Source string `position:"Query" name:"Source"`
WarmupTime requests.Integer `position:"Query" name:"WarmupTime"`
AppName string `position:"Query" name:"AppName"`
Related requests.Boolean `position:"Query" name:"Related"`
Enable requests.Boolean `position:"Query" name:"Enable"`
Aligned requests.Boolean `position:"Query" name:"Aligned"`
ShutdownWaitSeconds requests.Integer `position:"Query" name:"ShutdownWaitSeconds"`
Notice requests.Boolean `position:"Query" name:"Notice"`
LossLessDetail requests.Boolean `position:"Query" name:"LossLessDetail"`
FuncType requests.Integer `position:"Query" name:"FuncType"`
AppId string `position:"Query" name:"AppId"`
Namespace string `position:"Query" name:"Namespace"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
ModifyLosslessRuleRequest is the request struct for api ModifyLosslessRule
func CreateModifyLosslessRuleRequest ¶ added in v1.62.153
func CreateModifyLosslessRuleRequest() (request *ModifyLosslessRuleRequest)
CreateModifyLosslessRuleRequest creates a request to invoke ModifyLosslessRule API
type ModifyLosslessRuleResponse ¶ added in v1.62.153
type ModifyLosslessRuleResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
HttpCode string `json:"HttpCode" xml:"HttpCode"`
Message string `json:"Message" xml:"Message"`
Success bool `json:"Success" xml:"Success"`
}
ModifyLosslessRuleResponse is the response struct for api ModifyLosslessRule
func CreateModifyLosslessRuleResponse ¶ added in v1.62.153
func CreateModifyLosslessRuleResponse() (response *ModifyLosslessRuleResponse)
CreateModifyLosslessRuleResponse creates a response to parse from ModifyLosslessRule response
type MothedMapList ¶ added in v1.62.153
type MothedMapList struct {
MothedMapListItem []MothedMapListItem `json:"MothedMapList" xml:"MothedMapList"`
}
MothedMapList is a nested struct in mse response
type MothedMapListItem ¶ added in v1.62.153
type MothedMapListItem struct {
DubboMothedName string `json:"DubboMothedName" xml:"DubboMothedName"`
HttpMothed string `json:"HttpMothed" xml:"HttpMothed"`
Mothedpath string `json:"Mothedpath" xml:"Mothedpath"`
PassThroughAllHeaders string `json:"PassThroughAllHeaders" xml:"PassThroughAllHeaders"`
PassThroughList []string `json:"PassThroughList" xml:"PassThroughList"`
ParamMapsList []ParamMapsListItem `json:"ParamMapsList" xml:"ParamMapsList"`
}
MothedMapListItem is a nested struct in mse response
type MscServiceDetailResponse ¶ added in v1.61.1488
type MscServiceDetailResponse struct {
EdasAppName string `json:"EdasAppName" xml:"EdasAppName"`
DubboApplicationName string `json:"DubboApplicationName" xml:"DubboApplicationName"`
Version string `json:"Version" xml:"Version"`
SpringApplicationName string `json:"SpringApplicationName" xml:"SpringApplicationName"`
RegistryType string `json:"RegistryType" xml:"RegistryType"`
ServiceType string `json:"ServiceType" xml:"ServiceType"`
ServiceName string `json:"ServiceName" xml:"ServiceName"`
Metadata map[string]interface{} `json:"Metadata" xml:"Metadata"`
Group string `json:"Group" xml:"Group"`
Methods []Method `json:"Methods" xml:"Methods"`
}
MscServiceDetailResponse is a nested struct in mse response
type MseSources ¶ added in v1.61.1450
type MseSources struct {
InstanceId string `json:"InstanceId" xml:"InstanceId"`
Address string `json:"Address" xml:"Address"`
Type string `json:"Type" xml:"Type"`
Name string `json:"Name" xml:"Name"`
ClusterId string `json:"ClusterId" xml:"ClusterId"`
}
MseSources is a nested struct in mse response
type NacosAnsCluster ¶
type NacosAnsCluster struct {
DefaultCheckPort int `json:"DefaultCheckPort" xml:"DefaultCheckPort"`
HealthCheckerType string `json:"HealthCheckerType" xml:"HealthCheckerType"`
UseIPPort4Check bool `json:"UseIPPort4Check" xml:"UseIPPort4Check"`
ServiceName string `json:"ServiceName" xml:"ServiceName"`
Name string `json:"Name" xml:"Name"`
DefaultPort int `json:"DefaultPort" xml:"DefaultPort"`
Metadata map[string]interface{} `json:"Metadata" xml:"Metadata"`
}
NacosAnsCluster is a nested struct in mse response
type NacosAnsInstance ¶
type NacosAnsInstance struct {
DefaultKey string `json:"DefaultKey" xml:"DefaultKey"`
Ephemeral bool `json:"Ephemeral" xml:"Ephemeral"`
Marked bool `json:"Marked" xml:"Marked"`
Ip string `json:"Ip" xml:"Ip"`
InstanceId string `json:"InstanceId" xml:"InstanceId"`
Port int `json:"Port" xml:"Port"`
LastBeat int64 `json:"LastBeat" xml:"LastBeat"`
OkCount int `json:"OkCount" xml:"OkCount"`
Weight int `json:"Weight" xml:"Weight"`
InstanceHeartBeatInterval int `json:"InstanceHeartBeatInterval" xml:"InstanceHeartBeatInterval"`
IpDeleteTimeout int `json:"IpDeleteTimeout" xml:"IpDeleteTimeout"`
App string `json:"App" xml:"App"`
FailCount int `json:"FailCount" xml:"FailCount"`
Healthy bool `json:"Healthy" xml:"Healthy"`
Enabled bool `json:"Enabled" xml:"Enabled"`
DatumKey string `json:"DatumKey" xml:"DatumKey"`
ClusterName string `json:"ClusterName" xml:"ClusterName"`
InstanceHeartBeatTimeOut int `json:"InstanceHeartBeatTimeOut" xml:"InstanceHeartBeatTimeOut"`
ServiceName string `json:"ServiceName" xml:"ServiceName"`
Metadata map[string]interface{} `json:"Metadata" xml:"Metadata"`
}
NacosAnsInstance is a nested struct in mse response
type NacosConfigForListModel ¶
type NacosConfigForListModel struct {
AppName string `json:"AppName" xml:"AppName"`
DataId string `json:"DataId" xml:"DataId"`
Id string `json:"Id" xml:"Id"`
Group string `json:"Group" xml:"Group"`
}
NacosConfigForListModel is a nested struct in mse response
type NacosRunningEnv ¶ added in v1.62.153
type NacosRunningEnv struct {
EmptyProtect bool `json:"emptyProtect" xml:"emptyProtect"`
}
NacosRunningEnv is a nested struct in mse response
type Namespace ¶
type Namespace struct {
Type int `json:"Type" xml:"Type"`
NamespaceShowName string `json:"NamespaceShowName" xml:"NamespaceShowName"`
Quota int `json:"Quota" xml:"Quota"`
Namespace string `json:"Namespace" xml:"Namespace"`
NamespaceDesc string `json:"NamespaceDesc" xml:"NamespaceDesc"`
ConfigCount int `json:"ConfigCount" xml:"ConfigCount"`
ServiceCount string `json:"ServiceCount" xml:"ServiceCount"`
}
Namespace is a nested struct in mse response
type Namespaces ¶ added in v1.61.1344
type Namespaces struct {
KubernetesNamespace []KubernetesNamespace `json:"KubernetesNamespace" xml:"KubernetesNamespace"`
}
Namespaces is a nested struct in mse response
type OfflineGatewayRouteRequest ¶ added in v1.61.1488
type OfflineGatewayRouteRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
RouteId string `position:"Query" name:"RouteId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
OfflineGatewayRouteRequest is the request struct for api OfflineGatewayRoute
func CreateOfflineGatewayRouteRequest ¶ added in v1.61.1488
func CreateOfflineGatewayRouteRequest() (request *OfflineGatewayRouteRequest)
CreateOfflineGatewayRouteRequest creates a request to invoke OfflineGatewayRoute API
type OfflineGatewayRouteResponse ¶ added in v1.61.1488
type OfflineGatewayRouteResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data bool `json:"Data" xml:"Data"`
}
OfflineGatewayRouteResponse is the response struct for api OfflineGatewayRoute
func CreateOfflineGatewayRouteResponse ¶ added in v1.61.1488
func CreateOfflineGatewayRouteResponse() (response *OfflineGatewayRouteResponse)
CreateOfflineGatewayRouteResponse creates a response to parse from OfflineGatewayRoute response
type OrderClusterHealthCheckRiskNoticeRequest ¶ added in v1.62.153
type OrderClusterHealthCheckRiskNoticeRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Mute requests.Boolean `position:"Query" name:"Mute"`
InstanceId string `position:"Query" name:"InstanceId"`
NoticeType string `position:"Query" name:"NoticeType"`
RiskCode string `position:"Query" name:"RiskCode"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
OrderClusterHealthCheckRiskNoticeRequest is the request struct for api OrderClusterHealthCheckRiskNotice
func CreateOrderClusterHealthCheckRiskNoticeRequest ¶ added in v1.62.153
func CreateOrderClusterHealthCheckRiskNoticeRequest() (request *OrderClusterHealthCheckRiskNoticeRequest)
CreateOrderClusterHealthCheckRiskNoticeRequest creates a request to invoke OrderClusterHealthCheckRiskNotice API
type OrderClusterHealthCheckRiskNoticeResponse ¶ added in v1.62.153
type OrderClusterHealthCheckRiskNoticeResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
Code int `json:"Code" xml:"Code"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
DynamicCode string `json:"DynamicCode" xml:"DynamicCode"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data bool `json:"Data" xml:"Data"`
}
OrderClusterHealthCheckRiskNoticeResponse is the response struct for api OrderClusterHealthCheckRiskNotice
func CreateOrderClusterHealthCheckRiskNoticeResponse ¶ added in v1.62.153
func CreateOrderClusterHealthCheckRiskNoticeResponse() (response *OrderClusterHealthCheckRiskNoticeResponse)
CreateOrderClusterHealthCheckRiskNoticeResponse creates a response to parse from OrderClusterHealthCheckRiskNotice response
type ParamMapsList ¶ added in v1.62.153
type ParamMapsList struct {
ParamMapsListItem []ParamMapsListItem `json:"ParamMapsList" xml:"ParamMapsList"`
}
ParamMapsList is a nested struct in mse response
type ParamMapsListItem ¶ added in v1.62.153
type ParamMapsListItem struct {
ExtractKeySpec string `json:"ExtractKeySpec" xml:"ExtractKeySpec"`
ExtractKey string `json:"ExtractKey" xml:"ExtractKey"`
MappingType string `json:"MappingType" xml:"MappingType"`
}
ParamMapsListItem is a nested struct in mse response
type ParameterTypes ¶ added in v1.61.1488
type ParameterTypes struct {
ParameterType []string `json:"ParameterType" xml:"ParameterType"`
}
ParameterTypes is a nested struct in mse response
type PassThroughList ¶ added in v1.62.153
type PassThroughList struct {
PassThroughList []string `json:"PassThroughList" xml:"PassThroughList"`
}
PassThroughList is a nested struct in mse response
type PathList ¶ added in v1.62.153
type PathList struct {
PathList []string `json:"pathList" xml:"pathList"`
}
PathList is a nested struct in mse response
type PathPredicates ¶ added in v1.61.1488
type PathPredicates struct {
Path string `json:"Path" xml:"Path"`
IgnoreCase bool `json:"IgnoreCase" xml:"IgnoreCase"`
Type string `json:"Type" xml:"Type"`
}
PathPredicates is a nested struct in mse response
type Paths ¶ added in v1.61.1488
type Paths struct {
Path []string `json:"Path" xml:"Path"`
}
Paths is a nested struct in mse response
type PortTrafficPolicyList ¶ added in v1.62.153
type PortTrafficPolicyList struct {
PortTrafficPolicyListItem []PortTrafficPolicyListItem `json:"PortTrafficPolicyList" xml:"PortTrafficPolicyList"`
}
PortTrafficPolicyList is a nested struct in mse response
type PortTrafficPolicyListItem ¶ added in v1.62.153
type PortTrafficPolicyListItem struct {
Id int64 `json:"Id" xml:"Id"`
ServiceId int64 `json:"ServiceId" xml:"ServiceId"`
ServicePort int `json:"ServicePort" xml:"ServicePort"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
TrafficPolicy TrafficPolicy `json:"TrafficPolicy" xml:"TrafficPolicy"`
}
PortTrafficPolicyListItem is a nested struct in mse response
type PortsInGetGatewayServiceDetail ¶ added in v1.62.153
type PortsInGetGatewayServiceDetail struct {
Ports []int `json:"ports" xml:"ports"`
}
PortsInGetGatewayServiceDetail is a nested struct in mse response
type PortsInListGatewayService ¶ added in v1.62.153
type PortsInListGatewayService struct {
Ports []int `json:"ports" xml:"ports"`
}
PortsInListGatewayService is a nested struct in mse response
type PullServices ¶ added in v1.61.1450
type PullServices struct {
Namespace string `json:"Namespace" xml:"Namespace"`
GroupName string `json:"GroupName" xml:"GroupName"`
NamespaceShowName string `json:"NamespaceShowName" xml:"NamespaceShowName"`
Services []ServicesItem `json:"Services" xml:"Services"`
}
PullServices is a nested struct in mse response
type PullServicesRequest ¶ added in v1.61.1450
type PullServicesRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
SourceType string `position:"Query" name:"SourceType"`
Namespace string `position:"Query" name:"Namespace"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
PullServicesRequest is the request struct for api PullServices
func CreatePullServicesRequest ¶ added in v1.61.1450
func CreatePullServicesRequest() (request *PullServicesRequest)
CreatePullServicesRequest creates a request to invoke PullServices API
type PullServicesResponse ¶ added in v1.61.1450
type PullServicesResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []PullServices `json:"Data" xml:"Data"`
}
PullServicesResponse is the response struct for api PullServices
func CreatePullServicesResponse ¶ added in v1.61.1450
func CreatePullServicesResponse() (response *PullServicesResponse)
CreatePullServicesResponse creates a response to parse from PullServices response
type PutClusterHealthCheckTaskRequest ¶ added in v1.62.153
type PutClusterHealthCheckTaskRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
PutClusterHealthCheckTaskRequest is the request struct for api PutClusterHealthCheckTask
func CreatePutClusterHealthCheckTaskRequest ¶ added in v1.62.153
func CreatePutClusterHealthCheckTaskRequest() (request *PutClusterHealthCheckTaskRequest)
CreatePutClusterHealthCheckTaskRequest creates a request to invoke PutClusterHealthCheckTask API
type PutClusterHealthCheckTaskResponse ¶ added in v1.62.153
type PutClusterHealthCheckTaskResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
Code int `json:"Code" xml:"Code"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
DynamicCode string `json:"DynamicCode" xml:"DynamicCode"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data bool `json:"Data" xml:"Data"`
}
PutClusterHealthCheckTaskResponse is the response struct for api PutClusterHealthCheckTask
func CreatePutClusterHealthCheckTaskResponse ¶ added in v1.62.153
func CreatePutClusterHealthCheckTaskResponse() (response *PutClusterHealthCheckTaskResponse)
CreatePutClusterHealthCheckTaskResponse creates a response to parse from PutClusterHealthCheckTask response
type QueryAllSwimmingLaneGroupRequest ¶ added in v1.61.1488
type QueryAllSwimmingLaneGroupRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Namespace string `position:"Query" name:"Namespace"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QueryAllSwimmingLaneGroupRequest is the request struct for api QueryAllSwimmingLaneGroup
func CreateQueryAllSwimmingLaneGroupRequest ¶ added in v1.61.1488
func CreateQueryAllSwimmingLaneGroupRequest() (request *QueryAllSwimmingLaneGroupRequest)
CreateQueryAllSwimmingLaneGroupRequest creates a request to invoke QueryAllSwimmingLaneGroup API
type QueryAllSwimmingLaneGroupResponse ¶ added in v1.61.1488
type QueryAllSwimmingLaneGroupResponse struct {
*responses.BaseResponse
}
QueryAllSwimmingLaneGroupResponse is the response struct for api QueryAllSwimmingLaneGroup
func CreateQueryAllSwimmingLaneGroupResponse ¶ added in v1.61.1488
func CreateQueryAllSwimmingLaneGroupResponse() (response *QueryAllSwimmingLaneGroupResponse)
CreateQueryAllSwimmingLaneGroupResponse creates a response to parse from QueryAllSwimmingLaneGroup response
type QueryAllSwimmingLaneRequest ¶ added in v1.61.1488
type QueryAllSwimmingLaneRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GroupId requests.Integer `position:"Query" name:"GroupId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QueryAllSwimmingLaneRequest is the request struct for api QueryAllSwimmingLane
func CreateQueryAllSwimmingLaneRequest ¶ added in v1.61.1488
func CreateQueryAllSwimmingLaneRequest() (request *QueryAllSwimmingLaneRequest)
CreateQueryAllSwimmingLaneRequest creates a request to invoke QueryAllSwimmingLane API
type QueryAllSwimmingLaneResponse ¶ added in v1.61.1488
type QueryAllSwimmingLaneResponse struct {
*responses.BaseResponse
}
QueryAllSwimmingLaneResponse is the response struct for api QueryAllSwimmingLane
func CreateQueryAllSwimmingLaneResponse ¶ added in v1.61.1488
func CreateQueryAllSwimmingLaneResponse() (response *QueryAllSwimmingLaneResponse)
CreateQueryAllSwimmingLaneResponse creates a response to parse from QueryAllSwimmingLane response
type QueryBusinessLocationsRequest ¶
type QueryBusinessLocationsRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QueryBusinessLocationsRequest is the request struct for api QueryBusinessLocations
func CreateQueryBusinessLocationsRequest ¶
func CreateQueryBusinessLocationsRequest() (request *QueryBusinessLocationsRequest)
CreateQueryBusinessLocationsRequest creates a request to invoke QueryBusinessLocations API
type QueryBusinessLocationsResponse ¶
type QueryBusinessLocationsResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success string `json:"Success" xml:"Success"`
Data []LocationData `json:"Data" xml:"Data"`
}
QueryBusinessLocationsResponse is the response struct for api QueryBusinessLocations
func CreateQueryBusinessLocationsResponse ¶
func CreateQueryBusinessLocationsResponse() (response *QueryBusinessLocationsResponse)
CreateQueryBusinessLocationsResponse creates a response to parse from QueryBusinessLocations response
type QueryClusterDetailRequest ¶
type QueryClusterDetailRequest struct {
*requests.RpcRequest
AclSwitch requests.Boolean `position:"Query" name:"AclSwitch"`
MseSessionId string `position:"Query" name:"MseSessionId"`
OrderId string `position:"Query" name:"OrderId"`
ClusterId string `position:"Query" name:"ClusterId"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QueryClusterDetailRequest is the request struct for api QueryClusterDetail
func CreateQueryClusterDetailRequest ¶
func CreateQueryClusterDetailRequest() (request *QueryClusterDetailRequest)
CreateQueryClusterDetailRequest creates a request to invoke QueryClusterDetail API
type QueryClusterDetailResponse ¶
type QueryClusterDetailResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data DataInQueryClusterDetail `json:"Data" xml:"Data"`
}
QueryClusterDetailResponse is the response struct for api QueryClusterDetail
func CreateQueryClusterDetailResponse ¶
func CreateQueryClusterDetailResponse() (response *QueryClusterDetailResponse)
CreateQueryClusterDetailResponse creates a response to parse from QueryClusterDetail response
type QueryClusterDiskSpecificationRequest ¶ added in v1.61.998
type QueryClusterDiskSpecificationRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterType string `position:"Query" name:"ClusterType"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QueryClusterDiskSpecificationRequest is the request struct for api QueryClusterDiskSpecification
func CreateQueryClusterDiskSpecificationRequest ¶ added in v1.61.998
func CreateQueryClusterDiskSpecificationRequest() (request *QueryClusterDiskSpecificationRequest)
CreateQueryClusterDiskSpecificationRequest creates a request to invoke QueryClusterDiskSpecification API
type QueryClusterDiskSpecificationResponse ¶ added in v1.61.998
type QueryClusterDiskSpecificationResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data Data `json:"Data" xml:"Data"`
}
QueryClusterDiskSpecificationResponse is the response struct for api QueryClusterDiskSpecification
func CreateQueryClusterDiskSpecificationResponse ¶ added in v1.61.998
func CreateQueryClusterDiskSpecificationResponse() (response *QueryClusterDiskSpecificationResponse)
CreateQueryClusterDiskSpecificationResponse creates a response to parse from QueryClusterDiskSpecification response
type QueryClusterInfoRequest ¶ added in v1.62.153
type QueryClusterInfoRequest struct {
*requests.RpcRequest
AclSwitch requests.Boolean `position:"Query" name:"AclSwitch"`
MseSessionId string `position:"Query" name:"MseSessionId"`
OrderId string `position:"Query" name:"OrderId"`
ClusterId string `position:"Query" name:"ClusterId"`
InstanceId string `position:"Query" name:"InstanceId"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QueryClusterInfoRequest is the request struct for api QueryClusterInfo
func CreateQueryClusterInfoRequest ¶ added in v1.62.153
func CreateQueryClusterInfoRequest() (request *QueryClusterInfoRequest)
CreateQueryClusterInfoRequest creates a request to invoke QueryClusterInfo API
type QueryClusterInfoResponse ¶ added in v1.62.153
type QueryClusterInfoResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data DataInQueryClusterInfo `json:"Data" xml:"Data"`
}
QueryClusterInfoResponse is the response struct for api QueryClusterInfo
func CreateQueryClusterInfoResponse ¶ added in v1.62.153
func CreateQueryClusterInfoResponse() (response *QueryClusterInfoResponse)
CreateQueryClusterInfoResponse creates a response to parse from QueryClusterInfo response
type QueryClusterSpecificationRequest ¶
type QueryClusterSpecificationRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ConnectType string `position:"Query" name:"ConnectType"`
MseVersion string `position:"Query" name:"MseVersion"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QueryClusterSpecificationRequest is the request struct for api QueryClusterSpecification
func CreateQueryClusterSpecificationRequest ¶
func CreateQueryClusterSpecificationRequest() (request *QueryClusterSpecificationRequest)
CreateQueryClusterSpecificationRequest creates a request to invoke QueryClusterSpecification API
type QueryClusterSpecificationResponse ¶
type QueryClusterSpecificationResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Code int `json:"Code" xml:"Code"`
Message string `json:"Message" xml:"Message"`
Data []DataItem `json:"Data" xml:"Data"`
}
QueryClusterSpecificationResponse is the response struct for api QueryClusterSpecification
func CreateQueryClusterSpecificationResponse ¶
func CreateQueryClusterSpecificationResponse() (response *QueryClusterSpecificationResponse)
CreateQueryClusterSpecificationResponse creates a response to parse from QueryClusterSpecification response
type QueryConfigRequest ¶
type QueryConfigRequest struct {
*requests.RpcRequest
NeedRunningConf requests.Boolean `position:"Query" name:"NeedRunningConf"`
MseSessionId string `position:"Query" name:"MseSessionId"`
ConfigType string `position:"Query" name:"ConfigType"`
ClusterId string `position:"Query" name:"ClusterId"`
InstanceId string `position:"Query" name:"InstanceId"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QueryConfigRequest is the request struct for api QueryConfig
func CreateQueryConfigRequest ¶
func CreateQueryConfigRequest() (request *QueryConfigRequest)
CreateQueryConfigRequest creates a request to invoke QueryConfig API
type QueryConfigResponse ¶
type QueryConfigResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
Code int `json:"Code" xml:"Code"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Data Data `json:"Data" xml:"Data"`
}
QueryConfigResponse is the response struct for api QueryConfig
func CreateQueryConfigResponse ¶
func CreateQueryConfigResponse() (response *QueryConfigResponse)
CreateQueryConfigResponse creates a response to parse from QueryConfig response
type QueryGatewayRegionRequest ¶ added in v1.61.1344
type QueryGatewayRegionRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QueryGatewayRegionRequest is the request struct for api QueryGatewayRegion
func CreateQueryGatewayRegionRequest ¶ added in v1.61.1344
func CreateQueryGatewayRegionRequest() (request *QueryGatewayRegionRequest)
CreateQueryGatewayRegionRequest creates a request to invoke QueryGatewayRegion API
type QueryGatewayRegionResponse ¶ added in v1.61.1344
type QueryGatewayRegionResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []string `json:"Data" xml:"Data"`
}
QueryGatewayRegionResponse is the response struct for api QueryGatewayRegion
func CreateQueryGatewayRegionResponse ¶ added in v1.61.1344
func CreateQueryGatewayRegionResponse() (response *QueryGatewayRegionResponse)
CreateQueryGatewayRegionResponse creates a response to parse from QueryGatewayRegion response
type QueryGatewayTypeRequest ¶ added in v1.61.1344
type QueryGatewayTypeRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QueryGatewayTypeRequest is the request struct for api QueryGatewayType
func CreateQueryGatewayTypeRequest ¶ added in v1.61.1344
func CreateQueryGatewayTypeRequest() (request *QueryGatewayTypeRequest)
CreateQueryGatewayTypeRequest creates a request to invoke QueryGatewayType API
type QueryGatewayTypeResponse ¶ added in v1.61.1344
type QueryGatewayTypeResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []string `json:"Data" xml:"Data"`
}
QueryGatewayTypeResponse is the response struct for api QueryGatewayType
func CreateQueryGatewayTypeResponse ¶ added in v1.61.1344
func CreateQueryGatewayTypeResponse() (response *QueryGatewayTypeResponse)
CreateQueryGatewayTypeResponse creates a response to parse from QueryGatewayType response
type QueryGovernanceKubernetesClusterRequest ¶ added in v1.61.1450
type QueryGovernanceKubernetesClusterRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterName string `position:"Query" name:"ClusterName"`
ClusterId string `position:"Query" name:"ClusterId"`
PageNumber requests.Integer `position:"Query" name:"PageNumber"`
PageSize requests.Integer `position:"Query" name:"PageSize"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QueryGovernanceKubernetesClusterRequest is the request struct for api QueryGovernanceKubernetesCluster
func CreateQueryGovernanceKubernetesClusterRequest ¶ added in v1.61.1450
func CreateQueryGovernanceKubernetesClusterRequest() (request *QueryGovernanceKubernetesClusterRequest)
CreateQueryGovernanceKubernetesClusterRequest creates a request to invoke QueryGovernanceKubernetesCluster API
type QueryGovernanceKubernetesClusterResponse ¶ added in v1.61.1450
type QueryGovernanceKubernetesClusterResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInQueryGovernanceKubernetesCluster `json:"Data" xml:"Data"`
}
QueryGovernanceKubernetesClusterResponse is the response struct for api QueryGovernanceKubernetesCluster
func CreateQueryGovernanceKubernetesClusterResponse ¶ added in v1.61.1450
func CreateQueryGovernanceKubernetesClusterResponse() (response *QueryGovernanceKubernetesClusterResponse)
CreateQueryGovernanceKubernetesClusterResponse creates a response to parse from QueryGovernanceKubernetesCluster response
type QueryInstancesInfoRequest ¶ added in v1.62.153
type QueryInstancesInfoRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
OrderId string `position:"Query" name:"OrderId"`
ClusterId string `position:"Query" name:"ClusterId"`
InstanceId string `position:"Query" name:"InstanceId"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QueryInstancesInfoRequest is the request struct for api QueryInstancesInfo
func CreateQueryInstancesInfoRequest ¶ added in v1.62.153
func CreateQueryInstancesInfoRequest() (request *QueryInstancesInfoRequest)
CreateQueryInstancesInfoRequest creates a request to invoke QueryInstancesInfo API
type QueryInstancesInfoResponse ¶ added in v1.62.153
type QueryInstancesInfoResponse struct {
*responses.BaseResponse
Success bool `json:"Success" xml:"Success"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
HttpCode string `json:"HttpCode" xml:"HttpCode"`
Data []InstanceModels `json:"Data" xml:"Data"`
}
QueryInstancesInfoResponse is the response struct for api QueryInstancesInfo
func CreateQueryInstancesInfoResponse ¶ added in v1.62.153
func CreateQueryInstancesInfoResponse() (response *QueryInstancesInfoResponse)
CreateQueryInstancesInfoResponse creates a response to parse from QueryInstancesInfo response
type QueryMonitorRequest ¶
type QueryMonitorRequest struct {
*requests.RpcRequest
MonitorType string `position:"Query" name:"MonitorType"`
MseSessionId string `position:"Query" name:"MseSessionId"`
EndTime requests.Integer `position:"Query" name:"EndTime"`
ClusterId string `position:"Query" name:"ClusterId"`
StartTime requests.Integer `position:"Query" name:"StartTime"`
InstanceId string `position:"Query" name:"InstanceId"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Step requests.Integer `position:"Query" name:"Step"`
}
QueryMonitorRequest is the request struct for api QueryMonitor
func CreateQueryMonitorRequest ¶
func CreateQueryMonitorRequest() (request *QueryMonitorRequest)
CreateQueryMonitorRequest creates a request to invoke QueryMonitor API
type QueryMonitorResponse ¶
type QueryMonitorResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data []DataItem `json:"Data" xml:"Data"`
}
QueryMonitorResponse is the response struct for api QueryMonitor
func CreateQueryMonitorResponse ¶
func CreateQueryMonitorResponse() (response *QueryMonitorResponse)
CreateQueryMonitorResponse creates a response to parse from QueryMonitor response
type QueryPredicatesInGetGatewayRouteDetail ¶ added in v1.61.1488
type QueryPredicatesInGetGatewayRouteDetail struct {
QueryPredicatesItem []QueryPredicatesItem `json:"QueryPredicates" xml:"QueryPredicates"`
}
QueryPredicatesInGetGatewayRouteDetail is a nested struct in mse response
type QueryPredicatesInListGatewayRoute ¶ added in v1.61.1488
type QueryPredicatesInListGatewayRoute struct {
QueryPredicatesItem []QueryPredicatesItem `json:"QueryPredicates" xml:"QueryPredicates"`
}
QueryPredicatesInListGatewayRoute is a nested struct in mse response
type QueryPredicatesInUpdateGatewayRouteWafStatus ¶ added in v1.61.1581
type QueryPredicatesInUpdateGatewayRouteWafStatus struct {
QueryPredicatesItem []QueryPredicatesItem `json:"QueryPredicates" xml:"QueryPredicates"`
}
QueryPredicatesInUpdateGatewayRouteWafStatus is a nested struct in mse response
type QueryPredicatesItem ¶ added in v1.61.1488
type QueryPredicatesItem struct {
Key string `json:"Key" xml:"Key"`
Value string `json:"Value" xml:"Value"`
Type string `json:"Type" xml:"Type"`
}
QueryPredicatesItem is a nested struct in mse response
type QuerySlbSpecRequest ¶ added in v1.61.1344
type QuerySlbSpecRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QuerySlbSpecRequest is the request struct for api QuerySlbSpec
func CreateQuerySlbSpecRequest ¶ added in v1.61.1344
func CreateQuerySlbSpecRequest() (request *QuerySlbSpecRequest)
CreateQuerySlbSpecRequest creates a request to invoke QuerySlbSpec API
type QuerySlbSpecResponse ¶ added in v1.61.1344
type QuerySlbSpecResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []SlbSpecs `json:"Data" xml:"Data"`
}
QuerySlbSpecResponse is the response struct for api QuerySlbSpec
func CreateQuerySlbSpecResponse ¶ added in v1.61.1344
func CreateQuerySlbSpecResponse() (response *QuerySlbSpecResponse)
CreateQuerySlbSpecResponse creates a response to parse from QuerySlbSpec response
type QuerySwimmingLaneByIdRequest ¶ added in v1.61.1488
type QuerySwimmingLaneByIdRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
LaneId requests.Integer `position:"Query" name:"LaneId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QuerySwimmingLaneByIdRequest is the request struct for api QuerySwimmingLaneById
func CreateQuerySwimmingLaneByIdRequest ¶ added in v1.61.1488
func CreateQuerySwimmingLaneByIdRequest() (request *QuerySwimmingLaneByIdRequest)
CreateQuerySwimmingLaneByIdRequest creates a request to invoke QuerySwimmingLaneById API
type QuerySwimmingLaneByIdResponse ¶ added in v1.61.1488
type QuerySwimmingLaneByIdResponse struct {
*responses.BaseResponse
}
QuerySwimmingLaneByIdResponse is the response struct for api QuerySwimmingLaneById
func CreateQuerySwimmingLaneByIdResponse ¶ added in v1.61.1488
func CreateQuerySwimmingLaneByIdResponse() (response *QuerySwimmingLaneByIdResponse)
CreateQuerySwimmingLaneByIdResponse creates a response to parse from QuerySwimmingLaneById response
type QueryZnodeDetailRequest ¶
type QueryZnodeDetailRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
Path string `position:"Query" name:"Path"`
InstanceId string `position:"Query" name:"InstanceId"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
QueryZnodeDetailRequest is the request struct for api QueryZnodeDetail
func CreateQueryZnodeDetailRequest ¶
func CreateQueryZnodeDetailRequest() (request *QueryZnodeDetailRequest)
CreateQueryZnodeDetailRequest creates a request to invoke QueryZnodeDetail API
type QueryZnodeDetailResponse ¶
type QueryZnodeDetailResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success string `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
QueryZnodeDetailResponse is the response struct for api QueryZnodeDetail
func CreateQueryZnodeDetailResponse ¶
func CreateQueryZnodeDetailResponse() (response *QueryZnodeDetailResponse)
CreateQueryZnodeDetailResponse creates a response to parse from QueryZnodeDetail response
type Redirect ¶ added in v1.61.1488
type Redirect struct {
Host string `json:"Host" xml:"Host"`
Path string `json:"Path" xml:"Path"`
Code int `json:"Code" xml:"Code"`
}
Redirect is a nested struct in mse response
type RequestMethods ¶ added in v1.61.1488
type RequestMethods struct {
RequestMethod []string `json:"RequestMethod" xml:"RequestMethod"`
}
RequestMethods is a nested struct in mse response
type RestartClusterRequest ¶
type RestartClusterRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
PodNameList string `position:"Query" name:"PodNameList"`
InstanceId string `position:"Query" name:"InstanceId"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
RestartClusterRequest is the request struct for api RestartCluster
func CreateRestartClusterRequest ¶
func CreateRestartClusterRequest() (request *RestartClusterRequest)
CreateRestartClusterRequest creates a request to invoke RestartCluster API
type RestartClusterResponse ¶
type RestartClusterResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
}
RestartClusterResponse is the response struct for api RestartCluster
func CreateRestartClusterResponse ¶
func CreateRestartClusterResponse() (response *RestartClusterResponse)
CreateRestartClusterResponse creates a response to parse from RestartCluster response
type ResultInGetApplicationList ¶ added in v1.61.1581
type ResultInGetApplicationList struct {
ApplicationList []ApplicationList `json:"ApplicationList" xml:"ApplicationList"`
}
ResultInGetApplicationList is a nested struct in mse response
type ResultInGetApplicationListWithMetircs ¶ added in v1.62.153
type ResultInGetApplicationListWithMetircs struct {
ApplicationList []ApplicationList `json:"ApplicationList" xml:"ApplicationList"`
}
ResultInGetApplicationListWithMetircs is a nested struct in mse response
type ResultInListApplicationsWithTagRules ¶ added in v1.61.1488
type ResultInListApplicationsWithTagRules struct {
ApplicationList []ApplicationList `json:"ApplicationList" xml:"ApplicationList"`
}
ResultInListApplicationsWithTagRules is a nested struct in mse response
type ResultInListClusterHealthCheckTask ¶ added in v1.62.153
type ResultInListClusterHealthCheckTask struct {
ResultItem []ResultItem `json:"Result" xml:"Result"`
}
ResultInListClusterHealthCheckTask is a nested struct in mse response
type ResultInListGateway ¶ added in v1.61.1344
type ResultInListGateway struct {
Gateways []Gateways `json:"Gateways" xml:"Gateways"`
}
ResultInListGateway is a nested struct in mse response
type ResultInListGatewayRoute ¶ added in v1.61.1488
type ResultInListGatewayRoute struct {
Routes []Routes `json:"Routes" xml:"Routes"`
}
ResultInListGatewayRoute is a nested struct in mse response
type ResultInListGatewayService ¶ added in v1.61.1450
type ResultInListGatewayService struct {
Services []Services `json:"Services" xml:"Services"`
}
ResultInListGatewayService is a nested struct in mse response
type ResultInQueryGovernanceKubernetesCluster ¶ added in v1.61.1450
type ResultInQueryGovernanceKubernetesCluster struct {
ClusterList []ClusterList `json:"ClusterList" xml:"ClusterList"`
}
ResultInQueryGovernanceKubernetesCluster is a nested struct in mse response
type ResultItem ¶ added in v1.62.153
type ResultItem struct {
Id int `json:"Id" xml:"Id"`
Score int `json:"Score" xml:"Score"`
TotalItem int `json:"TotalItem" xml:"TotalItem"`
TotalRisk int `json:"TotalRisk" xml:"TotalRisk"`
InstanceId string `json:"InstanceId" xml:"InstanceId"`
ClusterType string `json:"ClusterType" xml:"ClusterType"`
Type string `json:"Type" xml:"Type"`
Status string `json:"Status" xml:"Status"`
PrimaryUser string `json:"PrimaryUser" xml:"PrimaryUser"`
Spec string `json:"Spec" xml:"Spec"`
Replica string `json:"Replica" xml:"Replica"`
VersionCode string `json:"VersionCode" xml:"VersionCode"`
AppVersion string `json:"AppVersion" xml:"AppVersion"`
ImageVersion string `json:"ImageVersion" xml:"ImageVersion"`
CreateTime string `json:"CreateTime" xml:"CreateTime"`
UpdateTime string `json:"UpdateTime" xml:"UpdateTime"`
ChargeType string `json:"ChargeType" xml:"ChargeType"`
RiskList []RiskListItem `json:"RiskList" xml:"RiskList"`
}
ResultItem is a nested struct in mse response
type Retry ¶ added in v1.61.1488
type Retry struct {
Attempts int `json:"Attempts" xml:"Attempts"`
Status string `json:"Status" xml:"Status"`
RetryOn []string `json:"RetryOn" xml:"RetryOn"`
HttpCodes []string `json:"HttpCodes" xml:"HttpCodes"`
}
Retry is a nested struct in mse response
type RetryClusterRequest ¶
type RetryClusterRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
InstanceId string `position:"Query" name:"InstanceId"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
RetryClusterRequest is the request struct for api RetryCluster
func CreateRetryClusterRequest ¶
func CreateRetryClusterRequest() (request *RetryClusterRequest)
CreateRetryClusterRequest creates a request to invoke RetryCluster API
type RetryClusterResponse ¶
type RetryClusterResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
}
RetryClusterResponse is the response struct for api RetryCluster
func CreateRetryClusterResponse ¶
func CreateRetryClusterResponse() (response *RetryClusterResponse)
CreateRetryClusterResponse creates a response to parse from RetryCluster response
type RetryOnInGetGatewayRouteDetail ¶ added in v1.61.1581
type RetryOnInGetGatewayRouteDetail struct {
RetryOn []string `json:"retryOn" xml:"retryOn"`
}
RetryOnInGetGatewayRouteDetail is a nested struct in mse response
type RetryOnInUpdateGatewayRouteWafStatus ¶ added in v1.61.1581
type RetryOnInUpdateGatewayRouteWafStatus struct {
RetryOn []string `json:"retryOn" xml:"retryOn"`
}
RetryOnInUpdateGatewayRouteWafStatus is a nested struct in mse response
type RiskList ¶ added in v1.62.153
type RiskList struct {
RiskListItem []RiskListItem `json:"RiskList" xml:"RiskList"`
}
RiskList is a nested struct in mse response
type RiskListItem ¶ added in v1.62.153
type RiskListItem struct {
Id int `json:"Id" xml:"Id"`
TaskId int64 `json:"TaskId" xml:"TaskId"`
RiskName string `json:"RiskName" xml:"RiskName"`
RiskCode string `json:"RiskCode" xml:"RiskCode"`
PrimaryUser string `json:"PrimaryUser" xml:"PrimaryUser"`
Type int `json:"Type" xml:"Type"`
Values string `json:"Values" xml:"Values"`
Module string `json:"Module" xml:"Module"`
RiskType string `json:"RiskType" xml:"RiskType"`
RiskLevel string `json:"RiskLevel" xml:"RiskLevel"`
Suggestion string `json:"Suggestion" xml:"Suggestion"`
Situation string `json:"Situation" xml:"Situation"`
Description string `json:"Description" xml:"Description"`
Mute bool `json:"Mute" xml:"Mute"`
NoticeFeature bool `json:"NoticeFeature" xml:"NoticeFeature"`
}
RiskListItem is a nested struct in mse response
type RoutePredicates ¶ added in v1.61.1488
type RoutePredicates struct {
MethodPredicates []string `json:"MethodPredicates" xml:"MethodPredicates"`
PathPredicates PathPredicates `json:"PathPredicates" xml:"PathPredicates"`
QueryPredicates []QueryPredicatesItem `json:"QueryPredicates" xml:"QueryPredicates"`
HeaderPredicates []HeaderPredicatesItem `json:"HeaderPredicates" xml:"HeaderPredicates"`
}
RoutePredicates is a nested struct in mse response
type RouteRule ¶ added in v1.61.1488
type RouteRule struct {
Status int `json:"Status" xml:"Status"`
InstanceNum int `json:"InstanceNum" xml:"InstanceNum"`
Remove bool `json:"Remove" xml:"Remove"`
CarryData bool `json:"CarryData" xml:"CarryData"`
Tag string `json:"Tag" xml:"Tag"`
Name string `json:"Name" xml:"Name"`
Rules string `json:"Rules" xml:"Rules"`
Id int64 `json:"Id" xml:"Id"`
Rate int `json:"Rate" xml:"Rate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
Enable bool `json:"Enable" xml:"Enable"`
}
RouteRule is a nested struct in mse response
type RouteRuleVO ¶ added in v1.61.1488
type RouteRuleVO struct {
Status int `json:"Status" xml:"Status"`
InstanceNum int `json:"InstanceNum" xml:"InstanceNum"`
Remove bool `json:"Remove" xml:"Remove"`
CarryData bool `json:"CarryData" xml:"CarryData"`
Tag string `json:"Tag" xml:"Tag"`
Name string `json:"Name" xml:"Name"`
Rules string `json:"Rules" xml:"Rules"`
Id int64 `json:"Id" xml:"Id"`
Rate int `json:"Rate" xml:"Rate"`
Enable bool `json:"Enable" xml:"Enable"`
}
RouteRuleVO is a nested struct in mse response
type RouteRules ¶ added in v1.61.1488
type RouteRules struct {
RouteRule []RouteRule `json:"RouteRule" xml:"RouteRule"`
}
RouteRules is a nested struct in mse response
type RouteServicesInGetGatewayRouteDetail ¶ added in v1.61.1488
type RouteServicesInGetGatewayRouteDetail struct {
RouteServicesItem []RouteServicesItem `json:"RouteServices" xml:"RouteServices"`
}
RouteServicesInGetGatewayRouteDetail is a nested struct in mse response
type RouteServicesInListGatewayRoute ¶ added in v1.61.1488
type RouteServicesInListGatewayRoute struct {
RouteServicesItem []RouteServicesItem `json:"RouteServices" xml:"RouteServices"`
}
RouteServicesInListGatewayRoute is a nested struct in mse response
type RouteServicesInUpdateGatewayRouteWafStatus ¶ added in v1.61.1581
type RouteServicesInUpdateGatewayRouteWafStatus struct {
RouteServicesItem []RouteServicesItem `json:"RouteServices" xml:"RouteServices"`
}
RouteServicesInUpdateGatewayRouteWafStatus is a nested struct in mse response
type RouteServicesItem ¶ added in v1.61.1488
type RouteServicesItem struct {
Name string `json:"Name" xml:"Name"`
AgreementType string `json:"AgreementType" xml:"AgreementType"`
ServicePort int `json:"ServicePort" xml:"ServicePort"`
Percent int `json:"Percent" xml:"Percent"`
SourceType string `json:"SourceType" xml:"SourceType"`
Namespace string `json:"Namespace" xml:"Namespace"`
ServiceId int64 `json:"ServiceId" xml:"ServiceId"`
Version string `json:"Version" xml:"Version"`
GroupName string `json:"GroupName" xml:"GroupName"`
ServiceName string `json:"ServiceName" xml:"ServiceName"`
HttpDubboTranscoder HttpDubboTranscoder `json:"HttpDubboTranscoder" xml:"HttpDubboTranscoder"`
}
RouteServicesItem is a nested struct in mse response
type Routes ¶ added in v1.61.1488
type Routes struct {
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
Status int `json:"Status" xml:"Status"`
RouteOrder int `json:"RouteOrder" xml:"RouteOrder"`
DefaultServiceName string `json:"DefaultServiceName" xml:"DefaultServiceName"`
DefaultServiceId int64 `json:"DefaultServiceId" xml:"DefaultServiceId"`
Predicates string `json:"Predicates" xml:"Predicates"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
Services string `json:"Services" xml:"Services"`
DomainId int64 `json:"DomainId" xml:"DomainId"`
DomainName string `json:"DomainName" xml:"DomainName"`
DestinationType string `json:"DestinationType" xml:"DestinationType"`
Type string `json:"Type" xml:"Type"`
EnableWaf string `json:"EnableWaf" xml:"EnableWaf"`
Fallback bool `json:"Fallback" xml:"Fallback"`
DomainIdList []int64 `json:"DomainIdList" xml:"DomainIdList"`
DomainNameList []string `json:"DomainNameList" xml:"DomainNameList"`
RoutePredicates RoutePredicates `json:"RoutePredicates" xml:"RoutePredicates"`
DirectResponse DirectResponse `json:"DirectResponse" xml:"DirectResponse"`
Redirect Redirect `json:"Redirect" xml:"Redirect"`
Comment Comment `json:"Comment" xml:"Comment"`
RouteServices []RouteServicesItem `json:"RouteServices" xml:"RouteServices"`
FallbackServices []FallbackServicesItem `json:"FallbackServices" xml:"FallbackServices"`
}
Routes is a nested struct in mse response
type Rules ¶ added in v1.61.1581
type Rules struct {
Id string `json:"Id" xml:"Id"`
SecurityGroupId string `json:"SecurityGroupId" xml:"SecurityGroupId"`
PortRange string `json:"PortRange" xml:"PortRange"`
IpProtocol string `json:"IpProtocol" xml:"IpProtocol"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
Description string `json:"Description" xml:"Description"`
}
Rules is a nested struct in mse response
type SelectGatewaySlbRequest ¶ added in v1.61.1450
type SelectGatewaySlbRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Type string `position:"Query" name:"Type"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
SelectGatewaySlbRequest is the request struct for api SelectGatewaySlb
func CreateSelectGatewaySlbRequest ¶ added in v1.61.1450
func CreateSelectGatewaySlbRequest() (request *SelectGatewaySlbRequest)
CreateSelectGatewaySlbRequest creates a request to invoke SelectGatewaySlb API
type SelectGatewaySlbResponse ¶ added in v1.61.1450
type SelectGatewaySlbResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data []Sources `json:"Data" xml:"Data"`
}
SelectGatewaySlbResponse is the response struct for api SelectGatewaySlb
func CreateSelectGatewaySlbResponse ¶ added in v1.61.1450
func CreateSelectGatewaySlbResponse() (response *SelectGatewaySlbResponse)
CreateSelectGatewaySlbResponse creates a response to parse from SelectGatewaySlb response
type ServiceVersion ¶ added in v1.61.1450
type ServiceVersion struct {
Name string `json:"Name" xml:"Name"`
Labels []LabelsItem `json:"Labels" xml:"Labels"`
}
ServiceVersion is a nested struct in mse response
type Services ¶ added in v1.61.1450
type Services struct {
Name string `json:"Name" xml:"Name"`
ServiceNameInRegistry string `json:"ServiceNameInRegistry" xml:"ServiceNameInRegistry"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
MetaInfo string `json:"MetaInfo" xml:"MetaInfo"`
HealehStatus string `json:"HealehStatus" xml:"HealehStatus"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
ServicePort int64 `json:"ServicePort" xml:"ServicePort"`
Id int64 `json:"Id" xml:"Id"`
GroupName string `json:"GroupName" xml:"GroupName"`
HealthCheck bool `json:"HealthCheck" xml:"HealthCheck"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
SourceId int64 `json:"SourceId" xml:"SourceId"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
SourceType string `json:"SourceType" xml:"SourceType"`
ServiceProtocol string `json:"ServiceProtocol" xml:"ServiceProtocol"`
Namespace string `json:"Namespace" xml:"Namespace"`
HealthStatus string `json:"HealthStatus" xml:"HealthStatus"`
Ips []string `json:"Ips" xml:"Ips"`
Ports []int `json:"Ports" xml:"Ports"`
UnhealthyEndpoints []string `json:"UnhealthyEndpoints" xml:"UnhealthyEndpoints"`
HealthCheckInfo HealthCheckInfo `json:"HealthCheckInfo" xml:"HealthCheckInfo"`
GatewayTrafficPolicy GatewayTrafficPolicy `json:"GatewayTrafficPolicy" xml:"GatewayTrafficPolicy"`
Versions []VersionsItem `json:"Versions" xml:"Versions"`
}
Services is a nested struct in mse response
type ServicesInPullServices ¶ added in v1.61.1450
type ServicesInPullServices struct {
ServicesItem []ServicesItem `json:"Services" xml:"Services"`
}
ServicesInPullServices is a nested struct in mse response
type ServicesItem ¶ added in v1.61.1450
type ServicesItem struct {
Name string `json:"Name" xml:"Name"`
Namespace string `json:"Namespace" xml:"Namespace"`
GroupName string `json:"GroupName" xml:"GroupName"`
SourceId string `json:"SourceId" xml:"SourceId"`
SourceType string `json:"SourceType" xml:"SourceType"`
}
ServicesItem is a nested struct in mse response
type Sgs ¶ added in v1.61.1581
type Sgs struct {
SecurityGroupId string `json:"SecurityGroupId" xml:"SecurityGroupId"`
SecurityGroupName string `json:"SecurityGroupName" xml:"SecurityGroupName"`
VpcId string `json:"VpcId" xml:"VpcId"`
SecurityGroupType string `json:"SecurityGroupType" xml:"SecurityGroupType"`
}
Sgs is a nested struct in mse response
type SimpleNacosAnsService ¶
type SimpleNacosAnsService struct {
HealthyInstanceCount int `json:"HealthyInstanceCount" xml:"HealthyInstanceCount"`
GroupName string `json:"GroupName" xml:"GroupName"`
IpCount int `json:"IpCount" xml:"IpCount"`
Name string `json:"Name" xml:"Name"`
ClusterCount int `json:"ClusterCount" xml:"ClusterCount"`
}
SimpleNacosAnsService is a nested struct in mse response
type SimpleService ¶
type SimpleService struct {
Name string `json:"Name" xml:"Name"`
UpStatus string `json:"UpStatus" xml:"UpStatus"`
InstancesId []string `json:"InstancesId" xml:"InstancesId"`
}
SimpleService is a nested struct in mse response
type SkipDataInCloneNacosConfig ¶ added in v1.61.998
type SkipDataInCloneNacosConfig struct {
SkipDataItem []SkipDataItem `json:"SkipData" xml:"SkipData"`
}
SkipDataInCloneNacosConfig is a nested struct in mse response
type SkipDataInImportNacosConfig ¶ added in v1.61.998
type SkipDataInImportNacosConfig struct {
SkipDataItem []SkipDataItem `json:"SkipData" xml:"SkipData"`
}
SkipDataInImportNacosConfig is a nested struct in mse response
type SkipDataItem ¶ added in v1.61.998
type SkipDataItem struct {
DataId string `json:"DataId" xml:"DataId"`
Group string `json:"Group" xml:"Group"`
}
SkipDataItem is a nested struct in mse response
type Slb ¶ added in v1.61.1344
type Slb struct {
SlbItem []SlbItem `json:"slb" xml:"slb"`
}
Slb is a nested struct in mse response
type SlbItem ¶ added in v1.62.153
type SlbItem struct {
SlbIp string `json:"SlbIp" xml:"SlbIp"`
SlbPort string `json:"SlbPort" xml:"SlbPort"`
SlbSpec string `json:"SlbSpec" xml:"SlbSpec"`
Type string `json:"Type" xml:"Type"`
GatewaySlbStatus string `json:"GatewaySlbStatus" xml:"GatewaySlbStatus"`
StatusDesc string `json:"StatusDesc" xml:"StatusDesc"`
GatewaySlbMode string `json:"GatewaySlbMode" xml:"GatewaySlbMode"`
SlbId string `json:"SlbId" xml:"SlbId"`
}
SlbItem is a nested struct in mse response
type SlbSpecs ¶ added in v1.61.1344
type SlbSpecs struct {
Id int `json:"Id" xml:"Id"`
Spec string `json:"Spec" xml:"Spec"`
Name string `json:"Name" xml:"Name"`
MaxConnection string `json:"MaxConnection" xml:"MaxConnection"`
NewConnectionPerSecond string `json:"NewConnectionPerSecond" xml:"NewConnectionPerSecond"`
Qps string `json:"Qps" xml:"Qps"`
}
SlbSpecs is a nested struct in mse response
type Sources ¶ added in v1.61.1450
type Sources struct {
GatewaySlbMode string `json:"GatewaySlbMode" xml:"GatewaySlbMode"`
GatewayId string `json:"GatewayId" xml:"GatewayId"`
HttpsPort int `json:"HttpsPort" xml:"HttpsPort"`
HttpPort int `json:"HttpPort" xml:"HttpPort"`
HttpsVServerGroupId string `json:"HttpsVServerGroupId" xml:"HttpsVServerGroupId"`
ServiceWeight int `json:"ServiceWeight" xml:"ServiceWeight"`
SlbName string `json:"SlbName" xml:"SlbName"`
VServerGroupId string `json:"VServerGroupId" xml:"VServerGroupId"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
SlbPort string `json:"SlbPort" xml:"SlbPort"`
GatewaySlbStatus string `json:"GatewaySlbStatus" xml:"GatewaySlbStatus"`
EditEnable bool `json:"EditEnable" xml:"EditEnable"`
Id string `json:"Id" xml:"Id"`
StatusDesc string `json:"StatusDesc" xml:"StatusDesc"`
SlbId string `json:"SlbId" xml:"SlbId"`
SlbIp string `json:"SlbIp" xml:"SlbIp"`
Type string `json:"Type" xml:"Type"`
}
Sources is a nested struct in mse response
type SourcesInListServiceSource ¶ added in v1.61.1450
type SourcesInListServiceSource struct {
Id int64 `json:"Id" xml:"Id"`
Name string `json:"Name" xml:"Name"`
Address string `json:"Address" xml:"Address"`
Type string `json:"Type" xml:"Type"`
Source string `json:"Source" xml:"Source"`
BindingWithGateway int `json:"BindingWithGateway" xml:"BindingWithGateway"`
GatewayId int64 `json:"GatewayId" xml:"GatewayId"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
SourceUniqueId string `json:"SourceUniqueId" xml:"SourceUniqueId"`
GatewayUniqueId string `json:"GatewayUniqueId" xml:"GatewayUniqueId"`
GroupList []string `json:"GroupList" xml:"GroupList"`
PathList []string `json:"PathList" xml:"PathList"`
IngressOptions IngressOptions `json:"IngressOptions" xml:"IngressOptions"`
}
SourcesInListServiceSource is a nested struct in mse response
type SubjectAltNames ¶ added in v1.62.153
type SubjectAltNames struct {
SubjectAltName []string `json:"SubjectAltName" xml:"SubjectAltName"`
}
SubjectAltNames is a nested struct in mse response
type TagResource ¶ added in v1.62.153
type TagResource struct {
ResourceId string `json:"ResourceId" xml:"ResourceId"`
ResourceType string `json:"ResourceType" xml:"ResourceType"`
TagValue string `json:"TagValue" xml:"TagValue"`
TagKey string `json:"TagKey" xml:"TagKey"`
}
TagResource is a nested struct in mse response
type TagResources ¶ added in v1.62.153
type TagResources struct {
TagResource []TagResource `json:"TagResource" xml:"TagResource"`
}
TagResources is a nested struct in mse response
type TagResourcesRequest ¶ added in v1.62.153
type TagResourcesRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ResourceId *[]string `position:"Query" name:"ResourceId" type:"Repeated"`
ResourceType string `position:"Query" name:"ResourceType"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Tag *[]TagResourcesTag `position:"Query" name:"Tag" type:"Repeated"`
}
TagResourcesRequest is the request struct for api TagResources
func CreateTagResourcesRequest ¶ added in v1.62.153
func CreateTagResourcesRequest() (request *TagResourcesRequest)
CreateTagResourcesRequest creates a request to invoke TagResources API
type TagResourcesResponse ¶ added in v1.62.153
type TagResourcesResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
}
TagResourcesResponse is the response struct for api TagResources
func CreateTagResourcesResponse ¶ added in v1.62.153
func CreateTagResourcesResponse() (response *TagResourcesResponse)
CreateTagResourcesResponse creates a response to parse from TagResources response
type TagResourcesTag ¶ added in v1.62.153
TagResourcesTag is a repeated param struct in TagResourcesRequest
type TagsInGetAppMessageQueueRoute ¶ added in v1.62.153
type TagsInGetAppMessageQueueRoute struct {
Tag []string `json:"tag" xml:"tag"`
}
TagsInGetAppMessageQueueRoute is a nested struct in mse response
type TagsInGetApplicationListWithMetircs ¶ added in v1.62.153
type TagsInGetApplicationListWithMetircs struct {
Tags []string `json:"Tags" xml:"Tags"`
}
TagsInGetApplicationListWithMetircs is a nested struct in mse response
type Timeout ¶ added in v1.61.1488
type Timeout struct {
Status string `json:"Status" xml:"Status"`
TimeUnit string `json:"TimeUnit" xml:"TimeUnit"`
UnitNum int `json:"UnitNum" xml:"UnitNum"`
}
Timeout is a nested struct in mse response
type Tls ¶ added in v1.62.153
type Tls struct {
Mode string `json:"Mode" xml:"Mode"`
CertId string `json:"CertId" xml:"CertId"`
CaCertId string `json:"CaCertId" xml:"CaCertId"`
CaCertContent string `json:"CaCertContent" xml:"CaCertContent"`
Sni string `json:"Sni" xml:"Sni"`
SubjectAltNames []string `json:"SubjectAltNames" xml:"SubjectAltNames"`
}
Tls is a nested struct in mse response
type TlsSetting ¶ added in v1.61.1450
type TlsSetting struct {
Sni string `json:"Sni" xml:"Sni"`
CaCertContent string `json:"CaCertContent" xml:"CaCertContent"`
TlsMode string `json:"TlsMode" xml:"TlsMode"`
CertId string `json:"CertId" xml:"CertId"`
}
TlsSetting is a nested struct in mse response
type Trace ¶ added in v1.62.153
type Trace struct {
Event string `json:"Event" xml:"Event"`
PushTimeAll string `json:"PushTimeAll" xml:"PushTimeAll"`
PushTime string `json:"PushTime" xml:"PushTime"`
Group string `json:"Group" xml:"Group"`
Push bool `json:"Push" xml:"Push"`
OpType string `json:"OpType" xml:"OpType"`
SessionId string `json:"SessionId" xml:"SessionId"`
Client bool `json:"Client" xml:"Client"`
NodeName string `json:"NodeName" xml:"NodeName"`
DataType string `json:"DataType" xml:"DataType"`
DataId string `json:"DataId" xml:"DataId"`
SlaTime string `json:"SlaTime" xml:"SlaTime"`
Ttl int64 `json:"Ttl" xml:"Ttl"`
Md5 string `json:"Md5" xml:"Md5"`
Watch bool `json:"Watch" xml:"Watch"`
Type string `json:"Type" xml:"Type"`
Path string `json:"Path" xml:"Path"`
ResponseIp string `json:"ResponseIp" xml:"ResponseIp"`
Timestamp string `json:"Timestamp" xml:"Timestamp"`
Result string `json:"Result" xml:"Result"`
LogDate string `json:"LogDate" xml:"LogDate"`
Ts string `json:"Ts" xml:"Ts"`
MultiSize int64 `json:"MultiSize" xml:"MultiSize"`
ServerName string `json:"ServerName" xml:"ServerName"`
Delay string `json:"Delay" xml:"Delay"`
RequestIp string `json:"RequestIp" xml:"RequestIp"`
Acl string `json:"Acl" xml:"Acl"`
Finished bool `json:"Finished" xml:"Finished"`
PushTimeNetwork string `json:"PushTimeNetwork" xml:"PushTimeNetwork"`
EventType string `json:"EventType" xml:"EventType"`
TraceType string `json:"TraceType" xml:"TraceType"`
InstanceSize string `json:"InstanceSize" xml:"InstanceSize"`
ClientIp string `json:"ClientIp" xml:"ClientIp"`
}
Trace is a nested struct in mse response
type TraceDetails ¶ added in v1.61.1344
type TraceDetails struct {
TraceEnabled bool `json:"TraceEnabled" xml:"TraceEnabled"`
Sample int64 `json:"Sample" xml:"Sample"`
}
TraceDetails is a nested struct in mse response
type TracesInListConfigTrack ¶ added in v1.62.153
type TracesInListConfigTrack struct {
Trace []Trace `json:"Trace" xml:"Trace"`
}
TracesInListConfigTrack is a nested struct in mse response
type TracesInListNamingTrack ¶ added in v1.62.153
type TracesInListNamingTrack struct {
Trace []Trace `json:"Trace" xml:"Trace"`
}
TracesInListNamingTrack is a nested struct in mse response
type TracesInListZkTrack ¶ added in v1.62.153
type TracesInListZkTrack struct {
Trace []Trace `json:"Trace" xml:"Trace"`
}
TracesInListZkTrack is a nested struct in mse response
type TrafficPolicy ¶ added in v1.62.153
type TrafficPolicy struct {
TlsSetting TlsSetting `json:"TlsSetting" xml:"TlsSetting"`
LoadBalancerSettings LoadBalancerSettings `json:"LoadBalancerSettings" xml:"LoadBalancerSettings"`
}
TrafficPolicy is a nested struct in mse response
type UnhealthyEndpoints ¶ added in v1.62.153
type UnhealthyEndpoints struct {
UnhealthyEndpoints []string `json:"unhealthyEndpoints" xml:"unhealthyEndpoints"`
}
UnhealthyEndpoints is a nested struct in mse response
type UntagResourcesRequest ¶ added in v1.62.153
type UntagResourcesRequest struct {
*requests.RpcRequest
All requests.Boolean `position:"Query" name:"All"`
MseSessionId string `position:"Query" name:"MseSessionId"`
ResourceId *[]string `position:"Query" name:"ResourceId" type:"Repeated"`
ResourceType string `position:"Query" name:"ResourceType"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
TagKey *[]string `position:"Query" name:"TagKey" type:"Repeated"`
}
UntagResourcesRequest is the request struct for api UntagResources
func CreateUntagResourcesRequest ¶ added in v1.62.153
func CreateUntagResourcesRequest() (request *UntagResourcesRequest)
CreateUntagResourcesRequest creates a request to invoke UntagResources API
type UntagResourcesResponse ¶ added in v1.62.153
type UntagResourcesResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
}
UntagResourcesResponse is the response struct for api UntagResources
func CreateUntagResourcesResponse ¶ added in v1.62.153
func CreateUntagResourcesResponse() (response *UntagResourcesResponse)
CreateUntagResourcesResponse creates a response to parse from UntagResources response
type UpdateAclRequest ¶
type UpdateAclRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
AclEntryList string `position:"Query" name:"AclEntryList"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateAclRequest is the request struct for api UpdateAcl
func CreateUpdateAclRequest ¶
func CreateUpdateAclRequest() (request *UpdateAclRequest)
CreateUpdateAclRequest creates a request to invoke UpdateAcl API
type UpdateAclResponse ¶
type UpdateAclResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
}
UpdateAclResponse is the response struct for api UpdateAcl
func CreateUpdateAclResponse ¶
func CreateUpdateAclResponse() (response *UpdateAclResponse)
CreateUpdateAclResponse creates a response to parse from UpdateAcl response
type UpdateBlackWhiteListRequest ¶ added in v1.61.1450
type UpdateBlackWhiteListRequest struct {
*requests.RpcRequest
Note string `position:"Query" name:"Note"`
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Type string `position:"Query" name:"Type"`
Content string `position:"Query" name:"Content"`
IsWhite requests.Boolean `position:"Query" name:"IsWhite"`
ResourceIdJsonList string `position:"Query" name:"ResourceIdJsonList"`
Id requests.Integer `position:"Query" name:"Id"`
ResourceType string `position:"Query" name:"ResourceType"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Status string `position:"Query" name:"Status"`
}
UpdateBlackWhiteListRequest is the request struct for api UpdateBlackWhiteList
func CreateUpdateBlackWhiteListRequest ¶ added in v1.61.1450
func CreateUpdateBlackWhiteListRequest() (request *UpdateBlackWhiteListRequest)
CreateUpdateBlackWhiteListRequest creates a request to invoke UpdateBlackWhiteList API
type UpdateBlackWhiteListResponse ¶ added in v1.61.1450
type UpdateBlackWhiteListResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
UpdateBlackWhiteListResponse is the response struct for api UpdateBlackWhiteList
func CreateUpdateBlackWhiteListResponse ¶ added in v1.61.1450
func CreateUpdateBlackWhiteListResponse() (response *UpdateBlackWhiteListResponse)
CreateUpdateBlackWhiteListResponse creates a response to parse from UpdateBlackWhiteList response
type UpdateClusterRequest ¶
type UpdateClusterRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterAliasName string `position:"Query" name:"ClusterAliasName"`
ClusterId string `position:"Query" name:"ClusterId"`
InstanceId string `position:"Query" name:"InstanceId"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateClusterRequest is the request struct for api UpdateCluster
func CreateUpdateClusterRequest ¶
func CreateUpdateClusterRequest() (request *UpdateClusterRequest)
CreateUpdateClusterRequest creates a request to invoke UpdateCluster API
type UpdateClusterResponse ¶
type UpdateClusterResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
HttpStatusCode string `json:"HttpStatusCode" xml:"HttpStatusCode"`
}
UpdateClusterResponse is the response struct for api UpdateCluster
func CreateUpdateClusterResponse ¶
func CreateUpdateClusterResponse() (response *UpdateClusterResponse)
CreateUpdateClusterResponse creates a response to parse from UpdateCluster response
type UpdateClusterSpecRequest ¶ added in v1.62.153
type UpdateClusterSpecRequest struct {
*requests.RpcRequest
ClusterSpecification string `position:"Query" name:"ClusterSpecification"`
MseSessionId string `position:"Query" name:"MseSessionId"`
InstanceCount requests.Integer `position:"Query" name:"InstanceCount"`
ClusterId string `position:"Query" name:"ClusterId"`
InstanceId string `position:"Query" name:"InstanceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateClusterSpecRequest is the request struct for api UpdateClusterSpec
func CreateUpdateClusterSpecRequest ¶ added in v1.62.153
func CreateUpdateClusterSpecRequest() (request *UpdateClusterSpecRequest)
CreateUpdateClusterSpecRequest creates a request to invoke UpdateClusterSpec API
type UpdateClusterSpecResponse ¶ added in v1.62.153
type UpdateClusterSpecResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data string `json:"Data" xml:"Data"`
}
UpdateClusterSpecResponse is the response struct for api UpdateClusterSpec
func CreateUpdateClusterSpecResponse ¶ added in v1.62.153
func CreateUpdateClusterSpecResponse() (response *UpdateClusterSpecResponse)
CreateUpdateClusterSpecResponse creates a response to parse from UpdateClusterSpec response
type UpdateConfigRequest ¶
type UpdateConfigRequest struct {
*requests.RpcRequest
OpenSuperAcl string `position:"Body" name:"OpenSuperAcl"`
MseSessionId string `position:"Query" name:"MseSessionId"`
ConfigAuthEnabled requests.Boolean `position:"Query" name:"ConfigAuthEnabled"`
PassWord string `position:"Query" name:"PassWord"`
SnapshotCount string `position:"Query" name:"SnapshotCount"`
MinSessionTimeout string `position:"Query" name:"MinSessionTimeout"`
MaxClientCnxns string `position:"Query" name:"MaxClientCnxns"`
RequestPars string `position:"Query" name:"RequestPars"`
JuteMaxbuffer string `position:"Query" name:"JuteMaxbuffer"`
NamingAuthEnabled requests.Boolean `position:"Query" name:"NamingAuthEnabled"`
ConfigType string `position:"Query" name:"ConfigType"`
ExtendedTypesEnable string `position:"Query" name:"ExtendedTypesEnable"`
AutopurgeSnapRetainCount string `position:"Query" name:"AutopurgeSnapRetainCount"`
MaxSessionTimeout string `position:"Query" name:"MaxSessionTimeout"`
ConfigSecretEnabled requests.Boolean `position:"Query" name:"ConfigSecretEnabled"`
MCPEnabled requests.Boolean `position:"Query" name:"MCPEnabled"`
TickTime string `position:"Query" name:"TickTime"`
ClusterId string `position:"Query" name:"ClusterId"`
SyncLimit string `position:"Query" name:"SyncLimit"`
InstanceId string `position:"Query" name:"InstanceId"`
AutopurgePurgeInterval string `position:"Query" name:"AutopurgePurgeInterval"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
InitLimit string `position:"Query" name:"InitLimit"`
UserName string `position:"Query" name:"UserName"`
}
UpdateConfigRequest is the request struct for api UpdateConfig
func CreateUpdateConfigRequest ¶
func CreateUpdateConfigRequest() (request *UpdateConfigRequest)
CreateUpdateConfigRequest creates a request to invoke UpdateConfig API
type UpdateConfigResponse ¶
type UpdateConfigResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
Code int `json:"Code" xml:"Code"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
}
UpdateConfigResponse is the response struct for api UpdateConfig
func CreateUpdateConfigResponse ¶
func CreateUpdateConfigResponse() (response *UpdateConfigResponse)
CreateUpdateConfigResponse creates a response to parse from UpdateConfig response
type UpdateEngineNamespaceRequest ¶
type UpdateEngineNamespaceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
InstanceId string `position:"Query" name:"InstanceId"`
ServiceCount requests.Integer `position:"Query" name:"ServiceCount"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Id string `position:"Query" name:"Id"`
Desc string `position:"Query" name:"Desc"`
}
UpdateEngineNamespaceRequest is the request struct for api UpdateEngineNamespace
func CreateUpdateEngineNamespaceRequest ¶
func CreateUpdateEngineNamespaceRequest() (request *UpdateEngineNamespaceRequest)
CreateUpdateEngineNamespaceRequest creates a request to invoke UpdateEngineNamespace API
type UpdateEngineNamespaceResponse ¶
type UpdateEngineNamespaceResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
UpdateEngineNamespaceResponse is the response struct for api UpdateEngineNamespace
func CreateUpdateEngineNamespaceResponse ¶
func CreateUpdateEngineNamespaceResponse() (response *UpdateEngineNamespaceResponse)
CreateUpdateEngineNamespaceResponse creates a response to parse from UpdateEngineNamespace response
type UpdateGatewayDomainRequest ¶ added in v1.61.1450
type UpdateGatewayDomainRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
TlsMax string `position:"Query" name:"TlsMax"`
Protocol string `position:"Query" name:"Protocol"`
MustHttps requests.Boolean `position:"Query" name:"MustHttps"`
Http2 string `position:"Query" name:"Http2"`
Id requests.Integer `position:"Query" name:"Id"`
TlsMin string `position:"Query" name:"TlsMin"`
CertIdentifier string `position:"Query" name:"CertIdentifier"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateGatewayDomainRequest is the request struct for api UpdateGatewayDomain
func CreateUpdateGatewayDomainRequest ¶ added in v1.61.1450
func CreateUpdateGatewayDomainRequest() (request *UpdateGatewayDomainRequest)
CreateUpdateGatewayDomainRequest creates a request to invoke UpdateGatewayDomain API
type UpdateGatewayDomainResponse ¶ added in v1.61.1450
type UpdateGatewayDomainResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
UpdateGatewayDomainResponse is the response struct for api UpdateGatewayDomain
func CreateUpdateGatewayDomainResponse ¶ added in v1.61.1450
func CreateUpdateGatewayDomainResponse() (response *UpdateGatewayDomainResponse)
CreateUpdateGatewayDomainResponse creates a response to parse from UpdateGatewayDomain response
type UpdateGatewayNameRequest ¶ added in v1.61.1344
type UpdateGatewayNameRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateGatewayNameRequest is the request struct for api UpdateGatewayName
func CreateUpdateGatewayNameRequest ¶ added in v1.61.1344
func CreateUpdateGatewayNameRequest() (request *UpdateGatewayNameRequest)
CreateUpdateGatewayNameRequest creates a request to invoke UpdateGatewayName API
type UpdateGatewayNameResponse ¶ added in v1.61.1344
type UpdateGatewayNameResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data string `json:"Data" xml:"Data"`
}
UpdateGatewayNameResponse is the response struct for api UpdateGatewayName
func CreateUpdateGatewayNameResponse ¶ added in v1.61.1344
func CreateUpdateGatewayNameResponse() (response *UpdateGatewayNameResponse)
CreateUpdateGatewayNameResponse creates a response to parse from UpdateGatewayName response
type UpdateGatewayOptionGatewayOption ¶ added in v1.61.1344
type UpdateGatewayOptionGatewayOption struct {
EnableWaf string `name:"EnableWaf"`
EnableHardwareAcceleration string `name:"EnableHardwareAcceleration"`
DisableHttp2Alpn string `name:"DisableHttp2Alpn"`
LogConfigDetails UpdateGatewayOptionGatewayOptionLogConfigDetails `name:"LogConfigDetails" type:"Struct"`
TraceDetails UpdateGatewayOptionGatewayOptionTraceDetails `name:"TraceDetails" type:"Struct"`
}
UpdateGatewayOptionGatewayOption is a repeated param struct in UpdateGatewayOptionRequest
type UpdateGatewayOptionGatewayOptionLogConfigDetails ¶ added in v1.61.1344
type UpdateGatewayOptionGatewayOptionLogConfigDetails struct {
ProjectName string `name:"ProjectName"`
LogStoreName string `name:"LogStoreName"`
LogEnabled string `name:"LogEnabled"`
}
UpdateGatewayOptionGatewayOptionLogConfigDetails is a repeated param struct in UpdateGatewayOptionRequest
type UpdateGatewayOptionGatewayOptionTraceDetails ¶ added in v1.61.1344
type UpdateGatewayOptionGatewayOptionTraceDetails struct {
TraceEnabled string `name:"TraceEnabled"`
Sample string `name:"Sample"`
}
UpdateGatewayOptionGatewayOptionTraceDetails is a repeated param struct in UpdateGatewayOptionRequest
type UpdateGatewayOptionRequest ¶ added in v1.61.1344
type UpdateGatewayOptionRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
GatewayOption UpdateGatewayOptionGatewayOption `position:"Query" name:"GatewayOption" type:"Struct"`
GatewayId requests.Integer `position:"Query" name:"GatewayId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateGatewayOptionRequest is the request struct for api UpdateGatewayOption
func CreateUpdateGatewayOptionRequest ¶ added in v1.61.1344
func CreateUpdateGatewayOptionRequest() (request *UpdateGatewayOptionRequest)
CreateUpdateGatewayOptionRequest creates a request to invoke UpdateGatewayOption API
type UpdateGatewayOptionResponse ¶ added in v1.61.1344
type UpdateGatewayOptionResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
UpdateGatewayOptionResponse is the response struct for api UpdateGatewayOption
func CreateUpdateGatewayOptionResponse ¶ added in v1.61.1344
func CreateUpdateGatewayOptionResponse() (response *UpdateGatewayOptionResponse)
CreateUpdateGatewayOptionResponse creates a response to parse from UpdateGatewayOption response
type UpdateGatewayRouteCORSCorsJSON ¶ added in v1.61.1488
type UpdateGatewayRouteCORSCorsJSON struct {
AllowCredentials string `name:"AllowCredentials"`
AllowOrigins string `name:"AllowOrigins"`
AllowMethods string `name:"AllowMethods"`
AllowHeaders string `name:"AllowHeaders"`
ExposeHeaders string `name:"ExposeHeaders"`
TimeUnit string `name:"TimeUnit"`
UnitNum string `name:"UnitNum"`
Status string `name:"Status"`
}
UpdateGatewayRouteCORSCorsJSON is a repeated param struct in UpdateGatewayRouteCORSRequest
type UpdateGatewayRouteCORSRequest ¶ added in v1.61.1488
type UpdateGatewayRouteCORSRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Id requests.Integer `position:"Query" name:"Id"`
GatewayId requests.Integer `position:"Query" name:"GatewayId"`
CorsJSON UpdateGatewayRouteCORSCorsJSON `position:"Query" name:"CorsJSON" type:"Struct"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateGatewayRouteCORSRequest is the request struct for api UpdateGatewayRouteCORS
func CreateUpdateGatewayRouteCORSRequest ¶ added in v1.61.1488
func CreateUpdateGatewayRouteCORSRequest() (request *UpdateGatewayRouteCORSRequest)
CreateUpdateGatewayRouteCORSRequest creates a request to invoke UpdateGatewayRouteCORS API
type UpdateGatewayRouteCORSResponse ¶ added in v1.61.1488
type UpdateGatewayRouteCORSResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
UpdateGatewayRouteCORSResponse is the response struct for api UpdateGatewayRouteCORS
func CreateUpdateGatewayRouteCORSResponse ¶ added in v1.61.1488
func CreateUpdateGatewayRouteCORSResponse() (response *UpdateGatewayRouteCORSResponse)
CreateUpdateGatewayRouteCORSResponse creates a response to parse from UpdateGatewayRouteCORS response
type UpdateGatewayRouteDirectResponseJSON ¶ added in v1.61.1488
type UpdateGatewayRouteDirectResponseJSON struct {
Code string `name:"Code"`
Body string `name:"Body"`
}
UpdateGatewayRouteDirectResponseJSON is a repeated param struct in UpdateGatewayRouteRequest
type UpdateGatewayRouteFallbackServices ¶ added in v1.62.153
type UpdateGatewayRouteFallbackServices struct {
AgreementType string `name:"AgreementType"`
Name string `name:"Name"`
Namespace string `name:"Namespace"`
SourceType string `name:"SourceType"`
ServiceId string `name:"ServiceId"`
Percent string `name:"Percent"`
Version string `name:"Version"`
GroupName string `name:"GroupName"`
ServicePort string `name:"ServicePort"`
}
UpdateGatewayRouteFallbackServices is a repeated param struct in UpdateGatewayRouteRequest
type UpdateGatewayRouteHTTPRewriteRequest ¶ added in v1.61.1344
type UpdateGatewayRouteHTTPRewriteRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Id requests.Integer `position:"Query" name:"Id"`
GatewayId requests.Integer `position:"Query" name:"GatewayId"`
HttpRewriteJSON string `position:"Query" name:"HttpRewriteJSON"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateGatewayRouteHTTPRewriteRequest is the request struct for api UpdateGatewayRouteHTTPRewrite
func CreateUpdateGatewayRouteHTTPRewriteRequest ¶ added in v1.61.1344
func CreateUpdateGatewayRouteHTTPRewriteRequest() (request *UpdateGatewayRouteHTTPRewriteRequest)
CreateUpdateGatewayRouteHTTPRewriteRequest creates a request to invoke UpdateGatewayRouteHTTPRewrite API
type UpdateGatewayRouteHTTPRewriteResponse ¶ added in v1.61.1344
type UpdateGatewayRouteHTTPRewriteResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
UpdateGatewayRouteHTTPRewriteResponse is the response struct for api UpdateGatewayRouteHTTPRewrite
func CreateUpdateGatewayRouteHTTPRewriteResponse ¶ added in v1.61.1344
func CreateUpdateGatewayRouteHTTPRewriteResponse() (response *UpdateGatewayRouteHTTPRewriteResponse)
CreateUpdateGatewayRouteHTTPRewriteResponse creates a response to parse from UpdateGatewayRouteHTTPRewrite response
type UpdateGatewayRouteHeaderOpRequest ¶ added in v1.61.1488
type UpdateGatewayRouteHeaderOpRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
HeaderOpJSON string `position:"Query" name:"HeaderOpJSON"`
Id requests.Integer `position:"Query" name:"Id"`
GatewayId requests.Integer `position:"Query" name:"GatewayId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateGatewayRouteHeaderOpRequest is the request struct for api UpdateGatewayRouteHeaderOp
func CreateUpdateGatewayRouteHeaderOpRequest ¶ added in v1.61.1488
func CreateUpdateGatewayRouteHeaderOpRequest() (request *UpdateGatewayRouteHeaderOpRequest)
CreateUpdateGatewayRouteHeaderOpRequest creates a request to invoke UpdateGatewayRouteHeaderOp API
type UpdateGatewayRouteHeaderOpResponse ¶ added in v1.61.1488
type UpdateGatewayRouteHeaderOpResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
UpdateGatewayRouteHeaderOpResponse is the response struct for api UpdateGatewayRouteHeaderOp
func CreateUpdateGatewayRouteHeaderOpResponse ¶ added in v1.61.1488
func CreateUpdateGatewayRouteHeaderOpResponse() (response *UpdateGatewayRouteHeaderOpResponse)
CreateUpdateGatewayRouteHeaderOpResponse creates a response to parse from UpdateGatewayRouteHeaderOp response
type UpdateGatewayRoutePredicates ¶ added in v1.61.1488
type UpdateGatewayRoutePredicates struct {
PathPredicates UpdateGatewayRoutePredicatesPathPredicates `name:"PathPredicates" type:"Struct"`
MethodPredicates *[]string `name:"MethodPredicates" type:"Repeated"`
HeaderPredicates *[]UpdateGatewayRoutePredicatesHeaderPredicatesItem `name:"HeaderPredicates" type:"Repeated"`
QueryPredicates *[]UpdateGatewayRoutePredicatesQueryPredicatesItem `name:"QueryPredicates" type:"Repeated"`
}
UpdateGatewayRoutePredicates is a repeated param struct in UpdateGatewayRouteRequest
type UpdateGatewayRoutePredicatesHeaderPredicatesItem ¶ added in v1.61.1488
type UpdateGatewayRoutePredicatesHeaderPredicatesItem struct {
Type string `name:"Type"`
Value string `name:"Value"`
Key string `name:"Key"`
}
UpdateGatewayRoutePredicatesHeaderPredicatesItem is a repeated param struct in UpdateGatewayRouteRequest
type UpdateGatewayRoutePredicatesPathPredicates ¶ added in v1.61.1488
type UpdateGatewayRoutePredicatesPathPredicates struct {
Path string `name:"Path"`
IgnoreCase string `name:"IgnoreCase"`
Type string `name:"Type"`
}
UpdateGatewayRoutePredicatesPathPredicates is a repeated param struct in UpdateGatewayRouteRequest
type UpdateGatewayRoutePredicatesQueryPredicatesItem ¶ added in v1.61.1488
type UpdateGatewayRoutePredicatesQueryPredicatesItem struct {
Type string `name:"Type"`
Value string `name:"Value"`
Key string `name:"Key"`
}
UpdateGatewayRoutePredicatesQueryPredicatesItem is a repeated param struct in UpdateGatewayRouteRequest
type UpdateGatewayRouteRedirectJSON ¶ added in v1.61.1488
type UpdateGatewayRouteRedirectJSON struct {
Path string `name:"Path"`
Code string `name:"Code"`
Host string `name:"Host"`
}
UpdateGatewayRouteRedirectJSON is a repeated param struct in UpdateGatewayRouteRequest
type UpdateGatewayRouteRequest ¶ added in v1.61.1488
type UpdateGatewayRouteRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
DestinationType string `position:"Query" name:"DestinationType"`
DomainIdListJSON string `position:"Query" name:"DomainIdListJSON"`
Id requests.Integer `position:"Query" name:"Id"`
GatewayId requests.Integer `position:"Query" name:"GatewayId"`
RouteOrder requests.Integer `position:"Query" name:"RouteOrder"`
EnableWaf requests.Boolean `position:"Query" name:"EnableWaf"`
Services *[]UpdateGatewayRouteServices `position:"Query" name:"Services" type:"Json"`
Predicates UpdateGatewayRoutePredicates `position:"Query" name:"Predicates" type:"Struct"`
RedirectJSON UpdateGatewayRouteRedirectJSON `position:"Query" name:"RedirectJSON" type:"Struct"`
DirectResponseJSON UpdateGatewayRouteDirectResponseJSON `position:"Query" name:"DirectResponseJSON" type:"Struct"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
FallbackServices *[]UpdateGatewayRouteFallbackServices `position:"Query" name:"FallbackServices" type:"Json"`
Fallback requests.Boolean `position:"Query" name:"Fallback"`
}
UpdateGatewayRouteRequest is the request struct for api UpdateGatewayRoute
func CreateUpdateGatewayRouteRequest ¶ added in v1.61.1488
func CreateUpdateGatewayRouteRequest() (request *UpdateGatewayRouteRequest)
CreateUpdateGatewayRouteRequest creates a request to invoke UpdateGatewayRoute API
type UpdateGatewayRouteResponse ¶ added in v1.61.1488
type UpdateGatewayRouteResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
UpdateGatewayRouteResponse is the response struct for api UpdateGatewayRoute
func CreateUpdateGatewayRouteResponse ¶ added in v1.61.1488
func CreateUpdateGatewayRouteResponse() (response *UpdateGatewayRouteResponse)
CreateUpdateGatewayRouteResponse creates a response to parse from UpdateGatewayRoute response
type UpdateGatewayRouteRetryRequest ¶ added in v1.61.1488
type UpdateGatewayRouteRetryRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
RetryJSON UpdateGatewayRouteRetryRetryJSON `position:"Query" name:"RetryJSON" type:"Struct"`
Id requests.Integer `position:"Query" name:"Id"`
GatewayId requests.Integer `position:"Query" name:"GatewayId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateGatewayRouteRetryRequest is the request struct for api UpdateGatewayRouteRetry
func CreateUpdateGatewayRouteRetryRequest ¶ added in v1.61.1488
func CreateUpdateGatewayRouteRetryRequest() (request *UpdateGatewayRouteRetryRequest)
CreateUpdateGatewayRouteRetryRequest creates a request to invoke UpdateGatewayRouteRetry API
type UpdateGatewayRouteRetryResponse ¶ added in v1.61.1488
type UpdateGatewayRouteRetryResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
UpdateGatewayRouteRetryResponse is the response struct for api UpdateGatewayRouteRetry
func CreateUpdateGatewayRouteRetryResponse ¶ added in v1.61.1488
func CreateUpdateGatewayRouteRetryResponse() (response *UpdateGatewayRouteRetryResponse)
CreateUpdateGatewayRouteRetryResponse creates a response to parse from UpdateGatewayRouteRetry response
type UpdateGatewayRouteRetryRetryJSON ¶ added in v1.61.1488
type UpdateGatewayRouteRetryRetryJSON struct {
HttpCodes *[]string `name:"HttpCodes" type:"Repeated"`
Attempts string `name:"Attempts"`
RetryOn *[]string `name:"RetryOn" type:"Repeated"`
Status string `name:"Status"`
}
UpdateGatewayRouteRetryRetryJSON is a repeated param struct in UpdateGatewayRouteRetryRequest
type UpdateGatewayRouteServices ¶ added in v1.61.1488
type UpdateGatewayRouteServices struct {
HttpDubboTranscoder UpdateGatewayRouteServicesHttpDubboTranscoder `name:"HttpDubboTranscoder" type:"Struct"`
AgreementType string `name:"AgreementType"`
Name string `name:"Name"`
Namespace string `name:"Namespace"`
SourceType string `name:"SourceType"`
ServiceId string `name:"ServiceId"`
Percent string `name:"Percent"`
Version string `name:"Version"`
GroupName string `name:"GroupName"`
ServicePort string `name:"ServicePort"`
}
UpdateGatewayRouteServices is a repeated param struct in UpdateGatewayRouteRequest
type UpdateGatewayRouteServicesHttpDubboTranscoder ¶ added in v1.62.153
type UpdateGatewayRouteServicesHttpDubboTranscoder struct {
DubboServiceName string `name:"DubboServiceName"`
MothedMapList *[]UpdateGatewayRouteServicesHttpDubboTranscoderMothedMapListItem `name:"MothedMapList" type:"Repeated"`
DubboServiceVersion string `name:"DubboServiceVersion"`
DubboServiceGroup string `name:"DubboServiceGroup"`
}
UpdateGatewayRouteServicesHttpDubboTranscoder is a repeated param struct in UpdateGatewayRouteRequest
type UpdateGatewayRouteServicesHttpDubboTranscoderMothedMapListItem ¶ added in v1.62.153
type UpdateGatewayRouteServicesHttpDubboTranscoderMothedMapListItem struct {
HttpMothed string `name:"HttpMothed"`
ParamMapsList *[]UpdateGatewayRouteServicesHttpDubboTranscoderMothedMapListItemParamMapsListItem `name:"ParamMapsList" type:"Repeated"`
Mothedpath string `name:"Mothedpath"`
DubboMothedName string `name:"DubboMothedName"`
PassThroughAllHeaders string `name:"PassThroughAllHeaders"`
PassThroughList *[]string `name:"PassThroughList" type:"Repeated"`
}
UpdateGatewayRouteServicesHttpDubboTranscoderMothedMapListItem is a repeated param struct in UpdateGatewayRouteRequest
type UpdateGatewayRouteServicesHttpDubboTranscoderMothedMapListItemParamMapsListItem ¶ added in v1.62.153
type UpdateGatewayRouteServicesHttpDubboTranscoderMothedMapListItemParamMapsListItem struct {
ExtractKeySpec string `name:"ExtractKeySpec"`
ExtractKey string `name:"ExtractKey"`
MappingType string `name:"MappingType"`
}
UpdateGatewayRouteServicesHttpDubboTranscoderMothedMapListItemParamMapsListItem is a repeated param struct in UpdateGatewayRouteRequest
type UpdateGatewayRouteTimeoutRequest ¶ added in v1.61.1488
type UpdateGatewayRouteTimeoutRequest struct {
*requests.RpcRequest
TimeoutJSON UpdateGatewayRouteTimeoutTimeoutJSON `position:"Query" name:"TimeoutJSON" type:"Struct"`
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Id requests.Integer `position:"Query" name:"Id"`
GatewayId requests.Integer `position:"Query" name:"GatewayId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateGatewayRouteTimeoutRequest is the request struct for api UpdateGatewayRouteTimeout
func CreateUpdateGatewayRouteTimeoutRequest ¶ added in v1.61.1488
func CreateUpdateGatewayRouteTimeoutRequest() (request *UpdateGatewayRouteTimeoutRequest)
CreateUpdateGatewayRouteTimeoutRequest creates a request to invoke UpdateGatewayRouteTimeout API
type UpdateGatewayRouteTimeoutResponse ¶ added in v1.61.1488
type UpdateGatewayRouteTimeoutResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
UpdateGatewayRouteTimeoutResponse is the response struct for api UpdateGatewayRouteTimeout
func CreateUpdateGatewayRouteTimeoutResponse ¶ added in v1.61.1488
func CreateUpdateGatewayRouteTimeoutResponse() (response *UpdateGatewayRouteTimeoutResponse)
CreateUpdateGatewayRouteTimeoutResponse creates a response to parse from UpdateGatewayRouteTimeout response
type UpdateGatewayRouteTimeoutTimeoutJSON ¶ added in v1.61.1488
type UpdateGatewayRouteTimeoutTimeoutJSON struct {
TimeUnit string `name:"TimeUnit"`
UnitNum string `name:"UnitNum"`
Status string `name:"Status"`
}
UpdateGatewayRouteTimeoutTimeoutJSON is a repeated param struct in UpdateGatewayRouteTimeoutRequest
type UpdateGatewayRouteWafStatusRequest ¶ added in v1.61.1581
type UpdateGatewayRouteWafStatusRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
EnableWaf requests.Boolean `position:"Query" name:"EnableWaf"`
RouteId requests.Integer `position:"Query" name:"RouteId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateGatewayRouteWafStatusRequest is the request struct for api UpdateGatewayRouteWafStatus
func CreateUpdateGatewayRouteWafStatusRequest ¶ added in v1.61.1581
func CreateUpdateGatewayRouteWafStatusRequest() (request *UpdateGatewayRouteWafStatusRequest)
CreateUpdateGatewayRouteWafStatusRequest creates a request to invoke UpdateGatewayRouteWafStatus API
type UpdateGatewayRouteWafStatusResponse ¶ added in v1.61.1581
type UpdateGatewayRouteWafStatusResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInUpdateGatewayRouteWafStatus `json:"Data" xml:"Data"`
}
UpdateGatewayRouteWafStatusResponse is the response struct for api UpdateGatewayRouteWafStatus
func CreateUpdateGatewayRouteWafStatusResponse ¶ added in v1.61.1581
func CreateUpdateGatewayRouteWafStatusResponse() (response *UpdateGatewayRouteWafStatusResponse)
CreateUpdateGatewayRouteWafStatusResponse creates a response to parse from UpdateGatewayRouteWafStatus response
type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicy ¶ added in v1.61.1497
type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicy struct {
TlsSetting UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyTlsSetting `name:"TlsSetting" type:"Struct"`
LoadBalancerSettings UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettings `name:"LoadBalancerSettings" type:"Struct"`
}
UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicy is a repeated param struct in UpdateGatewayServiceTrafficPolicyRequest
type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettings ¶ added in v1.61.1497
type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettings struct {
WarmupDuration string `name:"WarmupDuration"`
LoadbalancerType string `name:"LoadbalancerType"`
ConsistentHashLBConfig UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettingsConsistentHashLBConfig `name:"ConsistentHashLBConfig" type:"Struct"`
}
UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettings is a repeated param struct in UpdateGatewayServiceTrafficPolicyRequest
type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettingsConsistentHashLBConfig ¶ added in v1.61.1497
type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettingsConsistentHashLBConfig struct {
HttpCookie UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettingsConsistentHashLBConfigHttpCookie `name:"HttpCookie" type:"Struct"`
ParameterName string `name:"ParameterName"`
ConsistentHashLBType string `name:"ConsistentHashLBType"`
}
UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettingsConsistentHashLBConfig is a repeated param struct in UpdateGatewayServiceTrafficPolicyRequest
type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettingsConsistentHashLBConfigHttpCookie ¶ added in v1.61.1497
type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettingsConsistentHashLBConfigHttpCookie struct {
Path string `name:"Path"`
Name string `name:"Name"`
TTL string `name:"TTL"`
}
UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyLoadBalancerSettingsConsistentHashLBConfigHttpCookie is a repeated param struct in UpdateGatewayServiceTrafficPolicyRequest
type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyTlsSetting ¶ added in v1.61.1497
type UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyTlsSetting struct {
TlsMode string `name:"TlsMode"`
CaCertContent string `name:"CaCertContent"`
CertId string `name:"CertId"`
Sni string `name:"Sni"`
}
UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicyTlsSetting is a repeated param struct in UpdateGatewayServiceTrafficPolicyRequest
type UpdateGatewayServiceTrafficPolicyRequest ¶ added in v1.61.1497
type UpdateGatewayServiceTrafficPolicyRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
GatewayId requests.Integer `position:"Query" name:"GatewayId"`
GatewayTrafficPolicy UpdateGatewayServiceTrafficPolicyGatewayTrafficPolicy `position:"Query" name:"GatewayTrafficPolicy" type:"Struct"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
ServiceId requests.Integer `position:"Query" name:"ServiceId"`
}
UpdateGatewayServiceTrafficPolicyRequest is the request struct for api UpdateGatewayServiceTrafficPolicy
func CreateUpdateGatewayServiceTrafficPolicyRequest ¶ added in v1.61.1497
func CreateUpdateGatewayServiceTrafficPolicyRequest() (request *UpdateGatewayServiceTrafficPolicyRequest)
CreateUpdateGatewayServiceTrafficPolicyRequest creates a request to invoke UpdateGatewayServiceTrafficPolicy API
type UpdateGatewayServiceTrafficPolicyResponse ¶ added in v1.61.1497
type UpdateGatewayServiceTrafficPolicyResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data DataInUpdateGatewayServiceTrafficPolicy `json:"Data" xml:"Data"`
}
UpdateGatewayServiceTrafficPolicyResponse is the response struct for api UpdateGatewayServiceTrafficPolicy
func CreateUpdateGatewayServiceTrafficPolicyResponse ¶ added in v1.61.1497
func CreateUpdateGatewayServiceTrafficPolicyResponse() (response *UpdateGatewayServiceTrafficPolicyResponse)
CreateUpdateGatewayServiceTrafficPolicyResponse creates a response to parse from UpdateGatewayServiceTrafficPolicy response
type UpdateGatewayServiceVersionRequest ¶ added in v1.61.1450
type UpdateGatewayServiceVersionRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
ServiceVersion string `position:"Query" name:"ServiceVersion"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
ServiceId requests.Integer `position:"Query" name:"ServiceId"`
}
UpdateGatewayServiceVersionRequest is the request struct for api UpdateGatewayServiceVersion
func CreateUpdateGatewayServiceVersionRequest ¶ added in v1.61.1450
func CreateUpdateGatewayServiceVersionRequest() (request *UpdateGatewayServiceVersionRequest)
CreateUpdateGatewayServiceVersionRequest creates a request to invoke UpdateGatewayServiceVersion API
type UpdateGatewayServiceVersionResponse ¶ added in v1.61.1450
type UpdateGatewayServiceVersionResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
UpdateGatewayServiceVersionResponse is the response struct for api UpdateGatewayServiceVersion
func CreateUpdateGatewayServiceVersionResponse ¶ added in v1.61.1450
func CreateUpdateGatewayServiceVersionResponse() (response *UpdateGatewayServiceVersionResponse)
CreateUpdateGatewayServiceVersionResponse creates a response to parse from UpdateGatewayServiceVersion response
type UpdateGatewaySpecRequest ¶ added in v1.62.153
type UpdateGatewaySpecRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Replica requests.Integer `position:"Query" name:"Replica"`
Spec string `position:"Query" name:"Spec"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateGatewaySpecRequest is the request struct for api UpdateGatewaySpec
func CreateUpdateGatewaySpecRequest ¶ added in v1.62.153
func CreateUpdateGatewaySpecRequest() (request *UpdateGatewaySpecRequest)
CreateUpdateGatewaySpecRequest creates a request to invoke UpdateGatewaySpec API
type UpdateGatewaySpecResponse ¶ added in v1.62.153
type UpdateGatewaySpecResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data string `json:"Data" xml:"Data"`
}
UpdateGatewaySpecResponse is the response struct for api UpdateGatewaySpec
func CreateUpdateGatewaySpecResponse ¶ added in v1.62.153
func CreateUpdateGatewaySpecResponse() (response *UpdateGatewaySpecResponse)
CreateUpdateGatewaySpecResponse creates a response to parse from UpdateGatewaySpec response
type UpdateImageRequest ¶ added in v1.61.1344
type UpdateImageRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
VersionCode string `position:"Query" name:"VersionCode"`
}
UpdateImageRequest is the request struct for api UpdateImage
func CreateUpdateImageRequest ¶ added in v1.61.1344
func CreateUpdateImageRequest() (request *UpdateImageRequest)
CreateUpdateImageRequest creates a request to invoke UpdateImage API
type UpdateImageResponse ¶ added in v1.61.1344
type UpdateImageResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
}
UpdateImageResponse is the response struct for api UpdateImage
func CreateUpdateImageResponse ¶ added in v1.61.1344
func CreateUpdateImageResponse() (response *UpdateImageResponse)
CreateUpdateImageResponse creates a response to parse from UpdateImage response
type UpdateMessageQueueRouteRequest ¶ added in v1.61.1581
type UpdateMessageQueueRouteRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
AppName string `position:"Query" name:"AppName"`
Enable requests.Boolean `position:"Query" name:"Enable"`
Tags *[]string `position:"Query" name:"Tags" type:"Json"`
FilterSide string `position:"Query" name:"FilterSide"`
AppId string `position:"Query" name:"AppId"`
Namespace string `position:"Query" name:"Namespace"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Region string `position:"Query" name:"Region"`
}
UpdateMessageQueueRouteRequest is the request struct for api UpdateMessageQueueRoute
func CreateUpdateMessageQueueRouteRequest ¶ added in v1.61.1581
func CreateUpdateMessageQueueRouteRequest() (request *UpdateMessageQueueRouteRequest)
CreateUpdateMessageQueueRouteRequest creates a request to invoke UpdateMessageQueueRoute API
type UpdateMessageQueueRouteResponse ¶ added in v1.61.1581
type UpdateMessageQueueRouteResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
Data string `json:"Data" xml:"Data"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
}
UpdateMessageQueueRouteResponse is the response struct for api UpdateMessageQueueRoute
func CreateUpdateMessageQueueRouteResponse ¶ added in v1.61.1581
func CreateUpdateMessageQueueRouteResponse() (response *UpdateMessageQueueRouteResponse)
CreateUpdateMessageQueueRouteResponse creates a response to parse from UpdateMessageQueueRoute response
type UpdateMigrationTaskRequest ¶ added in v1.62.153
type UpdateMigrationTaskRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
TargetClusterUrl string `position:"Query" name:"TargetClusterUrl"`
OriginInstanceAddress string `position:"Query" name:"OriginInstanceAddress"`
RequestPars string `position:"Query" name:"RequestPars"`
Id string `position:"Query" name:"Id"`
OriginInstanceName string `position:"Query" name:"OriginInstanceName"`
ProjectDesc string `position:"Query" name:"ProjectDesc"`
OriginInstanceNamespace string `position:"Query" name:"OriginInstanceNamespace"`
ClusterType string `position:"Query" name:"ClusterType"`
TargetInstanceId string `position:"Query" name:"TargetInstanceId"`
TargetClusterName string `position:"Query" name:"TargetClusterName"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateMigrationTaskRequest is the request struct for api UpdateMigrationTask
func CreateUpdateMigrationTaskRequest ¶ added in v1.62.153
func CreateUpdateMigrationTaskRequest() (request *UpdateMigrationTaskRequest)
CreateUpdateMigrationTaskRequest creates a request to invoke UpdateMigrationTask API
type UpdateMigrationTaskResponse ¶ added in v1.62.153
type UpdateMigrationTaskResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
Data Data `json:"Data" xml:"Data"`
}
UpdateMigrationTaskResponse is the response struct for api UpdateMigrationTask
func CreateUpdateMigrationTaskResponse ¶ added in v1.62.153
func CreateUpdateMigrationTaskResponse() (response *UpdateMigrationTaskResponse)
CreateUpdateMigrationTaskResponse creates a response to parse from UpdateMigrationTask response
type UpdateNacosClusterRequest ¶ added in v1.61.1450
type UpdateNacosClusterRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterName string `position:"Query" name:"ClusterName"`
CheckPort requests.Integer `position:"Query" name:"CheckPort"`
GroupName string `position:"Query" name:"GroupName"`
InstanceId string `position:"Query" name:"InstanceId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
HealthChecker string `position:"Query" name:"HealthChecker"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
ServiceName string `position:"Query" name:"ServiceName"`
UseInstancePortForCheck requests.Boolean `position:"Query" name:"UseInstancePortForCheck"`
}
UpdateNacosClusterRequest is the request struct for api UpdateNacosCluster
func CreateUpdateNacosClusterRequest ¶ added in v1.61.1450
func CreateUpdateNacosClusterRequest() (request *UpdateNacosClusterRequest)
CreateUpdateNacosClusterRequest creates a request to invoke UpdateNacosCluster API
type UpdateNacosClusterResponse ¶ added in v1.61.1450
type UpdateNacosClusterResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data string `json:"Data" xml:"Data"`
}
UpdateNacosClusterResponse is the response struct for api UpdateNacosCluster
func CreateUpdateNacosClusterResponse ¶ added in v1.61.1450
func CreateUpdateNacosClusterResponse() (response *UpdateNacosClusterResponse)
CreateUpdateNacosClusterResponse creates a response to parse from UpdateNacosCluster response
type UpdateNacosConfigRequest ¶
type UpdateNacosConfigRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
EncryptedDataKey string `position:"Query" name:"EncryptedDataKey"`
Type string `position:"Query" name:"Type"`
Content string `position:"Query" name:"Content"`
AppName string `position:"Query" name:"AppName"`
NamespaceId string `position:"Query" name:"NamespaceId"`
Group string `position:"Query" name:"Group"`
Tags string `position:"Query" name:"Tags"`
BetaIps string `position:"Query" name:"BetaIps"`
InstanceId string `position:"Query" name:"InstanceId"`
DataId string `position:"Query" name:"DataId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
Desc string `position:"Query" name:"Desc"`
Md5 string `position:"Query" name:"Md5"`
}
UpdateNacosConfigRequest is the request struct for api UpdateNacosConfig
func CreateUpdateNacosConfigRequest ¶
func CreateUpdateNacosConfigRequest() (request *UpdateNacosConfigRequest)
CreateUpdateNacosConfigRequest creates a request to invoke UpdateNacosConfig API
type UpdateNacosConfigResponse ¶
type UpdateNacosConfigResponse struct {
*responses.BaseResponse
HttpCode string `json:"HttpCode" xml:"HttpCode"`
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
}
UpdateNacosConfigResponse is the response struct for api UpdateNacosConfig
func CreateUpdateNacosConfigResponse ¶
func CreateUpdateNacosConfigResponse() (response *UpdateNacosConfigResponse)
CreateUpdateNacosConfigResponse creates a response to parse from UpdateNacosConfig response
type UpdateNacosInstanceRequest ¶ added in v1.61.998
type UpdateNacosInstanceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Metadata string `position:"Body" name:"Metadata"`
ClusterName string `position:"Query" name:"ClusterName"`
Ephemeral requests.Boolean `position:"Query" name:"Ephemeral"`
Enabled requests.Boolean `position:"Query" name:"Enabled"`
NamespaceId string `position:"Query" name:"NamespaceId"`
ServiceName string `position:"Query" name:"ServiceName"`
Ip string `position:"Query" name:"Ip"`
Weight string `position:"Query" name:"Weight"`
GroupName string `position:"Query" name:"GroupName"`
InstanceId string `position:"Query" name:"InstanceId"`
Port requests.Integer `position:"Query" name:"Port"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateNacosInstanceRequest is the request struct for api UpdateNacosInstance
func CreateUpdateNacosInstanceRequest ¶ added in v1.61.998
func CreateUpdateNacosInstanceRequest() (request *UpdateNacosInstanceRequest)
CreateUpdateNacosInstanceRequest creates a request to invoke UpdateNacosInstance API
type UpdateNacosInstanceResponse ¶ added in v1.61.998
type UpdateNacosInstanceResponse struct {
*responses.BaseResponse
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data string `json:"Data" xml:"Data"`
}
UpdateNacosInstanceResponse is the response struct for api UpdateNacosInstance
func CreateUpdateNacosInstanceResponse ¶ added in v1.61.998
func CreateUpdateNacosInstanceResponse() (response *UpdateNacosInstanceResponse)
CreateUpdateNacosInstanceResponse creates a response to parse from UpdateNacosInstance response
type UpdateNacosServiceRequest ¶ added in v1.61.1450
type UpdateNacosServiceRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
ClusterId string `position:"Query" name:"ClusterId"`
GroupName string `position:"Query" name:"GroupName"`
InstanceId string `position:"Query" name:"InstanceId"`
NamespaceId string `position:"Query" name:"NamespaceId"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
ServiceName string `position:"Query" name:"ServiceName"`
ProtectThreshold string `position:"Query" name:"ProtectThreshold"`
}
UpdateNacosServiceRequest is the request struct for api UpdateNacosService
func CreateUpdateNacosServiceRequest ¶ added in v1.61.1450
func CreateUpdateNacosServiceRequest() (request *UpdateNacosServiceRequest)
CreateUpdateNacosServiceRequest creates a request to invoke UpdateNacosService API
type UpdateNacosServiceResponse ¶ added in v1.61.1450
type UpdateNacosServiceResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Data string `json:"Data" xml:"Data"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Message string `json:"Message" xml:"Message"`
}
UpdateNacosServiceResponse is the response struct for api UpdateNacosService
func CreateUpdateNacosServiceResponse ¶ added in v1.61.1450
func CreateUpdateNacosServiceResponse() (response *UpdateNacosServiceResponse)
CreateUpdateNacosServiceResponse creates a response to parse from UpdateNacosService response
type UpdatePluginConfigRequest ¶ added in v1.62.153
type UpdatePluginConfigRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
GmtModified string `position:"Query" name:"GmtModified"`
Enable requests.Boolean `position:"Query" name:"Enable"`
Id requests.Integer `position:"Query" name:"Id"`
GatewayId requests.Integer `position:"Query" name:"GatewayId"`
PluginId requests.Integer `position:"Query" name:"PluginId"`
GmtCreate string `position:"Query" name:"GmtCreate"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
ConfigLevel requests.Integer `position:"Query" name:"ConfigLevel"`
Config string `position:"Query" name:"Config"`
}
UpdatePluginConfigRequest is the request struct for api UpdatePluginConfig
func CreateUpdatePluginConfigRequest ¶ added in v1.62.153
func CreateUpdatePluginConfigRequest() (request *UpdatePluginConfigRequest)
CreateUpdatePluginConfigRequest creates a request to invoke UpdatePluginConfig API
type UpdatePluginConfigResponse ¶ added in v1.62.153
type UpdatePluginConfigResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
Success bool `json:"Success" xml:"Success"`
Code int `json:"Code" xml:"Code"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
DynamicMessage string `json:"DynamicMessage" xml:"DynamicMessage"`
Data int64 `json:"Data" xml:"Data"`
}
UpdatePluginConfigResponse is the response struct for api UpdatePluginConfig
func CreateUpdatePluginConfigResponse ¶ added in v1.62.153
func CreateUpdatePluginConfigResponse() (response *UpdatePluginConfigResponse)
CreateUpdatePluginConfigResponse creates a response to parse from UpdatePluginConfig response
type UpdateSSLCertRequest ¶ added in v1.61.1450
type UpdateSSLCertRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
DomainId requests.Integer `position:"Query" name:"DomainId"`
CertIdentifier string `position:"Query" name:"CertIdentifier"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateSSLCertRequest is the request struct for api UpdateSSLCert
func CreateUpdateSSLCertRequest ¶ added in v1.61.1450
func CreateUpdateSSLCertRequest() (request *UpdateSSLCertRequest)
CreateUpdateSSLCertRequest creates a request to invoke UpdateSSLCert API
type UpdateSSLCertResponse ¶ added in v1.61.1450
type UpdateSSLCertResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data bool `json:"Data" xml:"Data"`
}
UpdateSSLCertResponse is the response struct for api UpdateSSLCert
func CreateUpdateSSLCertResponse ¶ added in v1.61.1450
func CreateUpdateSSLCertResponse() (response *UpdateSSLCertResponse)
CreateUpdateSSLCertResponse creates a response to parse from UpdateSSLCert response
type UpdateServiceSourceIngressOptionsRequest ¶ added in v1.62.153
type UpdateServiceSourceIngressOptionsRequest struct {
EnableStatus string `name:"EnableStatus"`
EnableIngress string `name:"EnableIngress"`
WatchNamespace string `name:"WatchNamespace"`
IngressClass string `name:"IngressClass"`
}
UpdateServiceSourceIngressOptionsRequest is a repeated param struct in UpdateServiceSourceRequest
type UpdateServiceSourceRequest ¶ added in v1.62.153
type UpdateServiceSourceRequest struct {
*requests.RpcRequest
IngressOptionsRequest UpdateServiceSourceIngressOptionsRequest `position:"Query" name:"IngressOptionsRequest" type:"Struct"`
MseSessionId string `position:"Query" name:"MseSessionId"`
GatewayUniqueId string `position:"Query" name:"GatewayUniqueId"`
Source string `position:"Query" name:"Source"`
Type string `position:"Query" name:"Type"`
Id requests.Integer `position:"Query" name:"Id"`
PathList *[]string `position:"Query" name:"PathList" type:"Json"`
GatewayId requests.Integer `position:"Query" name:"GatewayId"`
Address string `position:"Query" name:"Address"`
Name string `position:"Query" name:"Name"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateServiceSourceRequest is the request struct for api UpdateServiceSource
func CreateUpdateServiceSourceRequest ¶ added in v1.62.153
func CreateUpdateServiceSourceRequest() (request *UpdateServiceSourceRequest)
CreateUpdateServiceSourceRequest creates a request to invoke UpdateServiceSource API
type UpdateServiceSourceResponse ¶ added in v1.62.153
type UpdateServiceSourceResponse struct {
*responses.BaseResponse
RequestId string `json:"RequestId" xml:"RequestId"`
HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
Message string `json:"Message" xml:"Message"`
Code int `json:"Code" xml:"Code"`
Success bool `json:"Success" xml:"Success"`
Data int64 `json:"Data" xml:"Data"`
}
UpdateServiceSourceResponse is the response struct for api UpdateServiceSource
func CreateUpdateServiceSourceResponse ¶ added in v1.62.153
func CreateUpdateServiceSourceResponse() (response *UpdateServiceSourceResponse)
CreateUpdateServiceSourceResponse creates a response to parse from UpdateServiceSource response
type UpdateZnodeRequest ¶
type UpdateZnodeRequest struct {
*requests.RpcRequest
MseSessionId string `position:"Query" name:"MseSessionId"`
Data string `position:"Query" name:"Data"`
ClusterId string `position:"Query" name:"ClusterId"`
Path string `position:"Query" name:"Path"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpdateZnodeRequest is the request struct for api UpdateZnode
func CreateUpdateZnodeRequest ¶
func CreateUpdateZnodeRequest() (request *UpdateZnodeRequest)
CreateUpdateZnodeRequest creates a request to invoke UpdateZnode API
type UpdateZnodeResponse ¶
type UpdateZnodeResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
}
UpdateZnodeResponse is the response struct for api UpdateZnode
func CreateUpdateZnodeResponse ¶
func CreateUpdateZnodeResponse() (response *UpdateZnodeResponse)
CreateUpdateZnodeResponse creates a response to parse from UpdateZnode response
type UpgradeClusterRequest ¶
type UpgradeClusterRequest struct {
*requests.RpcRequest
UpgradeVersion string `position:"Query" name:"UpgradeVersion"`
MseSessionId string `position:"Query" name:"MseSessionId"`
InstanceId string `position:"Query" name:"InstanceId"`
RequestPars string `position:"Query" name:"RequestPars"`
AcceptLanguage string `position:"Query" name:"AcceptLanguage"`
}
UpgradeClusterRequest is the request struct for api UpgradeCluster
func CreateUpgradeClusterRequest ¶
func CreateUpgradeClusterRequest() (request *UpgradeClusterRequest)
CreateUpgradeClusterRequest creates a request to invoke UpgradeCluster API
type UpgradeClusterResponse ¶
type UpgradeClusterResponse struct {
*responses.BaseResponse
Message string `json:"Message" xml:"Message"`
HttpCode string `json:"HttpCode" xml:"HttpCode"`
RequestId string `json:"RequestId" xml:"RequestId"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Success bool `json:"Success" xml:"Success"`
}
UpgradeClusterResponse is the response struct for api UpgradeCluster
func CreateUpgradeClusterResponse ¶
func CreateUpgradeClusterResponse() (response *UpgradeClusterResponse)
CreateUpgradeClusterResponse creates a response to parse from UpgradeCluster response
type ValuesInGetGatewayServiceDetail ¶ added in v1.61.1489
type ValuesInGetGatewayServiceDetail struct {
Values []string `json:"values" xml:"values"`
}
ValuesInGetGatewayServiceDetail is a nested struct in mse response
type ValuesInQueryMonitor ¶ added in v1.61.1489
type ValuesInQueryMonitor struct {
Values []map[string]interface{} `json:"values" xml:"values"`
}
ValuesInQueryMonitor is a nested struct in mse response
type VersionDetails ¶ added in v1.61.1450
type VersionDetails struct {
VersionDetailsItem []VersionDetailsItem `json:"VersionDetails" xml:"VersionDetails"`
}
VersionDetails is a nested struct in mse response
type VersionDetailsItem ¶ added in v1.61.1450
type VersionDetailsItem struct {
EndpointNum int `json:"EndpointNum" xml:"EndpointNum"`
EndpointNumPercent string `json:"EndpointNumPercent" xml:"EndpointNumPercent"`
ServiceVersion ServiceVersion `json:"ServiceVersion" xml:"ServiceVersion"`
}
VersionDetailsItem is a nested struct in mse response
type VersionsInGetGatewayServiceDetail ¶ added in v1.61.1450
type VersionsInGetGatewayServiceDetail struct {
VersionsItem []VersionsItem `json:"Versions" xml:"Versions"`
}
VersionsInGetGatewayServiceDetail is a nested struct in mse response
type VersionsInListGatewayService ¶ added in v1.61.1450
type VersionsInListGatewayService struct {
VersionsItem []VersionsItem `json:"Versions" xml:"Versions"`
}
VersionsInListGatewayService is a nested struct in mse response
type VersionsItem ¶ added in v1.61.1450
type VersionsItem struct {
Name string `json:"Name" xml:"Name"`
Value string `json:"Value" xml:"Value"`
Label string `json:"Label" xml:"Label"`
Type string `json:"Type" xml:"Type"`
}
VersionsItem is a nested struct in mse response
type XtraceDetails ¶ added in v1.61.1344
type XtraceDetails struct {
Sample int `json:"Sample" xml:"Sample"`
TraceOn bool `json:"TraceOn" xml:"TraceOn"`
}
XtraceDetails is a nested struct in mse response
Source Files
¶
- add_auth_resource.go
- add_black_white_list.go
- add_gateway.go
- add_gateway_domain.go
- add_gateway_route.go
- add_gateway_service_version.go
- add_gateway_slb.go
- add_migration_task.go
- add_mock_rule.go
- add_security_group_rule.go
- add_service_source.go
- add_ssl_cert.go
- apply_gateway_route.go
- apply_tag_policies.go
- client.go
- clone_nacos_config.go
- create_application.go
- create_cluster.go
- create_engine_namespace.go
- create_mse_service_application.go
- create_nacos_config.go
- create_nacos_instance.go
- create_nacos_service.go
- create_or_update_swimming_lane.go
- create_or_update_swimming_lane_group.go
- create_znode.go
- delete_auth_resource.go
- delete_cluster.go
- delete_engine_namespace.go
- delete_gateway.go
- delete_gateway_domain.go
- delete_gateway_route.go
- delete_gateway_service.go
- delete_gateway_service_version.go
- delete_gateway_slb.go
- delete_migration_task.go
- delete_nacos_config.go
- delete_nacos_configs.go
- delete_nacos_instance.go
- delete_nacos_service.go
- delete_security_group_rule.go
- delete_service_source.go
- delete_swimming_lane.go
- delete_swimming_lane_group.go
- delete_znode.go
- endpoint.go
- export_nacos_config.go
- get_app_message_queue_route.go
- get_application_list.go
- get_application_list_with_metircs.go
- get_black_white_list.go
- get_engine_namepace.go
- get_gateway.go
- get_gateway_domain_detail.go
- get_gateway_option.go
- get_gateway_route_detail.go
- get_gateway_service_detail.go
- get_governance_kubernetes_cluster.go
- get_image.go
- get_import_file_url.go
- get_kubernetes_source.go
- get_mse_feature_switch.go
- get_mse_source.go
- get_nacos_config.go
- get_nacos_history_config.go
- get_overview.go
- get_plugin_config.go
- get_plugins.go
- get_service_list.go
- get_service_listeners.go
- get_tags_by_swimming_lane_group_id.go
- get_zookeeper_data_import_url.go
- import_nacos_config.go
- import_services.go
- import_zookeeper_data.go
- list_ans_instances.go
- list_ans_service_clusters.go
- list_ans_services.go
- list_app_by_swimming_lane_group_tag.go
- list_applications_with_tag_rules.go
- list_cluster_connection_types.go
- list_cluster_health_check_task.go
- list_cluster_types.go
- list_cluster_versions.go
- list_clusters.go
- list_config_track.go
- list_engine_namespaces.go
- list_eureka_instances.go
- list_eureka_services.go
- list_gateway.go
- list_gateway_domain.go
- list_gateway_route.go
- list_gateway_service.go
- list_gateway_slb.go
- list_instance_count.go
- list_listeners_by_config.go
- list_listeners_by_ip.go
- list_migration_task.go
- list_nacos_configs.go
- list_nacos_history_configs.go
- list_naming_track.go
- list_security_group.go
- list_security_group_rule.go
- list_service_source.go
- list_ssl_cert.go
- list_tag_resources.go
- list_zk_track.go
- list_znode_children.go
- modify_governance_kubernetes_cluster.go
- modify_lossless_rule.go
- offline_gateway_route.go
- order_cluster_health_check_risk_notice.go
- pull_services.go
- put_cluster_health_check_task.go
- query_all_swimming_lane.go
- query_all_swimming_lane_group.go
- query_business_locations.go
- query_cluster_detail.go
- query_cluster_disk_specification.go
- query_cluster_info.go
- query_cluster_specification.go
- query_config.go
- query_gateway_region.go
- query_gateway_type.go
- query_governance_kubernetes_cluster.go
- query_instances_info.go
- query_monitor.go
- query_slb_spec.go
- query_swimming_lane_by_id.go
- query_znode_detail.go
- restart_cluster.go
- retry_cluster.go
- select_gateway_slb.go
- struct_application_list.go
- struct_cluster_for_list_model.go
- struct_cluster_list.go
- struct_clusters.go
- struct_comment.go
- struct_configuration.go
- struct_configurations.go
- struct_consistent_hash_lb_config.go
- struct_cors.go
- struct_cur_metrics.go
- struct_cur_metrics_fm.go
- struct_cur_metrics_item.go
- struct_data.go
- struct_data_in_add_mock_rule.go
- struct_data_in_apply_tag_policies.go
- struct_data_in_delete_auth_resource.go
- struct_data_in_delete_gateway.go
- struct_data_in_delete_gateway_domain.go
- struct_data_in_delete_gateway_route.go
- struct_data_in_delete_gateway_service.go
- struct_data_in_delete_security_group_rule.go
- struct_data_in_get_black_white_list.go
- struct_data_in_get_gateway.go
- struct_data_in_get_gateway_domain_detail.go
- struct_data_in_get_gateway_route_detail.go
- struct_data_in_get_gateway_service_detail.go
- struct_data_in_get_governance_kubernetes_cluster.go
- struct_data_in_get_kubernetes_source.go
- struct_data_in_get_mse_source.go
- struct_data_in_get_plugin_config.go
- struct_data_in_get_plugins.go
- struct_data_in_get_service_list.go
- struct_data_in_get_service_listeners.go
- struct_data_in_list_ans_instances.go
- struct_data_in_list_ans_services.go
- struct_data_in_list_cluster_connection_types.go
- struct_data_in_list_cluster_health_check_task.go
- struct_data_in_list_cluster_types.go
- struct_data_in_list_cluster_versions.go
- struct_data_in_list_clusters.go
- struct_data_in_list_engine_namespaces.go
- struct_data_in_list_eureka_instances.go
- struct_data_in_list_eureka_services.go
- struct_data_in_list_gateway.go
- struct_data_in_list_gateway_domain.go
- struct_data_in_list_gateway_route.go
- struct_data_in_list_gateway_service.go
- struct_data_in_list_gateway_slb.go
- struct_data_in_list_instance_count.go
- struct_data_in_list_migration_task.go
- struct_data_in_list_security_group.go
- struct_data_in_list_security_group_rule.go
- struct_data_in_list_service_source.go
- struct_data_in_list_ssl_cert.go
- struct_data_in_list_znode_children.go
- struct_data_in_pull_services.go
- struct_data_in_query_business_locations.go
- struct_data_in_query_cluster_detail.go
- struct_data_in_query_cluster_info.go
- struct_data_in_query_cluster_specification.go
- struct_data_in_query_gateway_region.go
- struct_data_in_query_gateway_type.go
- struct_data_in_query_governance_kubernetes_cluster.go
- struct_data_in_query_instances_info.go
- struct_data_in_query_monitor.go
- struct_data_in_query_slb_spec.go
- struct_data_in_select_gateway_slb.go
- struct_data_in_update_gateway_route_waf_status.go
- struct_data_in_update_gateway_service_traffic_policy.go
- struct_data_item.go
- struct_direct_response.go
- struct_domain_id_list_in_get_gateway_route_detail.go
- struct_domain_id_list_in_list_gateway_route.go
- struct_domain_id_list_in_update_gateway_route_waf_status.go
- struct_domain_name_list_in_get_gateway_route_detail.go
- struct_domain_name_list_in_list_gateway_route.go
- struct_domain_name_list_in_update_gateway_route_waf_status.go
- struct_domains.go
- struct_eureka_instance.go
- struct_expected_statuses.go
- struct_fail_data_in_clone_nacos_config.go
- struct_fail_data_in_import_nacos_config.go
- struct_fail_data_item.go
- struct_fallback_services_in_get_gateway_route_detail.go
- struct_fallback_services_in_list_gateway_route.go
- struct_fallback_services_item.go
- struct_gateway_config_list.go
- struct_gateway_config_list_item.go
- struct_gateway_traffic_policy.go
- struct_gateways.go
- struct_group_list.go
- struct_header_op.go
- struct_header_op_items_in_get_gateway_route_detail.go
- struct_header_op_items_in_update_gateway_route_waf_status.go
- struct_header_op_items_item.go
- struct_header_predicates_in_get_gateway_route_detail.go
- struct_header_predicates_in_list_gateway_route.go
- struct_header_predicates_in_update_gateway_route_waf_status.go
- struct_header_predicates_item.go
- struct_health_check_info.go
- struct_history_item.go
- struct_history_items.go
- struct_http_codes_in_get_gateway_route_detail.go
- struct_http_codes_in_update_gateway_route_waf_status.go
- struct_http_cookie.go
- struct_http_dubbo_transcoder.go
- struct_http_rewrite.go
- struct_ingress_options.go
- struct_init_config.go
- struct_instance_model.go
- struct_instance_models.go
- struct_instance_models_in_query_cluster_detail.go
- struct_instance_models_in_query_cluster_info.go
- struct_instances_id.go
- struct_internet_slb.go
- struct_internet_slb_item.go
- struct_ips_in_delete_gateway_service.go
- struct_ips_in_get_gateway_service_detail.go
- struct_ips_in_list_gateway_service.go
- struct_k8s_sources.go
- struct_kubernetes_namespace.go
- struct_label_details.go
- struct_label_details_item.go
- struct_labels.go
- struct_labels_item.go
- struct_listener.go
- struct_listeners_in_list_listeners_by_config.go
- struct_listeners_in_list_listeners_by_ip.go
- struct_load_balancer_settings.go
- struct_load_balancer_settings_in_list_gateway_service.go
- struct_location_data.go
- struct_log_config_details.go
- struct_method.go
- struct_method_predicates_in_get_gateway_route_detail.go
- struct_method_predicates_in_list_gateway_route.go
- struct_method_predicates_in_update_gateway_route_waf_status.go
- struct_methods.go
- struct_mothed_map_list.go
- struct_mothed_map_list_item.go
- struct_msc_service_detail_response.go
- struct_mse_sources.go
- struct_nacos_ans_cluster.go
- struct_nacos_ans_instance.go
- struct_nacos_config_for_list_model.go
- struct_nacos_running_env.go
- struct_namespace.go
- struct_namespaces.go
- struct_param_maps_list.go
- struct_param_maps_list_item.go
- struct_parameter_types.go
- struct_pass_through_list.go
- struct_path_list.go
- struct_path_predicates.go
- struct_paths.go
- struct_port_traffic_policy_list.go
- struct_port_traffic_policy_list_item.go
- struct_ports_in_get_gateway_service_detail.go
- struct_ports_in_list_gateway_service.go
- struct_pull_services.go
- struct_query_predicates_in_get_gateway_route_detail.go
- struct_query_predicates_in_list_gateway_route.go
- struct_query_predicates_in_update_gateway_route_waf_status.go
- struct_query_predicates_item.go
- struct_redirect.go
- struct_request_methods.go
- struct_result_in_get_application_list.go
- struct_result_in_get_application_list_with_metircs.go
- struct_result_in_list_applications_with_tag_rules.go
- struct_result_in_list_cluster_health_check_task.go
- struct_result_in_list_gateway.go
- struct_result_in_list_gateway_route.go
- struct_result_in_list_gateway_service.go
- struct_result_in_query_governance_kubernetes_cluster.go
- struct_result_item.go
- struct_retry.go
- struct_retry_on_in_get_gateway_route_detail.go
- struct_retry_on_in_update_gateway_route_waf_status.go
- struct_risk_list.go
- struct_risk_list_item.go
- struct_route_predicates.go
- struct_route_rule.go
- struct_route_rule_vo.go
- struct_route_rules.go
- struct_route_services_in_get_gateway_route_detail.go
- struct_route_services_in_list_gateway_route.go
- struct_route_services_in_update_gateway_route_waf_status.go
- struct_route_services_item.go
- struct_routes.go
- struct_rules.go
- struct_service_version.go
- struct_services.go
- struct_services_in_pull_services.go
- struct_services_item.go
- struct_sgs.go
- struct_simple_nacos_ans_service.go
- struct_simple_service.go
- struct_skip_data_in_clone_nacos_config.go
- struct_skip_data_in_import_nacos_config.go
- struct_skip_data_item.go
- struct_slb.go
- struct_slb_item.go
- struct_slb_specs.go
- struct_sources.go
- struct_sources_in_list_service_source.go
- struct_subject_alt_names.go
- struct_tag_resource.go
- struct_tag_resources.go
- struct_tags_in_get_app_message_queue_route.go
- struct_tags_in_get_application_list_with_metircs.go
- struct_timeout.go
- struct_tls.go
- struct_tls_setting.go
- struct_trace.go
- struct_trace_details.go
- struct_traces_in_list_config_track.go
- struct_traces_in_list_naming_track.go
- struct_traces_in_list_zk_track.go
- struct_traffic_policy.go
- struct_unhealthy_endpoints.go
- struct_values_in_get_gateway_service_detail.go
- struct_values_in_query_monitor.go
- struct_version_details.go
- struct_version_details_item.go
- struct_versions_in_get_gateway_service_detail.go
- struct_versions_in_list_gateway_service.go
- struct_versions_item.go
- struct_xtrace_details.go
- struct_znode_model.go
- tag_resources.go
- untag_resources.go
- update_acl.go
- update_black_white_list.go
- update_cluster.go
- update_cluster_spec.go
- update_config.go
- update_engine_namespace.go
- update_gateway_domain.go
- update_gateway_name.go
- update_gateway_option.go
- update_gateway_route.go
- update_gateway_route_cors.go
- update_gateway_route_header_op.go
- update_gateway_route_http_rewrite.go
- update_gateway_route_retry.go
- update_gateway_route_timeout.go
- update_gateway_route_waf_status.go
- update_gateway_service_traffic_policy.go
- update_gateway_service_version.go
- update_gateway_spec.go
- update_image.go
- update_message_queue_route.go
- update_migration_task.go
- update_nacos_cluster.go
- update_nacos_config.go
- update_nacos_instance.go
- update_nacos_service.go
- update_plugin_config.go
- update_service_source.go
- update_ssl_cert.go
- update_znode.go
- upgrade_cluster.go