Versions in this module Expand all Collapse all v6 v6.0.0 Jan 7, 2025 Changes in this version + type ChangeResourceGroupRequest struct + ResourceGroupId *string + ResourceId *string + ResourceRegionId *string + func (s *ChangeResourceGroupRequest) SetResourceGroupId(v string) *ChangeResourceGroupRequest + func (s *ChangeResourceGroupRequest) SetResourceId(v string) *ChangeResourceGroupRequest + func (s *ChangeResourceGroupRequest) SetResourceRegionId(v string) *ChangeResourceGroupRequest + func (s ChangeResourceGroupRequest) GoString() string + func (s ChangeResourceGroupRequest) String() string + type ChangeResourceGroupResponse struct + Body *ChangeResourceGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ChangeResourceGroupResponse) SetBody(v *ChangeResourceGroupResponseBody) *ChangeResourceGroupResponse + func (s *ChangeResourceGroupResponse) SetHeaders(v map[string]*string) *ChangeResourceGroupResponse + func (s *ChangeResourceGroupResponse) SetStatusCode(v int32) *ChangeResourceGroupResponse + func (s ChangeResourceGroupResponse) GoString() string + func (s ChangeResourceGroupResponse) String() string + type ChangeResourceGroupResponseBody struct + AccessDeniedDetail *string + RequestId *string + func (s *ChangeResourceGroupResponseBody) SetAccessDeniedDetail(v string) *ChangeResourceGroupResponseBody + func (s *ChangeResourceGroupResponseBody) SetRequestId(v string) *ChangeResourceGroupResponseBody + func (s ChangeResourceGroupResponseBody) GoString() string + func (s ChangeResourceGroupResponseBody) String() string + type CheckLdpsColumnarIndexStatusRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *CheckLdpsColumnarIndexStatusRequest) SetInstanceId(v string) *CheckLdpsColumnarIndexStatusRequest + func (s *CheckLdpsColumnarIndexStatusRequest) SetOwnerAccount(v string) *CheckLdpsColumnarIndexStatusRequest + func (s *CheckLdpsColumnarIndexStatusRequest) SetOwnerId(v int64) *CheckLdpsColumnarIndexStatusRequest + func (s *CheckLdpsColumnarIndexStatusRequest) SetResourceOwnerAccount(v string) *CheckLdpsColumnarIndexStatusRequest + func (s *CheckLdpsColumnarIndexStatusRequest) SetResourceOwnerId(v int64) *CheckLdpsColumnarIndexStatusRequest + func (s *CheckLdpsColumnarIndexStatusRequest) SetSecurityToken(v string) *CheckLdpsColumnarIndexStatusRequest + func (s CheckLdpsColumnarIndexStatusRequest) GoString() string + func (s CheckLdpsColumnarIndexStatusRequest) String() string + type CheckLdpsColumnarIndexStatusResponse struct + Body *CheckLdpsColumnarIndexStatusResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CheckLdpsColumnarIndexStatusResponse) SetBody(v *CheckLdpsColumnarIndexStatusResponseBody) *CheckLdpsColumnarIndexStatusResponse + func (s *CheckLdpsColumnarIndexStatusResponse) SetHeaders(v map[string]*string) *CheckLdpsColumnarIndexStatusResponse + func (s *CheckLdpsColumnarIndexStatusResponse) SetStatusCode(v int32) *CheckLdpsColumnarIndexStatusResponse + func (s CheckLdpsColumnarIndexStatusResponse) GoString() string + func (s CheckLdpsColumnarIndexStatusResponse) String() string + type CheckLdpsColumnarIndexStatusResponseBody struct + AccessDeniedDetail *string + Opened *bool + RequestId *string + func (s *CheckLdpsColumnarIndexStatusResponseBody) SetAccessDeniedDetail(v string) *CheckLdpsColumnarIndexStatusResponseBody + func (s *CheckLdpsColumnarIndexStatusResponseBody) SetOpened(v bool) *CheckLdpsColumnarIndexStatusResponseBody + func (s *CheckLdpsColumnarIndexStatusResponseBody) SetRequestId(v string) *CheckLdpsColumnarIndexStatusResponseBody + func (s CheckLdpsColumnarIndexStatusResponseBody) GoString() string + func (s CheckLdpsColumnarIndexStatusResponseBody) String() string + type Client struct + func NewClient(config *openapi.Config) (*Client, error) + func (client *Client) ChangeResourceGroup(request *ChangeResourceGroupRequest) (_result *ChangeResourceGroupResponse, _err error) + func (client *Client) ChangeResourceGroupWithOptions(request *ChangeResourceGroupRequest, runtime *util.RuntimeOptions) (_result *ChangeResourceGroupResponse, _err error) + func (client *Client) CheckLdpsColumnarIndexStatus(request *CheckLdpsColumnarIndexStatusRequest) (_result *CheckLdpsColumnarIndexStatusResponse, _err error) + func (client *Client) CheckLdpsColumnarIndexStatusWithOptions(request *CheckLdpsColumnarIndexStatusRequest, runtime *util.RuntimeOptions) (_result *CheckLdpsColumnarIndexStatusResponse, _err error) + func (client *Client) CreateAutoScalingConfig(request *CreateAutoScalingConfigRequest) (_result *CreateAutoScalingConfigResponse, _err error) + func (client *Client) CreateAutoScalingConfigWithOptions(tmpReq *CreateAutoScalingConfigRequest, runtime *util.RuntimeOptions) (_result *CreateAutoScalingConfigResponse, _err error) + func (client *Client) CreateAutoScalingRule(request *CreateAutoScalingRuleRequest) (_result *CreateAutoScalingRuleResponse, _err error) + func (client *Client) CreateAutoScalingRuleWithOptions(request *CreateAutoScalingRuleRequest, runtime *util.RuntimeOptions) (_result *CreateAutoScalingRuleResponse, _err error) + func (client *Client) CreateLdpsComputeGroup(request *CreateLdpsComputeGroupRequest) (_result *CreateLdpsComputeGroupResponse, _err error) + func (client *Client) CreateLdpsComputeGroupWithOptions(request *CreateLdpsComputeGroupRequest, runtime *util.RuntimeOptions) (_result *CreateLdpsComputeGroupResponse, _err error) + func (client *Client) CreateLindormInstance(request *CreateLindormInstanceRequest) (_result *CreateLindormInstanceResponse, _err error) + func (client *Client) CreateLindormInstanceWithOptions(request *CreateLindormInstanceRequest, runtime *util.RuntimeOptions) (_result *CreateLindormInstanceResponse, _err error) + func (client *Client) CreateLindormV2Instance(request *CreateLindormV2InstanceRequest) (_result *CreateLindormV2InstanceResponse, _err error) + func (client *Client) CreateLindormV2InstanceWithOptions(request *CreateLindormV2InstanceRequest, runtime *util.RuntimeOptions) (_result *CreateLindormV2InstanceResponse, _err error) + func (client *Client) DeleteAutoScalingConfig(request *DeleteAutoScalingConfigRequest) (_result *DeleteAutoScalingConfigResponse, _err error) + func (client *Client) DeleteAutoScalingConfigWithOptions(request *DeleteAutoScalingConfigRequest, runtime *util.RuntimeOptions) (_result *DeleteAutoScalingConfigResponse, _err error) + func (client *Client) DeleteAutoScalingRule(request *DeleteAutoScalingRuleRequest) (_result *DeleteAutoScalingRuleResponse, _err error) + func (client *Client) DeleteAutoScalingRuleWithOptions(request *DeleteAutoScalingRuleRequest, runtime *util.RuntimeOptions) (_result *DeleteAutoScalingRuleResponse, _err error) + func (client *Client) DeleteCustomResource(request *DeleteCustomResourceRequest) (_result *DeleteCustomResourceResponse, _err error) + func (client *Client) DeleteCustomResourceWithOptions(request *DeleteCustomResourceRequest, runtime *util.RuntimeOptions) (_result *DeleteCustomResourceResponse, _err error) + func (client *Client) DeleteLdpsComputeGroup(request *DeleteLdpsComputeGroupRequest) (_result *DeleteLdpsComputeGroupResponse, _err error) + func (client *Client) DeleteLdpsComputeGroupWithOptions(request *DeleteLdpsComputeGroupRequest, runtime *util.RuntimeOptions) (_result *DeleteLdpsComputeGroupResponse, _err error) + func (client *Client) DeployLdpsSemiManagedComponent(request *DeployLdpsSemiManagedComponentRequest) (_result *DeployLdpsSemiManagedComponentResponse, _err error) + func (client *Client) DeployLdpsSemiManagedComponentWithOptions(request *DeployLdpsSemiManagedComponentRequest, runtime *util.RuntimeOptions) (_result *DeployLdpsSemiManagedComponentResponse, _err error) + func (client *Client) DescribeRegions(request *DescribeRegionsRequest) (_result *DescribeRegionsResponse, _err error) + func (client *Client) DescribeRegionsWithOptions(request *DescribeRegionsRequest, runtime *util.RuntimeOptions) (_result *DescribeRegionsResponse, _err error) + func (client *Client) GetAutoScalingConfig(request *GetAutoScalingConfigRequest) (_result *GetAutoScalingConfigResponse, _err error) + func (client *Client) GetAutoScalingConfigWithOptions(request *GetAutoScalingConfigRequest, runtime *util.RuntimeOptions) (_result *GetAutoScalingConfigResponse, _err error) + func (client *Client) GetAutoScalingRule(request *GetAutoScalingRuleRequest) (_result *GetAutoScalingRuleResponse, _err error) + func (client *Client) GetAutoScalingRuleWithOptions(request *GetAutoScalingRuleRequest, runtime *util.RuntimeOptions) (_result *GetAutoScalingRuleResponse, _err error) + func (client *Client) GetClientSourceIp(request *GetClientSourceIpRequest) (_result *GetClientSourceIpResponse, _err error) + func (client *Client) GetClientSourceIpWithOptions(request *GetClientSourceIpRequest, runtime *util.RuntimeOptions) (_result *GetClientSourceIpResponse, _err error) + func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error) + func (client *Client) GetEngineDefaultAuth(request *GetEngineDefaultAuthRequest) (_result *GetEngineDefaultAuthResponse, _err error) + func (client *Client) GetEngineDefaultAuthWithOptions(request *GetEngineDefaultAuthRequest, runtime *util.RuntimeOptions) (_result *GetEngineDefaultAuthResponse, _err error) + func (client *Client) GetInstanceIpWhiteList(request *GetInstanceIpWhiteListRequest) (_result *GetInstanceIpWhiteListResponse, _err error) + func (client *Client) GetInstanceIpWhiteListWithOptions(request *GetInstanceIpWhiteListRequest, runtime *util.RuntimeOptions) (_result *GetInstanceIpWhiteListResponse, _err error) + func (client *Client) GetInstanceSecurityGroups(request *GetInstanceSecurityGroupsRequest) (_result *GetInstanceSecurityGroupsResponse, _err error) + func (client *Client) GetInstanceSecurityGroupsWithOptions(request *GetInstanceSecurityGroupsRequest, runtime *util.RuntimeOptions) (_result *GetInstanceSecurityGroupsResponse, _err error) + func (client *Client) GetLdpsComputeGroup(request *GetLdpsComputeGroupRequest) (_result *GetLdpsComputeGroupResponse, _err error) + func (client *Client) GetLdpsComputeGroupWithOptions(request *GetLdpsComputeGroupRequest, runtime *util.RuntimeOptions) (_result *GetLdpsComputeGroupResponse, _err error) + func (client *Client) GetLdpsNamespacedQuota(request *GetLdpsNamespacedQuotaRequest) (_result *GetLdpsNamespacedQuotaResponse, _err error) + func (client *Client) GetLdpsNamespacedQuotaWithOptions(request *GetLdpsNamespacedQuotaRequest, runtime *util.RuntimeOptions) (_result *GetLdpsNamespacedQuotaResponse, _err error) + func (client *Client) GetLdpsResourceCost(request *GetLdpsResourceCostRequest) (_result *GetLdpsResourceCostResponse, _err error) + func (client *Client) GetLdpsResourceCostWithOptions(request *GetLdpsResourceCostRequest, runtime *util.RuntimeOptions) (_result *GetLdpsResourceCostResponse, _err error) + func (client *Client) GetLindormFsUsedDetail(request *GetLindormFsUsedDetailRequest) (_result *GetLindormFsUsedDetailResponse, _err error) + func (client *Client) GetLindormFsUsedDetailWithOptions(request *GetLindormFsUsedDetailRequest, runtime *util.RuntimeOptions) (_result *GetLindormFsUsedDetailResponse, _err error) + func (client *Client) GetLindormInstance(request *GetLindormInstanceRequest) (_result *GetLindormInstanceResponse, _err error) + func (client *Client) GetLindormInstanceEngineList(request *GetLindormInstanceEngineListRequest) (_result *GetLindormInstanceEngineListResponse, _err error) + func (client *Client) GetLindormInstanceEngineListWithOptions(request *GetLindormInstanceEngineListRequest, runtime *util.RuntimeOptions) (_result *GetLindormInstanceEngineListResponse, _err error) + func (client *Client) GetLindormInstanceList(request *GetLindormInstanceListRequest) (_result *GetLindormInstanceListResponse, _err error) + func (client *Client) GetLindormInstanceListWithOptions(request *GetLindormInstanceListRequest, runtime *util.RuntimeOptions) (_result *GetLindormInstanceListResponse, _err error) + func (client *Client) GetLindormInstanceWithOptions(request *GetLindormInstanceRequest, runtime *util.RuntimeOptions) (_result *GetLindormInstanceResponse, _err error) + func (client *Client) GetLindormV2Instance(request *GetLindormV2InstanceRequest) (_result *GetLindormV2InstanceResponse, _err error) + func (client *Client) GetLindormV2InstanceEngineList(request *GetLindormV2InstanceEngineListRequest) (_result *GetLindormV2InstanceEngineListResponse, _err error) + func (client *Client) GetLindormV2InstanceEngineListWithOptions(request *GetLindormV2InstanceEngineListRequest, runtime *util.RuntimeOptions) (_result *GetLindormV2InstanceEngineListResponse, _err error) + func (client *Client) GetLindormV2InstanceWithOptions(request *GetLindormV2InstanceRequest, runtime *util.RuntimeOptions) (_result *GetLindormV2InstanceResponse, _err error) + func (client *Client) GetLindormV2StorageUsage(request *GetLindormV2StorageUsageRequest) (_result *GetLindormV2StorageUsageResponse, _err error) + func (client *Client) GetLindormV2StorageUsageWithOptions(request *GetLindormV2StorageUsageRequest, runtime *util.RuntimeOptions) (_result *GetLindormV2StorageUsageResponse, _err error) + func (client *Client) Init(config *openapi.Config) (_err error) + func (client *Client) ListAutoScalingConfigs(request *ListAutoScalingConfigsRequest) (_result *ListAutoScalingConfigsResponse, _err error) + func (client *Client) ListAutoScalingConfigsWithOptions(request *ListAutoScalingConfigsRequest, runtime *util.RuntimeOptions) (_result *ListAutoScalingConfigsResponse, _err error) + func (client *Client) ListAutoScalingRecords(request *ListAutoScalingRecordsRequest) (_result *ListAutoScalingRecordsResponse, _err error) + func (client *Client) ListAutoScalingRecordsWithOptions(request *ListAutoScalingRecordsRequest, runtime *util.RuntimeOptions) (_result *ListAutoScalingRecordsResponse, _err error) + func (client *Client) ListAutoScalingRules(request *ListAutoScalingRulesRequest) (_result *ListAutoScalingRulesResponse, _err error) + func (client *Client) ListAutoScalingRulesWithOptions(request *ListAutoScalingRulesRequest, runtime *util.RuntimeOptions) (_result *ListAutoScalingRulesResponse, _err error) + func (client *Client) ListLdpsComputeGroups(request *ListLdpsComputeGroupsRequest) (_result *ListLdpsComputeGroupsResponse, _err error) + func (client *Client) ListLdpsComputeGroupsWithOptions(request *ListLdpsComputeGroupsRequest, runtime *util.RuntimeOptions) (_result *ListLdpsComputeGroupsResponse, _err error) + func (client *Client) ListTagResources(request *ListTagResourcesRequest) (_result *ListTagResourcesResponse, _err error) + func (client *Client) ListTagResourcesWithOptions(request *ListTagResourcesRequest, runtime *util.RuntimeOptions) (_result *ListTagResourcesResponse, _err error) + func (client *Client) ModifyAutoScalingConfig(request *ModifyAutoScalingConfigRequest) (_result *ModifyAutoScalingConfigResponse, _err error) + func (client *Client) ModifyAutoScalingConfigWithOptions(request *ModifyAutoScalingConfigRequest, runtime *util.RuntimeOptions) (_result *ModifyAutoScalingConfigResponse, _err error) + func (client *Client) ModifyAutoScalingRule(request *ModifyAutoScalingRuleRequest) (_result *ModifyAutoScalingRuleResponse, _err error) + func (client *Client) ModifyAutoScalingRuleWithOptions(request *ModifyAutoScalingRuleRequest, runtime *util.RuntimeOptions) (_result *ModifyAutoScalingRuleResponse, _err error) + func (client *Client) ModifyInstancePayType(request *ModifyInstancePayTypeRequest) (_result *ModifyInstancePayTypeResponse, _err error) + func (client *Client) ModifyInstancePayTypeWithOptions(request *ModifyInstancePayTypeRequest, runtime *util.RuntimeOptions) (_result *ModifyInstancePayTypeResponse, _err error) + func (client *Client) ModifyLindormV2Instance(request *ModifyLindormV2InstanceRequest) (_result *ModifyLindormV2InstanceResponse, _err error) + func (client *Client) ModifyLindormV2InstanceWithOptions(request *ModifyLindormV2InstanceRequest, runtime *util.RuntimeOptions) (_result *ModifyLindormV2InstanceResponse, _err error) + func (client *Client) ModifyLindormV2WhiteIpList(request *ModifyLindormV2WhiteIpListRequest) (_result *ModifyLindormV2WhiteIpListResponse, _err error) + func (client *Client) ModifyLindormV2WhiteIpListWithOptions(request *ModifyLindormV2WhiteIpListRequest, runtime *util.RuntimeOptions) (_result *ModifyLindormV2WhiteIpListResponse, _err error) + func (client *Client) OpenComputeEngine(request *OpenComputeEngineRequest) (_result *OpenComputeEngineResponse, _err error) + func (client *Client) OpenComputeEngineWithOptions(request *OpenComputeEngineRequest, runtime *util.RuntimeOptions) (_result *OpenComputeEngineResponse, _err error) + func (client *Client) OpenComputePreCheck(request *OpenComputePreCheckRequest) (_result *OpenComputePreCheckResponse, _err error) + func (client *Client) OpenComputePreCheckWithOptions(request *OpenComputePreCheckRequest, runtime *util.RuntimeOptions) (_result *OpenComputePreCheckResponse, _err error) + func (client *Client) ReleaseLindormInstance(request *ReleaseLindormInstanceRequest) (_result *ReleaseLindormInstanceResponse, _err error) + func (client *Client) ReleaseLindormInstanceWithOptions(request *ReleaseLindormInstanceRequest, runtime *util.RuntimeOptions) (_result *ReleaseLindormInstanceResponse, _err error) + func (client *Client) ReleaseLindormV2Instance(request *ReleaseLindormV2InstanceRequest) (_result *ReleaseLindormV2InstanceResponse, _err error) + func (client *Client) ReleaseLindormV2InstanceWithOptions(request *ReleaseLindormV2InstanceRequest, runtime *util.RuntimeOptions) (_result *ReleaseLindormV2InstanceResponse, _err error) + func (client *Client) RenewLindormInstance(request *RenewLindormInstanceRequest) (_result *RenewLindormInstanceResponse, _err error) + func (client *Client) RenewLindormInstanceWithOptions(request *RenewLindormInstanceRequest, runtime *util.RuntimeOptions) (_result *RenewLindormInstanceResponse, _err error) + func (client *Client) RestartLdpsComputeGroup(request *RestartLdpsComputeGroupRequest) (_result *RestartLdpsComputeGroupResponse, _err error) + func (client *Client) RestartLdpsComputeGroupWithOptions(request *RestartLdpsComputeGroupRequest, runtime *util.RuntimeOptions) (_result *RestartLdpsComputeGroupResponse, _err error) + func (client *Client) SetDefaultOlapComputeGroup(request *SetDefaultOlapComputeGroupRequest) (_result *SetDefaultOlapComputeGroupResponse, _err error) + func (client *Client) SetDefaultOlapComputeGroupWithOptions(request *SetDefaultOlapComputeGroupRequest, runtime *util.RuntimeOptions) (_result *SetDefaultOlapComputeGroupResponse, _err error) + func (client *Client) SwitchLSQLV3MySQLService(request *SwitchLSQLV3MySQLServiceRequest) (_result *SwitchLSQLV3MySQLServiceResponse, _err error) + func (client *Client) SwitchLSQLV3MySQLServiceWithOptions(request *SwitchLSQLV3MySQLServiceRequest, runtime *util.RuntimeOptions) (_result *SwitchLSQLV3MySQLServiceResponse, _err error) + func (client *Client) TagResources(request *TagResourcesRequest) (_result *TagResourcesResponse, _err error) + func (client *Client) TagResourcesWithOptions(request *TagResourcesRequest, runtime *util.RuntimeOptions) (_result *TagResourcesResponse, _err error) + func (client *Client) UntagResources(request *UntagResourcesRequest) (_result *UntagResourcesResponse, _err error) + func (client *Client) UntagResourcesWithOptions(request *UntagResourcesRequest, runtime *util.RuntimeOptions) (_result *UntagResourcesResponse, _err error) + func (client *Client) UpdateInstanceIpWhiteList(request *UpdateInstanceIpWhiteListRequest) (_result *UpdateInstanceIpWhiteListResponse, _err error) + func (client *Client) UpdateInstanceIpWhiteListWithOptions(request *UpdateInstanceIpWhiteListRequest, runtime *util.RuntimeOptions) (_result *UpdateInstanceIpWhiteListResponse, _err error) + func (client *Client) UpdateInstanceSecurityGroups(request *UpdateInstanceSecurityGroupsRequest) (_result *UpdateInstanceSecurityGroupsResponse, _err error) + func (client *Client) UpdateInstanceSecurityGroupsWithOptions(request *UpdateInstanceSecurityGroupsRequest, runtime *util.RuntimeOptions) (_result *UpdateInstanceSecurityGroupsResponse, _err error) + func (client *Client) UpdateLdpsComputeGroup(request *UpdateLdpsComputeGroupRequest) (_result *UpdateLdpsComputeGroupResponse, _err error) + func (client *Client) UpdateLdpsComputeGroupWithOptions(request *UpdateLdpsComputeGroupRequest, runtime *util.RuntimeOptions) (_result *UpdateLdpsComputeGroupResponse, _err error) + func (client *Client) UpdateLindormV2InstanceParameter(request *UpdateLindormV2InstanceParameterRequest) (_result *UpdateLindormV2InstanceParameterResponse, _err error) + func (client *Client) UpdateLindormV2InstanceParameterWithOptions(request *UpdateLindormV2InstanceParameterRequest, runtime *util.RuntimeOptions) (_result *UpdateLindormV2InstanceParameterResponse, _err error) + func (client *Client) UpgradeLindormInstance(request *UpgradeLindormInstanceRequest) (_result *UpgradeLindormInstanceResponse, _err error) + func (client *Client) UpgradeLindormInstanceWithOptions(request *UpgradeLindormInstanceRequest, runtime *util.RuntimeOptions) (_result *UpgradeLindormInstanceResponse, _err error) + func (client *Client) UpgradeLindormV2StreamEngine(request *UpgradeLindormV2StreamEngineRequest) (_result *UpgradeLindormV2StreamEngineResponse, _err error) + func (client *Client) UpgradeLindormV2StreamEngineWithOptions(request *UpgradeLindormV2StreamEngineRequest, runtime *util.RuntimeOptions) (_result *UpgradeLindormV2StreamEngineResponse, _err error) + type CreateAutoScalingConfigRequest struct + ConfigName *string + EffectiveTimeEnd *string + EffectiveTimeStart *string + Enabled *bool + Engine *string + InstanceId *string + NodesMax *int32 + NodesMin *int32 + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + ScaleRuleList []*CreateAutoScalingConfigRequestScaleRuleList + ScaleType *string + SecurityToken *string + SpecId *string + func (s *CreateAutoScalingConfigRequest) SetConfigName(v string) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetEffectiveTimeEnd(v string) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetEffectiveTimeStart(v string) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetEnabled(v bool) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetEngine(v string) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetInstanceId(v string) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetNodesMax(v int32) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetNodesMin(v int32) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetOwnerAccount(v string) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetOwnerId(v int64) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetResourceOwnerAccount(v string) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetResourceOwnerId(v int64) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetScaleRuleList(v []*CreateAutoScalingConfigRequestScaleRuleList) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetScaleType(v string) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetSecurityToken(v string) *CreateAutoScalingConfigRequest + func (s *CreateAutoScalingConfigRequest) SetSpecId(v string) *CreateAutoScalingConfigRequest + func (s CreateAutoScalingConfigRequest) GoString() string + func (s CreateAutoScalingConfigRequest) String() string + type CreateAutoScalingConfigRequestScaleRuleList struct + ConfigId *string + Enabled *bool + EndTime *string + InstanceId *string + ObservationWindow *int32 + OperationType *string + RuleId *string + RuleName *string + RuleType *string + ScaleInStep *int32 + ScaleOutStep *int32 + SilenceTime *int32 + StartTime *string + TargetMetric *string + TargetNodes *int32 + ThresholdLower *int32 + ThresholdUpper *int32 + TriggerCronExpr *string + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetConfigId(v string) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetEnabled(v bool) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetEndTime(v string) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetInstanceId(v string) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetObservationWindow(v int32) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetOperationType(v string) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetRuleId(v string) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetRuleName(v string) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetRuleType(v string) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetScaleInStep(v int32) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetScaleOutStep(v int32) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetSilenceTime(v int32) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetStartTime(v string) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetTargetMetric(v string) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetTargetNodes(v int32) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetThresholdLower(v int32) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetThresholdUpper(v int32) *CreateAutoScalingConfigRequestScaleRuleList + func (s *CreateAutoScalingConfigRequestScaleRuleList) SetTriggerCronExpr(v string) *CreateAutoScalingConfigRequestScaleRuleList + func (s CreateAutoScalingConfigRequestScaleRuleList) GoString() string + func (s CreateAutoScalingConfigRequestScaleRuleList) String() string + type CreateAutoScalingConfigResponse struct + Body *CreateAutoScalingConfigResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateAutoScalingConfigResponse) SetBody(v *CreateAutoScalingConfigResponseBody) *CreateAutoScalingConfigResponse + func (s *CreateAutoScalingConfigResponse) SetHeaders(v map[string]*string) *CreateAutoScalingConfigResponse + func (s *CreateAutoScalingConfigResponse) SetStatusCode(v int32) *CreateAutoScalingConfigResponse + func (s CreateAutoScalingConfigResponse) GoString() string + func (s CreateAutoScalingConfigResponse) String() string + type CreateAutoScalingConfigResponseBody struct + Code *string + HttpStatusCode *int32 + Message *string + RequestId *string + Success *bool + func (s *CreateAutoScalingConfigResponseBody) SetCode(v string) *CreateAutoScalingConfigResponseBody + func (s *CreateAutoScalingConfigResponseBody) SetHttpStatusCode(v int32) *CreateAutoScalingConfigResponseBody + func (s *CreateAutoScalingConfigResponseBody) SetMessage(v string) *CreateAutoScalingConfigResponseBody + func (s *CreateAutoScalingConfigResponseBody) SetRequestId(v string) *CreateAutoScalingConfigResponseBody + func (s *CreateAutoScalingConfigResponseBody) SetSuccess(v bool) *CreateAutoScalingConfigResponseBody + func (s CreateAutoScalingConfigResponseBody) GoString() string + func (s CreateAutoScalingConfigResponseBody) String() string + type CreateAutoScalingConfigShrinkRequest struct + ConfigName *string + EffectiveTimeEnd *string + EffectiveTimeStart *string + Enabled *bool + Engine *string + InstanceId *string + NodesMax *int32 + NodesMin *int32 + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + ScaleRuleListShrink *string + ScaleType *string + SecurityToken *string + SpecId *string + func (s *CreateAutoScalingConfigShrinkRequest) SetConfigName(v string) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetEffectiveTimeEnd(v string) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetEffectiveTimeStart(v string) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetEnabled(v bool) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetEngine(v string) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetInstanceId(v string) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetNodesMax(v int32) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetNodesMin(v int32) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetOwnerAccount(v string) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetOwnerId(v int64) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetResourceOwnerAccount(v string) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetResourceOwnerId(v int64) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetScaleRuleListShrink(v string) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetScaleType(v string) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetSecurityToken(v string) *CreateAutoScalingConfigShrinkRequest + func (s *CreateAutoScalingConfigShrinkRequest) SetSpecId(v string) *CreateAutoScalingConfigShrinkRequest + func (s CreateAutoScalingConfigShrinkRequest) GoString() string + func (s CreateAutoScalingConfigShrinkRequest) String() string + type CreateAutoScalingRuleRequest struct + ConfigId *string + Enabled *bool + EndTime *string + InstanceId *string + ObservationWindow *int32 + OperationType *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + RuleName *string + RuleType *string + ScaleInStep *int32 + ScaleOutStep *int32 + SecurityToken *string + SilenceTime *int32 + StartTime *string + TargetMetric *string + TargetNodes *int32 + ThresholdLower *int32 + ThresholdUpper *int32 + TriggerCronExpr *string + func (s *CreateAutoScalingRuleRequest) SetConfigId(v string) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetEnabled(v bool) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetEndTime(v string) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetInstanceId(v string) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetObservationWindow(v int32) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetOperationType(v string) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetOwnerAccount(v string) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetOwnerId(v int64) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetResourceOwnerAccount(v string) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetResourceOwnerId(v int64) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetRuleName(v string) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetRuleType(v string) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetScaleInStep(v int32) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetScaleOutStep(v int32) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetSecurityToken(v string) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetSilenceTime(v int32) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetStartTime(v string) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetTargetMetric(v string) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetTargetNodes(v int32) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetThresholdLower(v int32) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetThresholdUpper(v int32) *CreateAutoScalingRuleRequest + func (s *CreateAutoScalingRuleRequest) SetTriggerCronExpr(v string) *CreateAutoScalingRuleRequest + func (s CreateAutoScalingRuleRequest) GoString() string + func (s CreateAutoScalingRuleRequest) String() string + type CreateAutoScalingRuleResponse struct + Body *CreateAutoScalingRuleResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateAutoScalingRuleResponse) SetBody(v *CreateAutoScalingRuleResponseBody) *CreateAutoScalingRuleResponse + func (s *CreateAutoScalingRuleResponse) SetHeaders(v map[string]*string) *CreateAutoScalingRuleResponse + func (s *CreateAutoScalingRuleResponse) SetStatusCode(v int32) *CreateAutoScalingRuleResponse + func (s CreateAutoScalingRuleResponse) GoString() string + func (s CreateAutoScalingRuleResponse) String() string + type CreateAutoScalingRuleResponseBody struct + Code *string + HttpStatusCode *int32 + Message *string + RequestId *string + Success *bool + func (s *CreateAutoScalingRuleResponseBody) SetCode(v string) *CreateAutoScalingRuleResponseBody + func (s *CreateAutoScalingRuleResponseBody) SetHttpStatusCode(v int32) *CreateAutoScalingRuleResponseBody + func (s *CreateAutoScalingRuleResponseBody) SetMessage(v string) *CreateAutoScalingRuleResponseBody + func (s *CreateAutoScalingRuleResponseBody) SetRequestId(v string) *CreateAutoScalingRuleResponseBody + func (s *CreateAutoScalingRuleResponseBody) SetSuccess(v bool) *CreateAutoScalingRuleResponseBody + func (s CreateAutoScalingRuleResponseBody) GoString() string + func (s CreateAutoScalingRuleResponseBody) String() string + type CreateLdpsComputeGroupRequest struct + GroupName *string + InstanceId *string + OwnerAccount *string + OwnerId *int64 + Properties *string + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *CreateLdpsComputeGroupRequest) SetGroupName(v string) *CreateLdpsComputeGroupRequest + func (s *CreateLdpsComputeGroupRequest) SetInstanceId(v string) *CreateLdpsComputeGroupRequest + func (s *CreateLdpsComputeGroupRequest) SetOwnerAccount(v string) *CreateLdpsComputeGroupRequest + func (s *CreateLdpsComputeGroupRequest) SetOwnerId(v int64) *CreateLdpsComputeGroupRequest + func (s *CreateLdpsComputeGroupRequest) SetProperties(v string) *CreateLdpsComputeGroupRequest + func (s *CreateLdpsComputeGroupRequest) SetRegionId(v string) *CreateLdpsComputeGroupRequest + func (s *CreateLdpsComputeGroupRequest) SetResourceOwnerAccount(v string) *CreateLdpsComputeGroupRequest + func (s *CreateLdpsComputeGroupRequest) SetResourceOwnerId(v int64) *CreateLdpsComputeGroupRequest + func (s *CreateLdpsComputeGroupRequest) SetSecurityToken(v string) *CreateLdpsComputeGroupRequest + func (s CreateLdpsComputeGroupRequest) GoString() string + func (s CreateLdpsComputeGroupRequest) String() string + type CreateLdpsComputeGroupResponse struct + Body *CreateLdpsComputeGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateLdpsComputeGroupResponse) SetBody(v *CreateLdpsComputeGroupResponseBody) *CreateLdpsComputeGroupResponse + func (s *CreateLdpsComputeGroupResponse) SetHeaders(v map[string]*string) *CreateLdpsComputeGroupResponse + func (s *CreateLdpsComputeGroupResponse) SetStatusCode(v int32) *CreateLdpsComputeGroupResponse + func (s CreateLdpsComputeGroupResponse) GoString() string + func (s CreateLdpsComputeGroupResponse) String() string + type CreateLdpsComputeGroupResponseBody struct + AccessDeniedDetail *string + RequestId *string + func (s *CreateLdpsComputeGroupResponseBody) SetAccessDeniedDetail(v string) *CreateLdpsComputeGroupResponseBody + func (s *CreateLdpsComputeGroupResponseBody) SetRequestId(v string) *CreateLdpsComputeGroupResponseBody + func (s CreateLdpsComputeGroupResponseBody) GoString() string + func (s CreateLdpsComputeGroupResponseBody) String() string + type CreateLindormInstanceRequest struct + ArbiterVSwitchId *string + ArbiterZoneId *string + ArchVersion *string + AutoRenewDuration *string + AutoRenewal *bool + ColdStorage *int32 + CoreSingleStorage *int32 + CoreSpec *string + DiskCategory *string + Duration *string + FilestoreNum *int32 + FilestoreSpec *string + InstanceAlias *string + InstanceStorage *string + LindormNum *int32 + LindormSpec *string + LogDiskCategory *string + LogNum *int32 + LogSingleStorage *int32 + LogSpec *string + LtsNum *string + LtsSpec *string + MultiZoneCombination *string + OwnerAccount *string + OwnerId *int64 + PayType *string + PricingCycle *string + PrimaryVSwitchId *string + PrimaryZoneId *string + RegionId *string + ResourceGroupId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + SolrNum *int32 + SolrSpec *string + StandbyVSwitchId *string + StandbyZoneId *string + StreamNum *int32 + StreamSpec *string + TsdbNum *int32 + TsdbSpec *string + VPCId *string + VSwitchId *string + ZoneId *string + func (s *CreateLindormInstanceRequest) SetArbiterVSwitchId(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetArbiterZoneId(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetArchVersion(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetAutoRenewDuration(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetAutoRenewal(v bool) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetColdStorage(v int32) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetCoreSingleStorage(v int32) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetCoreSpec(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetDiskCategory(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetDuration(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetFilestoreNum(v int32) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetFilestoreSpec(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetInstanceAlias(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetInstanceStorage(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetLindormNum(v int32) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetLindormSpec(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetLogDiskCategory(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetLogNum(v int32) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetLogSingleStorage(v int32) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetLogSpec(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetLtsNum(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetLtsSpec(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetMultiZoneCombination(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetOwnerAccount(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetOwnerId(v int64) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetPayType(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetPricingCycle(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetPrimaryVSwitchId(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetPrimaryZoneId(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetRegionId(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetResourceGroupId(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetResourceOwnerAccount(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetResourceOwnerId(v int64) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetSecurityToken(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetSolrNum(v int32) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetSolrSpec(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetStandbyVSwitchId(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetStandbyZoneId(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetStreamNum(v int32) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetStreamSpec(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetTsdbNum(v int32) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetTsdbSpec(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetVPCId(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetVSwitchId(v string) *CreateLindormInstanceRequest + func (s *CreateLindormInstanceRequest) SetZoneId(v string) *CreateLindormInstanceRequest + func (s CreateLindormInstanceRequest) GoString() string + func (s CreateLindormInstanceRequest) String() string + type CreateLindormInstanceResponse struct + Body *CreateLindormInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateLindormInstanceResponse) SetBody(v *CreateLindormInstanceResponseBody) *CreateLindormInstanceResponse + func (s *CreateLindormInstanceResponse) SetHeaders(v map[string]*string) *CreateLindormInstanceResponse + func (s *CreateLindormInstanceResponse) SetStatusCode(v int32) *CreateLindormInstanceResponse + func (s CreateLindormInstanceResponse) GoString() string + func (s CreateLindormInstanceResponse) String() string + type CreateLindormInstanceResponseBody struct + AccessDeniedDetail *string + InstanceId *string + OrderId *int64 + RequestId *string + func (s *CreateLindormInstanceResponseBody) SetAccessDeniedDetail(v string) *CreateLindormInstanceResponseBody + func (s *CreateLindormInstanceResponseBody) SetInstanceId(v string) *CreateLindormInstanceResponseBody + func (s *CreateLindormInstanceResponseBody) SetOrderId(v int64) *CreateLindormInstanceResponseBody + func (s *CreateLindormInstanceResponseBody) SetRequestId(v string) *CreateLindormInstanceResponseBody + func (s CreateLindormInstanceResponseBody) GoString() string + func (s CreateLindormInstanceResponseBody) String() string + type CreateLindormV2InstanceRequest struct + ArbiterVSwitchId *string + ArbiterZoneId *string + ArchVersion *string + AutoRenewDuration *string + AutoRenewal *bool + CapacityStorageSize *int32 + CloudStorageSize *int32 + CloudStorageType *string + ClusterMode *string + ClusterPattern *string + Duration *int32 + EnableCapacityStorage *bool + EngineList []*CreateLindormV2InstanceRequestEngineList + InstanceAlias *string + OwnerAccount *string + OwnerId *int64 + PayType *string + PricingCycle *string + PrimaryVSwitchId *string + PrimaryZoneId *string + RegionId *string + ResourceGroupId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + StandbyVSwitchId *string + StandbyZoneId *string + VPCId *string + VSwitchId *string + ZoneId *string + func (s *CreateLindormV2InstanceRequest) SetArbiterVSwitchId(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetArbiterZoneId(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetArchVersion(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetAutoRenewDuration(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetAutoRenewal(v bool) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetCapacityStorageSize(v int32) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetCloudStorageSize(v int32) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetCloudStorageType(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetClusterMode(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetClusterPattern(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetDuration(v int32) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetEnableCapacityStorage(v bool) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetEngineList(v []*CreateLindormV2InstanceRequestEngineList) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetInstanceAlias(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetOwnerAccount(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetOwnerId(v int64) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetPayType(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetPricingCycle(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetPrimaryVSwitchId(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetPrimaryZoneId(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetRegionId(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetResourceGroupId(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetResourceOwnerAccount(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetResourceOwnerId(v int64) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetSecurityToken(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetStandbyVSwitchId(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetStandbyZoneId(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetVPCId(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetVSwitchId(v string) *CreateLindormV2InstanceRequest + func (s *CreateLindormV2InstanceRequest) SetZoneId(v string) *CreateLindormV2InstanceRequest + func (s CreateLindormV2InstanceRequest) GoString() string + func (s CreateLindormV2InstanceRequest) String() string + type CreateLindormV2InstanceRequestEngineList struct + EngineType *string + NodeGroupList []*CreateLindormV2InstanceRequestEngineListNodeGroupList + func (s *CreateLindormV2InstanceRequestEngineList) SetEngineType(v string) *CreateLindormV2InstanceRequestEngineList + func (s *CreateLindormV2InstanceRequestEngineList) SetNodeGroupList(v []*CreateLindormV2InstanceRequestEngineListNodeGroupList) *CreateLindormV2InstanceRequestEngineList + func (s CreateLindormV2InstanceRequestEngineList) GoString() string + func (s CreateLindormV2InstanceRequestEngineList) String() string + type CreateLindormV2InstanceRequestEngineListNodeGroupList struct + NodeCount *int32 + NodeDiskSize *int32 + NodeDiskType *string + NodeSpec *string + ResourceGroupName *string + func (s *CreateLindormV2InstanceRequestEngineListNodeGroupList) SetNodeCount(v int32) *CreateLindormV2InstanceRequestEngineListNodeGroupList + func (s *CreateLindormV2InstanceRequestEngineListNodeGroupList) SetNodeDiskSize(v int32) *CreateLindormV2InstanceRequestEngineListNodeGroupList + func (s *CreateLindormV2InstanceRequestEngineListNodeGroupList) SetNodeDiskType(v string) *CreateLindormV2InstanceRequestEngineListNodeGroupList + func (s *CreateLindormV2InstanceRequestEngineListNodeGroupList) SetNodeSpec(v string) *CreateLindormV2InstanceRequestEngineListNodeGroupList + func (s *CreateLindormV2InstanceRequestEngineListNodeGroupList) SetResourceGroupName(v string) *CreateLindormV2InstanceRequestEngineListNodeGroupList + func (s CreateLindormV2InstanceRequestEngineListNodeGroupList) GoString() string + func (s CreateLindormV2InstanceRequestEngineListNodeGroupList) String() string + type CreateLindormV2InstanceResponse struct + Body *CreateLindormV2InstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *CreateLindormV2InstanceResponse) SetBody(v *CreateLindormV2InstanceResponseBody) *CreateLindormV2InstanceResponse + func (s *CreateLindormV2InstanceResponse) SetHeaders(v map[string]*string) *CreateLindormV2InstanceResponse + func (s *CreateLindormV2InstanceResponse) SetStatusCode(v int32) *CreateLindormV2InstanceResponse + func (s CreateLindormV2InstanceResponse) GoString() string + func (s CreateLindormV2InstanceResponse) String() string + type CreateLindormV2InstanceResponseBody struct + AccessDeniedDetail *string + InstanceId *string + OrderId *int64 + RequestId *string + func (s *CreateLindormV2InstanceResponseBody) SetAccessDeniedDetail(v string) *CreateLindormV2InstanceResponseBody + func (s *CreateLindormV2InstanceResponseBody) SetInstanceId(v string) *CreateLindormV2InstanceResponseBody + func (s *CreateLindormV2InstanceResponseBody) SetOrderId(v int64) *CreateLindormV2InstanceResponseBody + func (s *CreateLindormV2InstanceResponseBody) SetRequestId(v string) *CreateLindormV2InstanceResponseBody + func (s CreateLindormV2InstanceResponseBody) GoString() string + func (s CreateLindormV2InstanceResponseBody) String() string + type DeleteAutoScalingConfigRequest struct + ConfigId *string + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *DeleteAutoScalingConfigRequest) SetConfigId(v string) *DeleteAutoScalingConfigRequest + func (s *DeleteAutoScalingConfigRequest) SetInstanceId(v string) *DeleteAutoScalingConfigRequest + func (s *DeleteAutoScalingConfigRequest) SetOwnerAccount(v string) *DeleteAutoScalingConfigRequest + func (s *DeleteAutoScalingConfigRequest) SetOwnerId(v int64) *DeleteAutoScalingConfigRequest + func (s *DeleteAutoScalingConfigRequest) SetResourceOwnerAccount(v string) *DeleteAutoScalingConfigRequest + func (s *DeleteAutoScalingConfigRequest) SetResourceOwnerId(v int64) *DeleteAutoScalingConfigRequest + func (s *DeleteAutoScalingConfigRequest) SetSecurityToken(v string) *DeleteAutoScalingConfigRequest + func (s DeleteAutoScalingConfigRequest) GoString() string + func (s DeleteAutoScalingConfigRequest) String() string + type DeleteAutoScalingConfigResponse struct + Body *DeleteAutoScalingConfigResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteAutoScalingConfigResponse) SetBody(v *DeleteAutoScalingConfigResponseBody) *DeleteAutoScalingConfigResponse + func (s *DeleteAutoScalingConfigResponse) SetHeaders(v map[string]*string) *DeleteAutoScalingConfigResponse + func (s *DeleteAutoScalingConfigResponse) SetStatusCode(v int32) *DeleteAutoScalingConfigResponse + func (s DeleteAutoScalingConfigResponse) GoString() string + func (s DeleteAutoScalingConfigResponse) String() string + type DeleteAutoScalingConfigResponseBody struct + Code *string + HttpStatusCode *int32 + Message *string + RequestId *string + Success *bool + func (s *DeleteAutoScalingConfigResponseBody) SetCode(v string) *DeleteAutoScalingConfigResponseBody + func (s *DeleteAutoScalingConfigResponseBody) SetHttpStatusCode(v int32) *DeleteAutoScalingConfigResponseBody + func (s *DeleteAutoScalingConfigResponseBody) SetMessage(v string) *DeleteAutoScalingConfigResponseBody + func (s *DeleteAutoScalingConfigResponseBody) SetRequestId(v string) *DeleteAutoScalingConfigResponseBody + func (s *DeleteAutoScalingConfigResponseBody) SetSuccess(v bool) *DeleteAutoScalingConfigResponseBody + func (s DeleteAutoScalingConfigResponseBody) GoString() string + func (s DeleteAutoScalingConfigResponseBody) String() string + type DeleteAutoScalingRuleRequest struct + ConfigId *string + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + RuleId *string + SecurityToken *string + func (s *DeleteAutoScalingRuleRequest) SetConfigId(v string) *DeleteAutoScalingRuleRequest + func (s *DeleteAutoScalingRuleRequest) SetInstanceId(v string) *DeleteAutoScalingRuleRequest + func (s *DeleteAutoScalingRuleRequest) SetOwnerAccount(v string) *DeleteAutoScalingRuleRequest + func (s *DeleteAutoScalingRuleRequest) SetOwnerId(v int64) *DeleteAutoScalingRuleRequest + func (s *DeleteAutoScalingRuleRequest) SetResourceOwnerAccount(v string) *DeleteAutoScalingRuleRequest + func (s *DeleteAutoScalingRuleRequest) SetResourceOwnerId(v int64) *DeleteAutoScalingRuleRequest + func (s *DeleteAutoScalingRuleRequest) SetRuleId(v string) *DeleteAutoScalingRuleRequest + func (s *DeleteAutoScalingRuleRequest) SetSecurityToken(v string) *DeleteAutoScalingRuleRequest + func (s DeleteAutoScalingRuleRequest) GoString() string + func (s DeleteAutoScalingRuleRequest) String() string + type DeleteAutoScalingRuleResponse struct + Body *DeleteAutoScalingRuleResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteAutoScalingRuleResponse) SetBody(v *DeleteAutoScalingRuleResponseBody) *DeleteAutoScalingRuleResponse + func (s *DeleteAutoScalingRuleResponse) SetHeaders(v map[string]*string) *DeleteAutoScalingRuleResponse + func (s *DeleteAutoScalingRuleResponse) SetStatusCode(v int32) *DeleteAutoScalingRuleResponse + func (s DeleteAutoScalingRuleResponse) GoString() string + func (s DeleteAutoScalingRuleResponse) String() string + type DeleteAutoScalingRuleResponseBody struct + Code *string + HttpStatusCode *int32 + Message *string + RequestId *string + Success *bool + func (s *DeleteAutoScalingRuleResponseBody) SetCode(v string) *DeleteAutoScalingRuleResponseBody + func (s *DeleteAutoScalingRuleResponseBody) SetHttpStatusCode(v int32) *DeleteAutoScalingRuleResponseBody + func (s *DeleteAutoScalingRuleResponseBody) SetMessage(v string) *DeleteAutoScalingRuleResponseBody + func (s *DeleteAutoScalingRuleResponseBody) SetRequestId(v string) *DeleteAutoScalingRuleResponseBody + func (s *DeleteAutoScalingRuleResponseBody) SetSuccess(v bool) *DeleteAutoScalingRuleResponseBody + func (s DeleteAutoScalingRuleResponseBody) GoString() string + func (s DeleteAutoScalingRuleResponseBody) String() string + type DeleteCustomResourceRequest struct + InstanceId *string + Name *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *DeleteCustomResourceRequest) SetInstanceId(v string) *DeleteCustomResourceRequest + func (s *DeleteCustomResourceRequest) SetName(v string) *DeleteCustomResourceRequest + func (s *DeleteCustomResourceRequest) SetOwnerAccount(v string) *DeleteCustomResourceRequest + func (s *DeleteCustomResourceRequest) SetOwnerId(v int64) *DeleteCustomResourceRequest + func (s *DeleteCustomResourceRequest) SetRegionId(v string) *DeleteCustomResourceRequest + func (s *DeleteCustomResourceRequest) SetResourceOwnerAccount(v string) *DeleteCustomResourceRequest + func (s *DeleteCustomResourceRequest) SetResourceOwnerId(v int64) *DeleteCustomResourceRequest + func (s *DeleteCustomResourceRequest) SetSecurityToken(v string) *DeleteCustomResourceRequest + func (s DeleteCustomResourceRequest) GoString() string + func (s DeleteCustomResourceRequest) String() string + type DeleteCustomResourceResponse struct + Body *DeleteCustomResourceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteCustomResourceResponse) SetBody(v *DeleteCustomResourceResponseBody) *DeleteCustomResourceResponse + func (s *DeleteCustomResourceResponse) SetHeaders(v map[string]*string) *DeleteCustomResourceResponse + func (s *DeleteCustomResourceResponse) SetStatusCode(v int32) *DeleteCustomResourceResponse + func (s DeleteCustomResourceResponse) GoString() string + func (s DeleteCustomResourceResponse) String() string + type DeleteCustomResourceResponseBody struct + RequestId *string + func (s *DeleteCustomResourceResponseBody) SetRequestId(v string) *DeleteCustomResourceResponseBody + func (s DeleteCustomResourceResponseBody) GoString() string + func (s DeleteCustomResourceResponseBody) String() string + type DeleteLdpsComputeGroupRequest struct + GroupName *string + InstanceId *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *DeleteLdpsComputeGroupRequest) SetGroupName(v string) *DeleteLdpsComputeGroupRequest + func (s *DeleteLdpsComputeGroupRequest) SetInstanceId(v string) *DeleteLdpsComputeGroupRequest + func (s *DeleteLdpsComputeGroupRequest) SetOwnerAccount(v string) *DeleteLdpsComputeGroupRequest + func (s *DeleteLdpsComputeGroupRequest) SetOwnerId(v int64) *DeleteLdpsComputeGroupRequest + func (s *DeleteLdpsComputeGroupRequest) SetRegionId(v string) *DeleteLdpsComputeGroupRequest + func (s *DeleteLdpsComputeGroupRequest) SetResourceOwnerAccount(v string) *DeleteLdpsComputeGroupRequest + func (s *DeleteLdpsComputeGroupRequest) SetResourceOwnerId(v int64) *DeleteLdpsComputeGroupRequest + func (s *DeleteLdpsComputeGroupRequest) SetSecurityToken(v string) *DeleteLdpsComputeGroupRequest + func (s DeleteLdpsComputeGroupRequest) GoString() string + func (s DeleteLdpsComputeGroupRequest) String() string + type DeleteLdpsComputeGroupResponse struct + Body *DeleteLdpsComputeGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeleteLdpsComputeGroupResponse) SetBody(v *DeleteLdpsComputeGroupResponseBody) *DeleteLdpsComputeGroupResponse + func (s *DeleteLdpsComputeGroupResponse) SetHeaders(v map[string]*string) *DeleteLdpsComputeGroupResponse + func (s *DeleteLdpsComputeGroupResponse) SetStatusCode(v int32) *DeleteLdpsComputeGroupResponse + func (s DeleteLdpsComputeGroupResponse) GoString() string + func (s DeleteLdpsComputeGroupResponse) String() string + type DeleteLdpsComputeGroupResponseBody struct + AccessDeniedDetail *string + RequestId *string + func (s *DeleteLdpsComputeGroupResponseBody) SetAccessDeniedDetail(v string) *DeleteLdpsComputeGroupResponseBody + func (s *DeleteLdpsComputeGroupResponseBody) SetRequestId(v string) *DeleteLdpsComputeGroupResponseBody + func (s DeleteLdpsComputeGroupResponseBody) GoString() string + func (s DeleteLdpsComputeGroupResponseBody) String() string + type DeployLdpsSemiManagedComponentRequest struct + ComponentName *string + InstanceId *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *DeployLdpsSemiManagedComponentRequest) SetComponentName(v string) *DeployLdpsSemiManagedComponentRequest + func (s *DeployLdpsSemiManagedComponentRequest) SetInstanceId(v string) *DeployLdpsSemiManagedComponentRequest + func (s *DeployLdpsSemiManagedComponentRequest) SetOwnerAccount(v string) *DeployLdpsSemiManagedComponentRequest + func (s *DeployLdpsSemiManagedComponentRequest) SetOwnerId(v int64) *DeployLdpsSemiManagedComponentRequest + func (s *DeployLdpsSemiManagedComponentRequest) SetRegionId(v string) *DeployLdpsSemiManagedComponentRequest + func (s *DeployLdpsSemiManagedComponentRequest) SetResourceOwnerAccount(v string) *DeployLdpsSemiManagedComponentRequest + func (s *DeployLdpsSemiManagedComponentRequest) SetResourceOwnerId(v int64) *DeployLdpsSemiManagedComponentRequest + func (s *DeployLdpsSemiManagedComponentRequest) SetSecurityToken(v string) *DeployLdpsSemiManagedComponentRequest + func (s DeployLdpsSemiManagedComponentRequest) GoString() string + func (s DeployLdpsSemiManagedComponentRequest) String() string + type DeployLdpsSemiManagedComponentResponse struct + Body *DeployLdpsSemiManagedComponentResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DeployLdpsSemiManagedComponentResponse) SetBody(v *DeployLdpsSemiManagedComponentResponseBody) *DeployLdpsSemiManagedComponentResponse + func (s *DeployLdpsSemiManagedComponentResponse) SetHeaders(v map[string]*string) *DeployLdpsSemiManagedComponentResponse + func (s *DeployLdpsSemiManagedComponentResponse) SetStatusCode(v int32) *DeployLdpsSemiManagedComponentResponse + func (s DeployLdpsSemiManagedComponentResponse) GoString() string + func (s DeployLdpsSemiManagedComponentResponse) String() string + type DeployLdpsSemiManagedComponentResponseBody struct + RequestId *string + func (s *DeployLdpsSemiManagedComponentResponseBody) SetRequestId(v string) *DeployLdpsSemiManagedComponentResponseBody + func (s DeployLdpsSemiManagedComponentResponseBody) GoString() string + func (s DeployLdpsSemiManagedComponentResponseBody) String() string + type DescribeRegionsRequest struct + AcceptLanguage *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *DescribeRegionsRequest) SetAcceptLanguage(v string) *DescribeRegionsRequest + func (s *DescribeRegionsRequest) SetOwnerAccount(v string) *DescribeRegionsRequest + func (s *DescribeRegionsRequest) SetOwnerId(v int64) *DescribeRegionsRequest + func (s *DescribeRegionsRequest) SetResourceOwnerAccount(v string) *DescribeRegionsRequest + func (s *DescribeRegionsRequest) SetResourceOwnerId(v int64) *DescribeRegionsRequest + func (s *DescribeRegionsRequest) SetSecurityToken(v string) *DescribeRegionsRequest + func (s DescribeRegionsRequest) GoString() string + func (s DescribeRegionsRequest) String() string + type DescribeRegionsResponse struct + Body *DescribeRegionsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *DescribeRegionsResponse) SetBody(v *DescribeRegionsResponseBody) *DescribeRegionsResponse + func (s *DescribeRegionsResponse) SetHeaders(v map[string]*string) *DescribeRegionsResponse + func (s *DescribeRegionsResponse) SetStatusCode(v int32) *DescribeRegionsResponse + func (s DescribeRegionsResponse) GoString() string + func (s DescribeRegionsResponse) String() string + type DescribeRegionsResponseBody struct + Regions []*DescribeRegionsResponseBodyRegions + RequestId *string + func (s *DescribeRegionsResponseBody) SetRegions(v []*DescribeRegionsResponseBodyRegions) *DescribeRegionsResponseBody + func (s *DescribeRegionsResponseBody) SetRequestId(v string) *DescribeRegionsResponseBody + func (s DescribeRegionsResponseBody) GoString() string + func (s DescribeRegionsResponseBody) String() string + type DescribeRegionsResponseBodyRegions struct + LocalName *string + RegionEndpoint *string + RegionId *string + func (s *DescribeRegionsResponseBodyRegions) SetLocalName(v string) *DescribeRegionsResponseBodyRegions + func (s *DescribeRegionsResponseBodyRegions) SetRegionEndpoint(v string) *DescribeRegionsResponseBodyRegions + func (s *DescribeRegionsResponseBodyRegions) SetRegionId(v string) *DescribeRegionsResponseBodyRegions + func (s DescribeRegionsResponseBodyRegions) GoString() string + func (s DescribeRegionsResponseBodyRegions) String() string + type GetAutoScalingConfigRequest struct + ConfigId *string + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *GetAutoScalingConfigRequest) SetConfigId(v string) *GetAutoScalingConfigRequest + func (s *GetAutoScalingConfigRequest) SetInstanceId(v string) *GetAutoScalingConfigRequest + func (s *GetAutoScalingConfigRequest) SetOwnerAccount(v string) *GetAutoScalingConfigRequest + func (s *GetAutoScalingConfigRequest) SetOwnerId(v int64) *GetAutoScalingConfigRequest + func (s *GetAutoScalingConfigRequest) SetResourceOwnerAccount(v string) *GetAutoScalingConfigRequest + func (s *GetAutoScalingConfigRequest) SetResourceOwnerId(v int64) *GetAutoScalingConfigRequest + func (s *GetAutoScalingConfigRequest) SetSecurityToken(v string) *GetAutoScalingConfigRequest + func (s GetAutoScalingConfigRequest) GoString() string + func (s GetAutoScalingConfigRequest) String() string + type GetAutoScalingConfigResponse struct + Body *GetAutoScalingConfigResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetAutoScalingConfigResponse) SetBody(v *GetAutoScalingConfigResponseBody) *GetAutoScalingConfigResponse + func (s *GetAutoScalingConfigResponse) SetHeaders(v map[string]*string) *GetAutoScalingConfigResponse + func (s *GetAutoScalingConfigResponse) SetStatusCode(v int32) *GetAutoScalingConfigResponse + func (s GetAutoScalingConfigResponse) GoString() string + func (s GetAutoScalingConfigResponse) String() string + type GetAutoScalingConfigResponseBody struct + AccessDeniedDetail *string + Code *string + Data *GetAutoScalingConfigResponseBodyData + DynamicCode *string + DynamicMessage *string + HttpStatusCode *int32 + Message *string + RequestId *string + Success *bool + func (s *GetAutoScalingConfigResponseBody) SetAccessDeniedDetail(v string) *GetAutoScalingConfigResponseBody + func (s *GetAutoScalingConfigResponseBody) SetCode(v string) *GetAutoScalingConfigResponseBody + func (s *GetAutoScalingConfigResponseBody) SetData(v *GetAutoScalingConfigResponseBodyData) *GetAutoScalingConfigResponseBody + func (s *GetAutoScalingConfigResponseBody) SetDynamicCode(v string) *GetAutoScalingConfigResponseBody + func (s *GetAutoScalingConfigResponseBody) SetDynamicMessage(v string) *GetAutoScalingConfigResponseBody + func (s *GetAutoScalingConfigResponseBody) SetHttpStatusCode(v int32) *GetAutoScalingConfigResponseBody + func (s *GetAutoScalingConfigResponseBody) SetMessage(v string) *GetAutoScalingConfigResponseBody + func (s *GetAutoScalingConfigResponseBody) SetRequestId(v string) *GetAutoScalingConfigResponseBody + func (s *GetAutoScalingConfigResponseBody) SetSuccess(v bool) *GetAutoScalingConfigResponseBody + func (s GetAutoScalingConfigResponseBody) GoString() string + func (s GetAutoScalingConfigResponseBody) String() string + type GetAutoScalingConfigResponseBodyData struct + ConfigId *string + ConfigName *string + EffectiveTimeEnd *string + EffectiveTimeStart *string + Enabled *bool + Engine *string + InstanceId *string + NodesMax *int32 + NodesMin *int32 + ScaleRuleList []*GetAutoScalingConfigResponseBodyDataScaleRuleList + ScaleType *string + SpecId *string + func (s *GetAutoScalingConfigResponseBodyData) SetConfigId(v string) *GetAutoScalingConfigResponseBodyData + func (s *GetAutoScalingConfigResponseBodyData) SetConfigName(v string) *GetAutoScalingConfigResponseBodyData + func (s *GetAutoScalingConfigResponseBodyData) SetEffectiveTimeEnd(v string) *GetAutoScalingConfigResponseBodyData + func (s *GetAutoScalingConfigResponseBodyData) SetEffectiveTimeStart(v string) *GetAutoScalingConfigResponseBodyData + func (s *GetAutoScalingConfigResponseBodyData) SetEnabled(v bool) *GetAutoScalingConfigResponseBodyData + func (s *GetAutoScalingConfigResponseBodyData) SetEngine(v string) *GetAutoScalingConfigResponseBodyData + func (s *GetAutoScalingConfigResponseBodyData) SetInstanceId(v string) *GetAutoScalingConfigResponseBodyData + func (s *GetAutoScalingConfigResponseBodyData) SetNodesMax(v int32) *GetAutoScalingConfigResponseBodyData + func (s *GetAutoScalingConfigResponseBodyData) SetNodesMin(v int32) *GetAutoScalingConfigResponseBodyData + func (s *GetAutoScalingConfigResponseBodyData) SetScaleRuleList(v []*GetAutoScalingConfigResponseBodyDataScaleRuleList) *GetAutoScalingConfigResponseBodyData + func (s *GetAutoScalingConfigResponseBodyData) SetScaleType(v string) *GetAutoScalingConfigResponseBodyData + func (s *GetAutoScalingConfigResponseBodyData) SetSpecId(v string) *GetAutoScalingConfigResponseBodyData + func (s GetAutoScalingConfigResponseBodyData) GoString() string + func (s GetAutoScalingConfigResponseBodyData) String() string + type GetAutoScalingConfigResponseBodyDataScaleRuleList struct + ConfigId *string + Enabled *bool + EndTime *string + InstanceId *string + ObservationWindow *int32 + OperationType *string + RuleId *string + RuleName *string + RuleType *string + ScaleInStep *int32 + ScaleOutStep *int32 + SilenceTime *int32 + StartTime *string + TargetMetric *string + TargetNodes *int32 + ThresholdLower *int32 + ThresholdUpper *int32 + TriggerCronExpr *string + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetConfigId(v string) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetEnabled(v bool) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetEndTime(v string) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetInstanceId(v string) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetObservationWindow(v int32) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetOperationType(v string) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetRuleId(v string) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetRuleName(v string) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetRuleType(v string) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetScaleInStep(v int32) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetScaleOutStep(v int32) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetSilenceTime(v int32) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetStartTime(v string) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetTargetMetric(v string) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetTargetNodes(v int32) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetThresholdLower(v int32) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetThresholdUpper(v int32) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s *GetAutoScalingConfigResponseBodyDataScaleRuleList) SetTriggerCronExpr(v string) *GetAutoScalingConfigResponseBodyDataScaleRuleList + func (s GetAutoScalingConfigResponseBodyDataScaleRuleList) GoString() string + func (s GetAutoScalingConfigResponseBodyDataScaleRuleList) String() string + type GetAutoScalingRuleRequest struct + ConfigId *string + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + RuleId *string + SecurityToken *string + func (s *GetAutoScalingRuleRequest) SetConfigId(v string) *GetAutoScalingRuleRequest + func (s *GetAutoScalingRuleRequest) SetInstanceId(v string) *GetAutoScalingRuleRequest + func (s *GetAutoScalingRuleRequest) SetOwnerAccount(v string) *GetAutoScalingRuleRequest + func (s *GetAutoScalingRuleRequest) SetOwnerId(v int64) *GetAutoScalingRuleRequest + func (s *GetAutoScalingRuleRequest) SetResourceOwnerAccount(v string) *GetAutoScalingRuleRequest + func (s *GetAutoScalingRuleRequest) SetResourceOwnerId(v int64) *GetAutoScalingRuleRequest + func (s *GetAutoScalingRuleRequest) SetRuleId(v string) *GetAutoScalingRuleRequest + func (s *GetAutoScalingRuleRequest) SetSecurityToken(v string) *GetAutoScalingRuleRequest + func (s GetAutoScalingRuleRequest) GoString() string + func (s GetAutoScalingRuleRequest) String() string + type GetAutoScalingRuleResponse struct + Body *GetAutoScalingRuleResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetAutoScalingRuleResponse) SetBody(v *GetAutoScalingRuleResponseBody) *GetAutoScalingRuleResponse + func (s *GetAutoScalingRuleResponse) SetHeaders(v map[string]*string) *GetAutoScalingRuleResponse + func (s *GetAutoScalingRuleResponse) SetStatusCode(v int32) *GetAutoScalingRuleResponse + func (s GetAutoScalingRuleResponse) GoString() string + func (s GetAutoScalingRuleResponse) String() string + type GetAutoScalingRuleResponseBody struct + AccessDeniedDetail *string + Code *string + Data *GetAutoScalingRuleResponseBodyData + DynamicCode *string + DynamicMessage *string + HttpStatusCode *int32 + Message *string + RequestId *string + Success *bool + func (s *GetAutoScalingRuleResponseBody) SetAccessDeniedDetail(v string) *GetAutoScalingRuleResponseBody + func (s *GetAutoScalingRuleResponseBody) SetCode(v string) *GetAutoScalingRuleResponseBody + func (s *GetAutoScalingRuleResponseBody) SetData(v *GetAutoScalingRuleResponseBodyData) *GetAutoScalingRuleResponseBody + func (s *GetAutoScalingRuleResponseBody) SetDynamicCode(v string) *GetAutoScalingRuleResponseBody + func (s *GetAutoScalingRuleResponseBody) SetDynamicMessage(v string) *GetAutoScalingRuleResponseBody + func (s *GetAutoScalingRuleResponseBody) SetHttpStatusCode(v int32) *GetAutoScalingRuleResponseBody + func (s *GetAutoScalingRuleResponseBody) SetMessage(v string) *GetAutoScalingRuleResponseBody + func (s *GetAutoScalingRuleResponseBody) SetRequestId(v string) *GetAutoScalingRuleResponseBody + func (s *GetAutoScalingRuleResponseBody) SetSuccess(v bool) *GetAutoScalingRuleResponseBody + func (s GetAutoScalingRuleResponseBody) GoString() string + func (s GetAutoScalingRuleResponseBody) String() string + type GetAutoScalingRuleResponseBodyData struct + ConfigId *string + Enabled *bool + EndTime *string + InstanceId *string + ObservationWindow *int32 + OperationType *string + RuleId *string + RuleName *string + RuleType *string + ScaleInStep *int32 + ScaleOutStep *int32 + SilenceTime *int32 + StartTime *string + TargetMetric *string + TargetNodes *int32 + ThresholdLower *int32 + ThresholdUpper *int32 + TriggerCronExpr *string + func (s *GetAutoScalingRuleResponseBodyData) SetConfigId(v string) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetEnabled(v bool) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetEndTime(v string) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetInstanceId(v string) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetObservationWindow(v int32) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetOperationType(v string) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetRuleId(v string) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetRuleName(v string) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetRuleType(v string) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetScaleInStep(v int32) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetScaleOutStep(v int32) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetSilenceTime(v int32) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetStartTime(v string) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetTargetMetric(v string) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetTargetNodes(v int32) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetThresholdLower(v int32) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetThresholdUpper(v int32) *GetAutoScalingRuleResponseBodyData + func (s *GetAutoScalingRuleResponseBodyData) SetTriggerCronExpr(v string) *GetAutoScalingRuleResponseBodyData + func (s GetAutoScalingRuleResponseBodyData) GoString() string + func (s GetAutoScalingRuleResponseBodyData) String() string + type GetClientSourceIpRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *GetClientSourceIpRequest) SetInstanceId(v string) *GetClientSourceIpRequest + func (s *GetClientSourceIpRequest) SetOwnerAccount(v string) *GetClientSourceIpRequest + func (s *GetClientSourceIpRequest) SetOwnerId(v int64) *GetClientSourceIpRequest + func (s *GetClientSourceIpRequest) SetRegionId(v string) *GetClientSourceIpRequest + func (s *GetClientSourceIpRequest) SetResourceOwnerAccount(v string) *GetClientSourceIpRequest + func (s *GetClientSourceIpRequest) SetResourceOwnerId(v int64) *GetClientSourceIpRequest + func (s *GetClientSourceIpRequest) SetSecurityToken(v string) *GetClientSourceIpRequest + func (s GetClientSourceIpRequest) GoString() string + func (s GetClientSourceIpRequest) String() string + type GetClientSourceIpResponse struct + Body *GetClientSourceIpResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetClientSourceIpResponse) SetBody(v *GetClientSourceIpResponseBody) *GetClientSourceIpResponse + func (s *GetClientSourceIpResponse) SetHeaders(v map[string]*string) *GetClientSourceIpResponse + func (s *GetClientSourceIpResponse) SetStatusCode(v int32) *GetClientSourceIpResponse + func (s GetClientSourceIpResponse) GoString() string + func (s GetClientSourceIpResponse) String() string + type GetClientSourceIpResponseBody struct + AccessDeniedDetail *string + ClientIp *string + RequestId *string + func (s *GetClientSourceIpResponseBody) SetAccessDeniedDetail(v string) *GetClientSourceIpResponseBody + func (s *GetClientSourceIpResponseBody) SetClientIp(v string) *GetClientSourceIpResponseBody + func (s *GetClientSourceIpResponseBody) SetRequestId(v string) *GetClientSourceIpResponseBody + func (s GetClientSourceIpResponseBody) GoString() string + func (s GetClientSourceIpResponseBody) String() string + type GetEngineDefaultAuthRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *GetEngineDefaultAuthRequest) SetInstanceId(v string) *GetEngineDefaultAuthRequest + func (s *GetEngineDefaultAuthRequest) SetOwnerAccount(v string) *GetEngineDefaultAuthRequest + func (s *GetEngineDefaultAuthRequest) SetOwnerId(v int64) *GetEngineDefaultAuthRequest + func (s *GetEngineDefaultAuthRequest) SetRegionId(v string) *GetEngineDefaultAuthRequest + func (s *GetEngineDefaultAuthRequest) SetResourceOwnerAccount(v string) *GetEngineDefaultAuthRequest + func (s *GetEngineDefaultAuthRequest) SetResourceOwnerId(v int64) *GetEngineDefaultAuthRequest + func (s *GetEngineDefaultAuthRequest) SetSecurityToken(v string) *GetEngineDefaultAuthRequest + func (s GetEngineDefaultAuthRequest) GoString() string + func (s GetEngineDefaultAuthRequest) String() string + type GetEngineDefaultAuthResponse struct + Body *GetEngineDefaultAuthResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetEngineDefaultAuthResponse) SetBody(v *GetEngineDefaultAuthResponseBody) *GetEngineDefaultAuthResponse + func (s *GetEngineDefaultAuthResponse) SetHeaders(v map[string]*string) *GetEngineDefaultAuthResponse + func (s *GetEngineDefaultAuthResponse) SetStatusCode(v int32) *GetEngineDefaultAuthResponse + func (s GetEngineDefaultAuthResponse) GoString() string + func (s GetEngineDefaultAuthResponse) String() string + type GetEngineDefaultAuthResponseBody struct + AccessDeniedDetail *string + AuthInfos []*GetEngineDefaultAuthResponseBodyAuthInfos + InstanceId *string + RequestId *string + func (s *GetEngineDefaultAuthResponseBody) SetAccessDeniedDetail(v string) *GetEngineDefaultAuthResponseBody + func (s *GetEngineDefaultAuthResponseBody) SetAuthInfos(v []*GetEngineDefaultAuthResponseBodyAuthInfos) *GetEngineDefaultAuthResponseBody + func (s *GetEngineDefaultAuthResponseBody) SetInstanceId(v string) *GetEngineDefaultAuthResponseBody + func (s *GetEngineDefaultAuthResponseBody) SetRequestId(v string) *GetEngineDefaultAuthResponseBody + func (s GetEngineDefaultAuthResponseBody) GoString() string + func (s GetEngineDefaultAuthResponseBody) String() string + type GetEngineDefaultAuthResponseBodyAuthInfos struct + Engine *string + Password *string + Username *string + func (s *GetEngineDefaultAuthResponseBodyAuthInfos) SetEngine(v string) *GetEngineDefaultAuthResponseBodyAuthInfos + func (s *GetEngineDefaultAuthResponseBodyAuthInfos) SetPassword(v string) *GetEngineDefaultAuthResponseBodyAuthInfos + func (s *GetEngineDefaultAuthResponseBodyAuthInfos) SetUsername(v string) *GetEngineDefaultAuthResponseBodyAuthInfos + func (s GetEngineDefaultAuthResponseBodyAuthInfos) GoString() string + func (s GetEngineDefaultAuthResponseBodyAuthInfos) String() string + type GetInstanceIpWhiteListRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *GetInstanceIpWhiteListRequest) SetInstanceId(v string) *GetInstanceIpWhiteListRequest + func (s *GetInstanceIpWhiteListRequest) SetOwnerAccount(v string) *GetInstanceIpWhiteListRequest + func (s *GetInstanceIpWhiteListRequest) SetOwnerId(v int64) *GetInstanceIpWhiteListRequest + func (s *GetInstanceIpWhiteListRequest) SetResourceOwnerAccount(v string) *GetInstanceIpWhiteListRequest + func (s *GetInstanceIpWhiteListRequest) SetResourceOwnerId(v int64) *GetInstanceIpWhiteListRequest + func (s *GetInstanceIpWhiteListRequest) SetSecurityToken(v string) *GetInstanceIpWhiteListRequest + func (s GetInstanceIpWhiteListRequest) GoString() string + func (s GetInstanceIpWhiteListRequest) String() string + type GetInstanceIpWhiteListResponse struct + Body *GetInstanceIpWhiteListResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetInstanceIpWhiteListResponse) SetBody(v *GetInstanceIpWhiteListResponseBody) *GetInstanceIpWhiteListResponse + func (s *GetInstanceIpWhiteListResponse) SetHeaders(v map[string]*string) *GetInstanceIpWhiteListResponse + func (s *GetInstanceIpWhiteListResponse) SetStatusCode(v int32) *GetInstanceIpWhiteListResponse + func (s GetInstanceIpWhiteListResponse) GoString() string + func (s GetInstanceIpWhiteListResponse) String() string + type GetInstanceIpWhiteListResponseBody struct + AccessDeniedDetail *string + GroupList []*GetInstanceIpWhiteListResponseBodyGroupList + InstanceId *string + IpList []*string + RequestId *string + func (s *GetInstanceIpWhiteListResponseBody) SetAccessDeniedDetail(v string) *GetInstanceIpWhiteListResponseBody + func (s *GetInstanceIpWhiteListResponseBody) SetGroupList(v []*GetInstanceIpWhiteListResponseBodyGroupList) *GetInstanceIpWhiteListResponseBody + func (s *GetInstanceIpWhiteListResponseBody) SetInstanceId(v string) *GetInstanceIpWhiteListResponseBody + func (s *GetInstanceIpWhiteListResponseBody) SetIpList(v []*string) *GetInstanceIpWhiteListResponseBody + func (s *GetInstanceIpWhiteListResponseBody) SetRequestId(v string) *GetInstanceIpWhiteListResponseBody + func (s GetInstanceIpWhiteListResponseBody) GoString() string + func (s GetInstanceIpWhiteListResponseBody) String() string + type GetInstanceIpWhiteListResponseBodyGroupList struct + GroupName *string + SecurityIpList *string + func (s *GetInstanceIpWhiteListResponseBodyGroupList) SetGroupName(v string) *GetInstanceIpWhiteListResponseBodyGroupList + func (s *GetInstanceIpWhiteListResponseBodyGroupList) SetSecurityIpList(v string) *GetInstanceIpWhiteListResponseBodyGroupList + func (s GetInstanceIpWhiteListResponseBodyGroupList) GoString() string + func (s GetInstanceIpWhiteListResponseBodyGroupList) String() string + type GetInstanceSecurityGroupsRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *GetInstanceSecurityGroupsRequest) SetInstanceId(v string) *GetInstanceSecurityGroupsRequest + func (s *GetInstanceSecurityGroupsRequest) SetOwnerAccount(v string) *GetInstanceSecurityGroupsRequest + func (s *GetInstanceSecurityGroupsRequest) SetOwnerId(v int64) *GetInstanceSecurityGroupsRequest + func (s *GetInstanceSecurityGroupsRequest) SetResourceOwnerAccount(v string) *GetInstanceSecurityGroupsRequest + func (s *GetInstanceSecurityGroupsRequest) SetResourceOwnerId(v int64) *GetInstanceSecurityGroupsRequest + func (s *GetInstanceSecurityGroupsRequest) SetSecurityToken(v string) *GetInstanceSecurityGroupsRequest + func (s GetInstanceSecurityGroupsRequest) GoString() string + func (s GetInstanceSecurityGroupsRequest) String() string + type GetInstanceSecurityGroupsResponse struct + Body *GetInstanceSecurityGroupsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetInstanceSecurityGroupsResponse) SetBody(v *GetInstanceSecurityGroupsResponseBody) *GetInstanceSecurityGroupsResponse + func (s *GetInstanceSecurityGroupsResponse) SetHeaders(v map[string]*string) *GetInstanceSecurityGroupsResponse + func (s *GetInstanceSecurityGroupsResponse) SetStatusCode(v int32) *GetInstanceSecurityGroupsResponse + func (s GetInstanceSecurityGroupsResponse) GoString() string + func (s GetInstanceSecurityGroupsResponse) String() string + type GetInstanceSecurityGroupsResponseBody struct + AccessDeniedDetail *string + InstanceId *string + RequestId *string + SecurityGroups []*string + func (s *GetInstanceSecurityGroupsResponseBody) SetAccessDeniedDetail(v string) *GetInstanceSecurityGroupsResponseBody + func (s *GetInstanceSecurityGroupsResponseBody) SetInstanceId(v string) *GetInstanceSecurityGroupsResponseBody + func (s *GetInstanceSecurityGroupsResponseBody) SetRequestId(v string) *GetInstanceSecurityGroupsResponseBody + func (s *GetInstanceSecurityGroupsResponseBody) SetSecurityGroups(v []*string) *GetInstanceSecurityGroupsResponseBody + func (s GetInstanceSecurityGroupsResponseBody) GoString() string + func (s GetInstanceSecurityGroupsResponseBody) String() string + type GetLdpsComputeGroupRequest struct + GroupName *string + InstanceId *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *GetLdpsComputeGroupRequest) SetGroupName(v string) *GetLdpsComputeGroupRequest + func (s *GetLdpsComputeGroupRequest) SetInstanceId(v string) *GetLdpsComputeGroupRequest + func (s *GetLdpsComputeGroupRequest) SetOwnerAccount(v string) *GetLdpsComputeGroupRequest + func (s *GetLdpsComputeGroupRequest) SetOwnerId(v int64) *GetLdpsComputeGroupRequest + func (s *GetLdpsComputeGroupRequest) SetRegionId(v string) *GetLdpsComputeGroupRequest + func (s *GetLdpsComputeGroupRequest) SetResourceOwnerAccount(v string) *GetLdpsComputeGroupRequest + func (s *GetLdpsComputeGroupRequest) SetResourceOwnerId(v int64) *GetLdpsComputeGroupRequest + func (s *GetLdpsComputeGroupRequest) SetSecurityToken(v string) *GetLdpsComputeGroupRequest + func (s GetLdpsComputeGroupRequest) GoString() string + func (s GetLdpsComputeGroupRequest) String() string + type GetLdpsComputeGroupResponse struct + Body *GetLdpsComputeGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetLdpsComputeGroupResponse) SetBody(v *GetLdpsComputeGroupResponseBody) *GetLdpsComputeGroupResponse + func (s *GetLdpsComputeGroupResponse) SetHeaders(v map[string]*string) *GetLdpsComputeGroupResponse + func (s *GetLdpsComputeGroupResponse) SetStatusCode(v int32) *GetLdpsComputeGroupResponse + func (s GetLdpsComputeGroupResponse) GoString() string + func (s GetLdpsComputeGroupResponse) String() string + type GetLdpsComputeGroupResponseBody struct + GroupName *string + Properties map[string]interface{} + RequestId *string + func (s *GetLdpsComputeGroupResponseBody) SetGroupName(v string) *GetLdpsComputeGroupResponseBody + func (s *GetLdpsComputeGroupResponseBody) SetProperties(v map[string]interface{}) *GetLdpsComputeGroupResponseBody + func (s *GetLdpsComputeGroupResponseBody) SetRequestId(v string) *GetLdpsComputeGroupResponseBody + func (s GetLdpsComputeGroupResponseBody) GoString() string + func (s GetLdpsComputeGroupResponseBody) String() string + type GetLdpsNamespacedQuotaRequest struct + InstanceId *string + Namespace *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *GetLdpsNamespacedQuotaRequest) SetInstanceId(v string) *GetLdpsNamespacedQuotaRequest + func (s *GetLdpsNamespacedQuotaRequest) SetNamespace(v string) *GetLdpsNamespacedQuotaRequest + func (s *GetLdpsNamespacedQuotaRequest) SetOwnerAccount(v string) *GetLdpsNamespacedQuotaRequest + func (s *GetLdpsNamespacedQuotaRequest) SetOwnerId(v int64) *GetLdpsNamespacedQuotaRequest + func (s *GetLdpsNamespacedQuotaRequest) SetRegionId(v string) *GetLdpsNamespacedQuotaRequest + func (s *GetLdpsNamespacedQuotaRequest) SetResourceOwnerAccount(v string) *GetLdpsNamespacedQuotaRequest + func (s *GetLdpsNamespacedQuotaRequest) SetResourceOwnerId(v int64) *GetLdpsNamespacedQuotaRequest + func (s *GetLdpsNamespacedQuotaRequest) SetSecurityToken(v string) *GetLdpsNamespacedQuotaRequest + func (s GetLdpsNamespacedQuotaRequest) GoString() string + func (s GetLdpsNamespacedQuotaRequest) String() string + type GetLdpsNamespacedQuotaResponse struct + Body *GetLdpsNamespacedQuotaResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetLdpsNamespacedQuotaResponse) SetBody(v *GetLdpsNamespacedQuotaResponseBody) *GetLdpsNamespacedQuotaResponse + func (s *GetLdpsNamespacedQuotaResponse) SetHeaders(v map[string]*string) *GetLdpsNamespacedQuotaResponse + func (s *GetLdpsNamespacedQuotaResponse) SetStatusCode(v int32) *GetLdpsNamespacedQuotaResponse + func (s GetLdpsNamespacedQuotaResponse) GoString() string + func (s GetLdpsNamespacedQuotaResponse) String() string + type GetLdpsNamespacedQuotaResponseBody struct + NamespacedQuotas []*GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas + RequestId *string + func (s *GetLdpsNamespacedQuotaResponseBody) SetNamespacedQuotas(v []*GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas) *GetLdpsNamespacedQuotaResponseBody + func (s *GetLdpsNamespacedQuotaResponseBody) SetRequestId(v string) *GetLdpsNamespacedQuotaResponseBody + func (s GetLdpsNamespacedQuotaResponseBody) GoString() string + func (s GetLdpsNamespacedQuotaResponseBody) String() string + type GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas struct + CpuAmount *string + MemoryAmount *string + Name *string + UsedCpu *string + UsedMemory *string + func (s *GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas) SetCpuAmount(v string) *GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas + func (s *GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas) SetMemoryAmount(v string) *GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas + func (s *GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas) SetName(v string) *GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas + func (s *GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas) SetUsedCpu(v string) *GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas + func (s *GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas) SetUsedMemory(v string) *GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas + func (s GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas) GoString() string + func (s GetLdpsNamespacedQuotaResponseBodyNamespacedQuotas) String() string + type GetLdpsResourceCostRequest struct + EndTime *int64 + InstanceId *string + JobId *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + StartTime *int64 + func (s *GetLdpsResourceCostRequest) SetEndTime(v int64) *GetLdpsResourceCostRequest + func (s *GetLdpsResourceCostRequest) SetInstanceId(v string) *GetLdpsResourceCostRequest + func (s *GetLdpsResourceCostRequest) SetJobId(v string) *GetLdpsResourceCostRequest + func (s *GetLdpsResourceCostRequest) SetOwnerAccount(v string) *GetLdpsResourceCostRequest + func (s *GetLdpsResourceCostRequest) SetOwnerId(v int64) *GetLdpsResourceCostRequest + func (s *GetLdpsResourceCostRequest) SetRegionId(v string) *GetLdpsResourceCostRequest + func (s *GetLdpsResourceCostRequest) SetResourceOwnerAccount(v string) *GetLdpsResourceCostRequest + func (s *GetLdpsResourceCostRequest) SetResourceOwnerId(v int64) *GetLdpsResourceCostRequest + func (s *GetLdpsResourceCostRequest) SetSecurityToken(v string) *GetLdpsResourceCostRequest + func (s *GetLdpsResourceCostRequest) SetStartTime(v int64) *GetLdpsResourceCostRequest + func (s GetLdpsResourceCostRequest) GoString() string + func (s GetLdpsResourceCostRequest) String() string + type GetLdpsResourceCostResponse struct + Body *GetLdpsResourceCostResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetLdpsResourceCostResponse) SetBody(v *GetLdpsResourceCostResponseBody) *GetLdpsResourceCostResponse + func (s *GetLdpsResourceCostResponse) SetHeaders(v map[string]*string) *GetLdpsResourceCostResponse + func (s *GetLdpsResourceCostResponse) SetStatusCode(v int32) *GetLdpsResourceCostResponse + func (s GetLdpsResourceCostResponse) GoString() string + func (s GetLdpsResourceCostResponse) String() string + type GetLdpsResourceCostResponseBody struct + EndTime *int64 + InstanceId *string + JobId *string + RequestId *string + StartTime *int64 + TotalResource *int64 + func (s *GetLdpsResourceCostResponseBody) SetEndTime(v int64) *GetLdpsResourceCostResponseBody + func (s *GetLdpsResourceCostResponseBody) SetInstanceId(v string) *GetLdpsResourceCostResponseBody + func (s *GetLdpsResourceCostResponseBody) SetJobId(v string) *GetLdpsResourceCostResponseBody + func (s *GetLdpsResourceCostResponseBody) SetRequestId(v string) *GetLdpsResourceCostResponseBody + func (s *GetLdpsResourceCostResponseBody) SetStartTime(v int64) *GetLdpsResourceCostResponseBody + func (s *GetLdpsResourceCostResponseBody) SetTotalResource(v int64) *GetLdpsResourceCostResponseBody + func (s GetLdpsResourceCostResponseBody) GoString() string + func (s GetLdpsResourceCostResponseBody) String() string + type GetLindormFsUsedDetailRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *GetLindormFsUsedDetailRequest) SetInstanceId(v string) *GetLindormFsUsedDetailRequest + func (s *GetLindormFsUsedDetailRequest) SetOwnerAccount(v string) *GetLindormFsUsedDetailRequest + func (s *GetLindormFsUsedDetailRequest) SetOwnerId(v int64) *GetLindormFsUsedDetailRequest + func (s *GetLindormFsUsedDetailRequest) SetRegionId(v string) *GetLindormFsUsedDetailRequest + func (s *GetLindormFsUsedDetailRequest) SetResourceOwnerAccount(v string) *GetLindormFsUsedDetailRequest + func (s *GetLindormFsUsedDetailRequest) SetResourceOwnerId(v int64) *GetLindormFsUsedDetailRequest + func (s *GetLindormFsUsedDetailRequest) SetSecurityToken(v string) *GetLindormFsUsedDetailRequest + func (s GetLindormFsUsedDetailRequest) GoString() string + func (s GetLindormFsUsedDetailRequest) String() string + type GetLindormFsUsedDetailResponse struct + Body *GetLindormFsUsedDetailResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetLindormFsUsedDetailResponse) SetBody(v *GetLindormFsUsedDetailResponseBody) *GetLindormFsUsedDetailResponse + func (s *GetLindormFsUsedDetailResponse) SetHeaders(v map[string]*string) *GetLindormFsUsedDetailResponse + func (s *GetLindormFsUsedDetailResponse) SetStatusCode(v int32) *GetLindormFsUsedDetailResponse + func (s GetLindormFsUsedDetailResponse) GoString() string + func (s GetLindormFsUsedDetailResponse) String() string + type GetLindormFsUsedDetailResponseBody struct + AccessDeniedDetail *string + FsCapacity *string + FsCapacityCold *string + FsCapacityHot *string + FsUsedCold *string + FsUsedColdOnLindormSearch *string + FsUsedColdOnLindormTSDB *string + FsUsedColdOnLindormTable *string + FsUsedHot *string + FsUsedHotOnLindormSearch *string + FsUsedHotOnLindormTSDB *string + FsUsedHotOnLindormTable *string + FsUsedOnLindormSearch *string + FsUsedOnLindormTSDB *string + FsUsedOnLindormTable *string + FsUsedOnLindormTableData *string + FsUsedOnLindormTableWAL *string + LStorageUsageList []*GetLindormFsUsedDetailResponseBodyLStorageUsageList + RequestId *string + Valid *string + func (s *GetLindormFsUsedDetailResponseBody) SetAccessDeniedDetail(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsCapacity(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsCapacityCold(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsCapacityHot(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsUsedCold(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsUsedColdOnLindormSearch(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsUsedColdOnLindormTSDB(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsUsedColdOnLindormTable(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsUsedHot(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsUsedHotOnLindormSearch(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsUsedHotOnLindormTSDB(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsUsedHotOnLindormTable(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsUsedOnLindormSearch(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsUsedOnLindormTSDB(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsUsedOnLindormTable(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsUsedOnLindormTableData(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetFsUsedOnLindormTableWAL(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetLStorageUsageList(v []*GetLindormFsUsedDetailResponseBodyLStorageUsageList) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetRequestId(v string) *GetLindormFsUsedDetailResponseBody + func (s *GetLindormFsUsedDetailResponseBody) SetValid(v string) *GetLindormFsUsedDetailResponseBody + func (s GetLindormFsUsedDetailResponseBody) GoString() string + func (s GetLindormFsUsedDetailResponseBody) String() string + type GetLindormFsUsedDetailResponseBodyLStorageUsageList struct + Capacity *string + DiskType *string + Used *string + UsedLindormSearch *string + UsedLindormSpark *string + UsedLindormTable *string + UsedLindormTsdb *string + UsedOther *string + func (s *GetLindormFsUsedDetailResponseBodyLStorageUsageList) SetCapacity(v string) *GetLindormFsUsedDetailResponseBodyLStorageUsageList + func (s *GetLindormFsUsedDetailResponseBodyLStorageUsageList) SetDiskType(v string) *GetLindormFsUsedDetailResponseBodyLStorageUsageList + func (s *GetLindormFsUsedDetailResponseBodyLStorageUsageList) SetUsed(v string) *GetLindormFsUsedDetailResponseBodyLStorageUsageList + func (s *GetLindormFsUsedDetailResponseBodyLStorageUsageList) SetUsedLindormSearch(v string) *GetLindormFsUsedDetailResponseBodyLStorageUsageList + func (s *GetLindormFsUsedDetailResponseBodyLStorageUsageList) SetUsedLindormSpark(v string) *GetLindormFsUsedDetailResponseBodyLStorageUsageList + func (s *GetLindormFsUsedDetailResponseBodyLStorageUsageList) SetUsedLindormTable(v string) *GetLindormFsUsedDetailResponseBodyLStorageUsageList + func (s *GetLindormFsUsedDetailResponseBodyLStorageUsageList) SetUsedLindormTsdb(v string) *GetLindormFsUsedDetailResponseBodyLStorageUsageList + func (s *GetLindormFsUsedDetailResponseBodyLStorageUsageList) SetUsedOther(v string) *GetLindormFsUsedDetailResponseBodyLStorageUsageList + func (s GetLindormFsUsedDetailResponseBodyLStorageUsageList) GoString() string + func (s GetLindormFsUsedDetailResponseBodyLStorageUsageList) String() string + type GetLindormInstanceEngineListRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *GetLindormInstanceEngineListRequest) SetInstanceId(v string) *GetLindormInstanceEngineListRequest + func (s *GetLindormInstanceEngineListRequest) SetOwnerAccount(v string) *GetLindormInstanceEngineListRequest + func (s *GetLindormInstanceEngineListRequest) SetOwnerId(v int64) *GetLindormInstanceEngineListRequest + func (s *GetLindormInstanceEngineListRequest) SetRegionId(v string) *GetLindormInstanceEngineListRequest + func (s *GetLindormInstanceEngineListRequest) SetResourceOwnerAccount(v string) *GetLindormInstanceEngineListRequest + func (s *GetLindormInstanceEngineListRequest) SetResourceOwnerId(v int64) *GetLindormInstanceEngineListRequest + func (s *GetLindormInstanceEngineListRequest) SetSecurityToken(v string) *GetLindormInstanceEngineListRequest + func (s GetLindormInstanceEngineListRequest) GoString() string + func (s GetLindormInstanceEngineListRequest) String() string + type GetLindormInstanceEngineListResponse struct + Body *GetLindormInstanceEngineListResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetLindormInstanceEngineListResponse) SetBody(v *GetLindormInstanceEngineListResponseBody) *GetLindormInstanceEngineListResponse + func (s *GetLindormInstanceEngineListResponse) SetHeaders(v map[string]*string) *GetLindormInstanceEngineListResponse + func (s *GetLindormInstanceEngineListResponse) SetStatusCode(v int32) *GetLindormInstanceEngineListResponse + func (s GetLindormInstanceEngineListResponse) GoString() string + func (s GetLindormInstanceEngineListResponse) String() string + type GetLindormInstanceEngineListResponseBody struct + AccessDeniedDetail *string + EngineList []*GetLindormInstanceEngineListResponseBodyEngineList + InstanceId *string + RequestId *string + func (s *GetLindormInstanceEngineListResponseBody) SetAccessDeniedDetail(v string) *GetLindormInstanceEngineListResponseBody + func (s *GetLindormInstanceEngineListResponseBody) SetEngineList(v []*GetLindormInstanceEngineListResponseBodyEngineList) *GetLindormInstanceEngineListResponseBody + func (s *GetLindormInstanceEngineListResponseBody) SetInstanceId(v string) *GetLindormInstanceEngineListResponseBody + func (s *GetLindormInstanceEngineListResponseBody) SetRequestId(v string) *GetLindormInstanceEngineListResponseBody + func (s GetLindormInstanceEngineListResponseBody) GoString() string + func (s GetLindormInstanceEngineListResponseBody) String() string + type GetLindormInstanceEngineListResponseBodyEngineList struct + EngineType *string + NetInfoList []*GetLindormInstanceEngineListResponseBodyEngineListNetInfoList + func (s *GetLindormInstanceEngineListResponseBodyEngineList) SetEngineType(v string) *GetLindormInstanceEngineListResponseBodyEngineList + func (s *GetLindormInstanceEngineListResponseBodyEngineList) SetNetInfoList(v []*GetLindormInstanceEngineListResponseBodyEngineListNetInfoList) *GetLindormInstanceEngineListResponseBodyEngineList + func (s GetLindormInstanceEngineListResponseBodyEngineList) GoString() string + func (s GetLindormInstanceEngineListResponseBodyEngineList) String() string + type GetLindormInstanceEngineListResponseBodyEngineListNetInfoList struct + AccessType *int32 + ConnectionString *string + NetType *string + Port *int32 + func (s *GetLindormInstanceEngineListResponseBodyEngineListNetInfoList) SetAccessType(v int32) *GetLindormInstanceEngineListResponseBodyEngineListNetInfoList + func (s *GetLindormInstanceEngineListResponseBodyEngineListNetInfoList) SetConnectionString(v string) *GetLindormInstanceEngineListResponseBodyEngineListNetInfoList + func (s *GetLindormInstanceEngineListResponseBodyEngineListNetInfoList) SetNetType(v string) *GetLindormInstanceEngineListResponseBodyEngineListNetInfoList + func (s *GetLindormInstanceEngineListResponseBodyEngineListNetInfoList) SetPort(v int32) *GetLindormInstanceEngineListResponseBodyEngineListNetInfoList + func (s GetLindormInstanceEngineListResponseBodyEngineListNetInfoList) GoString() string + func (s GetLindormInstanceEngineListResponseBodyEngineListNetInfoList) String() string + type GetLindormInstanceListRequest struct + OwnerAccount *string + OwnerId *int64 + PageNumber *int32 + PageSize *int32 + QueryStr *string + RegionId *string + ResourceGroupId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + ServiceType *string + SupportEngine *int32 + Tag []*GetLindormInstanceListRequestTag + func (s *GetLindormInstanceListRequest) SetOwnerAccount(v string) *GetLindormInstanceListRequest + func (s *GetLindormInstanceListRequest) SetOwnerId(v int64) *GetLindormInstanceListRequest + func (s *GetLindormInstanceListRequest) SetPageNumber(v int32) *GetLindormInstanceListRequest + func (s *GetLindormInstanceListRequest) SetPageSize(v int32) *GetLindormInstanceListRequest + func (s *GetLindormInstanceListRequest) SetQueryStr(v string) *GetLindormInstanceListRequest + func (s *GetLindormInstanceListRequest) SetRegionId(v string) *GetLindormInstanceListRequest + func (s *GetLindormInstanceListRequest) SetResourceGroupId(v string) *GetLindormInstanceListRequest + func (s *GetLindormInstanceListRequest) SetResourceOwnerAccount(v string) *GetLindormInstanceListRequest + func (s *GetLindormInstanceListRequest) SetResourceOwnerId(v int64) *GetLindormInstanceListRequest + func (s *GetLindormInstanceListRequest) SetSecurityToken(v string) *GetLindormInstanceListRequest + func (s *GetLindormInstanceListRequest) SetServiceType(v string) *GetLindormInstanceListRequest + func (s *GetLindormInstanceListRequest) SetSupportEngine(v int32) *GetLindormInstanceListRequest + func (s *GetLindormInstanceListRequest) SetTag(v []*GetLindormInstanceListRequestTag) *GetLindormInstanceListRequest + func (s GetLindormInstanceListRequest) GoString() string + func (s GetLindormInstanceListRequest) String() string + type GetLindormInstanceListRequestTag struct + Key *string + Value *string + func (s *GetLindormInstanceListRequestTag) SetKey(v string) *GetLindormInstanceListRequestTag + func (s *GetLindormInstanceListRequestTag) SetValue(v string) *GetLindormInstanceListRequestTag + func (s GetLindormInstanceListRequestTag) GoString() string + func (s GetLindormInstanceListRequestTag) String() string + type GetLindormInstanceListResponse struct + Body *GetLindormInstanceListResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetLindormInstanceListResponse) SetBody(v *GetLindormInstanceListResponseBody) *GetLindormInstanceListResponse + func (s *GetLindormInstanceListResponse) SetHeaders(v map[string]*string) *GetLindormInstanceListResponse + func (s *GetLindormInstanceListResponse) SetStatusCode(v int32) *GetLindormInstanceListResponse + func (s GetLindormInstanceListResponse) GoString() string + func (s GetLindormInstanceListResponse) String() string + type GetLindormInstanceListResponseBody struct + InstanceList []*GetLindormInstanceListResponseBodyInstanceList + PageNumber *int32 + PageSize *int32 + RequestId *string + Total *int32 + func (s *GetLindormInstanceListResponseBody) SetInstanceList(v []*GetLindormInstanceListResponseBodyInstanceList) *GetLindormInstanceListResponseBody + func (s *GetLindormInstanceListResponseBody) SetPageNumber(v int32) *GetLindormInstanceListResponseBody + func (s *GetLindormInstanceListResponseBody) SetPageSize(v int32) *GetLindormInstanceListResponseBody + func (s *GetLindormInstanceListResponseBody) SetRequestId(v string) *GetLindormInstanceListResponseBody + func (s *GetLindormInstanceListResponseBody) SetTotal(v int32) *GetLindormInstanceListResponseBody + func (s GetLindormInstanceListResponseBody) GoString() string + func (s GetLindormInstanceListResponseBody) String() string + type GetLindormInstanceListResponseBodyInstanceList struct + AliUid *int64 + CreateMilliseconds *int64 + CreateTime *string + EnableColumn *bool + EnableCompute *bool + EnableLts *bool + EnableMessage *bool + EnableStream *bool + EnableVector *bool + EngineType *string + ExpireTime *string + ExpiredMilliseconds *int64 + InstanceAlias *string + InstanceId *string + InstanceStatus *string + InstanceStorage *string + NetworkType *string + PayType *string + RegionId *string + ResourceGroupId *string + ServiceType *string + Tags []*GetLindormInstanceListResponseBodyInstanceListTags + VpcId *string + ZoneId *string + func (s *GetLindormInstanceListResponseBodyInstanceList) SetAliUid(v int64) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetCreateMilliseconds(v int64) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetCreateTime(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetEnableColumn(v bool) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetEnableCompute(v bool) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetEnableLts(v bool) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetEnableMessage(v bool) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetEnableStream(v bool) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetEnableVector(v bool) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetEngineType(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetExpireTime(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetExpiredMilliseconds(v int64) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetInstanceAlias(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetInstanceId(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetInstanceStatus(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetInstanceStorage(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetNetworkType(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetPayType(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetRegionId(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetResourceGroupId(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetServiceType(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetTags(v []*GetLindormInstanceListResponseBodyInstanceListTags) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetVpcId(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s *GetLindormInstanceListResponseBodyInstanceList) SetZoneId(v string) *GetLindormInstanceListResponseBodyInstanceList + func (s GetLindormInstanceListResponseBodyInstanceList) GoString() string + func (s GetLindormInstanceListResponseBodyInstanceList) String() string + type GetLindormInstanceListResponseBodyInstanceListTags struct + Key *string + Value *string + func (s *GetLindormInstanceListResponseBodyInstanceListTags) SetKey(v string) *GetLindormInstanceListResponseBodyInstanceListTags + func (s *GetLindormInstanceListResponseBodyInstanceListTags) SetValue(v string) *GetLindormInstanceListResponseBodyInstanceListTags + func (s GetLindormInstanceListResponseBodyInstanceListTags) GoString() string + func (s GetLindormInstanceListResponseBodyInstanceListTags) String() string + type GetLindormInstanceRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *GetLindormInstanceRequest) SetInstanceId(v string) *GetLindormInstanceRequest + func (s *GetLindormInstanceRequest) SetOwnerAccount(v string) *GetLindormInstanceRequest + func (s *GetLindormInstanceRequest) SetOwnerId(v int64) *GetLindormInstanceRequest + func (s *GetLindormInstanceRequest) SetResourceOwnerAccount(v string) *GetLindormInstanceRequest + func (s *GetLindormInstanceRequest) SetResourceOwnerId(v int64) *GetLindormInstanceRequest + func (s *GetLindormInstanceRequest) SetSecurityToken(v string) *GetLindormInstanceRequest + func (s GetLindormInstanceRequest) GoString() string + func (s GetLindormInstanceRequest) String() string + type GetLindormInstanceResponse struct + Body *GetLindormInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetLindormInstanceResponse) SetBody(v *GetLindormInstanceResponseBody) *GetLindormInstanceResponse + func (s *GetLindormInstanceResponse) SetHeaders(v map[string]*string) *GetLindormInstanceResponse + func (s *GetLindormInstanceResponse) SetStatusCode(v int32) *GetLindormInstanceResponse + func (s GetLindormInstanceResponse) GoString() string + func (s GetLindormInstanceResponse) String() string + type GetLindormInstanceResponseBody struct + AliUid *int64 + ArbiterVSwitchId *string + ArbiterZoneId *string + ArchVersion *string + ArchiveStorage *int32 + AutoRenew *bool + ColdStorage *int32 + CoreDiskCategory *string + CoreNum *int32 + CoreSingleStorage *int32 + CoreSpec *string + CreateMilliseconds *int64 + CreateTime *string + DeletionProtection *string + DiskCategory *string + DiskThreshold *string + DiskUsage *string + EnableBlob *bool + EnableCdc *bool + EnableCompute *bool + EnableKms *bool + EnableLProxy *bool + EnableLTS *bool + EnableLsqlVersionV3 *bool + EnableMLCtrl *bool + EnableSSL *bool + EnableShs *bool + EnableStoreTDE *bool + EnableStream *bool + EngineList []*GetLindormInstanceResponseBodyEngineList + EngineType *int32 + ExpireTime *string + ExpiredMilliseconds *int64 + InstanceAlias *string + InstanceId *string + InstanceStatus *string + InstanceStorage *string + LogDiskCategory *string + LogNum *int32 + LogSingleStorage *int32 + LogSpec *string + MaintainEndTime *string + MaintainStartTime *string + MultiZoneCombination *string + NetworkType *string + PayType *string + PrimaryVSwitchId *string + PrimaryZoneId *string + RegionId *string + RequestId *string + ResourceGroupId *string + ServiceType *string + StandbyVSwitchId *string + StandbyZoneId *string + VpcId *string + VswitchId *string + ZoneId *string + func (s *GetLindormInstanceResponseBody) SetAliUid(v int64) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetArbiterVSwitchId(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetArbiterZoneId(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetArchVersion(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetArchiveStorage(v int32) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetAutoRenew(v bool) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetColdStorage(v int32) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetCoreDiskCategory(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetCoreNum(v int32) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetCoreSingleStorage(v int32) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetCoreSpec(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetCreateMilliseconds(v int64) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetCreateTime(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetDeletionProtection(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetDiskCategory(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetDiskThreshold(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetDiskUsage(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEnableBlob(v bool) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEnableCdc(v bool) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEnableCompute(v bool) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEnableKms(v bool) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEnableLProxy(v bool) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEnableLTS(v bool) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEnableLsqlVersionV3(v bool) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEnableMLCtrl(v bool) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEnableSSL(v bool) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEnableShs(v bool) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEnableStoreTDE(v bool) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEnableStream(v bool) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEngineList(v []*GetLindormInstanceResponseBodyEngineList) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetEngineType(v int32) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetExpireTime(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetExpiredMilliseconds(v int64) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetInstanceAlias(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetInstanceId(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetInstanceStatus(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetInstanceStorage(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetLogDiskCategory(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetLogNum(v int32) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetLogSingleStorage(v int32) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetLogSpec(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetMaintainEndTime(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetMaintainStartTime(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetMultiZoneCombination(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetNetworkType(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetPayType(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetPrimaryVSwitchId(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetPrimaryZoneId(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetRegionId(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetRequestId(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetResourceGroupId(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetServiceType(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetStandbyVSwitchId(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetStandbyZoneId(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetVpcId(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetVswitchId(v string) *GetLindormInstanceResponseBody + func (s *GetLindormInstanceResponseBody) SetZoneId(v string) *GetLindormInstanceResponseBody + func (s GetLindormInstanceResponseBody) GoString() string + func (s GetLindormInstanceResponseBody) String() string + type GetLindormInstanceResponseBodyEngineList struct + CoreCount *string + CpuCount *string + Engine *string + IsLastVersion *bool + LatestVersion *string + MemorySize *string + Version *string + func (s *GetLindormInstanceResponseBodyEngineList) SetCoreCount(v string) *GetLindormInstanceResponseBodyEngineList + func (s *GetLindormInstanceResponseBodyEngineList) SetCpuCount(v string) *GetLindormInstanceResponseBodyEngineList + func (s *GetLindormInstanceResponseBodyEngineList) SetEngine(v string) *GetLindormInstanceResponseBodyEngineList + func (s *GetLindormInstanceResponseBodyEngineList) SetIsLastVersion(v bool) *GetLindormInstanceResponseBodyEngineList + func (s *GetLindormInstanceResponseBodyEngineList) SetLatestVersion(v string) *GetLindormInstanceResponseBodyEngineList + func (s *GetLindormInstanceResponseBodyEngineList) SetMemorySize(v string) *GetLindormInstanceResponseBodyEngineList + func (s *GetLindormInstanceResponseBodyEngineList) SetVersion(v string) *GetLindormInstanceResponseBodyEngineList + func (s GetLindormInstanceResponseBodyEngineList) GoString() string + func (s GetLindormInstanceResponseBodyEngineList) String() string + type GetLindormV2InstanceEngineListRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *GetLindormV2InstanceEngineListRequest) SetInstanceId(v string) *GetLindormV2InstanceEngineListRequest + func (s *GetLindormV2InstanceEngineListRequest) SetOwnerAccount(v string) *GetLindormV2InstanceEngineListRequest + func (s *GetLindormV2InstanceEngineListRequest) SetOwnerId(v int64) *GetLindormV2InstanceEngineListRequest + func (s *GetLindormV2InstanceEngineListRequest) SetRegionId(v string) *GetLindormV2InstanceEngineListRequest + func (s *GetLindormV2InstanceEngineListRequest) SetResourceOwnerAccount(v string) *GetLindormV2InstanceEngineListRequest + func (s *GetLindormV2InstanceEngineListRequest) SetResourceOwnerId(v int64) *GetLindormV2InstanceEngineListRequest + func (s *GetLindormV2InstanceEngineListRequest) SetSecurityToken(v string) *GetLindormV2InstanceEngineListRequest + func (s GetLindormV2InstanceEngineListRequest) GoString() string + func (s GetLindormV2InstanceEngineListRequest) String() string + type GetLindormV2InstanceEngineListResponse struct + Body *GetLindormV2InstanceEngineListResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetLindormV2InstanceEngineListResponse) SetBody(v *GetLindormV2InstanceEngineListResponseBody) *GetLindormV2InstanceEngineListResponse + func (s *GetLindormV2InstanceEngineListResponse) SetHeaders(v map[string]*string) *GetLindormV2InstanceEngineListResponse + func (s *GetLindormV2InstanceEngineListResponse) SetStatusCode(v int32) *GetLindormV2InstanceEngineListResponse + func (s GetLindormV2InstanceEngineListResponse) GoString() string + func (s GetLindormV2InstanceEngineListResponse) String() string + type GetLindormV2InstanceEngineListResponseBody struct + AccessDeniedDetail *string + EngineList []*GetLindormV2InstanceEngineListResponseBodyEngineList + InstanceId *string + RequestId *string + func (s *GetLindormV2InstanceEngineListResponseBody) SetAccessDeniedDetail(v string) *GetLindormV2InstanceEngineListResponseBody + func (s *GetLindormV2InstanceEngineListResponseBody) SetEngineList(v []*GetLindormV2InstanceEngineListResponseBodyEngineList) *GetLindormV2InstanceEngineListResponseBody + func (s *GetLindormV2InstanceEngineListResponseBody) SetInstanceId(v string) *GetLindormV2InstanceEngineListResponseBody + func (s *GetLindormV2InstanceEngineListResponseBody) SetRequestId(v string) *GetLindormV2InstanceEngineListResponseBody + func (s GetLindormV2InstanceEngineListResponseBody) GoString() string + func (s GetLindormV2InstanceEngineListResponseBody) String() string + type GetLindormV2InstanceEngineListResponseBodyEngineList struct + EngineType *string + NetInfoList []*GetLindormV2InstanceEngineListResponseBodyEngineListNetInfoList + func (s *GetLindormV2InstanceEngineListResponseBodyEngineList) SetEngineType(v string) *GetLindormV2InstanceEngineListResponseBodyEngineList + func (s *GetLindormV2InstanceEngineListResponseBodyEngineList) SetNetInfoList(v []*GetLindormV2InstanceEngineListResponseBodyEngineListNetInfoList) *GetLindormV2InstanceEngineListResponseBodyEngineList + func (s GetLindormV2InstanceEngineListResponseBodyEngineList) GoString() string + func (s GetLindormV2InstanceEngineListResponseBodyEngineList) String() string + type GetLindormV2InstanceEngineListResponseBodyEngineListNetInfoList struct + AccessType *int32 + ConnectionString *string + NetType *string + Port *int32 + func (s *GetLindormV2InstanceEngineListResponseBodyEngineListNetInfoList) SetAccessType(v int32) *GetLindormV2InstanceEngineListResponseBodyEngineListNetInfoList + func (s *GetLindormV2InstanceEngineListResponseBodyEngineListNetInfoList) SetConnectionString(v string) *GetLindormV2InstanceEngineListResponseBodyEngineListNetInfoList + func (s *GetLindormV2InstanceEngineListResponseBodyEngineListNetInfoList) SetNetType(v string) *GetLindormV2InstanceEngineListResponseBodyEngineListNetInfoList + func (s *GetLindormV2InstanceEngineListResponseBodyEngineListNetInfoList) SetPort(v int32) *GetLindormV2InstanceEngineListResponseBodyEngineListNetInfoList + func (s GetLindormV2InstanceEngineListResponseBodyEngineListNetInfoList) GoString() string + func (s GetLindormV2InstanceEngineListResponseBodyEngineListNetInfoList) String() string + type GetLindormV2InstanceRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *GetLindormV2InstanceRequest) SetInstanceId(v string) *GetLindormV2InstanceRequest + func (s *GetLindormV2InstanceRequest) SetOwnerAccount(v string) *GetLindormV2InstanceRequest + func (s *GetLindormV2InstanceRequest) SetOwnerId(v int64) *GetLindormV2InstanceRequest + func (s *GetLindormV2InstanceRequest) SetResourceOwnerAccount(v string) *GetLindormV2InstanceRequest + func (s *GetLindormV2InstanceRequest) SetResourceOwnerId(v int64) *GetLindormV2InstanceRequest + func (s *GetLindormV2InstanceRequest) SetSecurityToken(v string) *GetLindormV2InstanceRequest + func (s GetLindormV2InstanceRequest) GoString() string + func (s GetLindormV2InstanceRequest) String() string + type GetLindormV2InstanceResponse struct + Body *GetLindormV2InstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetLindormV2InstanceResponse) SetBody(v *GetLindormV2InstanceResponseBody) *GetLindormV2InstanceResponse + func (s *GetLindormV2InstanceResponse) SetHeaders(v map[string]*string) *GetLindormV2InstanceResponse + func (s *GetLindormV2InstanceResponse) SetStatusCode(v int32) *GetLindormV2InstanceResponse + func (s GetLindormV2InstanceResponse) GoString() string + func (s GetLindormV2InstanceResponse) String() string + type GetLindormV2InstanceResponseBody struct + AliUid *int64 + AutoRenew *bool + ColdStorage *int32 + CreateMilliseconds *int64 + DeletionProtection *string + DiskCategory *string + DiskThreshold *string + DiskUsage *string + EnableCompute *bool + EngineList []*GetLindormV2InstanceResponseBodyEngineList + ExpiredMilliseconds *int64 + InitialRootPassword *string + InstanceAlias *string + InstanceId *string + InstanceStatus *string + InstanceType *string + MaintainEndTime *string + MaintainStartTime *string + NetworkType *string + PayType *string + RegionId *string + RequestId *string + ResourceGroupId *string + ServiceType *string + StorageUsage *GetLindormV2InstanceResponseBodyStorageUsage + VpcId *string + VswitchId *string + WhiteIpList []*GetLindormV2InstanceResponseBodyWhiteIpList + ZoneEngineInfoMap map[string]interface{} + ZoneId *string + func (s *GetLindormV2InstanceResponseBody) SetAliUid(v int64) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetAutoRenew(v bool) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetColdStorage(v int32) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetCreateMilliseconds(v int64) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetDeletionProtection(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetDiskCategory(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetDiskThreshold(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetDiskUsage(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetEnableCompute(v bool) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetEngineList(v []*GetLindormV2InstanceResponseBodyEngineList) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetExpiredMilliseconds(v int64) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetInitialRootPassword(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetInstanceAlias(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetInstanceId(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetInstanceStatus(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetInstanceType(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetMaintainEndTime(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetMaintainStartTime(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetNetworkType(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetPayType(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetRegionId(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetRequestId(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetResourceGroupId(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetServiceType(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetStorageUsage(v *GetLindormV2InstanceResponseBodyStorageUsage) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetVpcId(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetVswitchId(v string) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetWhiteIpList(v []*GetLindormV2InstanceResponseBodyWhiteIpList) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetZoneEngineInfoMap(v map[string]interface{}) *GetLindormV2InstanceResponseBody + func (s *GetLindormV2InstanceResponseBody) SetZoneId(v string) *GetLindormV2InstanceResponseBody + func (s GetLindormV2InstanceResponseBody) GoString() string + func (s GetLindormV2InstanceResponseBody) String() string + type GetLindormV2InstanceResponseBodyEngineList struct + ConnectAddressList []*GetLindormV2InstanceResponseBodyEngineListConnectAddressList + Engine *string + IsLastVersion *bool + LatestVersion *string + NodeGroup []*GetLindormV2InstanceResponseBodyEngineListNodeGroup + Version *string + func (s *GetLindormV2InstanceResponseBodyEngineList) SetConnectAddressList(v []*GetLindormV2InstanceResponseBodyEngineListConnectAddressList) *GetLindormV2InstanceResponseBodyEngineList + func (s *GetLindormV2InstanceResponseBodyEngineList) SetEngine(v string) *GetLindormV2InstanceResponseBodyEngineList + func (s *GetLindormV2InstanceResponseBodyEngineList) SetIsLastVersion(v bool) *GetLindormV2InstanceResponseBodyEngineList + func (s *GetLindormV2InstanceResponseBodyEngineList) SetLatestVersion(v string) *GetLindormV2InstanceResponseBodyEngineList + func (s *GetLindormV2InstanceResponseBodyEngineList) SetNodeGroup(v []*GetLindormV2InstanceResponseBodyEngineListNodeGroup) *GetLindormV2InstanceResponseBodyEngineList + func (s *GetLindormV2InstanceResponseBodyEngineList) SetVersion(v string) *GetLindormV2InstanceResponseBodyEngineList + func (s GetLindormV2InstanceResponseBodyEngineList) GoString() string + func (s GetLindormV2InstanceResponseBodyEngineList) String() string + type GetLindormV2InstanceResponseBodyEngineListConnectAddressList struct + Address *string + Port *string + Type *string + func (s *GetLindormV2InstanceResponseBodyEngineListConnectAddressList) SetAddress(v string) *GetLindormV2InstanceResponseBodyEngineListConnectAddressList + func (s *GetLindormV2InstanceResponseBodyEngineListConnectAddressList) SetPort(v string) *GetLindormV2InstanceResponseBodyEngineListConnectAddressList + func (s *GetLindormV2InstanceResponseBodyEngineListConnectAddressList) SetType(v string) *GetLindormV2InstanceResponseBodyEngineListConnectAddressList + func (s GetLindormV2InstanceResponseBodyEngineListConnectAddressList) GoString() string + func (s GetLindormV2InstanceResponseBodyEngineListConnectAddressList) String() string + type GetLindormV2InstanceResponseBodyEngineListNodeGroup struct + Category *string + CpuCoreCount *int32 + EnableAttachLocalDisk *bool + LocalDiskCapacity *int64 + LocalDiskCategory *string + MemorySizeGiB *int32 + NodeSpec *string + Quantity *int32 + ResourceGroupName *string + SpecId *string + Status *string + func (s *GetLindormV2InstanceResponseBodyEngineListNodeGroup) SetCategory(v string) *GetLindormV2InstanceResponseBodyEngineListNodeGroup + func (s *GetLindormV2InstanceResponseBodyEngineListNodeGroup) SetCpuCoreCount(v int32) *GetLindormV2InstanceResponseBodyEngineListNodeGroup + func (s *GetLindormV2InstanceResponseBodyEngineListNodeGroup) SetEnableAttachLocalDisk(v bool) *GetLindormV2InstanceResponseBodyEngineListNodeGroup + func (s *GetLindormV2InstanceResponseBodyEngineListNodeGroup) SetLocalDiskCapacity(v int64) *GetLindormV2InstanceResponseBodyEngineListNodeGroup + func (s *GetLindormV2InstanceResponseBodyEngineListNodeGroup) SetLocalDiskCategory(v string) *GetLindormV2InstanceResponseBodyEngineListNodeGroup + func (s *GetLindormV2InstanceResponseBodyEngineListNodeGroup) SetMemorySizeGiB(v int32) *GetLindormV2InstanceResponseBodyEngineListNodeGroup + func (s *GetLindormV2InstanceResponseBodyEngineListNodeGroup) SetNodeSpec(v string) *GetLindormV2InstanceResponseBodyEngineListNodeGroup + func (s *GetLindormV2InstanceResponseBodyEngineListNodeGroup) SetQuantity(v int32) *GetLindormV2InstanceResponseBodyEngineListNodeGroup + func (s *GetLindormV2InstanceResponseBodyEngineListNodeGroup) SetResourceGroupName(v string) *GetLindormV2InstanceResponseBodyEngineListNodeGroup + func (s *GetLindormV2InstanceResponseBodyEngineListNodeGroup) SetSpecId(v string) *GetLindormV2InstanceResponseBodyEngineListNodeGroup + func (s *GetLindormV2InstanceResponseBodyEngineListNodeGroup) SetStatus(v string) *GetLindormV2InstanceResponseBodyEngineListNodeGroup + func (s GetLindormV2InstanceResponseBodyEngineListNodeGroup) GoString() string + func (s GetLindormV2InstanceResponseBodyEngineListNodeGroup) String() string + type GetLindormV2InstanceResponseBodyStorageUsage struct + CapacityByDiskCategory []map[string]interface{} + EngineUsage map[string]interface{} + func (s *GetLindormV2InstanceResponseBodyStorageUsage) SetCapacityByDiskCategory(v []map[string]interface{}) *GetLindormV2InstanceResponseBodyStorageUsage + func (s *GetLindormV2InstanceResponseBodyStorageUsage) SetEngineUsage(v map[string]interface{}) *GetLindormV2InstanceResponseBodyStorageUsage + func (s GetLindormV2InstanceResponseBodyStorageUsage) GoString() string + func (s GetLindormV2InstanceResponseBodyStorageUsage) String() string + type GetLindormV2InstanceResponseBodyWhiteIpList struct + GroupName *string + IpList *string + func (s *GetLindormV2InstanceResponseBodyWhiteIpList) SetGroupName(v string) *GetLindormV2InstanceResponseBodyWhiteIpList + func (s *GetLindormV2InstanceResponseBodyWhiteIpList) SetIpList(v string) *GetLindormV2InstanceResponseBodyWhiteIpList + func (s GetLindormV2InstanceResponseBodyWhiteIpList) GoString() string + func (s GetLindormV2InstanceResponseBodyWhiteIpList) String() string + type GetLindormV2StorageUsageRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *GetLindormV2StorageUsageRequest) SetInstanceId(v string) *GetLindormV2StorageUsageRequest + func (s *GetLindormV2StorageUsageRequest) SetOwnerAccount(v string) *GetLindormV2StorageUsageRequest + func (s *GetLindormV2StorageUsageRequest) SetOwnerId(v int64) *GetLindormV2StorageUsageRequest + func (s *GetLindormV2StorageUsageRequest) SetResourceOwnerAccount(v string) *GetLindormV2StorageUsageRequest + func (s *GetLindormV2StorageUsageRequest) SetResourceOwnerId(v int64) *GetLindormV2StorageUsageRequest + func (s *GetLindormV2StorageUsageRequest) SetSecurityToken(v string) *GetLindormV2StorageUsageRequest + func (s GetLindormV2StorageUsageRequest) GoString() string + func (s GetLindormV2StorageUsageRequest) String() string + type GetLindormV2StorageUsageResponse struct + Body *GetLindormV2StorageUsageResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetLindormV2StorageUsageResponse) SetBody(v *GetLindormV2StorageUsageResponseBody) *GetLindormV2StorageUsageResponse + func (s *GetLindormV2StorageUsageResponse) SetHeaders(v map[string]*string) *GetLindormV2StorageUsageResponse + func (s *GetLindormV2StorageUsageResponse) SetStatusCode(v int32) *GetLindormV2StorageUsageResponse + func (s GetLindormV2StorageUsageResponse) GoString() string + func (s GetLindormV2StorageUsageResponse) String() string + type GetLindormV2StorageUsageResponseBody struct + AccessDeniedDetail *string + CapacityByDiskCategory []map[string]interface{} + InstanceStorageZoneMap map[string]interface{} + RequestId *string + UsageByDiskCategory []map[string]interface{} + func (s *GetLindormV2StorageUsageResponseBody) SetAccessDeniedDetail(v string) *GetLindormV2StorageUsageResponseBody + func (s *GetLindormV2StorageUsageResponseBody) SetCapacityByDiskCategory(v []map[string]interface{}) *GetLindormV2StorageUsageResponseBody + func (s *GetLindormV2StorageUsageResponseBody) SetInstanceStorageZoneMap(v map[string]interface{}) *GetLindormV2StorageUsageResponseBody + func (s *GetLindormV2StorageUsageResponseBody) SetRequestId(v string) *GetLindormV2StorageUsageResponseBody + func (s *GetLindormV2StorageUsageResponseBody) SetUsageByDiskCategory(v []map[string]interface{}) *GetLindormV2StorageUsageResponseBody + func (s GetLindormV2StorageUsageResponseBody) GoString() string + func (s GetLindormV2StorageUsageResponseBody) String() string + type ListAutoScalingConfigsRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *ListAutoScalingConfigsRequest) SetInstanceId(v string) *ListAutoScalingConfigsRequest + func (s *ListAutoScalingConfigsRequest) SetOwnerAccount(v string) *ListAutoScalingConfigsRequest + func (s *ListAutoScalingConfigsRequest) SetOwnerId(v int64) *ListAutoScalingConfigsRequest + func (s *ListAutoScalingConfigsRequest) SetResourceOwnerAccount(v string) *ListAutoScalingConfigsRequest + func (s *ListAutoScalingConfigsRequest) SetResourceOwnerId(v int64) *ListAutoScalingConfigsRequest + func (s *ListAutoScalingConfigsRequest) SetSecurityToken(v string) *ListAutoScalingConfigsRequest + func (s ListAutoScalingConfigsRequest) GoString() string + func (s ListAutoScalingConfigsRequest) String() string + type ListAutoScalingConfigsResponse struct + Body *ListAutoScalingConfigsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListAutoScalingConfigsResponse) SetBody(v *ListAutoScalingConfigsResponseBody) *ListAutoScalingConfigsResponse + func (s *ListAutoScalingConfigsResponse) SetHeaders(v map[string]*string) *ListAutoScalingConfigsResponse + func (s *ListAutoScalingConfigsResponse) SetStatusCode(v int32) *ListAutoScalingConfigsResponse + func (s ListAutoScalingConfigsResponse) GoString() string + func (s ListAutoScalingConfigsResponse) String() string + type ListAutoScalingConfigsResponseBody struct + AccessDeniedDetail *string + Code *string + Data *ListAutoScalingConfigsResponseBodyData + DynamicCode *string + DynamicMessage *string + HttpStatusCode *int32 + Message *string + RequestId *string + Success *bool + func (s *ListAutoScalingConfigsResponseBody) SetAccessDeniedDetail(v string) *ListAutoScalingConfigsResponseBody + func (s *ListAutoScalingConfigsResponseBody) SetCode(v string) *ListAutoScalingConfigsResponseBody + func (s *ListAutoScalingConfigsResponseBody) SetData(v *ListAutoScalingConfigsResponseBodyData) *ListAutoScalingConfigsResponseBody + func (s *ListAutoScalingConfigsResponseBody) SetDynamicCode(v string) *ListAutoScalingConfigsResponseBody + func (s *ListAutoScalingConfigsResponseBody) SetDynamicMessage(v string) *ListAutoScalingConfigsResponseBody + func (s *ListAutoScalingConfigsResponseBody) SetHttpStatusCode(v int32) *ListAutoScalingConfigsResponseBody + func (s *ListAutoScalingConfigsResponseBody) SetMessage(v string) *ListAutoScalingConfigsResponseBody + func (s *ListAutoScalingConfigsResponseBody) SetRequestId(v string) *ListAutoScalingConfigsResponseBody + func (s *ListAutoScalingConfigsResponseBody) SetSuccess(v bool) *ListAutoScalingConfigsResponseBody + func (s ListAutoScalingConfigsResponseBody) GoString() string + func (s ListAutoScalingConfigsResponseBody) String() string + type ListAutoScalingConfigsResponseBodyData struct + ScaleConfigs []*ListAutoScalingConfigsResponseBodyDataScaleConfigs + func (s *ListAutoScalingConfigsResponseBodyData) SetScaleConfigs(v []*ListAutoScalingConfigsResponseBodyDataScaleConfigs) *ListAutoScalingConfigsResponseBodyData + func (s ListAutoScalingConfigsResponseBodyData) GoString() string + func (s ListAutoScalingConfigsResponseBodyData) String() string + type ListAutoScalingConfigsResponseBodyDataScaleConfigs struct + ConfigId *string + ConfigName *string + EffectiveTimeEnd *string + EffectiveTimeStart *string + Enabled *bool + Engine *string + InstanceId *string + NodesMax *int32 + NodesMin *int32 + ScaleRuleList []*ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + ScaleType *string + SpecId *string + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigs) SetConfigId(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigs + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigs) SetConfigName(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigs + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigs) SetEffectiveTimeEnd(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigs + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigs) SetEffectiveTimeStart(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigs + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigs) SetEnabled(v bool) *ListAutoScalingConfigsResponseBodyDataScaleConfigs + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigs) SetEngine(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigs + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigs) SetInstanceId(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigs + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigs) SetNodesMax(v int32) *ListAutoScalingConfigsResponseBodyDataScaleConfigs + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigs) SetNodesMin(v int32) *ListAutoScalingConfigsResponseBodyDataScaleConfigs + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigs) SetScaleRuleList(v []*ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) *ListAutoScalingConfigsResponseBodyDataScaleConfigs + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigs) SetScaleType(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigs + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigs) SetSpecId(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigs + func (s ListAutoScalingConfigsResponseBodyDataScaleConfigs) GoString() string + func (s ListAutoScalingConfigsResponseBodyDataScaleConfigs) String() string + type ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList struct + ConfigId *string + Enabled *bool + EndTime *string + InstanceId *string + ObservationWindow *int32 + OperationType *string + RuleId *string + RuleName *string + RuleType *string + ScaleInStep *int32 + ScaleOutStep *int32 + SilenceTime *int32 + StartTime *string + TargetMetric *string + TargetNodes *int32 + ThresholdLower *int32 + ThresholdUpper *int32 + TriggerCronExpr *string + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetConfigId(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetEnabled(v bool) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetEndTime(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetInstanceId(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetObservationWindow(v int32) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetOperationType(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetRuleId(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetRuleName(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetRuleType(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetScaleInStep(v int32) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetScaleOutStep(v int32) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetSilenceTime(v int32) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetStartTime(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetTargetMetric(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetTargetNodes(v int32) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetThresholdLower(v int32) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetThresholdUpper(v int32) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) SetTriggerCronExpr(v string) *ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList + func (s ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) GoString() string + func (s ListAutoScalingConfigsResponseBodyDataScaleConfigsScaleRuleList) String() string + type ListAutoScalingRecordsRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + PageNum *int32 + PageSize *int32 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *ListAutoScalingRecordsRequest) SetInstanceId(v string) *ListAutoScalingRecordsRequest + func (s *ListAutoScalingRecordsRequest) SetOwnerAccount(v string) *ListAutoScalingRecordsRequest + func (s *ListAutoScalingRecordsRequest) SetOwnerId(v int64) *ListAutoScalingRecordsRequest + func (s *ListAutoScalingRecordsRequest) SetPageNum(v int32) *ListAutoScalingRecordsRequest + func (s *ListAutoScalingRecordsRequest) SetPageSize(v int32) *ListAutoScalingRecordsRequest + func (s *ListAutoScalingRecordsRequest) SetResourceOwnerAccount(v string) *ListAutoScalingRecordsRequest + func (s *ListAutoScalingRecordsRequest) SetResourceOwnerId(v int64) *ListAutoScalingRecordsRequest + func (s *ListAutoScalingRecordsRequest) SetSecurityToken(v string) *ListAutoScalingRecordsRequest + func (s ListAutoScalingRecordsRequest) GoString() string + func (s ListAutoScalingRecordsRequest) String() string + type ListAutoScalingRecordsResponse struct + Body *ListAutoScalingRecordsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListAutoScalingRecordsResponse) SetBody(v *ListAutoScalingRecordsResponseBody) *ListAutoScalingRecordsResponse + func (s *ListAutoScalingRecordsResponse) SetHeaders(v map[string]*string) *ListAutoScalingRecordsResponse + func (s *ListAutoScalingRecordsResponse) SetStatusCode(v int32) *ListAutoScalingRecordsResponse + func (s ListAutoScalingRecordsResponse) GoString() string + func (s ListAutoScalingRecordsResponse) String() string + type ListAutoScalingRecordsResponseBody struct + AccessDeniedDetail *string + Code *string + Data *ListAutoScalingRecordsResponseBodyData + DynamicCode *string + DynamicMessage *string + HttpStatusCode *int32 + Message *string + RequestId *string + Success *bool + func (s *ListAutoScalingRecordsResponseBody) SetAccessDeniedDetail(v string) *ListAutoScalingRecordsResponseBody + func (s *ListAutoScalingRecordsResponseBody) SetCode(v string) *ListAutoScalingRecordsResponseBody + func (s *ListAutoScalingRecordsResponseBody) SetData(v *ListAutoScalingRecordsResponseBodyData) *ListAutoScalingRecordsResponseBody + func (s *ListAutoScalingRecordsResponseBody) SetDynamicCode(v string) *ListAutoScalingRecordsResponseBody + func (s *ListAutoScalingRecordsResponseBody) SetDynamicMessage(v string) *ListAutoScalingRecordsResponseBody + func (s *ListAutoScalingRecordsResponseBody) SetHttpStatusCode(v int32) *ListAutoScalingRecordsResponseBody + func (s *ListAutoScalingRecordsResponseBody) SetMessage(v string) *ListAutoScalingRecordsResponseBody + func (s *ListAutoScalingRecordsResponseBody) SetRequestId(v string) *ListAutoScalingRecordsResponseBody + func (s *ListAutoScalingRecordsResponseBody) SetSuccess(v bool) *ListAutoScalingRecordsResponseBody + func (s ListAutoScalingRecordsResponseBody) GoString() string + func (s ListAutoScalingRecordsResponseBody) String() string + type ListAutoScalingRecordsResponseBodyData struct + PageNum *int32 + PageSize *int32 + ScaleRecords []*ListAutoScalingRecordsResponseBodyDataScaleRecords + TotalNum *int32 + TotalPage *int32 + func (s *ListAutoScalingRecordsResponseBodyData) SetPageNum(v int32) *ListAutoScalingRecordsResponseBodyData + func (s *ListAutoScalingRecordsResponseBodyData) SetPageSize(v int32) *ListAutoScalingRecordsResponseBodyData + func (s *ListAutoScalingRecordsResponseBodyData) SetScaleRecords(v []*ListAutoScalingRecordsResponseBodyDataScaleRecords) *ListAutoScalingRecordsResponseBodyData + func (s *ListAutoScalingRecordsResponseBodyData) SetTotalNum(v int32) *ListAutoScalingRecordsResponseBodyData + func (s *ListAutoScalingRecordsResponseBodyData) SetTotalPage(v int32) *ListAutoScalingRecordsResponseBodyData + func (s ListAutoScalingRecordsResponseBodyData) GoString() string + func (s ListAutoScalingRecordsResponseBodyData) String() string + type ListAutoScalingRecordsResponseBodyDataScaleRecords struct + Detail *string + EndTime *string + Id *string + InstanceId *string + OldValue *string + ResourceType *string + SpecGroupId *string + StartTime *string + Status *string + Strategy *string + TargetValue *string + func (s *ListAutoScalingRecordsResponseBodyDataScaleRecords) SetDetail(v string) *ListAutoScalingRecordsResponseBodyDataScaleRecords + func (s *ListAutoScalingRecordsResponseBodyDataScaleRecords) SetEndTime(v string) *ListAutoScalingRecordsResponseBodyDataScaleRecords + func (s *ListAutoScalingRecordsResponseBodyDataScaleRecords) SetId(v string) *ListAutoScalingRecordsResponseBodyDataScaleRecords + func (s *ListAutoScalingRecordsResponseBodyDataScaleRecords) SetInstanceId(v string) *ListAutoScalingRecordsResponseBodyDataScaleRecords + func (s *ListAutoScalingRecordsResponseBodyDataScaleRecords) SetOldValue(v string) *ListAutoScalingRecordsResponseBodyDataScaleRecords + func (s *ListAutoScalingRecordsResponseBodyDataScaleRecords) SetResourceType(v string) *ListAutoScalingRecordsResponseBodyDataScaleRecords + func (s *ListAutoScalingRecordsResponseBodyDataScaleRecords) SetSpecGroupId(v string) *ListAutoScalingRecordsResponseBodyDataScaleRecords + func (s *ListAutoScalingRecordsResponseBodyDataScaleRecords) SetStartTime(v string) *ListAutoScalingRecordsResponseBodyDataScaleRecords + func (s *ListAutoScalingRecordsResponseBodyDataScaleRecords) SetStatus(v string) *ListAutoScalingRecordsResponseBodyDataScaleRecords + func (s *ListAutoScalingRecordsResponseBodyDataScaleRecords) SetStrategy(v string) *ListAutoScalingRecordsResponseBodyDataScaleRecords + func (s *ListAutoScalingRecordsResponseBodyDataScaleRecords) SetTargetValue(v string) *ListAutoScalingRecordsResponseBodyDataScaleRecords + func (s ListAutoScalingRecordsResponseBodyDataScaleRecords) GoString() string + func (s ListAutoScalingRecordsResponseBodyDataScaleRecords) String() string + type ListAutoScalingRulesRequest struct + ConfigId *string + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *ListAutoScalingRulesRequest) SetConfigId(v string) *ListAutoScalingRulesRequest + func (s *ListAutoScalingRulesRequest) SetInstanceId(v string) *ListAutoScalingRulesRequest + func (s *ListAutoScalingRulesRequest) SetOwnerAccount(v string) *ListAutoScalingRulesRequest + func (s *ListAutoScalingRulesRequest) SetOwnerId(v int64) *ListAutoScalingRulesRequest + func (s *ListAutoScalingRulesRequest) SetResourceOwnerAccount(v string) *ListAutoScalingRulesRequest + func (s *ListAutoScalingRulesRequest) SetResourceOwnerId(v int64) *ListAutoScalingRulesRequest + func (s *ListAutoScalingRulesRequest) SetSecurityToken(v string) *ListAutoScalingRulesRequest + func (s ListAutoScalingRulesRequest) GoString() string + func (s ListAutoScalingRulesRequest) String() string + type ListAutoScalingRulesResponse struct + Body *ListAutoScalingRulesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListAutoScalingRulesResponse) SetBody(v *ListAutoScalingRulesResponseBody) *ListAutoScalingRulesResponse + func (s *ListAutoScalingRulesResponse) SetHeaders(v map[string]*string) *ListAutoScalingRulesResponse + func (s *ListAutoScalingRulesResponse) SetStatusCode(v int32) *ListAutoScalingRulesResponse + func (s ListAutoScalingRulesResponse) GoString() string + func (s ListAutoScalingRulesResponse) String() string + type ListAutoScalingRulesResponseBody struct + AccessDeniedDetail *string + Code *string + Data *ListAutoScalingRulesResponseBodyData + DynamicCode *string + DynamicMessage *string + HttpStatusCode *int32 + Message *string + RequestId *string + Success *bool + func (s *ListAutoScalingRulesResponseBody) SetAccessDeniedDetail(v string) *ListAutoScalingRulesResponseBody + func (s *ListAutoScalingRulesResponseBody) SetCode(v string) *ListAutoScalingRulesResponseBody + func (s *ListAutoScalingRulesResponseBody) SetData(v *ListAutoScalingRulesResponseBodyData) *ListAutoScalingRulesResponseBody + func (s *ListAutoScalingRulesResponseBody) SetDynamicCode(v string) *ListAutoScalingRulesResponseBody + func (s *ListAutoScalingRulesResponseBody) SetDynamicMessage(v string) *ListAutoScalingRulesResponseBody + func (s *ListAutoScalingRulesResponseBody) SetHttpStatusCode(v int32) *ListAutoScalingRulesResponseBody + func (s *ListAutoScalingRulesResponseBody) SetMessage(v string) *ListAutoScalingRulesResponseBody + func (s *ListAutoScalingRulesResponseBody) SetRequestId(v string) *ListAutoScalingRulesResponseBody + func (s *ListAutoScalingRulesResponseBody) SetSuccess(v bool) *ListAutoScalingRulesResponseBody + func (s ListAutoScalingRulesResponseBody) GoString() string + func (s ListAutoScalingRulesResponseBody) String() string + type ListAutoScalingRulesResponseBodyData struct + ScaleRules []*ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyData) SetScaleRules(v []*ListAutoScalingRulesResponseBodyDataScaleRules) *ListAutoScalingRulesResponseBodyData + func (s ListAutoScalingRulesResponseBodyData) GoString() string + func (s ListAutoScalingRulesResponseBodyData) String() string + type ListAutoScalingRulesResponseBodyDataScaleRules struct + ConfigId *string + Enabled *bool + EndTime *string + InstanceId *string + ObservationWindow *int32 + OperationType *string + RuleId *string + RuleName *string + RuleType *string + ScaleInStep *int32 + ScaleOutStep *int32 + SilenceTime *int32 + StartTime *string + TargetMetric *string + TargetNodes *int32 + ThresholdLower *int32 + ThresholdUpper *int32 + TriggerCronExpr *string + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetConfigId(v string) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetEnabled(v bool) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetEndTime(v string) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetInstanceId(v string) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetObservationWindow(v int32) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetOperationType(v string) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetRuleId(v string) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetRuleName(v string) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetRuleType(v string) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetScaleInStep(v int32) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetScaleOutStep(v int32) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetSilenceTime(v int32) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetStartTime(v string) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetTargetMetric(v string) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetTargetNodes(v int32) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetThresholdLower(v int32) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetThresholdUpper(v int32) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s *ListAutoScalingRulesResponseBodyDataScaleRules) SetTriggerCronExpr(v string) *ListAutoScalingRulesResponseBodyDataScaleRules + func (s ListAutoScalingRulesResponseBodyDataScaleRules) GoString() string + func (s ListAutoScalingRulesResponseBodyDataScaleRules) String() string + type ListLdpsComputeGroupsRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *ListLdpsComputeGroupsRequest) SetInstanceId(v string) *ListLdpsComputeGroupsRequest + func (s *ListLdpsComputeGroupsRequest) SetOwnerAccount(v string) *ListLdpsComputeGroupsRequest + func (s *ListLdpsComputeGroupsRequest) SetOwnerId(v int64) *ListLdpsComputeGroupsRequest + func (s *ListLdpsComputeGroupsRequest) SetRegionId(v string) *ListLdpsComputeGroupsRequest + func (s *ListLdpsComputeGroupsRequest) SetResourceOwnerAccount(v string) *ListLdpsComputeGroupsRequest + func (s *ListLdpsComputeGroupsRequest) SetResourceOwnerId(v int64) *ListLdpsComputeGroupsRequest + func (s *ListLdpsComputeGroupsRequest) SetSecurityToken(v string) *ListLdpsComputeGroupsRequest + func (s ListLdpsComputeGroupsRequest) GoString() string + func (s ListLdpsComputeGroupsRequest) String() string + type ListLdpsComputeGroupsResponse struct + Body *ListLdpsComputeGroupsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListLdpsComputeGroupsResponse) SetBody(v *ListLdpsComputeGroupsResponseBody) *ListLdpsComputeGroupsResponse + func (s *ListLdpsComputeGroupsResponse) SetHeaders(v map[string]*string) *ListLdpsComputeGroupsResponse + func (s *ListLdpsComputeGroupsResponse) SetStatusCode(v int32) *ListLdpsComputeGroupsResponse + func (s ListLdpsComputeGroupsResponse) GoString() string + func (s ListLdpsComputeGroupsResponse) String() string + type ListLdpsComputeGroupsResponseBody struct + AccessDeniedDetail *string + GroupList []*ListLdpsComputeGroupsResponseBodyGroupList + RequestId *string + func (s *ListLdpsComputeGroupsResponseBody) SetAccessDeniedDetail(v string) *ListLdpsComputeGroupsResponseBody + func (s *ListLdpsComputeGroupsResponseBody) SetGroupList(v []*ListLdpsComputeGroupsResponseBodyGroupList) *ListLdpsComputeGroupsResponseBody + func (s *ListLdpsComputeGroupsResponseBody) SetRequestId(v string) *ListLdpsComputeGroupsResponseBody + func (s ListLdpsComputeGroupsResponseBody) GoString() string + func (s ListLdpsComputeGroupsResponseBody) String() string + type ListLdpsComputeGroupsResponseBodyGroupList struct + ExceptionInfo *string + GroupName *string + IsDefault *bool + Properties map[string]interface{} + State *string + WebUI *string + func (s *ListLdpsComputeGroupsResponseBodyGroupList) SetExceptionInfo(v string) *ListLdpsComputeGroupsResponseBodyGroupList + func (s *ListLdpsComputeGroupsResponseBodyGroupList) SetGroupName(v string) *ListLdpsComputeGroupsResponseBodyGroupList + func (s *ListLdpsComputeGroupsResponseBodyGroupList) SetIsDefault(v bool) *ListLdpsComputeGroupsResponseBodyGroupList + func (s *ListLdpsComputeGroupsResponseBodyGroupList) SetProperties(v map[string]interface{}) *ListLdpsComputeGroupsResponseBodyGroupList + func (s *ListLdpsComputeGroupsResponseBodyGroupList) SetState(v string) *ListLdpsComputeGroupsResponseBodyGroupList + func (s *ListLdpsComputeGroupsResponseBodyGroupList) SetWebUI(v string) *ListLdpsComputeGroupsResponseBodyGroupList + func (s ListLdpsComputeGroupsResponseBodyGroupList) GoString() string + func (s ListLdpsComputeGroupsResponseBodyGroupList) String() string + type ListTagResourcesRequest struct + NextToken *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceId []*string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + ResourceType *string + SecurityToken *string + Tag []*ListTagResourcesRequestTag + func (s *ListTagResourcesRequest) SetNextToken(v string) *ListTagResourcesRequest + func (s *ListTagResourcesRequest) SetOwnerAccount(v string) *ListTagResourcesRequest + func (s *ListTagResourcesRequest) SetOwnerId(v int64) *ListTagResourcesRequest + func (s *ListTagResourcesRequest) SetRegionId(v string) *ListTagResourcesRequest + func (s *ListTagResourcesRequest) SetResourceId(v []*string) *ListTagResourcesRequest + func (s *ListTagResourcesRequest) SetResourceOwnerAccount(v string) *ListTagResourcesRequest + func (s *ListTagResourcesRequest) SetResourceOwnerId(v int64) *ListTagResourcesRequest + func (s *ListTagResourcesRequest) SetResourceType(v string) *ListTagResourcesRequest + func (s *ListTagResourcesRequest) SetSecurityToken(v string) *ListTagResourcesRequest + func (s *ListTagResourcesRequest) SetTag(v []*ListTagResourcesRequestTag) *ListTagResourcesRequest + func (s ListTagResourcesRequest) GoString() string + func (s ListTagResourcesRequest) String() string + type ListTagResourcesRequestTag struct + Key *string + Value *string + func (s *ListTagResourcesRequestTag) SetKey(v string) *ListTagResourcesRequestTag + func (s *ListTagResourcesRequestTag) SetValue(v string) *ListTagResourcesRequestTag + func (s ListTagResourcesRequestTag) GoString() string + func (s ListTagResourcesRequestTag) String() string + type ListTagResourcesResponse struct + Body *ListTagResourcesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ListTagResourcesResponse) SetBody(v *ListTagResourcesResponseBody) *ListTagResourcesResponse + func (s *ListTagResourcesResponse) SetHeaders(v map[string]*string) *ListTagResourcesResponse + func (s *ListTagResourcesResponse) SetStatusCode(v int32) *ListTagResourcesResponse + func (s ListTagResourcesResponse) GoString() string + func (s ListTagResourcesResponse) String() string + type ListTagResourcesResponseBody struct + NextToken *string + RequestId *string + TagResources []*ListTagResourcesResponseBodyTagResources + func (s *ListTagResourcesResponseBody) SetNextToken(v string) *ListTagResourcesResponseBody + func (s *ListTagResourcesResponseBody) SetRequestId(v string) *ListTagResourcesResponseBody + func (s *ListTagResourcesResponseBody) SetTagResources(v []*ListTagResourcesResponseBodyTagResources) *ListTagResourcesResponseBody + func (s ListTagResourcesResponseBody) GoString() string + func (s ListTagResourcesResponseBody) String() string + type ListTagResourcesResponseBodyTagResources struct + ResourceId *string + ResourceType *string + TagKey *string + TagValue *string + func (s *ListTagResourcesResponseBodyTagResources) SetResourceId(v string) *ListTagResourcesResponseBodyTagResources + func (s *ListTagResourcesResponseBodyTagResources) SetResourceType(v string) *ListTagResourcesResponseBodyTagResources + func (s *ListTagResourcesResponseBodyTagResources) SetTagKey(v string) *ListTagResourcesResponseBodyTagResources + func (s *ListTagResourcesResponseBodyTagResources) SetTagValue(v string) *ListTagResourcesResponseBodyTagResources + func (s ListTagResourcesResponseBodyTagResources) GoString() string + func (s ListTagResourcesResponseBodyTagResources) String() string + type ModifyAutoScalingConfigRequest struct + ConfigId *string + ConfigName *string + EffectiveTimeEnd *string + EffectiveTimeStart *string + Enabled *bool + Engine *string + InstanceId *string + NodesMax *int32 + NodesMin *int32 + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + ScaleType *string + SecurityToken *string + SpecId *string + func (s *ModifyAutoScalingConfigRequest) SetConfigId(v string) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetConfigName(v string) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetEffectiveTimeEnd(v string) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetEffectiveTimeStart(v string) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetEnabled(v bool) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetEngine(v string) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetInstanceId(v string) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetNodesMax(v int32) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetNodesMin(v int32) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetOwnerAccount(v string) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetOwnerId(v int64) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetResourceOwnerAccount(v string) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetResourceOwnerId(v int64) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetScaleType(v string) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetSecurityToken(v string) *ModifyAutoScalingConfigRequest + func (s *ModifyAutoScalingConfigRequest) SetSpecId(v string) *ModifyAutoScalingConfigRequest + func (s ModifyAutoScalingConfigRequest) GoString() string + func (s ModifyAutoScalingConfigRequest) String() string + type ModifyAutoScalingConfigResponse struct + Body *ModifyAutoScalingConfigResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ModifyAutoScalingConfigResponse) SetBody(v *ModifyAutoScalingConfigResponseBody) *ModifyAutoScalingConfigResponse + func (s *ModifyAutoScalingConfigResponse) SetHeaders(v map[string]*string) *ModifyAutoScalingConfigResponse + func (s *ModifyAutoScalingConfigResponse) SetStatusCode(v int32) *ModifyAutoScalingConfigResponse + func (s ModifyAutoScalingConfigResponse) GoString() string + func (s ModifyAutoScalingConfigResponse) String() string + type ModifyAutoScalingConfigResponseBody struct + Code *string + HttpStatusCode *int32 + Message *string + RequestId *string + Success *bool + func (s *ModifyAutoScalingConfigResponseBody) SetCode(v string) *ModifyAutoScalingConfigResponseBody + func (s *ModifyAutoScalingConfigResponseBody) SetHttpStatusCode(v int32) *ModifyAutoScalingConfigResponseBody + func (s *ModifyAutoScalingConfigResponseBody) SetMessage(v string) *ModifyAutoScalingConfigResponseBody + func (s *ModifyAutoScalingConfigResponseBody) SetRequestId(v string) *ModifyAutoScalingConfigResponseBody + func (s *ModifyAutoScalingConfigResponseBody) SetSuccess(v bool) *ModifyAutoScalingConfigResponseBody + func (s ModifyAutoScalingConfigResponseBody) GoString() string + func (s ModifyAutoScalingConfigResponseBody) String() string + type ModifyAutoScalingRuleRequest struct + ConfigId *string + Enabled *bool + EndTime *string + InstanceId *string + ObservationWindow *int32 + OperationType *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + RuleId *string + RuleName *string + RuleType *string + ScaleInStep *int32 + ScaleOutStep *int32 + SecurityToken *string + SilenceTime *int32 + StartTime *string + TargetMetric *string + TargetNodes *int32 + ThresholdLower *int32 + ThresholdUpper *int32 + TriggerCronExpr *string + func (s *ModifyAutoScalingRuleRequest) SetConfigId(v string) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetEnabled(v bool) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetEndTime(v string) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetInstanceId(v string) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetObservationWindow(v int32) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetOperationType(v string) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetOwnerAccount(v string) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetOwnerId(v int64) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetResourceOwnerAccount(v string) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetResourceOwnerId(v int64) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetRuleId(v string) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetRuleName(v string) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetRuleType(v string) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetScaleInStep(v int32) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetScaleOutStep(v int32) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetSecurityToken(v string) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetSilenceTime(v int32) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetStartTime(v string) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetTargetMetric(v string) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetTargetNodes(v int32) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetThresholdLower(v int32) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetThresholdUpper(v int32) *ModifyAutoScalingRuleRequest + func (s *ModifyAutoScalingRuleRequest) SetTriggerCronExpr(v string) *ModifyAutoScalingRuleRequest + func (s ModifyAutoScalingRuleRequest) GoString() string + func (s ModifyAutoScalingRuleRequest) String() string + type ModifyAutoScalingRuleResponse struct + Body *ModifyAutoScalingRuleResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ModifyAutoScalingRuleResponse) SetBody(v *ModifyAutoScalingRuleResponseBody) *ModifyAutoScalingRuleResponse + func (s *ModifyAutoScalingRuleResponse) SetHeaders(v map[string]*string) *ModifyAutoScalingRuleResponse + func (s *ModifyAutoScalingRuleResponse) SetStatusCode(v int32) *ModifyAutoScalingRuleResponse + func (s ModifyAutoScalingRuleResponse) GoString() string + func (s ModifyAutoScalingRuleResponse) String() string + type ModifyAutoScalingRuleResponseBody struct + Code *string + HttpStatusCode *int32 + Message *string + RequestId *string + Success *bool + func (s *ModifyAutoScalingRuleResponseBody) SetCode(v string) *ModifyAutoScalingRuleResponseBody + func (s *ModifyAutoScalingRuleResponseBody) SetHttpStatusCode(v int32) *ModifyAutoScalingRuleResponseBody + func (s *ModifyAutoScalingRuleResponseBody) SetMessage(v string) *ModifyAutoScalingRuleResponseBody + func (s *ModifyAutoScalingRuleResponseBody) SetRequestId(v string) *ModifyAutoScalingRuleResponseBody + func (s *ModifyAutoScalingRuleResponseBody) SetSuccess(v bool) *ModifyAutoScalingRuleResponseBody + func (s ModifyAutoScalingRuleResponseBody) GoString() string + func (s ModifyAutoScalingRuleResponseBody) String() string + type ModifyInstancePayTypeRequest struct + Duration *int32 + InstanceId *string + OwnerAccount *string + OwnerId *int64 + PayType *string + PricingCycle *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *ModifyInstancePayTypeRequest) SetDuration(v int32) *ModifyInstancePayTypeRequest + func (s *ModifyInstancePayTypeRequest) SetInstanceId(v string) *ModifyInstancePayTypeRequest + func (s *ModifyInstancePayTypeRequest) SetOwnerAccount(v string) *ModifyInstancePayTypeRequest + func (s *ModifyInstancePayTypeRequest) SetOwnerId(v int64) *ModifyInstancePayTypeRequest + func (s *ModifyInstancePayTypeRequest) SetPayType(v string) *ModifyInstancePayTypeRequest + func (s *ModifyInstancePayTypeRequest) SetPricingCycle(v string) *ModifyInstancePayTypeRequest + func (s *ModifyInstancePayTypeRequest) SetResourceOwnerAccount(v string) *ModifyInstancePayTypeRequest + func (s *ModifyInstancePayTypeRequest) SetResourceOwnerId(v int64) *ModifyInstancePayTypeRequest + func (s *ModifyInstancePayTypeRequest) SetSecurityToken(v string) *ModifyInstancePayTypeRequest + func (s ModifyInstancePayTypeRequest) GoString() string + func (s ModifyInstancePayTypeRequest) String() string + type ModifyInstancePayTypeResponse struct + Body *ModifyInstancePayTypeResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ModifyInstancePayTypeResponse) SetBody(v *ModifyInstancePayTypeResponseBody) *ModifyInstancePayTypeResponse + func (s *ModifyInstancePayTypeResponse) SetHeaders(v map[string]*string) *ModifyInstancePayTypeResponse + func (s *ModifyInstancePayTypeResponse) SetStatusCode(v int32) *ModifyInstancePayTypeResponse + func (s ModifyInstancePayTypeResponse) GoString() string + func (s ModifyInstancePayTypeResponse) String() string + type ModifyInstancePayTypeResponseBody struct + AccessDeniedDetail *string + InstanceId *string + OrderId *int64 + RequestId *string + func (s *ModifyInstancePayTypeResponseBody) SetAccessDeniedDetail(v string) *ModifyInstancePayTypeResponseBody + func (s *ModifyInstancePayTypeResponseBody) SetInstanceId(v string) *ModifyInstancePayTypeResponseBody + func (s *ModifyInstancePayTypeResponseBody) SetOrderId(v int64) *ModifyInstancePayTypeResponseBody + func (s *ModifyInstancePayTypeResponseBody) SetRequestId(v string) *ModifyInstancePayTypeResponseBody + func (s ModifyInstancePayTypeResponseBody) GoString() string + func (s ModifyInstancePayTypeResponseBody) String() string + type ModifyLindormV2InstanceRequest struct + CloudStorageSize *int64 + CloudStorageType *string + EngineType *string + InstanceId *string + NodeGroupList []*ModifyLindormV2InstanceRequestNodeGroupList + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + UpgradeType *string + func (s *ModifyLindormV2InstanceRequest) SetCloudStorageSize(v int64) *ModifyLindormV2InstanceRequest + func (s *ModifyLindormV2InstanceRequest) SetCloudStorageType(v string) *ModifyLindormV2InstanceRequest + func (s *ModifyLindormV2InstanceRequest) SetEngineType(v string) *ModifyLindormV2InstanceRequest + func (s *ModifyLindormV2InstanceRequest) SetInstanceId(v string) *ModifyLindormV2InstanceRequest + func (s *ModifyLindormV2InstanceRequest) SetNodeGroupList(v []*ModifyLindormV2InstanceRequestNodeGroupList) *ModifyLindormV2InstanceRequest + func (s *ModifyLindormV2InstanceRequest) SetOwnerAccount(v string) *ModifyLindormV2InstanceRequest + func (s *ModifyLindormV2InstanceRequest) SetOwnerId(v int64) *ModifyLindormV2InstanceRequest + func (s *ModifyLindormV2InstanceRequest) SetRegionId(v string) *ModifyLindormV2InstanceRequest + func (s *ModifyLindormV2InstanceRequest) SetResourceOwnerAccount(v string) *ModifyLindormV2InstanceRequest + func (s *ModifyLindormV2InstanceRequest) SetResourceOwnerId(v int64) *ModifyLindormV2InstanceRequest + func (s *ModifyLindormV2InstanceRequest) SetSecurityToken(v string) *ModifyLindormV2InstanceRequest + func (s *ModifyLindormV2InstanceRequest) SetUpgradeType(v string) *ModifyLindormV2InstanceRequest + func (s ModifyLindormV2InstanceRequest) GoString() string + func (s ModifyLindormV2InstanceRequest) String() string + type ModifyLindormV2InstanceRequestNodeGroupList struct + GroupId *string + NodeCount *string + NodeDiskSize *int64 + NodeDiskType *string + NodeSpec *string + ResourceGroupName *string + func (s *ModifyLindormV2InstanceRequestNodeGroupList) SetGroupId(v string) *ModifyLindormV2InstanceRequestNodeGroupList + func (s *ModifyLindormV2InstanceRequestNodeGroupList) SetNodeCount(v string) *ModifyLindormV2InstanceRequestNodeGroupList + func (s *ModifyLindormV2InstanceRequestNodeGroupList) SetNodeDiskSize(v int64) *ModifyLindormV2InstanceRequestNodeGroupList + func (s *ModifyLindormV2InstanceRequestNodeGroupList) SetNodeDiskType(v string) *ModifyLindormV2InstanceRequestNodeGroupList + func (s *ModifyLindormV2InstanceRequestNodeGroupList) SetNodeSpec(v string) *ModifyLindormV2InstanceRequestNodeGroupList + func (s *ModifyLindormV2InstanceRequestNodeGroupList) SetResourceGroupName(v string) *ModifyLindormV2InstanceRequestNodeGroupList + func (s ModifyLindormV2InstanceRequestNodeGroupList) GoString() string + func (s ModifyLindormV2InstanceRequestNodeGroupList) String() string + type ModifyLindormV2InstanceResponse struct + Body *ModifyLindormV2InstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ModifyLindormV2InstanceResponse) SetBody(v *ModifyLindormV2InstanceResponseBody) *ModifyLindormV2InstanceResponse + func (s *ModifyLindormV2InstanceResponse) SetHeaders(v map[string]*string) *ModifyLindormV2InstanceResponse + func (s *ModifyLindormV2InstanceResponse) SetStatusCode(v int32) *ModifyLindormV2InstanceResponse + func (s ModifyLindormV2InstanceResponse) GoString() string + func (s ModifyLindormV2InstanceResponse) String() string + type ModifyLindormV2InstanceResponseBody struct + AccessDeniedDetail *string + InstanceId *string + OrderId *int64 + RequestId *string + func (s *ModifyLindormV2InstanceResponseBody) SetAccessDeniedDetail(v string) *ModifyLindormV2InstanceResponseBody + func (s *ModifyLindormV2InstanceResponseBody) SetInstanceId(v string) *ModifyLindormV2InstanceResponseBody + func (s *ModifyLindormV2InstanceResponseBody) SetOrderId(v int64) *ModifyLindormV2InstanceResponseBody + func (s *ModifyLindormV2InstanceResponseBody) SetRequestId(v string) *ModifyLindormV2InstanceResponseBody + func (s ModifyLindormV2InstanceResponseBody) GoString() string + func (s ModifyLindormV2InstanceResponseBody) String() string + type ModifyLindormV2WhiteIpListRequest struct + DeleteGroup *bool + GroupName *string + InstanceId *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + WhiteIpList *string + func (s *ModifyLindormV2WhiteIpListRequest) SetDeleteGroup(v bool) *ModifyLindormV2WhiteIpListRequest + func (s *ModifyLindormV2WhiteIpListRequest) SetGroupName(v string) *ModifyLindormV2WhiteIpListRequest + func (s *ModifyLindormV2WhiteIpListRequest) SetInstanceId(v string) *ModifyLindormV2WhiteIpListRequest + func (s *ModifyLindormV2WhiteIpListRequest) SetOwnerAccount(v string) *ModifyLindormV2WhiteIpListRequest + func (s *ModifyLindormV2WhiteIpListRequest) SetOwnerId(v int64) *ModifyLindormV2WhiteIpListRequest + func (s *ModifyLindormV2WhiteIpListRequest) SetRegionId(v string) *ModifyLindormV2WhiteIpListRequest + func (s *ModifyLindormV2WhiteIpListRequest) SetResourceOwnerAccount(v string) *ModifyLindormV2WhiteIpListRequest + func (s *ModifyLindormV2WhiteIpListRequest) SetResourceOwnerId(v int64) *ModifyLindormV2WhiteIpListRequest + func (s *ModifyLindormV2WhiteIpListRequest) SetSecurityToken(v string) *ModifyLindormV2WhiteIpListRequest + func (s *ModifyLindormV2WhiteIpListRequest) SetWhiteIpList(v string) *ModifyLindormV2WhiteIpListRequest + func (s ModifyLindormV2WhiteIpListRequest) GoString() string + func (s ModifyLindormV2WhiteIpListRequest) String() string + type ModifyLindormV2WhiteIpListResponse struct + Body *ModifyLindormV2WhiteIpListResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ModifyLindormV2WhiteIpListResponse) SetBody(v *ModifyLindormV2WhiteIpListResponseBody) *ModifyLindormV2WhiteIpListResponse + func (s *ModifyLindormV2WhiteIpListResponse) SetHeaders(v map[string]*string) *ModifyLindormV2WhiteIpListResponse + func (s *ModifyLindormV2WhiteIpListResponse) SetStatusCode(v int32) *ModifyLindormV2WhiteIpListResponse + func (s ModifyLindormV2WhiteIpListResponse) GoString() string + func (s ModifyLindormV2WhiteIpListResponse) String() string + type ModifyLindormV2WhiteIpListResponseBody struct + AccessDeniedDetail *string + RequestId *string + func (s *ModifyLindormV2WhiteIpListResponseBody) SetAccessDeniedDetail(v string) *ModifyLindormV2WhiteIpListResponseBody + func (s *ModifyLindormV2WhiteIpListResponseBody) SetRequestId(v string) *ModifyLindormV2WhiteIpListResponseBody + func (s ModifyLindormV2WhiteIpListResponseBody) GoString() string + func (s ModifyLindormV2WhiteIpListResponseBody) String() string + type OpenComputeEngineRequest struct + CpuLimit *string + InstanceId *string + MemoryLimit *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *OpenComputeEngineRequest) SetCpuLimit(v string) *OpenComputeEngineRequest + func (s *OpenComputeEngineRequest) SetInstanceId(v string) *OpenComputeEngineRequest + func (s *OpenComputeEngineRequest) SetMemoryLimit(v string) *OpenComputeEngineRequest + func (s *OpenComputeEngineRequest) SetOwnerAccount(v string) *OpenComputeEngineRequest + func (s *OpenComputeEngineRequest) SetOwnerId(v int64) *OpenComputeEngineRequest + func (s *OpenComputeEngineRequest) SetResourceOwnerAccount(v string) *OpenComputeEngineRequest + func (s *OpenComputeEngineRequest) SetResourceOwnerId(v int64) *OpenComputeEngineRequest + func (s *OpenComputeEngineRequest) SetSecurityToken(v string) *OpenComputeEngineRequest + func (s OpenComputeEngineRequest) GoString() string + func (s OpenComputeEngineRequest) String() string + type OpenComputeEngineResponse struct + Body *OpenComputeEngineResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *OpenComputeEngineResponse) SetBody(v *OpenComputeEngineResponseBody) *OpenComputeEngineResponse + func (s *OpenComputeEngineResponse) SetHeaders(v map[string]*string) *OpenComputeEngineResponse + func (s *OpenComputeEngineResponse) SetStatusCode(v int32) *OpenComputeEngineResponse + func (s OpenComputeEngineResponse) GoString() string + func (s OpenComputeEngineResponse) String() string + type OpenComputeEngineResponseBody struct + AccessDeniedDetail *string + RequestId *string + func (s *OpenComputeEngineResponseBody) SetAccessDeniedDetail(v string) *OpenComputeEngineResponseBody + func (s *OpenComputeEngineResponseBody) SetRequestId(v string) *OpenComputeEngineResponseBody + func (s OpenComputeEngineResponseBody) GoString() string + func (s OpenComputeEngineResponseBody) String() string + type OpenComputePreCheckRequest struct + CpuLimit *string + InstanceId *string + MemoryLimit *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *OpenComputePreCheckRequest) SetCpuLimit(v string) *OpenComputePreCheckRequest + func (s *OpenComputePreCheckRequest) SetInstanceId(v string) *OpenComputePreCheckRequest + func (s *OpenComputePreCheckRequest) SetMemoryLimit(v string) *OpenComputePreCheckRequest + func (s *OpenComputePreCheckRequest) SetOwnerAccount(v string) *OpenComputePreCheckRequest + func (s *OpenComputePreCheckRequest) SetOwnerId(v int64) *OpenComputePreCheckRequest + func (s *OpenComputePreCheckRequest) SetResourceOwnerAccount(v string) *OpenComputePreCheckRequest + func (s *OpenComputePreCheckRequest) SetResourceOwnerId(v int64) *OpenComputePreCheckRequest + func (s *OpenComputePreCheckRequest) SetSecurityToken(v string) *OpenComputePreCheckRequest + func (s OpenComputePreCheckRequest) GoString() string + func (s OpenComputePreCheckRequest) String() string + type OpenComputePreCheckResponse struct + Body *OpenComputePreCheckResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *OpenComputePreCheckResponse) SetBody(v *OpenComputePreCheckResponseBody) *OpenComputePreCheckResponse + func (s *OpenComputePreCheckResponse) SetHeaders(v map[string]*string) *OpenComputePreCheckResponse + func (s *OpenComputePreCheckResponse) SetStatusCode(v int32) *OpenComputePreCheckResponse + func (s OpenComputePreCheckResponse) GoString() string + func (s OpenComputePreCheckResponse) String() string + type OpenComputePreCheckResponseBody struct + AccessDeniedDetail *string + RequestId *string + func (s *OpenComputePreCheckResponseBody) SetAccessDeniedDetail(v string) *OpenComputePreCheckResponseBody + func (s *OpenComputePreCheckResponseBody) SetRequestId(v string) *OpenComputePreCheckResponseBody + func (s OpenComputePreCheckResponseBody) GoString() string + func (s OpenComputePreCheckResponseBody) String() string + type ReleaseLindormInstanceRequest struct + Immediately *bool + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *ReleaseLindormInstanceRequest) SetImmediately(v bool) *ReleaseLindormInstanceRequest + func (s *ReleaseLindormInstanceRequest) SetInstanceId(v string) *ReleaseLindormInstanceRequest + func (s *ReleaseLindormInstanceRequest) SetOwnerAccount(v string) *ReleaseLindormInstanceRequest + func (s *ReleaseLindormInstanceRequest) SetOwnerId(v int64) *ReleaseLindormInstanceRequest + func (s *ReleaseLindormInstanceRequest) SetResourceOwnerAccount(v string) *ReleaseLindormInstanceRequest + func (s *ReleaseLindormInstanceRequest) SetResourceOwnerId(v int64) *ReleaseLindormInstanceRequest + func (s *ReleaseLindormInstanceRequest) SetSecurityToken(v string) *ReleaseLindormInstanceRequest + func (s ReleaseLindormInstanceRequest) GoString() string + func (s ReleaseLindormInstanceRequest) String() string + type ReleaseLindormInstanceResponse struct + Body *ReleaseLindormInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ReleaseLindormInstanceResponse) SetBody(v *ReleaseLindormInstanceResponseBody) *ReleaseLindormInstanceResponse + func (s *ReleaseLindormInstanceResponse) SetHeaders(v map[string]*string) *ReleaseLindormInstanceResponse + func (s *ReleaseLindormInstanceResponse) SetStatusCode(v int32) *ReleaseLindormInstanceResponse + func (s ReleaseLindormInstanceResponse) GoString() string + func (s ReleaseLindormInstanceResponse) String() string + type ReleaseLindormInstanceResponseBody struct + RequestId *string + func (s *ReleaseLindormInstanceResponseBody) SetRequestId(v string) *ReleaseLindormInstanceResponseBody + func (s ReleaseLindormInstanceResponseBody) GoString() string + func (s ReleaseLindormInstanceResponseBody) String() string + type ReleaseLindormV2InstanceRequest struct + Immediately *bool + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *ReleaseLindormV2InstanceRequest) SetImmediately(v bool) *ReleaseLindormV2InstanceRequest + func (s *ReleaseLindormV2InstanceRequest) SetInstanceId(v string) *ReleaseLindormV2InstanceRequest + func (s *ReleaseLindormV2InstanceRequest) SetOwnerAccount(v string) *ReleaseLindormV2InstanceRequest + func (s *ReleaseLindormV2InstanceRequest) SetOwnerId(v int64) *ReleaseLindormV2InstanceRequest + func (s *ReleaseLindormV2InstanceRequest) SetResourceOwnerAccount(v string) *ReleaseLindormV2InstanceRequest + func (s *ReleaseLindormV2InstanceRequest) SetResourceOwnerId(v int64) *ReleaseLindormV2InstanceRequest + func (s *ReleaseLindormV2InstanceRequest) SetSecurityToken(v string) *ReleaseLindormV2InstanceRequest + func (s ReleaseLindormV2InstanceRequest) GoString() string + func (s ReleaseLindormV2InstanceRequest) String() string + type ReleaseLindormV2InstanceResponse struct + Body *ReleaseLindormV2InstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *ReleaseLindormV2InstanceResponse) SetBody(v *ReleaseLindormV2InstanceResponseBody) *ReleaseLindormV2InstanceResponse + func (s *ReleaseLindormV2InstanceResponse) SetHeaders(v map[string]*string) *ReleaseLindormV2InstanceResponse + func (s *ReleaseLindormV2InstanceResponse) SetStatusCode(v int32) *ReleaseLindormV2InstanceResponse + func (s ReleaseLindormV2InstanceResponse) GoString() string + func (s ReleaseLindormV2InstanceResponse) String() string + type ReleaseLindormV2InstanceResponseBody struct + AccessDeniedDetail *string + RequestId *string + func (s *ReleaseLindormV2InstanceResponseBody) SetAccessDeniedDetail(v string) *ReleaseLindormV2InstanceResponseBody + func (s *ReleaseLindormV2InstanceResponseBody) SetRequestId(v string) *ReleaseLindormV2InstanceResponseBody + func (s ReleaseLindormV2InstanceResponseBody) GoString() string + func (s ReleaseLindormV2InstanceResponseBody) String() string + type RenewLindormInstanceRequest struct + Duration *int32 + InstanceId *string + OwnerAccount *string + OwnerId *int64 + PricingCycle *string + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *RenewLindormInstanceRequest) SetDuration(v int32) *RenewLindormInstanceRequest + func (s *RenewLindormInstanceRequest) SetInstanceId(v string) *RenewLindormInstanceRequest + func (s *RenewLindormInstanceRequest) SetOwnerAccount(v string) *RenewLindormInstanceRequest + func (s *RenewLindormInstanceRequest) SetOwnerId(v int64) *RenewLindormInstanceRequest + func (s *RenewLindormInstanceRequest) SetPricingCycle(v string) *RenewLindormInstanceRequest + func (s *RenewLindormInstanceRequest) SetRegionId(v string) *RenewLindormInstanceRequest + func (s *RenewLindormInstanceRequest) SetResourceOwnerAccount(v string) *RenewLindormInstanceRequest + func (s *RenewLindormInstanceRequest) SetResourceOwnerId(v int64) *RenewLindormInstanceRequest + func (s *RenewLindormInstanceRequest) SetSecurityToken(v string) *RenewLindormInstanceRequest + func (s RenewLindormInstanceRequest) GoString() string + func (s RenewLindormInstanceRequest) String() string + type RenewLindormInstanceResponse struct + Body *RenewLindormInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *RenewLindormInstanceResponse) SetBody(v *RenewLindormInstanceResponseBody) *RenewLindormInstanceResponse + func (s *RenewLindormInstanceResponse) SetHeaders(v map[string]*string) *RenewLindormInstanceResponse + func (s *RenewLindormInstanceResponse) SetStatusCode(v int32) *RenewLindormInstanceResponse + func (s RenewLindormInstanceResponse) GoString() string + func (s RenewLindormInstanceResponse) String() string + type RenewLindormInstanceResponseBody struct + AccessDeniedDetail *string + InstanceId *string + OrderId *int64 + RequestId *string + func (s *RenewLindormInstanceResponseBody) SetAccessDeniedDetail(v string) *RenewLindormInstanceResponseBody + func (s *RenewLindormInstanceResponseBody) SetInstanceId(v string) *RenewLindormInstanceResponseBody + func (s *RenewLindormInstanceResponseBody) SetOrderId(v int64) *RenewLindormInstanceResponseBody + func (s *RenewLindormInstanceResponseBody) SetRequestId(v string) *RenewLindormInstanceResponseBody + func (s RenewLindormInstanceResponseBody) GoString() string + func (s RenewLindormInstanceResponseBody) String() string + type RestartLdpsComputeGroupRequest struct + GroupName *string + InstanceId *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *RestartLdpsComputeGroupRequest) SetGroupName(v string) *RestartLdpsComputeGroupRequest + func (s *RestartLdpsComputeGroupRequest) SetInstanceId(v string) *RestartLdpsComputeGroupRequest + func (s *RestartLdpsComputeGroupRequest) SetOwnerAccount(v string) *RestartLdpsComputeGroupRequest + func (s *RestartLdpsComputeGroupRequest) SetOwnerId(v int64) *RestartLdpsComputeGroupRequest + func (s *RestartLdpsComputeGroupRequest) SetRegionId(v string) *RestartLdpsComputeGroupRequest + func (s *RestartLdpsComputeGroupRequest) SetResourceOwnerAccount(v string) *RestartLdpsComputeGroupRequest + func (s *RestartLdpsComputeGroupRequest) SetResourceOwnerId(v int64) *RestartLdpsComputeGroupRequest + func (s *RestartLdpsComputeGroupRequest) SetSecurityToken(v string) *RestartLdpsComputeGroupRequest + func (s RestartLdpsComputeGroupRequest) GoString() string + func (s RestartLdpsComputeGroupRequest) String() string + type RestartLdpsComputeGroupResponse struct + Body *RestartLdpsComputeGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *RestartLdpsComputeGroupResponse) SetBody(v *RestartLdpsComputeGroupResponseBody) *RestartLdpsComputeGroupResponse + func (s *RestartLdpsComputeGroupResponse) SetHeaders(v map[string]*string) *RestartLdpsComputeGroupResponse + func (s *RestartLdpsComputeGroupResponse) SetStatusCode(v int32) *RestartLdpsComputeGroupResponse + func (s RestartLdpsComputeGroupResponse) GoString() string + func (s RestartLdpsComputeGroupResponse) String() string + type RestartLdpsComputeGroupResponseBody struct + AccessDeniedDetail *string + RequestId *string + func (s *RestartLdpsComputeGroupResponseBody) SetAccessDeniedDetail(v string) *RestartLdpsComputeGroupResponseBody + func (s *RestartLdpsComputeGroupResponseBody) SetRequestId(v string) *RestartLdpsComputeGroupResponseBody + func (s RestartLdpsComputeGroupResponseBody) GoString() string + func (s RestartLdpsComputeGroupResponseBody) String() string + type SetDefaultOlapComputeGroupRequest struct + GroupName *string + InstanceId *string + IsDefault *bool + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *SetDefaultOlapComputeGroupRequest) SetGroupName(v string) *SetDefaultOlapComputeGroupRequest + func (s *SetDefaultOlapComputeGroupRequest) SetInstanceId(v string) *SetDefaultOlapComputeGroupRequest + func (s *SetDefaultOlapComputeGroupRequest) SetIsDefault(v bool) *SetDefaultOlapComputeGroupRequest + func (s *SetDefaultOlapComputeGroupRequest) SetOwnerAccount(v string) *SetDefaultOlapComputeGroupRequest + func (s *SetDefaultOlapComputeGroupRequest) SetOwnerId(v int64) *SetDefaultOlapComputeGroupRequest + func (s *SetDefaultOlapComputeGroupRequest) SetRegionId(v string) *SetDefaultOlapComputeGroupRequest + func (s *SetDefaultOlapComputeGroupRequest) SetResourceOwnerAccount(v string) *SetDefaultOlapComputeGroupRequest + func (s *SetDefaultOlapComputeGroupRequest) SetResourceOwnerId(v int64) *SetDefaultOlapComputeGroupRequest + func (s *SetDefaultOlapComputeGroupRequest) SetSecurityToken(v string) *SetDefaultOlapComputeGroupRequest + func (s SetDefaultOlapComputeGroupRequest) GoString() string + func (s SetDefaultOlapComputeGroupRequest) String() string + type SetDefaultOlapComputeGroupResponse struct + Body *SetDefaultOlapComputeGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *SetDefaultOlapComputeGroupResponse) SetBody(v *SetDefaultOlapComputeGroupResponseBody) *SetDefaultOlapComputeGroupResponse + func (s *SetDefaultOlapComputeGroupResponse) SetHeaders(v map[string]*string) *SetDefaultOlapComputeGroupResponse + func (s *SetDefaultOlapComputeGroupResponse) SetStatusCode(v int32) *SetDefaultOlapComputeGroupResponse + func (s SetDefaultOlapComputeGroupResponse) GoString() string + func (s SetDefaultOlapComputeGroupResponse) String() string + type SetDefaultOlapComputeGroupResponseBody struct + RequestId *string + func (s *SetDefaultOlapComputeGroupResponseBody) SetRequestId(v string) *SetDefaultOlapComputeGroupResponseBody + func (s SetDefaultOlapComputeGroupResponseBody) GoString() string + func (s SetDefaultOlapComputeGroupResponseBody) String() string + type SwitchLSQLV3MySQLServiceRequest struct + ActionType *int32 + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *SwitchLSQLV3MySQLServiceRequest) SetActionType(v int32) *SwitchLSQLV3MySQLServiceRequest + func (s *SwitchLSQLV3MySQLServiceRequest) SetInstanceId(v string) *SwitchLSQLV3MySQLServiceRequest + func (s *SwitchLSQLV3MySQLServiceRequest) SetOwnerAccount(v string) *SwitchLSQLV3MySQLServiceRequest + func (s *SwitchLSQLV3MySQLServiceRequest) SetOwnerId(v int64) *SwitchLSQLV3MySQLServiceRequest + func (s *SwitchLSQLV3MySQLServiceRequest) SetResourceOwnerAccount(v string) *SwitchLSQLV3MySQLServiceRequest + func (s *SwitchLSQLV3MySQLServiceRequest) SetResourceOwnerId(v int64) *SwitchLSQLV3MySQLServiceRequest + func (s *SwitchLSQLV3MySQLServiceRequest) SetSecurityToken(v string) *SwitchLSQLV3MySQLServiceRequest + func (s SwitchLSQLV3MySQLServiceRequest) GoString() string + func (s SwitchLSQLV3MySQLServiceRequest) String() string + type SwitchLSQLV3MySQLServiceResponse struct + Body *SwitchLSQLV3MySQLServiceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *SwitchLSQLV3MySQLServiceResponse) SetBody(v *SwitchLSQLV3MySQLServiceResponseBody) *SwitchLSQLV3MySQLServiceResponse + func (s *SwitchLSQLV3MySQLServiceResponse) SetHeaders(v map[string]*string) *SwitchLSQLV3MySQLServiceResponse + func (s *SwitchLSQLV3MySQLServiceResponse) SetStatusCode(v int32) *SwitchLSQLV3MySQLServiceResponse + func (s SwitchLSQLV3MySQLServiceResponse) GoString() string + func (s SwitchLSQLV3MySQLServiceResponse) String() string + type SwitchLSQLV3MySQLServiceResponseBody struct + AccessDeniedDetail *string + RequestId *string + func (s *SwitchLSQLV3MySQLServiceResponseBody) SetAccessDeniedDetail(v string) *SwitchLSQLV3MySQLServiceResponseBody + func (s *SwitchLSQLV3MySQLServiceResponseBody) SetRequestId(v string) *SwitchLSQLV3MySQLServiceResponseBody + func (s SwitchLSQLV3MySQLServiceResponseBody) GoString() string + func (s SwitchLSQLV3MySQLServiceResponseBody) String() string + type TagResourcesRequest struct + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceId []*string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + ResourceType *string + SecurityToken *string + Tag []*TagResourcesRequestTag + func (s *TagResourcesRequest) SetOwnerAccount(v string) *TagResourcesRequest + func (s *TagResourcesRequest) SetOwnerId(v int64) *TagResourcesRequest + func (s *TagResourcesRequest) SetRegionId(v string) *TagResourcesRequest + func (s *TagResourcesRequest) SetResourceId(v []*string) *TagResourcesRequest + func (s *TagResourcesRequest) SetResourceOwnerAccount(v string) *TagResourcesRequest + func (s *TagResourcesRequest) SetResourceOwnerId(v int64) *TagResourcesRequest + func (s *TagResourcesRequest) SetResourceType(v string) *TagResourcesRequest + func (s *TagResourcesRequest) SetSecurityToken(v string) *TagResourcesRequest + func (s *TagResourcesRequest) SetTag(v []*TagResourcesRequestTag) *TagResourcesRequest + func (s TagResourcesRequest) GoString() string + func (s TagResourcesRequest) String() string + type TagResourcesRequestTag struct + Key *string + Value *string + func (s *TagResourcesRequestTag) SetKey(v string) *TagResourcesRequestTag + func (s *TagResourcesRequestTag) SetValue(v string) *TagResourcesRequestTag + func (s TagResourcesRequestTag) GoString() string + func (s TagResourcesRequestTag) String() string + type TagResourcesResponse struct + Body *TagResourcesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *TagResourcesResponse) SetBody(v *TagResourcesResponseBody) *TagResourcesResponse + func (s *TagResourcesResponse) SetHeaders(v map[string]*string) *TagResourcesResponse + func (s *TagResourcesResponse) SetStatusCode(v int32) *TagResourcesResponse + func (s TagResourcesResponse) GoString() string + func (s TagResourcesResponse) String() string + type TagResourcesResponseBody struct + RequestId *string + func (s *TagResourcesResponseBody) SetRequestId(v string) *TagResourcesResponseBody + func (s TagResourcesResponseBody) GoString() string + func (s TagResourcesResponseBody) String() string + type UntagResourcesRequest struct + All *bool + OwnerAccount *string + OwnerId *int64 + ResourceId []*string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + ResourceType *string + SecurityToken *string + TagKey []*string + func (s *UntagResourcesRequest) SetAll(v bool) *UntagResourcesRequest + func (s *UntagResourcesRequest) SetOwnerAccount(v string) *UntagResourcesRequest + func (s *UntagResourcesRequest) SetOwnerId(v int64) *UntagResourcesRequest + func (s *UntagResourcesRequest) SetResourceId(v []*string) *UntagResourcesRequest + func (s *UntagResourcesRequest) SetResourceOwnerAccount(v string) *UntagResourcesRequest + func (s *UntagResourcesRequest) SetResourceOwnerId(v int64) *UntagResourcesRequest + func (s *UntagResourcesRequest) SetResourceType(v string) *UntagResourcesRequest + func (s *UntagResourcesRequest) SetSecurityToken(v string) *UntagResourcesRequest + func (s *UntagResourcesRequest) SetTagKey(v []*string) *UntagResourcesRequest + func (s UntagResourcesRequest) GoString() string + func (s UntagResourcesRequest) String() string + type UntagResourcesResponse struct + Body *UntagResourcesResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UntagResourcesResponse) SetBody(v *UntagResourcesResponseBody) *UntagResourcesResponse + func (s *UntagResourcesResponse) SetHeaders(v map[string]*string) *UntagResourcesResponse + func (s *UntagResourcesResponse) SetStatusCode(v int32) *UntagResourcesResponse + func (s UntagResourcesResponse) GoString() string + func (s UntagResourcesResponse) String() string + type UntagResourcesResponseBody struct + RequestId *string + func (s *UntagResourcesResponseBody) SetRequestId(v string) *UntagResourcesResponseBody + func (s UntagResourcesResponseBody) GoString() string + func (s UntagResourcesResponseBody) String() string + type UpdateInstanceIpWhiteListRequest struct + Delete *bool + GroupName *string + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityIpList *string + SecurityToken *string + func (s *UpdateInstanceIpWhiteListRequest) SetDelete(v bool) *UpdateInstanceIpWhiteListRequest + func (s *UpdateInstanceIpWhiteListRequest) SetGroupName(v string) *UpdateInstanceIpWhiteListRequest + func (s *UpdateInstanceIpWhiteListRequest) SetInstanceId(v string) *UpdateInstanceIpWhiteListRequest + func (s *UpdateInstanceIpWhiteListRequest) SetOwnerAccount(v string) *UpdateInstanceIpWhiteListRequest + func (s *UpdateInstanceIpWhiteListRequest) SetOwnerId(v int64) *UpdateInstanceIpWhiteListRequest + func (s *UpdateInstanceIpWhiteListRequest) SetResourceOwnerAccount(v string) *UpdateInstanceIpWhiteListRequest + func (s *UpdateInstanceIpWhiteListRequest) SetResourceOwnerId(v int64) *UpdateInstanceIpWhiteListRequest + func (s *UpdateInstanceIpWhiteListRequest) SetSecurityIpList(v string) *UpdateInstanceIpWhiteListRequest + func (s *UpdateInstanceIpWhiteListRequest) SetSecurityToken(v string) *UpdateInstanceIpWhiteListRequest + func (s UpdateInstanceIpWhiteListRequest) GoString() string + func (s UpdateInstanceIpWhiteListRequest) String() string + type UpdateInstanceIpWhiteListResponse struct + Body *UpdateInstanceIpWhiteListResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateInstanceIpWhiteListResponse) SetBody(v *UpdateInstanceIpWhiteListResponseBody) *UpdateInstanceIpWhiteListResponse + func (s *UpdateInstanceIpWhiteListResponse) SetHeaders(v map[string]*string) *UpdateInstanceIpWhiteListResponse + func (s *UpdateInstanceIpWhiteListResponse) SetStatusCode(v int32) *UpdateInstanceIpWhiteListResponse + func (s UpdateInstanceIpWhiteListResponse) GoString() string + func (s UpdateInstanceIpWhiteListResponse) String() string + type UpdateInstanceIpWhiteListResponseBody struct + AccessDeniedDetail *string + RequestId *string + func (s *UpdateInstanceIpWhiteListResponseBody) SetAccessDeniedDetail(v string) *UpdateInstanceIpWhiteListResponseBody + func (s *UpdateInstanceIpWhiteListResponseBody) SetRequestId(v string) *UpdateInstanceIpWhiteListResponseBody + func (s UpdateInstanceIpWhiteListResponseBody) GoString() string + func (s UpdateInstanceIpWhiteListResponseBody) String() string + type UpdateInstanceSecurityGroupsRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityGroups *string + SecurityToken *string + func (s *UpdateInstanceSecurityGroupsRequest) SetInstanceId(v string) *UpdateInstanceSecurityGroupsRequest + func (s *UpdateInstanceSecurityGroupsRequest) SetOwnerAccount(v string) *UpdateInstanceSecurityGroupsRequest + func (s *UpdateInstanceSecurityGroupsRequest) SetOwnerId(v int64) *UpdateInstanceSecurityGroupsRequest + func (s *UpdateInstanceSecurityGroupsRequest) SetResourceOwnerAccount(v string) *UpdateInstanceSecurityGroupsRequest + func (s *UpdateInstanceSecurityGroupsRequest) SetResourceOwnerId(v int64) *UpdateInstanceSecurityGroupsRequest + func (s *UpdateInstanceSecurityGroupsRequest) SetSecurityGroups(v string) *UpdateInstanceSecurityGroupsRequest + func (s *UpdateInstanceSecurityGroupsRequest) SetSecurityToken(v string) *UpdateInstanceSecurityGroupsRequest + func (s UpdateInstanceSecurityGroupsRequest) GoString() string + func (s UpdateInstanceSecurityGroupsRequest) String() string + type UpdateInstanceSecurityGroupsResponse struct + Body *UpdateInstanceSecurityGroupsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateInstanceSecurityGroupsResponse) SetBody(v *UpdateInstanceSecurityGroupsResponseBody) *UpdateInstanceSecurityGroupsResponse + func (s *UpdateInstanceSecurityGroupsResponse) SetHeaders(v map[string]*string) *UpdateInstanceSecurityGroupsResponse + func (s *UpdateInstanceSecurityGroupsResponse) SetStatusCode(v int32) *UpdateInstanceSecurityGroupsResponse + func (s UpdateInstanceSecurityGroupsResponse) GoString() string + func (s UpdateInstanceSecurityGroupsResponse) String() string + type UpdateInstanceSecurityGroupsResponseBody struct + RequestId *string + func (s *UpdateInstanceSecurityGroupsResponseBody) SetRequestId(v string) *UpdateInstanceSecurityGroupsResponseBody + func (s UpdateInstanceSecurityGroupsResponseBody) GoString() string + func (s UpdateInstanceSecurityGroupsResponseBody) String() string + type UpdateLdpsComputeGroupRequest struct + GroupName *string + InstanceId *string + OwnerAccount *string + OwnerId *int64 + Properties *string + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + func (s *UpdateLdpsComputeGroupRequest) SetGroupName(v string) *UpdateLdpsComputeGroupRequest + func (s *UpdateLdpsComputeGroupRequest) SetInstanceId(v string) *UpdateLdpsComputeGroupRequest + func (s *UpdateLdpsComputeGroupRequest) SetOwnerAccount(v string) *UpdateLdpsComputeGroupRequest + func (s *UpdateLdpsComputeGroupRequest) SetOwnerId(v int64) *UpdateLdpsComputeGroupRequest + func (s *UpdateLdpsComputeGroupRequest) SetProperties(v string) *UpdateLdpsComputeGroupRequest + func (s *UpdateLdpsComputeGroupRequest) SetRegionId(v string) *UpdateLdpsComputeGroupRequest + func (s *UpdateLdpsComputeGroupRequest) SetResourceOwnerAccount(v string) *UpdateLdpsComputeGroupRequest + func (s *UpdateLdpsComputeGroupRequest) SetResourceOwnerId(v int64) *UpdateLdpsComputeGroupRequest + func (s *UpdateLdpsComputeGroupRequest) SetSecurityToken(v string) *UpdateLdpsComputeGroupRequest + func (s UpdateLdpsComputeGroupRequest) GoString() string + func (s UpdateLdpsComputeGroupRequest) String() string + type UpdateLdpsComputeGroupResponse struct + Body *UpdateLdpsComputeGroupResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateLdpsComputeGroupResponse) SetBody(v *UpdateLdpsComputeGroupResponseBody) *UpdateLdpsComputeGroupResponse + func (s *UpdateLdpsComputeGroupResponse) SetHeaders(v map[string]*string) *UpdateLdpsComputeGroupResponse + func (s *UpdateLdpsComputeGroupResponse) SetStatusCode(v int32) *UpdateLdpsComputeGroupResponse + func (s UpdateLdpsComputeGroupResponse) GoString() string + func (s UpdateLdpsComputeGroupResponse) String() string + type UpdateLdpsComputeGroupResponseBody struct + AccessDeniedDetail *string + RequestId *string + func (s *UpdateLdpsComputeGroupResponseBody) SetAccessDeniedDetail(v string) *UpdateLdpsComputeGroupResponseBody + func (s *UpdateLdpsComputeGroupResponseBody) SetRequestId(v string) *UpdateLdpsComputeGroupResponseBody + func (s UpdateLdpsComputeGroupResponseBody) GoString() string + func (s UpdateLdpsComputeGroupResponseBody) String() string + type UpdateLindormV2InstanceParameterRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + ParameterKey *string + ParameterValue *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + UpdateType *string + func (s *UpdateLindormV2InstanceParameterRequest) SetInstanceId(v string) *UpdateLindormV2InstanceParameterRequest + func (s *UpdateLindormV2InstanceParameterRequest) SetOwnerAccount(v string) *UpdateLindormV2InstanceParameterRequest + func (s *UpdateLindormV2InstanceParameterRequest) SetOwnerId(v int64) *UpdateLindormV2InstanceParameterRequest + func (s *UpdateLindormV2InstanceParameterRequest) SetParameterKey(v string) *UpdateLindormV2InstanceParameterRequest + func (s *UpdateLindormV2InstanceParameterRequest) SetParameterValue(v string) *UpdateLindormV2InstanceParameterRequest + func (s *UpdateLindormV2InstanceParameterRequest) SetResourceOwnerAccount(v string) *UpdateLindormV2InstanceParameterRequest + func (s *UpdateLindormV2InstanceParameterRequest) SetResourceOwnerId(v int64) *UpdateLindormV2InstanceParameterRequest + func (s *UpdateLindormV2InstanceParameterRequest) SetSecurityToken(v string) *UpdateLindormV2InstanceParameterRequest + func (s *UpdateLindormV2InstanceParameterRequest) SetUpdateType(v string) *UpdateLindormV2InstanceParameterRequest + func (s UpdateLindormV2InstanceParameterRequest) GoString() string + func (s UpdateLindormV2InstanceParameterRequest) String() string + type UpdateLindormV2InstanceParameterResponse struct + Body *UpdateLindormV2InstanceParameterResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpdateLindormV2InstanceParameterResponse) SetBody(v *UpdateLindormV2InstanceParameterResponseBody) *UpdateLindormV2InstanceParameterResponse + func (s *UpdateLindormV2InstanceParameterResponse) SetHeaders(v map[string]*string) *UpdateLindormV2InstanceParameterResponse + func (s *UpdateLindormV2InstanceParameterResponse) SetStatusCode(v int32) *UpdateLindormV2InstanceParameterResponse + func (s UpdateLindormV2InstanceParameterResponse) GoString() string + func (s UpdateLindormV2InstanceParameterResponse) String() string + type UpdateLindormV2InstanceParameterResponseBody struct + AccessDeniedDetail *string + RequestId *string + func (s *UpdateLindormV2InstanceParameterResponseBody) SetAccessDeniedDetail(v string) *UpdateLindormV2InstanceParameterResponseBody + func (s *UpdateLindormV2InstanceParameterResponseBody) SetRequestId(v string) *UpdateLindormV2InstanceParameterResponseBody + func (s UpdateLindormV2InstanceParameterResponseBody) GoString() string + func (s UpdateLindormV2InstanceParameterResponseBody) String() string + type UpgradeLindormInstanceRequest struct + ClusterStorage *int32 + ColdStorage *int32 + CoreSingleStorage *int32 + FilestoreNum *int32 + FilestoreSpec *string + InstanceId *string + LindormNum *int32 + LindormSpec *string + LogNum *int32 + LogSingleStorage *int32 + LogSpec *string + LtsCoreNum *int32 + LtsCoreSpec *string + OwnerAccount *string + OwnerId *int64 + RegionId *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + SolrNum *int32 + SolrSpec *string + StreamNum *int32 + StreamSpec *string + TsdbNum *int32 + TsdbSpec *string + UpgradeType *string + ZoneId *string + func (s *UpgradeLindormInstanceRequest) SetClusterStorage(v int32) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetColdStorage(v int32) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetCoreSingleStorage(v int32) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetFilestoreNum(v int32) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetFilestoreSpec(v string) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetInstanceId(v string) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetLindormNum(v int32) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetLindormSpec(v string) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetLogNum(v int32) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetLogSingleStorage(v int32) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetLogSpec(v string) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetLtsCoreNum(v int32) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetLtsCoreSpec(v string) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetOwnerAccount(v string) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetOwnerId(v int64) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetRegionId(v string) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetResourceOwnerAccount(v string) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetResourceOwnerId(v int64) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetSecurityToken(v string) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetSolrNum(v int32) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetSolrSpec(v string) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetStreamNum(v int32) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetStreamSpec(v string) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetTsdbNum(v int32) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetTsdbSpec(v string) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetUpgradeType(v string) *UpgradeLindormInstanceRequest + func (s *UpgradeLindormInstanceRequest) SetZoneId(v string) *UpgradeLindormInstanceRequest + func (s UpgradeLindormInstanceRequest) GoString() string + func (s UpgradeLindormInstanceRequest) String() string + type UpgradeLindormInstanceResponse struct + Body *UpgradeLindormInstanceResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpgradeLindormInstanceResponse) SetBody(v *UpgradeLindormInstanceResponseBody) *UpgradeLindormInstanceResponse + func (s *UpgradeLindormInstanceResponse) SetHeaders(v map[string]*string) *UpgradeLindormInstanceResponse + func (s *UpgradeLindormInstanceResponse) SetStatusCode(v int32) *UpgradeLindormInstanceResponse + func (s UpgradeLindormInstanceResponse) GoString() string + func (s UpgradeLindormInstanceResponse) String() string + type UpgradeLindormInstanceResponseBody struct + OrderId *int64 + RequestId *string + func (s *UpgradeLindormInstanceResponseBody) SetOrderId(v int64) *UpgradeLindormInstanceResponseBody + func (s *UpgradeLindormInstanceResponseBody) SetRequestId(v string) *UpgradeLindormInstanceResponseBody + func (s UpgradeLindormInstanceResponseBody) GoString() string + func (s UpgradeLindormInstanceResponseBody) String() string + type UpgradeLindormV2StreamEngineRequest struct + InstanceId *string + OwnerAccount *string + OwnerId *int64 + Quantity *int32 + ResourceGroupName *string + ResourceOwnerAccount *string + ResourceOwnerId *int64 + SecurityToken *string + Spec *string + SpecId *string + UpgradeType *string + func (s *UpgradeLindormV2StreamEngineRequest) SetInstanceId(v string) *UpgradeLindormV2StreamEngineRequest + func (s *UpgradeLindormV2StreamEngineRequest) SetOwnerAccount(v string) *UpgradeLindormV2StreamEngineRequest + func (s *UpgradeLindormV2StreamEngineRequest) SetOwnerId(v int64) *UpgradeLindormV2StreamEngineRequest + func (s *UpgradeLindormV2StreamEngineRequest) SetQuantity(v int32) *UpgradeLindormV2StreamEngineRequest + func (s *UpgradeLindormV2StreamEngineRequest) SetResourceGroupName(v string) *UpgradeLindormV2StreamEngineRequest + func (s *UpgradeLindormV2StreamEngineRequest) SetResourceOwnerAccount(v string) *UpgradeLindormV2StreamEngineRequest + func (s *UpgradeLindormV2StreamEngineRequest) SetResourceOwnerId(v int64) *UpgradeLindormV2StreamEngineRequest + func (s *UpgradeLindormV2StreamEngineRequest) SetSecurityToken(v string) *UpgradeLindormV2StreamEngineRequest + func (s *UpgradeLindormV2StreamEngineRequest) SetSpec(v string) *UpgradeLindormV2StreamEngineRequest + func (s *UpgradeLindormV2StreamEngineRequest) SetSpecId(v string) *UpgradeLindormV2StreamEngineRequest + func (s *UpgradeLindormV2StreamEngineRequest) SetUpgradeType(v string) *UpgradeLindormV2StreamEngineRequest + func (s UpgradeLindormV2StreamEngineRequest) GoString() string + func (s UpgradeLindormV2StreamEngineRequest) String() string + type UpgradeLindormV2StreamEngineResponse struct + Body *UpgradeLindormV2StreamEngineResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *UpgradeLindormV2StreamEngineResponse) SetBody(v *UpgradeLindormV2StreamEngineResponseBody) *UpgradeLindormV2StreamEngineResponse + func (s *UpgradeLindormV2StreamEngineResponse) SetHeaders(v map[string]*string) *UpgradeLindormV2StreamEngineResponse + func (s *UpgradeLindormV2StreamEngineResponse) SetStatusCode(v int32) *UpgradeLindormV2StreamEngineResponse + func (s UpgradeLindormV2StreamEngineResponse) GoString() string + func (s UpgradeLindormV2StreamEngineResponse) String() string + type UpgradeLindormV2StreamEngineResponseBody struct + AccessDeniedDetail *string + RequestId *string + func (s *UpgradeLindormV2StreamEngineResponseBody) SetAccessDeniedDetail(v string) *UpgradeLindormV2StreamEngineResponseBody + func (s *UpgradeLindormV2StreamEngineResponseBody) SetRequestId(v string) *UpgradeLindormV2StreamEngineResponseBody + func (s UpgradeLindormV2StreamEngineResponseBody) GoString() string + func (s UpgradeLindormV2StreamEngineResponseBody) String() string Other modules containing this package github.com/alibabacloud-go/hitsdb-20200615 github.com/alibabacloud-go/hitsdb-20200615/v3 github.com/alibabacloud-go/hitsdb-20200615/v4 github.com/alibabacloud-go/hitsdb-20200615/v5