Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks.
Index ¶
- type AddGatewaySecurityGroupRuleRequest
- func (s AddGatewaySecurityGroupRuleRequest) GoString() string
- func (s *AddGatewaySecurityGroupRuleRequest) SetDescription(v string) *AddGatewaySecurityGroupRuleRequest
- func (s *AddGatewaySecurityGroupRuleRequest) SetPortRanges(v []*string) *AddGatewaySecurityGroupRuleRequest
- func (s *AddGatewaySecurityGroupRuleRequest) SetSecurityGroupId(v string) *AddGatewaySecurityGroupRuleRequest
- func (s AddGatewaySecurityGroupRuleRequest) String() string
- type AddGatewaySecurityGroupRuleResponse
- func (s AddGatewaySecurityGroupRuleResponse) GoString() string
- func (s *AddGatewaySecurityGroupRuleResponse) SetBody(v *AddGatewaySecurityGroupRuleResponseBody) *AddGatewaySecurityGroupRuleResponse
- func (s *AddGatewaySecurityGroupRuleResponse) SetHeaders(v map[string]*string) *AddGatewaySecurityGroupRuleResponse
- func (s *AddGatewaySecurityGroupRuleResponse) SetStatusCode(v int32) *AddGatewaySecurityGroupRuleResponse
- func (s AddGatewaySecurityGroupRuleResponse) String() string
- type AddGatewaySecurityGroupRuleResponseBody
- func (s AddGatewaySecurityGroupRuleResponseBody) GoString() string
- func (s *AddGatewaySecurityGroupRuleResponseBody) SetCode(v string) *AddGatewaySecurityGroupRuleResponseBody
- func (s *AddGatewaySecurityGroupRuleResponseBody) SetMessage(v string) *AddGatewaySecurityGroupRuleResponseBody
- func (s *AddGatewaySecurityGroupRuleResponseBody) SetRequestId(v string) *AddGatewaySecurityGroupRuleResponseBody
- func (s AddGatewaySecurityGroupRuleResponseBody) String() string
- type Attachment
- func (s Attachment) GoString() string
- func (s *Attachment) SetAttachResourceIds(v []*string) *Attachment
- func (s *Attachment) SetAttachResourceType(v string) *Attachment
- func (s *Attachment) SetEnvironmentId(v string) *Attachment
- func (s *Attachment) SetGatewayId(v string) *Attachment
- func (s *Attachment) SetPolicyAttachmentId(v string) *Attachment
- func (s Attachment) String() string
- type CheckServiceLinkedRoleResult
- type Client
- func (client *Client) AddGatewaySecurityGroupRule(gatewayId *string, request *AddGatewaySecurityGroupRuleRequest) (_result *AddGatewaySecurityGroupRuleResponse, _err error)
- func (client *Client) AddGatewaySecurityGroupRuleWithOptions(gatewayId *string, request *AddGatewaySecurityGroupRuleRequest, ...) (_result *AddGatewaySecurityGroupRuleResponse, _err error)
- func (client *Client) CreateDomain(request *CreateDomainRequest) (_result *CreateDomainResponse, _err error)
- func (client *Client) CreateDomainWithOptions(request *CreateDomainRequest, headers map[string]*string, ...) (_result *CreateDomainResponse, _err error)
- func (client *Client) CreateEnvironment(request *CreateEnvironmentRequest) (_result *CreateEnvironmentResponse, _err error)
- func (client *Client) CreateEnvironmentWithOptions(request *CreateEnvironmentRequest, headers map[string]*string, ...) (_result *CreateEnvironmentResponse, _err error)
- func (client *Client) CreateGatewayRoute(gatewayId *string, request *CreateGatewayRouteRequest) (_result *CreateGatewayRouteResponse, _err error)
- func (client *Client) CreateGatewayRouteWithOptions(gatewayId *string, request *CreateGatewayRouteRequest, ...) (_result *CreateGatewayRouteResponse, _err error)
- func (client *Client) CreateGatewayService(gatewayId *string, request *CreateGatewayServiceRequest) (_result *CreateGatewayServiceResponse, _err error)
- func (client *Client) CreateGatewayServiceVersion(gatewayId *string, gatewayServiceId *string, ...) (_result *CreateGatewayServiceVersionResponse, _err error)
- func (client *Client) CreateGatewayServiceVersionWithOptions(gatewayId *string, gatewayServiceId *string, ...) (_result *CreateGatewayServiceVersionResponse, _err error)
- func (client *Client) CreateGatewayServiceWithOptions(gatewayId *string, request *CreateGatewayServiceRequest, ...) (_result *CreateGatewayServiceResponse, _err error)
- func (client *Client) CreateHttpApi(request *CreateHttpApiRequest) (_result *CreateHttpApiResponse, _err error)
- func (client *Client) CreateHttpApiOperation(httpApiId *string, request *CreateHttpApiOperationRequest) (_result *CreateHttpApiOperationResponse, _err error)
- func (client *Client) CreateHttpApiOperationWithOptions(httpApiId *string, request *CreateHttpApiOperationRequest, ...) (_result *CreateHttpApiOperationResponse, _err error)
- func (client *Client) CreateHttpApiWithOptions(request *CreateHttpApiRequest, headers map[string]*string, ...) (_result *CreateHttpApiResponse, _err error)
- func (client *Client) CreateServiceSource(gatewayId *string, request *CreateServiceSourceRequest) (_result *CreateServiceSourceResponse, _err error)
- func (client *Client) CreateServiceSourceWithOptions(gatewayId *string, request *CreateServiceSourceRequest, ...) (_result *CreateServiceSourceResponse, _err error)
- func (client *Client) DeleteDomain(domainId *string) (_result *DeleteDomainResponse, _err error)
- func (client *Client) DeleteDomainWithOptions(domainId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteDomainResponse, _err error)
- func (client *Client) DeleteEnvironment(environmentId *string) (_result *DeleteEnvironmentResponse, _err error)
- func (client *Client) DeleteEnvironmentWithOptions(environmentId *string, headers map[string]*string, ...) (_result *DeleteEnvironmentResponse, _err error)
- func (client *Client) DeleteGateway(gatewayId *string) (_result *DeleteGatewayResponse, _err error)
- func (client *Client) DeleteGatewayRoute(gatewayId *string, gatewayRouteId *string) (_result *DeleteGatewayRouteResponse, _err error)
- func (client *Client) DeleteGatewayRouteWithOptions(gatewayId *string, gatewayRouteId *string, headers map[string]*string, ...) (_result *DeleteGatewayRouteResponse, _err error)
- func (client *Client) DeleteGatewayService(gatewayId *string, gatewayServiceId *string) (_result *DeleteGatewayServiceResponse, _err error)
- func (client *Client) DeleteGatewayServiceVersion(gatewayId *string, gatewayServiceId *string, name *string) (_result *DeleteGatewayServiceVersionResponse, _err error)
- func (client *Client) DeleteGatewayServiceVersionWithOptions(gatewayId *string, gatewayServiceId *string, name *string, ...) (_result *DeleteGatewayServiceVersionResponse, _err error)
- func (client *Client) DeleteGatewayServiceWithOptions(gatewayId *string, gatewayServiceId *string, headers map[string]*string, ...) (_result *DeleteGatewayServiceResponse, _err error)
- func (client *Client) DeleteGatewayWithOptions(gatewayId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteGatewayResponse, _err error)
- func (client *Client) DeleteHttpApi(httpApiId *string) (_result *DeleteHttpApiResponse, _err error)
- func (client *Client) DeleteHttpApiOperation(httpApiId *string, operationId *string) (_result *DeleteHttpApiOperationResponse, _err error)
- func (client *Client) DeleteHttpApiOperationWithOptions(httpApiId *string, operationId *string, headers map[string]*string, ...) (_result *DeleteHttpApiOperationResponse, _err error)
- func (client *Client) DeleteHttpApiWithOptions(httpApiId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteHttpApiResponse, _err error)
- func (client *Client) DeleteServiceSource(gatewayId *string, serviceSourceId *string) (_result *DeleteServiceSourceResponse, _err error)
- func (client *Client) DeleteServiceSourceWithOptions(gatewayId *string, serviceSourceId *string, headers map[string]*string, ...) (_result *DeleteServiceSourceResponse, _err error)
- func (client *Client) GetDomain(domainId *string) (_result *GetDomainResponse, _err error)
- func (client *Client) GetDomainWithOptions(domainId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDomainResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetEnvironment(environmentId *string) (_result *GetEnvironmentResponse, _err error)
- func (client *Client) GetEnvironmentWithOptions(environmentId *string, headers map[string]*string, ...) (_result *GetEnvironmentResponse, _err error)
- func (client *Client) GetGateway(gatewayId *string) (_result *GetGatewayResponse, _err error)
- func (client *Client) GetGatewayRoute(gatewayId *string, gatewayRouteId *string) (_result *GetGatewayRouteResponse, _err error)
- func (client *Client) GetGatewayRouteWithOptions(gatewayId *string, gatewayRouteId *string, headers map[string]*string, ...) (_result *GetGatewayRouteResponse, _err error)
- func (client *Client) GetGatewayService(gatewayId *string, gatewayServiceId *string) (_result *GetGatewayServiceResponse, _err error)
- func (client *Client) GetGatewayServiceWithOptions(gatewayId *string, gatewayServiceId *string, headers map[string]*string, ...) (_result *GetGatewayServiceResponse, _err error)
- func (client *Client) GetGatewayWithOptions(gatewayId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetGatewayResponse, _err error)
- func (client *Client) GetHttpApi(httpApiId *string) (_result *GetHttpApiResponse, _err error)
- func (client *Client) GetHttpApiOperation(httpApiId *string, operationId *string) (_result *GetHttpApiOperationResponse, _err error)
- func (client *Client) GetHttpApiOperationWithOptions(httpApiId *string, operationId *string, headers map[string]*string, ...) (_result *GetHttpApiOperationResponse, _err error)
- func (client *Client) GetHttpApiWithOptions(httpApiId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetHttpApiResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListDomains(request *ListDomainsRequest) (_result *ListDomainsResponse, _err error)
- func (client *Client) ListDomainsWithOptions(request *ListDomainsRequest, headers map[string]*string, ...) (_result *ListDomainsResponse, _err error)
- func (client *Client) ListEnvironments(request *ListEnvironmentsRequest) (_result *ListEnvironmentsResponse, _err error)
- func (client *Client) ListEnvironmentsWithOptions(request *ListEnvironmentsRequest, headers map[string]*string, ...) (_result *ListEnvironmentsResponse, _err error)
- func (client *Client) ListGatewayRoutes(gatewayId *string, request *ListGatewayRoutesRequest) (_result *ListGatewayRoutesResponse, _err error)
- func (client *Client) ListGatewayRoutesWithOptions(gatewayId *string, request *ListGatewayRoutesRequest, ...) (_result *ListGatewayRoutesResponse, _err error)
- func (client *Client) ListGatewayServices(gatewayId *string, request *ListGatewayServicesRequest) (_result *ListGatewayServicesResponse, _err error)
- func (client *Client) ListGatewayServicesWithOptions(gatewayId *string, request *ListGatewayServicesRequest, ...) (_result *ListGatewayServicesResponse, _err error)
- func (client *Client) ListGateways(request *ListGatewaysRequest) (_result *ListGatewaysResponse, _err error)
- func (client *Client) ListGatewaysWithOptions(request *ListGatewaysRequest, headers map[string]*string, ...) (_result *ListGatewaysResponse, _err error)
- func (client *Client) ListHttpApiOperations(httpApiId *string, request *ListHttpApiOperationsRequest) (_result *ListHttpApiOperationsResponse, _err error)
- func (client *Client) ListHttpApiOperationsWithOptions(httpApiId *string, request *ListHttpApiOperationsRequest, ...) (_result *ListHttpApiOperationsResponse, _err error)
- func (client *Client) ListHttpApis(request *ListHttpApisRequest) (_result *ListHttpApisResponse, _err error)
- func (client *Client) ListHttpApisWithOptions(request *ListHttpApisRequest, headers map[string]*string, ...) (_result *ListHttpApisResponse, _err error)
- func (client *Client) OfflineGatewayRoute(gatewayId *string, gatewayRouteId *string) (_result *OfflineGatewayRouteResponse, _err error)
- func (client *Client) OfflineGatewayRouteWithOptions(gatewayId *string, gatewayRouteId *string, headers map[string]*string, ...) (_result *OfflineGatewayRouteResponse, _err error)
- func (client *Client) OfflineHttpApi(httpApiId *string, request *OfflineHttpApiRequest) (_result *OfflineHttpApiResponse, _err error)
- func (client *Client) OfflineHttpApiWithOptions(httpApiId *string, request *OfflineHttpApiRequest, headers map[string]*string, ...) (_result *OfflineHttpApiResponse, _err error)
- func (client *Client) PublishGatewayRoute(gatewayId *string, gatewayRouteId *string) (_result *PublishGatewayRouteResponse, _err error)
- func (client *Client) PublishGatewayRouteWithOptions(gatewayId *string, gatewayRouteId *string, headers map[string]*string, ...) (_result *PublishGatewayRouteResponse, _err error)
- func (client *Client) PublishHttpApi(httpApiId *string, request *PublishHttpApiRequest) (_result *PublishHttpApiResponse, _err error)
- func (client *Client) PublishHttpApiWithOptions(httpApiId *string, request *PublishHttpApiRequest, headers map[string]*string, ...) (_result *PublishHttpApiResponse, _err error)
- func (client *Client) UpdateDomain(domainId *string, request *UpdateDomainRequest) (_result *UpdateDomainResponse, _err error)
- func (client *Client) UpdateDomainWithOptions(domainId *string, request *UpdateDomainRequest, headers map[string]*string, ...) (_result *UpdateDomainResponse, _err error)
- func (client *Client) UpdateEnvironment(environmentId *string, request *UpdateEnvironmentRequest) (_result *UpdateEnvironmentResponse, _err error)
- func (client *Client) UpdateEnvironmentWithOptions(environmentId *string, request *UpdateEnvironmentRequest, ...) (_result *UpdateEnvironmentResponse, _err error)
- func (client *Client) UpdateGatewayRoute(gatewayId *string, gatewayRouteId *string, request *UpdateGatewayRouteRequest) (_result *UpdateGatewayRouteResponse, _err error)
- func (client *Client) UpdateGatewayRouteWithOptions(gatewayId *string, gatewayRouteId *string, request *UpdateGatewayRouteRequest, ...) (_result *UpdateGatewayRouteResponse, _err error)
- func (client *Client) UpdateGatewayService(gatewayId *string, gatewayServiceId *string, ...) (_result *UpdateGatewayServiceResponse, _err error)
- func (client *Client) UpdateGatewayServiceVersion(gatewayId *string, gatewayServiceId *string, name *string, ...) (_result *UpdateGatewayServiceVersionResponse, _err error)
- func (client *Client) UpdateGatewayServiceVersionWithOptions(gatewayId *string, gatewayServiceId *string, name *string, ...) (_result *UpdateGatewayServiceVersionResponse, _err error)
- func (client *Client) UpdateGatewayServiceWithOptions(gatewayId *string, gatewayServiceId *string, ...) (_result *UpdateGatewayServiceResponse, _err error)
- func (client *Client) UpdateHttpApi(httpApiId *string, request *UpdateHttpApiRequest) (_result *UpdateHttpApiResponse, _err error)
- func (client *Client) UpdateHttpApiOperation(httpApiId *string, operationId *string, request *UpdateHttpApiOperationRequest) (_result *UpdateHttpApiOperationResponse, _err error)
- func (client *Client) UpdateHttpApiOperationWithOptions(httpApiId *string, operationId *string, request *UpdateHttpApiOperationRequest, ...) (_result *UpdateHttpApiOperationResponse, _err error)
- func (client *Client) UpdateHttpApiWithOptions(httpApiId *string, request *UpdateHttpApiRequest, headers map[string]*string, ...) (_result *UpdateHttpApiResponse, _err error)
- func (client *Client) UpdateServiceSource(gatewayId *string, serviceSourceId *string, ...) (_result *UpdateServiceSourceResponse, _err error)
- func (client *Client) UpdateServiceSourceWithOptions(gatewayId *string, serviceSourceId *string, ...) (_result *UpdateServiceSourceResponse, _err error)
- type CreateDomainRequest
- func (s CreateDomainRequest) GoString() string
- func (s *CreateDomainRequest) SetCaCertIndentifier(v string) *CreateDomainRequest
- func (s *CreateDomainRequest) SetCertIndentifier(v string) *CreateDomainRequest
- func (s *CreateDomainRequest) SetForceHttps(v bool) *CreateDomainRequest
- func (s *CreateDomainRequest) SetHttp2Option(v string) *CreateDomainRequest
- func (s *CreateDomainRequest) SetName(v string) *CreateDomainRequest
- func (s *CreateDomainRequest) SetProtocol(v string) *CreateDomainRequest
- func (s *CreateDomainRequest) SetTlsMax(v string) *CreateDomainRequest
- func (s *CreateDomainRequest) SetTlsMin(v string) *CreateDomainRequest
- func (s CreateDomainRequest) String() string
- type CreateDomainResponse
- func (s CreateDomainResponse) GoString() string
- func (s *CreateDomainResponse) SetBody(v *CreateDomainResponseBody) *CreateDomainResponse
- func (s *CreateDomainResponse) SetHeaders(v map[string]*string) *CreateDomainResponse
- func (s *CreateDomainResponse) SetStatusCode(v int32) *CreateDomainResponse
- func (s CreateDomainResponse) String() string
- type CreateDomainResponseBody
- func (s CreateDomainResponseBody) GoString() string
- func (s *CreateDomainResponseBody) SetCode(v string) *CreateDomainResponseBody
- func (s *CreateDomainResponseBody) SetData(v *CreateDomainResponseBodyData) *CreateDomainResponseBody
- func (s *CreateDomainResponseBody) SetMessage(v string) *CreateDomainResponseBody
- func (s *CreateDomainResponseBody) SetRequestId(v string) *CreateDomainResponseBody
- func (s CreateDomainResponseBody) String() string
- type CreateDomainResponseBodyData
- type CreateEnvironmentRequest
- func (s CreateEnvironmentRequest) GoString() string
- func (s *CreateEnvironmentRequest) SetAlias(v string) *CreateEnvironmentRequest
- func (s *CreateEnvironmentRequest) SetDescription(v string) *CreateEnvironmentRequest
- func (s *CreateEnvironmentRequest) SetGatewayId(v string) *CreateEnvironmentRequest
- func (s *CreateEnvironmentRequest) SetName(v string) *CreateEnvironmentRequest
- func (s CreateEnvironmentRequest) String() string
- type CreateEnvironmentResponse
- func (s CreateEnvironmentResponse) GoString() string
- func (s *CreateEnvironmentResponse) SetBody(v *CreateEnvironmentResponseBody) *CreateEnvironmentResponse
- func (s *CreateEnvironmentResponse) SetHeaders(v map[string]*string) *CreateEnvironmentResponse
- func (s *CreateEnvironmentResponse) SetStatusCode(v int32) *CreateEnvironmentResponse
- func (s CreateEnvironmentResponse) String() string
- type CreateEnvironmentResponseBody
- func (s CreateEnvironmentResponseBody) GoString() string
- func (s *CreateEnvironmentResponseBody) SetCode(v string) *CreateEnvironmentResponseBody
- func (s *CreateEnvironmentResponseBody) SetData(v *CreateEnvironmentResponseBodyData) *CreateEnvironmentResponseBody
- func (s *CreateEnvironmentResponseBody) SetMessage(v string) *CreateEnvironmentResponseBody
- func (s *CreateEnvironmentResponseBody) SetRequestId(v string) *CreateEnvironmentResponseBody
- func (s CreateEnvironmentResponseBody) String() string
- type CreateEnvironmentResponseBodyData
- type CreateGatewayRouteRequest
- func (s CreateGatewayRouteRequest) GoString() string
- func (s *CreateGatewayRouteRequest) SetBackendConfig(v *GatewayRouteBackendConfig) *CreateGatewayRouteRequest
- func (s *CreateGatewayRouteRequest) SetDescription(v string) *CreateGatewayRouteRequest
- func (s *CreateGatewayRouteRequest) SetDomainConfig(v *GatewayRouteDomainConfig) *CreateGatewayRouteRequest
- func (s *CreateGatewayRouteRequest) SetMatch(v *HttpRouteMatch) *CreateGatewayRouteRequest
- func (s *CreateGatewayRouteRequest) SetName(v string) *CreateGatewayRouteRequest
- func (s CreateGatewayRouteRequest) String() string
- type CreateGatewayRouteResponse
- func (s CreateGatewayRouteResponse) GoString() string
- func (s *CreateGatewayRouteResponse) SetBody(v *CreateGatewayRouteResponseBody) *CreateGatewayRouteResponse
- func (s *CreateGatewayRouteResponse) SetHeaders(v map[string]*string) *CreateGatewayRouteResponse
- func (s *CreateGatewayRouteResponse) SetStatusCode(v int32) *CreateGatewayRouteResponse
- func (s CreateGatewayRouteResponse) String() string
- type CreateGatewayRouteResponseBody
- func (s CreateGatewayRouteResponseBody) GoString() string
- func (s *CreateGatewayRouteResponseBody) SetCode(v string) *CreateGatewayRouteResponseBody
- func (s *CreateGatewayRouteResponseBody) SetData(v *CreateGatewayRouteResponseBodyData) *CreateGatewayRouteResponseBody
- func (s *CreateGatewayRouteResponseBody) SetMessage(v string) *CreateGatewayRouteResponseBody
- func (s *CreateGatewayRouteResponseBody) SetRequestId(v string) *CreateGatewayRouteResponseBody
- func (s CreateGatewayRouteResponseBody) String() string
- type CreateGatewayRouteResponseBodyData
- type CreateGatewayServiceRequest
- func (s CreateGatewayServiceRequest) GoString() string
- func (s *CreateGatewayServiceRequest) SetGatewayServiceConfigs(v []*CreateGatewayServiceRequestGatewayServiceConfigs) *CreateGatewayServiceRequest
- func (s *CreateGatewayServiceRequest) SetSourceType(v string) *CreateGatewayServiceRequest
- func (s CreateGatewayServiceRequest) String() string
- type CreateGatewayServiceRequestGatewayServiceConfigs
- func (s CreateGatewayServiceRequestGatewayServiceConfigs) GoString() string
- func (s *CreateGatewayServiceRequestGatewayServiceConfigs) SetAddresses(v []*string) *CreateGatewayServiceRequestGatewayServiceConfigs
- func (s *CreateGatewayServiceRequestGatewayServiceConfigs) SetGroupName(v string) *CreateGatewayServiceRequestGatewayServiceConfigs
- func (s *CreateGatewayServiceRequestGatewayServiceConfigs) SetName(v string) *CreateGatewayServiceRequestGatewayServiceConfigs
- func (s *CreateGatewayServiceRequestGatewayServiceConfigs) SetNamespace(v string) *CreateGatewayServiceRequestGatewayServiceConfigs
- func (s *CreateGatewayServiceRequestGatewayServiceConfigs) SetPort(v int32) *CreateGatewayServiceRequestGatewayServiceConfigs
- func (s *CreateGatewayServiceRequestGatewayServiceConfigs) SetQualifier(v string) *CreateGatewayServiceRequestGatewayServiceConfigs
- func (s CreateGatewayServiceRequestGatewayServiceConfigs) String() string
- type CreateGatewayServiceResponse
- func (s CreateGatewayServiceResponse) GoString() string
- func (s *CreateGatewayServiceResponse) SetBody(v *CreateGatewayServiceResponseBody) *CreateGatewayServiceResponse
- func (s *CreateGatewayServiceResponse) SetHeaders(v map[string]*string) *CreateGatewayServiceResponse
- func (s *CreateGatewayServiceResponse) SetStatusCode(v int32) *CreateGatewayServiceResponse
- func (s CreateGatewayServiceResponse) String() string
- type CreateGatewayServiceResponseBody
- func (s CreateGatewayServiceResponseBody) GoString() string
- func (s *CreateGatewayServiceResponseBody) SetCode(v string) *CreateGatewayServiceResponseBody
- func (s *CreateGatewayServiceResponseBody) SetData(v *CreateGatewayServiceResponseBodyData) *CreateGatewayServiceResponseBody
- func (s *CreateGatewayServiceResponseBody) SetMessage(v string) *CreateGatewayServiceResponseBody
- func (s *CreateGatewayServiceResponseBody) SetRequestId(v string) *CreateGatewayServiceResponseBody
- func (s CreateGatewayServiceResponseBody) String() string
- type CreateGatewayServiceResponseBodyData
- type CreateGatewayServiceVersionRequest
- func (s CreateGatewayServiceVersionRequest) GoString() string
- func (s *CreateGatewayServiceVersionRequest) SetLabels(v []*CreateGatewayServiceVersionRequestLabels) *CreateGatewayServiceVersionRequest
- func (s *CreateGatewayServiceVersionRequest) SetName(v string) *CreateGatewayServiceVersionRequest
- func (s CreateGatewayServiceVersionRequest) String() string
- type CreateGatewayServiceVersionRequestLabels
- func (s CreateGatewayServiceVersionRequestLabels) GoString() string
- func (s *CreateGatewayServiceVersionRequestLabels) SetKey(v string) *CreateGatewayServiceVersionRequestLabels
- func (s *CreateGatewayServiceVersionRequestLabels) SetValue(v string) *CreateGatewayServiceVersionRequestLabels
- func (s CreateGatewayServiceVersionRequestLabels) String() string
- type CreateGatewayServiceVersionResponse
- func (s CreateGatewayServiceVersionResponse) GoString() string
- func (s *CreateGatewayServiceVersionResponse) SetBody(v *CreateGatewayServiceVersionResponseBody) *CreateGatewayServiceVersionResponse
- func (s *CreateGatewayServiceVersionResponse) SetHeaders(v map[string]*string) *CreateGatewayServiceVersionResponse
- func (s *CreateGatewayServiceVersionResponse) SetStatusCode(v int32) *CreateGatewayServiceVersionResponse
- func (s CreateGatewayServiceVersionResponse) String() string
- type CreateGatewayServiceVersionResponseBody
- func (s CreateGatewayServiceVersionResponseBody) GoString() string
- func (s *CreateGatewayServiceVersionResponseBody) SetCode(v string) *CreateGatewayServiceVersionResponseBody
- func (s *CreateGatewayServiceVersionResponseBody) SetMessage(v string) *CreateGatewayServiceVersionResponseBody
- func (s *CreateGatewayServiceVersionResponseBody) SetRequestId(v string) *CreateGatewayServiceVersionResponseBody
- func (s CreateGatewayServiceVersionResponseBody) String() string
- type CreateHttpApiOperationRequest
- type CreateHttpApiOperationResponse
- func (s CreateHttpApiOperationResponse) GoString() string
- func (s *CreateHttpApiOperationResponse) SetBody(v *CreateHttpApiOperationResponseBody) *CreateHttpApiOperationResponse
- func (s *CreateHttpApiOperationResponse) SetHeaders(v map[string]*string) *CreateHttpApiOperationResponse
- func (s *CreateHttpApiOperationResponse) SetStatusCode(v int32) *CreateHttpApiOperationResponse
- func (s CreateHttpApiOperationResponse) String() string
- type CreateHttpApiOperationResponseBody
- func (s CreateHttpApiOperationResponseBody) GoString() string
- func (s *CreateHttpApiOperationResponseBody) SetCode(v string) *CreateHttpApiOperationResponseBody
- func (s *CreateHttpApiOperationResponseBody) SetData(v *CreateHttpApiOperationResponseBodyData) *CreateHttpApiOperationResponseBody
- func (s *CreateHttpApiOperationResponseBody) SetMessage(v string) *CreateHttpApiOperationResponseBody
- func (s *CreateHttpApiOperationResponseBody) SetRequestId(v string) *CreateHttpApiOperationResponseBody
- func (s CreateHttpApiOperationResponseBody) String() string
- type CreateHttpApiOperationResponseBodyData
- type CreateHttpApiOperationResponseBodyDataOperations
- type CreateHttpApiRequest
- func (s CreateHttpApiRequest) GoString() string
- func (s *CreateHttpApiRequest) SetBasePath(v string) *CreateHttpApiRequest
- func (s *CreateHttpApiRequest) SetDescription(v string) *CreateHttpApiRequest
- func (s *CreateHttpApiRequest) SetName(v string) *CreateHttpApiRequest
- func (s *CreateHttpApiRequest) SetProtocols(v []*string) *CreateHttpApiRequest
- func (s *CreateHttpApiRequest) SetVersionConfig(v *HttpApiVersionConfig) *CreateHttpApiRequest
- func (s CreateHttpApiRequest) String() string
- type CreateHttpApiResponse
- func (s CreateHttpApiResponse) GoString() string
- func (s *CreateHttpApiResponse) SetBody(v *CreateHttpApiResponseBody) *CreateHttpApiResponse
- func (s *CreateHttpApiResponse) SetHeaders(v map[string]*string) *CreateHttpApiResponse
- func (s *CreateHttpApiResponse) SetStatusCode(v int32) *CreateHttpApiResponse
- func (s CreateHttpApiResponse) String() string
- type CreateHttpApiResponseBody
- func (s CreateHttpApiResponseBody) GoString() string
- func (s *CreateHttpApiResponseBody) SetCode(v string) *CreateHttpApiResponseBody
- func (s *CreateHttpApiResponseBody) SetData(v *CreateHttpApiResponseBodyData) *CreateHttpApiResponseBody
- func (s *CreateHttpApiResponseBody) SetMessage(v string) *CreateHttpApiResponseBody
- func (s *CreateHttpApiResponseBody) SetRequestId(v string) *CreateHttpApiResponseBody
- func (s CreateHttpApiResponseBody) String() string
- type CreateHttpApiResponseBodyData
- type CreateServiceSourceRequest
- func (s CreateServiceSourceRequest) GoString() string
- func (s *CreateServiceSourceRequest) SetK8sServiceSourceConfig(v *CreateServiceSourceRequestK8sServiceSourceConfig) *CreateServiceSourceRequest
- func (s *CreateServiceSourceRequest) SetNacosServiceSourceConfig(v *CreateServiceSourceRequestNacosServiceSourceConfig) *CreateServiceSourceRequest
- func (s *CreateServiceSourceRequest) SetType(v string) *CreateServiceSourceRequest
- func (s CreateServiceSourceRequest) String() string
- type CreateServiceSourceRequestK8sServiceSourceConfig
- func (s CreateServiceSourceRequestK8sServiceSourceConfig) GoString() string
- func (s *CreateServiceSourceRequestK8sServiceSourceConfig) SetAuthorizeSecurityGroupRules(...) *CreateServiceSourceRequestK8sServiceSourceConfig
- func (s *CreateServiceSourceRequestK8sServiceSourceConfig) SetClusterId(v string) *CreateServiceSourceRequestK8sServiceSourceConfig
- func (s *CreateServiceSourceRequestK8sServiceSourceConfig) SetIngressConfig(v *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) *CreateServiceSourceRequestK8sServiceSourceConfig
- func (s CreateServiceSourceRequestK8sServiceSourceConfig) String() string
- type CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules
- func (s CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules) GoString() string
- func (s *CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules) SetDescription(v string) *CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules
- func (s *CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules) SetPortRanges(v []*string) *CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules
- func (s *CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules) SetSecurityGroupId(v string) *CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules
- func (s CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules) String() string
- type CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig
- func (s CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) GoString() string
- func (s *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetEnable(v bool) *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig
- func (s *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetIngressClass(v string) *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig
- func (s *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetOverrideIngressIp(v bool) *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig
- func (s *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetWatchNamespace(v string) *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig
- func (s CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) String() string
- type CreateServiceSourceRequestNacosServiceSourceConfig
- type CreateServiceSourceResponse
- func (s CreateServiceSourceResponse) GoString() string
- func (s *CreateServiceSourceResponse) SetBody(v *CreateServiceSourceResponseBody) *CreateServiceSourceResponse
- func (s *CreateServiceSourceResponse) SetHeaders(v map[string]*string) *CreateServiceSourceResponse
- func (s *CreateServiceSourceResponse) SetStatusCode(v int32) *CreateServiceSourceResponse
- func (s CreateServiceSourceResponse) String() string
- type CreateServiceSourceResponseBody
- func (s CreateServiceSourceResponseBody) GoString() string
- func (s *CreateServiceSourceResponseBody) SetCode(v string) *CreateServiceSourceResponseBody
- func (s *CreateServiceSourceResponseBody) SetData(v *CreateServiceSourceResponseBodyData) *CreateServiceSourceResponseBody
- func (s *CreateServiceSourceResponseBody) SetMessage(v string) *CreateServiceSourceResponseBody
- func (s *CreateServiceSourceResponseBody) SetRequestId(v string) *CreateServiceSourceResponseBody
- func (s CreateServiceSourceResponseBody) String() string
- type CreateServiceSourceResponseBodyData
- type DashboardFilter
- type DeleteDomainResponse
- func (s DeleteDomainResponse) GoString() string
- func (s *DeleteDomainResponse) SetBody(v *DeleteDomainResponseBody) *DeleteDomainResponse
- func (s *DeleteDomainResponse) SetHeaders(v map[string]*string) *DeleteDomainResponse
- func (s *DeleteDomainResponse) SetStatusCode(v int32) *DeleteDomainResponse
- func (s DeleteDomainResponse) String() string
- type DeleteDomainResponseBody
- func (s DeleteDomainResponseBody) GoString() string
- func (s *DeleteDomainResponseBody) SetCode(v string) *DeleteDomainResponseBody
- func (s *DeleteDomainResponseBody) SetMessage(v string) *DeleteDomainResponseBody
- func (s *DeleteDomainResponseBody) SetRequestId(v string) *DeleteDomainResponseBody
- func (s DeleteDomainResponseBody) String() string
- type DeleteEnvironmentResponse
- func (s DeleteEnvironmentResponse) GoString() string
- func (s *DeleteEnvironmentResponse) SetBody(v *DeleteEnvironmentResponseBody) *DeleteEnvironmentResponse
- func (s *DeleteEnvironmentResponse) SetHeaders(v map[string]*string) *DeleteEnvironmentResponse
- func (s *DeleteEnvironmentResponse) SetStatusCode(v int32) *DeleteEnvironmentResponse
- func (s DeleteEnvironmentResponse) String() string
- type DeleteEnvironmentResponseBody
- func (s DeleteEnvironmentResponseBody) GoString() string
- func (s *DeleteEnvironmentResponseBody) SetCode(v string) *DeleteEnvironmentResponseBody
- func (s *DeleteEnvironmentResponseBody) SetMessage(v string) *DeleteEnvironmentResponseBody
- func (s *DeleteEnvironmentResponseBody) SetRequestId(v string) *DeleteEnvironmentResponseBody
- func (s DeleteEnvironmentResponseBody) String() string
- type DeleteGatewayResponse
- func (s DeleteGatewayResponse) GoString() string
- func (s *DeleteGatewayResponse) SetBody(v *DeleteGatewayResponseBody) *DeleteGatewayResponse
- func (s *DeleteGatewayResponse) SetHeaders(v map[string]*string) *DeleteGatewayResponse
- func (s *DeleteGatewayResponse) SetStatusCode(v int32) *DeleteGatewayResponse
- func (s DeleteGatewayResponse) String() string
- type DeleteGatewayResponseBody
- func (s DeleteGatewayResponseBody) GoString() string
- func (s *DeleteGatewayResponseBody) SetCode(v string) *DeleteGatewayResponseBody
- func (s *DeleteGatewayResponseBody) SetMessage(v string) *DeleteGatewayResponseBody
- func (s *DeleteGatewayResponseBody) SetRequestId(v string) *DeleteGatewayResponseBody
- func (s DeleteGatewayResponseBody) String() string
- type DeleteGatewayRouteResponse
- func (s DeleteGatewayRouteResponse) GoString() string
- func (s *DeleteGatewayRouteResponse) SetBody(v *DeleteGatewayRouteResponseBody) *DeleteGatewayRouteResponse
- func (s *DeleteGatewayRouteResponse) SetHeaders(v map[string]*string) *DeleteGatewayRouteResponse
- func (s *DeleteGatewayRouteResponse) SetStatusCode(v int32) *DeleteGatewayRouteResponse
- func (s DeleteGatewayRouteResponse) String() string
- type DeleteGatewayRouteResponseBody
- func (s DeleteGatewayRouteResponseBody) GoString() string
- func (s *DeleteGatewayRouteResponseBody) SetCode(v string) *DeleteGatewayRouteResponseBody
- func (s *DeleteGatewayRouteResponseBody) SetMessage(v string) *DeleteGatewayRouteResponseBody
- func (s *DeleteGatewayRouteResponseBody) SetRequestId(v string) *DeleteGatewayRouteResponseBody
- func (s DeleteGatewayRouteResponseBody) String() string
- type DeleteGatewayServiceResponse
- func (s DeleteGatewayServiceResponse) GoString() string
- func (s *DeleteGatewayServiceResponse) SetBody(v *DeleteGatewayServiceResponseBody) *DeleteGatewayServiceResponse
- func (s *DeleteGatewayServiceResponse) SetHeaders(v map[string]*string) *DeleteGatewayServiceResponse
- func (s *DeleteGatewayServiceResponse) SetStatusCode(v int32) *DeleteGatewayServiceResponse
- func (s DeleteGatewayServiceResponse) String() string
- type DeleteGatewayServiceResponseBody
- func (s DeleteGatewayServiceResponseBody) GoString() string
- func (s *DeleteGatewayServiceResponseBody) SetCode(v string) *DeleteGatewayServiceResponseBody
- func (s *DeleteGatewayServiceResponseBody) SetMessage(v string) *DeleteGatewayServiceResponseBody
- func (s *DeleteGatewayServiceResponseBody) SetRequestId(v string) *DeleteGatewayServiceResponseBody
- func (s DeleteGatewayServiceResponseBody) String() string
- type DeleteGatewayServiceVersionResponse
- func (s DeleteGatewayServiceVersionResponse) GoString() string
- func (s *DeleteGatewayServiceVersionResponse) SetBody(v *DeleteGatewayServiceVersionResponseBody) *DeleteGatewayServiceVersionResponse
- func (s *DeleteGatewayServiceVersionResponse) SetHeaders(v map[string]*string) *DeleteGatewayServiceVersionResponse
- func (s *DeleteGatewayServiceVersionResponse) SetStatusCode(v int32) *DeleteGatewayServiceVersionResponse
- func (s DeleteGatewayServiceVersionResponse) String() string
- type DeleteGatewayServiceVersionResponseBody
- func (s DeleteGatewayServiceVersionResponseBody) GoString() string
- func (s *DeleteGatewayServiceVersionResponseBody) SetCode(v string) *DeleteGatewayServiceVersionResponseBody
- func (s *DeleteGatewayServiceVersionResponseBody) SetMessage(v string) *DeleteGatewayServiceVersionResponseBody
- func (s *DeleteGatewayServiceVersionResponseBody) SetRequestId(v string) *DeleteGatewayServiceVersionResponseBody
- func (s DeleteGatewayServiceVersionResponseBody) String() string
- type DeleteHttpApiOperationResponse
- func (s DeleteHttpApiOperationResponse) GoString() string
- func (s *DeleteHttpApiOperationResponse) SetBody(v *DeleteHttpApiOperationResponseBody) *DeleteHttpApiOperationResponse
- func (s *DeleteHttpApiOperationResponse) SetHeaders(v map[string]*string) *DeleteHttpApiOperationResponse
- func (s *DeleteHttpApiOperationResponse) SetStatusCode(v int32) *DeleteHttpApiOperationResponse
- func (s DeleteHttpApiOperationResponse) String() string
- type DeleteHttpApiOperationResponseBody
- func (s DeleteHttpApiOperationResponseBody) GoString() string
- func (s *DeleteHttpApiOperationResponseBody) SetCode(v string) *DeleteHttpApiOperationResponseBody
- func (s *DeleteHttpApiOperationResponseBody) SetMessage(v string) *DeleteHttpApiOperationResponseBody
- func (s *DeleteHttpApiOperationResponseBody) SetRequestId(v string) *DeleteHttpApiOperationResponseBody
- func (s DeleteHttpApiOperationResponseBody) String() string
- type DeleteHttpApiResponse
- func (s DeleteHttpApiResponse) GoString() string
- func (s *DeleteHttpApiResponse) SetBody(v *DeleteHttpApiResponseBody) *DeleteHttpApiResponse
- func (s *DeleteHttpApiResponse) SetHeaders(v map[string]*string) *DeleteHttpApiResponse
- func (s *DeleteHttpApiResponse) SetStatusCode(v int32) *DeleteHttpApiResponse
- func (s DeleteHttpApiResponse) String() string
- type DeleteHttpApiResponseBody
- func (s DeleteHttpApiResponseBody) GoString() string
- func (s *DeleteHttpApiResponseBody) SetCode(v string) *DeleteHttpApiResponseBody
- func (s *DeleteHttpApiResponseBody) SetMessage(v string) *DeleteHttpApiResponseBody
- func (s *DeleteHttpApiResponseBody) SetRequestId(v string) *DeleteHttpApiResponseBody
- func (s DeleteHttpApiResponseBody) String() string
- type DeleteServiceSourceResponse
- func (s DeleteServiceSourceResponse) GoString() string
- func (s *DeleteServiceSourceResponse) SetBody(v *DeleteServiceSourceResponseBody) *DeleteServiceSourceResponse
- func (s *DeleteServiceSourceResponse) SetHeaders(v map[string]*string) *DeleteServiceSourceResponse
- func (s *DeleteServiceSourceResponse) SetStatusCode(v int32) *DeleteServiceSourceResponse
- func (s DeleteServiceSourceResponse) String() string
- type DeleteServiceSourceResponseBody
- func (s DeleteServiceSourceResponseBody) GoString() string
- func (s *DeleteServiceSourceResponseBody) SetCode(v string) *DeleteServiceSourceResponseBody
- func (s *DeleteServiceSourceResponseBody) SetMessage(v string) *DeleteServiceSourceResponseBody
- func (s *DeleteServiceSourceResponseBody) SetRequestId(v string) *DeleteServiceSourceResponseBody
- func (s DeleteServiceSourceResponseBody) String() string
- type DomainInfo
- func (s DomainInfo) GoString() string
- func (s *DomainInfo) SetCertIdentifier(v string) *DomainInfo
- func (s *DomainInfo) SetCreateFrom(v string) *DomainInfo
- func (s *DomainInfo) SetCreateTimestamp(v int64) *DomainInfo
- func (s *DomainInfo) SetDomainId(v string) *DomainInfo
- func (s *DomainInfo) SetForceHttps(v bool) *DomainInfo
- func (s *DomainInfo) SetName(v string) *DomainInfo
- func (s *DomainInfo) SetProtocol(v string) *DomainInfo
- func (s *DomainInfo) SetStatus(v string) *DomainInfo
- func (s *DomainInfo) SetUpdateTimestamp(v int64) *DomainInfo
- func (s DomainInfo) String() string
- type EnvironmentInfo
- func (s EnvironmentInfo) GoString() string
- func (s *EnvironmentInfo) SetAlias(v string) *EnvironmentInfo
- func (s *EnvironmentInfo) SetCreateTimestamp(v int64) *EnvironmentInfo
- func (s *EnvironmentInfo) SetDefault(v bool) *EnvironmentInfo
- func (s *EnvironmentInfo) SetDescription(v string) *EnvironmentInfo
- func (s *EnvironmentInfo) SetEnvironmentId(v string) *EnvironmentInfo
- func (s *EnvironmentInfo) SetGatewayInfo(v *GatewayInfo) *EnvironmentInfo
- func (s *EnvironmentInfo) SetName(v string) *EnvironmentInfo
- func (s *EnvironmentInfo) SetSubDomainInfos(v []*SubDomainInfo) *EnvironmentInfo
- func (s *EnvironmentInfo) SetUpdateTimestamp(v int64) *EnvironmentInfo
- func (s EnvironmentInfo) String() string
- type GatewayInfo
- type GatewayLogConfig
- type GatewayLogConfigSlsConfig
- type GatewayRouteBackend
- type GatewayRouteBackendConfig
- type GatewayRouteBackendConfigServices
- func (s GatewayRouteBackendConfigServices) GoString() string
- func (s *GatewayRouteBackendConfigServices) SetGatewayServiceId(v string) *GatewayRouteBackendConfigServices
- func (s *GatewayRouteBackendConfigServices) SetPort(v int32) *GatewayRouteBackendConfigServices
- func (s *GatewayRouteBackendConfigServices) SetProtocol(v string) *GatewayRouteBackendConfigServices
- func (s *GatewayRouteBackendConfigServices) SetSourceType(v string) *GatewayRouteBackendConfigServices
- func (s *GatewayRouteBackendConfigServices) SetWeight(v float32) *GatewayRouteBackendConfigServices
- func (s GatewayRouteBackendConfigServices) String() string
- type GatewayRouteBackendServices
- func (s GatewayRouteBackendServices) GoString() string
- func (s *GatewayRouteBackendServices) SetGatewayServiceId(v string) *GatewayRouteBackendServices
- func (s *GatewayRouteBackendServices) SetName(v string) *GatewayRouteBackendServices
- func (s *GatewayRouteBackendServices) SetPort(v int32) *GatewayRouteBackendServices
- func (s *GatewayRouteBackendServices) SetProtocol(v string) *GatewayRouteBackendServices
- func (s *GatewayRouteBackendServices) SetVersion(v string) *GatewayRouteBackendServices
- func (s *GatewayRouteBackendServices) SetWeight(v float32) *GatewayRouteBackendServices
- func (s GatewayRouteBackendServices) String() string
- type GatewayRouteDomainConfig
- type GatewayRouteDomainInfo
- type GatewayRouteDomainInfoDomains
- func (s GatewayRouteDomainInfoDomains) GoString() string
- func (s *GatewayRouteDomainInfoDomains) SetDomainId(v string) *GatewayRouteDomainInfoDomains
- func (s *GatewayRouteDomainInfoDomains) SetName(v string) *GatewayRouteDomainInfoDomains
- func (s *GatewayRouteDomainInfoDomains) SetProtocol(v string) *GatewayRouteDomainInfoDomains
- func (s GatewayRouteDomainInfoDomains) String() string
- type GatewayService
- func (s GatewayService) GoString() string
- func (s *GatewayService) SetAddresses(v []*string) *GatewayService
- func (s *GatewayService) SetCreateTimestamp(v int64) *GatewayService
- func (s *GatewayService) SetGatewayServiceId(v string) *GatewayService
- func (s *GatewayService) SetHealthCheck(v *ServiceHealthCheck) *GatewayService
- func (s *GatewayService) SetHealthStatus(v string) *GatewayService
- func (s *GatewayService) SetName(v string) *GatewayService
- func (s *GatewayService) SetNamespace(v string) *GatewayService
- func (s *GatewayService) SetPorts(v []*GatewayServicePorts) *GatewayService
- func (s *GatewayService) SetQualifier(v string) *GatewayService
- func (s *GatewayService) SetSourceType(v string) *GatewayService
- func (s *GatewayService) SetUnhealthyEndpoints(v []*string) *GatewayService
- func (s *GatewayService) SetUpdateTimestamp(v int64) *GatewayService
- func (s GatewayService) String() string
- type GatewayServicePorts
- func (s GatewayServicePorts) GoString() string
- func (s *GatewayServicePorts) SetName(v string) *GatewayServicePorts
- func (s *GatewayServicePorts) SetPort(v int32) *GatewayServicePorts
- func (s *GatewayServicePorts) SetProtocol(v string) *GatewayServicePorts
- func (s GatewayServicePorts) String() string
- type GatewayServiceSource
- func (s GatewayServiceSource) GoString() string
- func (s *GatewayServiceSource) SetBound(v bool) *GatewayServiceSource
- func (s *GatewayServiceSource) SetCreateTimestamp(v int64) *GatewayServiceSource
- func (s *GatewayServiceSource) SetK8sServiceSourceInfo(v *GatewayServiceSourceK8sServiceSourceInfo) *GatewayServiceSource
- func (s *GatewayServiceSource) SetNacosServiceSourceInfo(v *GatewayServiceSourceNacosServiceSourceInfo) *GatewayServiceSource
- func (s *GatewayServiceSource) SetName(v string) *GatewayServiceSource
- func (s *GatewayServiceSource) SetServiceSourceId(v string) *GatewayServiceSource
- func (s *GatewayServiceSource) SetType(v string) *GatewayServiceSource
- func (s *GatewayServiceSource) SetUpdateTimestamp(v int64) *GatewayServiceSource
- func (s GatewayServiceSource) String() string
- type GatewayServiceSourceK8sServiceSourceInfo
- func (s GatewayServiceSourceK8sServiceSourceInfo) GoString() string
- func (s *GatewayServiceSourceK8sServiceSourceInfo) SetClusterId(v string) *GatewayServiceSourceK8sServiceSourceInfo
- func (s *GatewayServiceSourceK8sServiceSourceInfo) SetIngressConfig(v *GatewayServiceSourceK8sServiceSourceInfoIngressConfig) *GatewayServiceSourceK8sServiceSourceInfo
- func (s GatewayServiceSourceK8sServiceSourceInfo) String() string
- type GatewayServiceSourceK8sServiceSourceInfoIngressConfig
- func (s GatewayServiceSourceK8sServiceSourceInfoIngressConfig) GoString() string
- func (s *GatewayServiceSourceK8sServiceSourceInfoIngressConfig) SetEnable(v bool) *GatewayServiceSourceK8sServiceSourceInfoIngressConfig
- func (s *GatewayServiceSourceK8sServiceSourceInfoIngressConfig) SetIngressClass(v string) *GatewayServiceSourceK8sServiceSourceInfoIngressConfig
- func (s *GatewayServiceSourceK8sServiceSourceInfoIngressConfig) SetOverrideIngressIp(v bool) *GatewayServiceSourceK8sServiceSourceInfoIngressConfig
- func (s *GatewayServiceSourceK8sServiceSourceInfoIngressConfig) SetWatchNamespace(v string) *GatewayServiceSourceK8sServiceSourceInfoIngressConfig
- func (s GatewayServiceSourceK8sServiceSourceInfoIngressConfig) String() string
- type GatewayServiceSourceNacosServiceSourceInfo
- func (s GatewayServiceSourceNacosServiceSourceInfo) GoString() string
- func (s *GatewayServiceSourceNacosServiceSourceInfo) SetAddress(v string) *GatewayServiceSourceNacosServiceSourceInfo
- func (s *GatewayServiceSourceNacosServiceSourceInfo) SetClusterId(v string) *GatewayServiceSourceNacosServiceSourceInfo
- func (s *GatewayServiceSourceNacosServiceSourceInfo) SetInstanceId(v string) *GatewayServiceSourceNacosServiceSourceInfo
- func (s GatewayServiceSourceNacosServiceSourceInfo) String() string
- type GetDomainResponse
- func (s GetDomainResponse) GoString() string
- func (s *GetDomainResponse) SetBody(v *GetDomainResponseBody) *GetDomainResponse
- func (s *GetDomainResponse) SetHeaders(v map[string]*string) *GetDomainResponse
- func (s *GetDomainResponse) SetStatusCode(v int32) *GetDomainResponse
- func (s GetDomainResponse) String() string
- type GetDomainResponseBody
- func (s GetDomainResponseBody) GoString() string
- func (s *GetDomainResponseBody) SetCode(v string) *GetDomainResponseBody
- func (s *GetDomainResponseBody) SetData(v *GetDomainResponseBodyData) *GetDomainResponseBody
- func (s *GetDomainResponseBody) SetMessage(v string) *GetDomainResponseBody
- func (s *GetDomainResponseBody) SetRequestId(v string) *GetDomainResponseBody
- func (s GetDomainResponseBody) String() string
- type GetDomainResponseBodyData
- func (s GetDomainResponseBodyData) GoString() string
- func (s *GetDomainResponseBodyData) SetAlgorithm(v string) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetCaCertIndentifier(v string) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetCertIndentifier(v string) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetCertName(v string) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetCreateFrom(v string) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetCreateTimestamp(v int64) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetDefault(v bool) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetDomainId(v string) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetForceHttps(v bool) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetHttp2Option(v string) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetIssuer(v string) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetName(v string) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetNotAfterTimstamp(v int64) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetNotBeforeTimestamp(v int64) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetProtocol(v string) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetSans(v string) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetTlsMax(v string) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetTlsMin(v string) *GetDomainResponseBodyData
- func (s *GetDomainResponseBodyData) SetUpdatetimestamp(v int64) *GetDomainResponseBodyData
- func (s GetDomainResponseBodyData) String() string
- type GetEnvironmentResponse
- func (s GetEnvironmentResponse) GoString() string
- func (s *GetEnvironmentResponse) SetBody(v *GetEnvironmentResponseBody) *GetEnvironmentResponse
- func (s *GetEnvironmentResponse) SetHeaders(v map[string]*string) *GetEnvironmentResponse
- func (s *GetEnvironmentResponse) SetStatusCode(v int32) *GetEnvironmentResponse
- func (s GetEnvironmentResponse) String() string
- type GetEnvironmentResponseBody
- func (s GetEnvironmentResponseBody) GoString() string
- func (s *GetEnvironmentResponseBody) SetCode(v string) *GetEnvironmentResponseBody
- func (s *GetEnvironmentResponseBody) SetData(v *GetEnvironmentResponseBodyData) *GetEnvironmentResponseBody
- func (s *GetEnvironmentResponseBody) SetMessage(v string) *GetEnvironmentResponseBody
- func (s *GetEnvironmentResponseBody) SetRequestId(v string) *GetEnvironmentResponseBody
- func (s GetEnvironmentResponseBody) String() string
- type GetEnvironmentResponseBodyData
- func (s GetEnvironmentResponseBodyData) GoString() string
- func (s *GetEnvironmentResponseBodyData) SetAlias(v string) *GetEnvironmentResponseBodyData
- func (s *GetEnvironmentResponseBodyData) SetCreateTimestamp(v int64) *GetEnvironmentResponseBodyData
- func (s *GetEnvironmentResponseBodyData) SetDefault(v bool) *GetEnvironmentResponseBodyData
- func (s *GetEnvironmentResponseBodyData) SetDescription(v string) *GetEnvironmentResponseBodyData
- func (s *GetEnvironmentResponseBodyData) SetEnvironmentId(v string) *GetEnvironmentResponseBodyData
- func (s *GetEnvironmentResponseBodyData) SetGatewayInfo(v *GatewayInfo) *GetEnvironmentResponseBodyData
- func (s *GetEnvironmentResponseBodyData) SetName(v string) *GetEnvironmentResponseBodyData
- func (s *GetEnvironmentResponseBodyData) SetSubDomainInfos(v []*SubDomainInfo) *GetEnvironmentResponseBodyData
- func (s *GetEnvironmentResponseBodyData) SetUpdateTimestamp(v int64) *GetEnvironmentResponseBodyData
- func (s GetEnvironmentResponseBodyData) String() string
- type GetGatewayResponse
- func (s GetGatewayResponse) GoString() string
- func (s *GetGatewayResponse) SetBody(v *GetGatewayResponseBody) *GetGatewayResponse
- func (s *GetGatewayResponse) SetHeaders(v map[string]*string) *GetGatewayResponse
- func (s *GetGatewayResponse) SetStatusCode(v int32) *GetGatewayResponse
- func (s GetGatewayResponse) String() string
- type GetGatewayResponseBody
- func (s GetGatewayResponseBody) GoString() string
- func (s *GetGatewayResponseBody) SetCode(v string) *GetGatewayResponseBody
- func (s *GetGatewayResponseBody) SetData(v *GetGatewayResponseBodyData) *GetGatewayResponseBody
- func (s *GetGatewayResponseBody) SetMessage(v string) *GetGatewayResponseBody
- func (s *GetGatewayResponseBody) SetRequestId(v string) *GetGatewayResponseBody
- func (s GetGatewayResponseBody) String() string
- type GetGatewayResponseBodyData
- func (s GetGatewayResponseBodyData) GoString() string
- func (s *GetGatewayResponseBodyData) SetChargeType(v string) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetCreateFrom(v string) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetCreateTimestamp(v int64) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetEnvironments(v []*GetGatewayResponseBodyDataEnvironments) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetExpireTimestamp(v int64) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetGatewayId(v string) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetLoadBalancers(v []*GetGatewayResponseBodyDataLoadBalancers) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetName(v string) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetReplicas(v string) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetSecurityGroup(v *GetGatewayResponseBodyDataSecurityGroup) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetSpec(v string) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetStatus(v string) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetTargetVersion(v string) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetUpdateTimestamp(v int64) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetVSwitch(v *GetGatewayResponseBodyDataVSwitch) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetVersion(v string) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetVpc(v *GetGatewayResponseBodyDataVpc) *GetGatewayResponseBodyData
- func (s *GetGatewayResponseBodyData) SetZones(v []*GetGatewayResponseBodyDataZones) *GetGatewayResponseBodyData
- func (s GetGatewayResponseBodyData) String() string
- type GetGatewayResponseBodyDataEnvironments
- func (s GetGatewayResponseBodyDataEnvironments) GoString() string
- func (s *GetGatewayResponseBodyDataEnvironments) SetAlias(v string) *GetGatewayResponseBodyDataEnvironments
- func (s *GetGatewayResponseBodyDataEnvironments) SetEnvironmentId(v string) *GetGatewayResponseBodyDataEnvironments
- func (s *GetGatewayResponseBodyDataEnvironments) SetName(v string) *GetGatewayResponseBodyDataEnvironments
- func (s GetGatewayResponseBodyDataEnvironments) String() string
- type GetGatewayResponseBodyDataLoadBalancers
- func (s GetGatewayResponseBodyDataLoadBalancers) GoString() string
- func (s *GetGatewayResponseBodyDataLoadBalancers) SetAddress(v string) *GetGatewayResponseBodyDataLoadBalancers
- func (s *GetGatewayResponseBodyDataLoadBalancers) SetAddressIpVersion(v string) *GetGatewayResponseBodyDataLoadBalancers
- func (s *GetGatewayResponseBodyDataLoadBalancers) SetAddressType(v string) *GetGatewayResponseBodyDataLoadBalancers
- func (s *GetGatewayResponseBodyDataLoadBalancers) SetGatewayDefault(v bool) *GetGatewayResponseBodyDataLoadBalancers
- func (s *GetGatewayResponseBodyDataLoadBalancers) SetLoadBalancerId(v string) *GetGatewayResponseBodyDataLoadBalancers
- func (s *GetGatewayResponseBodyDataLoadBalancers) SetMode(v string) *GetGatewayResponseBodyDataLoadBalancers
- func (s *GetGatewayResponseBodyDataLoadBalancers) SetPorts(v []*GetGatewayResponseBodyDataLoadBalancersPorts) *GetGatewayResponseBodyDataLoadBalancers
- func (s *GetGatewayResponseBodyDataLoadBalancers) SetStatus(v string) *GetGatewayResponseBodyDataLoadBalancers
- func (s *GetGatewayResponseBodyDataLoadBalancers) SetType(v string) *GetGatewayResponseBodyDataLoadBalancers
- func (s GetGatewayResponseBodyDataLoadBalancers) String() string
- type GetGatewayResponseBodyDataLoadBalancersPorts
- func (s GetGatewayResponseBodyDataLoadBalancersPorts) GoString() string
- func (s *GetGatewayResponseBodyDataLoadBalancersPorts) SetPort(v int32) *GetGatewayResponseBodyDataLoadBalancersPorts
- func (s *GetGatewayResponseBodyDataLoadBalancersPorts) SetProtocol(v string) *GetGatewayResponseBodyDataLoadBalancersPorts
- func (s GetGatewayResponseBodyDataLoadBalancersPorts) String() string
- type GetGatewayResponseBodyDataSecurityGroup
- func (s GetGatewayResponseBodyDataSecurityGroup) GoString() string
- func (s *GetGatewayResponseBodyDataSecurityGroup) SetName(v string) *GetGatewayResponseBodyDataSecurityGroup
- func (s *GetGatewayResponseBodyDataSecurityGroup) SetSecurityGroupId(v string) *GetGatewayResponseBodyDataSecurityGroup
- func (s GetGatewayResponseBodyDataSecurityGroup) String() string
- type GetGatewayResponseBodyDataVSwitch
- func (s GetGatewayResponseBodyDataVSwitch) GoString() string
- func (s *GetGatewayResponseBodyDataVSwitch) SetName(v string) *GetGatewayResponseBodyDataVSwitch
- func (s *GetGatewayResponseBodyDataVSwitch) SetVSwitchId(v string) *GetGatewayResponseBodyDataVSwitch
- func (s GetGatewayResponseBodyDataVSwitch) String() string
- type GetGatewayResponseBodyDataVpc
- type GetGatewayResponseBodyDataZones
- func (s GetGatewayResponseBodyDataZones) GoString() string
- func (s *GetGatewayResponseBodyDataZones) SetName(v string) *GetGatewayResponseBodyDataZones
- func (s *GetGatewayResponseBodyDataZones) SetVSwitch(v *GetGatewayResponseBodyDataZonesVSwitch) *GetGatewayResponseBodyDataZones
- func (s *GetGatewayResponseBodyDataZones) SetZoneId(v string) *GetGatewayResponseBodyDataZones
- func (s GetGatewayResponseBodyDataZones) String() string
- type GetGatewayResponseBodyDataZonesVSwitch
- func (s GetGatewayResponseBodyDataZonesVSwitch) GoString() string
- func (s *GetGatewayResponseBodyDataZonesVSwitch) SetName(v string) *GetGatewayResponseBodyDataZonesVSwitch
- func (s *GetGatewayResponseBodyDataZonesVSwitch) SetVSwitchId(v string) *GetGatewayResponseBodyDataZonesVSwitch
- func (s GetGatewayResponseBodyDataZonesVSwitch) String() string
- type GetGatewayRouteResponse
- func (s GetGatewayRouteResponse) GoString() string
- func (s *GetGatewayRouteResponse) SetBody(v *GetGatewayRouteResponseBody) *GetGatewayRouteResponse
- func (s *GetGatewayRouteResponse) SetHeaders(v map[string]*string) *GetGatewayRouteResponse
- func (s *GetGatewayRouteResponse) SetStatusCode(v int32) *GetGatewayRouteResponse
- func (s GetGatewayRouteResponse) String() string
- type GetGatewayRouteResponseBody
- func (s GetGatewayRouteResponseBody) GoString() string
- func (s *GetGatewayRouteResponseBody) SetCode(v string) *GetGatewayRouteResponseBody
- func (s *GetGatewayRouteResponseBody) SetData(v *GetGatewayRouteResponseBodyData) *GetGatewayRouteResponseBody
- func (s *GetGatewayRouteResponseBody) SetMessage(v string) *GetGatewayRouteResponseBody
- func (s *GetGatewayRouteResponseBody) SetRequestId(v string) *GetGatewayRouteResponseBody
- func (s GetGatewayRouteResponseBody) String() string
- type GetGatewayRouteResponseBodyData
- func (s GetGatewayRouteResponseBodyData) GoString() string
- func (s *GetGatewayRouteResponseBodyData) SetBackend(v *GatewayRouteBackend) *GetGatewayRouteResponseBodyData
- func (s *GetGatewayRouteResponseBodyData) SetCreateTimestamp(v int64) *GetGatewayRouteResponseBodyData
- func (s *GetGatewayRouteResponseBodyData) SetDescription(v string) *GetGatewayRouteResponseBodyData
- func (s *GetGatewayRouteResponseBodyData) SetDomainInfo(v *GatewayRouteDomainInfo) *GetGatewayRouteResponseBodyData
- func (s *GetGatewayRouteResponseBodyData) SetGatewayRouteId(v string) *GetGatewayRouteResponseBodyData
- func (s *GetGatewayRouteResponseBodyData) SetMatch(v *HttpRouteMatch) *GetGatewayRouteResponseBodyData
- func (s *GetGatewayRouteResponseBodyData) SetName(v string) *GetGatewayRouteResponseBodyData
- func (s *GetGatewayRouteResponseBodyData) SetStatus(v string) *GetGatewayRouteResponseBodyData
- func (s *GetGatewayRouteResponseBodyData) SetUpdateTimestamp(v int64) *GetGatewayRouteResponseBodyData
- func (s GetGatewayRouteResponseBodyData) String() string
- type GetGatewayServiceResponse
- func (s GetGatewayServiceResponse) GoString() string
- func (s *GetGatewayServiceResponse) SetBody(v *GetGatewayServiceResponseBody) *GetGatewayServiceResponse
- func (s *GetGatewayServiceResponse) SetHeaders(v map[string]*string) *GetGatewayServiceResponse
- func (s *GetGatewayServiceResponse) SetStatusCode(v int32) *GetGatewayServiceResponse
- func (s GetGatewayServiceResponse) String() string
- type GetGatewayServiceResponseBody
- func (s GetGatewayServiceResponseBody) GoString() string
- func (s *GetGatewayServiceResponseBody) SetCode(v string) *GetGatewayServiceResponseBody
- func (s *GetGatewayServiceResponseBody) SetData(v *GatewayService) *GetGatewayServiceResponseBody
- func (s *GetGatewayServiceResponseBody) SetMessage(v string) *GetGatewayServiceResponseBody
- func (s *GetGatewayServiceResponseBody) SetRequestId(v string) *GetGatewayServiceResponseBody
- func (s GetGatewayServiceResponseBody) String() string
- type GetHttpApiOperationResponse
- func (s GetHttpApiOperationResponse) GoString() string
- func (s *GetHttpApiOperationResponse) SetBody(v *GetHttpApiOperationResponseBody) *GetHttpApiOperationResponse
- func (s *GetHttpApiOperationResponse) SetHeaders(v map[string]*string) *GetHttpApiOperationResponse
- func (s *GetHttpApiOperationResponse) SetStatusCode(v int32) *GetHttpApiOperationResponse
- func (s GetHttpApiOperationResponse) String() string
- type GetHttpApiOperationResponseBody
- func (s GetHttpApiOperationResponseBody) GoString() string
- func (s *GetHttpApiOperationResponseBody) SetCode(v string) *GetHttpApiOperationResponseBody
- func (s *GetHttpApiOperationResponseBody) SetData(v *HttpApiOperationInfo) *GetHttpApiOperationResponseBody
- func (s *GetHttpApiOperationResponseBody) SetMessage(v string) *GetHttpApiOperationResponseBody
- func (s *GetHttpApiOperationResponseBody) SetRequestId(v string) *GetHttpApiOperationResponseBody
- func (s GetHttpApiOperationResponseBody) String() string
- type GetHttpApiResponse
- func (s GetHttpApiResponse) GoString() string
- func (s *GetHttpApiResponse) SetBody(v *GetHttpApiResponseBody) *GetHttpApiResponse
- func (s *GetHttpApiResponse) SetHeaders(v map[string]*string) *GetHttpApiResponse
- func (s *GetHttpApiResponse) SetStatusCode(v int32) *GetHttpApiResponse
- func (s GetHttpApiResponse) String() string
- type GetHttpApiResponseBody
- func (s GetHttpApiResponseBody) GoString() string
- func (s *GetHttpApiResponseBody) SetCode(v string) *GetHttpApiResponseBody
- func (s *GetHttpApiResponseBody) SetData(v *HttpApiApiInfo) *GetHttpApiResponseBody
- func (s *GetHttpApiResponseBody) SetMessage(v string) *GetHttpApiResponseBody
- func (s *GetHttpApiResponseBody) SetRequestId(v string) *GetHttpApiResponseBody
- func (s GetHttpApiResponseBody) String() string
- type HttpApiApiInfo
- func (s HttpApiApiInfo) GoString() string
- func (s *HttpApiApiInfo) SetBasePath(v string) *HttpApiApiInfo
- func (s *HttpApiApiInfo) SetDescription(v string) *HttpApiApiInfo
- func (s *HttpApiApiInfo) SetEnvironments(v []*HttpApiApiInfoEnvironments) *HttpApiApiInfo
- func (s *HttpApiApiInfo) SetHttpApiId(v string) *HttpApiApiInfo
- func (s *HttpApiApiInfo) SetName(v string) *HttpApiApiInfo
- func (s *HttpApiApiInfo) SetProtocols(v []*string) *HttpApiApiInfo
- func (s *HttpApiApiInfo) SetVersionInfo(v *HttpApiVersionInfo) *HttpApiApiInfo
- func (s HttpApiApiInfo) String() string
- type HttpApiApiInfoEnvironments
- func (s HttpApiApiInfoEnvironments) GoString() string
- func (s *HttpApiApiInfoEnvironments) SetAlias(v string) *HttpApiApiInfoEnvironments
- func (s *HttpApiApiInfoEnvironments) SetBackendScene(v string) *HttpApiApiInfoEnvironments
- func (s *HttpApiApiInfoEnvironments) SetBackendType(v string) *HttpApiApiInfoEnvironments
- func (s *HttpApiApiInfoEnvironments) SetCloudProductConfig(v *HttpApiApiInfoEnvironmentsCloudProductConfig) *HttpApiApiInfoEnvironments
- func (s *HttpApiApiInfoEnvironments) SetCustomDomains(v []*HttpApiDomainInfo) *HttpApiApiInfoEnvironments
- func (s *HttpApiApiInfoEnvironments) SetDnsConfigs(v []*HttpApiApiInfoEnvironmentsDnsConfigs) *HttpApiApiInfoEnvironments
- func (s *HttpApiApiInfoEnvironments) SetEnvironmentId(v string) *HttpApiApiInfoEnvironments
- func (s *HttpApiApiInfoEnvironments) SetGatewayInfo(v *HttpApiApiInfoEnvironmentsGatewayInfo) *HttpApiApiInfoEnvironments
- func (s *HttpApiApiInfoEnvironments) SetName(v string) *HttpApiApiInfoEnvironments
- func (s *HttpApiApiInfoEnvironments) SetPublishStatus(v string) *HttpApiApiInfoEnvironments
- func (s *HttpApiApiInfoEnvironments) SetServiceConfigs(v []*HttpApiApiInfoEnvironmentsServiceConfigs) *HttpApiApiInfoEnvironments
- func (s *HttpApiApiInfoEnvironments) SetVipConfigs(v []*HttpApiApiInfoEnvironmentsVipConfigs) *HttpApiApiInfoEnvironments
- func (s HttpApiApiInfoEnvironments) String() string
- type HttpApiApiInfoEnvironmentsCloudProductConfig
- func (s HttpApiApiInfoEnvironmentsCloudProductConfig) GoString() string
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfig) SetCloudProductType(v string) *HttpApiApiInfoEnvironmentsCloudProductConfig
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfig) SetContainerServiceConfigs(v []*HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) *HttpApiApiInfoEnvironmentsCloudProductConfig
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfig) SetFunctionConfigs(v []*HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) *HttpApiApiInfoEnvironmentsCloudProductConfig
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfig) SetMseNacosConfigs(v []*HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) *HttpApiApiInfoEnvironmentsCloudProductConfig
- func (s HttpApiApiInfoEnvironmentsCloudProductConfig) String() string
- type HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs
- func (s HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) GoString() string
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) SetGatewayServiceId(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) SetName(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) SetNamespace(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) SetPort(v int32) *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) SetProtocol(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) SetWeight(v int32) *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs
- func (s HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) String() string
- type HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs
- func (s HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) GoString() string
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) SetGatewayServiceId(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) SetName(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) SetQualifier(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) SetWeight(v int32) *HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs
- func (s HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) String() string
- type HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs
- func (s HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) GoString() string
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) SetGatewayServiceId(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) SetGroupName(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) SetName(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) SetNamespace(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs
- func (s *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) SetWeight(v int32) *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs
- func (s HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) String() string
- type HttpApiApiInfoEnvironmentsDnsConfigs
- func (s HttpApiApiInfoEnvironmentsDnsConfigs) GoString() string
- func (s *HttpApiApiInfoEnvironmentsDnsConfigs) SetDnsList(v []*string) *HttpApiApiInfoEnvironmentsDnsConfigs
- func (s *HttpApiApiInfoEnvironmentsDnsConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiApiInfoEnvironmentsDnsConfigs
- func (s *HttpApiApiInfoEnvironmentsDnsConfigs) SetWeight(v int32) *HttpApiApiInfoEnvironmentsDnsConfigs
- func (s HttpApiApiInfoEnvironmentsDnsConfigs) String() string
- type HttpApiApiInfoEnvironmentsGatewayInfo
- func (s HttpApiApiInfoEnvironmentsGatewayInfo) GoString() string
- func (s *HttpApiApiInfoEnvironmentsGatewayInfo) SetGatewayId(v string) *HttpApiApiInfoEnvironmentsGatewayInfo
- func (s *HttpApiApiInfoEnvironmentsGatewayInfo) SetName(v string) *HttpApiApiInfoEnvironmentsGatewayInfo
- func (s HttpApiApiInfoEnvironmentsGatewayInfo) String() string
- type HttpApiApiInfoEnvironmentsServiceConfigs
- func (s HttpApiApiInfoEnvironmentsServiceConfigs) GoString() string
- func (s *HttpApiApiInfoEnvironmentsServiceConfigs) SetGatewayServiceId(v string) *HttpApiApiInfoEnvironmentsServiceConfigs
- func (s *HttpApiApiInfoEnvironmentsServiceConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiApiInfoEnvironmentsServiceConfigs
- func (s *HttpApiApiInfoEnvironmentsServiceConfigs) SetName(v string) *HttpApiApiInfoEnvironmentsServiceConfigs
- func (s *HttpApiApiInfoEnvironmentsServiceConfigs) SetPort(v string) *HttpApiApiInfoEnvironmentsServiceConfigs
- func (s *HttpApiApiInfoEnvironmentsServiceConfigs) SetProtocol(v string) *HttpApiApiInfoEnvironmentsServiceConfigs
- func (s *HttpApiApiInfoEnvironmentsServiceConfigs) SetVersion(v string) *HttpApiApiInfoEnvironmentsServiceConfigs
- func (s *HttpApiApiInfoEnvironmentsServiceConfigs) SetWeight(v int32) *HttpApiApiInfoEnvironmentsServiceConfigs
- func (s HttpApiApiInfoEnvironmentsServiceConfigs) String() string
- type HttpApiApiInfoEnvironmentsVipConfigs
- func (s HttpApiApiInfoEnvironmentsVipConfigs) GoString() string
- func (s *HttpApiApiInfoEnvironmentsVipConfigs) SetEndpoints(v []*string) *HttpApiApiInfoEnvironmentsVipConfigs
- func (s *HttpApiApiInfoEnvironmentsVipConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiApiInfoEnvironmentsVipConfigs
- func (s *HttpApiApiInfoEnvironmentsVipConfigs) SetWeight(v int32) *HttpApiApiInfoEnvironmentsVipConfigs
- func (s HttpApiApiInfoEnvironmentsVipConfigs) String() string
- type HttpApiBackendMatchCondition
- func (s HttpApiBackendMatchCondition) GoString() string
- func (s *HttpApiBackendMatchCondition) SetKey(v string) *HttpApiBackendMatchCondition
- func (s *HttpApiBackendMatchCondition) SetOperator(v string) *HttpApiBackendMatchCondition
- func (s *HttpApiBackendMatchCondition) SetType(v string) *HttpApiBackendMatchCondition
- func (s *HttpApiBackendMatchCondition) SetValue(v string) *HttpApiBackendMatchCondition
- func (s HttpApiBackendMatchCondition) String() string
- type HttpApiBackendMatchConditions
- func (s HttpApiBackendMatchConditions) GoString() string
- func (s *HttpApiBackendMatchConditions) SetConditions(v []*HttpApiBackendMatchCondition) *HttpApiBackendMatchConditions
- func (s *HttpApiBackendMatchConditions) SetDefault(v bool) *HttpApiBackendMatchConditions
- func (s HttpApiBackendMatchConditions) String() string
- type HttpApiDomainInfo
- type HttpApiInfoByName
- func (s HttpApiInfoByName) GoString() string
- func (s *HttpApiInfoByName) SetName(v string) *HttpApiInfoByName
- func (s *HttpApiInfoByName) SetVersionEnabled(v bool) *HttpApiInfoByName
- func (s *HttpApiInfoByName) SetVersionedHttpApis(v []*HttpApiApiInfo) *HttpApiInfoByName
- func (s HttpApiInfoByName) String() string
- type HttpApiMockContract
- func (s HttpApiMockContract) GoString() string
- func (s *HttpApiMockContract) SetEnable(v bool) *HttpApiMockContract
- func (s *HttpApiMockContract) SetResponseCode(v int32) *HttpApiMockContract
- func (s *HttpApiMockContract) SetResponseContent(v string) *HttpApiMockContract
- func (s HttpApiMockContract) String() string
- type HttpApiOperation
- func (s HttpApiOperation) GoString() string
- func (s *HttpApiOperation) SetDescription(v string) *HttpApiOperation
- func (s *HttpApiOperation) SetMethod(v string) *HttpApiOperation
- func (s *HttpApiOperation) SetMock(v *HttpApiMockContract) *HttpApiOperation
- func (s *HttpApiOperation) SetName(v string) *HttpApiOperation
- func (s *HttpApiOperation) SetPath(v string) *HttpApiOperation
- func (s *HttpApiOperation) SetRequest(v *HttpApiRequestContract) *HttpApiOperation
- func (s *HttpApiOperation) SetResponse(v *HttpApiResponseContract) *HttpApiOperation
- func (s HttpApiOperation) String() string
- type HttpApiOperationInfo
- func (s HttpApiOperationInfo) GoString() string
- func (s *HttpApiOperationInfo) SetCreateTimestamp(v int64) *HttpApiOperationInfo
- func (s *HttpApiOperationInfo) SetDescription(v string) *HttpApiOperationInfo
- func (s *HttpApiOperationInfo) SetMethod(v string) *HttpApiOperationInfo
- func (s *HttpApiOperationInfo) SetMock(v *HttpApiMockContract) *HttpApiOperationInfo
- func (s *HttpApiOperationInfo) SetName(v string) *HttpApiOperationInfo
- func (s *HttpApiOperationInfo) SetOperationId(v string) *HttpApiOperationInfo
- func (s *HttpApiOperationInfo) SetPath(v string) *HttpApiOperationInfo
- func (s *HttpApiOperationInfo) SetRequest(v *HttpApiRequestContract) *HttpApiOperationInfo
- func (s *HttpApiOperationInfo) SetResponse(v *HttpApiResponseContract) *HttpApiOperationInfo
- func (s HttpApiOperationInfo) String() string
- type HttpApiParameter
- func (s HttpApiParameter) GoString() string
- func (s *HttpApiParameter) SetDefaultValue(v string) *HttpApiParameter
- func (s *HttpApiParameter) SetDescription(v string) *HttpApiParameter
- func (s *HttpApiParameter) SetExampleValue(v string) *HttpApiParameter
- func (s *HttpApiParameter) SetName(v string) *HttpApiParameter
- func (s *HttpApiParameter) SetRequired(v bool) *HttpApiParameter
- func (s *HttpApiParameter) SetType(v string) *HttpApiParameter
- func (s HttpApiParameter) String() string
- type HttpApiPublishRevisionInfo
- func (s HttpApiPublishRevisionInfo) GoString() string
- func (s *HttpApiPublishRevisionInfo) SetBackendScene(v string) *HttpApiPublishRevisionInfo
- func (s *HttpApiPublishRevisionInfo) SetBackendType(v string) *HttpApiPublishRevisionInfo
- func (s *HttpApiPublishRevisionInfo) SetCloudProductConfig(v *HttpApiPublishRevisionInfoCloudProductConfig) *HttpApiPublishRevisionInfo
- func (s *HttpApiPublishRevisionInfo) SetCreateTimestamp(v int64) *HttpApiPublishRevisionInfo
- func (s *HttpApiPublishRevisionInfo) SetCustomDomains(v []*HttpApiDomainInfo) *HttpApiPublishRevisionInfo
- func (s *HttpApiPublishRevisionInfo) SetDnsConfigs(v []*HttpApiPublishRevisionInfoDnsConfigs) *HttpApiPublishRevisionInfo
- func (s *HttpApiPublishRevisionInfo) SetEnvironmentInfo(v *HttpApiPublishRevisionInfoEnvironmentInfo) *HttpApiPublishRevisionInfo
- func (s *HttpApiPublishRevisionInfo) SetIsCurrentVersion(v bool) *HttpApiPublishRevisionInfo
- func (s *HttpApiPublishRevisionInfo) SetOperations(v []*HttpApiOperationInfo) *HttpApiPublishRevisionInfo
- func (s *HttpApiPublishRevisionInfo) SetRevisionId(v string) *HttpApiPublishRevisionInfo
- func (s *HttpApiPublishRevisionInfo) SetServiceConfigs(v []*HttpApiPublishRevisionInfoServiceConfigs) *HttpApiPublishRevisionInfo
- func (s *HttpApiPublishRevisionInfo) SetSubDomains(v []*HttpApiDomainInfo) *HttpApiPublishRevisionInfo
- func (s *HttpApiPublishRevisionInfo) SetVipConfigs(v []*HttpApiPublishRevisionInfoVipConfigs) *HttpApiPublishRevisionInfo
- func (s HttpApiPublishRevisionInfo) String() string
- type HttpApiPublishRevisionInfoCloudProductConfig
- func (s HttpApiPublishRevisionInfoCloudProductConfig) GoString() string
- func (s *HttpApiPublishRevisionInfoCloudProductConfig) SetCloudProductType(v string) *HttpApiPublishRevisionInfoCloudProductConfig
- func (s *HttpApiPublishRevisionInfoCloudProductConfig) SetContainerServiceConfigs(v []*HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) *HttpApiPublishRevisionInfoCloudProductConfig
- func (s *HttpApiPublishRevisionInfoCloudProductConfig) SetFunctionConfigs(v []*HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) *HttpApiPublishRevisionInfoCloudProductConfig
- func (s *HttpApiPublishRevisionInfoCloudProductConfig) SetMseNacosConfigs(v []*HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) *HttpApiPublishRevisionInfoCloudProductConfig
- func (s HttpApiPublishRevisionInfoCloudProductConfig) String() string
- type HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs
- func (s HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) GoString() string
- func (s *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) SetGatewayServiceId(v string) *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) SetName(v string) *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) SetNamespace(v string) *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) SetPort(v int32) *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) SetProtocol(v string) *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) SetWeight(v string) *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs
- func (s HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) String() string
- type HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs
- func (s HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) GoString() string
- func (s *HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) SetGatewayServiceId(v string) *HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) SetName(v string) *HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) SetQualifier(v string) *HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) SetWeight(v int32) *HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs
- func (s HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) String() string
- type HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs
- func (s HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) GoString() string
- func (s *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) SetGatewayServiceId(v string) *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) SetGroupName(v string) *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) SetName(v string) *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) SetNamespace(v string) *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs
- func (s *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) SetWeight(v int32) *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs
- func (s HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) String() string
- type HttpApiPublishRevisionInfoDnsConfigs
- func (s HttpApiPublishRevisionInfoDnsConfigs) GoString() string
- func (s *HttpApiPublishRevisionInfoDnsConfigs) SetDnsList(v []*string) *HttpApiPublishRevisionInfoDnsConfigs
- func (s *HttpApiPublishRevisionInfoDnsConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiPublishRevisionInfoDnsConfigs
- func (s *HttpApiPublishRevisionInfoDnsConfigs) SetWeight(v int32) *HttpApiPublishRevisionInfoDnsConfigs
- func (s HttpApiPublishRevisionInfoDnsConfigs) String() string
- type HttpApiPublishRevisionInfoEnvironmentInfo
- func (s HttpApiPublishRevisionInfoEnvironmentInfo) GoString() string
- func (s *HttpApiPublishRevisionInfoEnvironmentInfo) SetAlias(v string) *HttpApiPublishRevisionInfoEnvironmentInfo
- func (s *HttpApiPublishRevisionInfoEnvironmentInfo) SetEnvironmentId(v string) *HttpApiPublishRevisionInfoEnvironmentInfo
- func (s *HttpApiPublishRevisionInfoEnvironmentInfo) SetGatewayInfo(v *HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo) *HttpApiPublishRevisionInfoEnvironmentInfo
- func (s *HttpApiPublishRevisionInfoEnvironmentInfo) SetName(v string) *HttpApiPublishRevisionInfoEnvironmentInfo
- func (s HttpApiPublishRevisionInfoEnvironmentInfo) String() string
- type HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo
- func (s HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo) GoString() string
- func (s *HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo) SetGatewayId(v string) *HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo
- func (s *HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo) SetName(v string) *HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo
- func (s HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo) String() string
- type HttpApiPublishRevisionInfoServiceConfigs
- func (s HttpApiPublishRevisionInfoServiceConfigs) GoString() string
- func (s *HttpApiPublishRevisionInfoServiceConfigs) SetGatewayServiceId(v string) *HttpApiPublishRevisionInfoServiceConfigs
- func (s *HttpApiPublishRevisionInfoServiceConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiPublishRevisionInfoServiceConfigs
- func (s *HttpApiPublishRevisionInfoServiceConfigs) SetPort(v int32) *HttpApiPublishRevisionInfoServiceConfigs
- func (s *HttpApiPublishRevisionInfoServiceConfigs) SetProtocol(v string) *HttpApiPublishRevisionInfoServiceConfigs
- func (s *HttpApiPublishRevisionInfoServiceConfigs) SetVersion(v string) *HttpApiPublishRevisionInfoServiceConfigs
- func (s *HttpApiPublishRevisionInfoServiceConfigs) SetWeight(v int32) *HttpApiPublishRevisionInfoServiceConfigs
- func (s HttpApiPublishRevisionInfoServiceConfigs) String() string
- type HttpApiPublishRevisionInfoVipConfigs
- func (s HttpApiPublishRevisionInfoVipConfigs) GoString() string
- func (s *HttpApiPublishRevisionInfoVipConfigs) SetEndpoints(v []*string) *HttpApiPublishRevisionInfoVipConfigs
- func (s *HttpApiPublishRevisionInfoVipConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiPublishRevisionInfoVipConfigs
- func (s *HttpApiPublishRevisionInfoVipConfigs) SetWeight(v int32) *HttpApiPublishRevisionInfoVipConfigs
- func (s HttpApiPublishRevisionInfoVipConfigs) String() string
- type HttpApiRequestContract
- func (s HttpApiRequestContract) GoString() string
- func (s *HttpApiRequestContract) SetBody(v *HttpApiRequestContractBody) *HttpApiRequestContract
- func (s *HttpApiRequestContract) SetHeaderParameters(v []*HttpApiParameter) *HttpApiRequestContract
- func (s *HttpApiRequestContract) SetPathParameters(v []*HttpApiParameter) *HttpApiRequestContract
- func (s *HttpApiRequestContract) SetQueryParameters(v []*HttpApiParameter) *HttpApiRequestContract
- func (s HttpApiRequestContract) String() string
- type HttpApiRequestContractBody
- func (s HttpApiRequestContractBody) GoString() string
- func (s *HttpApiRequestContractBody) SetContentType(v string) *HttpApiRequestContractBody
- func (s *HttpApiRequestContractBody) SetDescription(v string) *HttpApiRequestContractBody
- func (s *HttpApiRequestContractBody) SetExample(v string) *HttpApiRequestContractBody
- func (s *HttpApiRequestContractBody) SetJsonSchema(v string) *HttpApiRequestContractBody
- func (s HttpApiRequestContractBody) String() string
- type HttpApiResponseContract
- type HttpApiResponseContractItems
- func (s HttpApiResponseContractItems) GoString() string
- func (s *HttpApiResponseContractItems) SetCode(v int32) *HttpApiResponseContractItems
- func (s *HttpApiResponseContractItems) SetDescription(v string) *HttpApiResponseContractItems
- func (s *HttpApiResponseContractItems) SetExample(v string) *HttpApiResponseContractItems
- func (s *HttpApiResponseContractItems) SetJsonSchema(v string) *HttpApiResponseContractItems
- func (s HttpApiResponseContractItems) String() string
- type HttpApiVersionConfig
- func (s HttpApiVersionConfig) GoString() string
- func (s *HttpApiVersionConfig) SetEnable(v bool) *HttpApiVersionConfig
- func (s *HttpApiVersionConfig) SetHeaderName(v string) *HttpApiVersionConfig
- func (s *HttpApiVersionConfig) SetQueryName(v string) *HttpApiVersionConfig
- func (s *HttpApiVersionConfig) SetScheme(v string) *HttpApiVersionConfig
- func (s *HttpApiVersionConfig) SetVersion(v string) *HttpApiVersionConfig
- func (s HttpApiVersionConfig) String() string
- type HttpApiVersionInfo
- func (s HttpApiVersionInfo) GoString() string
- func (s *HttpApiVersionInfo) SetEnable(v bool) *HttpApiVersionInfo
- func (s *HttpApiVersionInfo) SetHeaderName(v string) *HttpApiVersionInfo
- func (s *HttpApiVersionInfo) SetQueryName(v string) *HttpApiVersionInfo
- func (s *HttpApiVersionInfo) SetScheme(v string) *HttpApiVersionInfo
- func (s *HttpApiVersionInfo) SetVersion(v string) *HttpApiVersionInfo
- func (s HttpApiVersionInfo) String() string
- type HttpDubboTranscoder
- func (s HttpDubboTranscoder) GoString() string
- func (s *HttpDubboTranscoder) SetDubboServiceGroup(v string) *HttpDubboTranscoder
- func (s *HttpDubboTranscoder) SetDubboServiceName(v string) *HttpDubboTranscoder
- func (s *HttpDubboTranscoder) SetDubboServiceVersion(v string) *HttpDubboTranscoder
- func (s *HttpDubboTranscoder) SetMothedMapList(v []*HttpDubboTranscoderMothedMapList) *HttpDubboTranscoder
- func (s HttpDubboTranscoder) String() string
- type HttpDubboTranscoderMothedMapList
- func (s HttpDubboTranscoderMothedMapList) GoString() string
- func (s *HttpDubboTranscoderMothedMapList) SetDubboMothedName(v string) *HttpDubboTranscoderMothedMapList
- func (s *HttpDubboTranscoderMothedMapList) SetHttpMothed(v string) *HttpDubboTranscoderMothedMapList
- func (s *HttpDubboTranscoderMothedMapList) SetMothedpath(v string) *HttpDubboTranscoderMothedMapList
- func (s *HttpDubboTranscoderMothedMapList) SetParamMapsList(v []*HttpDubboTranscoderMothedMapListParamMapsList) *HttpDubboTranscoderMothedMapList
- func (s *HttpDubboTranscoderMothedMapList) SetPassThroughAllHeaders(v string) *HttpDubboTranscoderMothedMapList
- func (s *HttpDubboTranscoderMothedMapList) SetPassThroughList(v []*string) *HttpDubboTranscoderMothedMapList
- func (s HttpDubboTranscoderMothedMapList) String() string
- type HttpDubboTranscoderMothedMapListParamMapsList
- func (s HttpDubboTranscoderMothedMapListParamMapsList) GoString() string
- func (s *HttpDubboTranscoderMothedMapListParamMapsList) SetExtractKey(v string) *HttpDubboTranscoderMothedMapListParamMapsList
- func (s *HttpDubboTranscoderMothedMapListParamMapsList) SetExtractKeySpec(v string) *HttpDubboTranscoderMothedMapListParamMapsList
- func (s *HttpDubboTranscoderMothedMapListParamMapsList) SetMappingType(v string) *HttpDubboTranscoderMothedMapListParamMapsList
- func (s HttpDubboTranscoderMothedMapListParamMapsList) String() string
- type HttpRouteMatch
- func (s HttpRouteMatch) GoString() string
- func (s *HttpRouteMatch) SetHeaders(v []*HttpRouteMatchHeaders) *HttpRouteMatch
- func (s *HttpRouteMatch) SetIgnoreUriCase(v bool) *HttpRouteMatch
- func (s *HttpRouteMatch) SetMethods(v []*string) *HttpRouteMatch
- func (s *HttpRouteMatch) SetPath(v *HttpRouteMatchPath) *HttpRouteMatch
- func (s *HttpRouteMatch) SetQueryParams(v []*HttpRouteMatchQueryParams) *HttpRouteMatch
- func (s HttpRouteMatch) String() string
- type HttpRouteMatchHeaders
- func (s HttpRouteMatchHeaders) GoString() string
- func (s *HttpRouteMatchHeaders) SetName(v string) *HttpRouteMatchHeaders
- func (s *HttpRouteMatchHeaders) SetType(v string) *HttpRouteMatchHeaders
- func (s *HttpRouteMatchHeaders) SetValue(v string) *HttpRouteMatchHeaders
- func (s HttpRouteMatchHeaders) String() string
- type HttpRouteMatchPath
- type HttpRouteMatchQueryParams
- func (s HttpRouteMatchQueryParams) GoString() string
- func (s *HttpRouteMatchQueryParams) SetName(v string) *HttpRouteMatchQueryParams
- func (s *HttpRouteMatchQueryParams) SetType(v string) *HttpRouteMatchQueryParams
- func (s *HttpRouteMatchQueryParams) SetValue(v string) *HttpRouteMatchQueryParams
- func (s HttpRouteMatchQueryParams) String() string
- type ListDomainsRequest
- func (s ListDomainsRequest) GoString() string
- func (s *ListDomainsRequest) SetGatewayId(v string) *ListDomainsRequest
- func (s *ListDomainsRequest) SetNameLike(v string) *ListDomainsRequest
- func (s *ListDomainsRequest) SetPageNumber(v int32) *ListDomainsRequest
- func (s *ListDomainsRequest) SetPageSize(v int32) *ListDomainsRequest
- func (s ListDomainsRequest) String() string
- type ListDomainsResponse
- func (s ListDomainsResponse) GoString() string
- func (s *ListDomainsResponse) SetBody(v *ListDomainsResponseBody) *ListDomainsResponse
- func (s *ListDomainsResponse) SetHeaders(v map[string]*string) *ListDomainsResponse
- func (s *ListDomainsResponse) SetStatusCode(v int32) *ListDomainsResponse
- func (s ListDomainsResponse) String() string
- type ListDomainsResponseBody
- func (s ListDomainsResponseBody) GoString() string
- func (s *ListDomainsResponseBody) SetCode(v string) *ListDomainsResponseBody
- func (s *ListDomainsResponseBody) SetData(v *ListDomainsResponseBodyData) *ListDomainsResponseBody
- func (s *ListDomainsResponseBody) SetMessage(v string) *ListDomainsResponseBody
- func (s *ListDomainsResponseBody) SetRequestId(v string) *ListDomainsResponseBody
- func (s ListDomainsResponseBody) String() string
- type ListDomainsResponseBodyData
- func (s ListDomainsResponseBodyData) GoString() string
- func (s *ListDomainsResponseBodyData) SetItems(v []*DomainInfo) *ListDomainsResponseBodyData
- func (s *ListDomainsResponseBodyData) SetPageNumber(v int32) *ListDomainsResponseBodyData
- func (s *ListDomainsResponseBodyData) SetPageSize(v int32) *ListDomainsResponseBodyData
- func (s *ListDomainsResponseBodyData) SetTotalSize(v int32) *ListDomainsResponseBodyData
- func (s ListDomainsResponseBodyData) String() string
- type ListEnvironmentsRequest
- func (s ListEnvironmentsRequest) GoString() string
- func (s *ListEnvironmentsRequest) SetAliasLike(v string) *ListEnvironmentsRequest
- func (s *ListEnvironmentsRequest) SetGatewayId(v string) *ListEnvironmentsRequest
- func (s *ListEnvironmentsRequest) SetGatewayNameLike(v string) *ListEnvironmentsRequest
- func (s *ListEnvironmentsRequest) SetNameLike(v string) *ListEnvironmentsRequest
- func (s *ListEnvironmentsRequest) SetPageNumber(v int32) *ListEnvironmentsRequest
- func (s *ListEnvironmentsRequest) SetPageSize(v int32) *ListEnvironmentsRequest
- func (s ListEnvironmentsRequest) String() string
- type ListEnvironmentsResponse
- func (s ListEnvironmentsResponse) GoString() string
- func (s *ListEnvironmentsResponse) SetBody(v *ListEnvironmentsResponseBody) *ListEnvironmentsResponse
- func (s *ListEnvironmentsResponse) SetHeaders(v map[string]*string) *ListEnvironmentsResponse
- func (s *ListEnvironmentsResponse) SetStatusCode(v int32) *ListEnvironmentsResponse
- func (s ListEnvironmentsResponse) String() string
- type ListEnvironmentsResponseBody
- func (s ListEnvironmentsResponseBody) GoString() string
- func (s *ListEnvironmentsResponseBody) SetCode(v string) *ListEnvironmentsResponseBody
- func (s *ListEnvironmentsResponseBody) SetData(v *ListEnvironmentsResponseBodyData) *ListEnvironmentsResponseBody
- func (s *ListEnvironmentsResponseBody) SetMessage(v string) *ListEnvironmentsResponseBody
- func (s *ListEnvironmentsResponseBody) SetRequestId(v string) *ListEnvironmentsResponseBody
- func (s ListEnvironmentsResponseBody) String() string
- type ListEnvironmentsResponseBodyData
- func (s ListEnvironmentsResponseBodyData) GoString() string
- func (s *ListEnvironmentsResponseBodyData) SetItems(v []*EnvironmentInfo) *ListEnvironmentsResponseBodyData
- func (s *ListEnvironmentsResponseBodyData) SetPageNumber(v int32) *ListEnvironmentsResponseBodyData
- func (s *ListEnvironmentsResponseBodyData) SetPageSize(v int32) *ListEnvironmentsResponseBodyData
- func (s *ListEnvironmentsResponseBodyData) SetTotalSize(v int32) *ListEnvironmentsResponseBodyData
- func (s ListEnvironmentsResponseBodyData) String() string
- type ListGatewayRoutesRequest
- func (s ListGatewayRoutesRequest) GoString() string
- func (s *ListGatewayRoutesRequest) SetKeyword(v string) *ListGatewayRoutesRequest
- func (s *ListGatewayRoutesRequest) SetName(v string) *ListGatewayRoutesRequest
- func (s *ListGatewayRoutesRequest) SetPageNumber(v int32) *ListGatewayRoutesRequest
- func (s *ListGatewayRoutesRequest) SetPageSize(v int32) *ListGatewayRoutesRequest
- func (s *ListGatewayRoutesRequest) SetPath(v string) *ListGatewayRoutesRequest
- func (s *ListGatewayRoutesRequest) SetStatus(v string) *ListGatewayRoutesRequest
- func (s ListGatewayRoutesRequest) String() string
- type ListGatewayRoutesResponse
- func (s ListGatewayRoutesResponse) GoString() string
- func (s *ListGatewayRoutesResponse) SetBody(v *ListGatewayRoutesResponseBody) *ListGatewayRoutesResponse
- func (s *ListGatewayRoutesResponse) SetHeaders(v map[string]*string) *ListGatewayRoutesResponse
- func (s *ListGatewayRoutesResponse) SetStatusCode(v int32) *ListGatewayRoutesResponse
- func (s ListGatewayRoutesResponse) String() string
- type ListGatewayRoutesResponseBody
- func (s ListGatewayRoutesResponseBody) GoString() string
- func (s *ListGatewayRoutesResponseBody) SetCode(v string) *ListGatewayRoutesResponseBody
- func (s *ListGatewayRoutesResponseBody) SetData(v *ListGatewayRoutesResponseBodyData) *ListGatewayRoutesResponseBody
- func (s *ListGatewayRoutesResponseBody) SetMessage(v string) *ListGatewayRoutesResponseBody
- func (s *ListGatewayRoutesResponseBody) SetRequestId(v string) *ListGatewayRoutesResponseBody
- func (s ListGatewayRoutesResponseBody) String() string
- type ListGatewayRoutesResponseBodyData
- func (s ListGatewayRoutesResponseBodyData) GoString() string
- func (s *ListGatewayRoutesResponseBodyData) SetItems(v []*ListGatewayRoutesResponseBodyDataItems) *ListGatewayRoutesResponseBodyData
- func (s *ListGatewayRoutesResponseBodyData) SetPageNumber(v int32) *ListGatewayRoutesResponseBodyData
- func (s *ListGatewayRoutesResponseBodyData) SetPageSize(v int32) *ListGatewayRoutesResponseBodyData
- func (s *ListGatewayRoutesResponseBodyData) SetTotalSize(v int32) *ListGatewayRoutesResponseBodyData
- func (s ListGatewayRoutesResponseBodyData) String() string
- type ListGatewayRoutesResponseBodyDataItems
- func (s ListGatewayRoutesResponseBodyDataItems) GoString() string
- func (s *ListGatewayRoutesResponseBodyDataItems) SetBackend(v *GatewayRouteBackend) *ListGatewayRoutesResponseBodyDataItems
- func (s *ListGatewayRoutesResponseBodyDataItems) SetCreateTimestamp(v int64) *ListGatewayRoutesResponseBodyDataItems
- func (s *ListGatewayRoutesResponseBodyDataItems) SetDescription(v string) *ListGatewayRoutesResponseBodyDataItems
- func (s *ListGatewayRoutesResponseBodyDataItems) SetDomainInfo(v *GatewayRouteDomainInfo) *ListGatewayRoutesResponseBodyDataItems
- func (s *ListGatewayRoutesResponseBodyDataItems) SetGatewayRouteId(v string) *ListGatewayRoutesResponseBodyDataItems
- func (s *ListGatewayRoutesResponseBodyDataItems) SetMatch(v *HttpRouteMatch) *ListGatewayRoutesResponseBodyDataItems
- func (s *ListGatewayRoutesResponseBodyDataItems) SetName(v string) *ListGatewayRoutesResponseBodyDataItems
- func (s *ListGatewayRoutesResponseBodyDataItems) SetStatus(v string) *ListGatewayRoutesResponseBodyDataItems
- func (s *ListGatewayRoutesResponseBodyDataItems) SetUpdateTimestamp(v int64) *ListGatewayRoutesResponseBodyDataItems
- func (s ListGatewayRoutesResponseBodyDataItems) String() string
- type ListGatewayServicesRequest
- func (s ListGatewayServicesRequest) GoString() string
- func (s *ListGatewayServicesRequest) SetName(v string) *ListGatewayServicesRequest
- func (s *ListGatewayServicesRequest) SetPageNumber(v int32) *ListGatewayServicesRequest
- func (s *ListGatewayServicesRequest) SetPageSize(v int32) *ListGatewayServicesRequest
- func (s *ListGatewayServicesRequest) SetSourceType(v string) *ListGatewayServicesRequest
- func (s ListGatewayServicesRequest) String() string
- type ListGatewayServicesResponse
- func (s ListGatewayServicesResponse) GoString() string
- func (s *ListGatewayServicesResponse) SetBody(v *ListGatewayServicesResponseBody) *ListGatewayServicesResponse
- func (s *ListGatewayServicesResponse) SetHeaders(v map[string]*string) *ListGatewayServicesResponse
- func (s *ListGatewayServicesResponse) SetStatusCode(v int32) *ListGatewayServicesResponse
- func (s ListGatewayServicesResponse) String() string
- type ListGatewayServicesResponseBody
- func (s ListGatewayServicesResponseBody) GoString() string
- func (s *ListGatewayServicesResponseBody) SetCode(v string) *ListGatewayServicesResponseBody
- func (s *ListGatewayServicesResponseBody) SetData(v *ListGatewayServicesResponseBodyData) *ListGatewayServicesResponseBody
- func (s *ListGatewayServicesResponseBody) SetMessage(v string) *ListGatewayServicesResponseBody
- func (s *ListGatewayServicesResponseBody) SetRequestId(v string) *ListGatewayServicesResponseBody
- func (s ListGatewayServicesResponseBody) String() string
- type ListGatewayServicesResponseBodyData
- func (s ListGatewayServicesResponseBodyData) GoString() string
- func (s *ListGatewayServicesResponseBodyData) SetItems(v []*GatewayService) *ListGatewayServicesResponseBodyData
- func (s *ListGatewayServicesResponseBodyData) SetPageNumber(v int32) *ListGatewayServicesResponseBodyData
- func (s *ListGatewayServicesResponseBodyData) SetPageSize(v int32) *ListGatewayServicesResponseBodyData
- func (s *ListGatewayServicesResponseBodyData) SetTotalSize(v int64) *ListGatewayServicesResponseBodyData
- func (s ListGatewayServicesResponseBodyData) String() string
- type ListGatewaysRequest
- func (s ListGatewaysRequest) GoString() string
- func (s *ListGatewaysRequest) SetGatewayId(v string) *ListGatewaysRequest
- func (s *ListGatewaysRequest) SetKeyword(v string) *ListGatewaysRequest
- func (s *ListGatewaysRequest) SetName(v string) *ListGatewaysRequest
- func (s *ListGatewaysRequest) SetPageNumber(v int32) *ListGatewaysRequest
- func (s *ListGatewaysRequest) SetPageSize(v int32) *ListGatewaysRequest
- func (s ListGatewaysRequest) String() string
- type ListGatewaysResponse
- func (s ListGatewaysResponse) GoString() string
- func (s *ListGatewaysResponse) SetBody(v *ListGatewaysResponseBody) *ListGatewaysResponse
- func (s *ListGatewaysResponse) SetHeaders(v map[string]*string) *ListGatewaysResponse
- func (s *ListGatewaysResponse) SetStatusCode(v int32) *ListGatewaysResponse
- func (s ListGatewaysResponse) String() string
- type ListGatewaysResponseBody
- func (s ListGatewaysResponseBody) GoString() string
- func (s *ListGatewaysResponseBody) SetCode(v string) *ListGatewaysResponseBody
- func (s *ListGatewaysResponseBody) SetData(v *ListGatewaysResponseBodyData) *ListGatewaysResponseBody
- func (s *ListGatewaysResponseBody) SetMessage(v string) *ListGatewaysResponseBody
- func (s *ListGatewaysResponseBody) SetRequestId(v string) *ListGatewaysResponseBody
- func (s ListGatewaysResponseBody) String() string
- type ListGatewaysResponseBodyData
- func (s ListGatewaysResponseBodyData) GoString() string
- func (s *ListGatewaysResponseBodyData) SetItems(v []*ListGatewaysResponseBodyDataItems) *ListGatewaysResponseBodyData
- func (s *ListGatewaysResponseBodyData) SetPageNumber(v int32) *ListGatewaysResponseBodyData
- func (s *ListGatewaysResponseBodyData) SetPageSize(v int32) *ListGatewaysResponseBodyData
- func (s *ListGatewaysResponseBodyData) SetTotalSize(v int64) *ListGatewaysResponseBodyData
- func (s ListGatewaysResponseBodyData) String() string
- type ListGatewaysResponseBodyDataItems
- func (s ListGatewaysResponseBodyDataItems) GoString() string
- func (s *ListGatewaysResponseBodyDataItems) SetChargeType(v string) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetCreateFrom(v string) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetCreateTimestamp(v int64) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetExpireTimestamp(v int64) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetGatewayId(v string) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetLoadBalancers(v []*ListGatewaysResponseBodyDataItemsLoadBalancers) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetName(v string) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetReplicas(v string) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetSecurityGroup(v *ListGatewaysResponseBodyDataItemsSecurityGroup) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetSpec(v string) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetStatus(v string) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetTargetVersion(v string) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetUpdateTimestamp(v int64) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetVSwitch(v *ListGatewaysResponseBodyDataItemsVSwitch) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetVersion(v string) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetVpc(v *ListGatewaysResponseBodyDataItemsVpc) *ListGatewaysResponseBodyDataItems
- func (s *ListGatewaysResponseBodyDataItems) SetZones(v []*ListGatewaysResponseBodyDataItemsZones) *ListGatewaysResponseBodyDataItems
- func (s ListGatewaysResponseBodyDataItems) String() string
- type ListGatewaysResponseBodyDataItemsLoadBalancers
- func (s ListGatewaysResponseBodyDataItemsLoadBalancers) GoString() string
- func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetAddress(v string) *ListGatewaysResponseBodyDataItemsLoadBalancers
- func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetAddressIpVersion(v string) *ListGatewaysResponseBodyDataItemsLoadBalancers
- func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetAddressType(v string) *ListGatewaysResponseBodyDataItemsLoadBalancers
- func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetGatewayDefault(v bool) *ListGatewaysResponseBodyDataItemsLoadBalancers
- func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetLoadBalancerId(v string) *ListGatewaysResponseBodyDataItemsLoadBalancers
- func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetMode(v string) *ListGatewaysResponseBodyDataItemsLoadBalancers
- func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetPorts(v []*ListGatewaysResponseBodyDataItemsLoadBalancersPorts) *ListGatewaysResponseBodyDataItemsLoadBalancers
- func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetStatus(v string) *ListGatewaysResponseBodyDataItemsLoadBalancers
- func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetType(v string) *ListGatewaysResponseBodyDataItemsLoadBalancers
- func (s ListGatewaysResponseBodyDataItemsLoadBalancers) String() string
- type ListGatewaysResponseBodyDataItemsLoadBalancersPorts
- func (s ListGatewaysResponseBodyDataItemsLoadBalancersPorts) GoString() string
- func (s *ListGatewaysResponseBodyDataItemsLoadBalancersPorts) SetPort(v int32) *ListGatewaysResponseBodyDataItemsLoadBalancersPorts
- func (s *ListGatewaysResponseBodyDataItemsLoadBalancersPorts) SetProtocol(v string) *ListGatewaysResponseBodyDataItemsLoadBalancersPorts
- func (s ListGatewaysResponseBodyDataItemsLoadBalancersPorts) String() string
- type ListGatewaysResponseBodyDataItemsSecurityGroup
- type ListGatewaysResponseBodyDataItemsVSwitch
- type ListGatewaysResponseBodyDataItemsVpc
- type ListGatewaysResponseBodyDataItemsZones
- func (s ListGatewaysResponseBodyDataItemsZones) GoString() string
- func (s *ListGatewaysResponseBodyDataItemsZones) SetVSwitch(v *ListGatewaysResponseBodyDataItemsZonesVSwitch) *ListGatewaysResponseBodyDataItemsZones
- func (s *ListGatewaysResponseBodyDataItemsZones) SetZoneId(v string) *ListGatewaysResponseBodyDataItemsZones
- func (s ListGatewaysResponseBodyDataItemsZones) String() string
- type ListGatewaysResponseBodyDataItemsZonesVSwitch
- type ListHttpApiOperationsRequest
- func (s ListHttpApiOperationsRequest) GoString() string
- func (s *ListHttpApiOperationsRequest) SetMethod(v string) *ListHttpApiOperationsRequest
- func (s *ListHttpApiOperationsRequest) SetName(v string) *ListHttpApiOperationsRequest
- func (s *ListHttpApiOperationsRequest) SetNameLike(v string) *ListHttpApiOperationsRequest
- func (s *ListHttpApiOperationsRequest) SetPageNumber(v int32) *ListHttpApiOperationsRequest
- func (s *ListHttpApiOperationsRequest) SetPageSize(v int32) *ListHttpApiOperationsRequest
- func (s *ListHttpApiOperationsRequest) SetPathLike(v string) *ListHttpApiOperationsRequest
- func (s ListHttpApiOperationsRequest) String() string
- type ListHttpApiOperationsResponse
- func (s ListHttpApiOperationsResponse) GoString() string
- func (s *ListHttpApiOperationsResponse) SetBody(v *ListHttpApiOperationsResponseBody) *ListHttpApiOperationsResponse
- func (s *ListHttpApiOperationsResponse) SetHeaders(v map[string]*string) *ListHttpApiOperationsResponse
- func (s *ListHttpApiOperationsResponse) SetStatusCode(v int32) *ListHttpApiOperationsResponse
- func (s ListHttpApiOperationsResponse) String() string
- type ListHttpApiOperationsResponseBody
- func (s ListHttpApiOperationsResponseBody) GoString() string
- func (s *ListHttpApiOperationsResponseBody) SetCode(v string) *ListHttpApiOperationsResponseBody
- func (s *ListHttpApiOperationsResponseBody) SetData(v *ListHttpApiOperationsResponseBodyData) *ListHttpApiOperationsResponseBody
- func (s *ListHttpApiOperationsResponseBody) SetMessage(v string) *ListHttpApiOperationsResponseBody
- func (s *ListHttpApiOperationsResponseBody) SetRequestId(v string) *ListHttpApiOperationsResponseBody
- func (s ListHttpApiOperationsResponseBody) String() string
- type ListHttpApiOperationsResponseBodyData
- func (s ListHttpApiOperationsResponseBodyData) GoString() string
- func (s *ListHttpApiOperationsResponseBodyData) SetItems(v []*HttpApiOperationInfo) *ListHttpApiOperationsResponseBodyData
- func (s *ListHttpApiOperationsResponseBodyData) SetPageNumber(v int32) *ListHttpApiOperationsResponseBodyData
- func (s *ListHttpApiOperationsResponseBodyData) SetPageSize(v int32) *ListHttpApiOperationsResponseBodyData
- func (s *ListHttpApiOperationsResponseBodyData) SetTotalSize(v int32) *ListHttpApiOperationsResponseBodyData
- func (s ListHttpApiOperationsResponseBodyData) String() string
- type ListHttpApisRequest
- func (s ListHttpApisRequest) GoString() string
- func (s *ListHttpApisRequest) SetKeyword(v string) *ListHttpApisRequest
- func (s *ListHttpApisRequest) SetName(v string) *ListHttpApisRequest
- func (s *ListHttpApisRequest) SetPageNumber(v int32) *ListHttpApisRequest
- func (s *ListHttpApisRequest) SetPageSize(v int32) *ListHttpApisRequest
- func (s *ListHttpApisRequest) SetPublishedOnly(v bool) *ListHttpApisRequest
- func (s ListHttpApisRequest) String() string
- type ListHttpApisResponse
- func (s ListHttpApisResponse) GoString() string
- func (s *ListHttpApisResponse) SetBody(v *ListHttpApisResponseBody) *ListHttpApisResponse
- func (s *ListHttpApisResponse) SetHeaders(v map[string]*string) *ListHttpApisResponse
- func (s *ListHttpApisResponse) SetStatusCode(v int32) *ListHttpApisResponse
- func (s ListHttpApisResponse) String() string
- type ListHttpApisResponseBody
- func (s ListHttpApisResponseBody) GoString() string
- func (s *ListHttpApisResponseBody) SetCode(v string) *ListHttpApisResponseBody
- func (s *ListHttpApisResponseBody) SetData(v *ListHttpApisResponseBodyData) *ListHttpApisResponseBody
- func (s *ListHttpApisResponseBody) SetMessage(v string) *ListHttpApisResponseBody
- func (s *ListHttpApisResponseBody) SetRequestId(v string) *ListHttpApisResponseBody
- func (s ListHttpApisResponseBody) String() string
- type ListHttpApisResponseBodyData
- func (s ListHttpApisResponseBodyData) GoString() string
- func (s *ListHttpApisResponseBodyData) SetItems(v []*HttpApiInfoByName) *ListHttpApisResponseBodyData
- func (s *ListHttpApisResponseBodyData) SetPageNumber(v int32) *ListHttpApisResponseBodyData
- func (s *ListHttpApisResponseBodyData) SetPageSize(v int32) *ListHttpApisResponseBodyData
- func (s *ListHttpApisResponseBodyData) SetTotalSize(v int32) *ListHttpApisResponseBodyData
- func (s ListHttpApisResponseBodyData) String() string
- type OfflineGatewayRouteResponse
- func (s OfflineGatewayRouteResponse) GoString() string
- func (s *OfflineGatewayRouteResponse) SetBody(v *OfflineGatewayRouteResponseBody) *OfflineGatewayRouteResponse
- func (s *OfflineGatewayRouteResponse) SetHeaders(v map[string]*string) *OfflineGatewayRouteResponse
- func (s *OfflineGatewayRouteResponse) SetStatusCode(v int32) *OfflineGatewayRouteResponse
- func (s OfflineGatewayRouteResponse) String() string
- type OfflineGatewayRouteResponseBody
- func (s OfflineGatewayRouteResponseBody) GoString() string
- func (s *OfflineGatewayRouteResponseBody) SetCode(v string) *OfflineGatewayRouteResponseBody
- func (s *OfflineGatewayRouteResponseBody) SetMessage(v string) *OfflineGatewayRouteResponseBody
- func (s *OfflineGatewayRouteResponseBody) SetRequestId(v string) *OfflineGatewayRouteResponseBody
- func (s OfflineGatewayRouteResponseBody) String() string
- type OfflineHttpApiRequest
- type OfflineHttpApiResponse
- func (s OfflineHttpApiResponse) GoString() string
- func (s *OfflineHttpApiResponse) SetBody(v *OfflineHttpApiResponseBody) *OfflineHttpApiResponse
- func (s *OfflineHttpApiResponse) SetHeaders(v map[string]*string) *OfflineHttpApiResponse
- func (s *OfflineHttpApiResponse) SetStatusCode(v int32) *OfflineHttpApiResponse
- func (s OfflineHttpApiResponse) String() string
- type OfflineHttpApiResponseBody
- func (s OfflineHttpApiResponseBody) GoString() string
- func (s *OfflineHttpApiResponseBody) SetCode(v string) *OfflineHttpApiResponseBody
- func (s *OfflineHttpApiResponseBody) SetMessage(v string) *OfflineHttpApiResponseBody
- func (s *OfflineHttpApiResponseBody) SetRequestId(v string) *OfflineHttpApiResponseBody
- func (s OfflineHttpApiResponseBody) String() string
- type PolicyClassInfo
- func (s PolicyClassInfo) GoString() string
- func (s *PolicyClassInfo) SetAlias(v string) *PolicyClassInfo
- func (s *PolicyClassInfo) SetAttachableResourceTypes(v []*string) *PolicyClassInfo
- func (s *PolicyClassInfo) SetClassId(v string) *PolicyClassInfo
- func (s *PolicyClassInfo) SetConfigExample(v string) *PolicyClassInfo
- func (s *PolicyClassInfo) SetDeprecated(v bool) *PolicyClassInfo
- func (s *PolicyClassInfo) SetDescription(v string) *PolicyClassInfo
- func (s *PolicyClassInfo) SetDirection(v string) *PolicyClassInfo
- func (s *PolicyClassInfo) SetEnableLog(v bool) *PolicyClassInfo
- func (s *PolicyClassInfo) SetExecutePriority(v string) *PolicyClassInfo
- func (s *PolicyClassInfo) SetExecuteStage(v string) *PolicyClassInfo
- func (s *PolicyClassInfo) SetName(v string) *PolicyClassInfo
- func (s *PolicyClassInfo) SetType(v string) *PolicyClassInfo
- func (s *PolicyClassInfo) SetVersion(v string) *PolicyClassInfo
- func (s PolicyClassInfo) String() string
- type PolicyDetailInfo
- func (s PolicyDetailInfo) GoString() string
- func (s *PolicyDetailInfo) SetClassId(v string) *PolicyDetailInfo
- func (s *PolicyDetailInfo) SetClassName(v string) *PolicyDetailInfo
- func (s *PolicyDetailInfo) SetConfig(v string) *PolicyDetailInfo
- func (s *PolicyDetailInfo) SetDescription(v string) *PolicyDetailInfo
- func (s *PolicyDetailInfo) SetName(v string) *PolicyDetailInfo
- func (s *PolicyDetailInfo) SetPolicyId(v string) *PolicyDetailInfo
- func (s PolicyDetailInfo) String() string
- type PolicyInfo
- func (s PolicyInfo) GoString() string
- func (s *PolicyInfo) SetAttachments(v []*Attachment) *PolicyInfo
- func (s *PolicyInfo) SetClassAlias(v string) *PolicyInfo
- func (s *PolicyInfo) SetClassName(v string) *PolicyInfo
- func (s *PolicyInfo) SetConfig(v string) *PolicyInfo
- func (s *PolicyInfo) SetDirection(v string) *PolicyInfo
- func (s *PolicyInfo) SetExecutePriority(v string) *PolicyInfo
- func (s *PolicyInfo) SetExecuteStage(v string) *PolicyInfo
- func (s *PolicyInfo) SetName(v string) *PolicyInfo
- func (s *PolicyInfo) SetPolicyId(v string) *PolicyInfo
- func (s *PolicyInfo) SetType(v string) *PolicyInfo
- func (s PolicyInfo) String() string
- type PublishGatewayRouteResponse
- func (s PublishGatewayRouteResponse) GoString() string
- func (s *PublishGatewayRouteResponse) SetBody(v *PublishGatewayRouteResponseBody) *PublishGatewayRouteResponse
- func (s *PublishGatewayRouteResponse) SetHeaders(v map[string]*string) *PublishGatewayRouteResponse
- func (s *PublishGatewayRouteResponse) SetStatusCode(v int32) *PublishGatewayRouteResponse
- func (s PublishGatewayRouteResponse) String() string
- type PublishGatewayRouteResponseBody
- func (s PublishGatewayRouteResponseBody) GoString() string
- func (s *PublishGatewayRouteResponseBody) SetCode(v string) *PublishGatewayRouteResponseBody
- func (s *PublishGatewayRouteResponseBody) SetMessage(v string) *PublishGatewayRouteResponseBody
- func (s *PublishGatewayRouteResponseBody) SetRequestId(v string) *PublishGatewayRouteResponseBody
- func (s PublishGatewayRouteResponseBody) String() string
- type PublishHttpApiRequest
- func (s PublishHttpApiRequest) GoString() string
- func (s *PublishHttpApiRequest) SetAllowOverwrite(v bool) *PublishHttpApiRequest
- func (s *PublishHttpApiRequest) SetDescription(v string) *PublishHttpApiRequest
- func (s *PublishHttpApiRequest) SetEnvironment(v *PublishHttpApiRequestEnvironment) *PublishHttpApiRequest
- func (s *PublishHttpApiRequest) SetRevisionId(v string) *PublishHttpApiRequest
- func (s PublishHttpApiRequest) String() string
- type PublishHttpApiRequestEnvironment
- func (s PublishHttpApiRequestEnvironment) GoString() string
- func (s *PublishHttpApiRequestEnvironment) SetBackendScene(v string) *PublishHttpApiRequestEnvironment
- func (s *PublishHttpApiRequestEnvironment) SetBackendType(v string) *PublishHttpApiRequestEnvironment
- func (s *PublishHttpApiRequestEnvironment) SetCloudProductConfig(v *PublishHttpApiRequestEnvironmentCloudProductConfig) *PublishHttpApiRequestEnvironment
- func (s *PublishHttpApiRequestEnvironment) SetCustomDomainIds(v []*string) *PublishHttpApiRequestEnvironment
- func (s *PublishHttpApiRequestEnvironment) SetDnsConfigs(v []*PublishHttpApiRequestEnvironmentDnsConfigs) *PublishHttpApiRequestEnvironment
- func (s *PublishHttpApiRequestEnvironment) SetEnvironmentId(v string) *PublishHttpApiRequestEnvironment
- func (s *PublishHttpApiRequestEnvironment) SetServiceConfigs(v []*PublishHttpApiRequestEnvironmentServiceConfigs) *PublishHttpApiRequestEnvironment
- func (s *PublishHttpApiRequestEnvironment) SetVipConfigs(v []*PublishHttpApiRequestEnvironmentVipConfigs) *PublishHttpApiRequestEnvironment
- func (s PublishHttpApiRequestEnvironment) String() string
- type PublishHttpApiRequestEnvironmentCloudProductConfig
- func (s PublishHttpApiRequestEnvironmentCloudProductConfig) GoString() string
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfig) SetCloudProductType(v string) *PublishHttpApiRequestEnvironmentCloudProductConfig
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfig) SetContainerServiceConfigs(v []*PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) *PublishHttpApiRequestEnvironmentCloudProductConfig
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfig) SetFunctionConfigs(v []*PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs) *PublishHttpApiRequestEnvironmentCloudProductConfig
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfig) SetMseNacosConfigs(v []*PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) *PublishHttpApiRequestEnvironmentCloudProductConfig
- func (s PublishHttpApiRequestEnvironmentCloudProductConfig) String() string
- type PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs
- func (s PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) GoString() string
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) SetMatch(v *HttpApiBackendMatchConditions) *PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) SetName(v string) *PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) SetNamespace(v string) *PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) SetPort(v int32) *PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) SetProtocol(v string) *PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) SetWeight(v int32) *PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs
- func (s PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) String() string
- type PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs
- func (s PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs) GoString() string
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs) SetMatch(v *HttpApiBackendMatchConditions) *PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs) SetName(v string) *PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs) SetQuanlifer(v string) *PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs) SetWeight(v int32) *PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs
- func (s PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs) String() string
- type PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs
- func (s PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) GoString() string
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) SetGroupName(v string) *PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) SetMatch(v *HttpApiBackendMatchConditions) *PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) SetName(v string) *PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) SetNamespace(v string) *PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs
- func (s *PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) SetWeight(v string) *PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs
- func (s PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) String() string
- type PublishHttpApiRequestEnvironmentDnsConfigs
- func (s PublishHttpApiRequestEnvironmentDnsConfigs) GoString() string
- func (s *PublishHttpApiRequestEnvironmentDnsConfigs) SetDnsList(v []*string) *PublishHttpApiRequestEnvironmentDnsConfigs
- func (s *PublishHttpApiRequestEnvironmentDnsConfigs) SetMatch(v *HttpApiBackendMatchConditions) *PublishHttpApiRequestEnvironmentDnsConfigs
- func (s *PublishHttpApiRequestEnvironmentDnsConfigs) SetWeight(v int32) *PublishHttpApiRequestEnvironmentDnsConfigs
- func (s PublishHttpApiRequestEnvironmentDnsConfigs) String() string
- type PublishHttpApiRequestEnvironmentServiceConfigs
- func (s PublishHttpApiRequestEnvironmentServiceConfigs) GoString() string
- func (s *PublishHttpApiRequestEnvironmentServiceConfigs) SetGatewayServiceId(v string) *PublishHttpApiRequestEnvironmentServiceConfigs
- func (s *PublishHttpApiRequestEnvironmentServiceConfigs) SetMatch(v *HttpApiBackendMatchConditions) *PublishHttpApiRequestEnvironmentServiceConfigs
- func (s *PublishHttpApiRequestEnvironmentServiceConfigs) SetPort(v int32) *PublishHttpApiRequestEnvironmentServiceConfigs
- func (s *PublishHttpApiRequestEnvironmentServiceConfigs) SetProtocol(v string) *PublishHttpApiRequestEnvironmentServiceConfigs
- func (s *PublishHttpApiRequestEnvironmentServiceConfigs) SetVersion(v string) *PublishHttpApiRequestEnvironmentServiceConfigs
- func (s *PublishHttpApiRequestEnvironmentServiceConfigs) SetWeight(v int32) *PublishHttpApiRequestEnvironmentServiceConfigs
- func (s PublishHttpApiRequestEnvironmentServiceConfigs) String() string
- type PublishHttpApiRequestEnvironmentVipConfigs
- func (s PublishHttpApiRequestEnvironmentVipConfigs) GoString() string
- func (s *PublishHttpApiRequestEnvironmentVipConfigs) SetEndpoints(v []*string) *PublishHttpApiRequestEnvironmentVipConfigs
- func (s *PublishHttpApiRequestEnvironmentVipConfigs) SetMatch(v *HttpApiBackendMatchConditions) *PublishHttpApiRequestEnvironmentVipConfigs
- func (s *PublishHttpApiRequestEnvironmentVipConfigs) SetWeight(v int32) *PublishHttpApiRequestEnvironmentVipConfigs
- func (s PublishHttpApiRequestEnvironmentVipConfigs) String() string
- type PublishHttpApiResponse
- func (s PublishHttpApiResponse) GoString() string
- func (s *PublishHttpApiResponse) SetBody(v *PublishHttpApiResponseBody) *PublishHttpApiResponse
- func (s *PublishHttpApiResponse) SetHeaders(v map[string]*string) *PublishHttpApiResponse
- func (s *PublishHttpApiResponse) SetStatusCode(v int32) *PublishHttpApiResponse
- func (s PublishHttpApiResponse) String() string
- type PublishHttpApiResponseBody
- func (s PublishHttpApiResponseBody) GoString() string
- func (s *PublishHttpApiResponseBody) SetCode(v string) *PublishHttpApiResponseBody
- func (s *PublishHttpApiResponseBody) SetMessage(v string) *PublishHttpApiResponseBody
- func (s *PublishHttpApiResponseBody) SetRequestId(v string) *PublishHttpApiResponseBody
- func (s PublishHttpApiResponseBody) String() string
- type ResourceStatistic
- type RouteRulesConflictInfo
- func (s RouteRulesConflictInfo) GoString() string
- func (s *RouteRulesConflictInfo) SetConflicts(v []*RouteRulesConflictInfoConflicts) *RouteRulesConflictInfo
- func (s *RouteRulesConflictInfo) SetDomainInfo(v *RouteRulesConflictInfoDomainInfo) *RouteRulesConflictInfo
- func (s RouteRulesConflictInfo) String() string
- type RouteRulesConflictInfoConflicts
- func (s RouteRulesConflictInfoConflicts) GoString() string
- func (s *RouteRulesConflictInfoConflicts) SetDetails(v []*RouteRulesConflictInfoConflictsDetails) *RouteRulesConflictInfoConflicts
- func (s *RouteRulesConflictInfoConflicts) SetEnvironmentInfo(v *RouteRulesConflictInfoConflictsEnvironmentInfo) *RouteRulesConflictInfoConflicts
- func (s *RouteRulesConflictInfoConflicts) SetResourceId(v string) *RouteRulesConflictInfoConflicts
- func (s *RouteRulesConflictInfoConflicts) SetResourceName(v string) *RouteRulesConflictInfoConflicts
- func (s *RouteRulesConflictInfoConflicts) SetResourceType(v string) *RouteRulesConflictInfoConflicts
- func (s RouteRulesConflictInfoConflicts) String() string
- type RouteRulesConflictInfoConflictsDetails
- func (s RouteRulesConflictInfoConflictsDetails) GoString() string
- func (s *RouteRulesConflictInfoConflictsDetails) SetConflictingMatch(v *RouteRulesConflictInfoConflictsDetailsConflictingMatch) *RouteRulesConflictInfoConflictsDetails
- func (s *RouteRulesConflictInfoConflictsDetails) SetDetectedMatch(v *RouteRulesConflictInfoConflictsDetailsDetectedMatch) *RouteRulesConflictInfoConflictsDetails
- func (s *RouteRulesConflictInfoConflictsDetails) SetLevel(v string) *RouteRulesConflictInfoConflictsDetails
- func (s RouteRulesConflictInfoConflictsDetails) String() string
- type RouteRulesConflictInfoConflictsDetailsConflictingMatch
- func (s RouteRulesConflictInfoConflictsDetailsConflictingMatch) GoString() string
- func (s *RouteRulesConflictInfoConflictsDetailsConflictingMatch) SetMatch(v *HttpRouteMatch) *RouteRulesConflictInfoConflictsDetailsConflictingMatch
- func (s *RouteRulesConflictInfoConflictsDetailsConflictingMatch) SetOperationInfo(v *RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo) *RouteRulesConflictInfoConflictsDetailsConflictingMatch
- func (s RouteRulesConflictInfoConflictsDetailsConflictingMatch) String() string
- type RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo
- func (s RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo) GoString() string
- func (s *RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo) SetName(v string) *RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo
- func (s *RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo) SetOperationId(v string) *RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo
- func (s RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo) String() string
- type RouteRulesConflictInfoConflictsDetailsDetectedMatch
- func (s RouteRulesConflictInfoConflictsDetailsDetectedMatch) GoString() string
- func (s *RouteRulesConflictInfoConflictsDetailsDetectedMatch) SetMatch(v *HttpRouteMatch) *RouteRulesConflictInfoConflictsDetailsDetectedMatch
- func (s *RouteRulesConflictInfoConflictsDetailsDetectedMatch) SetOperationInfo(v *RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo) *RouteRulesConflictInfoConflictsDetailsDetectedMatch
- func (s RouteRulesConflictInfoConflictsDetailsDetectedMatch) String() string
- type RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo
- func (s RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo) GoString() string
- func (s *RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo) SetName(v string) *RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo
- func (s *RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo) SetOperationId(v string) *RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo
- func (s RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo) String() string
- type RouteRulesConflictInfoConflictsEnvironmentInfo
- func (s RouteRulesConflictInfoConflictsEnvironmentInfo) GoString() string
- func (s *RouteRulesConflictInfoConflictsEnvironmentInfo) SetEnvironmentId(v string) *RouteRulesConflictInfoConflictsEnvironmentInfo
- func (s *RouteRulesConflictInfoConflictsEnvironmentInfo) SetName(v string) *RouteRulesConflictInfoConflictsEnvironmentInfo
- func (s RouteRulesConflictInfoConflictsEnvironmentInfo) String() string
- type RouteRulesConflictInfoDomainInfo
- func (s RouteRulesConflictInfoDomainInfo) GoString() string
- func (s *RouteRulesConflictInfoDomainInfo) SetDomainId(v string) *RouteRulesConflictInfoDomainInfo
- func (s *RouteRulesConflictInfoDomainInfo) SetName(v string) *RouteRulesConflictInfoDomainInfo
- func (s RouteRulesConflictInfoDomainInfo) String() string
- type ServiceHealthCheck
- func (s ServiceHealthCheck) GoString() string
- func (s *ServiceHealthCheck) SetEnable(v bool) *ServiceHealthCheck
- func (s *ServiceHealthCheck) SetHealthyThreshold(v int32) *ServiceHealthCheck
- func (s *ServiceHealthCheck) SetHttpHost(v string) *ServiceHealthCheck
- func (s *ServiceHealthCheck) SetHttpPath(v string) *ServiceHealthCheck
- func (s *ServiceHealthCheck) SetInterval(v int32) *ServiceHealthCheck
- func (s *ServiceHealthCheck) SetProtocol(v string) *ServiceHealthCheck
- func (s *ServiceHealthCheck) SetTimeout(v int32) *ServiceHealthCheck
- func (s *ServiceHealthCheck) SetUnhealthyThreshold(v int32) *ServiceHealthCheck
- func (s ServiceHealthCheck) String() string
- type ServiceLinkedRole
- func (s ServiceLinkedRole) GoString() string
- func (s *ServiceLinkedRole) SetArn(v string) *ServiceLinkedRole
- func (s *ServiceLinkedRole) SetAssumeRolePolicyDocument(v string) *ServiceLinkedRole
- func (s *ServiceLinkedRole) SetCreateDate(v string) *ServiceLinkedRole
- func (s *ServiceLinkedRole) SetDescription(v string) *ServiceLinkedRole
- func (s *ServiceLinkedRole) SetIsServiceLinkedRole(v bool) *ServiceLinkedRole
- func (s *ServiceLinkedRole) SetRoleId(v string) *ServiceLinkedRole
- func (s *ServiceLinkedRole) SetRoleName(v string) *ServiceLinkedRole
- func (s *ServiceLinkedRole) SetRolePrincipalName(v string) *ServiceLinkedRole
- func (s ServiceLinkedRole) String() string
- type SslCertMetaInfo
- func (s SslCertMetaInfo) GoString() string
- func (s *SslCertMetaInfo) SetAlgorithm(v string) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetCertId(v int64) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetCertIdentifier(v string) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetCertName(v string) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetCommonName(v string) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetDomain(v string) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetDomainMatchCert(v bool) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetFingerprint(v string) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetInstanceId(v string) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetIsChainCompleted(v bool) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetIssuer(v string) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetKeySize(v string) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetMd5(v string) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetNotAfterTimestamp(v int64) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetNotBeforeTimestamp(v int64) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetSans(v string) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetSerialNo(v string) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetSha2(v string) *SslCertMetaInfo
- func (s *SslCertMetaInfo) SetSignAlgorithm(v string) *SslCertMetaInfo
- func (s SslCertMetaInfo) String() string
- type SubDomainInfo
- func (s SubDomainInfo) GoString() string
- func (s *SubDomainInfo) SetDomainId(v string) *SubDomainInfo
- func (s *SubDomainInfo) SetName(v string) *SubDomainInfo
- func (s *SubDomainInfo) SetNetworkType(v string) *SubDomainInfo
- func (s *SubDomainInfo) SetProtocol(v string) *SubDomainInfo
- func (s SubDomainInfo) String() string
- type UpdateDomainRequest
- func (s UpdateDomainRequest) GoString() string
- func (s *UpdateDomainRequest) SetCaCertIndentifier(v string) *UpdateDomainRequest
- func (s *UpdateDomainRequest) SetCertIndentifier(v string) *UpdateDomainRequest
- func (s *UpdateDomainRequest) SetForceHttps(v bool) *UpdateDomainRequest
- func (s *UpdateDomainRequest) SetHttp2Option(v string) *UpdateDomainRequest
- func (s *UpdateDomainRequest) SetProtocol(v string) *UpdateDomainRequest
- func (s *UpdateDomainRequest) SetTlsMax(v string) *UpdateDomainRequest
- func (s *UpdateDomainRequest) SetTlsMin(v string) *UpdateDomainRequest
- func (s UpdateDomainRequest) String() string
- type UpdateDomainResponse
- func (s UpdateDomainResponse) GoString() string
- func (s *UpdateDomainResponse) SetBody(v *UpdateDomainResponseBody) *UpdateDomainResponse
- func (s *UpdateDomainResponse) SetHeaders(v map[string]*string) *UpdateDomainResponse
- func (s *UpdateDomainResponse) SetStatusCode(v int32) *UpdateDomainResponse
- func (s UpdateDomainResponse) String() string
- type UpdateDomainResponseBody
- func (s UpdateDomainResponseBody) GoString() string
- func (s *UpdateDomainResponseBody) SetCode(v string) *UpdateDomainResponseBody
- func (s *UpdateDomainResponseBody) SetData(v *UpdateDomainResponseBodyData) *UpdateDomainResponseBody
- func (s *UpdateDomainResponseBody) SetMessage(v string) *UpdateDomainResponseBody
- func (s *UpdateDomainResponseBody) SetRequestId(v string) *UpdateDomainResponseBody
- func (s UpdateDomainResponseBody) String() string
- type UpdateDomainResponseBodyData
- type UpdateEnvironmentRequest
- type UpdateEnvironmentResponse
- func (s UpdateEnvironmentResponse) GoString() string
- func (s *UpdateEnvironmentResponse) SetBody(v *UpdateEnvironmentResponseBody) *UpdateEnvironmentResponse
- func (s *UpdateEnvironmentResponse) SetHeaders(v map[string]*string) *UpdateEnvironmentResponse
- func (s *UpdateEnvironmentResponse) SetStatusCode(v int32) *UpdateEnvironmentResponse
- func (s UpdateEnvironmentResponse) String() string
- type UpdateEnvironmentResponseBody
- func (s UpdateEnvironmentResponseBody) GoString() string
- func (s *UpdateEnvironmentResponseBody) SetCode(v string) *UpdateEnvironmentResponseBody
- func (s *UpdateEnvironmentResponseBody) SetMessage(v string) *UpdateEnvironmentResponseBody
- func (s *UpdateEnvironmentResponseBody) SetRequestId(v string) *UpdateEnvironmentResponseBody
- func (s UpdateEnvironmentResponseBody) String() string
- type UpdateGatewayRouteRequest
- func (s UpdateGatewayRouteRequest) GoString() string
- func (s *UpdateGatewayRouteRequest) SetBackendConfig(v *GatewayRouteBackendConfig) *UpdateGatewayRouteRequest
- func (s *UpdateGatewayRouteRequest) SetDescription(v string) *UpdateGatewayRouteRequest
- func (s *UpdateGatewayRouteRequest) SetDomainConfig(v *GatewayRouteDomainConfig) *UpdateGatewayRouteRequest
- func (s *UpdateGatewayRouteRequest) SetMatch(v *HttpRouteMatch) *UpdateGatewayRouteRequest
- func (s UpdateGatewayRouteRequest) String() string
- type UpdateGatewayRouteResponse
- func (s UpdateGatewayRouteResponse) GoString() string
- func (s *UpdateGatewayRouteResponse) SetBody(v *UpdateGatewayRouteResponseBody) *UpdateGatewayRouteResponse
- func (s *UpdateGatewayRouteResponse) SetHeaders(v map[string]*string) *UpdateGatewayRouteResponse
- func (s *UpdateGatewayRouteResponse) SetStatusCode(v int32) *UpdateGatewayRouteResponse
- func (s UpdateGatewayRouteResponse) String() string
- type UpdateGatewayRouteResponseBody
- func (s UpdateGatewayRouteResponseBody) GoString() string
- func (s *UpdateGatewayRouteResponseBody) SetCode(v string) *UpdateGatewayRouteResponseBody
- func (s *UpdateGatewayRouteResponseBody) SetMessage(v string) *UpdateGatewayRouteResponseBody
- func (s *UpdateGatewayRouteResponseBody) SetRequestId(v string) *UpdateGatewayRouteResponseBody
- func (s UpdateGatewayRouteResponseBody) String() string
- type UpdateGatewayServiceRequest
- type UpdateGatewayServiceResponse
- func (s UpdateGatewayServiceResponse) GoString() string
- func (s *UpdateGatewayServiceResponse) SetBody(v *UpdateGatewayServiceResponseBody) *UpdateGatewayServiceResponse
- func (s *UpdateGatewayServiceResponse) SetHeaders(v map[string]*string) *UpdateGatewayServiceResponse
- func (s *UpdateGatewayServiceResponse) SetStatusCode(v int32) *UpdateGatewayServiceResponse
- func (s UpdateGatewayServiceResponse) String() string
- type UpdateGatewayServiceResponseBody
- func (s UpdateGatewayServiceResponseBody) GoString() string
- func (s *UpdateGatewayServiceResponseBody) SetCode(v string) *UpdateGatewayServiceResponseBody
- func (s *UpdateGatewayServiceResponseBody) SetMessage(v string) *UpdateGatewayServiceResponseBody
- func (s *UpdateGatewayServiceResponseBody) SetRequestId(v string) *UpdateGatewayServiceResponseBody
- func (s UpdateGatewayServiceResponseBody) String() string
- type UpdateGatewayServiceVersionRequest
- type UpdateGatewayServiceVersionRequestLabels
- func (s UpdateGatewayServiceVersionRequestLabels) GoString() string
- func (s *UpdateGatewayServiceVersionRequestLabels) SetKey(v string) *UpdateGatewayServiceVersionRequestLabels
- func (s *UpdateGatewayServiceVersionRequestLabels) SetValue(v string) *UpdateGatewayServiceVersionRequestLabels
- func (s UpdateGatewayServiceVersionRequestLabels) String() string
- type UpdateGatewayServiceVersionResponse
- func (s UpdateGatewayServiceVersionResponse) GoString() string
- func (s *UpdateGatewayServiceVersionResponse) SetBody(v *UpdateGatewayServiceVersionResponseBody) *UpdateGatewayServiceVersionResponse
- func (s *UpdateGatewayServiceVersionResponse) SetHeaders(v map[string]*string) *UpdateGatewayServiceVersionResponse
- func (s *UpdateGatewayServiceVersionResponse) SetStatusCode(v int32) *UpdateGatewayServiceVersionResponse
- func (s UpdateGatewayServiceVersionResponse) String() string
- type UpdateGatewayServiceVersionResponseBody
- func (s UpdateGatewayServiceVersionResponseBody) GoString() string
- func (s *UpdateGatewayServiceVersionResponseBody) SetCode(v string) *UpdateGatewayServiceVersionResponseBody
- func (s *UpdateGatewayServiceVersionResponseBody) SetMessage(v string) *UpdateGatewayServiceVersionResponseBody
- func (s *UpdateGatewayServiceVersionResponseBody) SetRequestId(v string) *UpdateGatewayServiceVersionResponseBody
- func (s UpdateGatewayServiceVersionResponseBody) String() string
- type UpdateHttpApiOperationRequest
- type UpdateHttpApiOperationResponse
- func (s UpdateHttpApiOperationResponse) GoString() string
- func (s *UpdateHttpApiOperationResponse) SetBody(v *UpdateHttpApiOperationResponseBody) *UpdateHttpApiOperationResponse
- func (s *UpdateHttpApiOperationResponse) SetHeaders(v map[string]*string) *UpdateHttpApiOperationResponse
- func (s *UpdateHttpApiOperationResponse) SetStatusCode(v int32) *UpdateHttpApiOperationResponse
- func (s UpdateHttpApiOperationResponse) String() string
- type UpdateHttpApiOperationResponseBody
- func (s UpdateHttpApiOperationResponseBody) GoString() string
- func (s *UpdateHttpApiOperationResponseBody) SetCode(v string) *UpdateHttpApiOperationResponseBody
- func (s *UpdateHttpApiOperationResponseBody) SetMessage(v string) *UpdateHttpApiOperationResponseBody
- func (s *UpdateHttpApiOperationResponseBody) SetRequestId(v string) *UpdateHttpApiOperationResponseBody
- func (s UpdateHttpApiOperationResponseBody) String() string
- type UpdateHttpApiRequest
- func (s UpdateHttpApiRequest) GoString() string
- func (s *UpdateHttpApiRequest) SetBasePath(v string) *UpdateHttpApiRequest
- func (s *UpdateHttpApiRequest) SetDescription(v string) *UpdateHttpApiRequest
- func (s *UpdateHttpApiRequest) SetProtocols(v []*string) *UpdateHttpApiRequest
- func (s *UpdateHttpApiRequest) SetVersionConfig(v *HttpApiVersionConfig) *UpdateHttpApiRequest
- func (s UpdateHttpApiRequest) String() string
- type UpdateHttpApiResponse
- func (s UpdateHttpApiResponse) GoString() string
- func (s *UpdateHttpApiResponse) SetBody(v *UpdateHttpApiResponseBody) *UpdateHttpApiResponse
- func (s *UpdateHttpApiResponse) SetHeaders(v map[string]*string) *UpdateHttpApiResponse
- func (s *UpdateHttpApiResponse) SetStatusCode(v int32) *UpdateHttpApiResponse
- func (s UpdateHttpApiResponse) String() string
- type UpdateHttpApiResponseBody
- func (s UpdateHttpApiResponseBody) GoString() string
- func (s *UpdateHttpApiResponseBody) SetCode(v string) *UpdateHttpApiResponseBody
- func (s *UpdateHttpApiResponseBody) SetMessage(v string) *UpdateHttpApiResponseBody
- func (s *UpdateHttpApiResponseBody) SetRequestId(v string) *UpdateHttpApiResponseBody
- func (s UpdateHttpApiResponseBody) String() string
- type UpdateServiceSourceRequest
- type UpdateServiceSourceRequestK8sServiceSourceConfig
- func (s UpdateServiceSourceRequestK8sServiceSourceConfig) GoString() string
- func (s *UpdateServiceSourceRequestK8sServiceSourceConfig) SetIngressConfig(v *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) *UpdateServiceSourceRequestK8sServiceSourceConfig
- func (s UpdateServiceSourceRequestK8sServiceSourceConfig) String() string
- type UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig
- func (s UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) GoString() string
- func (s *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetEnable(v bool) *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig
- func (s *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetIngressClass(v string) *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig
- func (s *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetOverrideIngressIp(v bool) *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig
- func (s *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetWatchNamespace(v string) *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig
- func (s UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) String() string
- type UpdateServiceSourceResponse
- func (s UpdateServiceSourceResponse) GoString() string
- func (s *UpdateServiceSourceResponse) SetBody(v *UpdateServiceSourceResponseBody) *UpdateServiceSourceResponse
- func (s *UpdateServiceSourceResponse) SetHeaders(v map[string]*string) *UpdateServiceSourceResponse
- func (s *UpdateServiceSourceResponse) SetStatusCode(v int32) *UpdateServiceSourceResponse
- func (s UpdateServiceSourceResponse) String() string
- type UpdateServiceSourceResponseBody
- func (s UpdateServiceSourceResponseBody) GoString() string
- func (s *UpdateServiceSourceResponseBody) SetCode(v string) *UpdateServiceSourceResponseBody
- func (s *UpdateServiceSourceResponseBody) SetMessage(v string) *UpdateServiceSourceResponseBody
- func (s *UpdateServiceSourceResponseBody) SetRequestId(v string) *UpdateServiceSourceResponseBody
- func (s UpdateServiceSourceResponseBody) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddGatewaySecurityGroupRuleRequest ¶
type AddGatewaySecurityGroupRuleRequest struct { Description *string `json:"description,omitempty" xml:"description,omitempty"` PortRanges []*string `json:"portRanges,omitempty" xml:"portRanges,omitempty" type:"Repeated"` // example: // // sg-wz929kxhcdp**** SecurityGroupId *string `json:"securityGroupId,omitempty" xml:"securityGroupId,omitempty"` }
func (AddGatewaySecurityGroupRuleRequest) GoString ¶
func (s AddGatewaySecurityGroupRuleRequest) GoString() string
func (*AddGatewaySecurityGroupRuleRequest) SetDescription ¶
func (s *AddGatewaySecurityGroupRuleRequest) SetDescription(v string) *AddGatewaySecurityGroupRuleRequest
func (*AddGatewaySecurityGroupRuleRequest) SetPortRanges ¶
func (s *AddGatewaySecurityGroupRuleRequest) SetPortRanges(v []*string) *AddGatewaySecurityGroupRuleRequest
func (*AddGatewaySecurityGroupRuleRequest) SetSecurityGroupId ¶
func (s *AddGatewaySecurityGroupRuleRequest) SetSecurityGroupId(v string) *AddGatewaySecurityGroupRuleRequest
func (AddGatewaySecurityGroupRuleRequest) String ¶
func (s AddGatewaySecurityGroupRuleRequest) String() string
type AddGatewaySecurityGroupRuleResponse ¶
type AddGatewaySecurityGroupRuleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *AddGatewaySecurityGroupRuleResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (AddGatewaySecurityGroupRuleResponse) GoString ¶
func (s AddGatewaySecurityGroupRuleResponse) GoString() string
func (*AddGatewaySecurityGroupRuleResponse) SetHeaders ¶
func (s *AddGatewaySecurityGroupRuleResponse) SetHeaders(v map[string]*string) *AddGatewaySecurityGroupRuleResponse
func (*AddGatewaySecurityGroupRuleResponse) SetStatusCode ¶
func (s *AddGatewaySecurityGroupRuleResponse) SetStatusCode(v int32) *AddGatewaySecurityGroupRuleResponse
func (AddGatewaySecurityGroupRuleResponse) String ¶
func (s AddGatewaySecurityGroupRuleResponse) String() string
type AddGatewaySecurityGroupRuleResponseBody ¶
type AddGatewaySecurityGroupRuleResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 2A6E90D5-A711-54F4-A489-E33C2021EDDF RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (AddGatewaySecurityGroupRuleResponseBody) GoString ¶
func (s AddGatewaySecurityGroupRuleResponseBody) GoString() string
func (*AddGatewaySecurityGroupRuleResponseBody) SetCode ¶
func (s *AddGatewaySecurityGroupRuleResponseBody) SetCode(v string) *AddGatewaySecurityGroupRuleResponseBody
func (*AddGatewaySecurityGroupRuleResponseBody) SetMessage ¶
func (s *AddGatewaySecurityGroupRuleResponseBody) SetMessage(v string) *AddGatewaySecurityGroupRuleResponseBody
func (*AddGatewaySecurityGroupRuleResponseBody) SetRequestId ¶
func (s *AddGatewaySecurityGroupRuleResponseBody) SetRequestId(v string) *AddGatewaySecurityGroupRuleResponseBody
func (AddGatewaySecurityGroupRuleResponseBody) String ¶
func (s AddGatewaySecurityGroupRuleResponseBody) String() string
type Attachment ¶
type Attachment struct { AttachResourceIds []*string `json:"attachResourceIds,omitempty" xml:"attachResourceIds,omitempty" type:"Repeated"` AttachResourceType *string `json:"attachResourceType,omitempty" xml:"attachResourceType,omitempty"` EnvironmentId *string `json:"environmentId,omitempty" xml:"environmentId,omitempty"` GatewayId *string `json:"gatewayId,omitempty" xml:"gatewayId,omitempty"` PolicyAttachmentId *string `json:"policyAttachmentId,omitempty" xml:"policyAttachmentId,omitempty"` }
func (Attachment) GoString ¶
func (s Attachment) GoString() string
func (*Attachment) SetAttachResourceIds ¶
func (s *Attachment) SetAttachResourceIds(v []*string) *Attachment
func (*Attachment) SetAttachResourceType ¶
func (s *Attachment) SetAttachResourceType(v string) *Attachment
func (*Attachment) SetEnvironmentId ¶
func (s *Attachment) SetEnvironmentId(v string) *Attachment
func (*Attachment) SetGatewayId ¶
func (s *Attachment) SetGatewayId(v string) *Attachment
func (*Attachment) SetPolicyAttachmentId ¶
func (s *Attachment) SetPolicyAttachmentId(v string) *Attachment
func (Attachment) String ¶
func (s Attachment) String() string
type CheckServiceLinkedRoleResult ¶
type CheckServiceLinkedRoleResult struct {
Existed *bool `json:"existed,omitempty" xml:"existed,omitempty"`
}
func (CheckServiceLinkedRoleResult) GoString ¶
func (s CheckServiceLinkedRoleResult) GoString() string
func (*CheckServiceLinkedRoleResult) SetExisted ¶
func (s *CheckServiceLinkedRoleResult) SetExisted(v bool) *CheckServiceLinkedRoleResult
func (CheckServiceLinkedRoleResult) String ¶
func (s CheckServiceLinkedRoleResult) String() string
type Client ¶
func (*Client) AddGatewaySecurityGroupRule ¶
func (client *Client) AddGatewaySecurityGroupRule(gatewayId *string, request *AddGatewaySecurityGroupRuleRequest) (_result *AddGatewaySecurityGroupRuleResponse, _err error)
Summary:
授权网关访问服务的安全组
@param request - AddGatewaySecurityGroupRuleRequest
@return AddGatewaySecurityGroupRuleResponse
func (*Client) AddGatewaySecurityGroupRuleWithOptions ¶
func (client *Client) AddGatewaySecurityGroupRuleWithOptions(gatewayId *string, request *AddGatewaySecurityGroupRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AddGatewaySecurityGroupRuleResponse, _err error)
Summary:
授权网关访问服务的安全组
@param request - AddGatewaySecurityGroupRuleRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return AddGatewaySecurityGroupRuleResponse
func (*Client) CreateDomain ¶
func (client *Client) CreateDomain(request *CreateDomainRequest) (_result *CreateDomainResponse, _err error)
Summary:
创建域名
@param request - CreateDomainRequest
@return CreateDomainResponse
func (*Client) CreateDomainWithOptions ¶
func (client *Client) CreateDomainWithOptions(request *CreateDomainRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateDomainResponse, _err error)
Summary:
创建域名
@param request - CreateDomainRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateDomainResponse
func (*Client) CreateEnvironment ¶
func (client *Client) CreateEnvironment(request *CreateEnvironmentRequest) (_result *CreateEnvironmentResponse, _err error)
Summary:
CreateEnvironment ¶
@param request - CreateEnvironmentRequest
@return CreateEnvironmentResponse
func (*Client) CreateEnvironmentWithOptions ¶
func (client *Client) CreateEnvironmentWithOptions(request *CreateEnvironmentRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateEnvironmentResponse, _err error)
Summary:
CreateEnvironment ¶
@param request - CreateEnvironmentRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateEnvironmentResponse
func (*Client) CreateGatewayRoute ¶
func (client *Client) CreateGatewayRoute(gatewayId *string, request *CreateGatewayRouteRequest) (_result *CreateGatewayRouteResponse, _err error)
Summary:
创建网关路由
@param request - CreateGatewayRouteRequest
@return CreateGatewayRouteResponse
func (*Client) CreateGatewayRouteWithOptions ¶
func (client *Client) CreateGatewayRouteWithOptions(gatewayId *string, request *CreateGatewayRouteRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateGatewayRouteResponse, _err error)
Summary:
创建网关路由
@param request - CreateGatewayRouteRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateGatewayRouteResponse
func (*Client) CreateGatewayService ¶
func (client *Client) CreateGatewayService(gatewayId *string, request *CreateGatewayServiceRequest) (_result *CreateGatewayServiceResponse, _err error)
Summary:
创建服务
@param request - CreateGatewayServiceRequest
@return CreateGatewayServiceResponse
func (*Client) CreateGatewayServiceVersion ¶
func (client *Client) CreateGatewayServiceVersion(gatewayId *string, gatewayServiceId *string, request *CreateGatewayServiceVersionRequest) (_result *CreateGatewayServiceVersionResponse, _err error)
Summary:
创建服务版本
@param request - CreateGatewayServiceVersionRequest
@return CreateGatewayServiceVersionResponse
func (*Client) CreateGatewayServiceVersionWithOptions ¶
func (client *Client) CreateGatewayServiceVersionWithOptions(gatewayId *string, gatewayServiceId *string, request *CreateGatewayServiceVersionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateGatewayServiceVersionResponse, _err error)
Summary:
创建服务版本
@param request - CreateGatewayServiceVersionRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateGatewayServiceVersionResponse
func (*Client) CreateGatewayServiceWithOptions ¶
func (client *Client) CreateGatewayServiceWithOptions(gatewayId *string, request *CreateGatewayServiceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateGatewayServiceResponse, _err error)
Summary:
创建服务
@param request - CreateGatewayServiceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateGatewayServiceResponse
func (*Client) CreateHttpApi ¶
func (client *Client) CreateHttpApi(request *CreateHttpApiRequest) (_result *CreateHttpApiResponse, _err error)
Summary:
创建一个HTTP类型的API
@param request - CreateHttpApiRequest
@return CreateHttpApiResponse
func (*Client) CreateHttpApiOperation ¶
func (client *Client) CreateHttpApiOperation(httpApiId *string, request *CreateHttpApiOperationRequest) (_result *CreateHttpApiOperationResponse, _err error)
Summary:
为HTTP API创建Operation
@param request - CreateHttpApiOperationRequest
@return CreateHttpApiOperationResponse
func (*Client) CreateHttpApiOperationWithOptions ¶
func (client *Client) CreateHttpApiOperationWithOptions(httpApiId *string, request *CreateHttpApiOperationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateHttpApiOperationResponse, _err error)
Summary:
为HTTP API创建Operation
@param request - CreateHttpApiOperationRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateHttpApiOperationResponse
func (*Client) CreateHttpApiWithOptions ¶
func (client *Client) CreateHttpApiWithOptions(request *CreateHttpApiRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateHttpApiResponse, _err error)
Summary:
创建一个HTTP类型的API
@param request - CreateHttpApiRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateHttpApiResponse
func (*Client) CreateServiceSource ¶
func (client *Client) CreateServiceSource(gatewayId *string, request *CreateServiceSourceRequest) (_result *CreateServiceSourceResponse, _err error)
Summary:
创建服务来源
@param request - CreateServiceSourceRequest
@return CreateServiceSourceResponse
func (*Client) CreateServiceSourceWithOptions ¶
func (client *Client) CreateServiceSourceWithOptions(gatewayId *string, request *CreateServiceSourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateServiceSourceResponse, _err error)
Summary:
创建服务来源
@param request - CreateServiceSourceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateServiceSourceResponse
func (*Client) DeleteDomain ¶
func (client *Client) DeleteDomain(domainId *string) (_result *DeleteDomainResponse, _err error)
Summary:
DeleteDomain ¶
@return DeleteDomainResponse
func (*Client) DeleteDomainWithOptions ¶
func (client *Client) DeleteDomainWithOptions(domainId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteDomainResponse, _err error)
Summary:
DeleteDomain ¶
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteDomainResponse
func (*Client) DeleteEnvironment ¶
func (client *Client) DeleteEnvironment(environmentId *string) (_result *DeleteEnvironmentResponse, _err error)
Summary:
DeleteEnvironment ¶
@return DeleteEnvironmentResponse
func (*Client) DeleteEnvironmentWithOptions ¶
func (client *Client) DeleteEnvironmentWithOptions(environmentId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteEnvironmentResponse, _err error)
Summary:
DeleteEnvironment ¶
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteEnvironmentResponse
func (*Client) DeleteGateway ¶
func (client *Client) DeleteGateway(gatewayId *string) (_result *DeleteGatewayResponse, _err error)
Summary:
删除网关
@return DeleteGatewayResponse
func (*Client) DeleteGatewayRoute ¶
func (client *Client) DeleteGatewayRoute(gatewayId *string, gatewayRouteId *string) (_result *DeleteGatewayRouteResponse, _err error)
Summary:
创建网关路由
@return DeleteGatewayRouteResponse
func (*Client) DeleteGatewayRouteWithOptions ¶
func (client *Client) DeleteGatewayRouteWithOptions(gatewayId *string, gatewayRouteId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteGatewayRouteResponse, _err error)
Summary:
创建网关路由
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteGatewayRouteResponse
func (*Client) DeleteGatewayService ¶
func (client *Client) DeleteGatewayService(gatewayId *string, gatewayServiceId *string) (_result *DeleteGatewayServiceResponse, _err error)
Summary:
删除服务
@return DeleteGatewayServiceResponse
func (*Client) DeleteGatewayServiceVersion ¶
func (client *Client) DeleteGatewayServiceVersion(gatewayId *string, gatewayServiceId *string, name *string) (_result *DeleteGatewayServiceVersionResponse, _err error)
Summary:
删除服务版本
@return DeleteGatewayServiceVersionResponse
func (*Client) DeleteGatewayServiceVersionWithOptions ¶
func (client *Client) DeleteGatewayServiceVersionWithOptions(gatewayId *string, gatewayServiceId *string, name *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteGatewayServiceVersionResponse, _err error)
Summary:
删除服务版本
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteGatewayServiceVersionResponse
func (*Client) DeleteGatewayServiceWithOptions ¶
func (client *Client) DeleteGatewayServiceWithOptions(gatewayId *string, gatewayServiceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteGatewayServiceResponse, _err error)
Summary:
删除服务
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteGatewayServiceResponse
func (*Client) DeleteGatewayWithOptions ¶
func (client *Client) DeleteGatewayWithOptions(gatewayId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteGatewayResponse, _err error)
Summary:
删除网关
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteGatewayResponse
func (*Client) DeleteHttpApi ¶
func (client *Client) DeleteHttpApi(httpApiId *string) (_result *DeleteHttpApiResponse, _err error)
Summary:
删除HTTP API
@return DeleteHttpApiResponse
func (*Client) DeleteHttpApiOperation ¶
func (client *Client) DeleteHttpApiOperation(httpApiId *string, operationId *string) (_result *DeleteHttpApiOperationResponse, _err error)
Summary:
删除Operation
@return DeleteHttpApiOperationResponse
func (*Client) DeleteHttpApiOperationWithOptions ¶
func (client *Client) DeleteHttpApiOperationWithOptions(httpApiId *string, operationId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteHttpApiOperationResponse, _err error)
Summary:
删除Operation
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteHttpApiOperationResponse
func (*Client) DeleteHttpApiWithOptions ¶
func (client *Client) DeleteHttpApiWithOptions(httpApiId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteHttpApiResponse, _err error)
Summary:
删除HTTP API
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteHttpApiResponse
func (*Client) DeleteServiceSource ¶
func (client *Client) DeleteServiceSource(gatewayId *string, serviceSourceId *string) (_result *DeleteServiceSourceResponse, _err error)
Summary:
删除服务来源
@return DeleteServiceSourceResponse
func (*Client) DeleteServiceSourceWithOptions ¶
func (client *Client) DeleteServiceSourceWithOptions(gatewayId *string, serviceSourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteServiceSourceResponse, _err error)
Summary:
删除服务来源
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteServiceSourceResponse
func (*Client) GetDomain ¶
func (client *Client) GetDomain(domainId *string) (_result *GetDomainResponse, _err error)
Summary:
查询域名详情
@return GetDomainResponse
func (*Client) GetDomainWithOptions ¶
func (client *Client) GetDomainWithOptions(domainId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDomainResponse, _err error)
Summary:
查询域名详情
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetDomainResponse
func (*Client) GetEndpoint ¶
func (*Client) GetEnvironment ¶
func (client *Client) GetEnvironment(environmentId *string) (_result *GetEnvironmentResponse, _err error)
Summary:
GetEnvironment ¶
@return GetEnvironmentResponse
func (*Client) GetEnvironmentWithOptions ¶
func (client *Client) GetEnvironmentWithOptions(environmentId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetEnvironmentResponse, _err error)
Summary:
GetEnvironment ¶
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetEnvironmentResponse
func (*Client) GetGateway ¶
func (client *Client) GetGateway(gatewayId *string) (_result *GetGatewayResponse, _err error)
Summary:
获取网关实例详情
@return GetGatewayResponse
func (*Client) GetGatewayRoute ¶
func (client *Client) GetGatewayRoute(gatewayId *string, gatewayRouteId *string) (_result *GetGatewayRouteResponse, _err error)
Summary:
创建网关路由
@return GetGatewayRouteResponse
func (*Client) GetGatewayRouteWithOptions ¶
func (client *Client) GetGatewayRouteWithOptions(gatewayId *string, gatewayRouteId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetGatewayRouteResponse, _err error)
Summary:
创建网关路由
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetGatewayRouteResponse
func (*Client) GetGatewayService ¶
func (client *Client) GetGatewayService(gatewayId *string, gatewayServiceId *string) (_result *GetGatewayServiceResponse, _err error)
Summary:
查询服务
@return GetGatewayServiceResponse
func (*Client) GetGatewayServiceWithOptions ¶
func (client *Client) GetGatewayServiceWithOptions(gatewayId *string, gatewayServiceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetGatewayServiceResponse, _err error)
Summary:
查询服务
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetGatewayServiceResponse
func (*Client) GetGatewayWithOptions ¶
func (client *Client) GetGatewayWithOptions(gatewayId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetGatewayResponse, _err error)
Summary:
获取网关实例详情
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetGatewayResponse
func (*Client) GetHttpApi ¶
func (client *Client) GetHttpApi(httpApiId *string) (_result *GetHttpApiResponse, _err error)
Summary:
读取HttpApi
@return GetHttpApiResponse
func (*Client) GetHttpApiOperation ¶
func (client *Client) GetHttpApiOperation(httpApiId *string, operationId *string) (_result *GetHttpApiOperationResponse, _err error)
Summary:
读取Operation
@return GetHttpApiOperationResponse
func (*Client) GetHttpApiOperationWithOptions ¶
func (client *Client) GetHttpApiOperationWithOptions(httpApiId *string, operationId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetHttpApiOperationResponse, _err error)
Summary:
读取Operation
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetHttpApiOperationResponse
func (*Client) GetHttpApiWithOptions ¶
func (client *Client) GetHttpApiWithOptions(httpApiId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetHttpApiResponse, _err error)
Summary:
读取HttpApi
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetHttpApiResponse
func (*Client) ListDomains ¶
func (client *Client) ListDomains(request *ListDomainsRequest) (_result *ListDomainsResponse, _err error)
Summary:
ListDomains ¶
@param request - ListDomainsRequest
@return ListDomainsResponse
func (*Client) ListDomainsWithOptions ¶
func (client *Client) ListDomainsWithOptions(request *ListDomainsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDomainsResponse, _err error)
Summary:
ListDomains ¶
@param request - ListDomainsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListDomainsResponse
func (*Client) ListEnvironments ¶
func (client *Client) ListEnvironments(request *ListEnvironmentsRequest) (_result *ListEnvironmentsResponse, _err error)
Summary:
ListEnvironments ¶
@param request - ListEnvironmentsRequest
@return ListEnvironmentsResponse
func (*Client) ListEnvironmentsWithOptions ¶
func (client *Client) ListEnvironmentsWithOptions(request *ListEnvironmentsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListEnvironmentsResponse, _err error)
Summary:
ListEnvironments ¶
@param request - ListEnvironmentsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListEnvironmentsResponse
func (*Client) ListGatewayRoutes ¶
func (client *Client) ListGatewayRoutes(gatewayId *string, request *ListGatewayRoutesRequest) (_result *ListGatewayRoutesResponse, _err error)
Summary:
创建网关路由
@param request - ListGatewayRoutesRequest
@return ListGatewayRoutesResponse
func (*Client) ListGatewayRoutesWithOptions ¶
func (client *Client) ListGatewayRoutesWithOptions(gatewayId *string, request *ListGatewayRoutesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListGatewayRoutesResponse, _err error)
Summary:
创建网关路由
@param request - ListGatewayRoutesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListGatewayRoutesResponse
func (*Client) ListGatewayServices ¶
func (client *Client) ListGatewayServices(gatewayId *string, request *ListGatewayServicesRequest) (_result *ListGatewayServicesResponse, _err error)
Summary:
查询服务列表
@param request - ListGatewayServicesRequest
@return ListGatewayServicesResponse
func (*Client) ListGatewayServicesWithOptions ¶
func (client *Client) ListGatewayServicesWithOptions(gatewayId *string, request *ListGatewayServicesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListGatewayServicesResponse, _err error)
Summary:
查询服务列表
@param request - ListGatewayServicesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListGatewayServicesResponse
func (*Client) ListGateways ¶
func (client *Client) ListGateways(request *ListGatewaysRequest) (_result *ListGatewaysResponse, _err error)
Summary:
获取已经创建的云原生网关列表
@param request - ListGatewaysRequest
@return ListGatewaysResponse
func (*Client) ListGatewaysWithOptions ¶
func (client *Client) ListGatewaysWithOptions(request *ListGatewaysRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListGatewaysResponse, _err error)
Summary:
获取已经创建的云原生网关列表
@param request - ListGatewaysRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListGatewaysResponse
func (*Client) ListHttpApiOperations ¶
func (client *Client) ListHttpApiOperations(httpApiId *string, request *ListHttpApiOperationsRequest) (_result *ListHttpApiOperationsResponse, _err error)
Summary:
列举Operation
@param request - ListHttpApiOperationsRequest
@return ListHttpApiOperationsResponse
func (*Client) ListHttpApiOperationsWithOptions ¶
func (client *Client) ListHttpApiOperationsWithOptions(httpApiId *string, request *ListHttpApiOperationsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListHttpApiOperationsResponse, _err error)
Summary:
列举Operation
@param request - ListHttpApiOperationsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListHttpApiOperationsResponse
func (*Client) ListHttpApis ¶
func (client *Client) ListHttpApis(request *ListHttpApisRequest) (_result *ListHttpApisResponse, _err error)
Summary:
列举HTTP API
@param request - ListHttpApisRequest
@return ListHttpApisResponse
func (*Client) ListHttpApisWithOptions ¶
func (client *Client) ListHttpApisWithOptions(request *ListHttpApisRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListHttpApisResponse, _err error)
Summary:
列举HTTP API
@param request - ListHttpApisRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListHttpApisResponse
func (*Client) OfflineGatewayRoute ¶
func (client *Client) OfflineGatewayRoute(gatewayId *string, gatewayRouteId *string) (_result *OfflineGatewayRouteResponse, _err error)
Summary:
发布路由
@return OfflineGatewayRouteResponse
func (*Client) OfflineGatewayRouteWithOptions ¶
func (client *Client) OfflineGatewayRouteWithOptions(gatewayId *string, gatewayRouteId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *OfflineGatewayRouteResponse, _err error)
Summary:
发布路由
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return OfflineGatewayRouteResponse
func (*Client) OfflineHttpApi ¶
func (client *Client) OfflineHttpApi(httpApiId *string, request *OfflineHttpApiRequest) (_result *OfflineHttpApiResponse, _err error)
Summary:
下线已发布的HTTP API
@param request - OfflineHttpApiRequest
@return OfflineHttpApiResponse
func (*Client) OfflineHttpApiWithOptions ¶
func (client *Client) OfflineHttpApiWithOptions(httpApiId *string, request *OfflineHttpApiRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *OfflineHttpApiResponse, _err error)
Summary:
下线已发布的HTTP API
@param request - OfflineHttpApiRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return OfflineHttpApiResponse
func (*Client) PublishGatewayRoute ¶
func (client *Client) PublishGatewayRoute(gatewayId *string, gatewayRouteId *string) (_result *PublishGatewayRouteResponse, _err error)
Summary:
发布路由
@return PublishGatewayRouteResponse
func (*Client) PublishGatewayRouteWithOptions ¶
func (client *Client) PublishGatewayRouteWithOptions(gatewayId *string, gatewayRouteId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PublishGatewayRouteResponse, _err error)
Summary:
发布路由
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return PublishGatewayRouteResponse
func (*Client) PublishHttpApi ¶
func (client *Client) PublishHttpApi(httpApiId *string, request *PublishHttpApiRequest) (_result *PublishHttpApiResponse, _err error)
Summary:
发布HTTP API
@param request - PublishHttpApiRequest
@return PublishHttpApiResponse
func (*Client) PublishHttpApiWithOptions ¶
func (client *Client) PublishHttpApiWithOptions(httpApiId *string, request *PublishHttpApiRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PublishHttpApiResponse, _err error)
Summary:
发布HTTP API
@param request - PublishHttpApiRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return PublishHttpApiResponse
func (*Client) UpdateDomain ¶
func (client *Client) UpdateDomain(domainId *string, request *UpdateDomainRequest) (_result *UpdateDomainResponse, _err error)
Summary:
UpdateDomain ¶
@param request - UpdateDomainRequest
@return UpdateDomainResponse
func (*Client) UpdateDomainWithOptions ¶
func (client *Client) UpdateDomainWithOptions(domainId *string, request *UpdateDomainRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateDomainResponse, _err error)
Summary:
UpdateDomain ¶
@param request - UpdateDomainRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateDomainResponse
func (*Client) UpdateEnvironment ¶
func (client *Client) UpdateEnvironment(environmentId *string, request *UpdateEnvironmentRequest) (_result *UpdateEnvironmentResponse, _err error)
Summary:
UpdateEnvironment ¶
@param request - UpdateEnvironmentRequest
@return UpdateEnvironmentResponse
func (*Client) UpdateEnvironmentWithOptions ¶
func (client *Client) UpdateEnvironmentWithOptions(environmentId *string, request *UpdateEnvironmentRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateEnvironmentResponse, _err error)
Summary:
UpdateEnvironment ¶
@param request - UpdateEnvironmentRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateEnvironmentResponse
func (*Client) UpdateGatewayRoute ¶
func (client *Client) UpdateGatewayRoute(gatewayId *string, gatewayRouteId *string, request *UpdateGatewayRouteRequest) (_result *UpdateGatewayRouteResponse, _err error)
Summary:
创建网关路由
@param request - UpdateGatewayRouteRequest
@return UpdateGatewayRouteResponse
func (*Client) UpdateGatewayRouteWithOptions ¶
func (client *Client) UpdateGatewayRouteWithOptions(gatewayId *string, gatewayRouteId *string, request *UpdateGatewayRouteRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateGatewayRouteResponse, _err error)
Summary:
创建网关路由
@param request - UpdateGatewayRouteRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateGatewayRouteResponse
func (*Client) UpdateGatewayService ¶
func (client *Client) UpdateGatewayService(gatewayId *string, gatewayServiceId *string, request *UpdateGatewayServiceRequest) (_result *UpdateGatewayServiceResponse, _err error)
Summary:
更新服务
@param request - UpdateGatewayServiceRequest
@return UpdateGatewayServiceResponse
func (*Client) UpdateGatewayServiceVersion ¶
func (client *Client) UpdateGatewayServiceVersion(gatewayId *string, gatewayServiceId *string, name *string, request *UpdateGatewayServiceVersionRequest) (_result *UpdateGatewayServiceVersionResponse, _err error)
Summary:
更新服务版本
@param request - UpdateGatewayServiceVersionRequest
@return UpdateGatewayServiceVersionResponse
func (*Client) UpdateGatewayServiceVersionWithOptions ¶
func (client *Client) UpdateGatewayServiceVersionWithOptions(gatewayId *string, gatewayServiceId *string, name *string, request *UpdateGatewayServiceVersionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateGatewayServiceVersionResponse, _err error)
Summary:
更新服务版本
@param request - UpdateGatewayServiceVersionRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateGatewayServiceVersionResponse
func (*Client) UpdateGatewayServiceWithOptions ¶
func (client *Client) UpdateGatewayServiceWithOptions(gatewayId *string, gatewayServiceId *string, request *UpdateGatewayServiceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateGatewayServiceResponse, _err error)
Summary:
更新服务
@param request - UpdateGatewayServiceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateGatewayServiceResponse
func (*Client) UpdateHttpApi ¶
func (client *Client) UpdateHttpApi(httpApiId *string, request *UpdateHttpApiRequest) (_result *UpdateHttpApiResponse, _err error)
Summary:
更新HTTP API
@param request - UpdateHttpApiRequest
@return UpdateHttpApiResponse
func (*Client) UpdateHttpApiOperation ¶
func (client *Client) UpdateHttpApiOperation(httpApiId *string, operationId *string, request *UpdateHttpApiOperationRequest) (_result *UpdateHttpApiOperationResponse, _err error)
Summary:
更新Operation
@param request - UpdateHttpApiOperationRequest
@return UpdateHttpApiOperationResponse
func (*Client) UpdateHttpApiOperationWithOptions ¶
func (client *Client) UpdateHttpApiOperationWithOptions(httpApiId *string, operationId *string, request *UpdateHttpApiOperationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateHttpApiOperationResponse, _err error)
Summary:
更新Operation
@param request - UpdateHttpApiOperationRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateHttpApiOperationResponse
func (*Client) UpdateHttpApiWithOptions ¶
func (client *Client) UpdateHttpApiWithOptions(httpApiId *string, request *UpdateHttpApiRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateHttpApiResponse, _err error)
Summary:
更新HTTP API
@param request - UpdateHttpApiRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateHttpApiResponse
func (*Client) UpdateServiceSource ¶
func (client *Client) UpdateServiceSource(gatewayId *string, serviceSourceId *string, request *UpdateServiceSourceRequest) (_result *UpdateServiceSourceResponse, _err error)
Summary:
更新服务来源
@param request - UpdateServiceSourceRequest
@return UpdateServiceSourceResponse
func (*Client) UpdateServiceSourceWithOptions ¶
func (client *Client) UpdateServiceSourceWithOptions(gatewayId *string, serviceSourceId *string, request *UpdateServiceSourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateServiceSourceResponse, _err error)
Summary:
更新服务来源
@param request - UpdateServiceSourceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateServiceSourceResponse
type CreateDomainRequest ¶
type CreateDomainRequest struct { // example: // // 194445-cn-hangzhou CaCertIndentifier *string `json:"caCertIndentifier,omitempty" xml:"caCertIndentifier,omitempty"` // example: // // 194445-cn-hangzhou CertIndentifier *string `json:"certIndentifier,omitempty" xml:"certIndentifier,omitempty"` // example: // // false ForceHttps *bool `json:"forceHttps,omitempty" xml:"forceHttps,omitempty"` // example: // // Open Http2Option *string `json:"http2Option,omitempty" xml:"http2Option,omitempty"` // This parameter is required. // // example: // // abc.com Name *string `json:"name,omitempty" xml:"name,omitempty"` // This parameter is required. // // example: // // HTTP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` // example: // // TLS1.3 TlsMax *string `json:"tlsMax,omitempty" xml:"tlsMax,omitempty"` // example: // // TLS1.0 TlsMin *string `json:"tlsMin,omitempty" xml:"tlsMin,omitempty"` }
func (CreateDomainRequest) GoString ¶
func (s CreateDomainRequest) GoString() string
func (*CreateDomainRequest) SetCaCertIndentifier ¶
func (s *CreateDomainRequest) SetCaCertIndentifier(v string) *CreateDomainRequest
func (*CreateDomainRequest) SetCertIndentifier ¶
func (s *CreateDomainRequest) SetCertIndentifier(v string) *CreateDomainRequest
func (*CreateDomainRequest) SetForceHttps ¶
func (s *CreateDomainRequest) SetForceHttps(v bool) *CreateDomainRequest
func (*CreateDomainRequest) SetHttp2Option ¶
func (s *CreateDomainRequest) SetHttp2Option(v string) *CreateDomainRequest
func (*CreateDomainRequest) SetName ¶
func (s *CreateDomainRequest) SetName(v string) *CreateDomainRequest
func (*CreateDomainRequest) SetProtocol ¶
func (s *CreateDomainRequest) SetProtocol(v string) *CreateDomainRequest
func (*CreateDomainRequest) SetTlsMax ¶
func (s *CreateDomainRequest) SetTlsMax(v string) *CreateDomainRequest
func (*CreateDomainRequest) SetTlsMin ¶
func (s *CreateDomainRequest) SetTlsMin(v string) *CreateDomainRequest
func (CreateDomainRequest) String ¶
func (s CreateDomainRequest) String() string
type CreateDomainResponse ¶
type CreateDomainResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateDomainResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateDomainResponse) GoString ¶
func (s CreateDomainResponse) GoString() string
func (*CreateDomainResponse) SetBody ¶
func (s *CreateDomainResponse) SetBody(v *CreateDomainResponseBody) *CreateDomainResponse
func (*CreateDomainResponse) SetHeaders ¶
func (s *CreateDomainResponse) SetHeaders(v map[string]*string) *CreateDomainResponse
func (*CreateDomainResponse) SetStatusCode ¶
func (s *CreateDomainResponse) SetStatusCode(v int32) *CreateDomainResponse
func (CreateDomainResponse) String ¶
func (s CreateDomainResponse) String() string
type CreateDomainResponseBody ¶
type CreateDomainResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *CreateDomainResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 0C2D1C68-0D93-5561-8EE6-FDB7BF067A30 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreateDomainResponseBody) GoString ¶
func (s CreateDomainResponseBody) GoString() string
func (*CreateDomainResponseBody) SetCode ¶
func (s *CreateDomainResponseBody) SetCode(v string) *CreateDomainResponseBody
func (*CreateDomainResponseBody) SetData ¶
func (s *CreateDomainResponseBody) SetData(v *CreateDomainResponseBodyData) *CreateDomainResponseBody
func (*CreateDomainResponseBody) SetMessage ¶
func (s *CreateDomainResponseBody) SetMessage(v string) *CreateDomainResponseBody
func (*CreateDomainResponseBody) SetRequestId ¶
func (s *CreateDomainResponseBody) SetRequestId(v string) *CreateDomainResponseBody
func (CreateDomainResponseBody) String ¶
func (s CreateDomainResponseBody) String() string
type CreateDomainResponseBodyData ¶
type CreateDomainResponseBodyData struct { // example: // // d-cpu1aullhtgkidg7sa4g DomainId *string `json:"domainId,omitempty" xml:"domainId,omitempty"` }
func (CreateDomainResponseBodyData) GoString ¶
func (s CreateDomainResponseBodyData) GoString() string
func (*CreateDomainResponseBodyData) SetDomainId ¶
func (s *CreateDomainResponseBodyData) SetDomainId(v string) *CreateDomainResponseBodyData
func (CreateDomainResponseBodyData) String ¶
func (s CreateDomainResponseBodyData) String() string
type CreateEnvironmentRequest ¶
type CreateEnvironmentRequest struct { // This parameter is required. Alias *string `json:"alias,omitempty" xml:"alias,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` // This parameter is required. // // example: // // gw-cq7l5s5lhtgi6qasrdc0 GatewayId *string `json:"gatewayId,omitempty" xml:"gatewayId,omitempty"` // This parameter is required. // // example: // // test Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (CreateEnvironmentRequest) GoString ¶
func (s CreateEnvironmentRequest) GoString() string
func (*CreateEnvironmentRequest) SetAlias ¶
func (s *CreateEnvironmentRequest) SetAlias(v string) *CreateEnvironmentRequest
func (*CreateEnvironmentRequest) SetDescription ¶
func (s *CreateEnvironmentRequest) SetDescription(v string) *CreateEnvironmentRequest
func (*CreateEnvironmentRequest) SetGatewayId ¶
func (s *CreateEnvironmentRequest) SetGatewayId(v string) *CreateEnvironmentRequest
func (*CreateEnvironmentRequest) SetName ¶
func (s *CreateEnvironmentRequest) SetName(v string) *CreateEnvironmentRequest
func (CreateEnvironmentRequest) String ¶
func (s CreateEnvironmentRequest) String() string
type CreateEnvironmentResponse ¶
type CreateEnvironmentResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateEnvironmentResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateEnvironmentResponse) GoString ¶
func (s CreateEnvironmentResponse) GoString() string
func (*CreateEnvironmentResponse) SetBody ¶
func (s *CreateEnvironmentResponse) SetBody(v *CreateEnvironmentResponseBody) *CreateEnvironmentResponse
func (*CreateEnvironmentResponse) SetHeaders ¶
func (s *CreateEnvironmentResponse) SetHeaders(v map[string]*string) *CreateEnvironmentResponse
func (*CreateEnvironmentResponse) SetStatusCode ¶
func (s *CreateEnvironmentResponse) SetStatusCode(v int32) *CreateEnvironmentResponse
func (CreateEnvironmentResponse) String ¶
func (s CreateEnvironmentResponse) String() string
type CreateEnvironmentResponseBody ¶
type CreateEnvironmentResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *CreateEnvironmentResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 3C3B9A12-3868-5EB9-8BEA-F99E03DD125C RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreateEnvironmentResponseBody) GoString ¶
func (s CreateEnvironmentResponseBody) GoString() string
func (*CreateEnvironmentResponseBody) SetCode ¶
func (s *CreateEnvironmentResponseBody) SetCode(v string) *CreateEnvironmentResponseBody
func (*CreateEnvironmentResponseBody) SetData ¶
func (s *CreateEnvironmentResponseBody) SetData(v *CreateEnvironmentResponseBodyData) *CreateEnvironmentResponseBody
func (*CreateEnvironmentResponseBody) SetMessage ¶
func (s *CreateEnvironmentResponseBody) SetMessage(v string) *CreateEnvironmentResponseBody
func (*CreateEnvironmentResponseBody) SetRequestId ¶
func (s *CreateEnvironmentResponseBody) SetRequestId(v string) *CreateEnvironmentResponseBody
func (CreateEnvironmentResponseBody) String ¶
func (s CreateEnvironmentResponseBody) String() string
type CreateEnvironmentResponseBodyData ¶
type CreateEnvironmentResponseBodyData struct { // example: // // env-cq7l5s5lhtgi6qasrdc0 EnvironmentId *string `json:"environmentId,omitempty" xml:"environmentId,omitempty"` }
func (CreateEnvironmentResponseBodyData) GoString ¶
func (s CreateEnvironmentResponseBodyData) GoString() string
func (*CreateEnvironmentResponseBodyData) SetEnvironmentId ¶
func (s *CreateEnvironmentResponseBodyData) SetEnvironmentId(v string) *CreateEnvironmentResponseBodyData
func (CreateEnvironmentResponseBodyData) String ¶
func (s CreateEnvironmentResponseBodyData) String() string
type CreateGatewayRouteRequest ¶
type CreateGatewayRouteRequest struct { BackendConfig *GatewayRouteBackendConfig `json:"backendConfig,omitempty" xml:"backendConfig,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` DomainConfig *GatewayRouteDomainConfig `json:"domainConfig,omitempty" xml:"domainConfig,omitempty"` Match *HttpRouteMatch `json:"match,omitempty" xml:"match,omitempty"` // example: // // itemcenter-route Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (CreateGatewayRouteRequest) GoString ¶
func (s CreateGatewayRouteRequest) GoString() string
func (*CreateGatewayRouteRequest) SetBackendConfig ¶
func (s *CreateGatewayRouteRequest) SetBackendConfig(v *GatewayRouteBackendConfig) *CreateGatewayRouteRequest
func (*CreateGatewayRouteRequest) SetDescription ¶
func (s *CreateGatewayRouteRequest) SetDescription(v string) *CreateGatewayRouteRequest
func (*CreateGatewayRouteRequest) SetDomainConfig ¶
func (s *CreateGatewayRouteRequest) SetDomainConfig(v *GatewayRouteDomainConfig) *CreateGatewayRouteRequest
func (*CreateGatewayRouteRequest) SetMatch ¶
func (s *CreateGatewayRouteRequest) SetMatch(v *HttpRouteMatch) *CreateGatewayRouteRequest
func (*CreateGatewayRouteRequest) SetName ¶
func (s *CreateGatewayRouteRequest) SetName(v string) *CreateGatewayRouteRequest
func (CreateGatewayRouteRequest) String ¶
func (s CreateGatewayRouteRequest) String() string
type CreateGatewayRouteResponse ¶
type CreateGatewayRouteResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateGatewayRouteResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateGatewayRouteResponse) GoString ¶
func (s CreateGatewayRouteResponse) GoString() string
func (*CreateGatewayRouteResponse) SetBody ¶
func (s *CreateGatewayRouteResponse) SetBody(v *CreateGatewayRouteResponseBody) *CreateGatewayRouteResponse
func (*CreateGatewayRouteResponse) SetHeaders ¶
func (s *CreateGatewayRouteResponse) SetHeaders(v map[string]*string) *CreateGatewayRouteResponse
func (*CreateGatewayRouteResponse) SetStatusCode ¶
func (s *CreateGatewayRouteResponse) SetStatusCode(v int32) *CreateGatewayRouteResponse
func (CreateGatewayRouteResponse) String ¶
func (s CreateGatewayRouteResponse) String() string
type CreateGatewayRouteResponseBody ¶
type CreateGatewayRouteResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *CreateGatewayRouteResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 0F138FFC-6E2B-56C1-9BAB-A67462E339D1 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreateGatewayRouteResponseBody) GoString ¶
func (s CreateGatewayRouteResponseBody) GoString() string
func (*CreateGatewayRouteResponseBody) SetCode ¶
func (s *CreateGatewayRouteResponseBody) SetCode(v string) *CreateGatewayRouteResponseBody
func (*CreateGatewayRouteResponseBody) SetData ¶
func (s *CreateGatewayRouteResponseBody) SetData(v *CreateGatewayRouteResponseBodyData) *CreateGatewayRouteResponseBody
func (*CreateGatewayRouteResponseBody) SetMessage ¶
func (s *CreateGatewayRouteResponseBody) SetMessage(v string) *CreateGatewayRouteResponseBody
func (*CreateGatewayRouteResponseBody) SetRequestId ¶
func (s *CreateGatewayRouteResponseBody) SetRequestId(v string) *CreateGatewayRouteResponseBody
func (CreateGatewayRouteResponseBody) String ¶
func (s CreateGatewayRouteResponseBody) String() string
type CreateGatewayRouteResponseBodyData ¶
type CreateGatewayRouteResponseBodyData struct { // example: // // gr-cpumc37d***** GatewayRouteId *string `json:"gatewayRouteId,omitempty" xml:"gatewayRouteId,omitempty"` }
func (CreateGatewayRouteResponseBodyData) GoString ¶
func (s CreateGatewayRouteResponseBodyData) GoString() string
func (*CreateGatewayRouteResponseBodyData) SetGatewayRouteId ¶
func (s *CreateGatewayRouteResponseBodyData) SetGatewayRouteId(v string) *CreateGatewayRouteResponseBodyData
func (CreateGatewayRouteResponseBodyData) String ¶
func (s CreateGatewayRouteResponseBodyData) String() string
type CreateGatewayServiceRequest ¶
type CreateGatewayServiceRequest struct { GatewayServiceConfigs []*CreateGatewayServiceRequestGatewayServiceConfigs `json:"gatewayServiceConfigs,omitempty" xml:"gatewayServiceConfigs,omitempty" type:"Repeated"` // example: // // MSE_NACOS SourceType *string `json:"sourceType,omitempty" xml:"sourceType,omitempty"` }
func (CreateGatewayServiceRequest) GoString ¶
func (s CreateGatewayServiceRequest) GoString() string
func (*CreateGatewayServiceRequest) SetGatewayServiceConfigs ¶
func (s *CreateGatewayServiceRequest) SetGatewayServiceConfigs(v []*CreateGatewayServiceRequestGatewayServiceConfigs) *CreateGatewayServiceRequest
func (*CreateGatewayServiceRequest) SetSourceType ¶
func (s *CreateGatewayServiceRequest) SetSourceType(v string) *CreateGatewayServiceRequest
func (CreateGatewayServiceRequest) String ¶
func (s CreateGatewayServiceRequest) String() string
type CreateGatewayServiceRequestGatewayServiceConfigs ¶
type CreateGatewayServiceRequestGatewayServiceConfigs struct { Addresses []*string `json:"addresses,omitempty" xml:"addresses,omitempty" type:"Repeated"` // example: // // group-1 GroupName *string `json:"groupName,omitempty" xml:"groupName,omitempty"` // example: // // itemcenter-provider Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // MSE_NACOS Namespace *string `json:"namespace,omitempty" xml:"namespace,omitempty"` // example: // // 8080 Port *int32 `json:"port,omitempty" xml:"port,omitempty"` // example: // // LATEST Qualifier *string `json:"qualifier,omitempty" xml:"qualifier,omitempty"` }
func (CreateGatewayServiceRequestGatewayServiceConfigs) GoString ¶
func (s CreateGatewayServiceRequestGatewayServiceConfigs) GoString() string
func (*CreateGatewayServiceRequestGatewayServiceConfigs) SetAddresses ¶
func (s *CreateGatewayServiceRequestGatewayServiceConfigs) SetAddresses(v []*string) *CreateGatewayServiceRequestGatewayServiceConfigs
func (*CreateGatewayServiceRequestGatewayServiceConfigs) SetGroupName ¶
func (s *CreateGatewayServiceRequestGatewayServiceConfigs) SetGroupName(v string) *CreateGatewayServiceRequestGatewayServiceConfigs
func (*CreateGatewayServiceRequestGatewayServiceConfigs) SetNamespace ¶
func (s *CreateGatewayServiceRequestGatewayServiceConfigs) SetNamespace(v string) *CreateGatewayServiceRequestGatewayServiceConfigs
func (*CreateGatewayServiceRequestGatewayServiceConfigs) SetQualifier ¶
func (s *CreateGatewayServiceRequestGatewayServiceConfigs) SetQualifier(v string) *CreateGatewayServiceRequestGatewayServiceConfigs
func (CreateGatewayServiceRequestGatewayServiceConfigs) String ¶
func (s CreateGatewayServiceRequestGatewayServiceConfigs) String() string
type CreateGatewayServiceResponse ¶
type CreateGatewayServiceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateGatewayServiceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateGatewayServiceResponse) GoString ¶
func (s CreateGatewayServiceResponse) GoString() string
func (*CreateGatewayServiceResponse) SetBody ¶
func (s *CreateGatewayServiceResponse) SetBody(v *CreateGatewayServiceResponseBody) *CreateGatewayServiceResponse
func (*CreateGatewayServiceResponse) SetHeaders ¶
func (s *CreateGatewayServiceResponse) SetHeaders(v map[string]*string) *CreateGatewayServiceResponse
func (*CreateGatewayServiceResponse) SetStatusCode ¶
func (s *CreateGatewayServiceResponse) SetStatusCode(v int32) *CreateGatewayServiceResponse
func (CreateGatewayServiceResponse) String ¶
func (s CreateGatewayServiceResponse) String() string
type CreateGatewayServiceResponseBody ¶
type CreateGatewayServiceResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *CreateGatewayServiceResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 9BA5586D-0EAE-5F78-B704-1A8DBADE46DA RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreateGatewayServiceResponseBody) GoString ¶
func (s CreateGatewayServiceResponseBody) GoString() string
func (*CreateGatewayServiceResponseBody) SetCode ¶
func (s *CreateGatewayServiceResponseBody) SetCode(v string) *CreateGatewayServiceResponseBody
func (*CreateGatewayServiceResponseBody) SetData ¶
func (s *CreateGatewayServiceResponseBody) SetData(v *CreateGatewayServiceResponseBodyData) *CreateGatewayServiceResponseBody
func (*CreateGatewayServiceResponseBody) SetMessage ¶
func (s *CreateGatewayServiceResponseBody) SetMessage(v string) *CreateGatewayServiceResponseBody
func (*CreateGatewayServiceResponseBody) SetRequestId ¶
func (s *CreateGatewayServiceResponseBody) SetRequestId(v string) *CreateGatewayServiceResponseBody
func (CreateGatewayServiceResponseBody) String ¶
func (s CreateGatewayServiceResponseBody) String() string
type CreateGatewayServiceResponseBodyData ¶
type CreateGatewayServiceResponseBodyData struct {
GatewayServiceIds []*string `json:"gatewayServiceIds,omitempty" xml:"gatewayServiceIds,omitempty" type:"Repeated"`
}
func (CreateGatewayServiceResponseBodyData) GoString ¶
func (s CreateGatewayServiceResponseBodyData) GoString() string
func (*CreateGatewayServiceResponseBodyData) SetGatewayServiceIds ¶
func (s *CreateGatewayServiceResponseBodyData) SetGatewayServiceIds(v []*string) *CreateGatewayServiceResponseBodyData
func (CreateGatewayServiceResponseBodyData) String ¶
func (s CreateGatewayServiceResponseBodyData) String() string
type CreateGatewayServiceVersionRequest ¶
type CreateGatewayServiceVersionRequest struct { Labels []*CreateGatewayServiceVersionRequestLabels `json:"labels,omitempty" xml:"labels,omitempty" type:"Repeated"` // example: // // v1 Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (CreateGatewayServiceVersionRequest) GoString ¶
func (s CreateGatewayServiceVersionRequest) GoString() string
func (*CreateGatewayServiceVersionRequest) SetLabels ¶
func (s *CreateGatewayServiceVersionRequest) SetLabels(v []*CreateGatewayServiceVersionRequestLabels) *CreateGatewayServiceVersionRequest
func (*CreateGatewayServiceVersionRequest) SetName ¶
func (s *CreateGatewayServiceVersionRequest) SetName(v string) *CreateGatewayServiceVersionRequest
func (CreateGatewayServiceVersionRequest) String ¶
func (s CreateGatewayServiceVersionRequest) String() string
type CreateGatewayServiceVersionRequestLabels ¶
type CreateGatewayServiceVersionRequestLabels struct { // example: // // app Key *string `json:"key,omitempty" xml:"key,omitempty"` // example: // // itemcenter-blue Value *string `json:"value,omitempty" xml:"value,omitempty"` }
func (CreateGatewayServiceVersionRequestLabels) GoString ¶
func (s CreateGatewayServiceVersionRequestLabels) GoString() string
func (*CreateGatewayServiceVersionRequestLabels) SetKey ¶
func (s *CreateGatewayServiceVersionRequestLabels) SetKey(v string) *CreateGatewayServiceVersionRequestLabels
func (*CreateGatewayServiceVersionRequestLabels) SetValue ¶
func (s *CreateGatewayServiceVersionRequestLabels) SetValue(v string) *CreateGatewayServiceVersionRequestLabels
func (CreateGatewayServiceVersionRequestLabels) String ¶
func (s CreateGatewayServiceVersionRequestLabels) String() string
type CreateGatewayServiceVersionResponse ¶
type CreateGatewayServiceVersionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateGatewayServiceVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateGatewayServiceVersionResponse) GoString ¶
func (s CreateGatewayServiceVersionResponse) GoString() string
func (*CreateGatewayServiceVersionResponse) SetHeaders ¶
func (s *CreateGatewayServiceVersionResponse) SetHeaders(v map[string]*string) *CreateGatewayServiceVersionResponse
func (*CreateGatewayServiceVersionResponse) SetStatusCode ¶
func (s *CreateGatewayServiceVersionResponse) SetStatusCode(v int32) *CreateGatewayServiceVersionResponse
func (CreateGatewayServiceVersionResponse) String ¶
func (s CreateGatewayServiceVersionResponse) String() string
type CreateGatewayServiceVersionResponseBody ¶
type CreateGatewayServiceVersionResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 393E2630-DBE7-5221-AB35-9E740675491A RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreateGatewayServiceVersionResponseBody) GoString ¶
func (s CreateGatewayServiceVersionResponseBody) GoString() string
func (*CreateGatewayServiceVersionResponseBody) SetCode ¶
func (s *CreateGatewayServiceVersionResponseBody) SetCode(v string) *CreateGatewayServiceVersionResponseBody
func (*CreateGatewayServiceVersionResponseBody) SetMessage ¶
func (s *CreateGatewayServiceVersionResponseBody) SetMessage(v string) *CreateGatewayServiceVersionResponseBody
func (*CreateGatewayServiceVersionResponseBody) SetRequestId ¶
func (s *CreateGatewayServiceVersionResponseBody) SetRequestId(v string) *CreateGatewayServiceVersionResponseBody
func (CreateGatewayServiceVersionResponseBody) String ¶
func (s CreateGatewayServiceVersionResponseBody) String() string
type CreateHttpApiOperationRequest ¶
type CreateHttpApiOperationRequest struct {
Operations []*HttpApiOperation `json:"operations,omitempty" xml:"operations,omitempty" type:"Repeated"`
}
func (CreateHttpApiOperationRequest) GoString ¶
func (s CreateHttpApiOperationRequest) GoString() string
func (*CreateHttpApiOperationRequest) SetOperations ¶
func (s *CreateHttpApiOperationRequest) SetOperations(v []*HttpApiOperation) *CreateHttpApiOperationRequest
func (CreateHttpApiOperationRequest) String ¶
func (s CreateHttpApiOperationRequest) String() string
type CreateHttpApiOperationResponse ¶
type CreateHttpApiOperationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateHttpApiOperationResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateHttpApiOperationResponse) GoString ¶
func (s CreateHttpApiOperationResponse) GoString() string
func (*CreateHttpApiOperationResponse) SetBody ¶
func (s *CreateHttpApiOperationResponse) SetBody(v *CreateHttpApiOperationResponseBody) *CreateHttpApiOperationResponse
func (*CreateHttpApiOperationResponse) SetHeaders ¶
func (s *CreateHttpApiOperationResponse) SetHeaders(v map[string]*string) *CreateHttpApiOperationResponse
func (*CreateHttpApiOperationResponse) SetStatusCode ¶
func (s *CreateHttpApiOperationResponse) SetStatusCode(v int32) *CreateHttpApiOperationResponse
func (CreateHttpApiOperationResponse) String ¶
func (s CreateHttpApiOperationResponse) String() string
type CreateHttpApiOperationResponseBody ¶
type CreateHttpApiOperationResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *CreateHttpApiOperationResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 393E2630-DBE7-5221-AB35-9E740675491A RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreateHttpApiOperationResponseBody) GoString ¶
func (s CreateHttpApiOperationResponseBody) GoString() string
func (*CreateHttpApiOperationResponseBody) SetCode ¶
func (s *CreateHttpApiOperationResponseBody) SetCode(v string) *CreateHttpApiOperationResponseBody
func (*CreateHttpApiOperationResponseBody) SetMessage ¶
func (s *CreateHttpApiOperationResponseBody) SetMessage(v string) *CreateHttpApiOperationResponseBody
func (*CreateHttpApiOperationResponseBody) SetRequestId ¶
func (s *CreateHttpApiOperationResponseBody) SetRequestId(v string) *CreateHttpApiOperationResponseBody
func (CreateHttpApiOperationResponseBody) String ¶
func (s CreateHttpApiOperationResponseBody) String() string
type CreateHttpApiOperationResponseBodyData ¶
type CreateHttpApiOperationResponseBodyData struct {
Operations []*CreateHttpApiOperationResponseBodyDataOperations `json:"operations,omitempty" xml:"operations,omitempty" type:"Repeated"`
}
func (CreateHttpApiOperationResponseBodyData) GoString ¶
func (s CreateHttpApiOperationResponseBodyData) GoString() string
func (*CreateHttpApiOperationResponseBodyData) SetOperations ¶
func (s *CreateHttpApiOperationResponseBodyData) SetOperations(v []*CreateHttpApiOperationResponseBodyDataOperations) *CreateHttpApiOperationResponseBodyData
func (CreateHttpApiOperationResponseBodyData) String ¶
func (s CreateHttpApiOperationResponseBodyData) String() string
type CreateHttpApiOperationResponseBodyDataOperations ¶
type CreateHttpApiOperationResponseBodyDataOperations struct {
OperationId *string `json:"operationId,omitempty" xml:"operationId,omitempty"`
}
func (CreateHttpApiOperationResponseBodyDataOperations) GoString ¶
func (s CreateHttpApiOperationResponseBodyDataOperations) GoString() string
func (*CreateHttpApiOperationResponseBodyDataOperations) SetOperationId ¶
func (s *CreateHttpApiOperationResponseBodyDataOperations) SetOperationId(v string) *CreateHttpApiOperationResponseBodyDataOperations
func (CreateHttpApiOperationResponseBodyDataOperations) String ¶
func (s CreateHttpApiOperationResponseBodyDataOperations) String() string
type CreateHttpApiRequest ¶
type CreateHttpApiRequest struct { // This parameter is required. // // example: // // /v1 BasePath *string `json:"basePath,omitempty" xml:"basePath,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` // This parameter is required. Name *string `json:"name,omitempty" xml:"name,omitempty"` Protocols []*string `json:"protocols,omitempty" xml:"protocols,omitempty" type:"Repeated"` VersionConfig *HttpApiVersionConfig `json:"versionConfig,omitempty" xml:"versionConfig,omitempty"` }
func (CreateHttpApiRequest) GoString ¶
func (s CreateHttpApiRequest) GoString() string
func (*CreateHttpApiRequest) SetBasePath ¶
func (s *CreateHttpApiRequest) SetBasePath(v string) *CreateHttpApiRequest
func (*CreateHttpApiRequest) SetDescription ¶
func (s *CreateHttpApiRequest) SetDescription(v string) *CreateHttpApiRequest
func (*CreateHttpApiRequest) SetName ¶
func (s *CreateHttpApiRequest) SetName(v string) *CreateHttpApiRequest
func (*CreateHttpApiRequest) SetProtocols ¶
func (s *CreateHttpApiRequest) SetProtocols(v []*string) *CreateHttpApiRequest
func (*CreateHttpApiRequest) SetVersionConfig ¶
func (s *CreateHttpApiRequest) SetVersionConfig(v *HttpApiVersionConfig) *CreateHttpApiRequest
func (CreateHttpApiRequest) String ¶
func (s CreateHttpApiRequest) String() string
type CreateHttpApiResponse ¶
type CreateHttpApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateHttpApiResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateHttpApiResponse) GoString ¶
func (s CreateHttpApiResponse) GoString() string
func (*CreateHttpApiResponse) SetBody ¶
func (s *CreateHttpApiResponse) SetBody(v *CreateHttpApiResponseBody) *CreateHttpApiResponse
func (*CreateHttpApiResponse) SetHeaders ¶
func (s *CreateHttpApiResponse) SetHeaders(v map[string]*string) *CreateHttpApiResponse
func (*CreateHttpApiResponse) SetStatusCode ¶
func (s *CreateHttpApiResponse) SetStatusCode(v int32) *CreateHttpApiResponse
func (CreateHttpApiResponse) String ¶
func (s CreateHttpApiResponse) String() string
type CreateHttpApiResponseBody ¶
type CreateHttpApiResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *CreateHttpApiResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // A1994B10-C6A8-58FA-8347-6A08B0D4EFDE RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreateHttpApiResponseBody) GoString ¶
func (s CreateHttpApiResponseBody) GoString() string
func (*CreateHttpApiResponseBody) SetCode ¶
func (s *CreateHttpApiResponseBody) SetCode(v string) *CreateHttpApiResponseBody
func (*CreateHttpApiResponseBody) SetData ¶
func (s *CreateHttpApiResponseBody) SetData(v *CreateHttpApiResponseBodyData) *CreateHttpApiResponseBody
func (*CreateHttpApiResponseBody) SetMessage ¶
func (s *CreateHttpApiResponseBody) SetMessage(v string) *CreateHttpApiResponseBody
func (*CreateHttpApiResponseBody) SetRequestId ¶
func (s *CreateHttpApiResponseBody) SetRequestId(v string) *CreateHttpApiResponseBody
func (CreateHttpApiResponseBody) String ¶
func (s CreateHttpApiResponseBody) String() string
type CreateHttpApiResponseBodyData ¶
type CreateHttpApiResponseBodyData struct { HttpApiId *string `json:"httpApiId,omitempty" xml:"httpApiId,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (CreateHttpApiResponseBodyData) GoString ¶
func (s CreateHttpApiResponseBodyData) GoString() string
func (*CreateHttpApiResponseBodyData) SetHttpApiId ¶
func (s *CreateHttpApiResponseBodyData) SetHttpApiId(v string) *CreateHttpApiResponseBodyData
func (*CreateHttpApiResponseBodyData) SetName ¶
func (s *CreateHttpApiResponseBodyData) SetName(v string) *CreateHttpApiResponseBodyData
func (CreateHttpApiResponseBodyData) String ¶
func (s CreateHttpApiResponseBodyData) String() string
type CreateServiceSourceRequest ¶
type CreateServiceSourceRequest struct { K8sServiceSourceConfig *CreateServiceSourceRequestK8sServiceSourceConfig `json:"k8sServiceSourceConfig,omitempty" xml:"k8sServiceSourceConfig,omitempty" type:"Struct"` NacosServiceSourceConfig *CreateServiceSourceRequestNacosServiceSourceConfig `json:"nacosServiceSourceConfig,omitempty" xml:"nacosServiceSourceConfig,omitempty" type:"Struct"` Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (CreateServiceSourceRequest) GoString ¶
func (s CreateServiceSourceRequest) GoString() string
func (*CreateServiceSourceRequest) SetK8sServiceSourceConfig ¶
func (s *CreateServiceSourceRequest) SetK8sServiceSourceConfig(v *CreateServiceSourceRequestK8sServiceSourceConfig) *CreateServiceSourceRequest
func (*CreateServiceSourceRequest) SetNacosServiceSourceConfig ¶
func (s *CreateServiceSourceRequest) SetNacosServiceSourceConfig(v *CreateServiceSourceRequestNacosServiceSourceConfig) *CreateServiceSourceRequest
func (*CreateServiceSourceRequest) SetType ¶
func (s *CreateServiceSourceRequest) SetType(v string) *CreateServiceSourceRequest
func (CreateServiceSourceRequest) String ¶
func (s CreateServiceSourceRequest) String() string
type CreateServiceSourceRequestK8sServiceSourceConfig ¶
type CreateServiceSourceRequestK8sServiceSourceConfig struct { AuthorizeSecurityGroupRules []*CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules `json:"authorizeSecurityGroupRules,omitempty" xml:"authorizeSecurityGroupRules,omitempty" type:"Repeated"` // example: // // c4a21b3560fad4ec299f3e****** ClusterId *string `json:"clusterId,omitempty" xml:"clusterId,omitempty"` IngressConfig *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig `json:"ingressConfig,omitempty" xml:"ingressConfig,omitempty" type:"Struct"` }
func (CreateServiceSourceRequestK8sServiceSourceConfig) GoString ¶
func (s CreateServiceSourceRequestK8sServiceSourceConfig) GoString() string
func (*CreateServiceSourceRequestK8sServiceSourceConfig) SetAuthorizeSecurityGroupRules ¶
func (s *CreateServiceSourceRequestK8sServiceSourceConfig) SetAuthorizeSecurityGroupRules(v []*CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules) *CreateServiceSourceRequestK8sServiceSourceConfig
func (*CreateServiceSourceRequestK8sServiceSourceConfig) SetClusterId ¶
func (s *CreateServiceSourceRequestK8sServiceSourceConfig) SetClusterId(v string) *CreateServiceSourceRequestK8sServiceSourceConfig
func (*CreateServiceSourceRequestK8sServiceSourceConfig) SetIngressConfig ¶
func (CreateServiceSourceRequestK8sServiceSourceConfig) String ¶
func (s CreateServiceSourceRequestK8sServiceSourceConfig) String() string
type CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules ¶
type CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules struct { Description *string `json:"description,omitempty" xml:"description,omitempty"` PortRanges []*string `json:"portRanges,omitempty" xml:"portRanges,omitempty" type:"Repeated"` SecurityGroupId *string `json:"securityGroupId,omitempty" xml:"securityGroupId,omitempty"` }
func (CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules) GoString ¶
func (s CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules) GoString() string
func (*CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules) SetDescription ¶
func (*CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules) SetPortRanges ¶
func (*CreateServiceSourceRequestK8sServiceSourceConfigAuthorizeSecurityGroupRules) SetSecurityGroupId ¶
type CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig ¶
type CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig struct { // example: // // true Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"` // example: // // mse IngressClass *string `json:"ingressClass,omitempty" xml:"ingressClass,omitempty"` // example: // // false OverrideIngressIp *bool `json:"overrideIngressIp,omitempty" xml:"overrideIngressIp,omitempty"` // example: // // default WatchNamespace *string `json:"watchNamespace,omitempty" xml:"watchNamespace,omitempty"` }
func (CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) GoString ¶
func (s CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) GoString() string
func (*CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetIngressClass ¶
func (s *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetIngressClass(v string) *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig
func (*CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetOverrideIngressIp ¶
func (s *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetOverrideIngressIp(v bool) *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig
func (*CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetWatchNamespace ¶
func (s *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetWatchNamespace(v string) *CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig
func (CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) String ¶
func (s CreateServiceSourceRequestK8sServiceSourceConfigIngressConfig) String() string
type CreateServiceSourceRequestNacosServiceSourceConfig ¶
type CreateServiceSourceRequestNacosServiceSourceConfig struct { // example: // // mse-cn-328fc8*** InstanceId *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"` }
func (CreateServiceSourceRequestNacosServiceSourceConfig) GoString ¶
func (s CreateServiceSourceRequestNacosServiceSourceConfig) GoString() string
func (*CreateServiceSourceRequestNacosServiceSourceConfig) SetInstanceId ¶
func (s *CreateServiceSourceRequestNacosServiceSourceConfig) SetInstanceId(v string) *CreateServiceSourceRequestNacosServiceSourceConfig
func (CreateServiceSourceRequestNacosServiceSourceConfig) String ¶
func (s CreateServiceSourceRequestNacosServiceSourceConfig) String() string
type CreateServiceSourceResponse ¶
type CreateServiceSourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateServiceSourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateServiceSourceResponse) GoString ¶
func (s CreateServiceSourceResponse) GoString() string
func (*CreateServiceSourceResponse) SetBody ¶
func (s *CreateServiceSourceResponse) SetBody(v *CreateServiceSourceResponseBody) *CreateServiceSourceResponse
func (*CreateServiceSourceResponse) SetHeaders ¶
func (s *CreateServiceSourceResponse) SetHeaders(v map[string]*string) *CreateServiceSourceResponse
func (*CreateServiceSourceResponse) SetStatusCode ¶
func (s *CreateServiceSourceResponse) SetStatusCode(v int32) *CreateServiceSourceResponse
func (CreateServiceSourceResponse) String ¶
func (s CreateServiceSourceResponse) String() string
type CreateServiceSourceResponseBody ¶
type CreateServiceSourceResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *CreateServiceSourceResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // C67DED2B-F19B-5BEC-88C1-D6EB854CD0D4 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreateServiceSourceResponseBody) GoString ¶
func (s CreateServiceSourceResponseBody) GoString() string
func (*CreateServiceSourceResponseBody) SetCode ¶
func (s *CreateServiceSourceResponseBody) SetCode(v string) *CreateServiceSourceResponseBody
func (*CreateServiceSourceResponseBody) SetData ¶
func (s *CreateServiceSourceResponseBody) SetData(v *CreateServiceSourceResponseBodyData) *CreateServiceSourceResponseBody
func (*CreateServiceSourceResponseBody) SetMessage ¶
func (s *CreateServiceSourceResponseBody) SetMessage(v string) *CreateServiceSourceResponseBody
func (*CreateServiceSourceResponseBody) SetRequestId ¶
func (s *CreateServiceSourceResponseBody) SetRequestId(v string) *CreateServiceSourceResponseBody
func (CreateServiceSourceResponseBody) String ¶
func (s CreateServiceSourceResponseBody) String() string
type CreateServiceSourceResponseBodyData ¶
type CreateServiceSourceResponseBodyData struct { // example: // // gss-cpqots5lht**** ServiceSourceId *string `json:"serviceSourceId,omitempty" xml:"serviceSourceId,omitempty"` }
func (CreateServiceSourceResponseBodyData) GoString ¶
func (s CreateServiceSourceResponseBodyData) GoString() string
func (*CreateServiceSourceResponseBodyData) SetServiceSourceId ¶
func (s *CreateServiceSourceResponseBodyData) SetServiceSourceId(v string) *CreateServiceSourceResponseBodyData
func (CreateServiceSourceResponseBodyData) String ¶
func (s CreateServiceSourceResponseBodyData) String() string
type DashboardFilter ¶
type DashboardFilter struct { // example: // // test RouteName *string `json:"routeName,omitempty" xml:"routeName,omitempty"` }
func (DashboardFilter) GoString ¶
func (s DashboardFilter) GoString() string
func (*DashboardFilter) SetRouteName ¶
func (s *DashboardFilter) SetRouteName(v string) *DashboardFilter
func (DashboardFilter) String ¶
func (s DashboardFilter) String() string
type DeleteDomainResponse ¶
type DeleteDomainResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteDomainResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteDomainResponse) GoString ¶
func (s DeleteDomainResponse) GoString() string
func (*DeleteDomainResponse) SetBody ¶
func (s *DeleteDomainResponse) SetBody(v *DeleteDomainResponseBody) *DeleteDomainResponse
func (*DeleteDomainResponse) SetHeaders ¶
func (s *DeleteDomainResponse) SetHeaders(v map[string]*string) *DeleteDomainResponse
func (*DeleteDomainResponse) SetStatusCode ¶
func (s *DeleteDomainResponse) SetStatusCode(v int32) *DeleteDomainResponse
func (DeleteDomainResponse) String ¶
func (s DeleteDomainResponse) String() string
type DeleteDomainResponseBody ¶
type DeleteDomainResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // A60EE5CA-1294-532A-9775-8D2FD1C6EFBF RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (DeleteDomainResponseBody) GoString ¶
func (s DeleteDomainResponseBody) GoString() string
func (*DeleteDomainResponseBody) SetCode ¶
func (s *DeleteDomainResponseBody) SetCode(v string) *DeleteDomainResponseBody
func (*DeleteDomainResponseBody) SetMessage ¶
func (s *DeleteDomainResponseBody) SetMessage(v string) *DeleteDomainResponseBody
func (*DeleteDomainResponseBody) SetRequestId ¶
func (s *DeleteDomainResponseBody) SetRequestId(v string) *DeleteDomainResponseBody
func (DeleteDomainResponseBody) String ¶
func (s DeleteDomainResponseBody) String() string
type DeleteEnvironmentResponse ¶
type DeleteEnvironmentResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteEnvironmentResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteEnvironmentResponse) GoString ¶
func (s DeleteEnvironmentResponse) GoString() string
func (*DeleteEnvironmentResponse) SetBody ¶
func (s *DeleteEnvironmentResponse) SetBody(v *DeleteEnvironmentResponseBody) *DeleteEnvironmentResponse
func (*DeleteEnvironmentResponse) SetHeaders ¶
func (s *DeleteEnvironmentResponse) SetHeaders(v map[string]*string) *DeleteEnvironmentResponse
func (*DeleteEnvironmentResponse) SetStatusCode ¶
func (s *DeleteEnvironmentResponse) SetStatusCode(v int32) *DeleteEnvironmentResponse
func (DeleteEnvironmentResponse) String ¶
func (s DeleteEnvironmentResponse) String() string
type DeleteEnvironmentResponseBody ¶
type DeleteEnvironmentResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // C61E30D3-579A-5B43-994E-31E02EDC9129 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (DeleteEnvironmentResponseBody) GoString ¶
func (s DeleteEnvironmentResponseBody) GoString() string
func (*DeleteEnvironmentResponseBody) SetCode ¶
func (s *DeleteEnvironmentResponseBody) SetCode(v string) *DeleteEnvironmentResponseBody
func (*DeleteEnvironmentResponseBody) SetMessage ¶
func (s *DeleteEnvironmentResponseBody) SetMessage(v string) *DeleteEnvironmentResponseBody
func (*DeleteEnvironmentResponseBody) SetRequestId ¶
func (s *DeleteEnvironmentResponseBody) SetRequestId(v string) *DeleteEnvironmentResponseBody
func (DeleteEnvironmentResponseBody) String ¶
func (s DeleteEnvironmentResponseBody) String() string
type DeleteGatewayResponse ¶
type DeleteGatewayResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteGatewayResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteGatewayResponse) GoString ¶
func (s DeleteGatewayResponse) GoString() string
func (*DeleteGatewayResponse) SetBody ¶
func (s *DeleteGatewayResponse) SetBody(v *DeleteGatewayResponseBody) *DeleteGatewayResponse
func (*DeleteGatewayResponse) SetHeaders ¶
func (s *DeleteGatewayResponse) SetHeaders(v map[string]*string) *DeleteGatewayResponse
func (*DeleteGatewayResponse) SetStatusCode ¶
func (s *DeleteGatewayResponse) SetStatusCode(v int32) *DeleteGatewayResponse
func (DeleteGatewayResponse) String ¶
func (s DeleteGatewayResponse) String() string
type DeleteGatewayResponseBody ¶
type DeleteGatewayResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // DE97DFDB-7DF0-5AB9-941C-10D27D769E4B RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (DeleteGatewayResponseBody) GoString ¶
func (s DeleteGatewayResponseBody) GoString() string
func (*DeleteGatewayResponseBody) SetCode ¶
func (s *DeleteGatewayResponseBody) SetCode(v string) *DeleteGatewayResponseBody
func (*DeleteGatewayResponseBody) SetMessage ¶
func (s *DeleteGatewayResponseBody) SetMessage(v string) *DeleteGatewayResponseBody
func (*DeleteGatewayResponseBody) SetRequestId ¶
func (s *DeleteGatewayResponseBody) SetRequestId(v string) *DeleteGatewayResponseBody
func (DeleteGatewayResponseBody) String ¶
func (s DeleteGatewayResponseBody) String() string
type DeleteGatewayRouteResponse ¶
type DeleteGatewayRouteResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteGatewayRouteResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteGatewayRouteResponse) GoString ¶
func (s DeleteGatewayRouteResponse) GoString() string
func (*DeleteGatewayRouteResponse) SetBody ¶
func (s *DeleteGatewayRouteResponse) SetBody(v *DeleteGatewayRouteResponseBody) *DeleteGatewayRouteResponse
func (*DeleteGatewayRouteResponse) SetHeaders ¶
func (s *DeleteGatewayRouteResponse) SetHeaders(v map[string]*string) *DeleteGatewayRouteResponse
func (*DeleteGatewayRouteResponse) SetStatusCode ¶
func (s *DeleteGatewayRouteResponse) SetStatusCode(v int32) *DeleteGatewayRouteResponse
func (DeleteGatewayRouteResponse) String ¶
func (s DeleteGatewayRouteResponse) String() string
type DeleteGatewayRouteResponseBody ¶
type DeleteGatewayRouteResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 5B626361-070A-56A7-B127-ADAC8F3655DB RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (DeleteGatewayRouteResponseBody) GoString ¶
func (s DeleteGatewayRouteResponseBody) GoString() string
func (*DeleteGatewayRouteResponseBody) SetCode ¶
func (s *DeleteGatewayRouteResponseBody) SetCode(v string) *DeleteGatewayRouteResponseBody
func (*DeleteGatewayRouteResponseBody) SetMessage ¶
func (s *DeleteGatewayRouteResponseBody) SetMessage(v string) *DeleteGatewayRouteResponseBody
func (*DeleteGatewayRouteResponseBody) SetRequestId ¶
func (s *DeleteGatewayRouteResponseBody) SetRequestId(v string) *DeleteGatewayRouteResponseBody
func (DeleteGatewayRouteResponseBody) String ¶
func (s DeleteGatewayRouteResponseBody) String() string
type DeleteGatewayServiceResponse ¶
type DeleteGatewayServiceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteGatewayServiceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteGatewayServiceResponse) GoString ¶
func (s DeleteGatewayServiceResponse) GoString() string
func (*DeleteGatewayServiceResponse) SetBody ¶
func (s *DeleteGatewayServiceResponse) SetBody(v *DeleteGatewayServiceResponseBody) *DeleteGatewayServiceResponse
func (*DeleteGatewayServiceResponse) SetHeaders ¶
func (s *DeleteGatewayServiceResponse) SetHeaders(v map[string]*string) *DeleteGatewayServiceResponse
func (*DeleteGatewayServiceResponse) SetStatusCode ¶
func (s *DeleteGatewayServiceResponse) SetStatusCode(v int32) *DeleteGatewayServiceResponse
func (DeleteGatewayServiceResponse) String ¶
func (s DeleteGatewayServiceResponse) String() string
type DeleteGatewayServiceResponseBody ¶
type DeleteGatewayServiceResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 393E2630-DBE7-5221-AB35-9E740675491A RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (DeleteGatewayServiceResponseBody) GoString ¶
func (s DeleteGatewayServiceResponseBody) GoString() string
func (*DeleteGatewayServiceResponseBody) SetCode ¶
func (s *DeleteGatewayServiceResponseBody) SetCode(v string) *DeleteGatewayServiceResponseBody
func (*DeleteGatewayServiceResponseBody) SetMessage ¶
func (s *DeleteGatewayServiceResponseBody) SetMessage(v string) *DeleteGatewayServiceResponseBody
func (*DeleteGatewayServiceResponseBody) SetRequestId ¶
func (s *DeleteGatewayServiceResponseBody) SetRequestId(v string) *DeleteGatewayServiceResponseBody
func (DeleteGatewayServiceResponseBody) String ¶
func (s DeleteGatewayServiceResponseBody) String() string
type DeleteGatewayServiceVersionResponse ¶
type DeleteGatewayServiceVersionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteGatewayServiceVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteGatewayServiceVersionResponse) GoString ¶
func (s DeleteGatewayServiceVersionResponse) GoString() string
func (*DeleteGatewayServiceVersionResponse) SetHeaders ¶
func (s *DeleteGatewayServiceVersionResponse) SetHeaders(v map[string]*string) *DeleteGatewayServiceVersionResponse
func (*DeleteGatewayServiceVersionResponse) SetStatusCode ¶
func (s *DeleteGatewayServiceVersionResponse) SetStatusCode(v int32) *DeleteGatewayServiceVersionResponse
func (DeleteGatewayServiceVersionResponse) String ¶
func (s DeleteGatewayServiceVersionResponse) String() string
type DeleteGatewayServiceVersionResponseBody ¶
type DeleteGatewayServiceVersionResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 393E2630-DBE7-5221-AB35-9E740675491A RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (DeleteGatewayServiceVersionResponseBody) GoString ¶
func (s DeleteGatewayServiceVersionResponseBody) GoString() string
func (*DeleteGatewayServiceVersionResponseBody) SetCode ¶
func (s *DeleteGatewayServiceVersionResponseBody) SetCode(v string) *DeleteGatewayServiceVersionResponseBody
func (*DeleteGatewayServiceVersionResponseBody) SetMessage ¶
func (s *DeleteGatewayServiceVersionResponseBody) SetMessage(v string) *DeleteGatewayServiceVersionResponseBody
func (*DeleteGatewayServiceVersionResponseBody) SetRequestId ¶
func (s *DeleteGatewayServiceVersionResponseBody) SetRequestId(v string) *DeleteGatewayServiceVersionResponseBody
func (DeleteGatewayServiceVersionResponseBody) String ¶
func (s DeleteGatewayServiceVersionResponseBody) String() string
type DeleteHttpApiOperationResponse ¶
type DeleteHttpApiOperationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteHttpApiOperationResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteHttpApiOperationResponse) GoString ¶
func (s DeleteHttpApiOperationResponse) GoString() string
func (*DeleteHttpApiOperationResponse) SetBody ¶
func (s *DeleteHttpApiOperationResponse) SetBody(v *DeleteHttpApiOperationResponseBody) *DeleteHttpApiOperationResponse
func (*DeleteHttpApiOperationResponse) SetHeaders ¶
func (s *DeleteHttpApiOperationResponse) SetHeaders(v map[string]*string) *DeleteHttpApiOperationResponse
func (*DeleteHttpApiOperationResponse) SetStatusCode ¶
func (s *DeleteHttpApiOperationResponse) SetStatusCode(v int32) *DeleteHttpApiOperationResponse
func (DeleteHttpApiOperationResponse) String ¶
func (s DeleteHttpApiOperationResponse) String() string
type DeleteHttpApiOperationResponseBody ¶
type DeleteHttpApiOperationResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 585657D2-1C20-5B8A-AF17-D727C6490BE4 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (DeleteHttpApiOperationResponseBody) GoString ¶
func (s DeleteHttpApiOperationResponseBody) GoString() string
func (*DeleteHttpApiOperationResponseBody) SetCode ¶
func (s *DeleteHttpApiOperationResponseBody) SetCode(v string) *DeleteHttpApiOperationResponseBody
func (*DeleteHttpApiOperationResponseBody) SetMessage ¶
func (s *DeleteHttpApiOperationResponseBody) SetMessage(v string) *DeleteHttpApiOperationResponseBody
func (*DeleteHttpApiOperationResponseBody) SetRequestId ¶
func (s *DeleteHttpApiOperationResponseBody) SetRequestId(v string) *DeleteHttpApiOperationResponseBody
func (DeleteHttpApiOperationResponseBody) String ¶
func (s DeleteHttpApiOperationResponseBody) String() string
type DeleteHttpApiResponse ¶
type DeleteHttpApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteHttpApiResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteHttpApiResponse) GoString ¶
func (s DeleteHttpApiResponse) GoString() string
func (*DeleteHttpApiResponse) SetBody ¶
func (s *DeleteHttpApiResponse) SetBody(v *DeleteHttpApiResponseBody) *DeleteHttpApiResponse
func (*DeleteHttpApiResponse) SetHeaders ¶
func (s *DeleteHttpApiResponse) SetHeaders(v map[string]*string) *DeleteHttpApiResponse
func (*DeleteHttpApiResponse) SetStatusCode ¶
func (s *DeleteHttpApiResponse) SetStatusCode(v int32) *DeleteHttpApiResponse
func (DeleteHttpApiResponse) String ¶
func (s DeleteHttpApiResponse) String() string
type DeleteHttpApiResponseBody ¶
type DeleteHttpApiResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 5B626361-070A-56A7-B127-ADAC8F3655DB RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (DeleteHttpApiResponseBody) GoString ¶
func (s DeleteHttpApiResponseBody) GoString() string
func (*DeleteHttpApiResponseBody) SetCode ¶
func (s *DeleteHttpApiResponseBody) SetCode(v string) *DeleteHttpApiResponseBody
func (*DeleteHttpApiResponseBody) SetMessage ¶
func (s *DeleteHttpApiResponseBody) SetMessage(v string) *DeleteHttpApiResponseBody
func (*DeleteHttpApiResponseBody) SetRequestId ¶
func (s *DeleteHttpApiResponseBody) SetRequestId(v string) *DeleteHttpApiResponseBody
func (DeleteHttpApiResponseBody) String ¶
func (s DeleteHttpApiResponseBody) String() string
type DeleteServiceSourceResponse ¶
type DeleteServiceSourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteServiceSourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteServiceSourceResponse) GoString ¶
func (s DeleteServiceSourceResponse) GoString() string
func (*DeleteServiceSourceResponse) SetBody ¶
func (s *DeleteServiceSourceResponse) SetBody(v *DeleteServiceSourceResponseBody) *DeleteServiceSourceResponse
func (*DeleteServiceSourceResponse) SetHeaders ¶
func (s *DeleteServiceSourceResponse) SetHeaders(v map[string]*string) *DeleteServiceSourceResponse
func (*DeleteServiceSourceResponse) SetStatusCode ¶
func (s *DeleteServiceSourceResponse) SetStatusCode(v int32) *DeleteServiceSourceResponse
func (DeleteServiceSourceResponse) String ¶
func (s DeleteServiceSourceResponse) String() string
type DeleteServiceSourceResponseBody ¶
type DeleteServiceSourceResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 393E2630-DBE7-5221-AB35-9E740675491A RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (DeleteServiceSourceResponseBody) GoString ¶
func (s DeleteServiceSourceResponseBody) GoString() string
func (*DeleteServiceSourceResponseBody) SetCode ¶
func (s *DeleteServiceSourceResponseBody) SetCode(v string) *DeleteServiceSourceResponseBody
func (*DeleteServiceSourceResponseBody) SetMessage ¶
func (s *DeleteServiceSourceResponseBody) SetMessage(v string) *DeleteServiceSourceResponseBody
func (*DeleteServiceSourceResponseBody) SetRequestId ¶
func (s *DeleteServiceSourceResponseBody) SetRequestId(v string) *DeleteServiceSourceResponseBody
func (DeleteServiceSourceResponseBody) String ¶
func (s DeleteServiceSourceResponseBody) String() string
type DomainInfo ¶
type DomainInfo struct { CertIdentifier *string `json:"certIdentifier,omitempty" xml:"certIdentifier,omitempty"` CreateFrom *string `json:"createFrom,omitempty" xml:"createFrom,omitempty"` CreateTimestamp *int64 `json:"createTimestamp,omitempty" xml:"createTimestamp,omitempty"` DomainId *string `json:"domainId,omitempty" xml:"domainId,omitempty"` ForceHttps *bool `json:"forceHttps,omitempty" xml:"forceHttps,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` Status *string `json:"status,omitempty" xml:"status,omitempty"` UpdateTimestamp *int64 `json:"updateTimestamp,omitempty" xml:"updateTimestamp,omitempty"` }
func (DomainInfo) GoString ¶
func (s DomainInfo) GoString() string
func (*DomainInfo) SetCertIdentifier ¶
func (s *DomainInfo) SetCertIdentifier(v string) *DomainInfo
func (*DomainInfo) SetCreateFrom ¶
func (s *DomainInfo) SetCreateFrom(v string) *DomainInfo
func (*DomainInfo) SetCreateTimestamp ¶
func (s *DomainInfo) SetCreateTimestamp(v int64) *DomainInfo
func (*DomainInfo) SetDomainId ¶
func (s *DomainInfo) SetDomainId(v string) *DomainInfo
func (*DomainInfo) SetForceHttps ¶
func (s *DomainInfo) SetForceHttps(v bool) *DomainInfo
func (*DomainInfo) SetName ¶
func (s *DomainInfo) SetName(v string) *DomainInfo
func (*DomainInfo) SetProtocol ¶
func (s *DomainInfo) SetProtocol(v string) *DomainInfo
func (*DomainInfo) SetStatus ¶
func (s *DomainInfo) SetStatus(v string) *DomainInfo
func (*DomainInfo) SetUpdateTimestamp ¶
func (s *DomainInfo) SetUpdateTimestamp(v int64) *DomainInfo
func (DomainInfo) String ¶
func (s DomainInfo) String() string
type EnvironmentInfo ¶
type EnvironmentInfo struct { Alias *string `json:"alias,omitempty" xml:"alias,omitempty"` CreateTimestamp *int64 `json:"createTimestamp,omitempty" xml:"createTimestamp,omitempty"` Default *bool `json:"default,omitempty" xml:"default,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` EnvironmentId *string `json:"environmentId,omitempty" xml:"environmentId,omitempty"` GatewayInfo *GatewayInfo `json:"gatewayInfo,omitempty" xml:"gatewayInfo,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` SubDomainInfos []*SubDomainInfo `json:"subDomainInfos,omitempty" xml:"subDomainInfos,omitempty" type:"Repeated"` UpdateTimestamp *int64 `json:"updateTimestamp,omitempty" xml:"updateTimestamp,omitempty"` }
func (EnvironmentInfo) GoString ¶
func (s EnvironmentInfo) GoString() string
func (*EnvironmentInfo) SetAlias ¶
func (s *EnvironmentInfo) SetAlias(v string) *EnvironmentInfo
func (*EnvironmentInfo) SetCreateTimestamp ¶
func (s *EnvironmentInfo) SetCreateTimestamp(v int64) *EnvironmentInfo
func (*EnvironmentInfo) SetDefault ¶
func (s *EnvironmentInfo) SetDefault(v bool) *EnvironmentInfo
func (*EnvironmentInfo) SetDescription ¶
func (s *EnvironmentInfo) SetDescription(v string) *EnvironmentInfo
func (*EnvironmentInfo) SetEnvironmentId ¶
func (s *EnvironmentInfo) SetEnvironmentId(v string) *EnvironmentInfo
func (*EnvironmentInfo) SetGatewayInfo ¶
func (s *EnvironmentInfo) SetGatewayInfo(v *GatewayInfo) *EnvironmentInfo
func (*EnvironmentInfo) SetName ¶
func (s *EnvironmentInfo) SetName(v string) *EnvironmentInfo
func (*EnvironmentInfo) SetSubDomainInfos ¶
func (s *EnvironmentInfo) SetSubDomainInfos(v []*SubDomainInfo) *EnvironmentInfo
func (*EnvironmentInfo) SetUpdateTimestamp ¶
func (s *EnvironmentInfo) SetUpdateTimestamp(v int64) *EnvironmentInfo
func (EnvironmentInfo) String ¶
func (s EnvironmentInfo) String() string
type GatewayInfo ¶
type GatewayInfo struct { GatewayId *string `json:"gatewayId,omitempty" xml:"gatewayId,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (GatewayInfo) GoString ¶
func (s GatewayInfo) GoString() string
func (*GatewayInfo) SetGatewayId ¶
func (s *GatewayInfo) SetGatewayId(v string) *GatewayInfo
func (*GatewayInfo) SetName ¶
func (s *GatewayInfo) SetName(v string) *GatewayInfo
func (GatewayInfo) String ¶
func (s GatewayInfo) String() string
type GatewayLogConfig ¶
type GatewayLogConfig struct {
SlsConfig *GatewayLogConfigSlsConfig `json:"slsConfig,omitempty" xml:"slsConfig,omitempty" type:"Struct"`
}
func (GatewayLogConfig) GoString ¶
func (s GatewayLogConfig) GoString() string
func (*GatewayLogConfig) SetSlsConfig ¶
func (s *GatewayLogConfig) SetSlsConfig(v *GatewayLogConfigSlsConfig) *GatewayLogConfig
func (GatewayLogConfig) String ¶
func (s GatewayLogConfig) String() string
type GatewayLogConfigSlsConfig ¶
type GatewayLogConfigSlsConfig struct {
Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"`
}
func (GatewayLogConfigSlsConfig) GoString ¶
func (s GatewayLogConfigSlsConfig) GoString() string
func (*GatewayLogConfigSlsConfig) SetEnable ¶
func (s *GatewayLogConfigSlsConfig) SetEnable(v bool) *GatewayLogConfigSlsConfig
func (GatewayLogConfigSlsConfig) String ¶
func (s GatewayLogConfigSlsConfig) String() string
type GatewayRouteBackend ¶
type GatewayRouteBackend struct { Services []*GatewayRouteBackendServices `json:"services,omitempty" xml:"services,omitempty" type:"Repeated"` // example: // // Single Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (GatewayRouteBackend) GoString ¶
func (s GatewayRouteBackend) GoString() string
func (*GatewayRouteBackend) SetServices ¶
func (s *GatewayRouteBackend) SetServices(v []*GatewayRouteBackendServices) *GatewayRouteBackend
func (*GatewayRouteBackend) SetType ¶
func (s *GatewayRouteBackend) SetType(v string) *GatewayRouteBackend
func (GatewayRouteBackend) String ¶
func (s GatewayRouteBackend) String() string
type GatewayRouteBackendConfig ¶
type GatewayRouteBackendConfig struct { Services []*GatewayRouteBackendConfigServices `json:"services,omitempty" xml:"services,omitempty" type:"Repeated"` // example: // // Single Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (GatewayRouteBackendConfig) GoString ¶
func (s GatewayRouteBackendConfig) GoString() string
func (*GatewayRouteBackendConfig) SetServices ¶
func (s *GatewayRouteBackendConfig) SetServices(v []*GatewayRouteBackendConfigServices) *GatewayRouteBackendConfig
func (*GatewayRouteBackendConfig) SetType ¶
func (s *GatewayRouteBackendConfig) SetType(v string) *GatewayRouteBackendConfig
func (GatewayRouteBackendConfig) String ¶
func (s GatewayRouteBackendConfig) String() string
type GatewayRouteBackendConfigServices ¶
type GatewayRouteBackendConfigServices struct { // example: // // gs-cq2bmmdlhtgj*** GatewayServiceId *string `json:"gatewayServiceId,omitempty" xml:"gatewayServiceId,omitempty"` // example: // // port Port *int32 `json:"port,omitempty" xml:"port,omitempty"` // example: // // HTTP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` // example: // // K8S SourceType *string `json:"sourceType,omitempty" xml:"sourceType,omitempty"` // example: // // 49 Weight *float32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (GatewayRouteBackendConfigServices) GoString ¶
func (s GatewayRouteBackendConfigServices) GoString() string
func (*GatewayRouteBackendConfigServices) SetGatewayServiceId ¶
func (s *GatewayRouteBackendConfigServices) SetGatewayServiceId(v string) *GatewayRouteBackendConfigServices
func (*GatewayRouteBackendConfigServices) SetPort ¶
func (s *GatewayRouteBackendConfigServices) SetPort(v int32) *GatewayRouteBackendConfigServices
func (*GatewayRouteBackendConfigServices) SetProtocol ¶
func (s *GatewayRouteBackendConfigServices) SetProtocol(v string) *GatewayRouteBackendConfigServices
func (*GatewayRouteBackendConfigServices) SetSourceType ¶
func (s *GatewayRouteBackendConfigServices) SetSourceType(v string) *GatewayRouteBackendConfigServices
func (*GatewayRouteBackendConfigServices) SetWeight ¶
func (s *GatewayRouteBackendConfigServices) SetWeight(v float32) *GatewayRouteBackendConfigServices
func (GatewayRouteBackendConfigServices) String ¶
func (s GatewayRouteBackendConfigServices) String() string
type GatewayRouteBackendServices ¶
type GatewayRouteBackendServices struct { // example: // // gs-cq2bmmdlhtgj*** GatewayServiceId *string `json:"gatewayServiceId,omitempty" xml:"gatewayServiceId,omitempty"` // example: // // item-service Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // port Port *int32 `json:"port,omitempty" xml:"port,omitempty"` // example: // // HTTP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` // example: // // v1 Version *string `json:"version,omitempty" xml:"version,omitempty"` // example: // // 49 Weight *float32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (GatewayRouteBackendServices) GoString ¶
func (s GatewayRouteBackendServices) GoString() string
func (*GatewayRouteBackendServices) SetGatewayServiceId ¶
func (s *GatewayRouteBackendServices) SetGatewayServiceId(v string) *GatewayRouteBackendServices
func (*GatewayRouteBackendServices) SetName ¶
func (s *GatewayRouteBackendServices) SetName(v string) *GatewayRouteBackendServices
func (*GatewayRouteBackendServices) SetPort ¶
func (s *GatewayRouteBackendServices) SetPort(v int32) *GatewayRouteBackendServices
func (*GatewayRouteBackendServices) SetProtocol ¶
func (s *GatewayRouteBackendServices) SetProtocol(v string) *GatewayRouteBackendServices
func (*GatewayRouteBackendServices) SetVersion ¶
func (s *GatewayRouteBackendServices) SetVersion(v string) *GatewayRouteBackendServices
func (*GatewayRouteBackendServices) SetWeight ¶
func (s *GatewayRouteBackendServices) SetWeight(v float32) *GatewayRouteBackendServices
func (GatewayRouteBackendServices) String ¶
func (s GatewayRouteBackendServices) String() string
type GatewayRouteDomainConfig ¶
type GatewayRouteDomainConfig struct {
DomainIds []*string `json:"domainIds,omitempty" xml:"domainIds,omitempty" type:"Repeated"`
}
func (GatewayRouteDomainConfig) GoString ¶
func (s GatewayRouteDomainConfig) GoString() string
func (*GatewayRouteDomainConfig) SetDomainIds ¶
func (s *GatewayRouteDomainConfig) SetDomainIds(v []*string) *GatewayRouteDomainConfig
func (GatewayRouteDomainConfig) String ¶
func (s GatewayRouteDomainConfig) String() string
type GatewayRouteDomainInfo ¶
type GatewayRouteDomainInfo struct {
Domains []*GatewayRouteDomainInfoDomains `json:"domains,omitempty" xml:"domains,omitempty" type:"Repeated"`
}
func (GatewayRouteDomainInfo) GoString ¶
func (s GatewayRouteDomainInfo) GoString() string
func (*GatewayRouteDomainInfo) SetDomains ¶
func (s *GatewayRouteDomainInfo) SetDomains(v []*GatewayRouteDomainInfoDomains) *GatewayRouteDomainInfo
func (GatewayRouteDomainInfo) String ¶
func (s GatewayRouteDomainInfo) String() string
type GatewayRouteDomainInfoDomains ¶
type GatewayRouteDomainInfoDomains struct { // example: // // d-cp82or5l*** DomainId *string `json:"domainId,omitempty" xml:"domainId,omitempty"` // example: // // item.dev Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // HTTP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` }
func (GatewayRouteDomainInfoDomains) GoString ¶
func (s GatewayRouteDomainInfoDomains) GoString() string
func (*GatewayRouteDomainInfoDomains) SetDomainId ¶
func (s *GatewayRouteDomainInfoDomains) SetDomainId(v string) *GatewayRouteDomainInfoDomains
func (*GatewayRouteDomainInfoDomains) SetName ¶
func (s *GatewayRouteDomainInfoDomains) SetName(v string) *GatewayRouteDomainInfoDomains
func (*GatewayRouteDomainInfoDomains) SetProtocol ¶
func (s *GatewayRouteDomainInfoDomains) SetProtocol(v string) *GatewayRouteDomainInfoDomains
func (GatewayRouteDomainInfoDomains) String ¶
func (s GatewayRouteDomainInfoDomains) String() string
type GatewayService ¶
type GatewayService struct { Addresses []*string `json:"addresses,omitempty" xml:"addresses,omitempty" type:"Repeated"` CreateTimestamp *int64 `json:"createTimestamp,omitempty" xml:"createTimestamp,omitempty"` GatewayServiceId *string `json:"gatewayServiceId,omitempty" xml:"gatewayServiceId,omitempty"` HealthCheck *ServiceHealthCheck `json:"healthCheck,omitempty" xml:"healthCheck,omitempty"` HealthStatus *string `json:"healthStatus,omitempty" xml:"healthStatus,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` Namespace *string `json:"namespace,omitempty" xml:"namespace,omitempty"` Ports []*GatewayServicePorts `json:"ports,omitempty" xml:"ports,omitempty" type:"Repeated"` // example: // // LATEST Qualifier *string `json:"qualifier,omitempty" xml:"qualifier,omitempty"` SourceType *string `json:"sourceType,omitempty" xml:"sourceType,omitempty"` UnhealthyEndpoints []*string `json:"unhealthyEndpoints,omitempty" xml:"unhealthyEndpoints,omitempty" type:"Repeated"` UpdateTimestamp *int64 `json:"updateTimestamp,omitempty" xml:"updateTimestamp,omitempty"` }
func (GatewayService) GoString ¶
func (s GatewayService) GoString() string
func (*GatewayService) SetAddresses ¶
func (s *GatewayService) SetAddresses(v []*string) *GatewayService
func (*GatewayService) SetCreateTimestamp ¶
func (s *GatewayService) SetCreateTimestamp(v int64) *GatewayService
func (*GatewayService) SetGatewayServiceId ¶
func (s *GatewayService) SetGatewayServiceId(v string) *GatewayService
func (*GatewayService) SetHealthCheck ¶
func (s *GatewayService) SetHealthCheck(v *ServiceHealthCheck) *GatewayService
func (*GatewayService) SetHealthStatus ¶
func (s *GatewayService) SetHealthStatus(v string) *GatewayService
func (*GatewayService) SetName ¶
func (s *GatewayService) SetName(v string) *GatewayService
func (*GatewayService) SetNamespace ¶
func (s *GatewayService) SetNamespace(v string) *GatewayService
func (*GatewayService) SetPorts ¶
func (s *GatewayService) SetPorts(v []*GatewayServicePorts) *GatewayService
func (*GatewayService) SetQualifier ¶
func (s *GatewayService) SetQualifier(v string) *GatewayService
func (*GatewayService) SetSourceType ¶
func (s *GatewayService) SetSourceType(v string) *GatewayService
func (*GatewayService) SetUnhealthyEndpoints ¶
func (s *GatewayService) SetUnhealthyEndpoints(v []*string) *GatewayService
func (*GatewayService) SetUpdateTimestamp ¶
func (s *GatewayService) SetUpdateTimestamp(v int64) *GatewayService
func (GatewayService) String ¶
func (s GatewayService) String() string
type GatewayServicePorts ¶
type GatewayServicePorts struct { Name *string `json:"name,omitempty" xml:"name,omitempty"` Port *int32 `json:"port,omitempty" xml:"port,omitempty"` Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` }
func (GatewayServicePorts) GoString ¶
func (s GatewayServicePorts) GoString() string
func (*GatewayServicePorts) SetName ¶
func (s *GatewayServicePorts) SetName(v string) *GatewayServicePorts
func (*GatewayServicePorts) SetPort ¶
func (s *GatewayServicePorts) SetPort(v int32) *GatewayServicePorts
func (*GatewayServicePorts) SetProtocol ¶
func (s *GatewayServicePorts) SetProtocol(v string) *GatewayServicePorts
func (GatewayServicePorts) String ¶
func (s GatewayServicePorts) String() string
type GatewayServiceSource ¶
type GatewayServiceSource struct { Bound *bool `json:"bound,omitempty" xml:"bound,omitempty"` CreateTimestamp *int64 `json:"createTimestamp,omitempty" xml:"createTimestamp,omitempty"` K8sServiceSourceInfo *GatewayServiceSourceK8sServiceSourceInfo `json:"k8sServiceSourceInfo,omitempty" xml:"k8sServiceSourceInfo,omitempty" type:"Struct"` NacosServiceSourceInfo *GatewayServiceSourceNacosServiceSourceInfo `json:"nacosServiceSourceInfo,omitempty" xml:"nacosServiceSourceInfo,omitempty" type:"Struct"` Name *string `json:"name,omitempty" xml:"name,omitempty"` ServiceSourceId *string `json:"serviceSourceId,omitempty" xml:"serviceSourceId,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` UpdateTimestamp *int64 `json:"updateTimestamp,omitempty" xml:"updateTimestamp,omitempty"` }
func (GatewayServiceSource) GoString ¶
func (s GatewayServiceSource) GoString() string
func (*GatewayServiceSource) SetBound ¶
func (s *GatewayServiceSource) SetBound(v bool) *GatewayServiceSource
func (*GatewayServiceSource) SetCreateTimestamp ¶
func (s *GatewayServiceSource) SetCreateTimestamp(v int64) *GatewayServiceSource
func (*GatewayServiceSource) SetK8sServiceSourceInfo ¶
func (s *GatewayServiceSource) SetK8sServiceSourceInfo(v *GatewayServiceSourceK8sServiceSourceInfo) *GatewayServiceSource
func (*GatewayServiceSource) SetNacosServiceSourceInfo ¶
func (s *GatewayServiceSource) SetNacosServiceSourceInfo(v *GatewayServiceSourceNacosServiceSourceInfo) *GatewayServiceSource
func (*GatewayServiceSource) SetName ¶
func (s *GatewayServiceSource) SetName(v string) *GatewayServiceSource
func (*GatewayServiceSource) SetServiceSourceId ¶
func (s *GatewayServiceSource) SetServiceSourceId(v string) *GatewayServiceSource
func (*GatewayServiceSource) SetType ¶
func (s *GatewayServiceSource) SetType(v string) *GatewayServiceSource
func (*GatewayServiceSource) SetUpdateTimestamp ¶
func (s *GatewayServiceSource) SetUpdateTimestamp(v int64) *GatewayServiceSource
func (GatewayServiceSource) String ¶
func (s GatewayServiceSource) String() string
type GatewayServiceSourceK8sServiceSourceInfo ¶
type GatewayServiceSourceK8sServiceSourceInfo struct { ClusterId *string `json:"clusterId,omitempty" xml:"clusterId,omitempty"` IngressConfig *GatewayServiceSourceK8sServiceSourceInfoIngressConfig `json:"ingressConfig,omitempty" xml:"ingressConfig,omitempty" type:"Struct"` }
func (GatewayServiceSourceK8sServiceSourceInfo) GoString ¶
func (s GatewayServiceSourceK8sServiceSourceInfo) GoString() string
func (*GatewayServiceSourceK8sServiceSourceInfo) SetClusterId ¶
func (s *GatewayServiceSourceK8sServiceSourceInfo) SetClusterId(v string) *GatewayServiceSourceK8sServiceSourceInfo
func (*GatewayServiceSourceK8sServiceSourceInfo) SetIngressConfig ¶
func (s *GatewayServiceSourceK8sServiceSourceInfo) SetIngressConfig(v *GatewayServiceSourceK8sServiceSourceInfoIngressConfig) *GatewayServiceSourceK8sServiceSourceInfo
func (GatewayServiceSourceK8sServiceSourceInfo) String ¶
func (s GatewayServiceSourceK8sServiceSourceInfo) String() string
type GatewayServiceSourceK8sServiceSourceInfoIngressConfig ¶
type GatewayServiceSourceK8sServiceSourceInfoIngressConfig struct { // example: // // true Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"` // example: // // mse IngressClass *string `json:"ingressClass,omitempty" xml:"ingressClass,omitempty"` // example: // // false OverrideIngressIp *bool `json:"overrideIngressIp,omitempty" xml:"overrideIngressIp,omitempty"` // example: // // default WatchNamespace *string `json:"watchNamespace,omitempty" xml:"watchNamespace,omitempty"` }
func (GatewayServiceSourceK8sServiceSourceInfoIngressConfig) GoString ¶
func (s GatewayServiceSourceK8sServiceSourceInfoIngressConfig) GoString() string
func (*GatewayServiceSourceK8sServiceSourceInfoIngressConfig) SetIngressClass ¶
func (s *GatewayServiceSourceK8sServiceSourceInfoIngressConfig) SetIngressClass(v string) *GatewayServiceSourceK8sServiceSourceInfoIngressConfig
func (*GatewayServiceSourceK8sServiceSourceInfoIngressConfig) SetOverrideIngressIp ¶
func (s *GatewayServiceSourceK8sServiceSourceInfoIngressConfig) SetOverrideIngressIp(v bool) *GatewayServiceSourceK8sServiceSourceInfoIngressConfig
func (*GatewayServiceSourceK8sServiceSourceInfoIngressConfig) SetWatchNamespace ¶
func (s *GatewayServiceSourceK8sServiceSourceInfoIngressConfig) SetWatchNamespace(v string) *GatewayServiceSourceK8sServiceSourceInfoIngressConfig
func (GatewayServiceSourceK8sServiceSourceInfoIngressConfig) String ¶
func (s GatewayServiceSourceK8sServiceSourceInfoIngressConfig) String() string
type GatewayServiceSourceNacosServiceSourceInfo ¶
type GatewayServiceSourceNacosServiceSourceInfo struct { Address *string `json:"address,omitempty" xml:"address,omitempty"` ClusterId *string `json:"clusterId,omitempty" xml:"clusterId,omitempty"` InstanceId *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"` }
func (GatewayServiceSourceNacosServiceSourceInfo) GoString ¶
func (s GatewayServiceSourceNacosServiceSourceInfo) GoString() string
func (*GatewayServiceSourceNacosServiceSourceInfo) SetAddress ¶
func (s *GatewayServiceSourceNacosServiceSourceInfo) SetAddress(v string) *GatewayServiceSourceNacosServiceSourceInfo
func (*GatewayServiceSourceNacosServiceSourceInfo) SetClusterId ¶
func (s *GatewayServiceSourceNacosServiceSourceInfo) SetClusterId(v string) *GatewayServiceSourceNacosServiceSourceInfo
func (*GatewayServiceSourceNacosServiceSourceInfo) SetInstanceId ¶
func (s *GatewayServiceSourceNacosServiceSourceInfo) SetInstanceId(v string) *GatewayServiceSourceNacosServiceSourceInfo
func (GatewayServiceSourceNacosServiceSourceInfo) String ¶
func (s GatewayServiceSourceNacosServiceSourceInfo) String() string
type GetDomainResponse ¶
type GetDomainResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetDomainResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetDomainResponse) GoString ¶
func (s GetDomainResponse) GoString() string
func (*GetDomainResponse) SetBody ¶
func (s *GetDomainResponse) SetBody(v *GetDomainResponseBody) *GetDomainResponse
func (*GetDomainResponse) SetHeaders ¶
func (s *GetDomainResponse) SetHeaders(v map[string]*string) *GetDomainResponse
func (*GetDomainResponse) SetStatusCode ¶
func (s *GetDomainResponse) SetStatusCode(v int32) *GetDomainResponse
func (GetDomainResponse) String ¶
func (s GetDomainResponse) String() string
type GetDomainResponseBody ¶
type GetDomainResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *GetDomainResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 3ACFC7A7-45A9-58CF-B2D5-765B60254695 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetDomainResponseBody) GoString ¶
func (s GetDomainResponseBody) GoString() string
func (*GetDomainResponseBody) SetCode ¶
func (s *GetDomainResponseBody) SetCode(v string) *GetDomainResponseBody
func (*GetDomainResponseBody) SetData ¶
func (s *GetDomainResponseBody) SetData(v *GetDomainResponseBodyData) *GetDomainResponseBody
func (*GetDomainResponseBody) SetMessage ¶
func (s *GetDomainResponseBody) SetMessage(v string) *GetDomainResponseBody
func (*GetDomainResponseBody) SetRequestId ¶
func (s *GetDomainResponseBody) SetRequestId(v string) *GetDomainResponseBody
func (GetDomainResponseBody) String ¶
func (s GetDomainResponseBody) String() string
type GetDomainResponseBodyData ¶
type GetDomainResponseBodyData struct { // example: // // RSA Algorithm *string `json:"algorithm,omitempty" xml:"algorithm,omitempty"` // example: // // 223576-cn-hangzhou CaCertIndentifier *string `json:"caCertIndentifier,omitempty" xml:"caCertIndentifier,omitempty"` // example: // // 123576-cn-hangzhou CertIndentifier *string `json:"certIndentifier,omitempty" xml:"certIndentifier,omitempty"` // example: // // test-cert CertName *string `json:"certName,omitempty" xml:"certName,omitempty"` // example: // // Console CreateFrom *string `json:"createFrom,omitempty" xml:"createFrom,omitempty"` // example: // // 1719386834548 CreateTimestamp *int64 `json:"createTimestamp,omitempty" xml:"createTimestamp,omitempty"` // example: // // false Default *bool `json:"default,omitempty" xml:"default,omitempty"` // example: // // d-cq1m3utlhtgvgkv7sitg DomainId *string `json:"domainId,omitempty" xml:"domainId,omitempty"` // example: // // false ForceHttps *bool `json:"forceHttps,omitempty" xml:"forceHttps,omitempty"` // example: // // Open Http2Option *string `json:"http2Option,omitempty" xml:"http2Option,omitempty"` // example: // // Alibaba Issuer *string `json:"issuer,omitempty" xml:"issuer,omitempty"` // example: // // abc.com Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // 1719386834548 NotAfterTimstamp *int64 `json:"notAfterTimstamp,omitempty" xml:"notAfterTimstamp,omitempty"` // example: // // 1719386834548 NotBeforeTimestamp *int64 `json:"notBeforeTimestamp,omitempty" xml:"notBeforeTimestamp,omitempty"` // example: // // HTTP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` // example: // // aliyun.com Sans *string `json:"sans,omitempty" xml:"sans,omitempty"` // example: // // TLS 1.3 TlsMax *string `json:"tlsMax,omitempty" xml:"tlsMax,omitempty"` // example: // // TLS 1.0 TlsMin *string `json:"tlsMin,omitempty" xml:"tlsMin,omitempty"` // example: // // 1719386834548 Updatetimestamp *int64 `json:"updatetimestamp,omitempty" xml:"updatetimestamp,omitempty"` }
func (GetDomainResponseBodyData) GoString ¶
func (s GetDomainResponseBodyData) GoString() string
func (*GetDomainResponseBodyData) SetAlgorithm ¶
func (s *GetDomainResponseBodyData) SetAlgorithm(v string) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetCaCertIndentifier ¶
func (s *GetDomainResponseBodyData) SetCaCertIndentifier(v string) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetCertIndentifier ¶
func (s *GetDomainResponseBodyData) SetCertIndentifier(v string) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetCertName ¶
func (s *GetDomainResponseBodyData) SetCertName(v string) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetCreateFrom ¶
func (s *GetDomainResponseBodyData) SetCreateFrom(v string) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetCreateTimestamp ¶
func (s *GetDomainResponseBodyData) SetCreateTimestamp(v int64) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetDefault ¶
func (s *GetDomainResponseBodyData) SetDefault(v bool) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetDomainId ¶
func (s *GetDomainResponseBodyData) SetDomainId(v string) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetForceHttps ¶
func (s *GetDomainResponseBodyData) SetForceHttps(v bool) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetHttp2Option ¶
func (s *GetDomainResponseBodyData) SetHttp2Option(v string) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetIssuer ¶
func (s *GetDomainResponseBodyData) SetIssuer(v string) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetName ¶
func (s *GetDomainResponseBodyData) SetName(v string) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetNotAfterTimstamp ¶
func (s *GetDomainResponseBodyData) SetNotAfterTimstamp(v int64) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetNotBeforeTimestamp ¶
func (s *GetDomainResponseBodyData) SetNotBeforeTimestamp(v int64) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetProtocol ¶
func (s *GetDomainResponseBodyData) SetProtocol(v string) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetSans ¶
func (s *GetDomainResponseBodyData) SetSans(v string) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetTlsMax ¶
func (s *GetDomainResponseBodyData) SetTlsMax(v string) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetTlsMin ¶
func (s *GetDomainResponseBodyData) SetTlsMin(v string) *GetDomainResponseBodyData
func (*GetDomainResponseBodyData) SetUpdatetimestamp ¶
func (s *GetDomainResponseBodyData) SetUpdatetimestamp(v int64) *GetDomainResponseBodyData
func (GetDomainResponseBodyData) String ¶
func (s GetDomainResponseBodyData) String() string
type GetEnvironmentResponse ¶
type GetEnvironmentResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetEnvironmentResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetEnvironmentResponse) GoString ¶
func (s GetEnvironmentResponse) GoString() string
func (*GetEnvironmentResponse) SetBody ¶
func (s *GetEnvironmentResponse) SetBody(v *GetEnvironmentResponseBody) *GetEnvironmentResponse
func (*GetEnvironmentResponse) SetHeaders ¶
func (s *GetEnvironmentResponse) SetHeaders(v map[string]*string) *GetEnvironmentResponse
func (*GetEnvironmentResponse) SetStatusCode ¶
func (s *GetEnvironmentResponse) SetStatusCode(v int32) *GetEnvironmentResponse
func (GetEnvironmentResponse) String ¶
func (s GetEnvironmentResponse) String() string
type GetEnvironmentResponseBody ¶
type GetEnvironmentResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *GetEnvironmentResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 3F8EE674-BB08-5E92-BE6F-E4756A748B0F RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetEnvironmentResponseBody) GoString ¶
func (s GetEnvironmentResponseBody) GoString() string
func (*GetEnvironmentResponseBody) SetCode ¶
func (s *GetEnvironmentResponseBody) SetCode(v string) *GetEnvironmentResponseBody
func (*GetEnvironmentResponseBody) SetData ¶
func (s *GetEnvironmentResponseBody) SetData(v *GetEnvironmentResponseBodyData) *GetEnvironmentResponseBody
func (*GetEnvironmentResponseBody) SetMessage ¶
func (s *GetEnvironmentResponseBody) SetMessage(v string) *GetEnvironmentResponseBody
func (*GetEnvironmentResponseBody) SetRequestId ¶
func (s *GetEnvironmentResponseBody) SetRequestId(v string) *GetEnvironmentResponseBody
func (GetEnvironmentResponseBody) String ¶
func (s GetEnvironmentResponseBody) String() string
type GetEnvironmentResponseBodyData ¶
type GetEnvironmentResponseBodyData struct { Alias *string `json:"alias,omitempty" xml:"alias,omitempty"` // example: // // 1719386834548 CreateTimestamp *int64 `json:"createTimestamp,omitempty" xml:"createTimestamp,omitempty"` // example: // // true Default *bool `json:"default,omitempty" xml:"default,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` // example: // // env-cq7l5s5lhtgi6qasrdc0 EnvironmentId *string `json:"environmentId,omitempty" xml:"environmentId,omitempty"` GatewayInfo *GatewayInfo `json:"gatewayInfo,omitempty" xml:"gatewayInfo,omitempty"` // example: // // test Name *string `json:"name,omitempty" xml:"name,omitempty"` SubDomainInfos []*SubDomainInfo `json:"subDomainInfos,omitempty" xml:"subDomainInfos,omitempty" type:"Repeated"` // example: // // 1719386834548 UpdateTimestamp *int64 `json:"updateTimestamp,omitempty" xml:"updateTimestamp,omitempty"` }
func (GetEnvironmentResponseBodyData) GoString ¶
func (s GetEnvironmentResponseBodyData) GoString() string
func (*GetEnvironmentResponseBodyData) SetAlias ¶
func (s *GetEnvironmentResponseBodyData) SetAlias(v string) *GetEnvironmentResponseBodyData
func (*GetEnvironmentResponseBodyData) SetCreateTimestamp ¶
func (s *GetEnvironmentResponseBodyData) SetCreateTimestamp(v int64) *GetEnvironmentResponseBodyData
func (*GetEnvironmentResponseBodyData) SetDefault ¶
func (s *GetEnvironmentResponseBodyData) SetDefault(v bool) *GetEnvironmentResponseBodyData
func (*GetEnvironmentResponseBodyData) SetDescription ¶
func (s *GetEnvironmentResponseBodyData) SetDescription(v string) *GetEnvironmentResponseBodyData
func (*GetEnvironmentResponseBodyData) SetEnvironmentId ¶
func (s *GetEnvironmentResponseBodyData) SetEnvironmentId(v string) *GetEnvironmentResponseBodyData
func (*GetEnvironmentResponseBodyData) SetGatewayInfo ¶
func (s *GetEnvironmentResponseBodyData) SetGatewayInfo(v *GatewayInfo) *GetEnvironmentResponseBodyData
func (*GetEnvironmentResponseBodyData) SetName ¶
func (s *GetEnvironmentResponseBodyData) SetName(v string) *GetEnvironmentResponseBodyData
func (*GetEnvironmentResponseBodyData) SetSubDomainInfos ¶
func (s *GetEnvironmentResponseBodyData) SetSubDomainInfos(v []*SubDomainInfo) *GetEnvironmentResponseBodyData
func (*GetEnvironmentResponseBodyData) SetUpdateTimestamp ¶
func (s *GetEnvironmentResponseBodyData) SetUpdateTimestamp(v int64) *GetEnvironmentResponseBodyData
func (GetEnvironmentResponseBodyData) String ¶
func (s GetEnvironmentResponseBodyData) String() string
type GetGatewayResponse ¶
type GetGatewayResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetGatewayResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetGatewayResponse) GoString ¶
func (s GetGatewayResponse) GoString() string
func (*GetGatewayResponse) SetBody ¶
func (s *GetGatewayResponse) SetBody(v *GetGatewayResponseBody) *GetGatewayResponse
func (*GetGatewayResponse) SetHeaders ¶
func (s *GetGatewayResponse) SetHeaders(v map[string]*string) *GetGatewayResponse
func (*GetGatewayResponse) SetStatusCode ¶
func (s *GetGatewayResponse) SetStatusCode(v int32) *GetGatewayResponse
func (GetGatewayResponse) String ¶
func (s GetGatewayResponse) String() string
type GetGatewayResponseBody ¶
type GetGatewayResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *GetGatewayResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 0F138FFC-6E2B-56C1-9BAB-A67462E339D1 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetGatewayResponseBody) GoString ¶
func (s GetGatewayResponseBody) GoString() string
func (*GetGatewayResponseBody) SetCode ¶
func (s *GetGatewayResponseBody) SetCode(v string) *GetGatewayResponseBody
func (*GetGatewayResponseBody) SetData ¶
func (s *GetGatewayResponseBody) SetData(v *GetGatewayResponseBodyData) *GetGatewayResponseBody
func (*GetGatewayResponseBody) SetMessage ¶
func (s *GetGatewayResponseBody) SetMessage(v string) *GetGatewayResponseBody
func (*GetGatewayResponseBody) SetRequestId ¶
func (s *GetGatewayResponseBody) SetRequestId(v string) *GetGatewayResponseBody
func (GetGatewayResponseBody) String ¶
func (s GetGatewayResponseBody) String() string
type GetGatewayResponseBodyData ¶
type GetGatewayResponseBodyData struct { // example: // // POSTPAY ChargeType *string `json:"chargeType,omitempty" xml:"chargeType,omitempty"` // example: // // Console CreateFrom *string `json:"createFrom,omitempty" xml:"createFrom,omitempty"` // example: // // 1719386834548 CreateTimestamp *int64 `json:"createTimestamp,omitempty" xml:"createTimestamp,omitempty"` Environments []*GetGatewayResponseBodyDataEnvironments `json:"environments,omitempty" xml:"environments,omitempty" type:"Repeated"` // example: // // 1719386834548 ExpireTimestamp *int64 `json:"expireTimestamp,omitempty" xml:"expireTimestamp,omitempty"` // example: // // gw-cq2vundlhtg*** GatewayId *string `json:"gatewayId,omitempty" xml:"gatewayId,omitempty"` LoadBalancers []*GetGatewayResponseBodyDataLoadBalancers `json:"loadBalancers,omitempty" xml:"loadBalancers,omitempty" type:"Repeated"` // example: // // itemcenter-gateway Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // 2 Replicas *string `json:"replicas,omitempty" xml:"replicas,omitempty"` SecurityGroup *GetGatewayResponseBodyDataSecurityGroup `json:"securityGroup,omitempty" xml:"securityGroup,omitempty" type:"Struct"` // example: // // apigw.small.x1 Spec *string `json:"spec,omitempty" xml:"spec,omitempty"` // example: // // Running Status *string `json:"status,omitempty" xml:"status,omitempty"` // example: // // 2.0.2 TargetVersion *string `json:"targetVersion,omitempty" xml:"targetVersion,omitempty"` // example: // // 1719386834548 UpdateTimestamp *int64 `json:"updateTimestamp,omitempty" xml:"updateTimestamp,omitempty"` VSwitch *GetGatewayResponseBodyDataVSwitch `json:"vSwitch,omitempty" xml:"vSwitch,omitempty" type:"Struct"` // example: // // 2.0.2 Version *string `json:"version,omitempty" xml:"version,omitempty"` Vpc *GetGatewayResponseBodyDataVpc `json:"vpc,omitempty" xml:"vpc,omitempty" type:"Struct"` Zones []*GetGatewayResponseBodyDataZones `json:"zones,omitempty" xml:"zones,omitempty" type:"Repeated"` }
func (GetGatewayResponseBodyData) GoString ¶
func (s GetGatewayResponseBodyData) GoString() string
func (*GetGatewayResponseBodyData) SetChargeType ¶
func (s *GetGatewayResponseBodyData) SetChargeType(v string) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetCreateFrom ¶
func (s *GetGatewayResponseBodyData) SetCreateFrom(v string) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetCreateTimestamp ¶
func (s *GetGatewayResponseBodyData) SetCreateTimestamp(v int64) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetEnvironments ¶
func (s *GetGatewayResponseBodyData) SetEnvironments(v []*GetGatewayResponseBodyDataEnvironments) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetExpireTimestamp ¶
func (s *GetGatewayResponseBodyData) SetExpireTimestamp(v int64) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetGatewayId ¶
func (s *GetGatewayResponseBodyData) SetGatewayId(v string) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetLoadBalancers ¶
func (s *GetGatewayResponseBodyData) SetLoadBalancers(v []*GetGatewayResponseBodyDataLoadBalancers) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetName ¶
func (s *GetGatewayResponseBodyData) SetName(v string) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetReplicas ¶
func (s *GetGatewayResponseBodyData) SetReplicas(v string) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetSecurityGroup ¶
func (s *GetGatewayResponseBodyData) SetSecurityGroup(v *GetGatewayResponseBodyDataSecurityGroup) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetSpec ¶
func (s *GetGatewayResponseBodyData) SetSpec(v string) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetStatus ¶
func (s *GetGatewayResponseBodyData) SetStatus(v string) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetTargetVersion ¶
func (s *GetGatewayResponseBodyData) SetTargetVersion(v string) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetUpdateTimestamp ¶
func (s *GetGatewayResponseBodyData) SetUpdateTimestamp(v int64) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetVSwitch ¶
func (s *GetGatewayResponseBodyData) SetVSwitch(v *GetGatewayResponseBodyDataVSwitch) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetVersion ¶
func (s *GetGatewayResponseBodyData) SetVersion(v string) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetVpc ¶
func (s *GetGatewayResponseBodyData) SetVpc(v *GetGatewayResponseBodyDataVpc) *GetGatewayResponseBodyData
func (*GetGatewayResponseBodyData) SetZones ¶
func (s *GetGatewayResponseBodyData) SetZones(v []*GetGatewayResponseBodyDataZones) *GetGatewayResponseBodyData
func (GetGatewayResponseBodyData) String ¶
func (s GetGatewayResponseBodyData) String() string
type GetGatewayResponseBodyDataEnvironments ¶
type GetGatewayResponseBodyDataEnvironments struct { Alias *string `json:"alias,omitempty" xml:"alias,omitempty"` // example: // // env-cp9uhudlht*** EnvironmentId *string `json:"environmentId,omitempty" xml:"environmentId,omitempty"` // example: // // default-gw-cp9ugg5*** Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (GetGatewayResponseBodyDataEnvironments) GoString ¶
func (s GetGatewayResponseBodyDataEnvironments) GoString() string
func (*GetGatewayResponseBodyDataEnvironments) SetAlias ¶
func (s *GetGatewayResponseBodyDataEnvironments) SetAlias(v string) *GetGatewayResponseBodyDataEnvironments
func (*GetGatewayResponseBodyDataEnvironments) SetEnvironmentId ¶
func (s *GetGatewayResponseBodyDataEnvironments) SetEnvironmentId(v string) *GetGatewayResponseBodyDataEnvironments
func (*GetGatewayResponseBodyDataEnvironments) SetName ¶
func (s *GetGatewayResponseBodyDataEnvironments) SetName(v string) *GetGatewayResponseBodyDataEnvironments
func (GetGatewayResponseBodyDataEnvironments) String ¶
func (s GetGatewayResponseBodyDataEnvironments) String() string
type GetGatewayResponseBodyDataLoadBalancers ¶
type GetGatewayResponseBodyDataLoadBalancers struct { // example: // // nlb-xoh3pghr***.cn-hangzhou.nlb.aliyuncs.com Address *string `json:"address,omitempty" xml:"address,omitempty"` // example: // // ipv4 AddressIpVersion *string `json:"addressIpVersion,omitempty" xml:"addressIpVersion,omitempty"` // example: // // Internet AddressType *string `json:"addressType,omitempty" xml:"addressType,omitempty"` // example: // // true GatewayDefault *bool `json:"gatewayDefault,omitempty" xml:"gatewayDefault,omitempty"` // example: // // nlb-xoh3pghru7c*** LoadBalancerId *string `json:"loadBalancerId,omitempty" xml:"loadBalancerId,omitempty"` // example: // // Managed Mode *string `json:"mode,omitempty" xml:"mode,omitempty"` Ports []*GetGatewayResponseBodyDataLoadBalancersPorts `json:"ports,omitempty" xml:"ports,omitempty" type:"Repeated"` // example: // // Ready Status *string `json:"status,omitempty" xml:"status,omitempty"` // example: // // NLB Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (GetGatewayResponseBodyDataLoadBalancers) GoString ¶
func (s GetGatewayResponseBodyDataLoadBalancers) GoString() string
func (*GetGatewayResponseBodyDataLoadBalancers) SetAddress ¶
func (s *GetGatewayResponseBodyDataLoadBalancers) SetAddress(v string) *GetGatewayResponseBodyDataLoadBalancers
func (*GetGatewayResponseBodyDataLoadBalancers) SetAddressIpVersion ¶
func (s *GetGatewayResponseBodyDataLoadBalancers) SetAddressIpVersion(v string) *GetGatewayResponseBodyDataLoadBalancers
func (*GetGatewayResponseBodyDataLoadBalancers) SetAddressType ¶
func (s *GetGatewayResponseBodyDataLoadBalancers) SetAddressType(v string) *GetGatewayResponseBodyDataLoadBalancers
func (*GetGatewayResponseBodyDataLoadBalancers) SetGatewayDefault ¶
func (s *GetGatewayResponseBodyDataLoadBalancers) SetGatewayDefault(v bool) *GetGatewayResponseBodyDataLoadBalancers
func (*GetGatewayResponseBodyDataLoadBalancers) SetLoadBalancerId ¶
func (s *GetGatewayResponseBodyDataLoadBalancers) SetLoadBalancerId(v string) *GetGatewayResponseBodyDataLoadBalancers
func (*GetGatewayResponseBodyDataLoadBalancers) SetMode ¶
func (s *GetGatewayResponseBodyDataLoadBalancers) SetMode(v string) *GetGatewayResponseBodyDataLoadBalancers
func (*GetGatewayResponseBodyDataLoadBalancers) SetStatus ¶
func (s *GetGatewayResponseBodyDataLoadBalancers) SetStatus(v string) *GetGatewayResponseBodyDataLoadBalancers
func (*GetGatewayResponseBodyDataLoadBalancers) SetType ¶
func (s *GetGatewayResponseBodyDataLoadBalancers) SetType(v string) *GetGatewayResponseBodyDataLoadBalancers
func (GetGatewayResponseBodyDataLoadBalancers) String ¶
func (s GetGatewayResponseBodyDataLoadBalancers) String() string
type GetGatewayResponseBodyDataLoadBalancersPorts ¶
type GetGatewayResponseBodyDataLoadBalancersPorts struct { // example: // // 443 Port *int32 `json:"port,omitempty" xml:"port,omitempty"` // example: // // TCP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` }
func (GetGatewayResponseBodyDataLoadBalancersPorts) GoString ¶
func (s GetGatewayResponseBodyDataLoadBalancersPorts) GoString() string
func (*GetGatewayResponseBodyDataLoadBalancersPorts) SetPort ¶
func (s *GetGatewayResponseBodyDataLoadBalancersPorts) SetPort(v int32) *GetGatewayResponseBodyDataLoadBalancersPorts
func (*GetGatewayResponseBodyDataLoadBalancersPorts) SetProtocol ¶
func (s *GetGatewayResponseBodyDataLoadBalancersPorts) SetProtocol(v string) *GetGatewayResponseBodyDataLoadBalancersPorts
func (GetGatewayResponseBodyDataLoadBalancersPorts) String ¶
func (s GetGatewayResponseBodyDataLoadBalancersPorts) String() string
type GetGatewayResponseBodyDataSecurityGroup ¶
type GetGatewayResponseBodyDataSecurityGroup struct { // example: // // APIG-sg-gw-cq7ke5ll*** Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // sg-bp16tafq9*** SecurityGroupId *string `json:"securityGroupId,omitempty" xml:"securityGroupId,omitempty"` }
func (GetGatewayResponseBodyDataSecurityGroup) GoString ¶
func (s GetGatewayResponseBodyDataSecurityGroup) GoString() string
func (*GetGatewayResponseBodyDataSecurityGroup) SetName ¶
func (s *GetGatewayResponseBodyDataSecurityGroup) SetName(v string) *GetGatewayResponseBodyDataSecurityGroup
func (*GetGatewayResponseBodyDataSecurityGroup) SetSecurityGroupId ¶
func (s *GetGatewayResponseBodyDataSecurityGroup) SetSecurityGroupId(v string) *GetGatewayResponseBodyDataSecurityGroup
func (GetGatewayResponseBodyDataSecurityGroup) String ¶
func (s GetGatewayResponseBodyDataSecurityGroup) String() string
type GetGatewayResponseBodyDataVSwitch ¶
type GetGatewayResponseBodyDataVSwitch struct { Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // vsw-bp1c7ggkj*** VSwitchId *string `json:"vSwitchId,omitempty" xml:"vSwitchId,omitempty"` }
func (GetGatewayResponseBodyDataVSwitch) GoString ¶
func (s GetGatewayResponseBodyDataVSwitch) GoString() string
func (*GetGatewayResponseBodyDataVSwitch) SetName ¶
func (s *GetGatewayResponseBodyDataVSwitch) SetName(v string) *GetGatewayResponseBodyDataVSwitch
func (*GetGatewayResponseBodyDataVSwitch) SetVSwitchId ¶
func (s *GetGatewayResponseBodyDataVSwitch) SetVSwitchId(v string) *GetGatewayResponseBodyDataVSwitch
func (GetGatewayResponseBodyDataVSwitch) String ¶
func (s GetGatewayResponseBodyDataVSwitch) String() string
type GetGatewayResponseBodyDataVpc ¶
type GetGatewayResponseBodyDataVpc struct { Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // vpc-bp1llj52lvj6xc*** VpcId *string `json:"vpcId,omitempty" xml:"vpcId,omitempty"` }
func (GetGatewayResponseBodyDataVpc) GoString ¶
func (s GetGatewayResponseBodyDataVpc) GoString() string
func (*GetGatewayResponseBodyDataVpc) SetName ¶
func (s *GetGatewayResponseBodyDataVpc) SetName(v string) *GetGatewayResponseBodyDataVpc
func (*GetGatewayResponseBodyDataVpc) SetVpcId ¶
func (s *GetGatewayResponseBodyDataVpc) SetVpcId(v string) *GetGatewayResponseBodyDataVpc
func (GetGatewayResponseBodyDataVpc) String ¶
func (s GetGatewayResponseBodyDataVpc) String() string
type GetGatewayResponseBodyDataZones ¶
type GetGatewayResponseBodyDataZones struct { Name *string `json:"name,omitempty" xml:"name,omitempty"` VSwitch *GetGatewayResponseBodyDataZonesVSwitch `json:"vSwitch,omitempty" xml:"vSwitch,omitempty" type:"Struct"` // example: // // cn-hangzhou-e ZoneId *string `json:"zoneId,omitempty" xml:"zoneId,omitempty"` }
func (GetGatewayResponseBodyDataZones) GoString ¶
func (s GetGatewayResponseBodyDataZones) GoString() string
func (*GetGatewayResponseBodyDataZones) SetName ¶
func (s *GetGatewayResponseBodyDataZones) SetName(v string) *GetGatewayResponseBodyDataZones
func (*GetGatewayResponseBodyDataZones) SetVSwitch ¶
func (s *GetGatewayResponseBodyDataZones) SetVSwitch(v *GetGatewayResponseBodyDataZonesVSwitch) *GetGatewayResponseBodyDataZones
func (*GetGatewayResponseBodyDataZones) SetZoneId ¶
func (s *GetGatewayResponseBodyDataZones) SetZoneId(v string) *GetGatewayResponseBodyDataZones
func (GetGatewayResponseBodyDataZones) String ¶
func (s GetGatewayResponseBodyDataZones) String() string
type GetGatewayResponseBodyDataZonesVSwitch ¶
type GetGatewayResponseBodyDataZonesVSwitch struct { Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // vsw-bp1c7ggkj*** VSwitchId *string `json:"vSwitchId,omitempty" xml:"vSwitchId,omitempty"` }
func (GetGatewayResponseBodyDataZonesVSwitch) GoString ¶
func (s GetGatewayResponseBodyDataZonesVSwitch) GoString() string
func (*GetGatewayResponseBodyDataZonesVSwitch) SetName ¶
func (s *GetGatewayResponseBodyDataZonesVSwitch) SetName(v string) *GetGatewayResponseBodyDataZonesVSwitch
func (*GetGatewayResponseBodyDataZonesVSwitch) SetVSwitchId ¶
func (s *GetGatewayResponseBodyDataZonesVSwitch) SetVSwitchId(v string) *GetGatewayResponseBodyDataZonesVSwitch
func (GetGatewayResponseBodyDataZonesVSwitch) String ¶
func (s GetGatewayResponseBodyDataZonesVSwitch) String() string
type GetGatewayRouteResponse ¶
type GetGatewayRouteResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetGatewayRouteResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetGatewayRouteResponse) GoString ¶
func (s GetGatewayRouteResponse) GoString() string
func (*GetGatewayRouteResponse) SetBody ¶
func (s *GetGatewayRouteResponse) SetBody(v *GetGatewayRouteResponseBody) *GetGatewayRouteResponse
func (*GetGatewayRouteResponse) SetHeaders ¶
func (s *GetGatewayRouteResponse) SetHeaders(v map[string]*string) *GetGatewayRouteResponse
func (*GetGatewayRouteResponse) SetStatusCode ¶
func (s *GetGatewayRouteResponse) SetStatusCode(v int32) *GetGatewayRouteResponse
func (GetGatewayRouteResponse) String ¶
func (s GetGatewayRouteResponse) String() string
type GetGatewayRouteResponseBody ¶
type GetGatewayRouteResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *GetGatewayRouteResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // A1994B10-C6A8-58FA-8347-6A08B0D4EFDE RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetGatewayRouteResponseBody) GoString ¶
func (s GetGatewayRouteResponseBody) GoString() string
func (*GetGatewayRouteResponseBody) SetCode ¶
func (s *GetGatewayRouteResponseBody) SetCode(v string) *GetGatewayRouteResponseBody
func (*GetGatewayRouteResponseBody) SetData ¶
func (s *GetGatewayRouteResponseBody) SetData(v *GetGatewayRouteResponseBodyData) *GetGatewayRouteResponseBody
func (*GetGatewayRouteResponseBody) SetMessage ¶
func (s *GetGatewayRouteResponseBody) SetMessage(v string) *GetGatewayRouteResponseBody
func (*GetGatewayRouteResponseBody) SetRequestId ¶
func (s *GetGatewayRouteResponseBody) SetRequestId(v string) *GetGatewayRouteResponseBody
func (GetGatewayRouteResponseBody) String ¶
func (s GetGatewayRouteResponseBody) String() string
type GetGatewayRouteResponseBodyData ¶
type GetGatewayRouteResponseBodyData struct { Backend *GatewayRouteBackend `json:"backend,omitempty" xml:"backend,omitempty"` // example: // // 1719386834548 CreateTimestamp *int64 `json:"createTimestamp,omitempty" xml:"createTimestamp,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` DomainInfo *GatewayRouteDomainInfo `json:"domainInfo,omitempty" xml:"domainInfo,omitempty"` // example: // // gr-cptf6e7d5l*** GatewayRouteId *string `json:"gatewayRouteId,omitempty" xml:"gatewayRouteId,omitempty"` Match *HttpRouteMatch `json:"match,omitempty" xml:"match,omitempty"` // example: // // itemcenter-pre-route Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // NotPublished Status *string `json:"status,omitempty" xml:"status,omitempty"` // example: // // 1719386834548 UpdateTimestamp *int64 `json:"updateTimestamp,omitempty" xml:"updateTimestamp,omitempty"` }
func (GetGatewayRouteResponseBodyData) GoString ¶
func (s GetGatewayRouteResponseBodyData) GoString() string
func (*GetGatewayRouteResponseBodyData) SetBackend ¶
func (s *GetGatewayRouteResponseBodyData) SetBackend(v *GatewayRouteBackend) *GetGatewayRouteResponseBodyData
func (*GetGatewayRouteResponseBodyData) SetCreateTimestamp ¶
func (s *GetGatewayRouteResponseBodyData) SetCreateTimestamp(v int64) *GetGatewayRouteResponseBodyData
func (*GetGatewayRouteResponseBodyData) SetDescription ¶
func (s *GetGatewayRouteResponseBodyData) SetDescription(v string) *GetGatewayRouteResponseBodyData
func (*GetGatewayRouteResponseBodyData) SetDomainInfo ¶
func (s *GetGatewayRouteResponseBodyData) SetDomainInfo(v *GatewayRouteDomainInfo) *GetGatewayRouteResponseBodyData
func (*GetGatewayRouteResponseBodyData) SetGatewayRouteId ¶
func (s *GetGatewayRouteResponseBodyData) SetGatewayRouteId(v string) *GetGatewayRouteResponseBodyData
func (*GetGatewayRouteResponseBodyData) SetMatch ¶
func (s *GetGatewayRouteResponseBodyData) SetMatch(v *HttpRouteMatch) *GetGatewayRouteResponseBodyData
func (*GetGatewayRouteResponseBodyData) SetName ¶
func (s *GetGatewayRouteResponseBodyData) SetName(v string) *GetGatewayRouteResponseBodyData
func (*GetGatewayRouteResponseBodyData) SetStatus ¶
func (s *GetGatewayRouteResponseBodyData) SetStatus(v string) *GetGatewayRouteResponseBodyData
func (*GetGatewayRouteResponseBodyData) SetUpdateTimestamp ¶
func (s *GetGatewayRouteResponseBodyData) SetUpdateTimestamp(v int64) *GetGatewayRouteResponseBodyData
func (GetGatewayRouteResponseBodyData) String ¶
func (s GetGatewayRouteResponseBodyData) String() string
type GetGatewayServiceResponse ¶
type GetGatewayServiceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetGatewayServiceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetGatewayServiceResponse) GoString ¶
func (s GetGatewayServiceResponse) GoString() string
func (*GetGatewayServiceResponse) SetBody ¶
func (s *GetGatewayServiceResponse) SetBody(v *GetGatewayServiceResponseBody) *GetGatewayServiceResponse
func (*GetGatewayServiceResponse) SetHeaders ¶
func (s *GetGatewayServiceResponse) SetHeaders(v map[string]*string) *GetGatewayServiceResponse
func (*GetGatewayServiceResponse) SetStatusCode ¶
func (s *GetGatewayServiceResponse) SetStatusCode(v int32) *GetGatewayServiceResponse
func (GetGatewayServiceResponse) String ¶
func (s GetGatewayServiceResponse) String() string
type GetGatewayServiceResponseBody ¶
type GetGatewayServiceResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *GatewayService `json:"data,omitempty" xml:"data,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 393E2630-DBE7-5221-AB35-9E740675491A RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetGatewayServiceResponseBody) GoString ¶
func (s GetGatewayServiceResponseBody) GoString() string
func (*GetGatewayServiceResponseBody) SetCode ¶
func (s *GetGatewayServiceResponseBody) SetCode(v string) *GetGatewayServiceResponseBody
func (*GetGatewayServiceResponseBody) SetData ¶
func (s *GetGatewayServiceResponseBody) SetData(v *GatewayService) *GetGatewayServiceResponseBody
func (*GetGatewayServiceResponseBody) SetMessage ¶
func (s *GetGatewayServiceResponseBody) SetMessage(v string) *GetGatewayServiceResponseBody
func (*GetGatewayServiceResponseBody) SetRequestId ¶
func (s *GetGatewayServiceResponseBody) SetRequestId(v string) *GetGatewayServiceResponseBody
func (GetGatewayServiceResponseBody) String ¶
func (s GetGatewayServiceResponseBody) String() string
type GetHttpApiOperationResponse ¶
type GetHttpApiOperationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetHttpApiOperationResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetHttpApiOperationResponse) GoString ¶
func (s GetHttpApiOperationResponse) GoString() string
func (*GetHttpApiOperationResponse) SetBody ¶
func (s *GetHttpApiOperationResponse) SetBody(v *GetHttpApiOperationResponseBody) *GetHttpApiOperationResponse
func (*GetHttpApiOperationResponse) SetHeaders ¶
func (s *GetHttpApiOperationResponse) SetHeaders(v map[string]*string) *GetHttpApiOperationResponse
func (*GetHttpApiOperationResponse) SetStatusCode ¶
func (s *GetHttpApiOperationResponse) SetStatusCode(v int32) *GetHttpApiOperationResponse
func (GetHttpApiOperationResponse) String ¶
func (s GetHttpApiOperationResponse) String() string
type GetHttpApiOperationResponseBody ¶
type GetHttpApiOperationResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *HttpApiOperationInfo `json:"data,omitempty" xml:"data,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // B725275B-50C6-5A49-A9FD-F0332FCB3351 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetHttpApiOperationResponseBody) GoString ¶
func (s GetHttpApiOperationResponseBody) GoString() string
func (*GetHttpApiOperationResponseBody) SetCode ¶
func (s *GetHttpApiOperationResponseBody) SetCode(v string) *GetHttpApiOperationResponseBody
func (*GetHttpApiOperationResponseBody) SetData ¶
func (s *GetHttpApiOperationResponseBody) SetData(v *HttpApiOperationInfo) *GetHttpApiOperationResponseBody
func (*GetHttpApiOperationResponseBody) SetMessage ¶
func (s *GetHttpApiOperationResponseBody) SetMessage(v string) *GetHttpApiOperationResponseBody
func (*GetHttpApiOperationResponseBody) SetRequestId ¶
func (s *GetHttpApiOperationResponseBody) SetRequestId(v string) *GetHttpApiOperationResponseBody
func (GetHttpApiOperationResponseBody) String ¶
func (s GetHttpApiOperationResponseBody) String() string
type GetHttpApiResponse ¶
type GetHttpApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetHttpApiResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetHttpApiResponse) GoString ¶
func (s GetHttpApiResponse) GoString() string
func (*GetHttpApiResponse) SetBody ¶
func (s *GetHttpApiResponse) SetBody(v *GetHttpApiResponseBody) *GetHttpApiResponse
func (*GetHttpApiResponse) SetHeaders ¶
func (s *GetHttpApiResponse) SetHeaders(v map[string]*string) *GetHttpApiResponse
func (*GetHttpApiResponse) SetStatusCode ¶
func (s *GetHttpApiResponse) SetStatusCode(v int32) *GetHttpApiResponse
func (GetHttpApiResponse) String ¶
func (s GetHttpApiResponse) String() string
type GetHttpApiResponseBody ¶
type GetHttpApiResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *HttpApiApiInfo `json:"data,omitempty" xml:"data,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 8FA9BB94-915B-5299-A694-49FCC7F5DD00 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (GetHttpApiResponseBody) GoString ¶
func (s GetHttpApiResponseBody) GoString() string
func (*GetHttpApiResponseBody) SetCode ¶
func (s *GetHttpApiResponseBody) SetCode(v string) *GetHttpApiResponseBody
func (*GetHttpApiResponseBody) SetData ¶
func (s *GetHttpApiResponseBody) SetData(v *HttpApiApiInfo) *GetHttpApiResponseBody
func (*GetHttpApiResponseBody) SetMessage ¶
func (s *GetHttpApiResponseBody) SetMessage(v string) *GetHttpApiResponseBody
func (*GetHttpApiResponseBody) SetRequestId ¶
func (s *GetHttpApiResponseBody) SetRequestId(v string) *GetHttpApiResponseBody
func (GetHttpApiResponseBody) String ¶
func (s GetHttpApiResponseBody) String() string
type HttpApiApiInfo ¶
type HttpApiApiInfo struct { // example: // // /v1 BasePath *string `json:"basePath,omitempty" xml:"basePath,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` Environments []*HttpApiApiInfoEnvironments `json:"environments,omitempty" xml:"environments,omitempty" type:"Repeated"` // example: // // api-xxx HttpApiId *string `json:"httpApiId,omitempty" xml:"httpApiId,omitempty"` // example: // // test Name *string `json:"name,omitempty" xml:"name,omitempty"` Protocols []*string `json:"protocols,omitempty" xml:"protocols,omitempty" type:"Repeated"` VersionInfo *HttpApiVersionInfo `json:"versionInfo,omitempty" xml:"versionInfo,omitempty"` }
func (HttpApiApiInfo) GoString ¶
func (s HttpApiApiInfo) GoString() string
func (*HttpApiApiInfo) SetBasePath ¶
func (s *HttpApiApiInfo) SetBasePath(v string) *HttpApiApiInfo
func (*HttpApiApiInfo) SetDescription ¶
func (s *HttpApiApiInfo) SetDescription(v string) *HttpApiApiInfo
func (*HttpApiApiInfo) SetEnvironments ¶
func (s *HttpApiApiInfo) SetEnvironments(v []*HttpApiApiInfoEnvironments) *HttpApiApiInfo
func (*HttpApiApiInfo) SetHttpApiId ¶
func (s *HttpApiApiInfo) SetHttpApiId(v string) *HttpApiApiInfo
func (*HttpApiApiInfo) SetName ¶
func (s *HttpApiApiInfo) SetName(v string) *HttpApiApiInfo
func (*HttpApiApiInfo) SetProtocols ¶
func (s *HttpApiApiInfo) SetProtocols(v []*string) *HttpApiApiInfo
func (*HttpApiApiInfo) SetVersionInfo ¶
func (s *HttpApiApiInfo) SetVersionInfo(v *HttpApiVersionInfo) *HttpApiApiInfo
func (HttpApiApiInfo) String ¶
func (s HttpApiApiInfo) String() string
type HttpApiApiInfoEnvironments ¶
type HttpApiApiInfoEnvironments struct { // example: // // test Alias *string `json:"alias,omitempty" xml:"alias,omitempty"` // example: // // SingleService BackendScene *string `json:"backendScene,omitempty" xml:"backendScene,omitempty"` // example: // // Service BackendType *string `json:"backendType,omitempty" xml:"backendType,omitempty"` CloudProductConfig *HttpApiApiInfoEnvironmentsCloudProductConfig `json:"cloudProductConfig,omitempty" xml:"cloudProductConfig,omitempty" type:"Struct"` CustomDomains []*HttpApiDomainInfo `json:"customDomains,omitempty" xml:"customDomains,omitempty" type:"Repeated"` DnsConfigs []*HttpApiApiInfoEnvironmentsDnsConfigs `json:"dnsConfigs,omitempty" xml:"dnsConfigs,omitempty" type:"Repeated"` // example: // // env-xxx EnvironmentId *string `json:"environmentId,omitempty" xml:"environmentId,omitempty"` GatewayInfo *HttpApiApiInfoEnvironmentsGatewayInfo `json:"gatewayInfo,omitempty" xml:"gatewayInfo,omitempty" type:"Struct"` // example: // // test Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // Published PublishStatus *string `json:"publishStatus,omitempty" xml:"publishStatus,omitempty"` ServiceConfigs []*HttpApiApiInfoEnvironmentsServiceConfigs `json:"serviceConfigs,omitempty" xml:"serviceConfigs,omitempty" type:"Repeated"` VipConfigs []*HttpApiApiInfoEnvironmentsVipConfigs `json:"vipConfigs,omitempty" xml:"vipConfigs,omitempty" type:"Repeated"` }
func (HttpApiApiInfoEnvironments) GoString ¶
func (s HttpApiApiInfoEnvironments) GoString() string
func (*HttpApiApiInfoEnvironments) SetAlias ¶ added in v1.0.5
func (s *HttpApiApiInfoEnvironments) SetAlias(v string) *HttpApiApiInfoEnvironments
func (*HttpApiApiInfoEnvironments) SetBackendScene ¶
func (s *HttpApiApiInfoEnvironments) SetBackendScene(v string) *HttpApiApiInfoEnvironments
func (*HttpApiApiInfoEnvironments) SetBackendType ¶
func (s *HttpApiApiInfoEnvironments) SetBackendType(v string) *HttpApiApiInfoEnvironments
func (*HttpApiApiInfoEnvironments) SetCloudProductConfig ¶
func (s *HttpApiApiInfoEnvironments) SetCloudProductConfig(v *HttpApiApiInfoEnvironmentsCloudProductConfig) *HttpApiApiInfoEnvironments
func (*HttpApiApiInfoEnvironments) SetCustomDomains ¶ added in v1.0.5
func (s *HttpApiApiInfoEnvironments) SetCustomDomains(v []*HttpApiDomainInfo) *HttpApiApiInfoEnvironments
func (*HttpApiApiInfoEnvironments) SetDnsConfigs ¶
func (s *HttpApiApiInfoEnvironments) SetDnsConfigs(v []*HttpApiApiInfoEnvironmentsDnsConfigs) *HttpApiApiInfoEnvironments
func (*HttpApiApiInfoEnvironments) SetEnvironmentId ¶
func (s *HttpApiApiInfoEnvironments) SetEnvironmentId(v string) *HttpApiApiInfoEnvironments
func (*HttpApiApiInfoEnvironments) SetGatewayInfo ¶ added in v1.0.5
func (s *HttpApiApiInfoEnvironments) SetGatewayInfo(v *HttpApiApiInfoEnvironmentsGatewayInfo) *HttpApiApiInfoEnvironments
func (*HttpApiApiInfoEnvironments) SetName ¶ added in v1.0.5
func (s *HttpApiApiInfoEnvironments) SetName(v string) *HttpApiApiInfoEnvironments
func (*HttpApiApiInfoEnvironments) SetPublishStatus ¶ added in v1.0.5
func (s *HttpApiApiInfoEnvironments) SetPublishStatus(v string) *HttpApiApiInfoEnvironments
func (*HttpApiApiInfoEnvironments) SetServiceConfigs ¶
func (s *HttpApiApiInfoEnvironments) SetServiceConfigs(v []*HttpApiApiInfoEnvironmentsServiceConfigs) *HttpApiApiInfoEnvironments
func (*HttpApiApiInfoEnvironments) SetVipConfigs ¶
func (s *HttpApiApiInfoEnvironments) SetVipConfigs(v []*HttpApiApiInfoEnvironmentsVipConfigs) *HttpApiApiInfoEnvironments
func (HttpApiApiInfoEnvironments) String ¶
func (s HttpApiApiInfoEnvironments) String() string
type HttpApiApiInfoEnvironmentsCloudProductConfig ¶
type HttpApiApiInfoEnvironmentsCloudProductConfig struct { // example: // // CS CloudProductType *string `json:"cloudProductType,omitempty" xml:"cloudProductType,omitempty"` ContainerServiceConfigs []*HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs `json:"containerServiceConfigs,omitempty" xml:"containerServiceConfigs,omitempty" type:"Repeated"` FunctionConfigs []*HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs `json:"functionConfigs,omitempty" xml:"functionConfigs,omitempty" type:"Repeated"` MseNacosConfigs []*HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs `json:"mseNacosConfigs,omitempty" xml:"mseNacosConfigs,omitempty" type:"Repeated"` }
func (HttpApiApiInfoEnvironmentsCloudProductConfig) GoString ¶
func (s HttpApiApiInfoEnvironmentsCloudProductConfig) GoString() string
func (*HttpApiApiInfoEnvironmentsCloudProductConfig) SetCloudProductType ¶
func (s *HttpApiApiInfoEnvironmentsCloudProductConfig) SetCloudProductType(v string) *HttpApiApiInfoEnvironmentsCloudProductConfig
func (*HttpApiApiInfoEnvironmentsCloudProductConfig) SetContainerServiceConfigs ¶
func (s *HttpApiApiInfoEnvironmentsCloudProductConfig) SetContainerServiceConfigs(v []*HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) *HttpApiApiInfoEnvironmentsCloudProductConfig
func (*HttpApiApiInfoEnvironmentsCloudProductConfig) SetFunctionConfigs ¶
func (s *HttpApiApiInfoEnvironmentsCloudProductConfig) SetFunctionConfigs(v []*HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) *HttpApiApiInfoEnvironmentsCloudProductConfig
func (*HttpApiApiInfoEnvironmentsCloudProductConfig) SetMseNacosConfigs ¶
func (s *HttpApiApiInfoEnvironmentsCloudProductConfig) SetMseNacosConfigs(v []*HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) *HttpApiApiInfoEnvironmentsCloudProductConfig
func (HttpApiApiInfoEnvironmentsCloudProductConfig) String ¶
func (s HttpApiApiInfoEnvironmentsCloudProductConfig) String() string
type HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs ¶
type HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs struct { // example: // // gs-xxx GatewayServiceId *string `json:"gatewayServiceId,omitempty" xml:"gatewayServiceId,omitempty"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // test Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // default Namespace *string `json:"namespace,omitempty" xml:"namespace,omitempty"` // example: // // 8080 Port *int32 `json:"port,omitempty" xml:"port,omitempty"` // example: // // HTTP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) GoString ¶
func (s HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) GoString() string
func (*HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) SetGatewayServiceId ¶
func (s *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) SetGatewayServiceId(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs
func (*HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) SetNamespace ¶
func (*HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) SetProtocol ¶
func (HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) String ¶
func (s HttpApiApiInfoEnvironmentsCloudProductConfigContainerServiceConfigs) String() string
type HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs ¶
type HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs struct { // example: // // gs-xxx GatewayServiceId *string `json:"gatewayServiceId,omitempty" xml:"gatewayServiceId,omitempty"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // test-function Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // LATEST Qualifier *string `json:"qualifier,omitempty" xml:"qualifier,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) GoString ¶
func (s HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) GoString() string
func (*HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) SetGatewayServiceId ¶
func (s *HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) SetGatewayServiceId(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs
func (*HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) SetQualifier ¶
func (HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) String ¶
func (s HttpApiApiInfoEnvironmentsCloudProductConfigFunctionConfigs) String() string
type HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs ¶
type HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs struct { // example: // // gs-xxx GatewayServiceId *string `json:"gatewayServiceId,omitempty" xml:"gatewayServiceId,omitempty"` // example: // // DEFAULT_GROUP GroupName *string `json:"groupName,omitempty" xml:"groupName,omitempty"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // springboot-test Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // public Namespace *string `json:"namespace,omitempty" xml:"namespace,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) GoString ¶
func (s HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) GoString() string
func (*HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) SetGatewayServiceId ¶
func (s *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) SetGatewayServiceId(v string) *HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs
func (*HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) SetGroupName ¶
func (*HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) SetNamespace ¶
func (HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) String ¶
func (s HttpApiApiInfoEnvironmentsCloudProductConfigMseNacosConfigs) String() string
type HttpApiApiInfoEnvironmentsDnsConfigs ¶
type HttpApiApiInfoEnvironmentsDnsConfigs struct { DnsList []*string `json:"dnsList,omitempty" xml:"dnsList,omitempty" type:"Repeated"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (HttpApiApiInfoEnvironmentsDnsConfigs) GoString ¶
func (s HttpApiApiInfoEnvironmentsDnsConfigs) GoString() string
func (*HttpApiApiInfoEnvironmentsDnsConfigs) SetDnsList ¶
func (s *HttpApiApiInfoEnvironmentsDnsConfigs) SetDnsList(v []*string) *HttpApiApiInfoEnvironmentsDnsConfigs
func (*HttpApiApiInfoEnvironmentsDnsConfigs) SetMatch ¶
func (s *HttpApiApiInfoEnvironmentsDnsConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiApiInfoEnvironmentsDnsConfigs
func (*HttpApiApiInfoEnvironmentsDnsConfigs) SetWeight ¶
func (s *HttpApiApiInfoEnvironmentsDnsConfigs) SetWeight(v int32) *HttpApiApiInfoEnvironmentsDnsConfigs
func (HttpApiApiInfoEnvironmentsDnsConfigs) String ¶
func (s HttpApiApiInfoEnvironmentsDnsConfigs) String() string
type HttpApiApiInfoEnvironmentsGatewayInfo ¶ added in v1.0.5
type HttpApiApiInfoEnvironmentsGatewayInfo struct { // example: // // gw-xxx GatewayId *string `json:"gatewayId,omitempty" xml:"gatewayId,omitempty"` // example: // // test Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (HttpApiApiInfoEnvironmentsGatewayInfo) GoString ¶ added in v1.0.5
func (s HttpApiApiInfoEnvironmentsGatewayInfo) GoString() string
func (*HttpApiApiInfoEnvironmentsGatewayInfo) SetGatewayId ¶ added in v1.0.5
func (s *HttpApiApiInfoEnvironmentsGatewayInfo) SetGatewayId(v string) *HttpApiApiInfoEnvironmentsGatewayInfo
func (*HttpApiApiInfoEnvironmentsGatewayInfo) SetName ¶ added in v1.0.5
func (s *HttpApiApiInfoEnvironmentsGatewayInfo) SetName(v string) *HttpApiApiInfoEnvironmentsGatewayInfo
func (HttpApiApiInfoEnvironmentsGatewayInfo) String ¶ added in v1.0.5
func (s HttpApiApiInfoEnvironmentsGatewayInfo) String() string
type HttpApiApiInfoEnvironmentsServiceConfigs ¶
type HttpApiApiInfoEnvironmentsServiceConfigs struct { // example: // // gs-xxx GatewayServiceId *string `json:"gatewayServiceId,omitempty" xml:"gatewayServiceId,omitempty"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // demo-service Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // 8080 Port *string `json:"port,omitempty" xml:"port,omitempty"` // example: // // HTTP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` // example: // // v1 Version *string `json:"version,omitempty" xml:"version,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (HttpApiApiInfoEnvironmentsServiceConfigs) GoString ¶
func (s HttpApiApiInfoEnvironmentsServiceConfigs) GoString() string
func (*HttpApiApiInfoEnvironmentsServiceConfigs) SetGatewayServiceId ¶
func (s *HttpApiApiInfoEnvironmentsServiceConfigs) SetGatewayServiceId(v string) *HttpApiApiInfoEnvironmentsServiceConfigs
func (*HttpApiApiInfoEnvironmentsServiceConfigs) SetName ¶
func (s *HttpApiApiInfoEnvironmentsServiceConfigs) SetName(v string) *HttpApiApiInfoEnvironmentsServiceConfigs
func (*HttpApiApiInfoEnvironmentsServiceConfigs) SetPort ¶
func (s *HttpApiApiInfoEnvironmentsServiceConfigs) SetPort(v string) *HttpApiApiInfoEnvironmentsServiceConfigs
func (*HttpApiApiInfoEnvironmentsServiceConfigs) SetProtocol ¶
func (s *HttpApiApiInfoEnvironmentsServiceConfigs) SetProtocol(v string) *HttpApiApiInfoEnvironmentsServiceConfigs
func (*HttpApiApiInfoEnvironmentsServiceConfigs) SetVersion ¶
func (s *HttpApiApiInfoEnvironmentsServiceConfigs) SetVersion(v string) *HttpApiApiInfoEnvironmentsServiceConfigs
func (*HttpApiApiInfoEnvironmentsServiceConfigs) SetWeight ¶
func (s *HttpApiApiInfoEnvironmentsServiceConfigs) SetWeight(v int32) *HttpApiApiInfoEnvironmentsServiceConfigs
func (HttpApiApiInfoEnvironmentsServiceConfigs) String ¶
func (s HttpApiApiInfoEnvironmentsServiceConfigs) String() string
type HttpApiApiInfoEnvironmentsVipConfigs ¶
type HttpApiApiInfoEnvironmentsVipConfigs struct { Endpoints []*string `json:"endpoints,omitempty" xml:"endpoints,omitempty" type:"Repeated"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (HttpApiApiInfoEnvironmentsVipConfigs) GoString ¶
func (s HttpApiApiInfoEnvironmentsVipConfigs) GoString() string
func (*HttpApiApiInfoEnvironmentsVipConfigs) SetEndpoints ¶
func (s *HttpApiApiInfoEnvironmentsVipConfigs) SetEndpoints(v []*string) *HttpApiApiInfoEnvironmentsVipConfigs
func (*HttpApiApiInfoEnvironmentsVipConfigs) SetMatch ¶
func (s *HttpApiApiInfoEnvironmentsVipConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiApiInfoEnvironmentsVipConfigs
func (*HttpApiApiInfoEnvironmentsVipConfigs) SetWeight ¶
func (s *HttpApiApiInfoEnvironmentsVipConfigs) SetWeight(v int32) *HttpApiApiInfoEnvironmentsVipConfigs
func (HttpApiApiInfoEnvironmentsVipConfigs) String ¶
func (s HttpApiApiInfoEnvironmentsVipConfigs) String() string
type HttpApiBackendMatchCondition ¶
type HttpApiBackendMatchCondition struct { // example: // // color Key *string `json:"key,omitempty" xml:"key,omitempty"` // example: // // equal Operator *string `json:"operator,omitempty" xml:"operator,omitempty"` // example: // // Query Type *string `json:"type,omitempty" xml:"type,omitempty"` // example: // // gray Value *string `json:"value,omitempty" xml:"value,omitempty"` }
func (HttpApiBackendMatchCondition) GoString ¶
func (s HttpApiBackendMatchCondition) GoString() string
func (*HttpApiBackendMatchCondition) SetKey ¶
func (s *HttpApiBackendMatchCondition) SetKey(v string) *HttpApiBackendMatchCondition
func (*HttpApiBackendMatchCondition) SetOperator ¶
func (s *HttpApiBackendMatchCondition) SetOperator(v string) *HttpApiBackendMatchCondition
func (*HttpApiBackendMatchCondition) SetType ¶
func (s *HttpApiBackendMatchCondition) SetType(v string) *HttpApiBackendMatchCondition
func (*HttpApiBackendMatchCondition) SetValue ¶
func (s *HttpApiBackendMatchCondition) SetValue(v string) *HttpApiBackendMatchCondition
func (HttpApiBackendMatchCondition) String ¶
func (s HttpApiBackendMatchCondition) String() string
type HttpApiBackendMatchConditions ¶
type HttpApiBackendMatchConditions struct { Conditions []*HttpApiBackendMatchCondition `json:"conditions,omitempty" xml:"conditions,omitempty" type:"Repeated"` // example: // // true Default *bool `json:"default,omitempty" xml:"default,omitempty"` }
func (HttpApiBackendMatchConditions) GoString ¶
func (s HttpApiBackendMatchConditions) GoString() string
func (*HttpApiBackendMatchConditions) SetConditions ¶
func (s *HttpApiBackendMatchConditions) SetConditions(v []*HttpApiBackendMatchCondition) *HttpApiBackendMatchConditions
func (*HttpApiBackendMatchConditions) SetDefault ¶
func (s *HttpApiBackendMatchConditions) SetDefault(v bool) *HttpApiBackendMatchConditions
func (HttpApiBackendMatchConditions) String ¶
func (s HttpApiBackendMatchConditions) String() string
type HttpApiDomainInfo ¶
type HttpApiDomainInfo struct { // example: // // d-xxx DomainId *string `json:"domainId,omitempty" xml:"domainId,omitempty"` // example: // // www.example.com Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // HTTP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` }
func (HttpApiDomainInfo) GoString ¶
func (s HttpApiDomainInfo) GoString() string
func (*HttpApiDomainInfo) SetDomainId ¶
func (s *HttpApiDomainInfo) SetDomainId(v string) *HttpApiDomainInfo
func (*HttpApiDomainInfo) SetName ¶
func (s *HttpApiDomainInfo) SetName(v string) *HttpApiDomainInfo
func (*HttpApiDomainInfo) SetProtocol ¶
func (s *HttpApiDomainInfo) SetProtocol(v string) *HttpApiDomainInfo
func (HttpApiDomainInfo) String ¶
func (s HttpApiDomainInfo) String() string
type HttpApiInfoByName ¶
type HttpApiInfoByName struct { // example: // // test-api Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // true VersionEnabled *bool `json:"versionEnabled,omitempty" xml:"versionEnabled,omitempty"` VersionedHttpApis []*HttpApiApiInfo `json:"versionedHttpApis,omitempty" xml:"versionedHttpApis,omitempty" type:"Repeated"` }
func (HttpApiInfoByName) GoString ¶
func (s HttpApiInfoByName) GoString() string
func (*HttpApiInfoByName) SetName ¶
func (s *HttpApiInfoByName) SetName(v string) *HttpApiInfoByName
func (*HttpApiInfoByName) SetVersionEnabled ¶
func (s *HttpApiInfoByName) SetVersionEnabled(v bool) *HttpApiInfoByName
func (*HttpApiInfoByName) SetVersionedHttpApis ¶
func (s *HttpApiInfoByName) SetVersionedHttpApis(v []*HttpApiApiInfo) *HttpApiInfoByName
func (HttpApiInfoByName) String ¶
func (s HttpApiInfoByName) String() string
type HttpApiMockContract ¶
type HttpApiMockContract struct { // example: // // false Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"` // example: // // 200 ResponseCode *int32 `json:"responseCode,omitempty" xml:"responseCode,omitempty"` ResponseContent *string `json:"responseContent,omitempty" xml:"responseContent,omitempty"` }
func (HttpApiMockContract) GoString ¶
func (s HttpApiMockContract) GoString() string
func (*HttpApiMockContract) SetEnable ¶
func (s *HttpApiMockContract) SetEnable(v bool) *HttpApiMockContract
func (*HttpApiMockContract) SetResponseCode ¶
func (s *HttpApiMockContract) SetResponseCode(v int32) *HttpApiMockContract
func (*HttpApiMockContract) SetResponseContent ¶
func (s *HttpApiMockContract) SetResponseContent(v string) *HttpApiMockContract
func (HttpApiMockContract) String ¶
func (s HttpApiMockContract) String() string
type HttpApiOperation ¶
type HttpApiOperation struct { // example: // // 获取用户信息 Description *string `json:"description,omitempty" xml:"description,omitempty"` // This parameter is required. // // example: // // GET Method *string `json:"method,omitempty" xml:"method,omitempty"` Mock *HttpApiMockContract `json:"mock,omitempty" xml:"mock,omitempty"` // This parameter is required. // // example: // // GetUserInfo Name *string `json:"name,omitempty" xml:"name,omitempty"` // This parameter is required. // // example: // // /user Path *string `json:"path,omitempty" xml:"path,omitempty"` Request *HttpApiRequestContract `json:"request,omitempty" xml:"request,omitempty"` Response *HttpApiResponseContract `json:"response,omitempty" xml:"response,omitempty"` }
func (HttpApiOperation) GoString ¶
func (s HttpApiOperation) GoString() string
func (*HttpApiOperation) SetDescription ¶
func (s *HttpApiOperation) SetDescription(v string) *HttpApiOperation
func (*HttpApiOperation) SetMethod ¶
func (s *HttpApiOperation) SetMethod(v string) *HttpApiOperation
func (*HttpApiOperation) SetMock ¶
func (s *HttpApiOperation) SetMock(v *HttpApiMockContract) *HttpApiOperation
func (*HttpApiOperation) SetName ¶
func (s *HttpApiOperation) SetName(v string) *HttpApiOperation
func (*HttpApiOperation) SetPath ¶
func (s *HttpApiOperation) SetPath(v string) *HttpApiOperation
func (*HttpApiOperation) SetRequest ¶
func (s *HttpApiOperation) SetRequest(v *HttpApiRequestContract) *HttpApiOperation
func (*HttpApiOperation) SetResponse ¶
func (s *HttpApiOperation) SetResponse(v *HttpApiResponseContract) *HttpApiOperation
func (HttpApiOperation) String ¶
func (s HttpApiOperation) String() string
type HttpApiOperationInfo ¶
type HttpApiOperationInfo struct { // example: // // 1719386834548 CreateTimestamp *int64 `json:"createTimestamp,omitempty" xml:"createTimestamp,omitempty"` // example: // // 获取用户信息 Description *string `json:"description,omitempty" xml:"description,omitempty"` // example: // // GET Method *string `json:"method,omitempty" xml:"method,omitempty"` Mock *HttpApiMockContract `json:"mock,omitempty" xml:"mock,omitempty"` // example: // // GetUserInfo Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // op-xxx OperationId *string `json:"operationId,omitempty" xml:"operationId,omitempty"` // example: // // /user/123 Path *string `json:"path,omitempty" xml:"path,omitempty"` Request *HttpApiRequestContract `json:"request,omitempty" xml:"request,omitempty"` Response *HttpApiResponseContract `json:"response,omitempty" xml:"response,omitempty"` }
func (HttpApiOperationInfo) GoString ¶
func (s HttpApiOperationInfo) GoString() string
func (*HttpApiOperationInfo) SetCreateTimestamp ¶
func (s *HttpApiOperationInfo) SetCreateTimestamp(v int64) *HttpApiOperationInfo
func (*HttpApiOperationInfo) SetDescription ¶
func (s *HttpApiOperationInfo) SetDescription(v string) *HttpApiOperationInfo
func (*HttpApiOperationInfo) SetMethod ¶
func (s *HttpApiOperationInfo) SetMethod(v string) *HttpApiOperationInfo
func (*HttpApiOperationInfo) SetMock ¶
func (s *HttpApiOperationInfo) SetMock(v *HttpApiMockContract) *HttpApiOperationInfo
func (*HttpApiOperationInfo) SetName ¶
func (s *HttpApiOperationInfo) SetName(v string) *HttpApiOperationInfo
func (*HttpApiOperationInfo) SetOperationId ¶
func (s *HttpApiOperationInfo) SetOperationId(v string) *HttpApiOperationInfo
func (*HttpApiOperationInfo) SetPath ¶
func (s *HttpApiOperationInfo) SetPath(v string) *HttpApiOperationInfo
func (*HttpApiOperationInfo) SetRequest ¶
func (s *HttpApiOperationInfo) SetRequest(v *HttpApiRequestContract) *HttpApiOperationInfo
func (*HttpApiOperationInfo) SetResponse ¶
func (s *HttpApiOperationInfo) SetResponse(v *HttpApiResponseContract) *HttpApiOperationInfo
func (HttpApiOperationInfo) String ¶
func (s HttpApiOperationInfo) String() string
type HttpApiParameter ¶
type HttpApiParameter struct { DefaultValue *string `json:"defaultValue,omitempty" xml:"defaultValue,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` ExampleValue *string `json:"exampleValue,omitempty" xml:"exampleValue,omitempty"` // This parameter is required. Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // false Required *bool `json:"required,omitempty" xml:"required,omitempty"` // This parameter is required. // // example: // // string Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (HttpApiParameter) GoString ¶
func (s HttpApiParameter) GoString() string
func (*HttpApiParameter) SetDefaultValue ¶
func (s *HttpApiParameter) SetDefaultValue(v string) *HttpApiParameter
func (*HttpApiParameter) SetDescription ¶
func (s *HttpApiParameter) SetDescription(v string) *HttpApiParameter
func (*HttpApiParameter) SetExampleValue ¶
func (s *HttpApiParameter) SetExampleValue(v string) *HttpApiParameter
func (*HttpApiParameter) SetName ¶
func (s *HttpApiParameter) SetName(v string) *HttpApiParameter
func (*HttpApiParameter) SetRequired ¶
func (s *HttpApiParameter) SetRequired(v bool) *HttpApiParameter
func (*HttpApiParameter) SetType ¶
func (s *HttpApiParameter) SetType(v string) *HttpApiParameter
func (HttpApiParameter) String ¶
func (s HttpApiParameter) String() string
type HttpApiPublishRevisionInfo ¶
type HttpApiPublishRevisionInfo struct { // example: // // SingleService BackendScene *string `json:"backendScene,omitempty" xml:"backendScene,omitempty"` // example: // // Service BackendType *string `json:"backendType,omitempty" xml:"backendType,omitempty"` CloudProductConfig *HttpApiPublishRevisionInfoCloudProductConfig `json:"cloudProductConfig,omitempty" xml:"cloudProductConfig,omitempty" type:"Struct"` // example: // // 1718807057927 CreateTimestamp *int64 `json:"createTimestamp,omitempty" xml:"createTimestamp,omitempty"` CustomDomains []*HttpApiDomainInfo `json:"customDomains,omitempty" xml:"customDomains,omitempty" type:"Repeated"` DnsConfigs []*HttpApiPublishRevisionInfoDnsConfigs `json:"dnsConfigs,omitempty" xml:"dnsConfigs,omitempty" type:"Repeated"` // example: // // env-xxx EnvironmentInfo *HttpApiPublishRevisionInfoEnvironmentInfo `json:"environmentInfo,omitempty" xml:"environmentInfo,omitempty" type:"Struct"` // example: // // true IsCurrentVersion *bool `json:"isCurrentVersion,omitempty" xml:"isCurrentVersion,omitempty"` Operations []*HttpApiOperationInfo `json:"operations,omitempty" xml:"operations,omitempty" type:"Repeated"` // example: // // apr-xxx RevisionId *string `json:"revisionId,omitempty" xml:"revisionId,omitempty"` ServiceConfigs []*HttpApiPublishRevisionInfoServiceConfigs `json:"serviceConfigs,omitempty" xml:"serviceConfigs,omitempty" type:"Repeated"` // example: // // env-xxx.com SubDomains []*HttpApiDomainInfo `json:"subDomains,omitempty" xml:"subDomains,omitempty" type:"Repeated"` VipConfigs []*HttpApiPublishRevisionInfoVipConfigs `json:"vipConfigs,omitempty" xml:"vipConfigs,omitempty" type:"Repeated"` }
func (HttpApiPublishRevisionInfo) GoString ¶
func (s HttpApiPublishRevisionInfo) GoString() string
func (*HttpApiPublishRevisionInfo) SetBackendScene ¶
func (s *HttpApiPublishRevisionInfo) SetBackendScene(v string) *HttpApiPublishRevisionInfo
func (*HttpApiPublishRevisionInfo) SetBackendType ¶
func (s *HttpApiPublishRevisionInfo) SetBackendType(v string) *HttpApiPublishRevisionInfo
func (*HttpApiPublishRevisionInfo) SetCloudProductConfig ¶
func (s *HttpApiPublishRevisionInfo) SetCloudProductConfig(v *HttpApiPublishRevisionInfoCloudProductConfig) *HttpApiPublishRevisionInfo
func (*HttpApiPublishRevisionInfo) SetCreateTimestamp ¶
func (s *HttpApiPublishRevisionInfo) SetCreateTimestamp(v int64) *HttpApiPublishRevisionInfo
func (*HttpApiPublishRevisionInfo) SetCustomDomains ¶
func (s *HttpApiPublishRevisionInfo) SetCustomDomains(v []*HttpApiDomainInfo) *HttpApiPublishRevisionInfo
func (*HttpApiPublishRevisionInfo) SetDnsConfigs ¶
func (s *HttpApiPublishRevisionInfo) SetDnsConfigs(v []*HttpApiPublishRevisionInfoDnsConfigs) *HttpApiPublishRevisionInfo
func (*HttpApiPublishRevisionInfo) SetEnvironmentInfo ¶
func (s *HttpApiPublishRevisionInfo) SetEnvironmentInfo(v *HttpApiPublishRevisionInfoEnvironmentInfo) *HttpApiPublishRevisionInfo
func (*HttpApiPublishRevisionInfo) SetIsCurrentVersion ¶
func (s *HttpApiPublishRevisionInfo) SetIsCurrentVersion(v bool) *HttpApiPublishRevisionInfo
func (*HttpApiPublishRevisionInfo) SetOperations ¶
func (s *HttpApiPublishRevisionInfo) SetOperations(v []*HttpApiOperationInfo) *HttpApiPublishRevisionInfo
func (*HttpApiPublishRevisionInfo) SetRevisionId ¶
func (s *HttpApiPublishRevisionInfo) SetRevisionId(v string) *HttpApiPublishRevisionInfo
func (*HttpApiPublishRevisionInfo) SetServiceConfigs ¶
func (s *HttpApiPublishRevisionInfo) SetServiceConfigs(v []*HttpApiPublishRevisionInfoServiceConfigs) *HttpApiPublishRevisionInfo
func (*HttpApiPublishRevisionInfo) SetSubDomains ¶
func (s *HttpApiPublishRevisionInfo) SetSubDomains(v []*HttpApiDomainInfo) *HttpApiPublishRevisionInfo
func (*HttpApiPublishRevisionInfo) SetVipConfigs ¶
func (s *HttpApiPublishRevisionInfo) SetVipConfigs(v []*HttpApiPublishRevisionInfoVipConfigs) *HttpApiPublishRevisionInfo
func (HttpApiPublishRevisionInfo) String ¶
func (s HttpApiPublishRevisionInfo) String() string
type HttpApiPublishRevisionInfoCloudProductConfig ¶
type HttpApiPublishRevisionInfoCloudProductConfig struct { // example: // // FC CloudProductType *string `json:"cloudProductType,omitempty" xml:"cloudProductType,omitempty"` ContainerServiceConfigs []*HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs `json:"containerServiceConfigs,omitempty" xml:"containerServiceConfigs,omitempty" type:"Repeated"` FunctionConfigs []*HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs `json:"functionConfigs,omitempty" xml:"functionConfigs,omitempty" type:"Repeated"` MseNacosConfigs []*HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs `json:"mseNacosConfigs,omitempty" xml:"mseNacosConfigs,omitempty" type:"Repeated"` }
func (HttpApiPublishRevisionInfoCloudProductConfig) GoString ¶
func (s HttpApiPublishRevisionInfoCloudProductConfig) GoString() string
func (*HttpApiPublishRevisionInfoCloudProductConfig) SetCloudProductType ¶
func (s *HttpApiPublishRevisionInfoCloudProductConfig) SetCloudProductType(v string) *HttpApiPublishRevisionInfoCloudProductConfig
func (*HttpApiPublishRevisionInfoCloudProductConfig) SetContainerServiceConfigs ¶
func (s *HttpApiPublishRevisionInfoCloudProductConfig) SetContainerServiceConfigs(v []*HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) *HttpApiPublishRevisionInfoCloudProductConfig
func (*HttpApiPublishRevisionInfoCloudProductConfig) SetFunctionConfigs ¶
func (s *HttpApiPublishRevisionInfoCloudProductConfig) SetFunctionConfigs(v []*HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) *HttpApiPublishRevisionInfoCloudProductConfig
func (*HttpApiPublishRevisionInfoCloudProductConfig) SetMseNacosConfigs ¶
func (s *HttpApiPublishRevisionInfoCloudProductConfig) SetMseNacosConfigs(v []*HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) *HttpApiPublishRevisionInfoCloudProductConfig
func (HttpApiPublishRevisionInfoCloudProductConfig) String ¶
func (s HttpApiPublishRevisionInfoCloudProductConfig) String() string
type HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs ¶
type HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs struct { // example: // // gs-xxx GatewayServiceId *string `json:"gatewayServiceId,omitempty" xml:"gatewayServiceId,omitempty"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // demo-service Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // default Namespace *string `json:"namespace,omitempty" xml:"namespace,omitempty"` // example: // // 8080 Port *int32 `json:"port,omitempty" xml:"port,omitempty"` // example: // // HTTP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` // example: // // 100 Weight *string `json:"weight,omitempty" xml:"weight,omitempty"` }
func (HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) GoString ¶
func (s HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) GoString() string
func (*HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) SetGatewayServiceId ¶
func (s *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) SetGatewayServiceId(v string) *HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs
func (*HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) SetNamespace ¶
func (*HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) SetProtocol ¶
func (HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) String ¶
func (s HttpApiPublishRevisionInfoCloudProductConfigContainerServiceConfigs) String() string
type HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs ¶
type HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs struct { // example: // // gs-xxx GatewayServiceId *string `json:"gatewayServiceId,omitempty" xml:"gatewayServiceId,omitempty"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // demo-function Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // LATEST Qualifier *string `json:"qualifier,omitempty" xml:"qualifier,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) GoString ¶
func (s HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) GoString() string
func (*HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) SetGatewayServiceId ¶
func (s *HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) SetGatewayServiceId(v string) *HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs
func (*HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) SetQualifier ¶
func (HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) String ¶
func (s HttpApiPublishRevisionInfoCloudProductConfigFunctionConfigs) String() string
type HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs ¶
type HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs struct { // example: // // gs-xxx GatewayServiceId *string `json:"gatewayServiceId,omitempty" xml:"gatewayServiceId,omitempty"` // example: // // DEFAULT_GROUP GroupName *string `json:"groupName,omitempty" xml:"groupName,omitempty"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // spring-demo Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // public Namespace *string `json:"namespace,omitempty" xml:"namespace,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) GoString ¶
func (s HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) GoString() string
func (*HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) SetGatewayServiceId ¶
func (s *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) SetGatewayServiceId(v string) *HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs
func (*HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) SetGroupName ¶
func (*HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) SetNamespace ¶
func (HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) String ¶
func (s HttpApiPublishRevisionInfoCloudProductConfigMseNacosConfigs) String() string
type HttpApiPublishRevisionInfoDnsConfigs ¶
type HttpApiPublishRevisionInfoDnsConfigs struct { DnsList []*string `json:"dnsList,omitempty" xml:"dnsList,omitempty" type:"Repeated"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (HttpApiPublishRevisionInfoDnsConfigs) GoString ¶
func (s HttpApiPublishRevisionInfoDnsConfigs) GoString() string
func (*HttpApiPublishRevisionInfoDnsConfigs) SetDnsList ¶
func (s *HttpApiPublishRevisionInfoDnsConfigs) SetDnsList(v []*string) *HttpApiPublishRevisionInfoDnsConfigs
func (*HttpApiPublishRevisionInfoDnsConfigs) SetMatch ¶
func (s *HttpApiPublishRevisionInfoDnsConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiPublishRevisionInfoDnsConfigs
func (*HttpApiPublishRevisionInfoDnsConfigs) SetWeight ¶
func (s *HttpApiPublishRevisionInfoDnsConfigs) SetWeight(v int32) *HttpApiPublishRevisionInfoDnsConfigs
func (HttpApiPublishRevisionInfoDnsConfigs) String ¶
func (s HttpApiPublishRevisionInfoDnsConfigs) String() string
type HttpApiPublishRevisionInfoEnvironmentInfo ¶
type HttpApiPublishRevisionInfoEnvironmentInfo struct { // example: // // 测试 Alias *string `json:"alias,omitempty" xml:"alias,omitempty"` // example: // // env-xxx EnvironmentId *string `json:"environmentId,omitempty" xml:"environmentId,omitempty"` GatewayInfo *HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo `json:"gatewayInfo,omitempty" xml:"gatewayInfo,omitempty" type:"Struct"` // example: // // test Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (HttpApiPublishRevisionInfoEnvironmentInfo) GoString ¶
func (s HttpApiPublishRevisionInfoEnvironmentInfo) GoString() string
func (*HttpApiPublishRevisionInfoEnvironmentInfo) SetAlias ¶
func (s *HttpApiPublishRevisionInfoEnvironmentInfo) SetAlias(v string) *HttpApiPublishRevisionInfoEnvironmentInfo
func (*HttpApiPublishRevisionInfoEnvironmentInfo) SetEnvironmentId ¶
func (s *HttpApiPublishRevisionInfoEnvironmentInfo) SetEnvironmentId(v string) *HttpApiPublishRevisionInfoEnvironmentInfo
func (*HttpApiPublishRevisionInfoEnvironmentInfo) SetGatewayInfo ¶
func (*HttpApiPublishRevisionInfoEnvironmentInfo) SetName ¶
func (s *HttpApiPublishRevisionInfoEnvironmentInfo) SetName(v string) *HttpApiPublishRevisionInfoEnvironmentInfo
func (HttpApiPublishRevisionInfoEnvironmentInfo) String ¶
func (s HttpApiPublishRevisionInfoEnvironmentInfo) String() string
type HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo ¶
type HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo struct { // example: // // gw-xxx GatewayId *string `json:"gatewayId,omitempty" xml:"gatewayId,omitempty"` // example: // // 实例1 Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo) GoString ¶
func (s HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo) GoString() string
func (*HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo) SetGatewayId ¶
func (s *HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo) SetGatewayId(v string) *HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo
func (HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo) String ¶
func (s HttpApiPublishRevisionInfoEnvironmentInfoGatewayInfo) String() string
type HttpApiPublishRevisionInfoServiceConfigs ¶
type HttpApiPublishRevisionInfoServiceConfigs struct { // example: // // gs-xxx GatewayServiceId *string `json:"gatewayServiceId,omitempty" xml:"gatewayServiceId,omitempty"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // 8080 Port *int32 `json:"port,omitempty" xml:"port,omitempty"` // example: // // HTTP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` // example: // // v1 Version *string `json:"version,omitempty" xml:"version,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (HttpApiPublishRevisionInfoServiceConfigs) GoString ¶
func (s HttpApiPublishRevisionInfoServiceConfigs) GoString() string
func (*HttpApiPublishRevisionInfoServiceConfigs) SetGatewayServiceId ¶
func (s *HttpApiPublishRevisionInfoServiceConfigs) SetGatewayServiceId(v string) *HttpApiPublishRevisionInfoServiceConfigs
func (*HttpApiPublishRevisionInfoServiceConfigs) SetPort ¶
func (s *HttpApiPublishRevisionInfoServiceConfigs) SetPort(v int32) *HttpApiPublishRevisionInfoServiceConfigs
func (*HttpApiPublishRevisionInfoServiceConfigs) SetProtocol ¶
func (s *HttpApiPublishRevisionInfoServiceConfigs) SetProtocol(v string) *HttpApiPublishRevisionInfoServiceConfigs
func (*HttpApiPublishRevisionInfoServiceConfigs) SetVersion ¶
func (s *HttpApiPublishRevisionInfoServiceConfigs) SetVersion(v string) *HttpApiPublishRevisionInfoServiceConfigs
func (*HttpApiPublishRevisionInfoServiceConfigs) SetWeight ¶
func (s *HttpApiPublishRevisionInfoServiceConfigs) SetWeight(v int32) *HttpApiPublishRevisionInfoServiceConfigs
func (HttpApiPublishRevisionInfoServiceConfigs) String ¶
func (s HttpApiPublishRevisionInfoServiceConfigs) String() string
type HttpApiPublishRevisionInfoVipConfigs ¶
type HttpApiPublishRevisionInfoVipConfigs struct { Endpoints []*string `json:"endpoints,omitempty" xml:"endpoints,omitempty" type:"Repeated"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (HttpApiPublishRevisionInfoVipConfigs) GoString ¶
func (s HttpApiPublishRevisionInfoVipConfigs) GoString() string
func (*HttpApiPublishRevisionInfoVipConfigs) SetEndpoints ¶
func (s *HttpApiPublishRevisionInfoVipConfigs) SetEndpoints(v []*string) *HttpApiPublishRevisionInfoVipConfigs
func (*HttpApiPublishRevisionInfoVipConfigs) SetMatch ¶
func (s *HttpApiPublishRevisionInfoVipConfigs) SetMatch(v *HttpApiBackendMatchConditions) *HttpApiPublishRevisionInfoVipConfigs
func (*HttpApiPublishRevisionInfoVipConfigs) SetWeight ¶
func (s *HttpApiPublishRevisionInfoVipConfigs) SetWeight(v int32) *HttpApiPublishRevisionInfoVipConfigs
func (HttpApiPublishRevisionInfoVipConfigs) String ¶
func (s HttpApiPublishRevisionInfoVipConfigs) String() string
type HttpApiRequestContract ¶
type HttpApiRequestContract struct { Body *HttpApiRequestContractBody `json:"body,omitempty" xml:"body,omitempty" type:"Struct"` HeaderParameters []*HttpApiParameter `json:"headerParameters,omitempty" xml:"headerParameters,omitempty" type:"Repeated"` PathParameters []*HttpApiParameter `json:"pathParameters,omitempty" xml:"pathParameters,omitempty" type:"Repeated"` QueryParameters []*HttpApiParameter `json:"queryParameters,omitempty" xml:"queryParameters,omitempty" type:"Repeated"` }
func (HttpApiRequestContract) GoString ¶
func (s HttpApiRequestContract) GoString() string
func (*HttpApiRequestContract) SetBody ¶
func (s *HttpApiRequestContract) SetBody(v *HttpApiRequestContractBody) *HttpApiRequestContract
func (*HttpApiRequestContract) SetHeaderParameters ¶
func (s *HttpApiRequestContract) SetHeaderParameters(v []*HttpApiParameter) *HttpApiRequestContract
func (*HttpApiRequestContract) SetPathParameters ¶
func (s *HttpApiRequestContract) SetPathParameters(v []*HttpApiParameter) *HttpApiRequestContract
func (*HttpApiRequestContract) SetQueryParameters ¶
func (s *HttpApiRequestContract) SetQueryParameters(v []*HttpApiParameter) *HttpApiRequestContract
func (HttpApiRequestContract) String ¶
func (s HttpApiRequestContract) String() string
type HttpApiRequestContractBody ¶
type HttpApiRequestContractBody struct { // example: // // application/json ContentType *string `json:"contentType,omitempty" xml:"contentType,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` // example: // // {"key":"value"} Example *string `json:"example,omitempty" xml:"example,omitempty"` JsonSchema *string `json:"jsonSchema,omitempty" xml:"jsonSchema,omitempty"` }
func (HttpApiRequestContractBody) GoString ¶
func (s HttpApiRequestContractBody) GoString() string
func (*HttpApiRequestContractBody) SetContentType ¶
func (s *HttpApiRequestContractBody) SetContentType(v string) *HttpApiRequestContractBody
func (*HttpApiRequestContractBody) SetDescription ¶
func (s *HttpApiRequestContractBody) SetDescription(v string) *HttpApiRequestContractBody
func (*HttpApiRequestContractBody) SetExample ¶
func (s *HttpApiRequestContractBody) SetExample(v string) *HttpApiRequestContractBody
func (*HttpApiRequestContractBody) SetJsonSchema ¶
func (s *HttpApiRequestContractBody) SetJsonSchema(v string) *HttpApiRequestContractBody
func (HttpApiRequestContractBody) String ¶
func (s HttpApiRequestContractBody) String() string
type HttpApiResponseContract ¶
type HttpApiResponseContract struct { // This parameter is required. // // example: // // application/json ContentType *string `json:"contentType,omitempty" xml:"contentType,omitempty"` Items []*HttpApiResponseContractItems `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` }
func (HttpApiResponseContract) GoString ¶
func (s HttpApiResponseContract) GoString() string
func (*HttpApiResponseContract) SetContentType ¶
func (s *HttpApiResponseContract) SetContentType(v string) *HttpApiResponseContract
func (*HttpApiResponseContract) SetItems ¶
func (s *HttpApiResponseContract) SetItems(v []*HttpApiResponseContractItems) *HttpApiResponseContract
func (HttpApiResponseContract) String ¶
func (s HttpApiResponseContract) String() string
type HttpApiResponseContractItems ¶
type HttpApiResponseContractItems struct { // example: // // 200 Code *int32 `json:"code,omitempty" xml:"code,omitempty"` // example: // // 正常接口响应 Description *string `json:"description,omitempty" xml:"description,omitempty"` // example: // // {"result": "ok"} Example *string `json:"example,omitempty" xml:"example,omitempty"` JsonSchema *string `json:"jsonSchema,omitempty" xml:"jsonSchema,omitempty"` }
func (HttpApiResponseContractItems) GoString ¶
func (s HttpApiResponseContractItems) GoString() string
func (*HttpApiResponseContractItems) SetCode ¶
func (s *HttpApiResponseContractItems) SetCode(v int32) *HttpApiResponseContractItems
func (*HttpApiResponseContractItems) SetDescription ¶
func (s *HttpApiResponseContractItems) SetDescription(v string) *HttpApiResponseContractItems
func (*HttpApiResponseContractItems) SetExample ¶
func (s *HttpApiResponseContractItems) SetExample(v string) *HttpApiResponseContractItems
func (*HttpApiResponseContractItems) SetJsonSchema ¶
func (s *HttpApiResponseContractItems) SetJsonSchema(v string) *HttpApiResponseContractItems
func (HttpApiResponseContractItems) String ¶
func (s HttpApiResponseContractItems) String() string
type HttpApiVersionConfig ¶
type HttpApiVersionConfig struct { // example: // // true Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"` // example: // // my-version HeaderName *string `json:"headerName,omitempty" xml:"headerName,omitempty"` // example: // // myVersion QueryName *string `json:"queryName,omitempty" xml:"queryName,omitempty"` // example: // // Query Scheme *string `json:"scheme,omitempty" xml:"scheme,omitempty"` // example: // // v1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (HttpApiVersionConfig) GoString ¶
func (s HttpApiVersionConfig) GoString() string
func (*HttpApiVersionConfig) SetEnable ¶
func (s *HttpApiVersionConfig) SetEnable(v bool) *HttpApiVersionConfig
func (*HttpApiVersionConfig) SetHeaderName ¶
func (s *HttpApiVersionConfig) SetHeaderName(v string) *HttpApiVersionConfig
func (*HttpApiVersionConfig) SetQueryName ¶
func (s *HttpApiVersionConfig) SetQueryName(v string) *HttpApiVersionConfig
func (*HttpApiVersionConfig) SetScheme ¶
func (s *HttpApiVersionConfig) SetScheme(v string) *HttpApiVersionConfig
func (*HttpApiVersionConfig) SetVersion ¶
func (s *HttpApiVersionConfig) SetVersion(v string) *HttpApiVersionConfig
func (HttpApiVersionConfig) String ¶
func (s HttpApiVersionConfig) String() string
type HttpApiVersionInfo ¶
type HttpApiVersionInfo struct { // example: // // true Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"` // example: // // my-version HeaderName *string `json:"headerName,omitempty" xml:"headerName,omitempty"` // example: // // myVersion QueryName *string `json:"queryName,omitempty" xml:"queryName,omitempty"` // example: // // Query Scheme *string `json:"scheme,omitempty" xml:"scheme,omitempty"` // example: // // v1 Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (HttpApiVersionInfo) GoString ¶
func (s HttpApiVersionInfo) GoString() string
func (*HttpApiVersionInfo) SetEnable ¶
func (s *HttpApiVersionInfo) SetEnable(v bool) *HttpApiVersionInfo
func (*HttpApiVersionInfo) SetHeaderName ¶
func (s *HttpApiVersionInfo) SetHeaderName(v string) *HttpApiVersionInfo
func (*HttpApiVersionInfo) SetQueryName ¶
func (s *HttpApiVersionInfo) SetQueryName(v string) *HttpApiVersionInfo
func (*HttpApiVersionInfo) SetScheme ¶
func (s *HttpApiVersionInfo) SetScheme(v string) *HttpApiVersionInfo
func (*HttpApiVersionInfo) SetVersion ¶
func (s *HttpApiVersionInfo) SetVersion(v string) *HttpApiVersionInfo
func (HttpApiVersionInfo) String ¶
func (s HttpApiVersionInfo) String() string
type HttpDubboTranscoder ¶
type HttpDubboTranscoder struct { DubboServiceGroup *string `json:"dubboServiceGroup,omitempty" xml:"dubboServiceGroup,omitempty"` DubboServiceName *string `json:"dubboServiceName,omitempty" xml:"dubboServiceName,omitempty"` DubboServiceVersion *string `json:"dubboServiceVersion,omitempty" xml:"dubboServiceVersion,omitempty"` MothedMapList []*HttpDubboTranscoderMothedMapList `json:"mothedMapList,omitempty" xml:"mothedMapList,omitempty" type:"Repeated"` }
func (HttpDubboTranscoder) GoString ¶
func (s HttpDubboTranscoder) GoString() string
func (*HttpDubboTranscoder) SetDubboServiceGroup ¶
func (s *HttpDubboTranscoder) SetDubboServiceGroup(v string) *HttpDubboTranscoder
func (*HttpDubboTranscoder) SetDubboServiceName ¶
func (s *HttpDubboTranscoder) SetDubboServiceName(v string) *HttpDubboTranscoder
func (*HttpDubboTranscoder) SetDubboServiceVersion ¶
func (s *HttpDubboTranscoder) SetDubboServiceVersion(v string) *HttpDubboTranscoder
func (*HttpDubboTranscoder) SetMothedMapList ¶
func (s *HttpDubboTranscoder) SetMothedMapList(v []*HttpDubboTranscoderMothedMapList) *HttpDubboTranscoder
func (HttpDubboTranscoder) String ¶
func (s HttpDubboTranscoder) String() string
type HttpDubboTranscoderMothedMapList ¶
type HttpDubboTranscoderMothedMapList struct { DubboMothedName *string `json:"dubboMothedName,omitempty" xml:"dubboMothedName,omitempty"` // example: // // ALL_GET HttpMothed *string `json:"httpMothed,omitempty" xml:"httpMothed,omitempty"` // example: // // /mytestzbk/sayhello Mothedpath *string `json:"mothedpath,omitempty" xml:"mothedpath,omitempty"` ParamMapsList []*HttpDubboTranscoderMothedMapListParamMapsList `json:"paramMapsList,omitempty" xml:"paramMapsList,omitempty" type:"Repeated"` // example: // // PASS_NOT PassThroughAllHeaders *string `json:"passThroughAllHeaders,omitempty" xml:"passThroughAllHeaders,omitempty"` PassThroughList []*string `json:"passThroughList,omitempty" xml:"passThroughList,omitempty" type:"Repeated"` }
func (HttpDubboTranscoderMothedMapList) GoString ¶
func (s HttpDubboTranscoderMothedMapList) GoString() string
func (*HttpDubboTranscoderMothedMapList) SetDubboMothedName ¶
func (s *HttpDubboTranscoderMothedMapList) SetDubboMothedName(v string) *HttpDubboTranscoderMothedMapList
func (*HttpDubboTranscoderMothedMapList) SetHttpMothed ¶
func (s *HttpDubboTranscoderMothedMapList) SetHttpMothed(v string) *HttpDubboTranscoderMothedMapList
func (*HttpDubboTranscoderMothedMapList) SetMothedpath ¶
func (s *HttpDubboTranscoderMothedMapList) SetMothedpath(v string) *HttpDubboTranscoderMothedMapList
func (*HttpDubboTranscoderMothedMapList) SetParamMapsList ¶
func (s *HttpDubboTranscoderMothedMapList) SetParamMapsList(v []*HttpDubboTranscoderMothedMapListParamMapsList) *HttpDubboTranscoderMothedMapList
func (*HttpDubboTranscoderMothedMapList) SetPassThroughAllHeaders ¶
func (s *HttpDubboTranscoderMothedMapList) SetPassThroughAllHeaders(v string) *HttpDubboTranscoderMothedMapList
func (*HttpDubboTranscoderMothedMapList) SetPassThroughList ¶
func (s *HttpDubboTranscoderMothedMapList) SetPassThroughList(v []*string) *HttpDubboTranscoderMothedMapList
func (HttpDubboTranscoderMothedMapList) String ¶
func (s HttpDubboTranscoderMothedMapList) String() string
type HttpDubboTranscoderMothedMapListParamMapsList ¶
type HttpDubboTranscoderMothedMapListParamMapsList struct { // example: // // name ExtractKey *string `json:"extractKey,omitempty" xml:"extractKey,omitempty"` // example: // // ALL_QUERY_PARAMETER ExtractKeySpec *string `json:"extractKeySpec,omitempty" xml:"extractKeySpec,omitempty"` // example: // // java.lang.String MappingType *string `json:"mappingType,omitempty" xml:"mappingType,omitempty"` }
func (HttpDubboTranscoderMothedMapListParamMapsList) GoString ¶
func (s HttpDubboTranscoderMothedMapListParamMapsList) GoString() string
func (*HttpDubboTranscoderMothedMapListParamMapsList) SetExtractKey ¶
func (s *HttpDubboTranscoderMothedMapListParamMapsList) SetExtractKey(v string) *HttpDubboTranscoderMothedMapListParamMapsList
func (*HttpDubboTranscoderMothedMapListParamMapsList) SetExtractKeySpec ¶
func (s *HttpDubboTranscoderMothedMapListParamMapsList) SetExtractKeySpec(v string) *HttpDubboTranscoderMothedMapListParamMapsList
func (*HttpDubboTranscoderMothedMapListParamMapsList) SetMappingType ¶
func (s *HttpDubboTranscoderMothedMapListParamMapsList) SetMappingType(v string) *HttpDubboTranscoderMothedMapListParamMapsList
func (HttpDubboTranscoderMothedMapListParamMapsList) String ¶
func (s HttpDubboTranscoderMothedMapListParamMapsList) String() string
type HttpRouteMatch ¶
type HttpRouteMatch struct { Headers []*HttpRouteMatchHeaders `json:"headers,omitempty" xml:"headers,omitempty" type:"Repeated"` // example: // // true IgnoreUriCase *bool `json:"ignoreUriCase,omitempty" xml:"ignoreUriCase,omitempty"` Methods []*string `json:"methods,omitempty" xml:"methods,omitempty" type:"Repeated"` Path *HttpRouteMatchPath `json:"path,omitempty" xml:"path,omitempty" type:"Struct"` QueryParams []*HttpRouteMatchQueryParams `json:"queryParams,omitempty" xml:"queryParams,omitempty" type:"Repeated"` }
func (HttpRouteMatch) GoString ¶
func (s HttpRouteMatch) GoString() string
func (*HttpRouteMatch) SetHeaders ¶
func (s *HttpRouteMatch) SetHeaders(v []*HttpRouteMatchHeaders) *HttpRouteMatch
func (*HttpRouteMatch) SetIgnoreUriCase ¶
func (s *HttpRouteMatch) SetIgnoreUriCase(v bool) *HttpRouteMatch
func (*HttpRouteMatch) SetMethods ¶
func (s *HttpRouteMatch) SetMethods(v []*string) *HttpRouteMatch
func (*HttpRouteMatch) SetPath ¶
func (s *HttpRouteMatch) SetPath(v *HttpRouteMatchPath) *HttpRouteMatch
func (*HttpRouteMatch) SetQueryParams ¶
func (s *HttpRouteMatch) SetQueryParams(v []*HttpRouteMatchQueryParams) *HttpRouteMatch
func (HttpRouteMatch) String ¶
func (s HttpRouteMatch) String() string
type HttpRouteMatchHeaders ¶
type HttpRouteMatchHeaders struct { // example: // // dev Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // Exact Type *string `json:"type,omitempty" xml:"type,omitempty"` // example: // // true Value *string `json:"value,omitempty" xml:"value,omitempty"` }
func (HttpRouteMatchHeaders) GoString ¶
func (s HttpRouteMatchHeaders) GoString() string
func (*HttpRouteMatchHeaders) SetName ¶
func (s *HttpRouteMatchHeaders) SetName(v string) *HttpRouteMatchHeaders
func (*HttpRouteMatchHeaders) SetType ¶
func (s *HttpRouteMatchHeaders) SetType(v string) *HttpRouteMatchHeaders
func (*HttpRouteMatchHeaders) SetValue ¶
func (s *HttpRouteMatchHeaders) SetValue(v string) *HttpRouteMatchHeaders
func (HttpRouteMatchHeaders) String ¶
func (s HttpRouteMatchHeaders) String() string
type HttpRouteMatchPath ¶
type HttpRouteMatchPath struct { // example: // // Prefix Type *string `json:"type,omitempty" xml:"type,omitempty"` // example: // // /user Value *string `json:"value,omitempty" xml:"value,omitempty"` }
func (HttpRouteMatchPath) GoString ¶
func (s HttpRouteMatchPath) GoString() string
func (*HttpRouteMatchPath) SetType ¶
func (s *HttpRouteMatchPath) SetType(v string) *HttpRouteMatchPath
func (*HttpRouteMatchPath) SetValue ¶
func (s *HttpRouteMatchPath) SetValue(v string) *HttpRouteMatchPath
func (HttpRouteMatchPath) String ¶
func (s HttpRouteMatchPath) String() string
type HttpRouteMatchQueryParams ¶
type HttpRouteMatchQueryParams struct { // example: // // age Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // Exact Type *string `json:"type,omitempty" xml:"type,omitempty"` // example: // // 17 Value *string `json:"value,omitempty" xml:"value,omitempty"` }
func (HttpRouteMatchQueryParams) GoString ¶
func (s HttpRouteMatchQueryParams) GoString() string
func (*HttpRouteMatchQueryParams) SetName ¶
func (s *HttpRouteMatchQueryParams) SetName(v string) *HttpRouteMatchQueryParams
func (*HttpRouteMatchQueryParams) SetType ¶
func (s *HttpRouteMatchQueryParams) SetType(v string) *HttpRouteMatchQueryParams
func (*HttpRouteMatchQueryParams) SetValue ¶
func (s *HttpRouteMatchQueryParams) SetValue(v string) *HttpRouteMatchQueryParams
func (HttpRouteMatchQueryParams) String ¶
func (s HttpRouteMatchQueryParams) String() string
type ListDomainsRequest ¶
type ListDomainsRequest struct { GatewayId *string `json:"gatewayId,omitempty" xml:"gatewayId,omitempty"` // example: // // test NameLike *string `json:"nameLike,omitempty" xml:"nameLike,omitempty"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` }
func (ListDomainsRequest) GoString ¶
func (s ListDomainsRequest) GoString() string
func (*ListDomainsRequest) SetGatewayId ¶ added in v1.0.2
func (s *ListDomainsRequest) SetGatewayId(v string) *ListDomainsRequest
func (*ListDomainsRequest) SetNameLike ¶
func (s *ListDomainsRequest) SetNameLike(v string) *ListDomainsRequest
func (*ListDomainsRequest) SetPageNumber ¶
func (s *ListDomainsRequest) SetPageNumber(v int32) *ListDomainsRequest
func (*ListDomainsRequest) SetPageSize ¶
func (s *ListDomainsRequest) SetPageSize(v int32) *ListDomainsRequest
func (ListDomainsRequest) String ¶
func (s ListDomainsRequest) String() string
type ListDomainsResponse ¶
type ListDomainsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListDomainsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListDomainsResponse) GoString ¶
func (s ListDomainsResponse) GoString() string
func (*ListDomainsResponse) SetBody ¶
func (s *ListDomainsResponse) SetBody(v *ListDomainsResponseBody) *ListDomainsResponse
func (*ListDomainsResponse) SetHeaders ¶
func (s *ListDomainsResponse) SetHeaders(v map[string]*string) *ListDomainsResponse
func (*ListDomainsResponse) SetStatusCode ¶
func (s *ListDomainsResponse) SetStatusCode(v int32) *ListDomainsResponse
func (ListDomainsResponse) String ¶
func (s ListDomainsResponse) String() string
type ListDomainsResponseBody ¶
type ListDomainsResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *ListDomainsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // C61E30D3-579A-5B43-994E-31E02EDC9129 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListDomainsResponseBody) GoString ¶
func (s ListDomainsResponseBody) GoString() string
func (*ListDomainsResponseBody) SetCode ¶
func (s *ListDomainsResponseBody) SetCode(v string) *ListDomainsResponseBody
func (*ListDomainsResponseBody) SetData ¶
func (s *ListDomainsResponseBody) SetData(v *ListDomainsResponseBodyData) *ListDomainsResponseBody
func (*ListDomainsResponseBody) SetMessage ¶
func (s *ListDomainsResponseBody) SetMessage(v string) *ListDomainsResponseBody
func (*ListDomainsResponseBody) SetRequestId ¶
func (s *ListDomainsResponseBody) SetRequestId(v string) *ListDomainsResponseBody
func (ListDomainsResponseBody) String ¶
func (s ListDomainsResponseBody) String() string
type ListDomainsResponseBodyData ¶
type ListDomainsResponseBodyData struct { Items []*DomainInfo `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // example: // // 9 TotalSize *int32 `json:"totalSize,omitempty" xml:"totalSize,omitempty"` }
func (ListDomainsResponseBodyData) GoString ¶
func (s ListDomainsResponseBodyData) GoString() string
func (*ListDomainsResponseBodyData) SetItems ¶
func (s *ListDomainsResponseBodyData) SetItems(v []*DomainInfo) *ListDomainsResponseBodyData
func (*ListDomainsResponseBodyData) SetPageNumber ¶
func (s *ListDomainsResponseBodyData) SetPageNumber(v int32) *ListDomainsResponseBodyData
func (*ListDomainsResponseBodyData) SetPageSize ¶
func (s *ListDomainsResponseBodyData) SetPageSize(v int32) *ListDomainsResponseBodyData
func (*ListDomainsResponseBodyData) SetTotalSize ¶
func (s *ListDomainsResponseBodyData) SetTotalSize(v int32) *ListDomainsResponseBodyData
func (ListDomainsResponseBodyData) String ¶
func (s ListDomainsResponseBodyData) String() string
type ListEnvironmentsRequest ¶
type ListEnvironmentsRequest struct { AliasLike *string `json:"aliasLike,omitempty" xml:"aliasLike,omitempty"` // example: // // gw-cptv6ktlhtgnqr73h8d1 GatewayId *string `json:"gatewayId,omitempty" xml:"gatewayId,omitempty"` // example: // // test-gw GatewayNameLike *string `json:"gatewayNameLike,omitempty" xml:"gatewayNameLike,omitempty"` // example: // // test NameLike *string `json:"nameLike,omitempty" xml:"nameLike,omitempty"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` }
func (ListEnvironmentsRequest) GoString ¶
func (s ListEnvironmentsRequest) GoString() string
func (*ListEnvironmentsRequest) SetAliasLike ¶
func (s *ListEnvironmentsRequest) SetAliasLike(v string) *ListEnvironmentsRequest
func (*ListEnvironmentsRequest) SetGatewayId ¶
func (s *ListEnvironmentsRequest) SetGatewayId(v string) *ListEnvironmentsRequest
func (*ListEnvironmentsRequest) SetGatewayNameLike ¶
func (s *ListEnvironmentsRequest) SetGatewayNameLike(v string) *ListEnvironmentsRequest
func (*ListEnvironmentsRequest) SetNameLike ¶
func (s *ListEnvironmentsRequest) SetNameLike(v string) *ListEnvironmentsRequest
func (*ListEnvironmentsRequest) SetPageNumber ¶
func (s *ListEnvironmentsRequest) SetPageNumber(v int32) *ListEnvironmentsRequest
func (*ListEnvironmentsRequest) SetPageSize ¶
func (s *ListEnvironmentsRequest) SetPageSize(v int32) *ListEnvironmentsRequest
func (ListEnvironmentsRequest) String ¶
func (s ListEnvironmentsRequest) String() string
type ListEnvironmentsResponse ¶
type ListEnvironmentsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListEnvironmentsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListEnvironmentsResponse) GoString ¶
func (s ListEnvironmentsResponse) GoString() string
func (*ListEnvironmentsResponse) SetBody ¶
func (s *ListEnvironmentsResponse) SetBody(v *ListEnvironmentsResponseBody) *ListEnvironmentsResponse
func (*ListEnvironmentsResponse) SetHeaders ¶
func (s *ListEnvironmentsResponse) SetHeaders(v map[string]*string) *ListEnvironmentsResponse
func (*ListEnvironmentsResponse) SetStatusCode ¶
func (s *ListEnvironmentsResponse) SetStatusCode(v int32) *ListEnvironmentsResponse
func (ListEnvironmentsResponse) String ¶
func (s ListEnvironmentsResponse) String() string
type ListEnvironmentsResponseBody ¶
type ListEnvironmentsResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *ListEnvironmentsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // CE857A85-251D-5018-8103-A38957D71E20 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListEnvironmentsResponseBody) GoString ¶
func (s ListEnvironmentsResponseBody) GoString() string
func (*ListEnvironmentsResponseBody) SetCode ¶
func (s *ListEnvironmentsResponseBody) SetCode(v string) *ListEnvironmentsResponseBody
func (*ListEnvironmentsResponseBody) SetData ¶
func (s *ListEnvironmentsResponseBody) SetData(v *ListEnvironmentsResponseBodyData) *ListEnvironmentsResponseBody
func (*ListEnvironmentsResponseBody) SetMessage ¶
func (s *ListEnvironmentsResponseBody) SetMessage(v string) *ListEnvironmentsResponseBody
func (*ListEnvironmentsResponseBody) SetRequestId ¶
func (s *ListEnvironmentsResponseBody) SetRequestId(v string) *ListEnvironmentsResponseBody
func (ListEnvironmentsResponseBody) String ¶
func (s ListEnvironmentsResponseBody) String() string
type ListEnvironmentsResponseBodyData ¶
type ListEnvironmentsResponseBodyData struct { Items []*EnvironmentInfo `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // example: // // 25 TotalSize *int32 `json:"totalSize,omitempty" xml:"totalSize,omitempty"` }
func (ListEnvironmentsResponseBodyData) GoString ¶
func (s ListEnvironmentsResponseBodyData) GoString() string
func (*ListEnvironmentsResponseBodyData) SetItems ¶
func (s *ListEnvironmentsResponseBodyData) SetItems(v []*EnvironmentInfo) *ListEnvironmentsResponseBodyData
func (*ListEnvironmentsResponseBodyData) SetPageNumber ¶
func (s *ListEnvironmentsResponseBodyData) SetPageNumber(v int32) *ListEnvironmentsResponseBodyData
func (*ListEnvironmentsResponseBodyData) SetPageSize ¶
func (s *ListEnvironmentsResponseBodyData) SetPageSize(v int32) *ListEnvironmentsResponseBodyData
func (*ListEnvironmentsResponseBodyData) SetTotalSize ¶
func (s *ListEnvironmentsResponseBodyData) SetTotalSize(v int32) *ListEnvironmentsResponseBodyData
func (ListEnvironmentsResponseBodyData) String ¶
func (s ListEnvironmentsResponseBodyData) String() string
type ListGatewayRoutesRequest ¶
type ListGatewayRoutesRequest struct { // example: // // itemcenter Keyword *string `json:"keyword,omitempty" xml:"keyword,omitempty"` // example: // // pre-itemcenter-router Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // example: // // /user Path *string `json:"path,omitempty" xml:"path,omitempty"` // example: // // Published Status *string `json:"status,omitempty" xml:"status,omitempty"` }
func (ListGatewayRoutesRequest) GoString ¶
func (s ListGatewayRoutesRequest) GoString() string
func (*ListGatewayRoutesRequest) SetKeyword ¶
func (s *ListGatewayRoutesRequest) SetKeyword(v string) *ListGatewayRoutesRequest
func (*ListGatewayRoutesRequest) SetName ¶
func (s *ListGatewayRoutesRequest) SetName(v string) *ListGatewayRoutesRequest
func (*ListGatewayRoutesRequest) SetPageNumber ¶
func (s *ListGatewayRoutesRequest) SetPageNumber(v int32) *ListGatewayRoutesRequest
func (*ListGatewayRoutesRequest) SetPageSize ¶
func (s *ListGatewayRoutesRequest) SetPageSize(v int32) *ListGatewayRoutesRequest
func (*ListGatewayRoutesRequest) SetPath ¶
func (s *ListGatewayRoutesRequest) SetPath(v string) *ListGatewayRoutesRequest
func (*ListGatewayRoutesRequest) SetStatus ¶
func (s *ListGatewayRoutesRequest) SetStatus(v string) *ListGatewayRoutesRequest
func (ListGatewayRoutesRequest) String ¶
func (s ListGatewayRoutesRequest) String() string
type ListGatewayRoutesResponse ¶
type ListGatewayRoutesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListGatewayRoutesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListGatewayRoutesResponse) GoString ¶
func (s ListGatewayRoutesResponse) GoString() string
func (*ListGatewayRoutesResponse) SetBody ¶
func (s *ListGatewayRoutesResponse) SetBody(v *ListGatewayRoutesResponseBody) *ListGatewayRoutesResponse
func (*ListGatewayRoutesResponse) SetHeaders ¶
func (s *ListGatewayRoutesResponse) SetHeaders(v map[string]*string) *ListGatewayRoutesResponse
func (*ListGatewayRoutesResponse) SetStatusCode ¶
func (s *ListGatewayRoutesResponse) SetStatusCode(v int32) *ListGatewayRoutesResponse
func (ListGatewayRoutesResponse) String ¶
func (s ListGatewayRoutesResponse) String() string
type ListGatewayRoutesResponseBody ¶
type ListGatewayRoutesResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *ListGatewayRoutesResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 585657D2-1C20-5B8A-AF17-D727C6490BE4 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListGatewayRoutesResponseBody) GoString ¶
func (s ListGatewayRoutesResponseBody) GoString() string
func (*ListGatewayRoutesResponseBody) SetCode ¶
func (s *ListGatewayRoutesResponseBody) SetCode(v string) *ListGatewayRoutesResponseBody
func (*ListGatewayRoutesResponseBody) SetData ¶
func (s *ListGatewayRoutesResponseBody) SetData(v *ListGatewayRoutesResponseBodyData) *ListGatewayRoutesResponseBody
func (*ListGatewayRoutesResponseBody) SetMessage ¶
func (s *ListGatewayRoutesResponseBody) SetMessage(v string) *ListGatewayRoutesResponseBody
func (*ListGatewayRoutesResponseBody) SetRequestId ¶
func (s *ListGatewayRoutesResponseBody) SetRequestId(v string) *ListGatewayRoutesResponseBody
func (ListGatewayRoutesResponseBody) String ¶
func (s ListGatewayRoutesResponseBody) String() string
type ListGatewayRoutesResponseBodyData ¶
type ListGatewayRoutesResponseBodyData struct { Items []*ListGatewayRoutesResponseBodyDataItems `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // example: // // 2 TotalSize *int32 `json:"totalSize,omitempty" xml:"totalSize,omitempty"` }
func (ListGatewayRoutesResponseBodyData) GoString ¶
func (s ListGatewayRoutesResponseBodyData) GoString() string
func (*ListGatewayRoutesResponseBodyData) SetItems ¶
func (s *ListGatewayRoutesResponseBodyData) SetItems(v []*ListGatewayRoutesResponseBodyDataItems) *ListGatewayRoutesResponseBodyData
func (*ListGatewayRoutesResponseBodyData) SetPageNumber ¶
func (s *ListGatewayRoutesResponseBodyData) SetPageNumber(v int32) *ListGatewayRoutesResponseBodyData
func (*ListGatewayRoutesResponseBodyData) SetPageSize ¶
func (s *ListGatewayRoutesResponseBodyData) SetPageSize(v int32) *ListGatewayRoutesResponseBodyData
func (*ListGatewayRoutesResponseBodyData) SetTotalSize ¶
func (s *ListGatewayRoutesResponseBodyData) SetTotalSize(v int32) *ListGatewayRoutesResponseBodyData
func (ListGatewayRoutesResponseBodyData) String ¶
func (s ListGatewayRoutesResponseBodyData) String() string
type ListGatewayRoutesResponseBodyDataItems ¶
type ListGatewayRoutesResponseBodyDataItems struct { Backend *GatewayRouteBackend `json:"backend,omitempty" xml:"backend,omitempty"` // example: // // 1719386834548 CreateTimestamp *int64 `json:"createTimestamp,omitempty" xml:"createTimestamp,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` DomainInfo *GatewayRouteDomainInfo `json:"domainInfo,omitempty" xml:"domainInfo,omitempty"` // example: // // gr-cqa8oddlhtg*** GatewayRouteId *string `json:"gatewayRouteId,omitempty" xml:"gatewayRouteId,omitempty"` Match *HttpRouteMatch `json:"match,omitempty" xml:"match,omitempty"` // example: // // pre-itemcenter-router Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // NotPublished Status *string `json:"status,omitempty" xml:"status,omitempty"` // example: // // 1719386834548 UpdateTimestamp *int64 `json:"updateTimestamp,omitempty" xml:"updateTimestamp,omitempty"` }
func (ListGatewayRoutesResponseBodyDataItems) GoString ¶
func (s ListGatewayRoutesResponseBodyDataItems) GoString() string
func (*ListGatewayRoutesResponseBodyDataItems) SetBackend ¶
func (s *ListGatewayRoutesResponseBodyDataItems) SetBackend(v *GatewayRouteBackend) *ListGatewayRoutesResponseBodyDataItems
func (*ListGatewayRoutesResponseBodyDataItems) SetCreateTimestamp ¶
func (s *ListGatewayRoutesResponseBodyDataItems) SetCreateTimestamp(v int64) *ListGatewayRoutesResponseBodyDataItems
func (*ListGatewayRoutesResponseBodyDataItems) SetDescription ¶
func (s *ListGatewayRoutesResponseBodyDataItems) SetDescription(v string) *ListGatewayRoutesResponseBodyDataItems
func (*ListGatewayRoutesResponseBodyDataItems) SetDomainInfo ¶
func (s *ListGatewayRoutesResponseBodyDataItems) SetDomainInfo(v *GatewayRouteDomainInfo) *ListGatewayRoutesResponseBodyDataItems
func (*ListGatewayRoutesResponseBodyDataItems) SetGatewayRouteId ¶
func (s *ListGatewayRoutesResponseBodyDataItems) SetGatewayRouteId(v string) *ListGatewayRoutesResponseBodyDataItems
func (*ListGatewayRoutesResponseBodyDataItems) SetMatch ¶
func (s *ListGatewayRoutesResponseBodyDataItems) SetMatch(v *HttpRouteMatch) *ListGatewayRoutesResponseBodyDataItems
func (*ListGatewayRoutesResponseBodyDataItems) SetName ¶
func (s *ListGatewayRoutesResponseBodyDataItems) SetName(v string) *ListGatewayRoutesResponseBodyDataItems
func (*ListGatewayRoutesResponseBodyDataItems) SetStatus ¶
func (s *ListGatewayRoutesResponseBodyDataItems) SetStatus(v string) *ListGatewayRoutesResponseBodyDataItems
func (*ListGatewayRoutesResponseBodyDataItems) SetUpdateTimestamp ¶
func (s *ListGatewayRoutesResponseBodyDataItems) SetUpdateTimestamp(v int64) *ListGatewayRoutesResponseBodyDataItems
func (ListGatewayRoutesResponseBodyDataItems) String ¶
func (s ListGatewayRoutesResponseBodyDataItems) String() string
type ListGatewayServicesRequest ¶
type ListGatewayServicesRequest struct { // example: // // itemcenter-provider Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // example: // // MSE_NACOS SourceType *string `json:"sourceType,omitempty" xml:"sourceType,omitempty"` }
func (ListGatewayServicesRequest) GoString ¶
func (s ListGatewayServicesRequest) GoString() string
func (*ListGatewayServicesRequest) SetName ¶
func (s *ListGatewayServicesRequest) SetName(v string) *ListGatewayServicesRequest
func (*ListGatewayServicesRequest) SetPageNumber ¶
func (s *ListGatewayServicesRequest) SetPageNumber(v int32) *ListGatewayServicesRequest
func (*ListGatewayServicesRequest) SetPageSize ¶
func (s *ListGatewayServicesRequest) SetPageSize(v int32) *ListGatewayServicesRequest
func (*ListGatewayServicesRequest) SetSourceType ¶
func (s *ListGatewayServicesRequest) SetSourceType(v string) *ListGatewayServicesRequest
func (ListGatewayServicesRequest) String ¶
func (s ListGatewayServicesRequest) String() string
type ListGatewayServicesResponse ¶
type ListGatewayServicesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListGatewayServicesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListGatewayServicesResponse) GoString ¶
func (s ListGatewayServicesResponse) GoString() string
func (*ListGatewayServicesResponse) SetBody ¶
func (s *ListGatewayServicesResponse) SetBody(v *ListGatewayServicesResponseBody) *ListGatewayServicesResponse
func (*ListGatewayServicesResponse) SetHeaders ¶
func (s *ListGatewayServicesResponse) SetHeaders(v map[string]*string) *ListGatewayServicesResponse
func (*ListGatewayServicesResponse) SetStatusCode ¶
func (s *ListGatewayServicesResponse) SetStatusCode(v int32) *ListGatewayServicesResponse
func (ListGatewayServicesResponse) String ¶
func (s ListGatewayServicesResponse) String() string
type ListGatewayServicesResponseBody ¶
type ListGatewayServicesResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *ListGatewayServicesResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 8FA9BB94-915B-5299-A694-49FCC7F5DD00 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListGatewayServicesResponseBody) GoString ¶
func (s ListGatewayServicesResponseBody) GoString() string
func (*ListGatewayServicesResponseBody) SetCode ¶
func (s *ListGatewayServicesResponseBody) SetCode(v string) *ListGatewayServicesResponseBody
func (*ListGatewayServicesResponseBody) SetData ¶
func (s *ListGatewayServicesResponseBody) SetData(v *ListGatewayServicesResponseBodyData) *ListGatewayServicesResponseBody
func (*ListGatewayServicesResponseBody) SetMessage ¶
func (s *ListGatewayServicesResponseBody) SetMessage(v string) *ListGatewayServicesResponseBody
func (*ListGatewayServicesResponseBody) SetRequestId ¶
func (s *ListGatewayServicesResponseBody) SetRequestId(v string) *ListGatewayServicesResponseBody
func (ListGatewayServicesResponseBody) String ¶
func (s ListGatewayServicesResponseBody) String() string
type ListGatewayServicesResponseBodyData ¶
type ListGatewayServicesResponseBodyData struct { Items []*GatewayService `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // example: // // 6 TotalSize *int64 `json:"totalSize,omitempty" xml:"totalSize,omitempty"` }
func (ListGatewayServicesResponseBodyData) GoString ¶
func (s ListGatewayServicesResponseBodyData) GoString() string
func (*ListGatewayServicesResponseBodyData) SetItems ¶
func (s *ListGatewayServicesResponseBodyData) SetItems(v []*GatewayService) *ListGatewayServicesResponseBodyData
func (*ListGatewayServicesResponseBodyData) SetPageNumber ¶
func (s *ListGatewayServicesResponseBodyData) SetPageNumber(v int32) *ListGatewayServicesResponseBodyData
func (*ListGatewayServicesResponseBodyData) SetPageSize ¶
func (s *ListGatewayServicesResponseBodyData) SetPageSize(v int32) *ListGatewayServicesResponseBodyData
func (*ListGatewayServicesResponseBodyData) SetTotalSize ¶
func (s *ListGatewayServicesResponseBodyData) SetTotalSize(v int64) *ListGatewayServicesResponseBodyData
func (ListGatewayServicesResponseBodyData) String ¶
func (s ListGatewayServicesResponseBodyData) String() string
type ListGatewaysRequest ¶
type ListGatewaysRequest struct { // example: // // gw-cpv4sqdl**** GatewayId *string `json:"gatewayId,omitempty" xml:"gatewayId,omitempty"` // example: // // dev Keyword *string `json:"keyword,omitempty" xml:"keyword,omitempty"` // example: // // itemcenter-gateway Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` }
func (ListGatewaysRequest) GoString ¶
func (s ListGatewaysRequest) GoString() string
func (*ListGatewaysRequest) SetGatewayId ¶
func (s *ListGatewaysRequest) SetGatewayId(v string) *ListGatewaysRequest
func (*ListGatewaysRequest) SetKeyword ¶
func (s *ListGatewaysRequest) SetKeyword(v string) *ListGatewaysRequest
func (*ListGatewaysRequest) SetName ¶
func (s *ListGatewaysRequest) SetName(v string) *ListGatewaysRequest
func (*ListGatewaysRequest) SetPageNumber ¶
func (s *ListGatewaysRequest) SetPageNumber(v int32) *ListGatewaysRequest
func (*ListGatewaysRequest) SetPageSize ¶
func (s *ListGatewaysRequest) SetPageSize(v int32) *ListGatewaysRequest
func (ListGatewaysRequest) String ¶
func (s ListGatewaysRequest) String() string
type ListGatewaysResponse ¶
type ListGatewaysResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListGatewaysResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListGatewaysResponse) GoString ¶
func (s ListGatewaysResponse) GoString() string
func (*ListGatewaysResponse) SetBody ¶
func (s *ListGatewaysResponse) SetBody(v *ListGatewaysResponseBody) *ListGatewaysResponse
func (*ListGatewaysResponse) SetHeaders ¶
func (s *ListGatewaysResponse) SetHeaders(v map[string]*string) *ListGatewaysResponse
func (*ListGatewaysResponse) SetStatusCode ¶
func (s *ListGatewaysResponse) SetStatusCode(v int32) *ListGatewaysResponse
func (ListGatewaysResponse) String ¶
func (s ListGatewaysResponse) String() string
type ListGatewaysResponseBody ¶
type ListGatewaysResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *ListGatewaysResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 5B626361-070A-56A7-B127-ADAC8F3655DB RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListGatewaysResponseBody) GoString ¶
func (s ListGatewaysResponseBody) GoString() string
func (*ListGatewaysResponseBody) SetCode ¶
func (s *ListGatewaysResponseBody) SetCode(v string) *ListGatewaysResponseBody
func (*ListGatewaysResponseBody) SetData ¶
func (s *ListGatewaysResponseBody) SetData(v *ListGatewaysResponseBodyData) *ListGatewaysResponseBody
func (*ListGatewaysResponseBody) SetMessage ¶
func (s *ListGatewaysResponseBody) SetMessage(v string) *ListGatewaysResponseBody
func (*ListGatewaysResponseBody) SetRequestId ¶
func (s *ListGatewaysResponseBody) SetRequestId(v string) *ListGatewaysResponseBody
func (ListGatewaysResponseBody) String ¶
func (s ListGatewaysResponseBody) String() string
type ListGatewaysResponseBodyData ¶
type ListGatewaysResponseBodyData struct { Items []*ListGatewaysResponseBodyDataItems `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // example: // // 6 TotalSize *int64 `json:"totalSize,omitempty" xml:"totalSize,omitempty"` }
func (ListGatewaysResponseBodyData) GoString ¶
func (s ListGatewaysResponseBodyData) GoString() string
func (*ListGatewaysResponseBodyData) SetItems ¶
func (s *ListGatewaysResponseBodyData) SetItems(v []*ListGatewaysResponseBodyDataItems) *ListGatewaysResponseBodyData
func (*ListGatewaysResponseBodyData) SetPageNumber ¶
func (s *ListGatewaysResponseBodyData) SetPageNumber(v int32) *ListGatewaysResponseBodyData
func (*ListGatewaysResponseBodyData) SetPageSize ¶
func (s *ListGatewaysResponseBodyData) SetPageSize(v int32) *ListGatewaysResponseBodyData
func (*ListGatewaysResponseBodyData) SetTotalSize ¶
func (s *ListGatewaysResponseBodyData) SetTotalSize(v int64) *ListGatewaysResponseBodyData
func (ListGatewaysResponseBodyData) String ¶
func (s ListGatewaysResponseBodyData) String() string
type ListGatewaysResponseBodyDataItems ¶
type ListGatewaysResponseBodyDataItems struct { // example: // // POSTPAY ChargeType *string `json:"chargeType,omitempty" xml:"chargeType,omitempty"` // example: // // Console CreateFrom *string `json:"createFrom,omitempty" xml:"createFrom,omitempty"` // example: // // 1719386834548 CreateTimestamp *int64 `json:"createTimestamp,omitempty" xml:"createTimestamp,omitempty"` // example: // // 172086834548 ExpireTimestamp *int64 `json:"expireTimestamp,omitempty" xml:"expireTimestamp,omitempty"` // example: // // gw-cpv54p5*** GatewayId *string `json:"gatewayId,omitempty" xml:"gatewayId,omitempty"` LoadBalancers []*ListGatewaysResponseBodyDataItemsLoadBalancers `json:"loadBalancers,omitempty" xml:"loadBalancers,omitempty" type:"Repeated"` // example: // // itemcenter-gateway Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // 2 Replicas *string `json:"replicas,omitempty" xml:"replicas,omitempty"` SecurityGroup *ListGatewaysResponseBodyDataItemsSecurityGroup `json:"securityGroup,omitempty" xml:"securityGroup,omitempty" type:"Struct"` // example: // // apigw.small.x1 Spec *string `json:"spec,omitempty" xml:"spec,omitempty"` // example: // // Running Status *string `json:"status,omitempty" xml:"status,omitempty"` // example: // // 2.0.2 TargetVersion *string `json:"targetVersion,omitempty" xml:"targetVersion,omitempty"` // example: // // 1719386834548 UpdateTimestamp *int64 `json:"updateTimestamp,omitempty" xml:"updateTimestamp,omitempty"` VSwitch *ListGatewaysResponseBodyDataItemsVSwitch `json:"vSwitch,omitempty" xml:"vSwitch,omitempty" type:"Struct"` // example: // // 2.0.2 Version *string `json:"version,omitempty" xml:"version,omitempty"` Vpc *ListGatewaysResponseBodyDataItemsVpc `json:"vpc,omitempty" xml:"vpc,omitempty" type:"Struct"` Zones []*ListGatewaysResponseBodyDataItemsZones `json:"zones,omitempty" xml:"zones,omitempty" type:"Repeated"` }
func (ListGatewaysResponseBodyDataItems) GoString ¶
func (s ListGatewaysResponseBodyDataItems) GoString() string
func (*ListGatewaysResponseBodyDataItems) SetChargeType ¶
func (s *ListGatewaysResponseBodyDataItems) SetChargeType(v string) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetCreateFrom ¶
func (s *ListGatewaysResponseBodyDataItems) SetCreateFrom(v string) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetCreateTimestamp ¶
func (s *ListGatewaysResponseBodyDataItems) SetCreateTimestamp(v int64) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetExpireTimestamp ¶
func (s *ListGatewaysResponseBodyDataItems) SetExpireTimestamp(v int64) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetGatewayId ¶
func (s *ListGatewaysResponseBodyDataItems) SetGatewayId(v string) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetLoadBalancers ¶
func (s *ListGatewaysResponseBodyDataItems) SetLoadBalancers(v []*ListGatewaysResponseBodyDataItemsLoadBalancers) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetName ¶
func (s *ListGatewaysResponseBodyDataItems) SetName(v string) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetReplicas ¶
func (s *ListGatewaysResponseBodyDataItems) SetReplicas(v string) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetSecurityGroup ¶ added in v1.0.4
func (s *ListGatewaysResponseBodyDataItems) SetSecurityGroup(v *ListGatewaysResponseBodyDataItemsSecurityGroup) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetSpec ¶
func (s *ListGatewaysResponseBodyDataItems) SetSpec(v string) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetStatus ¶
func (s *ListGatewaysResponseBodyDataItems) SetStatus(v string) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetTargetVersion ¶
func (s *ListGatewaysResponseBodyDataItems) SetTargetVersion(v string) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetUpdateTimestamp ¶
func (s *ListGatewaysResponseBodyDataItems) SetUpdateTimestamp(v int64) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetVSwitch ¶ added in v1.0.4
func (s *ListGatewaysResponseBodyDataItems) SetVSwitch(v *ListGatewaysResponseBodyDataItemsVSwitch) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetVersion ¶
func (s *ListGatewaysResponseBodyDataItems) SetVersion(v string) *ListGatewaysResponseBodyDataItems
func (*ListGatewaysResponseBodyDataItems) SetZones ¶ added in v1.0.4
func (s *ListGatewaysResponseBodyDataItems) SetZones(v []*ListGatewaysResponseBodyDataItemsZones) *ListGatewaysResponseBodyDataItems
func (ListGatewaysResponseBodyDataItems) String ¶
func (s ListGatewaysResponseBodyDataItems) String() string
type ListGatewaysResponseBodyDataItemsLoadBalancers ¶
type ListGatewaysResponseBodyDataItemsLoadBalancers struct { // example: // // nlb-xoh3pghr***.cn-hangzhou.nlb.aliyuncs.com Address *string `json:"address,omitempty" xml:"address,omitempty"` // example: // // ipv4 AddressIpVersion *string `json:"addressIpVersion,omitempty" xml:"addressIpVersion,omitempty"` // example: // // Internet AddressType *string `json:"addressType,omitempty" xml:"addressType,omitempty"` // example: // // true GatewayDefault *bool `json:"gatewayDefault,omitempty" xml:"gatewayDefault,omitempty"` // example: // // nlb-xqwioje1c91r*** LoadBalancerId *string `json:"loadBalancerId,omitempty" xml:"loadBalancerId,omitempty"` // example: // // Managed Mode *string `json:"mode,omitempty" xml:"mode,omitempty"` Ports []*ListGatewaysResponseBodyDataItemsLoadBalancersPorts `json:"ports,omitempty" xml:"ports,omitempty" type:"Repeated"` // example: // // Ready Status *string `json:"status,omitempty" xml:"status,omitempty"` // example: // // NLB Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (ListGatewaysResponseBodyDataItemsLoadBalancers) GoString ¶
func (s ListGatewaysResponseBodyDataItemsLoadBalancers) GoString() string
func (*ListGatewaysResponseBodyDataItemsLoadBalancers) SetAddress ¶
func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetAddress(v string) *ListGatewaysResponseBodyDataItemsLoadBalancers
func (*ListGatewaysResponseBodyDataItemsLoadBalancers) SetAddressIpVersion ¶
func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetAddressIpVersion(v string) *ListGatewaysResponseBodyDataItemsLoadBalancers
func (*ListGatewaysResponseBodyDataItemsLoadBalancers) SetAddressType ¶
func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetAddressType(v string) *ListGatewaysResponseBodyDataItemsLoadBalancers
func (*ListGatewaysResponseBodyDataItemsLoadBalancers) SetGatewayDefault ¶
func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetGatewayDefault(v bool) *ListGatewaysResponseBodyDataItemsLoadBalancers
func (*ListGatewaysResponseBodyDataItemsLoadBalancers) SetLoadBalancerId ¶
func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetLoadBalancerId(v string) *ListGatewaysResponseBodyDataItemsLoadBalancers
func (*ListGatewaysResponseBodyDataItemsLoadBalancers) SetStatus ¶
func (s *ListGatewaysResponseBodyDataItemsLoadBalancers) SetStatus(v string) *ListGatewaysResponseBodyDataItemsLoadBalancers
func (ListGatewaysResponseBodyDataItemsLoadBalancers) String ¶
func (s ListGatewaysResponseBodyDataItemsLoadBalancers) String() string
type ListGatewaysResponseBodyDataItemsLoadBalancersPorts ¶
type ListGatewaysResponseBodyDataItemsLoadBalancersPorts struct { // example: // // 443 Port *int32 `json:"port,omitempty" xml:"port,omitempty"` // example: // // TCP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` }
func (ListGatewaysResponseBodyDataItemsLoadBalancersPorts) GoString ¶
func (s ListGatewaysResponseBodyDataItemsLoadBalancersPorts) GoString() string
func (*ListGatewaysResponseBodyDataItemsLoadBalancersPorts) SetProtocol ¶
func (s *ListGatewaysResponseBodyDataItemsLoadBalancersPorts) SetProtocol(v string) *ListGatewaysResponseBodyDataItemsLoadBalancersPorts
func (ListGatewaysResponseBodyDataItemsLoadBalancersPorts) String ¶
func (s ListGatewaysResponseBodyDataItemsLoadBalancersPorts) String() string
type ListGatewaysResponseBodyDataItemsSecurityGroup ¶ added in v1.0.4
type ListGatewaysResponseBodyDataItemsSecurityGroup struct {
SecurityGroupId *string `json:"securityGroupId,omitempty" xml:"securityGroupId,omitempty"`
}
func (ListGatewaysResponseBodyDataItemsSecurityGroup) GoString ¶ added in v1.0.4
func (s ListGatewaysResponseBodyDataItemsSecurityGroup) GoString() string
func (*ListGatewaysResponseBodyDataItemsSecurityGroup) SetSecurityGroupId ¶ added in v1.0.4
func (s *ListGatewaysResponseBodyDataItemsSecurityGroup) SetSecurityGroupId(v string) *ListGatewaysResponseBodyDataItemsSecurityGroup
func (ListGatewaysResponseBodyDataItemsSecurityGroup) String ¶ added in v1.0.4
func (s ListGatewaysResponseBodyDataItemsSecurityGroup) String() string
type ListGatewaysResponseBodyDataItemsVSwitch ¶ added in v1.0.4
type ListGatewaysResponseBodyDataItemsVSwitch struct {
VSwitchId *string `json:"vSwitchId,omitempty" xml:"vSwitchId,omitempty"`
}
func (ListGatewaysResponseBodyDataItemsVSwitch) GoString ¶ added in v1.0.4
func (s ListGatewaysResponseBodyDataItemsVSwitch) GoString() string
func (*ListGatewaysResponseBodyDataItemsVSwitch) SetVSwitchId ¶ added in v1.0.4
func (s *ListGatewaysResponseBodyDataItemsVSwitch) SetVSwitchId(v string) *ListGatewaysResponseBodyDataItemsVSwitch
func (ListGatewaysResponseBodyDataItemsVSwitch) String ¶ added in v1.0.4
func (s ListGatewaysResponseBodyDataItemsVSwitch) String() string
type ListGatewaysResponseBodyDataItemsVpc ¶ added in v1.0.4
type ListGatewaysResponseBodyDataItemsVpc struct {
VpcId *string `json:"vpcId,omitempty" xml:"vpcId,omitempty"`
}
func (ListGatewaysResponseBodyDataItemsVpc) GoString ¶ added in v1.0.4
func (s ListGatewaysResponseBodyDataItemsVpc) GoString() string
func (*ListGatewaysResponseBodyDataItemsVpc) SetVpcId ¶ added in v1.0.4
func (s *ListGatewaysResponseBodyDataItemsVpc) SetVpcId(v string) *ListGatewaysResponseBodyDataItemsVpc
func (ListGatewaysResponseBodyDataItemsVpc) String ¶ added in v1.0.4
func (s ListGatewaysResponseBodyDataItemsVpc) String() string
type ListGatewaysResponseBodyDataItemsZones ¶ added in v1.0.4
type ListGatewaysResponseBodyDataItemsZones struct { VSwitch *ListGatewaysResponseBodyDataItemsZonesVSwitch `json:"vSwitch,omitempty" xml:"vSwitch,omitempty" type:"Struct"` ZoneId *string `json:"zoneId,omitempty" xml:"zoneId,omitempty"` }
func (ListGatewaysResponseBodyDataItemsZones) GoString ¶ added in v1.0.4
func (s ListGatewaysResponseBodyDataItemsZones) GoString() string
func (*ListGatewaysResponseBodyDataItemsZones) SetVSwitch ¶ added in v1.0.4
func (*ListGatewaysResponseBodyDataItemsZones) SetZoneId ¶ added in v1.0.4
func (s *ListGatewaysResponseBodyDataItemsZones) SetZoneId(v string) *ListGatewaysResponseBodyDataItemsZones
func (ListGatewaysResponseBodyDataItemsZones) String ¶ added in v1.0.4
func (s ListGatewaysResponseBodyDataItemsZones) String() string
type ListGatewaysResponseBodyDataItemsZonesVSwitch ¶ added in v1.0.4
type ListGatewaysResponseBodyDataItemsZonesVSwitch struct {
VSwitchId *string `json:"vSwitchId,omitempty" xml:"vSwitchId,omitempty"`
}
func (ListGatewaysResponseBodyDataItemsZonesVSwitch) GoString ¶ added in v1.0.4
func (s ListGatewaysResponseBodyDataItemsZonesVSwitch) GoString() string
func (*ListGatewaysResponseBodyDataItemsZonesVSwitch) SetVSwitchId ¶ added in v1.0.4
func (s *ListGatewaysResponseBodyDataItemsZonesVSwitch) SetVSwitchId(v string) *ListGatewaysResponseBodyDataItemsZonesVSwitch
func (ListGatewaysResponseBodyDataItemsZonesVSwitch) String ¶ added in v1.0.4
func (s ListGatewaysResponseBodyDataItemsZonesVSwitch) String() string
type ListHttpApiOperationsRequest ¶
type ListHttpApiOperationsRequest struct { // example: // // GET Method *string `json:"method,omitempty" xml:"method,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // GetUser NameLike *string `json:"nameLike,omitempty" xml:"nameLike,omitempty"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // example: // // /v1 PathLike *string `json:"pathLike,omitempty" xml:"pathLike,omitempty"` }
func (ListHttpApiOperationsRequest) GoString ¶
func (s ListHttpApiOperationsRequest) GoString() string
func (*ListHttpApiOperationsRequest) SetMethod ¶
func (s *ListHttpApiOperationsRequest) SetMethod(v string) *ListHttpApiOperationsRequest
func (*ListHttpApiOperationsRequest) SetName ¶ added in v1.0.3
func (s *ListHttpApiOperationsRequest) SetName(v string) *ListHttpApiOperationsRequest
func (*ListHttpApiOperationsRequest) SetNameLike ¶
func (s *ListHttpApiOperationsRequest) SetNameLike(v string) *ListHttpApiOperationsRequest
func (*ListHttpApiOperationsRequest) SetPageNumber ¶
func (s *ListHttpApiOperationsRequest) SetPageNumber(v int32) *ListHttpApiOperationsRequest
func (*ListHttpApiOperationsRequest) SetPageSize ¶
func (s *ListHttpApiOperationsRequest) SetPageSize(v int32) *ListHttpApiOperationsRequest
func (*ListHttpApiOperationsRequest) SetPathLike ¶
func (s *ListHttpApiOperationsRequest) SetPathLike(v string) *ListHttpApiOperationsRequest
func (ListHttpApiOperationsRequest) String ¶
func (s ListHttpApiOperationsRequest) String() string
type ListHttpApiOperationsResponse ¶
type ListHttpApiOperationsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListHttpApiOperationsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListHttpApiOperationsResponse) GoString ¶
func (s ListHttpApiOperationsResponse) GoString() string
func (*ListHttpApiOperationsResponse) SetBody ¶
func (s *ListHttpApiOperationsResponse) SetBody(v *ListHttpApiOperationsResponseBody) *ListHttpApiOperationsResponse
func (*ListHttpApiOperationsResponse) SetHeaders ¶
func (s *ListHttpApiOperationsResponse) SetHeaders(v map[string]*string) *ListHttpApiOperationsResponse
func (*ListHttpApiOperationsResponse) SetStatusCode ¶
func (s *ListHttpApiOperationsResponse) SetStatusCode(v int32) *ListHttpApiOperationsResponse
func (ListHttpApiOperationsResponse) String ¶
func (s ListHttpApiOperationsResponse) String() string
type ListHttpApiOperationsResponseBody ¶
type ListHttpApiOperationsResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *ListHttpApiOperationsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 585657D2-1C20-5B8A-AF17-D727C6490BE4 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListHttpApiOperationsResponseBody) GoString ¶
func (s ListHttpApiOperationsResponseBody) GoString() string
func (*ListHttpApiOperationsResponseBody) SetCode ¶
func (s *ListHttpApiOperationsResponseBody) SetCode(v string) *ListHttpApiOperationsResponseBody
func (*ListHttpApiOperationsResponseBody) SetMessage ¶
func (s *ListHttpApiOperationsResponseBody) SetMessage(v string) *ListHttpApiOperationsResponseBody
func (*ListHttpApiOperationsResponseBody) SetRequestId ¶
func (s *ListHttpApiOperationsResponseBody) SetRequestId(v string) *ListHttpApiOperationsResponseBody
func (ListHttpApiOperationsResponseBody) String ¶
func (s ListHttpApiOperationsResponseBody) String() string
type ListHttpApiOperationsResponseBodyData ¶
type ListHttpApiOperationsResponseBodyData struct { Items []*HttpApiOperationInfo `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // example: // // 10 TotalSize *int32 `json:"totalSize,omitempty" xml:"totalSize,omitempty"` }
func (ListHttpApiOperationsResponseBodyData) GoString ¶
func (s ListHttpApiOperationsResponseBodyData) GoString() string
func (*ListHttpApiOperationsResponseBodyData) SetItems ¶
func (s *ListHttpApiOperationsResponseBodyData) SetItems(v []*HttpApiOperationInfo) *ListHttpApiOperationsResponseBodyData
func (*ListHttpApiOperationsResponseBodyData) SetPageNumber ¶
func (s *ListHttpApiOperationsResponseBodyData) SetPageNumber(v int32) *ListHttpApiOperationsResponseBodyData
func (*ListHttpApiOperationsResponseBodyData) SetPageSize ¶
func (s *ListHttpApiOperationsResponseBodyData) SetPageSize(v int32) *ListHttpApiOperationsResponseBodyData
func (*ListHttpApiOperationsResponseBodyData) SetTotalSize ¶
func (s *ListHttpApiOperationsResponseBodyData) SetTotalSize(v int32) *ListHttpApiOperationsResponseBodyData
func (ListHttpApiOperationsResponseBodyData) String ¶
func (s ListHttpApiOperationsResponseBodyData) String() string
type ListHttpApisRequest ¶
type ListHttpApisRequest struct { // example: // // test- Keyword *string `json:"keyword,omitempty" xml:"keyword,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` PublishedOnly *bool `json:"publishedOnly,omitempty" xml:"publishedOnly,omitempty"` }
func (ListHttpApisRequest) GoString ¶
func (s ListHttpApisRequest) GoString() string
func (*ListHttpApisRequest) SetKeyword ¶
func (s *ListHttpApisRequest) SetKeyword(v string) *ListHttpApisRequest
func (*ListHttpApisRequest) SetName ¶ added in v1.0.3
func (s *ListHttpApisRequest) SetName(v string) *ListHttpApisRequest
func (*ListHttpApisRequest) SetPageNumber ¶
func (s *ListHttpApisRequest) SetPageNumber(v int32) *ListHttpApisRequest
func (*ListHttpApisRequest) SetPageSize ¶
func (s *ListHttpApisRequest) SetPageSize(v int32) *ListHttpApisRequest
func (*ListHttpApisRequest) SetPublishedOnly ¶ added in v1.0.1
func (s *ListHttpApisRequest) SetPublishedOnly(v bool) *ListHttpApisRequest
func (ListHttpApisRequest) String ¶
func (s ListHttpApisRequest) String() string
type ListHttpApisResponse ¶
type ListHttpApisResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListHttpApisResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListHttpApisResponse) GoString ¶
func (s ListHttpApisResponse) GoString() string
func (*ListHttpApisResponse) SetBody ¶
func (s *ListHttpApisResponse) SetBody(v *ListHttpApisResponseBody) *ListHttpApisResponse
func (*ListHttpApisResponse) SetHeaders ¶
func (s *ListHttpApisResponse) SetHeaders(v map[string]*string) *ListHttpApisResponse
func (*ListHttpApisResponse) SetStatusCode ¶
func (s *ListHttpApisResponse) SetStatusCode(v int32) *ListHttpApisResponse
func (ListHttpApisResponse) String ¶
func (s ListHttpApisResponse) String() string
type ListHttpApisResponseBody ¶
type ListHttpApisResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *ListHttpApisResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 585657D2-1C20-5B8A-AF17-D727C6490BE4 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListHttpApisResponseBody) GoString ¶
func (s ListHttpApisResponseBody) GoString() string
func (*ListHttpApisResponseBody) SetCode ¶
func (s *ListHttpApisResponseBody) SetCode(v string) *ListHttpApisResponseBody
func (*ListHttpApisResponseBody) SetData ¶
func (s *ListHttpApisResponseBody) SetData(v *ListHttpApisResponseBodyData) *ListHttpApisResponseBody
func (*ListHttpApisResponseBody) SetMessage ¶
func (s *ListHttpApisResponseBody) SetMessage(v string) *ListHttpApisResponseBody
func (*ListHttpApisResponseBody) SetRequestId ¶
func (s *ListHttpApisResponseBody) SetRequestId(v string) *ListHttpApisResponseBody
func (ListHttpApisResponseBody) String ¶
func (s ListHttpApisResponseBody) String() string
type ListHttpApisResponseBodyData ¶
type ListHttpApisResponseBodyData struct { Items []*HttpApiInfoByName `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"` // example: // // 1 PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` // example: // // 10 TotalSize *int32 `json:"totalSize,omitempty" xml:"totalSize,omitempty"` }
func (ListHttpApisResponseBodyData) GoString ¶
func (s ListHttpApisResponseBodyData) GoString() string
func (*ListHttpApisResponseBodyData) SetItems ¶
func (s *ListHttpApisResponseBodyData) SetItems(v []*HttpApiInfoByName) *ListHttpApisResponseBodyData
func (*ListHttpApisResponseBodyData) SetPageNumber ¶
func (s *ListHttpApisResponseBodyData) SetPageNumber(v int32) *ListHttpApisResponseBodyData
func (*ListHttpApisResponseBodyData) SetPageSize ¶
func (s *ListHttpApisResponseBodyData) SetPageSize(v int32) *ListHttpApisResponseBodyData
func (*ListHttpApisResponseBodyData) SetTotalSize ¶
func (s *ListHttpApisResponseBodyData) SetTotalSize(v int32) *ListHttpApisResponseBodyData
func (ListHttpApisResponseBodyData) String ¶
func (s ListHttpApisResponseBodyData) String() string
type OfflineGatewayRouteResponse ¶
type OfflineGatewayRouteResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *OfflineGatewayRouteResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (OfflineGatewayRouteResponse) GoString ¶
func (s OfflineGatewayRouteResponse) GoString() string
func (*OfflineGatewayRouteResponse) SetBody ¶
func (s *OfflineGatewayRouteResponse) SetBody(v *OfflineGatewayRouteResponseBody) *OfflineGatewayRouteResponse
func (*OfflineGatewayRouteResponse) SetHeaders ¶
func (s *OfflineGatewayRouteResponse) SetHeaders(v map[string]*string) *OfflineGatewayRouteResponse
func (*OfflineGatewayRouteResponse) SetStatusCode ¶
func (s *OfflineGatewayRouteResponse) SetStatusCode(v int32) *OfflineGatewayRouteResponse
func (OfflineGatewayRouteResponse) String ¶
func (s OfflineGatewayRouteResponse) String() string
type OfflineGatewayRouteResponseBody ¶
type OfflineGatewayRouteResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 585657D2-1C20-5B8A-AF17-D727C6490BE4 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (OfflineGatewayRouteResponseBody) GoString ¶
func (s OfflineGatewayRouteResponseBody) GoString() string
func (*OfflineGatewayRouteResponseBody) SetCode ¶
func (s *OfflineGatewayRouteResponseBody) SetCode(v string) *OfflineGatewayRouteResponseBody
func (*OfflineGatewayRouteResponseBody) SetMessage ¶
func (s *OfflineGatewayRouteResponseBody) SetMessage(v string) *OfflineGatewayRouteResponseBody
func (*OfflineGatewayRouteResponseBody) SetRequestId ¶
func (s *OfflineGatewayRouteResponseBody) SetRequestId(v string) *OfflineGatewayRouteResponseBody
func (OfflineGatewayRouteResponseBody) String ¶
func (s OfflineGatewayRouteResponseBody) String() string
type OfflineHttpApiRequest ¶
type OfflineHttpApiRequest struct { // This parameter is required. // // example: // // env-xxx EnvironmentId *string `json:"environmentId,omitempty" xml:"environmentId,omitempty"` }
func (OfflineHttpApiRequest) GoString ¶
func (s OfflineHttpApiRequest) GoString() string
func (*OfflineHttpApiRequest) SetEnvironmentId ¶
func (s *OfflineHttpApiRequest) SetEnvironmentId(v string) *OfflineHttpApiRequest
func (OfflineHttpApiRequest) String ¶
func (s OfflineHttpApiRequest) String() string
type OfflineHttpApiResponse ¶
type OfflineHttpApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *OfflineHttpApiResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (OfflineHttpApiResponse) GoString ¶
func (s OfflineHttpApiResponse) GoString() string
func (*OfflineHttpApiResponse) SetBody ¶
func (s *OfflineHttpApiResponse) SetBody(v *OfflineHttpApiResponseBody) *OfflineHttpApiResponse
func (*OfflineHttpApiResponse) SetHeaders ¶
func (s *OfflineHttpApiResponse) SetHeaders(v map[string]*string) *OfflineHttpApiResponse
func (*OfflineHttpApiResponse) SetStatusCode ¶
func (s *OfflineHttpApiResponse) SetStatusCode(v int32) *OfflineHttpApiResponse
func (OfflineHttpApiResponse) String ¶
func (s OfflineHttpApiResponse) String() string
type OfflineHttpApiResponseBody ¶
type OfflineHttpApiResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 53DE779E-422D-56EB-B84C-62D75CA5E8DD RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (OfflineHttpApiResponseBody) GoString ¶
func (s OfflineHttpApiResponseBody) GoString() string
func (*OfflineHttpApiResponseBody) SetCode ¶
func (s *OfflineHttpApiResponseBody) SetCode(v string) *OfflineHttpApiResponseBody
func (*OfflineHttpApiResponseBody) SetMessage ¶
func (s *OfflineHttpApiResponseBody) SetMessage(v string) *OfflineHttpApiResponseBody
func (*OfflineHttpApiResponseBody) SetRequestId ¶
func (s *OfflineHttpApiResponseBody) SetRequestId(v string) *OfflineHttpApiResponseBody
func (OfflineHttpApiResponseBody) String ¶
func (s OfflineHttpApiResponseBody) String() string
type PolicyClassInfo ¶
type PolicyClassInfo struct { Alias *string `json:"alias,omitempty" xml:"alias,omitempty"` AttachableResourceTypes []*string `json:"attachableResourceTypes,omitempty" xml:"attachableResourceTypes,omitempty" type:"Repeated"` ClassId *string `json:"classId,omitempty" xml:"classId,omitempty"` ConfigExample *string `json:"configExample,omitempty" xml:"configExample,omitempty"` Deprecated *bool `json:"deprecated,omitempty" xml:"deprecated,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` Direction *string `json:"direction,omitempty" xml:"direction,omitempty"` EnableLog *bool `json:"enableLog,omitempty" xml:"enableLog,omitempty"` ExecutePriority *string `json:"executePriority,omitempty" xml:"executePriority,omitempty"` ExecuteStage *string `json:"executeStage,omitempty" xml:"executeStage,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` Version *string `json:"version,omitempty" xml:"version,omitempty"` }
func (PolicyClassInfo) GoString ¶
func (s PolicyClassInfo) GoString() string
func (*PolicyClassInfo) SetAlias ¶
func (s *PolicyClassInfo) SetAlias(v string) *PolicyClassInfo
func (*PolicyClassInfo) SetAttachableResourceTypes ¶
func (s *PolicyClassInfo) SetAttachableResourceTypes(v []*string) *PolicyClassInfo
func (*PolicyClassInfo) SetClassId ¶
func (s *PolicyClassInfo) SetClassId(v string) *PolicyClassInfo
func (*PolicyClassInfo) SetConfigExample ¶
func (s *PolicyClassInfo) SetConfigExample(v string) *PolicyClassInfo
func (*PolicyClassInfo) SetDeprecated ¶
func (s *PolicyClassInfo) SetDeprecated(v bool) *PolicyClassInfo
func (*PolicyClassInfo) SetDescription ¶
func (s *PolicyClassInfo) SetDescription(v string) *PolicyClassInfo
func (*PolicyClassInfo) SetDirection ¶
func (s *PolicyClassInfo) SetDirection(v string) *PolicyClassInfo
func (*PolicyClassInfo) SetEnableLog ¶
func (s *PolicyClassInfo) SetEnableLog(v bool) *PolicyClassInfo
func (*PolicyClassInfo) SetExecutePriority ¶
func (s *PolicyClassInfo) SetExecutePriority(v string) *PolicyClassInfo
func (*PolicyClassInfo) SetExecuteStage ¶
func (s *PolicyClassInfo) SetExecuteStage(v string) *PolicyClassInfo
func (*PolicyClassInfo) SetName ¶
func (s *PolicyClassInfo) SetName(v string) *PolicyClassInfo
func (*PolicyClassInfo) SetType ¶
func (s *PolicyClassInfo) SetType(v string) *PolicyClassInfo
func (*PolicyClassInfo) SetVersion ¶
func (s *PolicyClassInfo) SetVersion(v string) *PolicyClassInfo
func (PolicyClassInfo) String ¶
func (s PolicyClassInfo) String() string
type PolicyDetailInfo ¶
type PolicyDetailInfo struct { ClassId *string `json:"classId,omitempty" xml:"classId,omitempty"` ClassName *string `json:"className,omitempty" xml:"className,omitempty"` Config *string `json:"config,omitempty" xml:"config,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` PolicyId *string `json:"policyId,omitempty" xml:"policyId,omitempty"` }
func (PolicyDetailInfo) GoString ¶
func (s PolicyDetailInfo) GoString() string
func (*PolicyDetailInfo) SetClassId ¶
func (s *PolicyDetailInfo) SetClassId(v string) *PolicyDetailInfo
func (*PolicyDetailInfo) SetClassName ¶
func (s *PolicyDetailInfo) SetClassName(v string) *PolicyDetailInfo
func (*PolicyDetailInfo) SetConfig ¶
func (s *PolicyDetailInfo) SetConfig(v string) *PolicyDetailInfo
func (*PolicyDetailInfo) SetDescription ¶
func (s *PolicyDetailInfo) SetDescription(v string) *PolicyDetailInfo
func (*PolicyDetailInfo) SetName ¶
func (s *PolicyDetailInfo) SetName(v string) *PolicyDetailInfo
func (*PolicyDetailInfo) SetPolicyId ¶
func (s *PolicyDetailInfo) SetPolicyId(v string) *PolicyDetailInfo
func (PolicyDetailInfo) String ¶
func (s PolicyDetailInfo) String() string
type PolicyInfo ¶
type PolicyInfo struct { Attachments []*Attachment `json:"attachments,omitempty" xml:"attachments,omitempty" type:"Repeated"` ClassAlias *string `json:"classAlias,omitempty" xml:"classAlias,omitempty"` ClassName *string `json:"className,omitempty" xml:"className,omitempty"` Config *string `json:"config,omitempty" xml:"config,omitempty"` Direction *string `json:"direction,omitempty" xml:"direction,omitempty"` ExecutePriority *string `json:"executePriority,omitempty" xml:"executePriority,omitempty"` ExecuteStage *string `json:"executeStage,omitempty" xml:"executeStage,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` PolicyId *string `json:"policyId,omitempty" xml:"policyId,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (PolicyInfo) GoString ¶
func (s PolicyInfo) GoString() string
func (*PolicyInfo) SetAttachments ¶
func (s *PolicyInfo) SetAttachments(v []*Attachment) *PolicyInfo
func (*PolicyInfo) SetClassAlias ¶
func (s *PolicyInfo) SetClassAlias(v string) *PolicyInfo
func (*PolicyInfo) SetClassName ¶
func (s *PolicyInfo) SetClassName(v string) *PolicyInfo
func (*PolicyInfo) SetConfig ¶
func (s *PolicyInfo) SetConfig(v string) *PolicyInfo
func (*PolicyInfo) SetDirection ¶
func (s *PolicyInfo) SetDirection(v string) *PolicyInfo
func (*PolicyInfo) SetExecutePriority ¶
func (s *PolicyInfo) SetExecutePriority(v string) *PolicyInfo
func (*PolicyInfo) SetExecuteStage ¶
func (s *PolicyInfo) SetExecuteStage(v string) *PolicyInfo
func (*PolicyInfo) SetName ¶
func (s *PolicyInfo) SetName(v string) *PolicyInfo
func (*PolicyInfo) SetPolicyId ¶
func (s *PolicyInfo) SetPolicyId(v string) *PolicyInfo
func (*PolicyInfo) SetType ¶
func (s *PolicyInfo) SetType(v string) *PolicyInfo
func (PolicyInfo) String ¶
func (s PolicyInfo) String() string
type PublishGatewayRouteResponse ¶
type PublishGatewayRouteResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PublishGatewayRouteResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PublishGatewayRouteResponse) GoString ¶
func (s PublishGatewayRouteResponse) GoString() string
func (*PublishGatewayRouteResponse) SetBody ¶
func (s *PublishGatewayRouteResponse) SetBody(v *PublishGatewayRouteResponseBody) *PublishGatewayRouteResponse
func (*PublishGatewayRouteResponse) SetHeaders ¶
func (s *PublishGatewayRouteResponse) SetHeaders(v map[string]*string) *PublishGatewayRouteResponse
func (*PublishGatewayRouteResponse) SetStatusCode ¶
func (s *PublishGatewayRouteResponse) SetStatusCode(v int32) *PublishGatewayRouteResponse
func (PublishGatewayRouteResponse) String ¶
func (s PublishGatewayRouteResponse) String() string
type PublishGatewayRouteResponseBody ¶
type PublishGatewayRouteResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 043360DA-ED3B-5386-9B7A-D94DECF99A30 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (PublishGatewayRouteResponseBody) GoString ¶
func (s PublishGatewayRouteResponseBody) GoString() string
func (*PublishGatewayRouteResponseBody) SetCode ¶
func (s *PublishGatewayRouteResponseBody) SetCode(v string) *PublishGatewayRouteResponseBody
func (*PublishGatewayRouteResponseBody) SetMessage ¶
func (s *PublishGatewayRouteResponseBody) SetMessage(v string) *PublishGatewayRouteResponseBody
func (*PublishGatewayRouteResponseBody) SetRequestId ¶
func (s *PublishGatewayRouteResponseBody) SetRequestId(v string) *PublishGatewayRouteResponseBody
func (PublishGatewayRouteResponseBody) String ¶
func (s PublishGatewayRouteResponseBody) String() string
type PublishHttpApiRequest ¶
type PublishHttpApiRequest struct { // example: // // true AllowOverwrite *bool `json:"allowOverwrite,omitempty" xml:"allowOverwrite,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` Environment *PublishHttpApiRequestEnvironment `json:"environment,omitempty" xml:"environment,omitempty" type:"Struct"` // example: // // apr-xxx RevisionId *string `json:"revisionId,omitempty" xml:"revisionId,omitempty"` }
func (PublishHttpApiRequest) GoString ¶
func (s PublishHttpApiRequest) GoString() string
func (*PublishHttpApiRequest) SetAllowOverwrite ¶
func (s *PublishHttpApiRequest) SetAllowOverwrite(v bool) *PublishHttpApiRequest
func (*PublishHttpApiRequest) SetDescription ¶
func (s *PublishHttpApiRequest) SetDescription(v string) *PublishHttpApiRequest
func (*PublishHttpApiRequest) SetEnvironment ¶
func (s *PublishHttpApiRequest) SetEnvironment(v *PublishHttpApiRequestEnvironment) *PublishHttpApiRequest
func (*PublishHttpApiRequest) SetRevisionId ¶
func (s *PublishHttpApiRequest) SetRevisionId(v string) *PublishHttpApiRequest
func (PublishHttpApiRequest) String ¶
func (s PublishHttpApiRequest) String() string
type PublishHttpApiRequestEnvironment ¶
type PublishHttpApiRequestEnvironment struct { // example: // // SingleService BackendScene *string `json:"backendScene,omitempty" xml:"backendScene,omitempty"` // example: // // Service BackendType *string `json:"backendType,omitempty" xml:"backendType,omitempty"` CloudProductConfig *PublishHttpApiRequestEnvironmentCloudProductConfig `json:"cloudProductConfig,omitempty" xml:"cloudProductConfig,omitempty" type:"Struct"` CustomDomainIds []*string `json:"customDomainIds,omitempty" xml:"customDomainIds,omitempty" type:"Repeated"` DnsConfigs []*PublishHttpApiRequestEnvironmentDnsConfigs `json:"dnsConfigs,omitempty" xml:"dnsConfigs,omitempty" type:"Repeated"` // example: // // env-xxx EnvironmentId *string `json:"environmentId,omitempty" xml:"environmentId,omitempty"` ServiceConfigs []*PublishHttpApiRequestEnvironmentServiceConfigs `json:"serviceConfigs,omitempty" xml:"serviceConfigs,omitempty" type:"Repeated"` VipConfigs []*PublishHttpApiRequestEnvironmentVipConfigs `json:"vipConfigs,omitempty" xml:"vipConfigs,omitempty" type:"Repeated"` }
func (PublishHttpApiRequestEnvironment) GoString ¶
func (s PublishHttpApiRequestEnvironment) GoString() string
func (*PublishHttpApiRequestEnvironment) SetBackendScene ¶
func (s *PublishHttpApiRequestEnvironment) SetBackendScene(v string) *PublishHttpApiRequestEnvironment
func (*PublishHttpApiRequestEnvironment) SetBackendType ¶
func (s *PublishHttpApiRequestEnvironment) SetBackendType(v string) *PublishHttpApiRequestEnvironment
func (*PublishHttpApiRequestEnvironment) SetCloudProductConfig ¶
func (s *PublishHttpApiRequestEnvironment) SetCloudProductConfig(v *PublishHttpApiRequestEnvironmentCloudProductConfig) *PublishHttpApiRequestEnvironment
func (*PublishHttpApiRequestEnvironment) SetCustomDomainIds ¶
func (s *PublishHttpApiRequestEnvironment) SetCustomDomainIds(v []*string) *PublishHttpApiRequestEnvironment
func (*PublishHttpApiRequestEnvironment) SetDnsConfigs ¶
func (s *PublishHttpApiRequestEnvironment) SetDnsConfigs(v []*PublishHttpApiRequestEnvironmentDnsConfigs) *PublishHttpApiRequestEnvironment
func (*PublishHttpApiRequestEnvironment) SetEnvironmentId ¶
func (s *PublishHttpApiRequestEnvironment) SetEnvironmentId(v string) *PublishHttpApiRequestEnvironment
func (*PublishHttpApiRequestEnvironment) SetServiceConfigs ¶
func (s *PublishHttpApiRequestEnvironment) SetServiceConfigs(v []*PublishHttpApiRequestEnvironmentServiceConfigs) *PublishHttpApiRequestEnvironment
func (*PublishHttpApiRequestEnvironment) SetVipConfigs ¶
func (s *PublishHttpApiRequestEnvironment) SetVipConfigs(v []*PublishHttpApiRequestEnvironmentVipConfigs) *PublishHttpApiRequestEnvironment
func (PublishHttpApiRequestEnvironment) String ¶
func (s PublishHttpApiRequestEnvironment) String() string
type PublishHttpApiRequestEnvironmentCloudProductConfig ¶
type PublishHttpApiRequestEnvironmentCloudProductConfig struct { // example: // // FC CloudProductType *string `json:"cloudProductType,omitempty" xml:"cloudProductType,omitempty"` ContainerServiceConfigs []*PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs `json:"containerServiceConfigs,omitempty" xml:"containerServiceConfigs,omitempty" type:"Repeated"` FunctionConfigs []*PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs `json:"functionConfigs,omitempty" xml:"functionConfigs,omitempty" type:"Repeated"` MseNacosConfigs []*PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs `json:"mseNacosConfigs,omitempty" xml:"mseNacosConfigs,omitempty" type:"Repeated"` }
func (PublishHttpApiRequestEnvironmentCloudProductConfig) GoString ¶
func (s PublishHttpApiRequestEnvironmentCloudProductConfig) GoString() string
func (*PublishHttpApiRequestEnvironmentCloudProductConfig) SetCloudProductType ¶
func (s *PublishHttpApiRequestEnvironmentCloudProductConfig) SetCloudProductType(v string) *PublishHttpApiRequestEnvironmentCloudProductConfig
func (*PublishHttpApiRequestEnvironmentCloudProductConfig) SetContainerServiceConfigs ¶
func (s *PublishHttpApiRequestEnvironmentCloudProductConfig) SetContainerServiceConfigs(v []*PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) *PublishHttpApiRequestEnvironmentCloudProductConfig
func (*PublishHttpApiRequestEnvironmentCloudProductConfig) SetFunctionConfigs ¶
func (*PublishHttpApiRequestEnvironmentCloudProductConfig) SetMseNacosConfigs ¶
func (PublishHttpApiRequestEnvironmentCloudProductConfig) String ¶
func (s PublishHttpApiRequestEnvironmentCloudProductConfig) String() string
type PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs ¶
type PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs struct { Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // test-service Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // default Namespace *string `json:"namespace,omitempty" xml:"namespace,omitempty"` // example: // // 8080 Port *int32 `json:"port,omitempty" xml:"port,omitempty"` // example: // // HTTP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) GoString ¶
func (s PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) GoString() string
func (*PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) SetNamespace ¶
func (*PublishHttpApiRequestEnvironmentCloudProductConfigContainerServiceConfigs) SetProtocol ¶
type PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs ¶
type PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs struct { Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // fc-test Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // LATEST Quanlifer *string `json:"quanlifer,omitempty" xml:"quanlifer,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs) GoString ¶
func (s PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs) GoString() string
func (*PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs) SetQuanlifer ¶
func (PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs) String ¶
func (s PublishHttpApiRequestEnvironmentCloudProductConfigFunctionConfigs) String() string
type PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs ¶
type PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs struct { // example: // // DEFAULT_GROUP GroupName *string `json:"groupName,omitempty" xml:"groupName,omitempty"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // provider Name *string `json:"name,omitempty" xml:"name,omitempty"` // example: // // public Namespace *string `json:"namespace,omitempty" xml:"namespace,omitempty"` // example: // // 100 Weight *string `json:"weight,omitempty" xml:"weight,omitempty"` }
func (PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) GoString ¶
func (s PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) GoString() string
func (*PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) SetGroupName ¶
func (*PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) SetNamespace ¶
func (PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) String ¶
func (s PublishHttpApiRequestEnvironmentCloudProductConfigMseNacosConfigs) String() string
type PublishHttpApiRequestEnvironmentDnsConfigs ¶
type PublishHttpApiRequestEnvironmentDnsConfigs struct { DnsList []*string `json:"dnsList,omitempty" xml:"dnsList,omitempty" type:"Repeated"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (PublishHttpApiRequestEnvironmentDnsConfigs) GoString ¶
func (s PublishHttpApiRequestEnvironmentDnsConfigs) GoString() string
func (*PublishHttpApiRequestEnvironmentDnsConfigs) SetDnsList ¶
func (s *PublishHttpApiRequestEnvironmentDnsConfigs) SetDnsList(v []*string) *PublishHttpApiRequestEnvironmentDnsConfigs
func (*PublishHttpApiRequestEnvironmentDnsConfigs) SetWeight ¶
func (s *PublishHttpApiRequestEnvironmentDnsConfigs) SetWeight(v int32) *PublishHttpApiRequestEnvironmentDnsConfigs
func (PublishHttpApiRequestEnvironmentDnsConfigs) String ¶
func (s PublishHttpApiRequestEnvironmentDnsConfigs) String() string
type PublishHttpApiRequestEnvironmentServiceConfigs ¶
type PublishHttpApiRequestEnvironmentServiceConfigs struct { // example: // // gs-xxx GatewayServiceId *string `json:"gatewayServiceId,omitempty" xml:"gatewayServiceId,omitempty"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // 8080 Port *int32 `json:"port,omitempty" xml:"port,omitempty"` // example: // // HTTP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` // example: // // v1 Version *string `json:"version,omitempty" xml:"version,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (PublishHttpApiRequestEnvironmentServiceConfigs) GoString ¶
func (s PublishHttpApiRequestEnvironmentServiceConfigs) GoString() string
func (*PublishHttpApiRequestEnvironmentServiceConfigs) SetGatewayServiceId ¶
func (s *PublishHttpApiRequestEnvironmentServiceConfigs) SetGatewayServiceId(v string) *PublishHttpApiRequestEnvironmentServiceConfigs
func (*PublishHttpApiRequestEnvironmentServiceConfigs) SetProtocol ¶
func (s *PublishHttpApiRequestEnvironmentServiceConfigs) SetProtocol(v string) *PublishHttpApiRequestEnvironmentServiceConfigs
func (*PublishHttpApiRequestEnvironmentServiceConfigs) SetVersion ¶
func (s *PublishHttpApiRequestEnvironmentServiceConfigs) SetVersion(v string) *PublishHttpApiRequestEnvironmentServiceConfigs
func (*PublishHttpApiRequestEnvironmentServiceConfigs) SetWeight ¶
func (s *PublishHttpApiRequestEnvironmentServiceConfigs) SetWeight(v int32) *PublishHttpApiRequestEnvironmentServiceConfigs
func (PublishHttpApiRequestEnvironmentServiceConfigs) String ¶
func (s PublishHttpApiRequestEnvironmentServiceConfigs) String() string
type PublishHttpApiRequestEnvironmentVipConfigs ¶
type PublishHttpApiRequestEnvironmentVipConfigs struct { Endpoints []*string `json:"endpoints,omitempty" xml:"endpoints,omitempty" type:"Repeated"` Match *HttpApiBackendMatchConditions `json:"match,omitempty" xml:"match,omitempty"` // example: // // 100 Weight *int32 `json:"weight,omitempty" xml:"weight,omitempty"` }
func (PublishHttpApiRequestEnvironmentVipConfigs) GoString ¶
func (s PublishHttpApiRequestEnvironmentVipConfigs) GoString() string
func (*PublishHttpApiRequestEnvironmentVipConfigs) SetEndpoints ¶
func (s *PublishHttpApiRequestEnvironmentVipConfigs) SetEndpoints(v []*string) *PublishHttpApiRequestEnvironmentVipConfigs
func (*PublishHttpApiRequestEnvironmentVipConfigs) SetWeight ¶
func (s *PublishHttpApiRequestEnvironmentVipConfigs) SetWeight(v int32) *PublishHttpApiRequestEnvironmentVipConfigs
func (PublishHttpApiRequestEnvironmentVipConfigs) String ¶
func (s PublishHttpApiRequestEnvironmentVipConfigs) String() string
type PublishHttpApiResponse ¶
type PublishHttpApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PublishHttpApiResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PublishHttpApiResponse) GoString ¶
func (s PublishHttpApiResponse) GoString() string
func (*PublishHttpApiResponse) SetBody ¶
func (s *PublishHttpApiResponse) SetBody(v *PublishHttpApiResponseBody) *PublishHttpApiResponse
func (*PublishHttpApiResponse) SetHeaders ¶
func (s *PublishHttpApiResponse) SetHeaders(v map[string]*string) *PublishHttpApiResponse
func (*PublishHttpApiResponse) SetStatusCode ¶
func (s *PublishHttpApiResponse) SetStatusCode(v int32) *PublishHttpApiResponse
func (PublishHttpApiResponse) String ¶
func (s PublishHttpApiResponse) String() string
type PublishHttpApiResponseBody ¶
type PublishHttpApiResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 4BACB05C-3FE2-588F-9148-700C5C026B74 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (PublishHttpApiResponseBody) GoString ¶
func (s PublishHttpApiResponseBody) GoString() string
func (*PublishHttpApiResponseBody) SetCode ¶
func (s *PublishHttpApiResponseBody) SetCode(v string) *PublishHttpApiResponseBody
func (*PublishHttpApiResponseBody) SetMessage ¶
func (s *PublishHttpApiResponseBody) SetMessage(v string) *PublishHttpApiResponseBody
func (*PublishHttpApiResponseBody) SetRequestId ¶
func (s *PublishHttpApiResponseBody) SetRequestId(v string) *PublishHttpApiResponseBody
func (PublishHttpApiResponseBody) String ¶
func (s PublishHttpApiResponseBody) String() string
type ResourceStatistic ¶
type ResourceStatistic struct { ResourceCount *int32 `json:"resourceCount,omitempty" xml:"resourceCount,omitempty"` ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"` }
func (ResourceStatistic) GoString ¶
func (s ResourceStatistic) GoString() string
func (*ResourceStatistic) SetResourceCount ¶
func (s *ResourceStatistic) SetResourceCount(v int32) *ResourceStatistic
func (*ResourceStatistic) SetResourceType ¶
func (s *ResourceStatistic) SetResourceType(v string) *ResourceStatistic
func (ResourceStatistic) String ¶
func (s ResourceStatistic) String() string
type RouteRulesConflictInfo ¶ added in v1.0.2
type RouteRulesConflictInfo struct { Conflicts []*RouteRulesConflictInfoConflicts `json:"conflicts,omitempty" xml:"conflicts,omitempty" type:"Repeated"` DomainInfo *RouteRulesConflictInfoDomainInfo `json:"domainInfo,omitempty" xml:"domainInfo,omitempty" type:"Struct"` }
func (RouteRulesConflictInfo) GoString ¶ added in v1.0.2
func (s RouteRulesConflictInfo) GoString() string
func (*RouteRulesConflictInfo) SetConflicts ¶ added in v1.0.2
func (s *RouteRulesConflictInfo) SetConflicts(v []*RouteRulesConflictInfoConflicts) *RouteRulesConflictInfo
func (*RouteRulesConflictInfo) SetDomainInfo ¶ added in v1.0.2
func (s *RouteRulesConflictInfo) SetDomainInfo(v *RouteRulesConflictInfoDomainInfo) *RouteRulesConflictInfo
func (RouteRulesConflictInfo) String ¶ added in v1.0.2
func (s RouteRulesConflictInfo) String() string
type RouteRulesConflictInfoConflicts ¶ added in v1.0.2
type RouteRulesConflictInfoConflicts struct { Details []*RouteRulesConflictInfoConflictsDetails `json:"details,omitempty" xml:"details,omitempty" type:"Repeated"` EnvironmentInfo *RouteRulesConflictInfoConflictsEnvironmentInfo `json:"environmentInfo,omitempty" xml:"environmentInfo,omitempty" type:"Struct"` ResourceId *string `json:"resourceId,omitempty" xml:"resourceId,omitempty"` ResourceName *string `json:"resourceName,omitempty" xml:"resourceName,omitempty"` ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"` }
func (RouteRulesConflictInfoConflicts) GoString ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflicts) GoString() string
func (*RouteRulesConflictInfoConflicts) SetDetails ¶ added in v1.0.2
func (s *RouteRulesConflictInfoConflicts) SetDetails(v []*RouteRulesConflictInfoConflictsDetails) *RouteRulesConflictInfoConflicts
func (*RouteRulesConflictInfoConflicts) SetEnvironmentInfo ¶ added in v1.0.2
func (s *RouteRulesConflictInfoConflicts) SetEnvironmentInfo(v *RouteRulesConflictInfoConflictsEnvironmentInfo) *RouteRulesConflictInfoConflicts
func (*RouteRulesConflictInfoConflicts) SetResourceId ¶ added in v1.0.2
func (s *RouteRulesConflictInfoConflicts) SetResourceId(v string) *RouteRulesConflictInfoConflicts
func (*RouteRulesConflictInfoConflicts) SetResourceName ¶ added in v1.0.2
func (s *RouteRulesConflictInfoConflicts) SetResourceName(v string) *RouteRulesConflictInfoConflicts
func (*RouteRulesConflictInfoConflicts) SetResourceType ¶ added in v1.0.2
func (s *RouteRulesConflictInfoConflicts) SetResourceType(v string) *RouteRulesConflictInfoConflicts
func (RouteRulesConflictInfoConflicts) String ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflicts) String() string
type RouteRulesConflictInfoConflictsDetails ¶ added in v1.0.2
type RouteRulesConflictInfoConflictsDetails struct { ConflictingMatch *RouteRulesConflictInfoConflictsDetailsConflictingMatch `json:"conflictingMatch,omitempty" xml:"conflictingMatch,omitempty" type:"Struct"` DetectedMatch *RouteRulesConflictInfoConflictsDetailsDetectedMatch `json:"detectedMatch,omitempty" xml:"detectedMatch,omitempty" type:"Struct"` Level *string `json:"level,omitempty" xml:"level,omitempty"` }
func (RouteRulesConflictInfoConflictsDetails) GoString ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflictsDetails) GoString() string
func (*RouteRulesConflictInfoConflictsDetails) SetConflictingMatch ¶ added in v1.0.2
func (s *RouteRulesConflictInfoConflictsDetails) SetConflictingMatch(v *RouteRulesConflictInfoConflictsDetailsConflictingMatch) *RouteRulesConflictInfoConflictsDetails
func (*RouteRulesConflictInfoConflictsDetails) SetDetectedMatch ¶ added in v1.0.2
func (s *RouteRulesConflictInfoConflictsDetails) SetDetectedMatch(v *RouteRulesConflictInfoConflictsDetailsDetectedMatch) *RouteRulesConflictInfoConflictsDetails
func (*RouteRulesConflictInfoConflictsDetails) SetLevel ¶ added in v1.0.2
func (s *RouteRulesConflictInfoConflictsDetails) SetLevel(v string) *RouteRulesConflictInfoConflictsDetails
func (RouteRulesConflictInfoConflictsDetails) String ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflictsDetails) String() string
type RouteRulesConflictInfoConflictsDetailsConflictingMatch ¶ added in v1.0.2
type RouteRulesConflictInfoConflictsDetailsConflictingMatch struct { Match *HttpRouteMatch `json:"match,omitempty" xml:"match,omitempty"` OperationInfo *RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo `json:"operationInfo,omitempty" xml:"operationInfo,omitempty" type:"Struct"` }
func (RouteRulesConflictInfoConflictsDetailsConflictingMatch) GoString ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflictsDetailsConflictingMatch) GoString() string
func (*RouteRulesConflictInfoConflictsDetailsConflictingMatch) SetOperationInfo ¶ added in v1.0.2
func (RouteRulesConflictInfoConflictsDetailsConflictingMatch) String ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflictsDetailsConflictingMatch) String() string
type RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo ¶ added in v1.0.2
type RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo struct { Name *string `json:"name,omitempty" xml:"name,omitempty"` OperationId *string `json:"operationId,omitempty" xml:"operationId,omitempty"` }
func (RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo) GoString ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo) GoString() string
func (*RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo) SetName ¶ added in v1.0.2
func (*RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo) SetOperationId ¶ added in v1.0.2
func (RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo) String ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflictsDetailsConflictingMatchOperationInfo) String() string
type RouteRulesConflictInfoConflictsDetailsDetectedMatch ¶ added in v1.0.2
type RouteRulesConflictInfoConflictsDetailsDetectedMatch struct { Match *HttpRouteMatch `json:"match,omitempty" xml:"match,omitempty"` OperationInfo *RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo `json:"operationInfo,omitempty" xml:"operationInfo,omitempty" type:"Struct"` }
func (RouteRulesConflictInfoConflictsDetailsDetectedMatch) GoString ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflictsDetailsDetectedMatch) GoString() string
func (*RouteRulesConflictInfoConflictsDetailsDetectedMatch) SetOperationInfo ¶ added in v1.0.2
func (RouteRulesConflictInfoConflictsDetailsDetectedMatch) String ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflictsDetailsDetectedMatch) String() string
type RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo ¶ added in v1.0.2
type RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo struct { Name *string `json:"name,omitempty" xml:"name,omitempty"` OperationId *string `json:"operationId,omitempty" xml:"operationId,omitempty"` }
func (RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo) GoString ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo) GoString() string
func (*RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo) SetOperationId ¶ added in v1.0.2
func (RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo) String ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflictsDetailsDetectedMatchOperationInfo) String() string
type RouteRulesConflictInfoConflictsEnvironmentInfo ¶ added in v1.0.2
type RouteRulesConflictInfoConflictsEnvironmentInfo struct { EnvironmentId *string `json:"environmentId,omitempty" xml:"environmentId,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (RouteRulesConflictInfoConflictsEnvironmentInfo) GoString ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflictsEnvironmentInfo) GoString() string
func (*RouteRulesConflictInfoConflictsEnvironmentInfo) SetEnvironmentId ¶ added in v1.0.2
func (s *RouteRulesConflictInfoConflictsEnvironmentInfo) SetEnvironmentId(v string) *RouteRulesConflictInfoConflictsEnvironmentInfo
func (RouteRulesConflictInfoConflictsEnvironmentInfo) String ¶ added in v1.0.2
func (s RouteRulesConflictInfoConflictsEnvironmentInfo) String() string
type RouteRulesConflictInfoDomainInfo ¶ added in v1.0.2
type RouteRulesConflictInfoDomainInfo struct { DomainId *string `json:"domainId,omitempty" xml:"domainId,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` }
func (RouteRulesConflictInfoDomainInfo) GoString ¶ added in v1.0.2
func (s RouteRulesConflictInfoDomainInfo) GoString() string
func (*RouteRulesConflictInfoDomainInfo) SetDomainId ¶ added in v1.0.2
func (s *RouteRulesConflictInfoDomainInfo) SetDomainId(v string) *RouteRulesConflictInfoDomainInfo
func (*RouteRulesConflictInfoDomainInfo) SetName ¶ added in v1.0.2
func (s *RouteRulesConflictInfoDomainInfo) SetName(v string) *RouteRulesConflictInfoDomainInfo
func (RouteRulesConflictInfoDomainInfo) String ¶ added in v1.0.2
func (s RouteRulesConflictInfoDomainInfo) String() string
type ServiceHealthCheck ¶
type ServiceHealthCheck struct { // example: // // true Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"` HealthyThreshold *int32 `json:"healthyThreshold,omitempty" xml:"healthyThreshold,omitempty"` HttpHost *string `json:"httpHost,omitempty" xml:"httpHost,omitempty"` HttpPath *string `json:"httpPath,omitempty" xml:"httpPath,omitempty"` Interval *int32 `json:"interval,omitempty" xml:"interval,omitempty"` // example: // // TCP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` Timeout *int32 `json:"timeout,omitempty" xml:"timeout,omitempty"` UnhealthyThreshold *int32 `json:"unhealthyThreshold,omitempty" xml:"unhealthyThreshold,omitempty"` }
func (ServiceHealthCheck) GoString ¶
func (s ServiceHealthCheck) GoString() string
func (*ServiceHealthCheck) SetEnable ¶
func (s *ServiceHealthCheck) SetEnable(v bool) *ServiceHealthCheck
func (*ServiceHealthCheck) SetHealthyThreshold ¶
func (s *ServiceHealthCheck) SetHealthyThreshold(v int32) *ServiceHealthCheck
func (*ServiceHealthCheck) SetHttpHost ¶
func (s *ServiceHealthCheck) SetHttpHost(v string) *ServiceHealthCheck
func (*ServiceHealthCheck) SetHttpPath ¶
func (s *ServiceHealthCheck) SetHttpPath(v string) *ServiceHealthCheck
func (*ServiceHealthCheck) SetInterval ¶
func (s *ServiceHealthCheck) SetInterval(v int32) *ServiceHealthCheck
func (*ServiceHealthCheck) SetProtocol ¶
func (s *ServiceHealthCheck) SetProtocol(v string) *ServiceHealthCheck
func (*ServiceHealthCheck) SetTimeout ¶
func (s *ServiceHealthCheck) SetTimeout(v int32) *ServiceHealthCheck
func (*ServiceHealthCheck) SetUnhealthyThreshold ¶
func (s *ServiceHealthCheck) SetUnhealthyThreshold(v int32) *ServiceHealthCheck
func (ServiceHealthCheck) String ¶
func (s ServiceHealthCheck) String() string
type ServiceLinkedRole ¶
type ServiceLinkedRole struct { Arn *string `json:"arn,omitempty" xml:"arn,omitempty"` AssumeRolePolicyDocument *string `json:"assumeRolePolicyDocument,omitempty" xml:"assumeRolePolicyDocument,omitempty"` CreateDate *string `json:"createDate,omitempty" xml:"createDate,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` IsServiceLinkedRole *bool `json:"isServiceLinkedRole,omitempty" xml:"isServiceLinkedRole,omitempty"` RoleId *string `json:"roleId,omitempty" xml:"roleId,omitempty"` RoleName *string `json:"roleName,omitempty" xml:"roleName,omitempty"` RolePrincipalName *string `json:"rolePrincipalName,omitempty" xml:"rolePrincipalName,omitempty"` }
func (ServiceLinkedRole) GoString ¶
func (s ServiceLinkedRole) GoString() string
func (*ServiceLinkedRole) SetArn ¶
func (s *ServiceLinkedRole) SetArn(v string) *ServiceLinkedRole
func (*ServiceLinkedRole) SetAssumeRolePolicyDocument ¶
func (s *ServiceLinkedRole) SetAssumeRolePolicyDocument(v string) *ServiceLinkedRole
func (*ServiceLinkedRole) SetCreateDate ¶
func (s *ServiceLinkedRole) SetCreateDate(v string) *ServiceLinkedRole
func (*ServiceLinkedRole) SetDescription ¶
func (s *ServiceLinkedRole) SetDescription(v string) *ServiceLinkedRole
func (*ServiceLinkedRole) SetIsServiceLinkedRole ¶
func (s *ServiceLinkedRole) SetIsServiceLinkedRole(v bool) *ServiceLinkedRole
func (*ServiceLinkedRole) SetRoleId ¶
func (s *ServiceLinkedRole) SetRoleId(v string) *ServiceLinkedRole
func (*ServiceLinkedRole) SetRoleName ¶
func (s *ServiceLinkedRole) SetRoleName(v string) *ServiceLinkedRole
func (*ServiceLinkedRole) SetRolePrincipalName ¶
func (s *ServiceLinkedRole) SetRolePrincipalName(v string) *ServiceLinkedRole
func (ServiceLinkedRole) String ¶
func (s ServiceLinkedRole) String() string
type SslCertMetaInfo ¶
type SslCertMetaInfo struct { Algorithm *string `json:"algorithm,omitempty" xml:"algorithm,omitempty"` CertId *int64 `json:"certId,omitempty" xml:"certId,omitempty"` CertIdentifier *string `json:"certIdentifier,omitempty" xml:"certIdentifier,omitempty"` CertName *string `json:"certName,omitempty" xml:"certName,omitempty"` CommonName *string `json:"commonName,omitempty" xml:"commonName,omitempty"` Domain *string `json:"domain,omitempty" xml:"domain,omitempty"` DomainMatchCert *bool `json:"domainMatchCert,omitempty" xml:"domainMatchCert,omitempty"` Fingerprint *string `json:"fingerprint,omitempty" xml:"fingerprint,omitempty"` InstanceId *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"` IsChainCompleted *bool `json:"isChainCompleted,omitempty" xml:"isChainCompleted,omitempty"` Issuer *string `json:"issuer,omitempty" xml:"issuer,omitempty"` KeySize *string `json:"keySize,omitempty" xml:"keySize,omitempty"` Md5 *string `json:"md5,omitempty" xml:"md5,omitempty"` NotAfterTimestamp *int64 `json:"notAfterTimestamp,omitempty" xml:"notAfterTimestamp,omitempty"` NotBeforeTimestamp *int64 `json:"notBeforeTimestamp,omitempty" xml:"notBeforeTimestamp,omitempty"` Sans *string `json:"sans,omitempty" xml:"sans,omitempty"` SerialNo *string `json:"serialNo,omitempty" xml:"serialNo,omitempty"` Sha2 *string `json:"sha2,omitempty" xml:"sha2,omitempty"` SignAlgorithm *string `json:"signAlgorithm,omitempty" xml:"signAlgorithm,omitempty"` }
func (SslCertMetaInfo) GoString ¶
func (s SslCertMetaInfo) GoString() string
func (*SslCertMetaInfo) SetAlgorithm ¶
func (s *SslCertMetaInfo) SetAlgorithm(v string) *SslCertMetaInfo
func (*SslCertMetaInfo) SetCertId ¶
func (s *SslCertMetaInfo) SetCertId(v int64) *SslCertMetaInfo
func (*SslCertMetaInfo) SetCertIdentifier ¶
func (s *SslCertMetaInfo) SetCertIdentifier(v string) *SslCertMetaInfo
func (*SslCertMetaInfo) SetCertName ¶
func (s *SslCertMetaInfo) SetCertName(v string) *SslCertMetaInfo
func (*SslCertMetaInfo) SetCommonName ¶
func (s *SslCertMetaInfo) SetCommonName(v string) *SslCertMetaInfo
func (*SslCertMetaInfo) SetDomain ¶
func (s *SslCertMetaInfo) SetDomain(v string) *SslCertMetaInfo
func (*SslCertMetaInfo) SetDomainMatchCert ¶
func (s *SslCertMetaInfo) SetDomainMatchCert(v bool) *SslCertMetaInfo
func (*SslCertMetaInfo) SetFingerprint ¶
func (s *SslCertMetaInfo) SetFingerprint(v string) *SslCertMetaInfo
func (*SslCertMetaInfo) SetInstanceId ¶
func (s *SslCertMetaInfo) SetInstanceId(v string) *SslCertMetaInfo
func (*SslCertMetaInfo) SetIsChainCompleted ¶
func (s *SslCertMetaInfo) SetIsChainCompleted(v bool) *SslCertMetaInfo
func (*SslCertMetaInfo) SetIssuer ¶
func (s *SslCertMetaInfo) SetIssuer(v string) *SslCertMetaInfo
func (*SslCertMetaInfo) SetKeySize ¶
func (s *SslCertMetaInfo) SetKeySize(v string) *SslCertMetaInfo
func (*SslCertMetaInfo) SetMd5 ¶
func (s *SslCertMetaInfo) SetMd5(v string) *SslCertMetaInfo
func (*SslCertMetaInfo) SetNotAfterTimestamp ¶
func (s *SslCertMetaInfo) SetNotAfterTimestamp(v int64) *SslCertMetaInfo
func (*SslCertMetaInfo) SetNotBeforeTimestamp ¶
func (s *SslCertMetaInfo) SetNotBeforeTimestamp(v int64) *SslCertMetaInfo
func (*SslCertMetaInfo) SetSans ¶
func (s *SslCertMetaInfo) SetSans(v string) *SslCertMetaInfo
func (*SslCertMetaInfo) SetSerialNo ¶
func (s *SslCertMetaInfo) SetSerialNo(v string) *SslCertMetaInfo
func (*SslCertMetaInfo) SetSha2 ¶
func (s *SslCertMetaInfo) SetSha2(v string) *SslCertMetaInfo
func (*SslCertMetaInfo) SetSignAlgorithm ¶
func (s *SslCertMetaInfo) SetSignAlgorithm(v string) *SslCertMetaInfo
func (SslCertMetaInfo) String ¶
func (s SslCertMetaInfo) String() string
type SubDomainInfo ¶
type SubDomainInfo struct { DomainId *string `json:"domainId,omitempty" xml:"domainId,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` NetworkType *string `json:"networkType,omitempty" xml:"networkType,omitempty"` Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` }
func (SubDomainInfo) GoString ¶
func (s SubDomainInfo) GoString() string
func (*SubDomainInfo) SetDomainId ¶
func (s *SubDomainInfo) SetDomainId(v string) *SubDomainInfo
func (*SubDomainInfo) SetName ¶
func (s *SubDomainInfo) SetName(v string) *SubDomainInfo
func (*SubDomainInfo) SetNetworkType ¶
func (s *SubDomainInfo) SetNetworkType(v string) *SubDomainInfo
func (*SubDomainInfo) SetProtocol ¶
func (s *SubDomainInfo) SetProtocol(v string) *SubDomainInfo
func (SubDomainInfo) String ¶
func (s SubDomainInfo) String() string
type UpdateDomainRequest ¶
type UpdateDomainRequest struct { // example: // // 123455-cn-hangzhou CaCertIndentifier *string `json:"caCertIndentifier,omitempty" xml:"caCertIndentifier,omitempty"` // example: // // 123458-cn-hangzhou CertIndentifier *string `json:"certIndentifier,omitempty" xml:"certIndentifier,omitempty"` // example: // // false ForceHttps *bool `json:"forceHttps,omitempty" xml:"forceHttps,omitempty"` // example: // // Open Http2Option *string `json:"http2Option,omitempty" xml:"http2Option,omitempty"` // This parameter is required. // // example: // // HTTP Protocol *string `json:"protocol,omitempty" xml:"protocol,omitempty"` // example: // // TLS 1.3 TlsMax *string `json:"tlsMax,omitempty" xml:"tlsMax,omitempty"` // example: // // TLS 1.0 TlsMin *string `json:"tlsMin,omitempty" xml:"tlsMin,omitempty"` }
func (UpdateDomainRequest) GoString ¶
func (s UpdateDomainRequest) GoString() string
func (*UpdateDomainRequest) SetCaCertIndentifier ¶
func (s *UpdateDomainRequest) SetCaCertIndentifier(v string) *UpdateDomainRequest
func (*UpdateDomainRequest) SetCertIndentifier ¶
func (s *UpdateDomainRequest) SetCertIndentifier(v string) *UpdateDomainRequest
func (*UpdateDomainRequest) SetForceHttps ¶
func (s *UpdateDomainRequest) SetForceHttps(v bool) *UpdateDomainRequest
func (*UpdateDomainRequest) SetHttp2Option ¶
func (s *UpdateDomainRequest) SetHttp2Option(v string) *UpdateDomainRequest
func (*UpdateDomainRequest) SetProtocol ¶
func (s *UpdateDomainRequest) SetProtocol(v string) *UpdateDomainRequest
func (*UpdateDomainRequest) SetTlsMax ¶
func (s *UpdateDomainRequest) SetTlsMax(v string) *UpdateDomainRequest
func (*UpdateDomainRequest) SetTlsMin ¶
func (s *UpdateDomainRequest) SetTlsMin(v string) *UpdateDomainRequest
func (UpdateDomainRequest) String ¶
func (s UpdateDomainRequest) String() string
type UpdateDomainResponse ¶
type UpdateDomainResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateDomainResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateDomainResponse) GoString ¶
func (s UpdateDomainResponse) GoString() string
func (*UpdateDomainResponse) SetBody ¶
func (s *UpdateDomainResponse) SetBody(v *UpdateDomainResponseBody) *UpdateDomainResponse
func (*UpdateDomainResponse) SetHeaders ¶
func (s *UpdateDomainResponse) SetHeaders(v map[string]*string) *UpdateDomainResponse
func (*UpdateDomainResponse) SetStatusCode ¶
func (s *UpdateDomainResponse) SetStatusCode(v int32) *UpdateDomainResponse
func (UpdateDomainResponse) String ¶
func (s UpdateDomainResponse) String() string
type UpdateDomainResponseBody ¶
type UpdateDomainResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` Data *UpdateDomainResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 4BACB05C-3FE2-588F-9148-700C5C026B74 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateDomainResponseBody) GoString ¶
func (s UpdateDomainResponseBody) GoString() string
func (*UpdateDomainResponseBody) SetCode ¶
func (s *UpdateDomainResponseBody) SetCode(v string) *UpdateDomainResponseBody
func (*UpdateDomainResponseBody) SetData ¶ added in v1.0.6
func (s *UpdateDomainResponseBody) SetData(v *UpdateDomainResponseBodyData) *UpdateDomainResponseBody
func (*UpdateDomainResponseBody) SetMessage ¶
func (s *UpdateDomainResponseBody) SetMessage(v string) *UpdateDomainResponseBody
func (*UpdateDomainResponseBody) SetRequestId ¶
func (s *UpdateDomainResponseBody) SetRequestId(v string) *UpdateDomainResponseBody
func (UpdateDomainResponseBody) String ¶
func (s UpdateDomainResponseBody) String() string
type UpdateDomainResponseBodyData ¶ added in v1.0.6
type UpdateDomainResponseBodyData struct {
DeployRevisionId *string `json:"deployRevisionId,omitempty" xml:"deployRevisionId,omitempty"`
}
func (UpdateDomainResponseBodyData) GoString ¶ added in v1.0.6
func (s UpdateDomainResponseBodyData) GoString() string
func (*UpdateDomainResponseBodyData) SetDeployRevisionId ¶ added in v1.0.6
func (s *UpdateDomainResponseBodyData) SetDeployRevisionId(v string) *UpdateDomainResponseBodyData
func (UpdateDomainResponseBodyData) String ¶ added in v1.0.6
func (s UpdateDomainResponseBodyData) String() string
type UpdateEnvironmentRequest ¶
type UpdateEnvironmentRequest struct { // This parameter is required. Alias *string `json:"alias,omitempty" xml:"alias,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` }
func (UpdateEnvironmentRequest) GoString ¶
func (s UpdateEnvironmentRequest) GoString() string
func (*UpdateEnvironmentRequest) SetAlias ¶
func (s *UpdateEnvironmentRequest) SetAlias(v string) *UpdateEnvironmentRequest
func (*UpdateEnvironmentRequest) SetDescription ¶
func (s *UpdateEnvironmentRequest) SetDescription(v string) *UpdateEnvironmentRequest
func (UpdateEnvironmentRequest) String ¶
func (s UpdateEnvironmentRequest) String() string
type UpdateEnvironmentResponse ¶
type UpdateEnvironmentResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateEnvironmentResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateEnvironmentResponse) GoString ¶
func (s UpdateEnvironmentResponse) GoString() string
func (*UpdateEnvironmentResponse) SetBody ¶
func (s *UpdateEnvironmentResponse) SetBody(v *UpdateEnvironmentResponseBody) *UpdateEnvironmentResponse
func (*UpdateEnvironmentResponse) SetHeaders ¶
func (s *UpdateEnvironmentResponse) SetHeaders(v map[string]*string) *UpdateEnvironmentResponse
func (*UpdateEnvironmentResponse) SetStatusCode ¶
func (s *UpdateEnvironmentResponse) SetStatusCode(v int32) *UpdateEnvironmentResponse
func (UpdateEnvironmentResponse) String ¶
func (s UpdateEnvironmentResponse) String() string
type UpdateEnvironmentResponseBody ¶
type UpdateEnvironmentResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 52FB803B-3CD8-5FF8-AAE9-C2B841F6A483 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateEnvironmentResponseBody) GoString ¶
func (s UpdateEnvironmentResponseBody) GoString() string
func (*UpdateEnvironmentResponseBody) SetCode ¶
func (s *UpdateEnvironmentResponseBody) SetCode(v string) *UpdateEnvironmentResponseBody
func (*UpdateEnvironmentResponseBody) SetMessage ¶
func (s *UpdateEnvironmentResponseBody) SetMessage(v string) *UpdateEnvironmentResponseBody
func (*UpdateEnvironmentResponseBody) SetRequestId ¶
func (s *UpdateEnvironmentResponseBody) SetRequestId(v string) *UpdateEnvironmentResponseBody
func (UpdateEnvironmentResponseBody) String ¶
func (s UpdateEnvironmentResponseBody) String() string
type UpdateGatewayRouteRequest ¶
type UpdateGatewayRouteRequest struct { BackendConfig *GatewayRouteBackendConfig `json:"backendConfig,omitempty" xml:"backendConfig,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` DomainConfig *GatewayRouteDomainConfig `json:"domainConfig,omitempty" xml:"domainConfig,omitempty"` Match *HttpRouteMatch `json:"match,omitempty" xml:"match,omitempty"` }
func (UpdateGatewayRouteRequest) GoString ¶
func (s UpdateGatewayRouteRequest) GoString() string
func (*UpdateGatewayRouteRequest) SetBackendConfig ¶
func (s *UpdateGatewayRouteRequest) SetBackendConfig(v *GatewayRouteBackendConfig) *UpdateGatewayRouteRequest
func (*UpdateGatewayRouteRequest) SetDescription ¶
func (s *UpdateGatewayRouteRequest) SetDescription(v string) *UpdateGatewayRouteRequest
func (*UpdateGatewayRouteRequest) SetDomainConfig ¶
func (s *UpdateGatewayRouteRequest) SetDomainConfig(v *GatewayRouteDomainConfig) *UpdateGatewayRouteRequest
func (*UpdateGatewayRouteRequest) SetMatch ¶
func (s *UpdateGatewayRouteRequest) SetMatch(v *HttpRouteMatch) *UpdateGatewayRouteRequest
func (UpdateGatewayRouteRequest) String ¶
func (s UpdateGatewayRouteRequest) String() string
type UpdateGatewayRouteResponse ¶
type UpdateGatewayRouteResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateGatewayRouteResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateGatewayRouteResponse) GoString ¶
func (s UpdateGatewayRouteResponse) GoString() string
func (*UpdateGatewayRouteResponse) SetBody ¶
func (s *UpdateGatewayRouteResponse) SetBody(v *UpdateGatewayRouteResponseBody) *UpdateGatewayRouteResponse
func (*UpdateGatewayRouteResponse) SetHeaders ¶
func (s *UpdateGatewayRouteResponse) SetHeaders(v map[string]*string) *UpdateGatewayRouteResponse
func (*UpdateGatewayRouteResponse) SetStatusCode ¶
func (s *UpdateGatewayRouteResponse) SetStatusCode(v int32) *UpdateGatewayRouteResponse
func (UpdateGatewayRouteResponse) String ¶
func (s UpdateGatewayRouteResponse) String() string
type UpdateGatewayRouteResponseBody ¶
type UpdateGatewayRouteResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // B725275B-50C6-5A49-A9FD-F0332FCB3351 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateGatewayRouteResponseBody) GoString ¶
func (s UpdateGatewayRouteResponseBody) GoString() string
func (*UpdateGatewayRouteResponseBody) SetCode ¶
func (s *UpdateGatewayRouteResponseBody) SetCode(v string) *UpdateGatewayRouteResponseBody
func (*UpdateGatewayRouteResponseBody) SetMessage ¶
func (s *UpdateGatewayRouteResponseBody) SetMessage(v string) *UpdateGatewayRouteResponseBody
func (*UpdateGatewayRouteResponseBody) SetRequestId ¶
func (s *UpdateGatewayRouteResponseBody) SetRequestId(v string) *UpdateGatewayRouteResponseBody
func (UpdateGatewayRouteResponseBody) String ¶
func (s UpdateGatewayRouteResponseBody) String() string
type UpdateGatewayServiceRequest ¶
type UpdateGatewayServiceRequest struct { Addresses []*string `json:"addresses,omitempty" xml:"addresses,omitempty" type:"Repeated"` // example: // // 8080 Port *int32 `json:"port,omitempty" xml:"port,omitempty"` }
func (UpdateGatewayServiceRequest) GoString ¶
func (s UpdateGatewayServiceRequest) GoString() string
func (*UpdateGatewayServiceRequest) SetAddresses ¶
func (s *UpdateGatewayServiceRequest) SetAddresses(v []*string) *UpdateGatewayServiceRequest
func (*UpdateGatewayServiceRequest) SetPort ¶
func (s *UpdateGatewayServiceRequest) SetPort(v int32) *UpdateGatewayServiceRequest
func (UpdateGatewayServiceRequest) String ¶
func (s UpdateGatewayServiceRequest) String() string
type UpdateGatewayServiceResponse ¶
type UpdateGatewayServiceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateGatewayServiceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateGatewayServiceResponse) GoString ¶
func (s UpdateGatewayServiceResponse) GoString() string
func (*UpdateGatewayServiceResponse) SetBody ¶
func (s *UpdateGatewayServiceResponse) SetBody(v *UpdateGatewayServiceResponseBody) *UpdateGatewayServiceResponse
func (*UpdateGatewayServiceResponse) SetHeaders ¶
func (s *UpdateGatewayServiceResponse) SetHeaders(v map[string]*string) *UpdateGatewayServiceResponse
func (*UpdateGatewayServiceResponse) SetStatusCode ¶
func (s *UpdateGatewayServiceResponse) SetStatusCode(v int32) *UpdateGatewayServiceResponse
func (UpdateGatewayServiceResponse) String ¶
func (s UpdateGatewayServiceResponse) String() string
type UpdateGatewayServiceResponseBody ¶
type UpdateGatewayServiceResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 585657D2-1C20-5B8A-AF17-D727C6490BE4 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateGatewayServiceResponseBody) GoString ¶
func (s UpdateGatewayServiceResponseBody) GoString() string
func (*UpdateGatewayServiceResponseBody) SetCode ¶
func (s *UpdateGatewayServiceResponseBody) SetCode(v string) *UpdateGatewayServiceResponseBody
func (*UpdateGatewayServiceResponseBody) SetMessage ¶
func (s *UpdateGatewayServiceResponseBody) SetMessage(v string) *UpdateGatewayServiceResponseBody
func (*UpdateGatewayServiceResponseBody) SetRequestId ¶
func (s *UpdateGatewayServiceResponseBody) SetRequestId(v string) *UpdateGatewayServiceResponseBody
func (UpdateGatewayServiceResponseBody) String ¶
func (s UpdateGatewayServiceResponseBody) String() string
type UpdateGatewayServiceVersionRequest ¶
type UpdateGatewayServiceVersionRequest struct {
Labels []*UpdateGatewayServiceVersionRequestLabels `json:"labels,omitempty" xml:"labels,omitempty" type:"Repeated"`
}
func (UpdateGatewayServiceVersionRequest) GoString ¶
func (s UpdateGatewayServiceVersionRequest) GoString() string
func (*UpdateGatewayServiceVersionRequest) SetLabels ¶
func (s *UpdateGatewayServiceVersionRequest) SetLabels(v []*UpdateGatewayServiceVersionRequestLabels) *UpdateGatewayServiceVersionRequest
func (UpdateGatewayServiceVersionRequest) String ¶
func (s UpdateGatewayServiceVersionRequest) String() string
type UpdateGatewayServiceVersionRequestLabels ¶
type UpdateGatewayServiceVersionRequestLabels struct { // example: // // topology.kubernetes.io/zone Key *string `json:"key,omitempty" xml:"key,omitempty"` // example: // // cn-hangzhou-k Value *string `json:"value,omitempty" xml:"value,omitempty"` }
func (UpdateGatewayServiceVersionRequestLabels) GoString ¶
func (s UpdateGatewayServiceVersionRequestLabels) GoString() string
func (*UpdateGatewayServiceVersionRequestLabels) SetKey ¶
func (s *UpdateGatewayServiceVersionRequestLabels) SetKey(v string) *UpdateGatewayServiceVersionRequestLabels
func (*UpdateGatewayServiceVersionRequestLabels) SetValue ¶
func (s *UpdateGatewayServiceVersionRequestLabels) SetValue(v string) *UpdateGatewayServiceVersionRequestLabels
func (UpdateGatewayServiceVersionRequestLabels) String ¶
func (s UpdateGatewayServiceVersionRequestLabels) String() string
type UpdateGatewayServiceVersionResponse ¶
type UpdateGatewayServiceVersionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateGatewayServiceVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateGatewayServiceVersionResponse) GoString ¶
func (s UpdateGatewayServiceVersionResponse) GoString() string
func (*UpdateGatewayServiceVersionResponse) SetHeaders ¶
func (s *UpdateGatewayServiceVersionResponse) SetHeaders(v map[string]*string) *UpdateGatewayServiceVersionResponse
func (*UpdateGatewayServiceVersionResponse) SetStatusCode ¶
func (s *UpdateGatewayServiceVersionResponse) SetStatusCode(v int32) *UpdateGatewayServiceVersionResponse
func (UpdateGatewayServiceVersionResponse) String ¶
func (s UpdateGatewayServiceVersionResponse) String() string
type UpdateGatewayServiceVersionResponseBody ¶
type UpdateGatewayServiceVersionResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // A1994B10-C6A8-58FA-8347-6A08B0D4EFDE RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateGatewayServiceVersionResponseBody) GoString ¶
func (s UpdateGatewayServiceVersionResponseBody) GoString() string
func (*UpdateGatewayServiceVersionResponseBody) SetCode ¶
func (s *UpdateGatewayServiceVersionResponseBody) SetCode(v string) *UpdateGatewayServiceVersionResponseBody
func (*UpdateGatewayServiceVersionResponseBody) SetMessage ¶
func (s *UpdateGatewayServiceVersionResponseBody) SetMessage(v string) *UpdateGatewayServiceVersionResponseBody
func (*UpdateGatewayServiceVersionResponseBody) SetRequestId ¶
func (s *UpdateGatewayServiceVersionResponseBody) SetRequestId(v string) *UpdateGatewayServiceVersionResponseBody
func (UpdateGatewayServiceVersionResponseBody) String ¶
func (s UpdateGatewayServiceVersionResponseBody) String() string
type UpdateHttpApiOperationRequest ¶
type UpdateHttpApiOperationRequest struct {
Operation *HttpApiOperation `json:"operation,omitempty" xml:"operation,omitempty"`
}
func (UpdateHttpApiOperationRequest) GoString ¶
func (s UpdateHttpApiOperationRequest) GoString() string
func (*UpdateHttpApiOperationRequest) SetOperation ¶
func (s *UpdateHttpApiOperationRequest) SetOperation(v *HttpApiOperation) *UpdateHttpApiOperationRequest
func (UpdateHttpApiOperationRequest) String ¶
func (s UpdateHttpApiOperationRequest) String() string
type UpdateHttpApiOperationResponse ¶
type UpdateHttpApiOperationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateHttpApiOperationResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateHttpApiOperationResponse) GoString ¶
func (s UpdateHttpApiOperationResponse) GoString() string
func (*UpdateHttpApiOperationResponse) SetBody ¶
func (s *UpdateHttpApiOperationResponse) SetBody(v *UpdateHttpApiOperationResponseBody) *UpdateHttpApiOperationResponse
func (*UpdateHttpApiOperationResponse) SetHeaders ¶
func (s *UpdateHttpApiOperationResponse) SetHeaders(v map[string]*string) *UpdateHttpApiOperationResponse
func (*UpdateHttpApiOperationResponse) SetStatusCode ¶
func (s *UpdateHttpApiOperationResponse) SetStatusCode(v int32) *UpdateHttpApiOperationResponse
func (UpdateHttpApiOperationResponse) String ¶
func (s UpdateHttpApiOperationResponse) String() string
type UpdateHttpApiOperationResponseBody ¶
type UpdateHttpApiOperationResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 043360DA-ED3B-5386-9B7A-D94DECF99A30 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateHttpApiOperationResponseBody) GoString ¶
func (s UpdateHttpApiOperationResponseBody) GoString() string
func (*UpdateHttpApiOperationResponseBody) SetCode ¶
func (s *UpdateHttpApiOperationResponseBody) SetCode(v string) *UpdateHttpApiOperationResponseBody
func (*UpdateHttpApiOperationResponseBody) SetMessage ¶
func (s *UpdateHttpApiOperationResponseBody) SetMessage(v string) *UpdateHttpApiOperationResponseBody
func (*UpdateHttpApiOperationResponseBody) SetRequestId ¶
func (s *UpdateHttpApiOperationResponseBody) SetRequestId(v string) *UpdateHttpApiOperationResponseBody
func (UpdateHttpApiOperationResponseBody) String ¶
func (s UpdateHttpApiOperationResponseBody) String() string
type UpdateHttpApiRequest ¶
type UpdateHttpApiRequest struct { // This parameter is required. // // example: // // /v1 BasePath *string `json:"basePath,omitempty" xml:"basePath,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` Protocols []*string `json:"protocols,omitempty" xml:"protocols,omitempty" type:"Repeated"` VersionConfig *HttpApiVersionConfig `json:"versionConfig,omitempty" xml:"versionConfig,omitempty"` }
func (UpdateHttpApiRequest) GoString ¶
func (s UpdateHttpApiRequest) GoString() string
func (*UpdateHttpApiRequest) SetBasePath ¶
func (s *UpdateHttpApiRequest) SetBasePath(v string) *UpdateHttpApiRequest
func (*UpdateHttpApiRequest) SetDescription ¶
func (s *UpdateHttpApiRequest) SetDescription(v string) *UpdateHttpApiRequest
func (*UpdateHttpApiRequest) SetProtocols ¶
func (s *UpdateHttpApiRequest) SetProtocols(v []*string) *UpdateHttpApiRequest
func (*UpdateHttpApiRequest) SetVersionConfig ¶
func (s *UpdateHttpApiRequest) SetVersionConfig(v *HttpApiVersionConfig) *UpdateHttpApiRequest
func (UpdateHttpApiRequest) String ¶
func (s UpdateHttpApiRequest) String() string
type UpdateHttpApiResponse ¶
type UpdateHttpApiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateHttpApiResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateHttpApiResponse) GoString ¶
func (s UpdateHttpApiResponse) GoString() string
func (*UpdateHttpApiResponse) SetBody ¶
func (s *UpdateHttpApiResponse) SetBody(v *UpdateHttpApiResponseBody) *UpdateHttpApiResponse
func (*UpdateHttpApiResponse) SetHeaders ¶
func (s *UpdateHttpApiResponse) SetHeaders(v map[string]*string) *UpdateHttpApiResponse
func (*UpdateHttpApiResponse) SetStatusCode ¶
func (s *UpdateHttpApiResponse) SetStatusCode(v int32) *UpdateHttpApiResponse
func (UpdateHttpApiResponse) String ¶
func (s UpdateHttpApiResponse) String() string
type UpdateHttpApiResponseBody ¶
type UpdateHttpApiResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 393E2630-DBE7-5221-AB35-9E740675491A RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateHttpApiResponseBody) GoString ¶
func (s UpdateHttpApiResponseBody) GoString() string
func (*UpdateHttpApiResponseBody) SetCode ¶
func (s *UpdateHttpApiResponseBody) SetCode(v string) *UpdateHttpApiResponseBody
func (*UpdateHttpApiResponseBody) SetMessage ¶
func (s *UpdateHttpApiResponseBody) SetMessage(v string) *UpdateHttpApiResponseBody
func (*UpdateHttpApiResponseBody) SetRequestId ¶
func (s *UpdateHttpApiResponseBody) SetRequestId(v string) *UpdateHttpApiResponseBody
func (UpdateHttpApiResponseBody) String ¶
func (s UpdateHttpApiResponseBody) String() string
type UpdateServiceSourceRequest ¶
type UpdateServiceSourceRequest struct {
K8sServiceSourceConfig *UpdateServiceSourceRequestK8sServiceSourceConfig `json:"k8sServiceSourceConfig,omitempty" xml:"k8sServiceSourceConfig,omitempty" type:"Struct"`
}
func (UpdateServiceSourceRequest) GoString ¶
func (s UpdateServiceSourceRequest) GoString() string
func (*UpdateServiceSourceRequest) SetK8sServiceSourceConfig ¶
func (s *UpdateServiceSourceRequest) SetK8sServiceSourceConfig(v *UpdateServiceSourceRequestK8sServiceSourceConfig) *UpdateServiceSourceRequest
func (UpdateServiceSourceRequest) String ¶
func (s UpdateServiceSourceRequest) String() string
type UpdateServiceSourceRequestK8sServiceSourceConfig ¶
type UpdateServiceSourceRequestK8sServiceSourceConfig struct {
IngressConfig *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig `json:"ingressConfig,omitempty" xml:"ingressConfig,omitempty" type:"Struct"`
}
func (UpdateServiceSourceRequestK8sServiceSourceConfig) GoString ¶
func (s UpdateServiceSourceRequestK8sServiceSourceConfig) GoString() string
func (*UpdateServiceSourceRequestK8sServiceSourceConfig) SetIngressConfig ¶
func (UpdateServiceSourceRequestK8sServiceSourceConfig) String ¶
func (s UpdateServiceSourceRequestK8sServiceSourceConfig) String() string
type UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig ¶
type UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig struct { // example: // // true Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"` // example: // // mse IngressClass *string `json:"ingressClass,omitempty" xml:"ingressClass,omitempty"` // example: // // false OverrideIngressIp *bool `json:"overrideIngressIp,omitempty" xml:"overrideIngressIp,omitempty"` // example: // // default WatchNamespace *string `json:"watchNamespace,omitempty" xml:"watchNamespace,omitempty"` }
func (UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) GoString ¶
func (s UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) GoString() string
func (*UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetIngressClass ¶
func (s *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetIngressClass(v string) *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig
func (*UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetOverrideIngressIp ¶
func (s *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetOverrideIngressIp(v bool) *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig
func (*UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetWatchNamespace ¶
func (s *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) SetWatchNamespace(v string) *UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig
func (UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) String ¶
func (s UpdateServiceSourceRequestK8sServiceSourceConfigIngressConfig) String() string
type UpdateServiceSourceResponse ¶
type UpdateServiceSourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateServiceSourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateServiceSourceResponse) GoString ¶
func (s UpdateServiceSourceResponse) GoString() string
func (*UpdateServiceSourceResponse) SetBody ¶
func (s *UpdateServiceSourceResponse) SetBody(v *UpdateServiceSourceResponseBody) *UpdateServiceSourceResponse
func (*UpdateServiceSourceResponse) SetHeaders ¶
func (s *UpdateServiceSourceResponse) SetHeaders(v map[string]*string) *UpdateServiceSourceResponse
func (*UpdateServiceSourceResponse) SetStatusCode ¶
func (s *UpdateServiceSourceResponse) SetStatusCode(v int32) *UpdateServiceSourceResponse
func (UpdateServiceSourceResponse) String ¶
func (s UpdateServiceSourceResponse) String() string
type UpdateServiceSourceResponseBody ¶
type UpdateServiceSourceResponseBody struct { // example: // // Ok Code *string `json:"code,omitempty" xml:"code,omitempty"` // example: // // success Message *string `json:"message,omitempty" xml:"message,omitempty"` // example: // // 393E2630-DBE7-5221-AB35-9E740675491A RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateServiceSourceResponseBody) GoString ¶
func (s UpdateServiceSourceResponseBody) GoString() string
func (*UpdateServiceSourceResponseBody) SetCode ¶
func (s *UpdateServiceSourceResponseBody) SetCode(v string) *UpdateServiceSourceResponseBody
func (*UpdateServiceSourceResponseBody) SetMessage ¶
func (s *UpdateServiceSourceResponseBody) SetMessage(v string) *UpdateServiceSourceResponseBody
func (*UpdateServiceSourceResponseBody) SetRequestId ¶
func (s *UpdateServiceSourceResponseBody) SetRequestId(v string) *UpdateServiceSourceResponseBody
func (UpdateServiceSourceResponseBody) String ¶
func (s UpdateServiceSourceResponseBody) String() string