client

package
v3.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddLayer7CCRuleRequest

type AddLayer7CCRuleRequest struct {
	Act             *string `json:"Act,omitempty" xml:"Act,omitempty"`
	Count           *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Interval        *int32  `json:"Interval,omitempty" xml:"Interval,omitempty"`
	Mode            *string `json:"Mode,omitempty" xml:"Mode,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	Ttl             *int32  `json:"Ttl,omitempty" xml:"Ttl,omitempty"`
	Uri             *string `json:"Uri,omitempty" xml:"Uri,omitempty"`
}

func (AddLayer7CCRuleRequest) GoString

func (s AddLayer7CCRuleRequest) GoString() string

func (*AddLayer7CCRuleRequest) SetAct

func (*AddLayer7CCRuleRequest) SetCount

func (*AddLayer7CCRuleRequest) SetDomain

func (*AddLayer7CCRuleRequest) SetInterval

func (*AddLayer7CCRuleRequest) SetMode

func (*AddLayer7CCRuleRequest) SetName

func (*AddLayer7CCRuleRequest) SetResourceGroupId

func (s *AddLayer7CCRuleRequest) SetResourceGroupId(v string) *AddLayer7CCRuleRequest

func (*AddLayer7CCRuleRequest) SetTtl

func (*AddLayer7CCRuleRequest) SetUri

func (AddLayer7CCRuleRequest) String

func (s AddLayer7CCRuleRequest) String() string

type AddLayer7CCRuleResponse

type AddLayer7CCRuleResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AddLayer7CCRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddLayer7CCRuleResponse) GoString

func (s AddLayer7CCRuleResponse) GoString() string

func (*AddLayer7CCRuleResponse) SetBody

func (*AddLayer7CCRuleResponse) SetHeaders

func (*AddLayer7CCRuleResponse) SetStatusCode

func (AddLayer7CCRuleResponse) String

func (s AddLayer7CCRuleResponse) String() string

type AddLayer7CCRuleResponseBody

type AddLayer7CCRuleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AddLayer7CCRuleResponseBody) GoString

func (s AddLayer7CCRuleResponseBody) GoString() string

func (*AddLayer7CCRuleResponseBody) SetRequestId

func (AddLayer7CCRuleResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) AddLayer7CCRule

func (client *Client) AddLayer7CCRule(request *AddLayer7CCRuleRequest) (_result *AddLayer7CCRuleResponse, _err error)

func (*Client) AddLayer7CCRuleWithOptions

func (client *Client) AddLayer7CCRuleWithOptions(request *AddLayer7CCRuleRequest, runtime *util.RuntimeOptions) (_result *AddLayer7CCRuleResponse, _err error)

func (*Client) CloseDomainSlsConfig

func (client *Client) CloseDomainSlsConfig(request *CloseDomainSlsConfigRequest) (_result *CloseDomainSlsConfigResponse, _err error)

func (*Client) CloseDomainSlsConfigWithOptions

func (client *Client) CloseDomainSlsConfigWithOptions(request *CloseDomainSlsConfigRequest, runtime *util.RuntimeOptions) (_result *CloseDomainSlsConfigResponse, _err error)

func (*Client) ConfigHealthCheck

func (client *Client) ConfigHealthCheck(request *ConfigHealthCheckRequest) (_result *ConfigHealthCheckResponse, _err error)

func (*Client) ConfigHealthCheckWithOptions

func (client *Client) ConfigHealthCheckWithOptions(request *ConfigHealthCheckRequest, runtime *util.RuntimeOptions) (_result *ConfigHealthCheckResponse, _err error)

func (*Client) ConfigLayer4Rule

func (client *Client) ConfigLayer4Rule(request *ConfigLayer4RuleRequest) (_result *ConfigLayer4RuleResponse, _err error)

func (*Client) ConfigLayer4RuleAttribute

func (client *Client) ConfigLayer4RuleAttribute(request *ConfigLayer4RuleAttributeRequest) (_result *ConfigLayer4RuleAttributeResponse, _err error)

func (*Client) ConfigLayer4RuleAttributeWithOptions

func (client *Client) ConfigLayer4RuleAttributeWithOptions(request *ConfigLayer4RuleAttributeRequest, runtime *util.RuntimeOptions) (_result *ConfigLayer4RuleAttributeResponse, _err error)

func (*Client) ConfigLayer4RuleWithOptions

func (client *Client) ConfigLayer4RuleWithOptions(request *ConfigLayer4RuleRequest, runtime *util.RuntimeOptions) (_result *ConfigLayer4RuleResponse, _err error)

func (*Client) ConfigLayer7BlackWhiteList

func (client *Client) ConfigLayer7BlackWhiteList(request *ConfigLayer7BlackWhiteListRequest) (_result *ConfigLayer7BlackWhiteListResponse, _err error)

func (*Client) ConfigLayer7BlackWhiteListWithOptions

func (client *Client) ConfigLayer7BlackWhiteListWithOptions(request *ConfigLayer7BlackWhiteListRequest, runtime *util.RuntimeOptions) (_result *ConfigLayer7BlackWhiteListResponse, _err error)

func (*Client) ConfigLayer7CCRule

func (client *Client) ConfigLayer7CCRule(request *ConfigLayer7CCRuleRequest) (_result *ConfigLayer7CCRuleResponse, _err error)

func (*Client) ConfigLayer7CCRuleWithOptions

func (client *Client) ConfigLayer7CCRuleWithOptions(request *ConfigLayer7CCRuleRequest, runtime *util.RuntimeOptions) (_result *ConfigLayer7CCRuleResponse, _err error)

func (*Client) ConfigLayer7CCTemplate

func (client *Client) ConfigLayer7CCTemplate(request *ConfigLayer7CCTemplateRequest) (_result *ConfigLayer7CCTemplateResponse, _err error)

func (*Client) ConfigLayer7CCTemplateWithOptions

func (client *Client) ConfigLayer7CCTemplateWithOptions(request *ConfigLayer7CCTemplateRequest, runtime *util.RuntimeOptions) (_result *ConfigLayer7CCTemplateResponse, _err error)

func (*Client) ConfigLayer7Cert

func (client *Client) ConfigLayer7Cert(request *ConfigLayer7CertRequest) (_result *ConfigLayer7CertResponse, _err error)

func (*Client) ConfigLayer7CertWithOptions

func (client *Client) ConfigLayer7CertWithOptions(request *ConfigLayer7CertRequest, runtime *util.RuntimeOptions) (_result *ConfigLayer7CertResponse, _err error)

func (*Client) ConfigLayer7Rule

func (client *Client) ConfigLayer7Rule(request *ConfigLayer7RuleRequest) (_result *ConfigLayer7RuleResponse, _err error)

func (*Client) ConfigLayer7RuleWithOptions

func (client *Client) ConfigLayer7RuleWithOptions(request *ConfigLayer7RuleRequest, runtime *util.RuntimeOptions) (_result *ConfigLayer7RuleResponse, _err error)

func (*Client) CreateAsyncTask

func (client *Client) CreateAsyncTask(request *CreateAsyncTaskRequest) (_result *CreateAsyncTaskResponse, _err error)

func (*Client) CreateAsyncTaskWithOptions

func (client *Client) CreateAsyncTaskWithOptions(request *CreateAsyncTaskRequest, runtime *util.RuntimeOptions) (_result *CreateAsyncTaskResponse, _err error)

func (*Client) CreateLayer4Rule

func (client *Client) CreateLayer4Rule(request *CreateLayer4RuleRequest) (_result *CreateLayer4RuleResponse, _err error)

func (*Client) CreateLayer4RuleWithOptions

func (client *Client) CreateLayer4RuleWithOptions(request *CreateLayer4RuleRequest, runtime *util.RuntimeOptions) (_result *CreateLayer4RuleResponse, _err error)

func (*Client) CreateLayer7Rule

func (client *Client) CreateLayer7Rule(request *CreateLayer7RuleRequest) (_result *CreateLayer7RuleResponse, _err error)

func (*Client) CreateLayer7RuleWithOptions

func (client *Client) CreateLayer7RuleWithOptions(request *CreateLayer7RuleRequest, runtime *util.RuntimeOptions) (_result *CreateLayer7RuleResponse, _err error)

func (*Client) DeleteAsyncTask

func (client *Client) DeleteAsyncTask(request *DeleteAsyncTaskRequest) (_result *DeleteAsyncTaskResponse, _err error)

func (*Client) DeleteAsyncTaskWithOptions

func (client *Client) DeleteAsyncTaskWithOptions(request *DeleteAsyncTaskRequest, runtime *util.RuntimeOptions) (_result *DeleteAsyncTaskResponse, _err error)

func (*Client) DeleteLayer4Rule

func (client *Client) DeleteLayer4Rule(request *DeleteLayer4RuleRequest) (_result *DeleteLayer4RuleResponse, _err error)

func (*Client) DeleteLayer4RuleWithOptions

func (client *Client) DeleteLayer4RuleWithOptions(request *DeleteLayer4RuleRequest, runtime *util.RuntimeOptions) (_result *DeleteLayer4RuleResponse, _err error)

func (*Client) DeleteLayer7CCRule

func (client *Client) DeleteLayer7CCRule(request *DeleteLayer7CCRuleRequest) (_result *DeleteLayer7CCRuleResponse, _err error)

func (*Client) DeleteLayer7CCRuleWithOptions

func (client *Client) DeleteLayer7CCRuleWithOptions(request *DeleteLayer7CCRuleRequest, runtime *util.RuntimeOptions) (_result *DeleteLayer7CCRuleResponse, _err error)

func (*Client) DeleteLayer7Rule

func (client *Client) DeleteLayer7Rule(request *DeleteLayer7RuleRequest) (_result *DeleteLayer7RuleResponse, _err error)

func (*Client) DeleteLayer7RuleWithOptions

func (client *Client) DeleteLayer7RuleWithOptions(request *DeleteLayer7RuleRequest, runtime *util.RuntimeOptions) (_result *DeleteLayer7RuleResponse, _err error)

func (*Client) DescribeBackSourceCidr

func (client *Client) DescribeBackSourceCidr(request *DescribeBackSourceCidrRequest) (_result *DescribeBackSourceCidrResponse, _err error)

func (*Client) DescribeBackSourceCidrWithOptions

func (client *Client) DescribeBackSourceCidrWithOptions(request *DescribeBackSourceCidrRequest, runtime *util.RuntimeOptions) (_result *DescribeBackSourceCidrResponse, _err error)

func (*Client) DescribeBatchSlsDispatchStatus

func (client *Client) DescribeBatchSlsDispatchStatus(request *DescribeBatchSlsDispatchStatusRequest) (_result *DescribeBatchSlsDispatchStatusResponse, _err error)

func (*Client) DescribeBatchSlsDispatchStatusWithOptions

func (client *Client) DescribeBatchSlsDispatchStatusWithOptions(request *DescribeBatchSlsDispatchStatusRequest, runtime *util.RuntimeOptions) (_result *DescribeBatchSlsDispatchStatusResponse, _err error)

func (*Client) DescribeDDoSEvents

func (client *Client) DescribeDDoSEvents(request *DescribeDDoSEventsRequest) (_result *DescribeDDoSEventsResponse, _err error)

func (*Client) DescribeDDoSEventsWithOptions

func (client *Client) DescribeDDoSEventsWithOptions(request *DescribeDDoSEventsRequest, runtime *util.RuntimeOptions) (_result *DescribeDDoSEventsResponse, _err error)

func (*Client) DescribeDDoSTraffic

func (client *Client) DescribeDDoSTraffic(request *DescribeDDoSTrafficRequest) (_result *DescribeDDoSTrafficResponse, _err error)

func (*Client) DescribeDDoSTrafficWithOptions

func (client *Client) DescribeDDoSTrafficWithOptions(request *DescribeDDoSTrafficRequest, runtime *util.RuntimeOptions) (_result *DescribeDDoSTrafficResponse, _err error)

func (*Client) DescribeDefenseCountStatistics

func (client *Client) DescribeDefenseCountStatistics(request *DescribeDefenseCountStatisticsRequest) (_result *DescribeDefenseCountStatisticsResponse, _err error)

func (*Client) DescribeDefenseCountStatisticsWithOptions

func (client *Client) DescribeDefenseCountStatisticsWithOptions(request *DescribeDefenseCountStatisticsRequest, runtime *util.RuntimeOptions) (_result *DescribeDefenseCountStatisticsResponse, _err error)

func (*Client) DescribeDomainAccessMode

func (client *Client) DescribeDomainAccessMode(request *DescribeDomainAccessModeRequest) (_result *DescribeDomainAccessModeResponse, _err error)

func (*Client) DescribeDomainAccessModeWithOptions

func (client *Client) DescribeDomainAccessModeWithOptions(request *DescribeDomainAccessModeRequest, runtime *util.RuntimeOptions) (_result *DescribeDomainAccessModeResponse, _err error)

func (*Client) DescribeDomainAttackEvents

func (client *Client) DescribeDomainAttackEvents(request *DescribeDomainAttackEventsRequest) (_result *DescribeDomainAttackEventsResponse, _err error)

func (*Client) DescribeDomainAttackEventsWithOptions

func (client *Client) DescribeDomainAttackEventsWithOptions(request *DescribeDomainAttackEventsRequest, runtime *util.RuntimeOptions) (_result *DescribeDomainAttackEventsResponse, _err error)

func (*Client) DescribeDomainQps

func (client *Client) DescribeDomainQps(request *DescribeDomainQpsRequest) (_result *DescribeDomainQpsResponse, _err error)

func (*Client) DescribeDomainQpsWithCache

func (client *Client) DescribeDomainQpsWithCache(request *DescribeDomainQpsWithCacheRequest) (_result *DescribeDomainQpsWithCacheResponse, _err error)

func (*Client) DescribeDomainQpsWithCacheWithOptions

func (client *Client) DescribeDomainQpsWithCacheWithOptions(request *DescribeDomainQpsWithCacheRequest, runtime *util.RuntimeOptions) (_result *DescribeDomainQpsWithCacheResponse, _err error)

func (*Client) DescribeDomainQpsWithOptions

func (client *Client) DescribeDomainQpsWithOptions(request *DescribeDomainQpsRequest, runtime *util.RuntimeOptions) (_result *DescribeDomainQpsResponse, _err error)

func (*Client) DescribeDomainSlsStatus

func (client *Client) DescribeDomainSlsStatus(request *DescribeDomainSlsStatusRequest) (_result *DescribeDomainSlsStatusResponse, _err error)

func (*Client) DescribeDomainSlsStatusWithOptions

func (client *Client) DescribeDomainSlsStatusWithOptions(request *DescribeDomainSlsStatusRequest, runtime *util.RuntimeOptions) (_result *DescribeDomainSlsStatusResponse, _err error)

func (*Client) DescribeDomains

func (client *Client) DescribeDomains(request *DescribeDomainsRequest) (_result *DescribeDomainsResponse, _err error)

func (*Client) DescribeDomainsWithOptions

func (client *Client) DescribeDomainsWithOptions(request *DescribeDomainsRequest, runtime *util.RuntimeOptions) (_result *DescribeDomainsResponse, _err error)

func (*Client) DescribeElasticBandwidthSpec

func (client *Client) DescribeElasticBandwidthSpec(request *DescribeElasticBandwidthSpecRequest) (_result *DescribeElasticBandwidthSpecResponse, _err error)

func (*Client) DescribeElasticBandwidthSpecWithOptions

func (client *Client) DescribeElasticBandwidthSpecWithOptions(request *DescribeElasticBandwidthSpecRequest, runtime *util.RuntimeOptions) (_result *DescribeElasticBandwidthSpecResponse, _err error)

func (*Client) DescribeHealthCheckList

func (client *Client) DescribeHealthCheckList(request *DescribeHealthCheckListRequest) (_result *DescribeHealthCheckListResponse, _err error)

func (*Client) DescribeHealthCheckListWithOptions

func (client *Client) DescribeHealthCheckListWithOptions(request *DescribeHealthCheckListRequest, runtime *util.RuntimeOptions) (_result *DescribeHealthCheckListResponse, _err error)

func (*Client) DescribeHealthCheckStatusList

func (client *Client) DescribeHealthCheckStatusList(request *DescribeHealthCheckStatusListRequest) (_result *DescribeHealthCheckStatusListResponse, _err error)

func (*Client) DescribeHealthCheckStatusListWithOptions

func (client *Client) DescribeHealthCheckStatusListWithOptions(request *DescribeHealthCheckStatusListRequest, runtime *util.RuntimeOptions) (_result *DescribeHealthCheckStatusListResponse, _err error)

func (*Client) DescribeInstanceDetails

func (client *Client) DescribeInstanceDetails(request *DescribeInstanceDetailsRequest) (_result *DescribeInstanceDetailsResponse, _err error)

func (*Client) DescribeInstanceDetailsWithOptions

func (client *Client) DescribeInstanceDetailsWithOptions(request *DescribeInstanceDetailsRequest, runtime *util.RuntimeOptions) (_result *DescribeInstanceDetailsResponse, _err error)

func (*Client) DescribeInstanceSpecs

func (client *Client) DescribeInstanceSpecs(request *DescribeInstanceSpecsRequest) (_result *DescribeInstanceSpecsResponse, _err error)

func (*Client) DescribeInstanceSpecsWithOptions

func (client *Client) DescribeInstanceSpecsWithOptions(request *DescribeInstanceSpecsRequest, runtime *util.RuntimeOptions) (_result *DescribeInstanceSpecsResponse, _err error)

func (*Client) DescribeInstanceStatistics

func (client *Client) DescribeInstanceStatistics(request *DescribeInstanceStatisticsRequest) (_result *DescribeInstanceStatisticsResponse, _err error)

func (*Client) DescribeInstanceStatisticsWithOptions

func (client *Client) DescribeInstanceStatisticsWithOptions(request *DescribeInstanceStatisticsRequest, runtime *util.RuntimeOptions) (_result *DescribeInstanceStatisticsResponse, _err error)

func (*Client) DescribeInstances

func (client *Client) DescribeInstances(request *DescribeInstancesRequest) (_result *DescribeInstancesResponse, _err error)

func (*Client) DescribeInstancesWithOptions

func (client *Client) DescribeInstancesWithOptions(request *DescribeInstancesRequest, runtime *util.RuntimeOptions) (_result *DescribeInstancesResponse, _err error)

func (*Client) DescribeIpTraffic

func (client *Client) DescribeIpTraffic(request *DescribeIpTrafficRequest) (_result *DescribeIpTrafficResponse, _err error)

func (*Client) DescribeIpTrafficWithOptions

func (client *Client) DescribeIpTrafficWithOptions(request *DescribeIpTrafficRequest, runtime *util.RuntimeOptions) (_result *DescribeIpTrafficResponse, _err error)

func (*Client) DescribeLayer4RuleAttributes

func (client *Client) DescribeLayer4RuleAttributes(request *DescribeLayer4RuleAttributesRequest) (_result *DescribeLayer4RuleAttributesResponse, _err error)

func (*Client) DescribeLayer4RuleAttributesWithOptions

func (client *Client) DescribeLayer4RuleAttributesWithOptions(request *DescribeLayer4RuleAttributesRequest, runtime *util.RuntimeOptions) (_result *DescribeLayer4RuleAttributesResponse, _err error)

func (*Client) DescribeLayer4Rules

func (client *Client) DescribeLayer4Rules(request *DescribeLayer4RulesRequest) (_result *DescribeLayer4RulesResponse, _err error)

func (*Client) DescribeLayer4RulesWithOptions

func (client *Client) DescribeLayer4RulesWithOptions(request *DescribeLayer4RulesRequest, runtime *util.RuntimeOptions) (_result *DescribeLayer4RulesResponse, _err error)

func (*Client) DescribeLayer7CCRules

func (client *Client) DescribeLayer7CCRules(request *DescribeLayer7CCRulesRequest) (_result *DescribeLayer7CCRulesResponse, _err error)

func (*Client) DescribeLayer7CCRulesWithOptions

func (client *Client) DescribeLayer7CCRulesWithOptions(request *DescribeLayer7CCRulesRequest, runtime *util.RuntimeOptions) (_result *DescribeLayer7CCRulesResponse, _err error)

func (*Client) DescribeLogStoreExistStatus

func (client *Client) DescribeLogStoreExistStatus(request *DescribeLogStoreExistStatusRequest) (_result *DescribeLogStoreExistStatusResponse, _err error)

func (*Client) DescribeLogStoreExistStatusWithOptions

func (client *Client) DescribeLogStoreExistStatusWithOptions(request *DescribeLogStoreExistStatusRequest, runtime *util.RuntimeOptions) (_result *DescribeLogStoreExistStatusResponse, _err error)

func (*Client) DescribeOpEntities

func (client *Client) DescribeOpEntities(request *DescribeOpEntitiesRequest) (_result *DescribeOpEntitiesResponse, _err error)

func (*Client) DescribeOpEntitiesWithOptions

func (client *Client) DescribeOpEntitiesWithOptions(request *DescribeOpEntitiesRequest, runtime *util.RuntimeOptions) (_result *DescribeOpEntitiesResponse, _err error)

func (*Client) DescribeSimpleDomains

func (client *Client) DescribeSimpleDomains(request *DescribeSimpleDomainsRequest) (_result *DescribeSimpleDomainsResponse, _err error)

func (*Client) DescribeSimpleDomainsWithOptions

func (client *Client) DescribeSimpleDomainsWithOptions(request *DescribeSimpleDomainsRequest, runtime *util.RuntimeOptions) (_result *DescribeSimpleDomainsResponse, _err error)

func (*Client) DescribeSlsAuthStatus

func (client *Client) DescribeSlsAuthStatus(request *DescribeSlsAuthStatusRequest) (_result *DescribeSlsAuthStatusResponse, _err error)

func (*Client) DescribeSlsAuthStatusWithOptions

func (client *Client) DescribeSlsAuthStatusWithOptions(request *DescribeSlsAuthStatusRequest, runtime *util.RuntimeOptions) (_result *DescribeSlsAuthStatusResponse, _err error)

func (*Client) DescribeSlsEmptyCount

func (client *Client) DescribeSlsEmptyCount(request *DescribeSlsEmptyCountRequest) (_result *DescribeSlsEmptyCountResponse, _err error)

func (*Client) DescribeSlsEmptyCountWithOptions

func (client *Client) DescribeSlsEmptyCountWithOptions(request *DescribeSlsEmptyCountRequest, runtime *util.RuntimeOptions) (_result *DescribeSlsEmptyCountResponse, _err error)

func (*Client) DescribeSlsLogstoreInfo

func (client *Client) DescribeSlsLogstoreInfo(request *DescribeSlsLogstoreInfoRequest) (_result *DescribeSlsLogstoreInfoResponse, _err error)

func (*Client) DescribeSlsLogstoreInfoWithOptions

func (client *Client) DescribeSlsLogstoreInfoWithOptions(request *DescribeSlsLogstoreInfoRequest, runtime *util.RuntimeOptions) (_result *DescribeSlsLogstoreInfoResponse, _err error)

func (*Client) DescribeSlsOpenStatus

func (client *Client) DescribeSlsOpenStatus(request *DescribeSlsOpenStatusRequest) (_result *DescribeSlsOpenStatusResponse, _err error)

func (*Client) DescribeSlsOpenStatusWithOptions

func (client *Client) DescribeSlsOpenStatusWithOptions(request *DescribeSlsOpenStatusRequest, runtime *util.RuntimeOptions) (_result *DescribeSlsOpenStatusResponse, _err error)

func (*Client) DescribleCertList

func (client *Client) DescribleCertList(request *DescribleCertListRequest) (_result *DescribleCertListResponse, _err error)

func (*Client) DescribleCertListWithOptions

func (client *Client) DescribleCertListWithOptions(request *DescribleCertListRequest, runtime *util.RuntimeOptions) (_result *DescribleCertListResponse, _err error)

func (*Client) DescribleLayer7InstanceRelations

func (client *Client) DescribleLayer7InstanceRelations(request *DescribleLayer7InstanceRelationsRequest) (_result *DescribleLayer7InstanceRelationsResponse, _err error)

func (*Client) DescribleLayer7InstanceRelationsWithOptions

func (client *Client) DescribleLayer7InstanceRelationsWithOptions(request *DescribleLayer7InstanceRelationsRequest, runtime *util.RuntimeOptions) (_result *DescribleLayer7InstanceRelationsResponse, _err error)

func (*Client) DisableLayer7CC

func (client *Client) DisableLayer7CC(request *DisableLayer7CCRequest) (_result *DisableLayer7CCResponse, _err error)

func (*Client) DisableLayer7CCRule

func (client *Client) DisableLayer7CCRule(request *DisableLayer7CCRuleRequest) (_result *DisableLayer7CCRuleResponse, _err error)

func (*Client) DisableLayer7CCRuleWithOptions

func (client *Client) DisableLayer7CCRuleWithOptions(request *DisableLayer7CCRuleRequest, runtime *util.RuntimeOptions) (_result *DisableLayer7CCRuleResponse, _err error)

func (*Client) DisableLayer7CCWithOptions

func (client *Client) DisableLayer7CCWithOptions(request *DisableLayer7CCRequest, runtime *util.RuntimeOptions) (_result *DisableLayer7CCResponse, _err error)

func (*Client) EmptySlsLogstore

func (client *Client) EmptySlsLogstore(request *EmptySlsLogstoreRequest) (_result *EmptySlsLogstoreResponse, _err error)

func (*Client) EmptySlsLogstoreWithOptions

func (client *Client) EmptySlsLogstoreWithOptions(request *EmptySlsLogstoreRequest, runtime *util.RuntimeOptions) (_result *EmptySlsLogstoreResponse, _err error)

func (*Client) EnableLayer7CC

func (client *Client) EnableLayer7CC(request *EnableLayer7CCRequest) (_result *EnableLayer7CCResponse, _err error)

func (*Client) EnableLayer7CCRule

func (client *Client) EnableLayer7CCRule(request *EnableLayer7CCRuleRequest) (_result *EnableLayer7CCRuleResponse, _err error)

func (*Client) EnableLayer7CCRuleWithOptions

func (client *Client) EnableLayer7CCRuleWithOptions(request *EnableLayer7CCRuleRequest, runtime *util.RuntimeOptions) (_result *EnableLayer7CCRuleResponse, _err error)

func (*Client) EnableLayer7CCWithOptions

func (client *Client) EnableLayer7CCWithOptions(request *EnableLayer7CCRequest, runtime *util.RuntimeOptions) (_result *EnableLayer7CCResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) ListAsyncTask

func (client *Client) ListAsyncTask(request *ListAsyncTaskRequest) (_result *ListAsyncTaskResponse, _err error)

func (*Client) ListAsyncTaskWithOptions

func (client *Client) ListAsyncTaskWithOptions(request *ListAsyncTaskRequest, runtime *util.RuntimeOptions) (_result *ListAsyncTaskResponse, _err error)

func (*Client) ListLayer7CustomPorts

func (client *Client) ListLayer7CustomPorts(request *ListLayer7CustomPortsRequest) (_result *ListLayer7CustomPortsResponse, _err error)

func (*Client) ListLayer7CustomPortsWithOptions

func (client *Client) ListLayer7CustomPortsWithOptions(request *ListLayer7CustomPortsRequest, runtime *util.RuntimeOptions) (_result *ListLayer7CustomPortsResponse, _err error)

func (*Client) ListTagKeys

func (client *Client) ListTagKeys(request *ListTagKeysRequest) (_result *ListTagKeysResponse, _err error)

func (*Client) ListTagKeysWithOptions

func (client *Client) ListTagKeysWithOptions(request *ListTagKeysRequest, runtime *util.RuntimeOptions) (_result *ListTagKeysResponse, _err error)

func (*Client) ListTagResources

func (client *Client) ListTagResources(request *ListTagResourcesRequest) (_result *ListTagResourcesResponse, _err error)

func (*Client) ListTagResourcesWithOptions

func (client *Client) ListTagResourcesWithOptions(request *ListTagResourcesRequest, runtime *util.RuntimeOptions) (_result *ListTagResourcesResponse, _err error)

func (*Client) ListValueAdded

func (client *Client) ListValueAdded(request *ListValueAddedRequest) (_result *ListValueAddedResponse, _err error)

func (*Client) ListValueAddedWithOptions

func (client *Client) ListValueAddedWithOptions(request *ListValueAddedRequest, runtime *util.RuntimeOptions) (_result *ListValueAddedResponse, _err error)

func (*Client) ModifyElasticBandWidth

func (client *Client) ModifyElasticBandWidth(request *ModifyElasticBandWidthRequest) (_result *ModifyElasticBandWidthResponse, _err error)

func (*Client) ModifyElasticBandWidthWithOptions

func (client *Client) ModifyElasticBandWidthWithOptions(request *ModifyElasticBandWidthRequest, runtime *util.RuntimeOptions) (_result *ModifyElasticBandWidthResponse, _err error)

func (*Client) ModifyFullLogTtl

func (client *Client) ModifyFullLogTtl(request *ModifyFullLogTtlRequest) (_result *ModifyFullLogTtlResponse, _err error)

func (*Client) ModifyFullLogTtlWithOptions

func (client *Client) ModifyFullLogTtlWithOptions(request *ModifyFullLogTtlRequest, runtime *util.RuntimeOptions) (_result *ModifyFullLogTtlResponse, _err error)

func (*Client) ModifyInstanceRemark

func (client *Client) ModifyInstanceRemark(request *ModifyInstanceRemarkRequest) (_result *ModifyInstanceRemarkResponse, _err error)

func (*Client) ModifyInstanceRemarkWithOptions

func (client *Client) ModifyInstanceRemarkWithOptions(request *ModifyInstanceRemarkRequest, runtime *util.RuntimeOptions) (_result *ModifyInstanceRemarkResponse, _err error)

func (*Client) OpenDomainSlsConfig

func (client *Client) OpenDomainSlsConfig(request *OpenDomainSlsConfigRequest) (_result *OpenDomainSlsConfigResponse, _err error)

func (*Client) OpenDomainSlsConfigWithOptions

func (client *Client) OpenDomainSlsConfigWithOptions(request *OpenDomainSlsConfigRequest, runtime *util.RuntimeOptions) (_result *OpenDomainSlsConfigResponse, _err error)

func (*Client) ReleaseInstance

func (client *Client) ReleaseInstance(request *ReleaseInstanceRequest) (_result *ReleaseInstanceResponse, _err error)

func (*Client) ReleaseInstanceWithOptions

func (client *Client) ReleaseInstanceWithOptions(request *ReleaseInstanceRequest, runtime *util.RuntimeOptions) (_result *ReleaseInstanceResponse, _err error)

func (*Client) ReleaseValueAdded

func (client *Client) ReleaseValueAdded(request *ReleaseValueAddedRequest) (_result *ReleaseValueAddedResponse, _err error)

func (*Client) ReleaseValueAddedWithOptions

func (client *Client) ReleaseValueAddedWithOptions(request *ReleaseValueAddedRequest, runtime *util.RuntimeOptions) (_result *ReleaseValueAddedResponse, _err error)

func (*Client) TagResources

func (client *Client) TagResources(request *TagResourcesRequest) (_result *TagResourcesResponse, _err error)

func (*Client) TagResourcesWithOptions

func (client *Client) TagResourcesWithOptions(request *TagResourcesRequest, runtime *util.RuntimeOptions) (_result *TagResourcesResponse, _err error)

func (*Client) UntagResources

func (client *Client) UntagResources(request *UntagResourcesRequest) (_result *UntagResourcesResponse, _err error)

func (*Client) UntagResourcesWithOptions

func (client *Client) UntagResourcesWithOptions(request *UntagResourcesRequest, runtime *util.RuntimeOptions) (_result *UntagResourcesResponse, _err error)

type CloseDomainSlsConfigRequest

type CloseDomainSlsConfigRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Lang            *string `json:"Lang,omitempty" xml:"Lang,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (CloseDomainSlsConfigRequest) GoString

func (s CloseDomainSlsConfigRequest) GoString() string

func (*CloseDomainSlsConfigRequest) SetDomain

func (*CloseDomainSlsConfigRequest) SetLang

func (*CloseDomainSlsConfigRequest) SetResourceGroupId

func (*CloseDomainSlsConfigRequest) SetSourceIp

func (CloseDomainSlsConfigRequest) String

type CloseDomainSlsConfigResponse

type CloseDomainSlsConfigResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CloseDomainSlsConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CloseDomainSlsConfigResponse) GoString

func (s CloseDomainSlsConfigResponse) GoString() string

func (*CloseDomainSlsConfigResponse) SetBody

func (*CloseDomainSlsConfigResponse) SetHeaders

func (*CloseDomainSlsConfigResponse) SetStatusCode

func (CloseDomainSlsConfigResponse) String

type CloseDomainSlsConfigResponseBody

type CloseDomainSlsConfigResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CloseDomainSlsConfigResponseBody) GoString

func (*CloseDomainSlsConfigResponseBody) SetRequestId

func (CloseDomainSlsConfigResponseBody) String

type ConfigHealthCheckRequest

type ConfigHealthCheckRequest struct {
	ForwardProtocol *string `json:"ForwardProtocol,omitempty" xml:"ForwardProtocol,omitempty"`
	FrontendPort    *int32  `json:"FrontendPort,omitempty" xml:"FrontendPort,omitempty"`
	HealthCheck     *string `json:"HealthCheck,omitempty" xml:"HealthCheck,omitempty"`
	InstanceId      *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
}

func (ConfigHealthCheckRequest) GoString

func (s ConfigHealthCheckRequest) GoString() string

func (*ConfigHealthCheckRequest) SetForwardProtocol

func (s *ConfigHealthCheckRequest) SetForwardProtocol(v string) *ConfigHealthCheckRequest

func (*ConfigHealthCheckRequest) SetFrontendPort

func (*ConfigHealthCheckRequest) SetHealthCheck

func (*ConfigHealthCheckRequest) SetInstanceId

func (ConfigHealthCheckRequest) String

func (s ConfigHealthCheckRequest) String() string

type ConfigHealthCheckResponse

type ConfigHealthCheckResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ConfigHealthCheckResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ConfigHealthCheckResponse) GoString

func (s ConfigHealthCheckResponse) GoString() string

func (*ConfigHealthCheckResponse) SetBody

func (*ConfigHealthCheckResponse) SetHeaders

func (*ConfigHealthCheckResponse) SetStatusCode

func (ConfigHealthCheckResponse) String

func (s ConfigHealthCheckResponse) String() string

type ConfigHealthCheckResponseBody

type ConfigHealthCheckResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ConfigHealthCheckResponseBody) GoString

func (*ConfigHealthCheckResponseBody) SetRequestId

func (ConfigHealthCheckResponseBody) String

type ConfigLayer4RuleAttributeRequest

type ConfigLayer4RuleAttributeRequest struct {
	Config          *string `json:"Config,omitempty" xml:"Config,omitempty"`
	ForwardProtocol *string `json:"ForwardProtocol,omitempty" xml:"ForwardProtocol,omitempty"`
	FrontendPort    *int32  `json:"FrontendPort,omitempty" xml:"FrontendPort,omitempty"`
	InstanceId      *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
}

func (ConfigLayer4RuleAttributeRequest) GoString

func (*ConfigLayer4RuleAttributeRequest) SetConfig

func (*ConfigLayer4RuleAttributeRequest) SetForwardProtocol

func (*ConfigLayer4RuleAttributeRequest) SetFrontendPort

func (*ConfigLayer4RuleAttributeRequest) SetInstanceId

func (ConfigLayer4RuleAttributeRequest) String

type ConfigLayer4RuleAttributeResponse

type ConfigLayer4RuleAttributeResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ConfigLayer4RuleAttributeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ConfigLayer4RuleAttributeResponse) GoString

func (*ConfigLayer4RuleAttributeResponse) SetHeaders

func (*ConfigLayer4RuleAttributeResponse) SetStatusCode

func (ConfigLayer4RuleAttributeResponse) String

type ConfigLayer4RuleAttributeResponseBody

type ConfigLayer4RuleAttributeResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ConfigLayer4RuleAttributeResponseBody) GoString

func (*ConfigLayer4RuleAttributeResponseBody) SetRequestId

func (ConfigLayer4RuleAttributeResponseBody) String

type ConfigLayer4RuleRequest

type ConfigLayer4RuleRequest struct {
	Listeners *string `json:"Listeners,omitempty" xml:"Listeners,omitempty"`
}

func (ConfigLayer4RuleRequest) GoString

func (s ConfigLayer4RuleRequest) GoString() string

func (*ConfigLayer4RuleRequest) SetListeners

func (ConfigLayer4RuleRequest) String

func (s ConfigLayer4RuleRequest) String() string

type ConfigLayer4RuleResponse

type ConfigLayer4RuleResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ConfigLayer4RuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ConfigLayer4RuleResponse) GoString

func (s ConfigLayer4RuleResponse) GoString() string

func (*ConfigLayer4RuleResponse) SetBody

func (*ConfigLayer4RuleResponse) SetHeaders

func (*ConfigLayer4RuleResponse) SetStatusCode

func (ConfigLayer4RuleResponse) String

func (s ConfigLayer4RuleResponse) String() string

type ConfigLayer4RuleResponseBody

type ConfigLayer4RuleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ConfigLayer4RuleResponseBody) GoString

func (s ConfigLayer4RuleResponseBody) GoString() string

func (*ConfigLayer4RuleResponseBody) SetRequestId

func (ConfigLayer4RuleResponseBody) String

type ConfigLayer7BlackWhiteListRequest

type ConfigLayer7BlackWhiteListRequest struct {
	BlackList       []*string `json:"BlackList,omitempty" xml:"BlackList,omitempty" type:"Repeated"`
	Domain          *string   `json:"Domain,omitempty" xml:"Domain,omitempty"`
	ResourceGroupId *string   `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	WhiteList       []*string `json:"WhiteList,omitempty" xml:"WhiteList,omitempty" type:"Repeated"`
}

func (ConfigLayer7BlackWhiteListRequest) GoString

func (*ConfigLayer7BlackWhiteListRequest) SetBlackList

func (*ConfigLayer7BlackWhiteListRequest) SetDomain

func (*ConfigLayer7BlackWhiteListRequest) SetResourceGroupId

func (*ConfigLayer7BlackWhiteListRequest) SetWhiteList

func (ConfigLayer7BlackWhiteListRequest) String

type ConfigLayer7BlackWhiteListResponse

type ConfigLayer7BlackWhiteListResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ConfigLayer7BlackWhiteListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ConfigLayer7BlackWhiteListResponse) GoString

func (*ConfigLayer7BlackWhiteListResponse) SetHeaders

func (*ConfigLayer7BlackWhiteListResponse) SetStatusCode

func (ConfigLayer7BlackWhiteListResponse) String

type ConfigLayer7BlackWhiteListResponseBody

type ConfigLayer7BlackWhiteListResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ConfigLayer7BlackWhiteListResponseBody) GoString

func (*ConfigLayer7BlackWhiteListResponseBody) SetRequestId

func (ConfigLayer7BlackWhiteListResponseBody) String

type ConfigLayer7CCRuleRequest

type ConfigLayer7CCRuleRequest struct {
	Act             *string `json:"Act,omitempty" xml:"Act,omitempty"`
	Count           *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Interval        *int32  `json:"Interval,omitempty" xml:"Interval,omitempty"`
	Mode            *string `json:"Mode,omitempty" xml:"Mode,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	Ttl             *int32  `json:"Ttl,omitempty" xml:"Ttl,omitempty"`
	Uri             *string `json:"Uri,omitempty" xml:"Uri,omitempty"`
}

func (ConfigLayer7CCRuleRequest) GoString

func (s ConfigLayer7CCRuleRequest) GoString() string

func (*ConfigLayer7CCRuleRequest) SetAct

func (*ConfigLayer7CCRuleRequest) SetCount

func (*ConfigLayer7CCRuleRequest) SetDomain

func (*ConfigLayer7CCRuleRequest) SetInterval

func (*ConfigLayer7CCRuleRequest) SetMode

func (*ConfigLayer7CCRuleRequest) SetName

func (*ConfigLayer7CCRuleRequest) SetResourceGroupId

func (*ConfigLayer7CCRuleRequest) SetTtl

func (*ConfigLayer7CCRuleRequest) SetUri

func (ConfigLayer7CCRuleRequest) String

func (s ConfigLayer7CCRuleRequest) String() string

type ConfigLayer7CCRuleResponse

type ConfigLayer7CCRuleResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ConfigLayer7CCRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ConfigLayer7CCRuleResponse) GoString

func (s ConfigLayer7CCRuleResponse) GoString() string

func (*ConfigLayer7CCRuleResponse) SetBody

func (*ConfigLayer7CCRuleResponse) SetHeaders

func (*ConfigLayer7CCRuleResponse) SetStatusCode

func (ConfigLayer7CCRuleResponse) String

type ConfigLayer7CCRuleResponseBody

type ConfigLayer7CCRuleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ConfigLayer7CCRuleResponseBody) GoString

func (*ConfigLayer7CCRuleResponseBody) SetRequestId

func (ConfigLayer7CCRuleResponseBody) String

type ConfigLayer7CCTemplateRequest

type ConfigLayer7CCTemplateRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	Template        *string `json:"Template,omitempty" xml:"Template,omitempty"`
}

func (ConfigLayer7CCTemplateRequest) GoString

func (*ConfigLayer7CCTemplateRequest) SetDomain

func (*ConfigLayer7CCTemplateRequest) SetResourceGroupId

func (*ConfigLayer7CCTemplateRequest) SetTemplate

func (ConfigLayer7CCTemplateRequest) String

type ConfigLayer7CCTemplateResponse

type ConfigLayer7CCTemplateResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ConfigLayer7CCTemplateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ConfigLayer7CCTemplateResponse) GoString

func (*ConfigLayer7CCTemplateResponse) SetHeaders

func (*ConfigLayer7CCTemplateResponse) SetStatusCode

func (ConfigLayer7CCTemplateResponse) String

type ConfigLayer7CCTemplateResponseBody

type ConfigLayer7CCTemplateResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ConfigLayer7CCTemplateResponseBody) GoString

func (*ConfigLayer7CCTemplateResponseBody) SetRequestId

func (ConfigLayer7CCTemplateResponseBody) String

type ConfigLayer7CertRequest

type ConfigLayer7CertRequest struct {
	Cert            *string `json:"Cert,omitempty" xml:"Cert,omitempty"`
	CertId          *int32  `json:"CertId,omitempty" xml:"CertId,omitempty"`
	CertName        *string `json:"CertName,omitempty" xml:"CertName,omitempty"`
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Key             *string `json:"Key,omitempty" xml:"Key,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
}

func (ConfigLayer7CertRequest) GoString

func (s ConfigLayer7CertRequest) GoString() string

func (*ConfigLayer7CertRequest) SetCert

func (*ConfigLayer7CertRequest) SetCertId

func (*ConfigLayer7CertRequest) SetCertName

func (*ConfigLayer7CertRequest) SetDomain

func (*ConfigLayer7CertRequest) SetKey

func (*ConfigLayer7CertRequest) SetResourceGroupId

func (s *ConfigLayer7CertRequest) SetResourceGroupId(v string) *ConfigLayer7CertRequest

func (ConfigLayer7CertRequest) String

func (s ConfigLayer7CertRequest) String() string

type ConfigLayer7CertResponse

type ConfigLayer7CertResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ConfigLayer7CertResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ConfigLayer7CertResponse) GoString

func (s ConfigLayer7CertResponse) GoString() string

func (*ConfigLayer7CertResponse) SetBody

func (*ConfigLayer7CertResponse) SetHeaders

func (*ConfigLayer7CertResponse) SetStatusCode

func (ConfigLayer7CertResponse) String

func (s ConfigLayer7CertResponse) String() string

type ConfigLayer7CertResponseBody

type ConfigLayer7CertResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ConfigLayer7CertResponseBody) GoString

func (s ConfigLayer7CertResponseBody) GoString() string

func (*ConfigLayer7CertResponseBody) SetRequestId

func (ConfigLayer7CertResponseBody) String

type ConfigLayer7RuleRequest

type ConfigLayer7RuleRequest struct {
	Domain          *string   `json:"Domain,omitempty" xml:"Domain,omitempty"`
	InstanceIds     []*string `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty" type:"Repeated"`
	ProxyTypeList   *string   `json:"ProxyTypeList,omitempty" xml:"ProxyTypeList,omitempty"`
	ProxyTypes      []*string `json:"ProxyTypes,omitempty" xml:"ProxyTypes,omitempty" type:"Repeated"`
	RealServers     []*string `json:"RealServers,omitempty" xml:"RealServers,omitempty" type:"Repeated"`
	ResourceGroupId *string   `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	RsType          *int32    `json:"RsType,omitempty" xml:"RsType,omitempty"`
}

func (ConfigLayer7RuleRequest) GoString

func (s ConfigLayer7RuleRequest) GoString() string

func (*ConfigLayer7RuleRequest) SetDomain

func (*ConfigLayer7RuleRequest) SetInstanceIds

func (s *ConfigLayer7RuleRequest) SetInstanceIds(v []*string) *ConfigLayer7RuleRequest

func (*ConfigLayer7RuleRequest) SetProxyTypeList

func (s *ConfigLayer7RuleRequest) SetProxyTypeList(v string) *ConfigLayer7RuleRequest

func (*ConfigLayer7RuleRequest) SetProxyTypes

func (s *ConfigLayer7RuleRequest) SetProxyTypes(v []*string) *ConfigLayer7RuleRequest

func (*ConfigLayer7RuleRequest) SetRealServers

func (s *ConfigLayer7RuleRequest) SetRealServers(v []*string) *ConfigLayer7RuleRequest

func (*ConfigLayer7RuleRequest) SetResourceGroupId

func (s *ConfigLayer7RuleRequest) SetResourceGroupId(v string) *ConfigLayer7RuleRequest

func (*ConfigLayer7RuleRequest) SetRsType

func (ConfigLayer7RuleRequest) String

func (s ConfigLayer7RuleRequest) String() string

type ConfigLayer7RuleResponse

type ConfigLayer7RuleResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ConfigLayer7RuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ConfigLayer7RuleResponse) GoString

func (s ConfigLayer7RuleResponse) GoString() string

func (*ConfigLayer7RuleResponse) SetBody

func (*ConfigLayer7RuleResponse) SetHeaders

func (*ConfigLayer7RuleResponse) SetStatusCode

func (ConfigLayer7RuleResponse) String

func (s ConfigLayer7RuleResponse) String() string

type ConfigLayer7RuleResponseBody

type ConfigLayer7RuleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ConfigLayer7RuleResponseBody) GoString

func (s ConfigLayer7RuleResponseBody) GoString() string

func (*ConfigLayer7RuleResponseBody) SetRequestId

func (ConfigLayer7RuleResponseBody) String

type CreateAsyncTaskRequest

type CreateAsyncTaskRequest struct {
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	TaskParams      *string `json:"TaskParams,omitempty" xml:"TaskParams,omitempty"`
	TaskType        *int32  `json:"TaskType,omitempty" xml:"TaskType,omitempty"`
}

func (CreateAsyncTaskRequest) GoString

func (s CreateAsyncTaskRequest) GoString() string

func (*CreateAsyncTaskRequest) SetResourceGroupId

func (s *CreateAsyncTaskRequest) SetResourceGroupId(v string) *CreateAsyncTaskRequest

func (*CreateAsyncTaskRequest) SetTaskParams

func (*CreateAsyncTaskRequest) SetTaskType

func (CreateAsyncTaskRequest) String

func (s CreateAsyncTaskRequest) String() string

type CreateAsyncTaskResponse

type CreateAsyncTaskResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateAsyncTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateAsyncTaskResponse) GoString

func (s CreateAsyncTaskResponse) GoString() string

func (*CreateAsyncTaskResponse) SetBody

func (*CreateAsyncTaskResponse) SetHeaders

func (*CreateAsyncTaskResponse) SetStatusCode

func (CreateAsyncTaskResponse) String

func (s CreateAsyncTaskResponse) String() string

type CreateAsyncTaskResponseBody

type CreateAsyncTaskResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateAsyncTaskResponseBody) GoString

func (s CreateAsyncTaskResponseBody) GoString() string

func (*CreateAsyncTaskResponseBody) SetRequestId

func (CreateAsyncTaskResponseBody) String

type CreateLayer4RuleRequest

type CreateLayer4RuleRequest struct {
	Listeners *string `json:"Listeners,omitempty" xml:"Listeners,omitempty"`
}

func (CreateLayer4RuleRequest) GoString

func (s CreateLayer4RuleRequest) GoString() string

func (*CreateLayer4RuleRequest) SetListeners

func (CreateLayer4RuleRequest) String

func (s CreateLayer4RuleRequest) String() string

type CreateLayer4RuleResponse

type CreateLayer4RuleResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateLayer4RuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateLayer4RuleResponse) GoString

func (s CreateLayer4RuleResponse) GoString() string

func (*CreateLayer4RuleResponse) SetBody

func (*CreateLayer4RuleResponse) SetHeaders

func (*CreateLayer4RuleResponse) SetStatusCode

func (CreateLayer4RuleResponse) String

func (s CreateLayer4RuleResponse) String() string

type CreateLayer4RuleResponseBody

type CreateLayer4RuleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateLayer4RuleResponseBody) GoString

func (s CreateLayer4RuleResponseBody) GoString() string

func (*CreateLayer4RuleResponseBody) SetRequestId

func (CreateLayer4RuleResponseBody) String

type CreateLayer7RuleRequest

type CreateLayer7RuleRequest struct {
	Domain          *string   `json:"Domain,omitempty" xml:"Domain,omitempty"`
	InstanceIds     []*string `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty" type:"Repeated"`
	ResourceGroupId *string   `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	RsType          *int32    `json:"RsType,omitempty" xml:"RsType,omitempty"`
	Rules           *string   `json:"Rules,omitempty" xml:"Rules,omitempty"`
}

func (CreateLayer7RuleRequest) GoString

func (s CreateLayer7RuleRequest) GoString() string

func (*CreateLayer7RuleRequest) SetDomain

func (*CreateLayer7RuleRequest) SetInstanceIds

func (s *CreateLayer7RuleRequest) SetInstanceIds(v []*string) *CreateLayer7RuleRequest

func (*CreateLayer7RuleRequest) SetResourceGroupId

func (s *CreateLayer7RuleRequest) SetResourceGroupId(v string) *CreateLayer7RuleRequest

func (*CreateLayer7RuleRequest) SetRsType

func (*CreateLayer7RuleRequest) SetRules

func (CreateLayer7RuleRequest) String

func (s CreateLayer7RuleRequest) String() string

type CreateLayer7RuleResponse

type CreateLayer7RuleResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateLayer7RuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateLayer7RuleResponse) GoString

func (s CreateLayer7RuleResponse) GoString() string

func (*CreateLayer7RuleResponse) SetBody

func (*CreateLayer7RuleResponse) SetHeaders

func (*CreateLayer7RuleResponse) SetStatusCode

func (CreateLayer7RuleResponse) String

func (s CreateLayer7RuleResponse) String() string

type CreateLayer7RuleResponseBody

type CreateLayer7RuleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateLayer7RuleResponseBody) GoString

func (s CreateLayer7RuleResponseBody) GoString() string

func (*CreateLayer7RuleResponseBody) SetRequestId

func (CreateLayer7RuleResponseBody) String

type DeleteAsyncTaskRequest

type DeleteAsyncTaskRequest struct {
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	TaskId          *int32  `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (DeleteAsyncTaskRequest) GoString

func (s DeleteAsyncTaskRequest) GoString() string

func (*DeleteAsyncTaskRequest) SetResourceGroupId

func (s *DeleteAsyncTaskRequest) SetResourceGroupId(v string) *DeleteAsyncTaskRequest

func (*DeleteAsyncTaskRequest) SetTaskId

func (DeleteAsyncTaskRequest) String

func (s DeleteAsyncTaskRequest) String() string

type DeleteAsyncTaskResponse

type DeleteAsyncTaskResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteAsyncTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteAsyncTaskResponse) GoString

func (s DeleteAsyncTaskResponse) GoString() string

func (*DeleteAsyncTaskResponse) SetBody

func (*DeleteAsyncTaskResponse) SetHeaders

func (*DeleteAsyncTaskResponse) SetStatusCode

func (DeleteAsyncTaskResponse) String

func (s DeleteAsyncTaskResponse) String() string

type DeleteAsyncTaskResponseBody

type DeleteAsyncTaskResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteAsyncTaskResponseBody) GoString

func (s DeleteAsyncTaskResponseBody) GoString() string

func (*DeleteAsyncTaskResponseBody) SetRequestId

func (DeleteAsyncTaskResponseBody) String

type DeleteLayer4RuleRequest

type DeleteLayer4RuleRequest struct {
	Listeners *string `json:"Listeners,omitempty" xml:"Listeners,omitempty"`
}

func (DeleteLayer4RuleRequest) GoString

func (s DeleteLayer4RuleRequest) GoString() string

func (*DeleteLayer4RuleRequest) SetListeners

func (DeleteLayer4RuleRequest) String

func (s DeleteLayer4RuleRequest) String() string

type DeleteLayer4RuleResponse

type DeleteLayer4RuleResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteLayer4RuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteLayer4RuleResponse) GoString

func (s DeleteLayer4RuleResponse) GoString() string

func (*DeleteLayer4RuleResponse) SetBody

func (*DeleteLayer4RuleResponse) SetHeaders

func (*DeleteLayer4RuleResponse) SetStatusCode

func (DeleteLayer4RuleResponse) String

func (s DeleteLayer4RuleResponse) String() string

type DeleteLayer4RuleResponseBody

type DeleteLayer4RuleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteLayer4RuleResponseBody) GoString

func (s DeleteLayer4RuleResponseBody) GoString() string

func (*DeleteLayer4RuleResponseBody) SetRequestId

func (DeleteLayer4RuleResponseBody) String

type DeleteLayer7CCRuleRequest

type DeleteLayer7CCRuleRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
}

func (DeleteLayer7CCRuleRequest) GoString

func (s DeleteLayer7CCRuleRequest) GoString() string

func (*DeleteLayer7CCRuleRequest) SetDomain

func (*DeleteLayer7CCRuleRequest) SetName

func (*DeleteLayer7CCRuleRequest) SetResourceGroupId

func (DeleteLayer7CCRuleRequest) String

func (s DeleteLayer7CCRuleRequest) String() string

type DeleteLayer7CCRuleResponse

type DeleteLayer7CCRuleResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteLayer7CCRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteLayer7CCRuleResponse) GoString

func (s DeleteLayer7CCRuleResponse) GoString() string

func (*DeleteLayer7CCRuleResponse) SetBody

func (*DeleteLayer7CCRuleResponse) SetHeaders

func (*DeleteLayer7CCRuleResponse) SetStatusCode

func (DeleteLayer7CCRuleResponse) String

type DeleteLayer7CCRuleResponseBody

type DeleteLayer7CCRuleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteLayer7CCRuleResponseBody) GoString

func (*DeleteLayer7CCRuleResponseBody) SetRequestId

func (DeleteLayer7CCRuleResponseBody) String

type DeleteLayer7RuleRequest

type DeleteLayer7RuleRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
}

func (DeleteLayer7RuleRequest) GoString

func (s DeleteLayer7RuleRequest) GoString() string

func (*DeleteLayer7RuleRequest) SetDomain

func (*DeleteLayer7RuleRequest) SetResourceGroupId

func (s *DeleteLayer7RuleRequest) SetResourceGroupId(v string) *DeleteLayer7RuleRequest

func (DeleteLayer7RuleRequest) String

func (s DeleteLayer7RuleRequest) String() string

type DeleteLayer7RuleResponse

type DeleteLayer7RuleResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteLayer7RuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteLayer7RuleResponse) GoString

func (s DeleteLayer7RuleResponse) GoString() string

func (*DeleteLayer7RuleResponse) SetBody

func (*DeleteLayer7RuleResponse) SetHeaders

func (*DeleteLayer7RuleResponse) SetStatusCode

func (DeleteLayer7RuleResponse) String

func (s DeleteLayer7RuleResponse) String() string

type DeleteLayer7RuleResponseBody

type DeleteLayer7RuleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteLayer7RuleResponseBody) GoString

func (s DeleteLayer7RuleResponseBody) GoString() string

func (*DeleteLayer7RuleResponseBody) SetRequestId

func (DeleteLayer7RuleResponseBody) String

type DescribeBackSourceCidrRequest

type DescribeBackSourceCidrRequest struct {
	Line            *string `json:"Line,omitempty" xml:"Line,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeBackSourceCidrRequest) GoString

func (*DescribeBackSourceCidrRequest) SetLine

func (*DescribeBackSourceCidrRequest) SetResourceGroupId

func (*DescribeBackSourceCidrRequest) SetSourceIp

func (DescribeBackSourceCidrRequest) String

type DescribeBackSourceCidrResponse

type DescribeBackSourceCidrResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeBackSourceCidrResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeBackSourceCidrResponse) GoString

func (*DescribeBackSourceCidrResponse) SetHeaders

func (*DescribeBackSourceCidrResponse) SetStatusCode

func (DescribeBackSourceCidrResponse) String

type DescribeBackSourceCidrResponseBody

type DescribeBackSourceCidrResponseBody struct {
	CidrList  []*string `json:"CidrList,omitempty" xml:"CidrList,omitempty" type:"Repeated"`
	RequestId *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeBackSourceCidrResponseBody) GoString

func (*DescribeBackSourceCidrResponseBody) SetCidrList

func (*DescribeBackSourceCidrResponseBody) SetRequestId

func (DescribeBackSourceCidrResponseBody) String

type DescribeBatchSlsDispatchStatusRequest

type DescribeBatchSlsDispatchStatusRequest struct {
	Lang            *string `json:"Lang,omitempty" xml:"Lang,omitempty"`
	PageNo          *int32  `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize        *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeBatchSlsDispatchStatusRequest) GoString

func (*DescribeBatchSlsDispatchStatusRequest) SetLang

func (*DescribeBatchSlsDispatchStatusRequest) SetPageNo

func (*DescribeBatchSlsDispatchStatusRequest) SetPageSize

func (*DescribeBatchSlsDispatchStatusRequest) SetResourceGroupId

func (*DescribeBatchSlsDispatchStatusRequest) SetSourceIp

func (DescribeBatchSlsDispatchStatusRequest) String

type DescribeBatchSlsDispatchStatusResponse

type DescribeBatchSlsDispatchStatusResponse struct {
	Headers    map[string]*string                          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeBatchSlsDispatchStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeBatchSlsDispatchStatusResponse) GoString

func (*DescribeBatchSlsDispatchStatusResponse) SetHeaders

func (*DescribeBatchSlsDispatchStatusResponse) SetStatusCode

func (DescribeBatchSlsDispatchStatusResponse) String

type DescribeBatchSlsDispatchStatusResponseBody

type DescribeBatchSlsDispatchStatusResponseBody struct {
	RequestId           *string                                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SlsConfigStatusList []*DescribeBatchSlsDispatchStatusResponseBodySlsConfigStatusList `json:"SlsConfigStatusList,omitempty" xml:"SlsConfigStatusList,omitempty" type:"Repeated"`
	TotalCount          *int32                                                           `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeBatchSlsDispatchStatusResponseBody) GoString

func (*DescribeBatchSlsDispatchStatusResponseBody) SetRequestId

func (*DescribeBatchSlsDispatchStatusResponseBody) SetTotalCount

func (DescribeBatchSlsDispatchStatusResponseBody) String

type DescribeBatchSlsDispatchStatusResponseBodySlsConfigStatusList

type DescribeBatchSlsDispatchStatusResponseBodySlsConfigStatusList struct {
	Domain *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Enable *bool   `json:"Enable,omitempty" xml:"Enable,omitempty"`
}

func (DescribeBatchSlsDispatchStatusResponseBodySlsConfigStatusList) GoString

func (*DescribeBatchSlsDispatchStatusResponseBodySlsConfigStatusList) SetDomain

func (*DescribeBatchSlsDispatchStatusResponseBodySlsConfigStatusList) SetEnable

func (DescribeBatchSlsDispatchStatusResponseBodySlsConfigStatusList) String

type DescribeDDoSEventsRequest

type DescribeDDoSEventsRequest struct {
	Eip             *string `json:"Eip,omitempty" xml:"Eip,omitempty"`
	EndTime         *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Offset          *int32  `json:"Offset,omitempty" xml:"Offset,omitempty"`
	PageSize        *string `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
	StartTime       *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (DescribeDDoSEventsRequest) GoString

func (s DescribeDDoSEventsRequest) GoString() string

func (*DescribeDDoSEventsRequest) SetEip

func (*DescribeDDoSEventsRequest) SetEndTime

func (*DescribeDDoSEventsRequest) SetOffset

func (*DescribeDDoSEventsRequest) SetPageSize

func (*DescribeDDoSEventsRequest) SetResourceGroupId

func (*DescribeDDoSEventsRequest) SetSourceIp

func (*DescribeDDoSEventsRequest) SetStartTime

func (DescribeDDoSEventsRequest) String

func (s DescribeDDoSEventsRequest) String() string

type DescribeDDoSEventsResponse

type DescribeDDoSEventsResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeDDoSEventsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeDDoSEventsResponse) GoString

func (s DescribeDDoSEventsResponse) GoString() string

func (*DescribeDDoSEventsResponse) SetBody

func (*DescribeDDoSEventsResponse) SetHeaders

func (*DescribeDDoSEventsResponse) SetStatusCode

func (DescribeDDoSEventsResponse) String

type DescribeDDoSEventsResponseBody

type DescribeDDoSEventsResponseBody struct {
	Events    []*DescribeDDoSEventsResponseBodyEvents `json:"Events,omitempty" xml:"Events,omitempty" type:"Repeated"`
	RequestId *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Total     *int64                                  `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (DescribeDDoSEventsResponseBody) GoString

func (*DescribeDDoSEventsResponseBody) SetEvents

func (*DescribeDDoSEventsResponseBody) SetRequestId

func (*DescribeDDoSEventsResponseBody) SetTotal

func (DescribeDDoSEventsResponseBody) String

type DescribeDDoSEventsResponseBodyEvents

type DescribeDDoSEventsResponseBodyEvents struct {
	EndTime   *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Interval  *int32  `json:"Interval,omitempty" xml:"Interval,omitempty"`
	StartTime *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Status    *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeDDoSEventsResponseBodyEvents) GoString

func (*DescribeDDoSEventsResponseBodyEvents) SetEndTime

func (*DescribeDDoSEventsResponseBodyEvents) SetInterval

func (*DescribeDDoSEventsResponseBodyEvents) SetStartTime

func (*DescribeDDoSEventsResponseBodyEvents) SetStatus

func (DescribeDDoSEventsResponseBodyEvents) String

type DescribeDDoSTrafficRequest

type DescribeDDoSTrafficRequest struct {
	Eip             *string `json:"Eip,omitempty" xml:"Eip,omitempty"`
	EndTime         *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Interval        *int32  `json:"Interval,omitempty" xml:"Interval,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
	StartTime       *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (DescribeDDoSTrafficRequest) GoString

func (s DescribeDDoSTrafficRequest) GoString() string

func (*DescribeDDoSTrafficRequest) SetEip

func (*DescribeDDoSTrafficRequest) SetEndTime

func (*DescribeDDoSTrafficRequest) SetInterval

func (*DescribeDDoSTrafficRequest) SetResourceGroupId

func (*DescribeDDoSTrafficRequest) SetSourceIp

func (*DescribeDDoSTrafficRequest) SetStartTime

func (DescribeDDoSTrafficRequest) String

type DescribeDDoSTrafficResponse

type DescribeDDoSTrafficResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeDDoSTrafficResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeDDoSTrafficResponse) GoString

func (s DescribeDDoSTrafficResponse) GoString() string

func (*DescribeDDoSTrafficResponse) SetBody

func (*DescribeDDoSTrafficResponse) SetHeaders

func (*DescribeDDoSTrafficResponse) SetStatusCode

func (DescribeDDoSTrafficResponse) String

type DescribeDDoSTrafficResponseBody

type DescribeDDoSTrafficResponseBody struct {
	DDoSTrafficPoints []*DescribeDDoSTrafficResponseBodyDDoSTrafficPoints `json:"DDoSTrafficPoints,omitempty" xml:"DDoSTrafficPoints,omitempty" type:"Repeated"`
	DefenseInBytes    *int64                                              `json:"DefenseInBytes,omitempty" xml:"DefenseInBytes,omitempty"`
	RequestId         *string                                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SourceInBytes     *int64                                              `json:"SourceInBytes,omitempty" xml:"SourceInBytes,omitempty"`
}

func (DescribeDDoSTrafficResponseBody) GoString

func (*DescribeDDoSTrafficResponseBody) SetDefenseInBytes

func (*DescribeDDoSTrafficResponseBody) SetRequestId

func (*DescribeDDoSTrafficResponseBody) SetSourceInBytes

func (DescribeDDoSTrafficResponseBody) String

type DescribeDDoSTrafficResponseBodyDDoSTrafficPoints

type DescribeDDoSTrafficResponseBodyDDoSTrafficPoints struct {
	DefenseMaxInBps *int64 `json:"DefenseMaxInBps,omitempty" xml:"DefenseMaxInBps,omitempty"`
	SourceMaxInBps  *int64 `json:"SourceMaxInBps,omitempty" xml:"SourceMaxInBps,omitempty"`
	Time            *int64 `json:"Time,omitempty" xml:"Time,omitempty"`
}

func (DescribeDDoSTrafficResponseBodyDDoSTrafficPoints) GoString

func (*DescribeDDoSTrafficResponseBodyDDoSTrafficPoints) SetDefenseMaxInBps

func (*DescribeDDoSTrafficResponseBodyDDoSTrafficPoints) SetSourceMaxInBps

func (*DescribeDDoSTrafficResponseBodyDDoSTrafficPoints) SetTime

func (DescribeDDoSTrafficResponseBodyDDoSTrafficPoints) String

type DescribeDefenseCountStatisticsRequest

type DescribeDefenseCountStatisticsRequest struct {
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeDefenseCountStatisticsRequest) GoString

func (*DescribeDefenseCountStatisticsRequest) SetResourceGroupId

func (*DescribeDefenseCountStatisticsRequest) SetSourceIp

func (DescribeDefenseCountStatisticsRequest) String

type DescribeDefenseCountStatisticsResponse

type DescribeDefenseCountStatisticsResponse struct {
	Headers    map[string]*string                          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeDefenseCountStatisticsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeDefenseCountStatisticsResponse) GoString

func (*DescribeDefenseCountStatisticsResponse) SetHeaders

func (*DescribeDefenseCountStatisticsResponse) SetStatusCode

func (DescribeDefenseCountStatisticsResponse) String

type DescribeDefenseCountStatisticsResponseBody

type DescribeDefenseCountStatisticsResponseBody struct {
	DefenseCountStatistics *DescribeDefenseCountStatisticsResponseBodyDefenseCountStatistics `json:"DefenseCountStatistics,omitempty" xml:"DefenseCountStatistics,omitempty" type:"Struct"`
	RequestId              *string                                                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeDefenseCountStatisticsResponseBody) GoString

func (*DescribeDefenseCountStatisticsResponseBody) SetRequestId

func (DescribeDefenseCountStatisticsResponseBody) String

type DescribeDefenseCountStatisticsResponseBodyDefenseCountStatistics

type DescribeDefenseCountStatisticsResponseBodyDefenseCountStatistics struct {
	DefenseCountTotalUsageOfCurrentMonth *int32 `json:"DefenseCountTotalUsageOfCurrentMonth,omitempty" xml:"DefenseCountTotalUsageOfCurrentMonth,omitempty"`
	FlowPackCountRemain                  *int32 `json:"FlowPackCountRemain,omitempty" xml:"FlowPackCountRemain,omitempty"`
	MaxUsableDefenseCountCurrentMonth    *int32 `json:"MaxUsableDefenseCountCurrentMonth,omitempty" xml:"MaxUsableDefenseCountCurrentMonth,omitempty"`
}

func (DescribeDefenseCountStatisticsResponseBodyDefenseCountStatistics) GoString

func (*DescribeDefenseCountStatisticsResponseBodyDefenseCountStatistics) SetDefenseCountTotalUsageOfCurrentMonth

func (*DescribeDefenseCountStatisticsResponseBodyDefenseCountStatistics) SetFlowPackCountRemain

func (*DescribeDefenseCountStatisticsResponseBodyDefenseCountStatistics) SetMaxUsableDefenseCountCurrentMonth

func (DescribeDefenseCountStatisticsResponseBodyDefenseCountStatistics) String

type DescribeDomainAccessModeRequest

type DescribeDomainAccessModeRequest struct {
	DomainList []*string `json:"DomainList,omitempty" xml:"DomainList,omitempty" type:"Repeated"`
	SourceIp   *string   `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeDomainAccessModeRequest) GoString

func (*DescribeDomainAccessModeRequest) SetDomainList

func (*DescribeDomainAccessModeRequest) SetSourceIp

func (DescribeDomainAccessModeRequest) String

type DescribeDomainAccessModeResponse

type DescribeDomainAccessModeResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeDomainAccessModeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeDomainAccessModeResponse) GoString

func (*DescribeDomainAccessModeResponse) SetHeaders

func (*DescribeDomainAccessModeResponse) SetStatusCode

func (DescribeDomainAccessModeResponse) String

type DescribeDomainAccessModeResponseBody

type DescribeDomainAccessModeResponseBody struct {
	DomainModeList []*DescribeDomainAccessModeResponseBodyDomainModeList `json:"DomainModeList,omitempty" xml:"DomainModeList,omitempty" type:"Repeated"`
	RequestId      *string                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeDomainAccessModeResponseBody) GoString

func (*DescribeDomainAccessModeResponseBody) SetRequestId

func (DescribeDomainAccessModeResponseBody) String

type DescribeDomainAccessModeResponseBodyDomainModeList

type DescribeDomainAccessModeResponseBodyDomainModeList struct {
	AccessMode *int32  `json:"AccessMode,omitempty" xml:"AccessMode,omitempty"`
	Domain     *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
}

func (DescribeDomainAccessModeResponseBodyDomainModeList) GoString

func (*DescribeDomainAccessModeResponseBodyDomainModeList) SetAccessMode

func (*DescribeDomainAccessModeResponseBodyDomainModeList) SetDomain

func (DescribeDomainAccessModeResponseBodyDomainModeList) String

type DescribeDomainAttackEventsRequest

type DescribeDomainAttackEventsRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	EndTime         *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Offset          *int32  `json:"Offset,omitempty" xml:"Offset,omitempty"`
	PageSize        *string `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
	StartTime       *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (DescribeDomainAttackEventsRequest) GoString

func (*DescribeDomainAttackEventsRequest) SetDomain

func (*DescribeDomainAttackEventsRequest) SetEndTime

func (*DescribeDomainAttackEventsRequest) SetOffset

func (*DescribeDomainAttackEventsRequest) SetPageSize

func (*DescribeDomainAttackEventsRequest) SetResourceGroupId

func (*DescribeDomainAttackEventsRequest) SetSourceIp

func (*DescribeDomainAttackEventsRequest) SetStartTime

func (DescribeDomainAttackEventsRequest) String

type DescribeDomainAttackEventsResponse

type DescribeDomainAttackEventsResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeDomainAttackEventsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeDomainAttackEventsResponse) GoString

func (*DescribeDomainAttackEventsResponse) SetHeaders

func (*DescribeDomainAttackEventsResponse) SetStatusCode

func (DescribeDomainAttackEventsResponse) String

type DescribeDomainAttackEventsResponseBody

type DescribeDomainAttackEventsResponseBody struct {
	Events    []*DescribeDomainAttackEventsResponseBodyEvents `json:"Events,omitempty" xml:"Events,omitempty" type:"Repeated"`
	RequestId *string                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Total     *int64                                          `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (DescribeDomainAttackEventsResponseBody) GoString

func (*DescribeDomainAttackEventsResponseBody) SetRequestId

func (*DescribeDomainAttackEventsResponseBody) SetTotal

func (DescribeDomainAttackEventsResponseBody) String

type DescribeDomainAttackEventsResponseBodyEvents

type DescribeDomainAttackEventsResponseBodyEvents struct {
	BlockCount *int64 `json:"BlockCount,omitempty" xml:"BlockCount,omitempty"`
	Duration   *int32 `json:"Duration,omitempty" xml:"Duration,omitempty"`
	EndTime    *int64 `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Finished   *bool  `json:"Finished,omitempty" xml:"Finished,omitempty"`
	MaxQps     *int32 `json:"MaxQps,omitempty" xml:"MaxQps,omitempty"`
	StartTime  *int64 `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (DescribeDomainAttackEventsResponseBodyEvents) GoString

func (*DescribeDomainAttackEventsResponseBodyEvents) SetBlockCount

func (*DescribeDomainAttackEventsResponseBodyEvents) SetDuration

func (*DescribeDomainAttackEventsResponseBodyEvents) SetEndTime

func (*DescribeDomainAttackEventsResponseBodyEvents) SetFinished

func (*DescribeDomainAttackEventsResponseBodyEvents) SetMaxQps

func (*DescribeDomainAttackEventsResponseBodyEvents) SetStartTime

func (DescribeDomainAttackEventsResponseBodyEvents) String

type DescribeDomainQpsRequest

type DescribeDomainQpsRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	EndTime         *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
	StartTime       *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (DescribeDomainQpsRequest) GoString

func (s DescribeDomainQpsRequest) GoString() string

func (*DescribeDomainQpsRequest) SetDomain

func (*DescribeDomainQpsRequest) SetEndTime

func (*DescribeDomainQpsRequest) SetResourceGroupId

func (s *DescribeDomainQpsRequest) SetResourceGroupId(v string) *DescribeDomainQpsRequest

func (*DescribeDomainQpsRequest) SetSourceIp

func (*DescribeDomainQpsRequest) SetStartTime

func (DescribeDomainQpsRequest) String

func (s DescribeDomainQpsRequest) String() string

type DescribeDomainQpsResponse

type DescribeDomainQpsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeDomainQpsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeDomainQpsResponse) GoString

func (s DescribeDomainQpsResponse) GoString() string

func (*DescribeDomainQpsResponse) SetBody

func (*DescribeDomainQpsResponse) SetHeaders

func (*DescribeDomainQpsResponse) SetStatusCode

func (DescribeDomainQpsResponse) String

func (s DescribeDomainQpsResponse) String() string

type DescribeDomainQpsResponseBody

type DescribeDomainQpsResponseBody struct {
	Blocks        []*string `json:"Blocks,omitempty" xml:"Blocks,omitempty" type:"Repeated"`
	CacheHits     []*string `json:"CacheHits,omitempty" xml:"CacheHits,omitempty" type:"Repeated"`
	CcBlockQps    []*string `json:"CcBlockQps,omitempty" xml:"CcBlockQps,omitempty" type:"Repeated"`
	CcJsQps       []*string `json:"CcJsQps,omitempty" xml:"CcJsQps,omitempty" type:"Repeated"`
	Interval      *int32    `json:"Interval,omitempty" xml:"Interval,omitempty"`
	IpBlockQps    []*string `json:"IpBlockQps,omitempty" xml:"IpBlockQps,omitempty" type:"Repeated"`
	PreciseBlocks []*string `json:"PreciseBlocks,omitempty" xml:"PreciseBlocks,omitempty" type:"Repeated"`
	PreciseJsQps  []*string `json:"PreciseJsQps,omitempty" xml:"PreciseJsQps,omitempty" type:"Repeated"`
	RegionBlocks  []*string `json:"RegionBlocks,omitempty" xml:"RegionBlocks,omitempty" type:"Repeated"`
	RequestId     *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	StartTime     *int64    `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Totals        []*string `json:"Totals,omitempty" xml:"Totals,omitempty" type:"Repeated"`
}

func (DescribeDomainQpsResponseBody) GoString

func (*DescribeDomainQpsResponseBody) SetBlocks

func (*DescribeDomainQpsResponseBody) SetCacheHits

func (*DescribeDomainQpsResponseBody) SetCcBlockQps

func (*DescribeDomainQpsResponseBody) SetCcJsQps

func (*DescribeDomainQpsResponseBody) SetInterval

func (*DescribeDomainQpsResponseBody) SetIpBlockQps

func (*DescribeDomainQpsResponseBody) SetPreciseBlocks

func (*DescribeDomainQpsResponseBody) SetPreciseJsQps

func (*DescribeDomainQpsResponseBody) SetRegionBlocks

func (*DescribeDomainQpsResponseBody) SetRequestId

func (*DescribeDomainQpsResponseBody) SetStartTime

func (*DescribeDomainQpsResponseBody) SetTotals

func (DescribeDomainQpsResponseBody) String

type DescribeDomainQpsWithCacheRequest

type DescribeDomainQpsWithCacheRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	EndTime         *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
	StartTime       *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (DescribeDomainQpsWithCacheRequest) GoString

func (*DescribeDomainQpsWithCacheRequest) SetDomain

func (*DescribeDomainQpsWithCacheRequest) SetEndTime

func (*DescribeDomainQpsWithCacheRequest) SetResourceGroupId

func (*DescribeDomainQpsWithCacheRequest) SetSourceIp

func (*DescribeDomainQpsWithCacheRequest) SetStartTime

func (DescribeDomainQpsWithCacheRequest) String

type DescribeDomainQpsWithCacheResponse

type DescribeDomainQpsWithCacheResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeDomainQpsWithCacheResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeDomainQpsWithCacheResponse) GoString

func (*DescribeDomainQpsWithCacheResponse) SetHeaders

func (*DescribeDomainQpsWithCacheResponse) SetStatusCode

func (DescribeDomainQpsWithCacheResponse) String

type DescribeDomainQpsWithCacheResponseBody

type DescribeDomainQpsWithCacheResponseBody struct {
	Blocks        []*string `json:"Blocks,omitempty" xml:"Blocks,omitempty" type:"Repeated"`
	CacheHits     []*string `json:"CacheHits,omitempty" xml:"CacheHits,omitempty" type:"Repeated"`
	CcBlockQps    []*string `json:"CcBlockQps,omitempty" xml:"CcBlockQps,omitempty" type:"Repeated"`
	CcJsQps       []*string `json:"CcJsQps,omitempty" xml:"CcJsQps,omitempty" type:"Repeated"`
	Interval      *int32    `json:"Interval,omitempty" xml:"Interval,omitempty"`
	IpBlockQps    []*string `json:"IpBlockQps,omitempty" xml:"IpBlockQps,omitempty" type:"Repeated"`
	PreciseBlocks []*string `json:"PreciseBlocks,omitempty" xml:"PreciseBlocks,omitempty" type:"Repeated"`
	PreciseJsQps  []*string `json:"PreciseJsQps,omitempty" xml:"PreciseJsQps,omitempty" type:"Repeated"`
	RegionBlocks  []*string `json:"RegionBlocks,omitempty" xml:"RegionBlocks,omitempty" type:"Repeated"`
	RequestId     *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	StartTime     *int64    `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Totals        []*string `json:"Totals,omitempty" xml:"Totals,omitempty" type:"Repeated"`
}

func (DescribeDomainQpsWithCacheResponseBody) GoString

func (*DescribeDomainQpsWithCacheResponseBody) SetBlocks

func (*DescribeDomainQpsWithCacheResponseBody) SetCacheHits

func (*DescribeDomainQpsWithCacheResponseBody) SetCcBlockQps

func (*DescribeDomainQpsWithCacheResponseBody) SetCcJsQps

func (*DescribeDomainQpsWithCacheResponseBody) SetInterval

func (*DescribeDomainQpsWithCacheResponseBody) SetIpBlockQps

func (*DescribeDomainQpsWithCacheResponseBody) SetPreciseBlocks

func (*DescribeDomainQpsWithCacheResponseBody) SetPreciseJsQps

func (*DescribeDomainQpsWithCacheResponseBody) SetRegionBlocks

func (*DescribeDomainQpsWithCacheResponseBody) SetRequestId

func (*DescribeDomainQpsWithCacheResponseBody) SetStartTime

func (*DescribeDomainQpsWithCacheResponseBody) SetTotals

func (DescribeDomainQpsWithCacheResponseBody) String

type DescribeDomainSlsStatusRequest

type DescribeDomainSlsStatusRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Lang            *string `json:"Lang,omitempty" xml:"Lang,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeDomainSlsStatusRequest) GoString

func (*DescribeDomainSlsStatusRequest) SetDomain

func (*DescribeDomainSlsStatusRequest) SetLang

func (*DescribeDomainSlsStatusRequest) SetResourceGroupId

func (*DescribeDomainSlsStatusRequest) SetSourceIp

func (DescribeDomainSlsStatusRequest) String

type DescribeDomainSlsStatusResponse

type DescribeDomainSlsStatusResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeDomainSlsStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeDomainSlsStatusResponse) GoString

func (*DescribeDomainSlsStatusResponse) SetHeaders

func (*DescribeDomainSlsStatusResponse) SetStatusCode

func (DescribeDomainSlsStatusResponse) String

type DescribeDomainSlsStatusResponseBody

type DescribeDomainSlsStatusResponseBody struct {
	RequestId   *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SlsLogstore *string `json:"SlsLogstore,omitempty" xml:"SlsLogstore,omitempty"`
	SlsProject  *string `json:"SlsProject,omitempty" xml:"SlsProject,omitempty"`
	SlsStatus   *bool   `json:"SlsStatus,omitempty" xml:"SlsStatus,omitempty"`
}

func (DescribeDomainSlsStatusResponseBody) GoString

func (*DescribeDomainSlsStatusResponseBody) SetRequestId

func (*DescribeDomainSlsStatusResponseBody) SetSlsLogstore

func (*DescribeDomainSlsStatusResponseBody) SetSlsProject

func (*DescribeDomainSlsStatusResponseBody) SetSlsStatus

func (DescribeDomainSlsStatusResponseBody) String

type DescribeDomainsRequest

type DescribeDomainsRequest struct {
	Domain             *string   `json:"Domain,omitempty" xml:"Domain,omitempty"`
	InstanceIds        []*string `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty" type:"Repeated"`
	Offset             *int32    `json:"Offset,omitempty" xml:"Offset,omitempty"`
	PageSize           *string   `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	QueryDomainPattern *string   `json:"QueryDomainPattern,omitempty" xml:"QueryDomainPattern,omitempty"`
	ResourceGroupId    *string   `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp           *string   `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeDomainsRequest) GoString

func (s DescribeDomainsRequest) GoString() string

func (*DescribeDomainsRequest) SetDomain

func (*DescribeDomainsRequest) SetInstanceIds

func (s *DescribeDomainsRequest) SetInstanceIds(v []*string) *DescribeDomainsRequest

func (*DescribeDomainsRequest) SetOffset

func (*DescribeDomainsRequest) SetPageSize

func (*DescribeDomainsRequest) SetQueryDomainPattern

func (s *DescribeDomainsRequest) SetQueryDomainPattern(v string) *DescribeDomainsRequest

func (*DescribeDomainsRequest) SetResourceGroupId

func (s *DescribeDomainsRequest) SetResourceGroupId(v string) *DescribeDomainsRequest

func (*DescribeDomainsRequest) SetSourceIp

func (DescribeDomainsRequest) String

func (s DescribeDomainsRequest) String() string

type DescribeDomainsResponse

type DescribeDomainsResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeDomainsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeDomainsResponse) GoString

func (s DescribeDomainsResponse) GoString() string

func (*DescribeDomainsResponse) SetBody

func (*DescribeDomainsResponse) SetHeaders

func (*DescribeDomainsResponse) SetStatusCode

func (DescribeDomainsResponse) String

func (s DescribeDomainsResponse) String() string

type DescribeDomainsResponseBody

type DescribeDomainsResponseBody struct {
	Domains   []*DescribeDomainsResponseBodyDomains `json:"Domains,omitempty" xml:"Domains,omitempty" type:"Repeated"`
	RequestId *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Total     *int64                                `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (DescribeDomainsResponseBody) GoString

func (s DescribeDomainsResponseBody) GoString() string

func (*DescribeDomainsResponseBody) SetDomains

func (*DescribeDomainsResponseBody) SetRequestId

func (*DescribeDomainsResponseBody) SetTotal

func (DescribeDomainsResponseBody) String

type DescribeDomainsResponseBodyDomains

type DescribeDomainsResponseBodyDomains struct {
	BlackList     []*string                                          `json:"BlackList,omitempty" xml:"BlackList,omitempty" type:"Repeated"`
	CcEnabled     *bool                                              `json:"CcEnabled,omitempty" xml:"CcEnabled,omitempty"`
	CcRuleEnabled *bool                                              `json:"CcRuleEnabled,omitempty" xml:"CcRuleEnabled,omitempty"`
	CcTemplate    *string                                            `json:"CcTemplate,omitempty" xml:"CcTemplate,omitempty"`
	CertName      *string                                            `json:"CertName,omitempty" xml:"CertName,omitempty"`
	Cname         *string                                            `json:"Cname,omitempty" xml:"Cname,omitempty"`
	Domain        *string                                            `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Http2Enable   *bool                                              `json:"Http2Enable,omitempty" xml:"Http2Enable,omitempty"`
	ProxyTypeList []*DescribeDomainsResponseBodyDomainsProxyTypeList `json:"ProxyTypeList,omitempty" xml:"ProxyTypeList,omitempty" type:"Repeated"`
	RealServers   []*DescribeDomainsResponseBodyDomainsRealServers   `json:"RealServers,omitempty" xml:"RealServers,omitempty" type:"Repeated"`
	SslCiphers    *string                                            `json:"SslCiphers,omitempty" xml:"SslCiphers,omitempty"`
	SslProtocols  *string                                            `json:"SslProtocols,omitempty" xml:"SslProtocols,omitempty"`
	WhiteList     []*string                                          `json:"WhiteList,omitempty" xml:"WhiteList,omitempty" type:"Repeated"`
}

func (DescribeDomainsResponseBodyDomains) GoString

func (*DescribeDomainsResponseBodyDomains) SetBlackList

func (*DescribeDomainsResponseBodyDomains) SetCcEnabled

func (*DescribeDomainsResponseBodyDomains) SetCcRuleEnabled

func (*DescribeDomainsResponseBodyDomains) SetCcTemplate

func (*DescribeDomainsResponseBodyDomains) SetCertName

func (*DescribeDomainsResponseBodyDomains) SetCname

func (*DescribeDomainsResponseBodyDomains) SetDomain

func (*DescribeDomainsResponseBodyDomains) SetHttp2Enable

func (*DescribeDomainsResponseBodyDomains) SetSslCiphers

func (*DescribeDomainsResponseBodyDomains) SetSslProtocols

func (*DescribeDomainsResponseBodyDomains) SetWhiteList

func (DescribeDomainsResponseBodyDomains) String

type DescribeDomainsResponseBodyDomainsProxyTypeList

type DescribeDomainsResponseBodyDomainsProxyTypeList struct {
	ProxyPorts []*string `json:"ProxyPorts,omitempty" xml:"ProxyPorts,omitempty" type:"Repeated"`
	ProxyType  *string   `json:"ProxyType,omitempty" xml:"ProxyType,omitempty"`
}

func (DescribeDomainsResponseBodyDomainsProxyTypeList) GoString

func (*DescribeDomainsResponseBodyDomainsProxyTypeList) SetProxyPorts

func (*DescribeDomainsResponseBodyDomainsProxyTypeList) SetProxyType

func (DescribeDomainsResponseBodyDomainsProxyTypeList) String

type DescribeDomainsResponseBodyDomainsRealServers

type DescribeDomainsResponseBodyDomainsRealServers struct {
	RealServer *string `json:"RealServer,omitempty" xml:"RealServer,omitempty"`
	RsType     *int32  `json:"RsType,omitempty" xml:"RsType,omitempty"`
}

func (DescribeDomainsResponseBodyDomainsRealServers) GoString

func (*DescribeDomainsResponseBodyDomainsRealServers) SetRealServer

func (*DescribeDomainsResponseBodyDomainsRealServers) SetRsType

func (DescribeDomainsResponseBodyDomainsRealServers) String

type DescribeElasticBandwidthSpecRequest

type DescribeElasticBandwidthSpecRequest struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	SourceIp   *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeElasticBandwidthSpecRequest) GoString

func (*DescribeElasticBandwidthSpecRequest) SetInstanceId

func (*DescribeElasticBandwidthSpecRequest) SetSourceIp

func (DescribeElasticBandwidthSpecRequest) String

type DescribeElasticBandwidthSpecResponse

type DescribeElasticBandwidthSpecResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeElasticBandwidthSpecResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeElasticBandwidthSpecResponse) GoString

func (*DescribeElasticBandwidthSpecResponse) SetHeaders

func (*DescribeElasticBandwidthSpecResponse) SetStatusCode

func (DescribeElasticBandwidthSpecResponse) String

type DescribeElasticBandwidthSpecResponseBody

type DescribeElasticBandwidthSpecResponseBody struct {
	ElasticBandwidthSpec []*string `json:"ElasticBandwidthSpec,omitempty" xml:"ElasticBandwidthSpec,omitempty" type:"Repeated"`
	RequestId            *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeElasticBandwidthSpecResponseBody) GoString

func (*DescribeElasticBandwidthSpecResponseBody) SetElasticBandwidthSpec

func (*DescribeElasticBandwidthSpecResponseBody) SetRequestId

func (DescribeElasticBandwidthSpecResponseBody) String

type DescribeHealthCheckListRequest

type DescribeHealthCheckListRequest struct {
	Listeners *string `json:"Listeners,omitempty" xml:"Listeners,omitempty"`
	SourceIp  *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeHealthCheckListRequest) GoString

func (*DescribeHealthCheckListRequest) SetListeners

func (*DescribeHealthCheckListRequest) SetSourceIp

func (DescribeHealthCheckListRequest) String

type DescribeHealthCheckListResponse

type DescribeHealthCheckListResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeHealthCheckListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeHealthCheckListResponse) GoString

func (*DescribeHealthCheckListResponse) SetHeaders

func (*DescribeHealthCheckListResponse) SetStatusCode

func (DescribeHealthCheckListResponse) String

type DescribeHealthCheckListResponseBody

type DescribeHealthCheckListResponseBody struct {
	Listeners []*DescribeHealthCheckListResponseBodyListeners `json:"Listeners,omitempty" xml:"Listeners,omitempty" type:"Repeated"`
	RequestId *string                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeHealthCheckListResponseBody) GoString

func (*DescribeHealthCheckListResponseBody) SetRequestId

func (DescribeHealthCheckListResponseBody) String

type DescribeHealthCheckListResponseBodyListeners

type DescribeHealthCheckListResponseBodyListeners struct {
	FrontendPort *int32                                                   `json:"FrontendPort,omitempty" xml:"FrontendPort,omitempty"`
	HealthCheck  *DescribeHealthCheckListResponseBodyListenersHealthCheck `json:"HealthCheck,omitempty" xml:"HealthCheck,omitempty" type:"Struct"`
	InstanceId   *string                                                  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Protocol     *string                                                  `json:"Protocol,omitempty" xml:"Protocol,omitempty"`
}

func (DescribeHealthCheckListResponseBodyListeners) GoString

func (*DescribeHealthCheckListResponseBodyListeners) SetFrontendPort

func (*DescribeHealthCheckListResponseBodyListeners) SetInstanceId

func (*DescribeHealthCheckListResponseBodyListeners) SetProtocol

func (DescribeHealthCheckListResponseBodyListeners) String

type DescribeHealthCheckListResponseBodyListenersHealthCheck

type DescribeHealthCheckListResponseBodyListenersHealthCheck struct {
	Domain   *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Down     *int32  `json:"Down,omitempty" xml:"Down,omitempty"`
	Interval *int32  `json:"Interval,omitempty" xml:"Interval,omitempty"`
	Port     *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	Timeout  *int32  `json:"Timeout,omitempty" xml:"Timeout,omitempty"`
	Type     *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Up       *int32  `json:"Up,omitempty" xml:"Up,omitempty"`
	Uri      *string `json:"Uri,omitempty" xml:"Uri,omitempty"`
}

func (DescribeHealthCheckListResponseBodyListenersHealthCheck) GoString

func (*DescribeHealthCheckListResponseBodyListenersHealthCheck) SetDomain

func (*DescribeHealthCheckListResponseBodyListenersHealthCheck) SetDown

func (*DescribeHealthCheckListResponseBodyListenersHealthCheck) SetInterval

func (*DescribeHealthCheckListResponseBodyListenersHealthCheck) SetPort

func (*DescribeHealthCheckListResponseBodyListenersHealthCheck) SetTimeout

func (*DescribeHealthCheckListResponseBodyListenersHealthCheck) SetType

func (*DescribeHealthCheckListResponseBodyListenersHealthCheck) SetUp

func (*DescribeHealthCheckListResponseBodyListenersHealthCheck) SetUri

func (DescribeHealthCheckListResponseBodyListenersHealthCheck) String

type DescribeHealthCheckStatusListRequest

type DescribeHealthCheckStatusListRequest struct {
	Listeners *string `json:"Listeners,omitempty" xml:"Listeners,omitempty"`
	SourceIp  *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeHealthCheckStatusListRequest) GoString

func (*DescribeHealthCheckStatusListRequest) SetListeners

func (*DescribeHealthCheckStatusListRequest) SetSourceIp

func (DescribeHealthCheckStatusListRequest) String

type DescribeHealthCheckStatusListResponse

type DescribeHealthCheckStatusListResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeHealthCheckStatusListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeHealthCheckStatusListResponse) GoString

func (*DescribeHealthCheckStatusListResponse) SetHeaders

func (*DescribeHealthCheckStatusListResponse) SetStatusCode

func (DescribeHealthCheckStatusListResponse) String

type DescribeHealthCheckStatusListResponseBody

type DescribeHealthCheckStatusListResponseBody struct {
	HealthCheckStatusList []*DescribeHealthCheckStatusListResponseBodyHealthCheckStatusList `json:"HealthCheckStatusList,omitempty" xml:"HealthCheckStatusList,omitempty" type:"Repeated"`
	RequestId             *string                                                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeHealthCheckStatusListResponseBody) GoString

func (*DescribeHealthCheckStatusListResponseBody) SetRequestId

func (DescribeHealthCheckStatusListResponseBody) String

type DescribeHealthCheckStatusListResponseBodyHealthCheckStatusList

type DescribeHealthCheckStatusListResponseBodyHealthCheckStatusList struct {
	FrontendPort         *int32                                                                                `json:"FrontendPort,omitempty" xml:"FrontendPort,omitempty"`
	InstanceId           *string                                                                               `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Protocol             *string                                                                               `json:"Protocol,omitempty" xml:"Protocol,omitempty"`
	RealServerStatusList []*DescribeHealthCheckStatusListResponseBodyHealthCheckStatusListRealServerStatusList `json:"RealServerStatusList,omitempty" xml:"RealServerStatusList,omitempty" type:"Repeated"`
	Status               *string                                                                               `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeHealthCheckStatusListResponseBodyHealthCheckStatusList) GoString

func (*DescribeHealthCheckStatusListResponseBodyHealthCheckStatusList) SetFrontendPort

func (*DescribeHealthCheckStatusListResponseBodyHealthCheckStatusList) SetInstanceId

func (*DescribeHealthCheckStatusListResponseBodyHealthCheckStatusList) SetProtocol

func (*DescribeHealthCheckStatusListResponseBodyHealthCheckStatusList) SetStatus

func (DescribeHealthCheckStatusListResponseBodyHealthCheckStatusList) String

type DescribeHealthCheckStatusListResponseBodyHealthCheckStatusListRealServerStatusList

type DescribeHealthCheckStatusListResponseBodyHealthCheckStatusListRealServerStatusList struct {
	Address *string `json:"Address,omitempty" xml:"Address,omitempty"`
	Status  *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeHealthCheckStatusListResponseBodyHealthCheckStatusListRealServerStatusList) GoString

func (*DescribeHealthCheckStatusListResponseBodyHealthCheckStatusListRealServerStatusList) SetAddress

func (*DescribeHealthCheckStatusListResponseBodyHealthCheckStatusListRealServerStatusList) SetStatus

func (DescribeHealthCheckStatusListResponseBodyHealthCheckStatusListRealServerStatusList) String

type DescribeInstanceDetailsRequest

type DescribeInstanceDetailsRequest struct {
	InstanceIds *string `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty"`
	SourceIp    *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeInstanceDetailsRequest) GoString

func (*DescribeInstanceDetailsRequest) SetInstanceIds

func (*DescribeInstanceDetailsRequest) SetSourceIp

func (DescribeInstanceDetailsRequest) String

type DescribeInstanceDetailsResponse

type DescribeInstanceDetailsResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeInstanceDetailsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeInstanceDetailsResponse) GoString

func (*DescribeInstanceDetailsResponse) SetHeaders

func (*DescribeInstanceDetailsResponse) SetStatusCode

func (DescribeInstanceDetailsResponse) String

type DescribeInstanceDetailsResponseBody

type DescribeInstanceDetailsResponseBody struct {
	InstanceDetails []*DescribeInstanceDetailsResponseBodyInstanceDetails `json:"InstanceDetails,omitempty" xml:"InstanceDetails,omitempty" type:"Repeated"`
	RequestId       *string                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeInstanceDetailsResponseBody) GoString

func (*DescribeInstanceDetailsResponseBody) SetRequestId

func (DescribeInstanceDetailsResponseBody) String

type DescribeInstanceDetailsResponseBodyInstanceDetails

type DescribeInstanceDetailsResponseBodyInstanceDetails struct {
	EipInfoList []*DescribeInstanceDetailsResponseBodyInstanceDetailsEipInfoList `json:"EipInfoList,omitempty" xml:"EipInfoList,omitempty" type:"Repeated"`
	InstanceId  *string                                                          `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Line        *string                                                          `json:"Line,omitempty" xml:"Line,omitempty"`
}

func (DescribeInstanceDetailsResponseBodyInstanceDetails) GoString

func (*DescribeInstanceDetailsResponseBodyInstanceDetails) SetInstanceId

func (*DescribeInstanceDetailsResponseBodyInstanceDetails) SetLine

func (DescribeInstanceDetailsResponseBodyInstanceDetails) String

type DescribeInstanceDetailsResponseBodyInstanceDetailsEipInfoList

type DescribeInstanceDetailsResponseBodyInstanceDetailsEipInfoList struct {
	Eip    *string `json:"Eip,omitempty" xml:"Eip,omitempty"`
	Status *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeInstanceDetailsResponseBodyInstanceDetailsEipInfoList) GoString

func (*DescribeInstanceDetailsResponseBodyInstanceDetailsEipInfoList) SetEip

func (*DescribeInstanceDetailsResponseBodyInstanceDetailsEipInfoList) SetStatus

func (DescribeInstanceDetailsResponseBodyInstanceDetailsEipInfoList) String

type DescribeInstanceSpecsRequest

type DescribeInstanceSpecsRequest struct {
	InstanceIds *string `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty"`
	SourceIp    *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeInstanceSpecsRequest) GoString

func (s DescribeInstanceSpecsRequest) GoString() string

func (*DescribeInstanceSpecsRequest) SetInstanceIds

func (*DescribeInstanceSpecsRequest) SetSourceIp

func (DescribeInstanceSpecsRequest) String

type DescribeInstanceSpecsResponse

type DescribeInstanceSpecsResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeInstanceSpecsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeInstanceSpecsResponse) GoString

func (*DescribeInstanceSpecsResponse) SetBody

func (*DescribeInstanceSpecsResponse) SetHeaders

func (*DescribeInstanceSpecsResponse) SetStatusCode

func (DescribeInstanceSpecsResponse) String

type DescribeInstanceSpecsResponseBody

type DescribeInstanceSpecsResponseBody struct {
	InstanceSpecs []*DescribeInstanceSpecsResponseBodyInstanceSpecs `json:"InstanceSpecs,omitempty" xml:"InstanceSpecs,omitempty" type:"Repeated"`
	RequestId     *string                                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeInstanceSpecsResponseBody) GoString

func (*DescribeInstanceSpecsResponseBody) SetRequestId

func (DescribeInstanceSpecsResponseBody) String

type DescribeInstanceSpecsResponseBodyInstanceSpecs

type DescribeInstanceSpecsResponseBodyInstanceSpecs struct {
	BandwidthMbps    *int32  `json:"BandwidthMbps,omitempty" xml:"BandwidthMbps,omitempty"`
	BaseBandwidth    *int32  `json:"BaseBandwidth,omitempty" xml:"BaseBandwidth,omitempty"`
	DefenseCount     *int32  `json:"DefenseCount,omitempty" xml:"DefenseCount,omitempty"`
	DomainLimit      *int32  `json:"DomainLimit,omitempty" xml:"DomainLimit,omitempty"`
	ElasticBandwidth *int32  `json:"ElasticBandwidth,omitempty" xml:"ElasticBandwidth,omitempty"`
	FunctionVersion  *string `json:"FunctionVersion,omitempty" xml:"FunctionVersion,omitempty"`
	InstanceId       *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	PortLimit        *int32  `json:"PortLimit,omitempty" xml:"PortLimit,omitempty"`
	QpsLimit         *int32  `json:"QpsLimit,omitempty" xml:"QpsLimit,omitempty"`
	SiteLimit        *int32  `json:"SiteLimit,omitempty" xml:"SiteLimit,omitempty"`
}

func (DescribeInstanceSpecsResponseBodyInstanceSpecs) GoString

func (*DescribeInstanceSpecsResponseBodyInstanceSpecs) SetBandwidthMbps

func (*DescribeInstanceSpecsResponseBodyInstanceSpecs) SetBaseBandwidth

func (*DescribeInstanceSpecsResponseBodyInstanceSpecs) SetDefenseCount

func (*DescribeInstanceSpecsResponseBodyInstanceSpecs) SetDomainLimit

func (*DescribeInstanceSpecsResponseBodyInstanceSpecs) SetElasticBandwidth

func (*DescribeInstanceSpecsResponseBodyInstanceSpecs) SetFunctionVersion

func (*DescribeInstanceSpecsResponseBodyInstanceSpecs) SetInstanceId

func (*DescribeInstanceSpecsResponseBodyInstanceSpecs) SetPortLimit

func (*DescribeInstanceSpecsResponseBodyInstanceSpecs) SetQpsLimit

func (*DescribeInstanceSpecsResponseBodyInstanceSpecs) SetSiteLimit

func (DescribeInstanceSpecsResponseBodyInstanceSpecs) String

type DescribeInstanceStatisticsRequest

type DescribeInstanceStatisticsRequest struct {
	InstanceIds *string `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty"`
	SourceIp    *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeInstanceStatisticsRequest) GoString

func (*DescribeInstanceStatisticsRequest) SetInstanceIds

func (*DescribeInstanceStatisticsRequest) SetSourceIp

func (DescribeInstanceStatisticsRequest) String

type DescribeInstanceStatisticsResponse

type DescribeInstanceStatisticsResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeInstanceStatisticsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeInstanceStatisticsResponse) GoString

func (*DescribeInstanceStatisticsResponse) SetHeaders

func (*DescribeInstanceStatisticsResponse) SetStatusCode

func (DescribeInstanceStatisticsResponse) String

type DescribeInstanceStatisticsResponseBody

type DescribeInstanceStatisticsResponseBody struct {
	InstanceStatistics []*DescribeInstanceStatisticsResponseBodyInstanceStatistics `json:"InstanceStatistics,omitempty" xml:"InstanceStatistics,omitempty" type:"Repeated"`
	RequestId          *string                                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeInstanceStatisticsResponseBody) GoString

func (*DescribeInstanceStatisticsResponseBody) SetRequestId

func (DescribeInstanceStatisticsResponseBody) String

type DescribeInstanceStatisticsResponseBodyInstanceStatistics

type DescribeInstanceStatisticsResponseBodyInstanceStatistics struct {
	DefenseCountUsage *int32  `json:"DefenseCountUsage,omitempty" xml:"DefenseCountUsage,omitempty"`
	DomainUsage       *int32  `json:"DomainUsage,omitempty" xml:"DomainUsage,omitempty"`
	InstanceId        *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	PortUsage         *int32  `json:"PortUsage,omitempty" xml:"PortUsage,omitempty"`
	SiteUsage         *int32  `json:"SiteUsage,omitempty" xml:"SiteUsage,omitempty"`
}

func (DescribeInstanceStatisticsResponseBodyInstanceStatistics) GoString

func (*DescribeInstanceStatisticsResponseBodyInstanceStatistics) SetDefenseCountUsage

func (*DescribeInstanceStatisticsResponseBodyInstanceStatistics) SetDomainUsage

func (*DescribeInstanceStatisticsResponseBodyInstanceStatistics) SetInstanceId

func (*DescribeInstanceStatisticsResponseBodyInstanceStatistics) SetPortUsage

func (*DescribeInstanceStatisticsResponseBodyInstanceStatistics) SetSiteUsage

func (DescribeInstanceStatisticsResponseBodyInstanceStatistics) String

type DescribeInstancesRequest

type DescribeInstancesRequest struct {
	Edition         *int32                         `json:"Edition,omitempty" xml:"Edition,omitempty"`
	Enabled         *int32                         `json:"Enabled,omitempty" xml:"Enabled,omitempty"`
	ExpireEndTime   *int64                         `json:"ExpireEndTime,omitempty" xml:"ExpireEndTime,omitempty"`
	ExpireStartTime *int64                         `json:"ExpireStartTime,omitempty" xml:"ExpireStartTime,omitempty"`
	InstanceIds     *string                        `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty"`
	Ip              *string                        `json:"Ip,omitempty" xml:"Ip,omitempty"`
	PageNo          *string                        `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize        *string                        `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Remark          *string                        `json:"Remark,omitempty" xml:"Remark,omitempty"`
	ResourceGroupId *string                        `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string                        `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
	Status          []*int32                       `json:"Status,omitempty" xml:"Status,omitempty" type:"Repeated"`
	Tag             []*DescribeInstancesRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (DescribeInstancesRequest) GoString

func (s DescribeInstancesRequest) GoString() string

func (*DescribeInstancesRequest) SetEdition

func (*DescribeInstancesRequest) SetEnabled

func (*DescribeInstancesRequest) SetExpireEndTime

func (*DescribeInstancesRequest) SetExpireStartTime

func (s *DescribeInstancesRequest) SetExpireStartTime(v int64) *DescribeInstancesRequest

func (*DescribeInstancesRequest) SetInstanceIds

func (*DescribeInstancesRequest) SetIp

func (*DescribeInstancesRequest) SetPageNo

func (*DescribeInstancesRequest) SetPageSize

func (*DescribeInstancesRequest) SetRemark

func (*DescribeInstancesRequest) SetResourceGroupId

func (s *DescribeInstancesRequest) SetResourceGroupId(v string) *DescribeInstancesRequest

func (*DescribeInstancesRequest) SetSourceIp

func (*DescribeInstancesRequest) SetStatus

func (*DescribeInstancesRequest) SetTag

func (DescribeInstancesRequest) String

func (s DescribeInstancesRequest) String() string

type DescribeInstancesRequestTag

type DescribeInstancesRequestTag struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (DescribeInstancesRequestTag) GoString

func (s DescribeInstancesRequestTag) GoString() string

func (*DescribeInstancesRequestTag) SetKey

func (*DescribeInstancesRequestTag) SetValue

func (DescribeInstancesRequestTag) String

type DescribeInstancesResponse

type DescribeInstancesResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeInstancesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeInstancesResponse) GoString

func (s DescribeInstancesResponse) GoString() string

func (*DescribeInstancesResponse) SetBody

func (*DescribeInstancesResponse) SetHeaders

func (*DescribeInstancesResponse) SetStatusCode

func (DescribeInstancesResponse) String

func (s DescribeInstancesResponse) String() string

type DescribeInstancesResponseBody

type DescribeInstancesResponseBody struct {
	Instances []*DescribeInstancesResponseBodyInstances `json:"Instances,omitempty" xml:"Instances,omitempty" type:"Repeated"`
	RequestId *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Total     *int64                                    `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (DescribeInstancesResponseBody) GoString

func (*DescribeInstancesResponseBody) SetInstances

func (*DescribeInstancesResponseBody) SetRequestId

func (*DescribeInstancesResponseBody) SetTotal

func (DescribeInstancesResponseBody) String

type DescribeInstancesResponseBodyInstances

type DescribeInstancesResponseBodyInstances struct {
	DebtStatus *int32  `json:"DebtStatus,omitempty" xml:"DebtStatus,omitempty"`
	Edition    *int32  `json:"Edition,omitempty" xml:"Edition,omitempty"`
	Enabled    *int32  `json:"Enabled,omitempty" xml:"Enabled,omitempty"`
	ExpireTime *int64  `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	GmtCreate  *int64  `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Remark     *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
	Status     *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeInstancesResponseBodyInstances) GoString

func (*DescribeInstancesResponseBodyInstances) SetDebtStatus

func (*DescribeInstancesResponseBodyInstances) SetEdition

func (*DescribeInstancesResponseBodyInstances) SetEnabled

func (*DescribeInstancesResponseBodyInstances) SetExpireTime

func (*DescribeInstancesResponseBodyInstances) SetGmtCreate

func (*DescribeInstancesResponseBodyInstances) SetInstanceId

func (*DescribeInstancesResponseBodyInstances) SetRemark

func (*DescribeInstancesResponseBodyInstances) SetStatus

func (DescribeInstancesResponseBodyInstances) String

type DescribeIpTrafficRequest

type DescribeIpTrafficRequest struct {
	Eip             *string `json:"Eip,omitempty" xml:"Eip,omitempty"`
	EndTime         *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Interval        *int32  `json:"Interval,omitempty" xml:"Interval,omitempty"`
	Port            *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	QueryProtocol   *string `json:"QueryProtocol,omitempty" xml:"QueryProtocol,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
	StartTime       *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (DescribeIpTrafficRequest) GoString

func (s DescribeIpTrafficRequest) GoString() string

func (*DescribeIpTrafficRequest) SetEip

func (*DescribeIpTrafficRequest) SetEndTime

func (*DescribeIpTrafficRequest) SetInterval

func (*DescribeIpTrafficRequest) SetPort

func (*DescribeIpTrafficRequest) SetQueryProtocol

func (*DescribeIpTrafficRequest) SetResourceGroupId

func (s *DescribeIpTrafficRequest) SetResourceGroupId(v string) *DescribeIpTrafficRequest

func (*DescribeIpTrafficRequest) SetSourceIp

func (*DescribeIpTrafficRequest) SetStartTime

func (DescribeIpTrafficRequest) String

func (s DescribeIpTrafficRequest) String() string

type DescribeIpTrafficResponse

type DescribeIpTrafficResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeIpTrafficResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeIpTrafficResponse) GoString

func (s DescribeIpTrafficResponse) GoString() string

func (*DescribeIpTrafficResponse) SetBody

func (*DescribeIpTrafficResponse) SetHeaders

func (*DescribeIpTrafficResponse) SetStatusCode

func (DescribeIpTrafficResponse) String

func (s DescribeIpTrafficResponse) String() string

type DescribeIpTrafficResponseBody

type DescribeIpTrafficResponseBody struct {
	AvgInBps        *int64                                          `json:"AvgInBps,omitempty" xml:"AvgInBps,omitempty"`
	AvgOutBps       *int64                                          `json:"AvgOutBps,omitempty" xml:"AvgOutBps,omitempty"`
	IpTrafficPoints []*DescribeIpTrafficResponseBodyIpTrafficPoints `json:"IpTrafficPoints,omitempty" xml:"IpTrafficPoints,omitempty" type:"Repeated"`
	MaxInBps        *int64                                          `json:"MaxInBps,omitempty" xml:"MaxInBps,omitempty"`
	MaxOutBps       *int64                                          `json:"MaxOutBps,omitempty" xml:"MaxOutBps,omitempty"`
	RequestId       *string                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeIpTrafficResponseBody) GoString

func (*DescribeIpTrafficResponseBody) SetAvgInBps

func (*DescribeIpTrafficResponseBody) SetAvgOutBps

func (*DescribeIpTrafficResponseBody) SetMaxInBps

func (*DescribeIpTrafficResponseBody) SetMaxOutBps

func (*DescribeIpTrafficResponseBody) SetRequestId

func (DescribeIpTrafficResponseBody) String

type DescribeIpTrafficResponseBodyIpTrafficPoints

type DescribeIpTrafficResponseBodyIpTrafficPoints struct {
	ActConns   *int32 `json:"ActConns,omitempty" xml:"ActConns,omitempty"`
	Cps        *int32 `json:"Cps,omitempty" xml:"Cps,omitempty"`
	InactConns *int32 `json:"InactConns,omitempty" xml:"InactConns,omitempty"`
	MaxInbps   *int64 `json:"MaxInbps,omitempty" xml:"MaxInbps,omitempty"`
	MaxOutbps  *int64 `json:"MaxOutbps,omitempty" xml:"MaxOutbps,omitempty"`
	Time       *int64 `json:"Time,omitempty" xml:"Time,omitempty"`
}

func (DescribeIpTrafficResponseBodyIpTrafficPoints) GoString

func (*DescribeIpTrafficResponseBodyIpTrafficPoints) SetActConns

func (*DescribeIpTrafficResponseBodyIpTrafficPoints) SetCps

func (*DescribeIpTrafficResponseBodyIpTrafficPoints) SetInactConns

func (*DescribeIpTrafficResponseBodyIpTrafficPoints) SetMaxInbps

func (*DescribeIpTrafficResponseBodyIpTrafficPoints) SetMaxOutbps

func (*DescribeIpTrafficResponseBodyIpTrafficPoints) SetTime

func (DescribeIpTrafficResponseBodyIpTrafficPoints) String

type DescribeLayer4RuleAttributesRequest

type DescribeLayer4RuleAttributesRequest struct {
	Listeners *string `json:"Listeners,omitempty" xml:"Listeners,omitempty"`
	SourceIp  *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeLayer4RuleAttributesRequest) GoString

func (*DescribeLayer4RuleAttributesRequest) SetListeners

func (*DescribeLayer4RuleAttributesRequest) SetSourceIp

func (DescribeLayer4RuleAttributesRequest) String

type DescribeLayer4RuleAttributesResponse

type DescribeLayer4RuleAttributesResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeLayer4RuleAttributesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeLayer4RuleAttributesResponse) GoString

func (*DescribeLayer4RuleAttributesResponse) SetHeaders

func (*DescribeLayer4RuleAttributesResponse) SetStatusCode

func (DescribeLayer4RuleAttributesResponse) String

type DescribeLayer4RuleAttributesResponseBody

type DescribeLayer4RuleAttributesResponseBody struct {
	Listeners []*DescribeLayer4RuleAttributesResponseBodyListeners `json:"Listeners,omitempty" xml:"Listeners,omitempty" type:"Repeated"`
	RequestId *string                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeLayer4RuleAttributesResponseBody) GoString

func (*DescribeLayer4RuleAttributesResponseBody) SetRequestId

func (DescribeLayer4RuleAttributesResponseBody) String

type DescribeLayer4RuleAttributesResponseBodyListeners

type DescribeLayer4RuleAttributesResponseBodyListeners struct {
	Config       *DescribeLayer4RuleAttributesResponseBodyListenersConfig `json:"Config,omitempty" xml:"Config,omitempty" type:"Struct"`
	FrontendPort *int32                                                   `json:"FrontendPort,omitempty" xml:"FrontendPort,omitempty"`
	InstanceId   *string                                                  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Protocol     *string                                                  `json:"Protocol,omitempty" xml:"Protocol,omitempty"`
}

func (DescribeLayer4RuleAttributesResponseBodyListeners) GoString

func (*DescribeLayer4RuleAttributesResponseBodyListeners) SetFrontendPort

func (*DescribeLayer4RuleAttributesResponseBodyListeners) SetInstanceId

func (*DescribeLayer4RuleAttributesResponseBodyListeners) SetProtocol

func (DescribeLayer4RuleAttributesResponseBodyListeners) String

type DescribeLayer4RuleAttributesResponseBodyListenersConfig

type DescribeLayer4RuleAttributesResponseBodyListenersConfig struct {
	Cc                 *DescribeLayer4RuleAttributesResponseBodyListenersConfigCc         `json:"Cc,omitempty" xml:"Cc,omitempty" type:"Struct"`
	NodataConn         *string                                                            `json:"NodataConn,omitempty" xml:"NodataConn,omitempty"`
	PayloadLen         *DescribeLayer4RuleAttributesResponseBodyListenersConfigPayloadLen `json:"PayloadLen,omitempty" xml:"PayloadLen,omitempty" type:"Struct"`
	PersistenceTimeout *int32                                                             `json:"PersistenceTimeout,omitempty" xml:"PersistenceTimeout,omitempty"`
	Sla                *DescribeLayer4RuleAttributesResponseBodyListenersConfigSla        `json:"Sla,omitempty" xml:"Sla,omitempty" type:"Struct"`
	Slimit             *DescribeLayer4RuleAttributesResponseBodyListenersConfigSlimit     `json:"Slimit,omitempty" xml:"Slimit,omitempty" type:"Struct"`
	Synproxy           *string                                                            `json:"Synproxy,omitempty" xml:"Synproxy,omitempty"`
}

func (DescribeLayer4RuleAttributesResponseBodyListenersConfig) GoString

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfig) SetNodataConn

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfig) SetPersistenceTimeout

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfig) SetSynproxy

func (DescribeLayer4RuleAttributesResponseBodyListenersConfig) String

type DescribeLayer4RuleAttributesResponseBodyListenersConfigCc

type DescribeLayer4RuleAttributesResponseBodyListenersConfigCc struct {
	Sblack []*DescribeLayer4RuleAttributesResponseBodyListenersConfigCcSblack `json:"Sblack,omitempty" xml:"Sblack,omitempty" type:"Repeated"`
}

func (DescribeLayer4RuleAttributesResponseBodyListenersConfigCc) GoString

func (DescribeLayer4RuleAttributesResponseBodyListenersConfigCc) String

type DescribeLayer4RuleAttributesResponseBodyListenersConfigCcSblack

type DescribeLayer4RuleAttributesResponseBodyListenersConfigCcSblack struct {
	Cnt     *int32 `json:"Cnt,omitempty" xml:"Cnt,omitempty"`
	During  *int32 `json:"During,omitempty" xml:"During,omitempty"`
	Expires *int32 `json:"Expires,omitempty" xml:"Expires,omitempty"`
	Type    *int32 `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DescribeLayer4RuleAttributesResponseBodyListenersConfigCcSblack) GoString

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigCcSblack) SetCnt

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigCcSblack) SetDuring

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigCcSblack) SetExpires

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigCcSblack) SetType

func (DescribeLayer4RuleAttributesResponseBodyListenersConfigCcSblack) String

type DescribeLayer4RuleAttributesResponseBodyListenersConfigPayloadLen

type DescribeLayer4RuleAttributesResponseBodyListenersConfigPayloadLen struct {
	Max *int32 `json:"Max,omitempty" xml:"Max,omitempty"`
	Min *int32 `json:"Min,omitempty" xml:"Min,omitempty"`
}

func (DescribeLayer4RuleAttributesResponseBodyListenersConfigPayloadLen) GoString

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigPayloadLen) SetMax

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigPayloadLen) SetMin

func (DescribeLayer4RuleAttributesResponseBodyListenersConfigPayloadLen) String

type DescribeLayer4RuleAttributesResponseBodyListenersConfigSla

type DescribeLayer4RuleAttributesResponseBodyListenersConfigSla struct {
	Cps           *int32 `json:"Cps,omitempty" xml:"Cps,omitempty"`
	CpsEnable     *int32 `json:"CpsEnable,omitempty" xml:"CpsEnable,omitempty"`
	Maxconn       *int32 `json:"Maxconn,omitempty" xml:"Maxconn,omitempty"`
	MaxconnEnable *int32 `json:"MaxconnEnable,omitempty" xml:"MaxconnEnable,omitempty"`
}

func (DescribeLayer4RuleAttributesResponseBodyListenersConfigSla) GoString

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigSla) SetCps

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigSla) SetCpsEnable

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigSla) SetMaxconn

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigSla) SetMaxconnEnable

func (DescribeLayer4RuleAttributesResponseBodyListenersConfigSla) String

type DescribeLayer4RuleAttributesResponseBodyListenersConfigSlimit

type DescribeLayer4RuleAttributesResponseBodyListenersConfigSlimit struct {
	Bps           *int64 `json:"Bps,omitempty" xml:"Bps,omitempty"`
	Cps           *int32 `json:"Cps,omitempty" xml:"Cps,omitempty"`
	CpsEnable     *int32 `json:"CpsEnable,omitempty" xml:"CpsEnable,omitempty"`
	CpsMode       *int32 `json:"CpsMode,omitempty" xml:"CpsMode,omitempty"`
	Maxconn       *int32 `json:"Maxconn,omitempty" xml:"Maxconn,omitempty"`
	MaxconnEnable *int32 `json:"MaxconnEnable,omitempty" xml:"MaxconnEnable,omitempty"`
	Pps           *int64 `json:"Pps,omitempty" xml:"Pps,omitempty"`
}

func (DescribeLayer4RuleAttributesResponseBodyListenersConfigSlimit) GoString

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigSlimit) SetBps

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigSlimit) SetCps

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigSlimit) SetCpsEnable

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigSlimit) SetCpsMode

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigSlimit) SetMaxconn

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigSlimit) SetMaxconnEnable

func (*DescribeLayer4RuleAttributesResponseBodyListenersConfigSlimit) SetPps

func (DescribeLayer4RuleAttributesResponseBodyListenersConfigSlimit) String

type DescribeLayer4RulesRequest

type DescribeLayer4RulesRequest struct {
	ForwardProtocol *string `json:"ForwardProtocol,omitempty" xml:"ForwardProtocol,omitempty"`
	FrontendPort    *int32  `json:"FrontendPort,omitempty" xml:"FrontendPort,omitempty"`
	InstanceId      *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Offset          *int32  `json:"Offset,omitempty" xml:"Offset,omitempty"`
	PageSize        *string `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeLayer4RulesRequest) GoString

func (s DescribeLayer4RulesRequest) GoString() string

func (*DescribeLayer4RulesRequest) SetForwardProtocol

func (*DescribeLayer4RulesRequest) SetFrontendPort

func (*DescribeLayer4RulesRequest) SetInstanceId

func (*DescribeLayer4RulesRequest) SetOffset

func (*DescribeLayer4RulesRequest) SetPageSize

func (*DescribeLayer4RulesRequest) SetSourceIp

func (DescribeLayer4RulesRequest) String

type DescribeLayer4RulesResponse

type DescribeLayer4RulesResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeLayer4RulesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeLayer4RulesResponse) GoString

func (s DescribeLayer4RulesResponse) GoString() string

func (*DescribeLayer4RulesResponse) SetBody

func (*DescribeLayer4RulesResponse) SetHeaders

func (*DescribeLayer4RulesResponse) SetStatusCode

func (DescribeLayer4RulesResponse) String

type DescribeLayer4RulesResponseBody

type DescribeLayer4RulesResponseBody struct {
	Listeners []*DescribeLayer4RulesResponseBodyListeners `json:"Listeners,omitempty" xml:"Listeners,omitempty" type:"Repeated"`
	RequestId *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Total     *int64                                      `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (DescribeLayer4RulesResponseBody) GoString

func (*DescribeLayer4RulesResponseBody) SetRequestId

func (*DescribeLayer4RulesResponseBody) SetTotal

func (DescribeLayer4RulesResponseBody) String

type DescribeLayer4RulesResponseBodyListeners

type DescribeLayer4RulesResponseBodyListeners struct {
	BackendPort  *int32    `json:"BackendPort,omitempty" xml:"BackendPort,omitempty"`
	BakMode      *int32    `json:"BakMode,omitempty" xml:"BakMode,omitempty"`
	CurrentIndex *int32    `json:"CurrentIndex,omitempty" xml:"CurrentIndex,omitempty"`
	Eip          *string   `json:"Eip,omitempty" xml:"Eip,omitempty"`
	FrontendPort *int32    `json:"FrontendPort,omitempty" xml:"FrontendPort,omitempty"`
	InstanceId   *string   `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	IsAutoCreate *bool     `json:"IsAutoCreate,omitempty" xml:"IsAutoCreate,omitempty"`
	Protocol     *string   `json:"Protocol,omitempty" xml:"Protocol,omitempty"`
	RealServers  []*string `json:"RealServers,omitempty" xml:"RealServers,omitempty" type:"Repeated"`
	Remark       *string   `json:"Remark,omitempty" xml:"Remark,omitempty"`
}

func (DescribeLayer4RulesResponseBodyListeners) GoString

func (*DescribeLayer4RulesResponseBodyListeners) SetBackendPort

func (*DescribeLayer4RulesResponseBodyListeners) SetBakMode

func (*DescribeLayer4RulesResponseBodyListeners) SetCurrentIndex

func (*DescribeLayer4RulesResponseBodyListeners) SetEip

func (*DescribeLayer4RulesResponseBodyListeners) SetFrontendPort

func (*DescribeLayer4RulesResponseBodyListeners) SetInstanceId

func (*DescribeLayer4RulesResponseBodyListeners) SetIsAutoCreate

func (*DescribeLayer4RulesResponseBodyListeners) SetProtocol

func (*DescribeLayer4RulesResponseBodyListeners) SetRealServers

func (*DescribeLayer4RulesResponseBodyListeners) SetRemark

func (DescribeLayer4RulesResponseBodyListeners) String

type DescribeLayer7CCRulesRequest

type DescribeLayer7CCRulesRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Offset          *int32  `json:"Offset,omitempty" xml:"Offset,omitempty"`
	PageSize        *string `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeLayer7CCRulesRequest) GoString

func (s DescribeLayer7CCRulesRequest) GoString() string

func (*DescribeLayer7CCRulesRequest) SetDomain

func (*DescribeLayer7CCRulesRequest) SetOffset

func (*DescribeLayer7CCRulesRequest) SetPageSize

func (*DescribeLayer7CCRulesRequest) SetResourceGroupId

func (*DescribeLayer7CCRulesRequest) SetSourceIp

func (DescribeLayer7CCRulesRequest) String

type DescribeLayer7CCRulesResponse

type DescribeLayer7CCRulesResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeLayer7CCRulesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeLayer7CCRulesResponse) GoString

func (*DescribeLayer7CCRulesResponse) SetBody

func (*DescribeLayer7CCRulesResponse) SetHeaders

func (*DescribeLayer7CCRulesResponse) SetStatusCode

func (DescribeLayer7CCRulesResponse) String

type DescribeLayer7CCRulesResponseBody

type DescribeLayer7CCRulesResponseBody struct {
	Layer7CCRules []*DescribeLayer7CCRulesResponseBodyLayer7CCRules `json:"Layer7CCRules,omitempty" xml:"Layer7CCRules,omitempty" type:"Repeated"`
	RequestId     *string                                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Total         *int64                                            `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (DescribeLayer7CCRulesResponseBody) GoString

func (*DescribeLayer7CCRulesResponseBody) SetRequestId

func (*DescribeLayer7CCRulesResponseBody) SetTotal

func (DescribeLayer7CCRulesResponseBody) String

type DescribeLayer7CCRulesResponseBodyLayer7CCRules

type DescribeLayer7CCRulesResponseBodyLayer7CCRules struct {
	Act      *string `json:"Act,omitempty" xml:"Act,omitempty"`
	Count    *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	Interval *int32  `json:"Interval,omitempty" xml:"Interval,omitempty"`
	Mode     *string `json:"Mode,omitempty" xml:"Mode,omitempty"`
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Ttl      *int32  `json:"Ttl,omitempty" xml:"Ttl,omitempty"`
	Uri      *string `json:"Uri,omitempty" xml:"Uri,omitempty"`
}

func (DescribeLayer7CCRulesResponseBodyLayer7CCRules) GoString

func (*DescribeLayer7CCRulesResponseBodyLayer7CCRules) SetAct

func (*DescribeLayer7CCRulesResponseBodyLayer7CCRules) SetCount

func (*DescribeLayer7CCRulesResponseBodyLayer7CCRules) SetInterval

func (*DescribeLayer7CCRulesResponseBodyLayer7CCRules) SetMode

func (*DescribeLayer7CCRulesResponseBodyLayer7CCRules) SetName

func (*DescribeLayer7CCRulesResponseBodyLayer7CCRules) SetTtl

func (*DescribeLayer7CCRulesResponseBodyLayer7CCRules) SetUri

func (DescribeLayer7CCRulesResponseBodyLayer7CCRules) String

type DescribeLogStoreExistStatusRequest

type DescribeLogStoreExistStatusRequest struct {
	Lang            *string `json:"Lang,omitempty" xml:"Lang,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeLogStoreExistStatusRequest) GoString

func (*DescribeLogStoreExistStatusRequest) SetLang

func (*DescribeLogStoreExistStatusRequest) SetResourceGroupId

func (*DescribeLogStoreExistStatusRequest) SetSourceIp

func (DescribeLogStoreExistStatusRequest) String

type DescribeLogStoreExistStatusResponse

type DescribeLogStoreExistStatusResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeLogStoreExistStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeLogStoreExistStatusResponse) GoString

func (*DescribeLogStoreExistStatusResponse) SetHeaders

func (*DescribeLogStoreExistStatusResponse) SetStatusCode

func (DescribeLogStoreExistStatusResponse) String

type DescribeLogStoreExistStatusResponseBody

type DescribeLogStoreExistStatusResponseBody struct {
	ExistStatus *bool   `json:"ExistStatus,omitempty" xml:"ExistStatus,omitempty"`
	RequestId   *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeLogStoreExistStatusResponseBody) GoString

func (*DescribeLogStoreExistStatusResponseBody) SetExistStatus

func (*DescribeLogStoreExistStatusResponseBody) SetRequestId

func (DescribeLogStoreExistStatusResponseBody) String

type DescribeOpEntitiesRequest

type DescribeOpEntitiesRequest struct {
	EndTime         *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	EntityObject    *string `json:"EntityObject,omitempty" xml:"EntityObject,omitempty"`
	EntityType      *int32  `json:"EntityType,omitempty" xml:"EntityType,omitempty"`
	OpAction        *int32  `json:"OpAction,omitempty" xml:"OpAction,omitempty"`
	PageNo          *int32  `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize        *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
	StartTime       *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (DescribeOpEntitiesRequest) GoString

func (s DescribeOpEntitiesRequest) GoString() string

func (*DescribeOpEntitiesRequest) SetEndTime

func (*DescribeOpEntitiesRequest) SetEntityObject

func (*DescribeOpEntitiesRequest) SetEntityType

func (*DescribeOpEntitiesRequest) SetOpAction

func (*DescribeOpEntitiesRequest) SetPageNo

func (*DescribeOpEntitiesRequest) SetPageSize

func (*DescribeOpEntitiesRequest) SetResourceGroupId

func (*DescribeOpEntitiesRequest) SetSourceIp

func (*DescribeOpEntitiesRequest) SetStartTime

func (DescribeOpEntitiesRequest) String

func (s DescribeOpEntitiesRequest) String() string

type DescribeOpEntitiesResponse

type DescribeOpEntitiesResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeOpEntitiesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeOpEntitiesResponse) GoString

func (s DescribeOpEntitiesResponse) GoString() string

func (*DescribeOpEntitiesResponse) SetBody

func (*DescribeOpEntitiesResponse) SetHeaders

func (*DescribeOpEntitiesResponse) SetStatusCode

func (DescribeOpEntitiesResponse) String

type DescribeOpEntitiesResponseBody

type DescribeOpEntitiesResponseBody struct {
	OpEntities []*DescribeOpEntitiesResponseBodyOpEntities `json:"OpEntities,omitempty" xml:"OpEntities,omitempty" type:"Repeated"`
	RequestId  *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Total      *int64                                      `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (DescribeOpEntitiesResponseBody) GoString

func (*DescribeOpEntitiesResponseBody) SetRequestId

func (*DescribeOpEntitiesResponseBody) SetTotal

func (DescribeOpEntitiesResponseBody) String

type DescribeOpEntitiesResponseBodyOpEntities

type DescribeOpEntitiesResponseBodyOpEntities struct {
	EntityObject *string `json:"EntityObject,omitempty" xml:"EntityObject,omitempty"`
	EntityType   *int32  `json:"EntityType,omitempty" xml:"EntityType,omitempty"`
	GmtCreate    *int64  `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	OpAccount    *string `json:"OpAccount,omitempty" xml:"OpAccount,omitempty"`
	OpAction     *int32  `json:"OpAction,omitempty" xml:"OpAction,omitempty"`
	OpDesc       *string `json:"OpDesc,omitempty" xml:"OpDesc,omitempty"`
}

func (DescribeOpEntitiesResponseBodyOpEntities) GoString

func (*DescribeOpEntitiesResponseBodyOpEntities) SetEntityObject

func (*DescribeOpEntitiesResponseBodyOpEntities) SetEntityType

func (*DescribeOpEntitiesResponseBodyOpEntities) SetGmtCreate

func (*DescribeOpEntitiesResponseBodyOpEntities) SetOpAccount

func (*DescribeOpEntitiesResponseBodyOpEntities) SetOpAction

func (*DescribeOpEntitiesResponseBodyOpEntities) SetOpDesc

func (DescribeOpEntitiesResponseBodyOpEntities) String

type DescribeSimpleDomainsRequest

type DescribeSimpleDomainsRequest struct {
	InstanceIds     []*string `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty" type:"Repeated"`
	Lang            *string   `json:"Lang,omitempty" xml:"Lang,omitempty"`
	ResourceGroupId *string   `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string   `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeSimpleDomainsRequest) GoString

func (s DescribeSimpleDomainsRequest) GoString() string

func (*DescribeSimpleDomainsRequest) SetInstanceIds

func (*DescribeSimpleDomainsRequest) SetLang

func (*DescribeSimpleDomainsRequest) SetResourceGroupId

func (*DescribeSimpleDomainsRequest) SetSourceIp

func (DescribeSimpleDomainsRequest) String

type DescribeSimpleDomainsResponse

type DescribeSimpleDomainsResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeSimpleDomainsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeSimpleDomainsResponse) GoString

func (*DescribeSimpleDomainsResponse) SetBody

func (*DescribeSimpleDomainsResponse) SetHeaders

func (*DescribeSimpleDomainsResponse) SetStatusCode

func (DescribeSimpleDomainsResponse) String

type DescribeSimpleDomainsResponseBody

type DescribeSimpleDomainsResponseBody struct {
	DomainList []*string `json:"DomainList,omitempty" xml:"DomainList,omitempty" type:"Repeated"`
	RequestId  *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeSimpleDomainsResponseBody) GoString

func (*DescribeSimpleDomainsResponseBody) SetDomainList

func (*DescribeSimpleDomainsResponseBody) SetRequestId

func (DescribeSimpleDomainsResponseBody) String

type DescribeSlsAuthStatusRequest

type DescribeSlsAuthStatusRequest struct {
	Lang            *string `json:"Lang,omitempty" xml:"Lang,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeSlsAuthStatusRequest) GoString

func (s DescribeSlsAuthStatusRequest) GoString() string

func (*DescribeSlsAuthStatusRequest) SetLang

func (*DescribeSlsAuthStatusRequest) SetResourceGroupId

func (*DescribeSlsAuthStatusRequest) SetSourceIp

func (DescribeSlsAuthStatusRequest) String

type DescribeSlsAuthStatusResponse

type DescribeSlsAuthStatusResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeSlsAuthStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeSlsAuthStatusResponse) GoString

func (*DescribeSlsAuthStatusResponse) SetBody

func (*DescribeSlsAuthStatusResponse) SetHeaders

func (*DescribeSlsAuthStatusResponse) SetStatusCode

func (DescribeSlsAuthStatusResponse) String

type DescribeSlsAuthStatusResponseBody

type DescribeSlsAuthStatusResponseBody struct {
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SlsAuthStatus *bool   `json:"SlsAuthStatus,omitempty" xml:"SlsAuthStatus,omitempty"`
}

func (DescribeSlsAuthStatusResponseBody) GoString

func (*DescribeSlsAuthStatusResponseBody) SetRequestId

func (*DescribeSlsAuthStatusResponseBody) SetSlsAuthStatus

func (DescribeSlsAuthStatusResponseBody) String

type DescribeSlsEmptyCountRequest

type DescribeSlsEmptyCountRequest struct {
	Lang            *string `json:"Lang,omitempty" xml:"Lang,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeSlsEmptyCountRequest) GoString

func (s DescribeSlsEmptyCountRequest) GoString() string

func (*DescribeSlsEmptyCountRequest) SetLang

func (*DescribeSlsEmptyCountRequest) SetResourceGroupId

func (*DescribeSlsEmptyCountRequest) SetSourceIp

func (DescribeSlsEmptyCountRequest) String

type DescribeSlsEmptyCountResponse

type DescribeSlsEmptyCountResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeSlsEmptyCountResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeSlsEmptyCountResponse) GoString

func (*DescribeSlsEmptyCountResponse) SetBody

func (*DescribeSlsEmptyCountResponse) SetHeaders

func (*DescribeSlsEmptyCountResponse) SetStatusCode

func (DescribeSlsEmptyCountResponse) String

type DescribeSlsEmptyCountResponseBody

type DescribeSlsEmptyCountResponseBody struct {
	AvailableCount *int32  `json:"AvailableCount,omitempty" xml:"AvailableCount,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeSlsEmptyCountResponseBody) GoString

func (*DescribeSlsEmptyCountResponseBody) SetAvailableCount

func (*DescribeSlsEmptyCountResponseBody) SetRequestId

func (DescribeSlsEmptyCountResponseBody) String

type DescribeSlsLogstoreInfoRequest

type DescribeSlsLogstoreInfoRequest struct {
	Lang            *string `json:"Lang,omitempty" xml:"Lang,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeSlsLogstoreInfoRequest) GoString

func (*DescribeSlsLogstoreInfoRequest) SetLang

func (*DescribeSlsLogstoreInfoRequest) SetResourceGroupId

func (*DescribeSlsLogstoreInfoRequest) SetSourceIp

func (DescribeSlsLogstoreInfoRequest) String

type DescribeSlsLogstoreInfoResponse

type DescribeSlsLogstoreInfoResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeSlsLogstoreInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeSlsLogstoreInfoResponse) GoString

func (*DescribeSlsLogstoreInfoResponse) SetHeaders

func (*DescribeSlsLogstoreInfoResponse) SetStatusCode

func (DescribeSlsLogstoreInfoResponse) String

type DescribeSlsLogstoreInfoResponseBody

type DescribeSlsLogstoreInfoResponseBody struct {
	LogStore  *string `json:"LogStore,omitempty" xml:"LogStore,omitempty"`
	Project   *string `json:"Project,omitempty" xml:"Project,omitempty"`
	Quota     *int64  `json:"Quota,omitempty" xml:"Quota,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Ttl       *int32  `json:"Ttl,omitempty" xml:"Ttl,omitempty"`
	Used      *int64  `json:"Used,omitempty" xml:"Used,omitempty"`
}

func (DescribeSlsLogstoreInfoResponseBody) GoString

func (*DescribeSlsLogstoreInfoResponseBody) SetLogStore

func (*DescribeSlsLogstoreInfoResponseBody) SetProject

func (*DescribeSlsLogstoreInfoResponseBody) SetQuota

func (*DescribeSlsLogstoreInfoResponseBody) SetRequestId

func (*DescribeSlsLogstoreInfoResponseBody) SetTtl

func (*DescribeSlsLogstoreInfoResponseBody) SetUsed

func (DescribeSlsLogstoreInfoResponseBody) String

type DescribeSlsOpenStatusRequest

type DescribeSlsOpenStatusRequest struct {
	Lang            *string `json:"Lang,omitempty" xml:"Lang,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribeSlsOpenStatusRequest) GoString

func (s DescribeSlsOpenStatusRequest) GoString() string

func (*DescribeSlsOpenStatusRequest) SetLang

func (*DescribeSlsOpenStatusRequest) SetResourceGroupId

func (*DescribeSlsOpenStatusRequest) SetSourceIp

func (DescribeSlsOpenStatusRequest) String

type DescribeSlsOpenStatusResponse

type DescribeSlsOpenStatusResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeSlsOpenStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeSlsOpenStatusResponse) GoString

func (*DescribeSlsOpenStatusResponse) SetBody

func (*DescribeSlsOpenStatusResponse) SetHeaders

func (*DescribeSlsOpenStatusResponse) SetStatusCode

func (DescribeSlsOpenStatusResponse) String

type DescribeSlsOpenStatusResponseBody

type DescribeSlsOpenStatusResponseBody struct {
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SlsOpenStatus *bool   `json:"SlsOpenStatus,omitempty" xml:"SlsOpenStatus,omitempty"`
}

func (DescribeSlsOpenStatusResponseBody) GoString

func (*DescribeSlsOpenStatusResponseBody) SetRequestId

func (*DescribeSlsOpenStatusResponseBody) SetSlsOpenStatus

func (DescribeSlsOpenStatusResponseBody) String

type DescribleCertListRequest

type DescribleCertListRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribleCertListRequest) GoString

func (s DescribleCertListRequest) GoString() string

func (*DescribleCertListRequest) SetDomain

func (*DescribleCertListRequest) SetResourceGroupId

func (s *DescribleCertListRequest) SetResourceGroupId(v string) *DescribleCertListRequest

func (*DescribleCertListRequest) SetSourceIp

func (DescribleCertListRequest) String

func (s DescribleCertListRequest) String() string

type DescribleCertListResponse

type DescribleCertListResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribleCertListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribleCertListResponse) GoString

func (s DescribleCertListResponse) GoString() string

func (*DescribleCertListResponse) SetBody

func (*DescribleCertListResponse) SetHeaders

func (*DescribleCertListResponse) SetStatusCode

func (DescribleCertListResponse) String

func (s DescribleCertListResponse) String() string

type DescribleCertListResponseBody

type DescribleCertListResponseBody struct {
	CertList  []*DescribleCertListResponseBodyCertList `json:"CertList,omitempty" xml:"CertList,omitempty" type:"Repeated"`
	RequestId *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribleCertListResponseBody) GoString

func (*DescribleCertListResponseBody) SetCertList

func (*DescribleCertListResponseBody) SetRequestId

func (DescribleCertListResponseBody) String

type DescribleCertListResponseBodyCertList

type DescribleCertListResponseBodyCertList struct {
	Common        *string `json:"Common,omitempty" xml:"Common,omitempty"`
	DomainRelated *bool   `json:"DomainRelated,omitempty" xml:"DomainRelated,omitempty"`
	EndDate       *string `json:"EndDate,omitempty" xml:"EndDate,omitempty"`
	Id            *int32  `json:"Id,omitempty" xml:"Id,omitempty"`
	Issuer        *string `json:"Issuer,omitempty" xml:"Issuer,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	StartDate     *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"`
}

func (DescribleCertListResponseBodyCertList) GoString

func (*DescribleCertListResponseBodyCertList) SetCommon

func (*DescribleCertListResponseBodyCertList) SetDomainRelated

func (*DescribleCertListResponseBodyCertList) SetEndDate

func (*DescribleCertListResponseBodyCertList) SetId

func (*DescribleCertListResponseBodyCertList) SetIssuer

func (*DescribleCertListResponseBodyCertList) SetName

func (*DescribleCertListResponseBodyCertList) SetStartDate

func (DescribleCertListResponseBodyCertList) String

type DescribleLayer7InstanceRelationsRequest

type DescribleLayer7InstanceRelationsRequest struct {
	DomainList      []*string `json:"DomainList,omitempty" xml:"DomainList,omitempty" type:"Repeated"`
	ResourceGroupId *string   `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string   `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DescribleLayer7InstanceRelationsRequest) GoString

func (*DescribleLayer7InstanceRelationsRequest) SetDomainList

func (*DescribleLayer7InstanceRelationsRequest) SetResourceGroupId

func (*DescribleLayer7InstanceRelationsRequest) SetSourceIp

func (DescribleLayer7InstanceRelationsRequest) String

type DescribleLayer7InstanceRelationsResponse

type DescribleLayer7InstanceRelationsResponse struct {
	Headers    map[string]*string                            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribleLayer7InstanceRelationsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribleLayer7InstanceRelationsResponse) GoString

func (*DescribleLayer7InstanceRelationsResponse) SetHeaders

func (*DescribleLayer7InstanceRelationsResponse) SetStatusCode

func (DescribleLayer7InstanceRelationsResponse) String

type DescribleLayer7InstanceRelationsResponseBody

type DescribleLayer7InstanceRelationsResponseBody struct {
	Layer7InstanceRelations []*DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelations `json:"Layer7InstanceRelations,omitempty" xml:"Layer7InstanceRelations,omitempty" type:"Repeated"`
	RequestId               *string                                                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribleLayer7InstanceRelationsResponseBody) GoString

func (*DescribleLayer7InstanceRelationsResponseBody) SetRequestId

func (DescribleLayer7InstanceRelationsResponseBody) String

type DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelations

type DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelations struct {
	Domain          *string                                                                               `json:"Domain,omitempty" xml:"Domain,omitempty"`
	InstanceDetails []*DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelationsInstanceDetails `json:"InstanceDetails,omitempty" xml:"InstanceDetails,omitempty" type:"Repeated"`
}

func (DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelations) GoString

func (*DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelations) SetDomain

func (DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelations) String

type DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelationsInstanceDetails

type DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelationsInstanceDetails struct {
	EipList         []*string `json:"EipList,omitempty" xml:"EipList,omitempty" type:"Repeated"`
	FunctionVersion *string   `json:"FunctionVersion,omitempty" xml:"FunctionVersion,omitempty"`
	InstanceId      *string   `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	IpMode          *string   `json:"IpMode,omitempty" xml:"IpMode,omitempty"`
	IpVersion       *string   `json:"IpVersion,omitempty" xml:"IpVersion,omitempty"`
}

func (DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelationsInstanceDetails) GoString

func (*DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelationsInstanceDetails) SetEipList

func (*DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelationsInstanceDetails) SetFunctionVersion

func (*DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelationsInstanceDetails) SetInstanceId

func (*DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelationsInstanceDetails) SetIpMode

func (*DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelationsInstanceDetails) SetIpVersion

func (DescribleLayer7InstanceRelationsResponseBodyLayer7InstanceRelationsInstanceDetails) String

type DisableLayer7CCRequest

type DisableLayer7CCRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DisableLayer7CCRequest) GoString

func (s DisableLayer7CCRequest) GoString() string

func (*DisableLayer7CCRequest) SetDomain

func (*DisableLayer7CCRequest) SetResourceGroupId

func (s *DisableLayer7CCRequest) SetResourceGroupId(v string) *DisableLayer7CCRequest

func (*DisableLayer7CCRequest) SetSourceIp

func (DisableLayer7CCRequest) String

func (s DisableLayer7CCRequest) String() string

type DisableLayer7CCResponse

type DisableLayer7CCResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DisableLayer7CCResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DisableLayer7CCResponse) GoString

func (s DisableLayer7CCResponse) GoString() string

func (*DisableLayer7CCResponse) SetBody

func (*DisableLayer7CCResponse) SetHeaders

func (*DisableLayer7CCResponse) SetStatusCode

func (DisableLayer7CCResponse) String

func (s DisableLayer7CCResponse) String() string

type DisableLayer7CCResponseBody

type DisableLayer7CCResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DisableLayer7CCResponseBody) GoString

func (s DisableLayer7CCResponseBody) GoString() string

func (*DisableLayer7CCResponseBody) SetRequestId

func (DisableLayer7CCResponseBody) String

type DisableLayer7CCRuleRequest

type DisableLayer7CCRuleRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (DisableLayer7CCRuleRequest) GoString

func (s DisableLayer7CCRuleRequest) GoString() string

func (*DisableLayer7CCRuleRequest) SetDomain

func (*DisableLayer7CCRuleRequest) SetResourceGroupId

func (*DisableLayer7CCRuleRequest) SetSourceIp

func (DisableLayer7CCRuleRequest) String

type DisableLayer7CCRuleResponse

type DisableLayer7CCRuleResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DisableLayer7CCRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DisableLayer7CCRuleResponse) GoString

func (s DisableLayer7CCRuleResponse) GoString() string

func (*DisableLayer7CCRuleResponse) SetBody

func (*DisableLayer7CCRuleResponse) SetHeaders

func (*DisableLayer7CCRuleResponse) SetStatusCode

func (DisableLayer7CCRuleResponse) String

type DisableLayer7CCRuleResponseBody

type DisableLayer7CCRuleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DisableLayer7CCRuleResponseBody) GoString

func (*DisableLayer7CCRuleResponseBody) SetRequestId

func (DisableLayer7CCRuleResponseBody) String

type EmptySlsLogstoreRequest

type EmptySlsLogstoreRequest struct {
	Lang            *string `json:"Lang,omitempty" xml:"Lang,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (EmptySlsLogstoreRequest) GoString

func (s EmptySlsLogstoreRequest) GoString() string

func (*EmptySlsLogstoreRequest) SetLang

func (*EmptySlsLogstoreRequest) SetResourceGroupId

func (s *EmptySlsLogstoreRequest) SetResourceGroupId(v string) *EmptySlsLogstoreRequest

func (*EmptySlsLogstoreRequest) SetSourceIp

func (EmptySlsLogstoreRequest) String

func (s EmptySlsLogstoreRequest) String() string

type EmptySlsLogstoreResponse

type EmptySlsLogstoreResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *EmptySlsLogstoreResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EmptySlsLogstoreResponse) GoString

func (s EmptySlsLogstoreResponse) GoString() string

func (*EmptySlsLogstoreResponse) SetBody

func (*EmptySlsLogstoreResponse) SetHeaders

func (*EmptySlsLogstoreResponse) SetStatusCode

func (EmptySlsLogstoreResponse) String

func (s EmptySlsLogstoreResponse) String() string

type EmptySlsLogstoreResponseBody

type EmptySlsLogstoreResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (EmptySlsLogstoreResponseBody) GoString

func (s EmptySlsLogstoreResponseBody) GoString() string

func (*EmptySlsLogstoreResponseBody) SetRequestId

func (EmptySlsLogstoreResponseBody) String

type EnableLayer7CCRequest

type EnableLayer7CCRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (EnableLayer7CCRequest) GoString

func (s EnableLayer7CCRequest) GoString() string

func (*EnableLayer7CCRequest) SetDomain

func (*EnableLayer7CCRequest) SetResourceGroupId

func (s *EnableLayer7CCRequest) SetResourceGroupId(v string) *EnableLayer7CCRequest

func (*EnableLayer7CCRequest) SetSourceIp

func (EnableLayer7CCRequest) String

func (s EnableLayer7CCRequest) String() string

type EnableLayer7CCResponse

type EnableLayer7CCResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *EnableLayer7CCResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EnableLayer7CCResponse) GoString

func (s EnableLayer7CCResponse) GoString() string

func (*EnableLayer7CCResponse) SetBody

func (*EnableLayer7CCResponse) SetHeaders

func (*EnableLayer7CCResponse) SetStatusCode

func (EnableLayer7CCResponse) String

func (s EnableLayer7CCResponse) String() string

type EnableLayer7CCResponseBody

type EnableLayer7CCResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (EnableLayer7CCResponseBody) GoString

func (s EnableLayer7CCResponseBody) GoString() string

func (*EnableLayer7CCResponseBody) SetRequestId

func (EnableLayer7CCResponseBody) String

type EnableLayer7CCRuleRequest

type EnableLayer7CCRuleRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (EnableLayer7CCRuleRequest) GoString

func (s EnableLayer7CCRuleRequest) GoString() string

func (*EnableLayer7CCRuleRequest) SetDomain

func (*EnableLayer7CCRuleRequest) SetResourceGroupId

func (*EnableLayer7CCRuleRequest) SetSourceIp

func (EnableLayer7CCRuleRequest) String

func (s EnableLayer7CCRuleRequest) String() string

type EnableLayer7CCRuleResponse

type EnableLayer7CCRuleResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *EnableLayer7CCRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EnableLayer7CCRuleResponse) GoString

func (s EnableLayer7CCRuleResponse) GoString() string

func (*EnableLayer7CCRuleResponse) SetBody

func (*EnableLayer7CCRuleResponse) SetHeaders

func (*EnableLayer7CCRuleResponse) SetStatusCode

func (EnableLayer7CCRuleResponse) String

type EnableLayer7CCRuleResponseBody

type EnableLayer7CCRuleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (EnableLayer7CCRuleResponseBody) GoString

func (*EnableLayer7CCRuleResponseBody) SetRequestId

func (EnableLayer7CCRuleResponseBody) String

type ListAsyncTaskRequest

type ListAsyncTaskRequest struct {
	Lang            *string `json:"Lang,omitempty" xml:"Lang,omitempty"`
	PageNo          *int32  `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize        *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (ListAsyncTaskRequest) GoString

func (s ListAsyncTaskRequest) GoString() string

func (*ListAsyncTaskRequest) SetLang

func (*ListAsyncTaskRequest) SetPageNo

func (*ListAsyncTaskRequest) SetPageSize

func (s *ListAsyncTaskRequest) SetPageSize(v int32) *ListAsyncTaskRequest

func (*ListAsyncTaskRequest) SetResourceGroupId

func (s *ListAsyncTaskRequest) SetResourceGroupId(v string) *ListAsyncTaskRequest

func (*ListAsyncTaskRequest) SetSourceIp

func (ListAsyncTaskRequest) String

func (s ListAsyncTaskRequest) String() string

type ListAsyncTaskResponse

type ListAsyncTaskResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListAsyncTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListAsyncTaskResponse) GoString

func (s ListAsyncTaskResponse) GoString() string

func (*ListAsyncTaskResponse) SetBody

func (*ListAsyncTaskResponse) SetHeaders

func (*ListAsyncTaskResponse) SetStatusCode

func (s *ListAsyncTaskResponse) SetStatusCode(v int32) *ListAsyncTaskResponse

func (ListAsyncTaskResponse) String

func (s ListAsyncTaskResponse) String() string

type ListAsyncTaskResponseBody

type ListAsyncTaskResponseBody struct {
	AsyncTasks []*ListAsyncTaskResponseBodyAsyncTasks `json:"AsyncTasks,omitempty" xml:"AsyncTasks,omitempty" type:"Repeated"`
	RequestId  *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Total      *int32                                 `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListAsyncTaskResponseBody) GoString

func (s ListAsyncTaskResponseBody) GoString() string

func (*ListAsyncTaskResponseBody) SetAsyncTasks

func (*ListAsyncTaskResponseBody) SetRequestId

func (*ListAsyncTaskResponseBody) SetTotal

func (ListAsyncTaskResponseBody) String

func (s ListAsyncTaskResponseBody) String() string

type ListAsyncTaskResponseBodyAsyncTasks

type ListAsyncTaskResponseBodyAsyncTasks struct {
	EndTime    *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	StartTime  *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	TaskId     *int64  `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
	TaskParams *string `json:"TaskParams,omitempty" xml:"TaskParams,omitempty"`
	TaskResult *string `json:"TaskResult,omitempty" xml:"TaskResult,omitempty"`
	TaskStatus *int32  `json:"TaskStatus,omitempty" xml:"TaskStatus,omitempty"`
	TaskType   *int32  `json:"TaskType,omitempty" xml:"TaskType,omitempty"`
}

func (ListAsyncTaskResponseBodyAsyncTasks) GoString

func (*ListAsyncTaskResponseBodyAsyncTasks) SetEndTime

func (*ListAsyncTaskResponseBodyAsyncTasks) SetStartTime

func (*ListAsyncTaskResponseBodyAsyncTasks) SetTaskId

func (*ListAsyncTaskResponseBodyAsyncTasks) SetTaskParams

func (*ListAsyncTaskResponseBodyAsyncTasks) SetTaskResult

func (*ListAsyncTaskResponseBodyAsyncTasks) SetTaskStatus

func (*ListAsyncTaskResponseBodyAsyncTasks) SetTaskType

func (ListAsyncTaskResponseBodyAsyncTasks) String

type ListLayer7CustomPortsRequest

type ListLayer7CustomPortsRequest struct {
	Lang            *string `json:"Lang,omitempty" xml:"Lang,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (ListLayer7CustomPortsRequest) GoString

func (s ListLayer7CustomPortsRequest) GoString() string

func (*ListLayer7CustomPortsRequest) SetLang

func (*ListLayer7CustomPortsRequest) SetResourceGroupId

func (*ListLayer7CustomPortsRequest) SetSourceIp

func (ListLayer7CustomPortsRequest) String

type ListLayer7CustomPortsResponse

type ListLayer7CustomPortsResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListLayer7CustomPortsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListLayer7CustomPortsResponse) GoString

func (*ListLayer7CustomPortsResponse) SetBody

func (*ListLayer7CustomPortsResponse) SetHeaders

func (*ListLayer7CustomPortsResponse) SetStatusCode

func (ListLayer7CustomPortsResponse) String

type ListLayer7CustomPortsResponseBody

type ListLayer7CustomPortsResponseBody struct {
	Layer7CustomPorts []*ListLayer7CustomPortsResponseBodyLayer7CustomPorts `json:"Layer7CustomPorts,omitempty" xml:"Layer7CustomPorts,omitempty" type:"Repeated"`
	RequestId         *string                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListLayer7CustomPortsResponseBody) GoString

func (*ListLayer7CustomPortsResponseBody) SetRequestId

func (ListLayer7CustomPortsResponseBody) String

type ListLayer7CustomPortsResponseBodyLayer7CustomPorts

type ListLayer7CustomPortsResponseBodyLayer7CustomPorts struct {
	Flag       *string   `json:"Flag,omitempty" xml:"Flag,omitempty"`
	ProxyPorts []*string `json:"ProxyPorts,omitempty" xml:"ProxyPorts,omitempty" type:"Repeated"`
	ProxyType  *string   `json:"ProxyType,omitempty" xml:"ProxyType,omitempty"`
}

func (ListLayer7CustomPortsResponseBodyLayer7CustomPorts) GoString

func (*ListLayer7CustomPortsResponseBodyLayer7CustomPorts) SetFlag

func (*ListLayer7CustomPortsResponseBodyLayer7CustomPorts) SetProxyPorts

func (*ListLayer7CustomPortsResponseBodyLayer7CustomPorts) SetProxyType

func (ListLayer7CustomPortsResponseBodyLayer7CustomPorts) String

type ListTagKeysRequest

type ListTagKeysRequest struct {
	CurrentPage     *int32  `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	PageSize        *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RegionId        *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	ResourceType    *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
}

func (ListTagKeysRequest) GoString

func (s ListTagKeysRequest) GoString() string

func (*ListTagKeysRequest) SetCurrentPage

func (s *ListTagKeysRequest) SetCurrentPage(v int32) *ListTagKeysRequest

func (*ListTagKeysRequest) SetPageSize

func (s *ListTagKeysRequest) SetPageSize(v int32) *ListTagKeysRequest

func (*ListTagKeysRequest) SetRegionId

func (s *ListTagKeysRequest) SetRegionId(v string) *ListTagKeysRequest

func (*ListTagKeysRequest) SetResourceGroupId

func (s *ListTagKeysRequest) SetResourceGroupId(v string) *ListTagKeysRequest

func (*ListTagKeysRequest) SetResourceType

func (s *ListTagKeysRequest) SetResourceType(v string) *ListTagKeysRequest

func (ListTagKeysRequest) String

func (s ListTagKeysRequest) String() string

type ListTagKeysResponse

type ListTagKeysResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTagKeysResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTagKeysResponse) GoString

func (s ListTagKeysResponse) GoString() string

func (*ListTagKeysResponse) SetBody

func (*ListTagKeysResponse) SetHeaders

func (s *ListTagKeysResponse) SetHeaders(v map[string]*string) *ListTagKeysResponse

func (*ListTagKeysResponse) SetStatusCode

func (s *ListTagKeysResponse) SetStatusCode(v int32) *ListTagKeysResponse

func (ListTagKeysResponse) String

func (s ListTagKeysResponse) String() string

type ListTagKeysResponseBody

type ListTagKeysResponseBody struct {
	CurrentPage *int32                            `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	PageSize    *int32                            `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId   *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TagKeys     []*ListTagKeysResponseBodyTagKeys `json:"TagKeys,omitempty" xml:"TagKeys,omitempty" type:"Repeated"`
	TotalCount  *int32                            `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListTagKeysResponseBody) GoString

func (s ListTagKeysResponseBody) GoString() string

func (*ListTagKeysResponseBody) SetCurrentPage

func (*ListTagKeysResponseBody) SetPageSize

func (*ListTagKeysResponseBody) SetRequestId

func (*ListTagKeysResponseBody) SetTagKeys

func (*ListTagKeysResponseBody) SetTotalCount

func (ListTagKeysResponseBody) String

func (s ListTagKeysResponseBody) String() string

type ListTagKeysResponseBodyTagKeys

type ListTagKeysResponseBodyTagKeys struct {
	TagCount *int32  `json:"TagCount,omitempty" xml:"TagCount,omitempty"`
	TagKey   *string `json:"TagKey,omitempty" xml:"TagKey,omitempty"`
}

func (ListTagKeysResponseBodyTagKeys) GoString

func (*ListTagKeysResponseBodyTagKeys) SetTagCount

func (*ListTagKeysResponseBodyTagKeys) SetTagKey

func (ListTagKeysResponseBodyTagKeys) String

type ListTagResourcesRequest

type ListTagResourcesRequest struct {
	NextToken       *string                       `json:"NextToken,omitempty" xml:"NextToken,omitempty"`
	RegionId        *string                       `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceGroupId *string                       `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	ResourceId      []*string                     `json:"ResourceId,omitempty" xml:"ResourceId,omitempty" type:"Repeated"`
	ResourceType    *string                       `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	Tag             []*ListTagResourcesRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (ListTagResourcesRequest) GoString

func (s ListTagResourcesRequest) GoString() string

func (*ListTagResourcesRequest) SetNextToken

func (*ListTagResourcesRequest) SetRegionId

func (*ListTagResourcesRequest) SetResourceGroupId

func (s *ListTagResourcesRequest) SetResourceGroupId(v string) *ListTagResourcesRequest

func (*ListTagResourcesRequest) SetResourceId

func (s *ListTagResourcesRequest) SetResourceId(v []*string) *ListTagResourcesRequest

func (*ListTagResourcesRequest) SetResourceType

func (*ListTagResourcesRequest) SetTag

func (ListTagResourcesRequest) String

func (s ListTagResourcesRequest) String() string

type ListTagResourcesRequestTag

type ListTagResourcesRequestTag struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (ListTagResourcesRequestTag) GoString

func (s ListTagResourcesRequestTag) GoString() string

func (*ListTagResourcesRequestTag) SetKey

func (*ListTagResourcesRequestTag) SetValue

func (ListTagResourcesRequestTag) String

type ListTagResourcesResponse

type ListTagResourcesResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTagResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTagResourcesResponse) GoString

func (s ListTagResourcesResponse) GoString() string

func (*ListTagResourcesResponse) SetBody

func (*ListTagResourcesResponse) SetHeaders

func (*ListTagResourcesResponse) SetStatusCode

func (ListTagResourcesResponse) String

func (s ListTagResourcesResponse) String() string

type ListTagResourcesResponseBody

type ListTagResourcesResponseBody struct {
	NextToken    *string                                   `json:"NextToken,omitempty" xml:"NextToken,omitempty"`
	RequestId    *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TagResources *ListTagResourcesResponseBodyTagResources `json:"TagResources,omitempty" xml:"TagResources,omitempty" type:"Struct"`
}

func (ListTagResourcesResponseBody) GoString

func (s ListTagResourcesResponseBody) GoString() string

func (*ListTagResourcesResponseBody) SetNextToken

func (*ListTagResourcesResponseBody) SetRequestId

func (ListTagResourcesResponseBody) String

type ListTagResourcesResponseBodyTagResources

type ListTagResourcesResponseBodyTagResources struct {
	TagResource []*ListTagResourcesResponseBodyTagResourcesTagResource `json:"TagResource,omitempty" xml:"TagResource,omitempty" type:"Repeated"`
}

func (ListTagResourcesResponseBodyTagResources) GoString

func (ListTagResourcesResponseBodyTagResources) String

type ListTagResourcesResponseBodyTagResourcesTagResource

type ListTagResourcesResponseBodyTagResourcesTagResource struct {
	ResourceId   *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"`
	ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	TagKey       *string `json:"TagKey,omitempty" xml:"TagKey,omitempty"`
	TagValue     *string `json:"TagValue,omitempty" xml:"TagValue,omitempty"`
}

func (ListTagResourcesResponseBodyTagResourcesTagResource) GoString

func (*ListTagResourcesResponseBodyTagResourcesTagResource) SetResourceId

func (*ListTagResourcesResponseBodyTagResourcesTagResource) SetResourceType

func (*ListTagResourcesResponseBodyTagResourcesTagResource) SetTagKey

func (*ListTagResourcesResponseBodyTagResourcesTagResource) SetTagValue

func (ListTagResourcesResponseBodyTagResourcesTagResource) String

type ListValueAddedRequest

type ListValueAddedRequest struct {
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (ListValueAddedRequest) GoString

func (s ListValueAddedRequest) GoString() string

func (*ListValueAddedRequest) SetResourceGroupId

func (s *ListValueAddedRequest) SetResourceGroupId(v string) *ListValueAddedRequest

func (*ListValueAddedRequest) SetSourceIp

func (ListValueAddedRequest) String

func (s ListValueAddedRequest) String() string

type ListValueAddedResponse

type ListValueAddedResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListValueAddedResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListValueAddedResponse) GoString

func (s ListValueAddedResponse) GoString() string

func (*ListValueAddedResponse) SetBody

func (*ListValueAddedResponse) SetHeaders

func (*ListValueAddedResponse) SetStatusCode

func (ListValueAddedResponse) String

func (s ListValueAddedResponse) String() string

type ListValueAddedResponseBody

type ListValueAddedResponseBody struct {
	RequestId      *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ValueAddedList []*ListValueAddedResponseBodyValueAddedList `json:"ValueAddedList,omitempty" xml:"ValueAddedList,omitempty" type:"Repeated"`
}

func (ListValueAddedResponseBody) GoString

func (s ListValueAddedResponseBody) GoString() string

func (*ListValueAddedResponseBody) SetRequestId

func (*ListValueAddedResponseBody) SetValueAddedList

func (ListValueAddedResponseBody) String

type ListValueAddedResponseBodyValueAddedList

type ListValueAddedResponseBodyValueAddedList struct {
	ExpireTime *int64  `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	GmtCreate  *int64  `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	LogSize    *int64  `json:"LogSize,omitempty" xml:"LogSize,omitempty"`
	Status     *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListValueAddedResponseBodyValueAddedList) GoString

func (*ListValueAddedResponseBodyValueAddedList) SetExpireTime

func (*ListValueAddedResponseBodyValueAddedList) SetGmtCreate

func (*ListValueAddedResponseBodyValueAddedList) SetInstanceId

func (*ListValueAddedResponseBodyValueAddedList) SetLogSize

func (*ListValueAddedResponseBodyValueAddedList) SetStatus

func (ListValueAddedResponseBodyValueAddedList) String

type ModifyElasticBandWidthRequest

type ModifyElasticBandWidthRequest struct {
	ElasticBandwidth *int32  `json:"ElasticBandwidth,omitempty" xml:"ElasticBandwidth,omitempty"`
	InstanceId       *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	SourceIp         *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (ModifyElasticBandWidthRequest) GoString

func (*ModifyElasticBandWidthRequest) SetElasticBandwidth

func (*ModifyElasticBandWidthRequest) SetInstanceId

func (*ModifyElasticBandWidthRequest) SetSourceIp

func (ModifyElasticBandWidthRequest) String

type ModifyElasticBandWidthResponse

type ModifyElasticBandWidthResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ModifyElasticBandWidthResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyElasticBandWidthResponse) GoString

func (*ModifyElasticBandWidthResponse) SetHeaders

func (*ModifyElasticBandWidthResponse) SetStatusCode

func (ModifyElasticBandWidthResponse) String

type ModifyElasticBandWidthResponseBody

type ModifyElasticBandWidthResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ModifyElasticBandWidthResponseBody) GoString

func (*ModifyElasticBandWidthResponseBody) SetRequestId

func (ModifyElasticBandWidthResponseBody) String

type ModifyFullLogTtlRequest

type ModifyFullLogTtlRequest struct {
	Lang            *string `json:"Lang,omitempty" xml:"Lang,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
	Ttl             *int32  `json:"Ttl,omitempty" xml:"Ttl,omitempty"`
}

func (ModifyFullLogTtlRequest) GoString

func (s ModifyFullLogTtlRequest) GoString() string

func (*ModifyFullLogTtlRequest) SetLang

func (*ModifyFullLogTtlRequest) SetResourceGroupId

func (s *ModifyFullLogTtlRequest) SetResourceGroupId(v string) *ModifyFullLogTtlRequest

func (*ModifyFullLogTtlRequest) SetSourceIp

func (*ModifyFullLogTtlRequest) SetTtl

func (ModifyFullLogTtlRequest) String

func (s ModifyFullLogTtlRequest) String() string

type ModifyFullLogTtlResponse

type ModifyFullLogTtlResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ModifyFullLogTtlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyFullLogTtlResponse) GoString

func (s ModifyFullLogTtlResponse) GoString() string

func (*ModifyFullLogTtlResponse) SetBody

func (*ModifyFullLogTtlResponse) SetHeaders

func (*ModifyFullLogTtlResponse) SetStatusCode

func (ModifyFullLogTtlResponse) String

func (s ModifyFullLogTtlResponse) String() string

type ModifyFullLogTtlResponseBody

type ModifyFullLogTtlResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ModifyFullLogTtlResponseBody) GoString

func (s ModifyFullLogTtlResponseBody) GoString() string

func (*ModifyFullLogTtlResponseBody) SetRequestId

func (ModifyFullLogTtlResponseBody) String

type ModifyInstanceRemarkRequest

type ModifyInstanceRemarkRequest struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Remark     *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
	SourceIp   *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (ModifyInstanceRemarkRequest) GoString

func (s ModifyInstanceRemarkRequest) GoString() string

func (*ModifyInstanceRemarkRequest) SetInstanceId

func (*ModifyInstanceRemarkRequest) SetRemark

func (*ModifyInstanceRemarkRequest) SetSourceIp

func (ModifyInstanceRemarkRequest) String

type ModifyInstanceRemarkResponse

type ModifyInstanceRemarkResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ModifyInstanceRemarkResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyInstanceRemarkResponse) GoString

func (s ModifyInstanceRemarkResponse) GoString() string

func (*ModifyInstanceRemarkResponse) SetBody

func (*ModifyInstanceRemarkResponse) SetHeaders

func (*ModifyInstanceRemarkResponse) SetStatusCode

func (ModifyInstanceRemarkResponse) String

type ModifyInstanceRemarkResponseBody

type ModifyInstanceRemarkResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ModifyInstanceRemarkResponseBody) GoString

func (*ModifyInstanceRemarkResponseBody) SetRequestId

func (ModifyInstanceRemarkResponseBody) String

type OpenDomainSlsConfigRequest

type OpenDomainSlsConfigRequest struct {
	Domain          *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Lang            *string `json:"Lang,omitempty" xml:"Lang,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SourceIp        *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (OpenDomainSlsConfigRequest) GoString

func (s OpenDomainSlsConfigRequest) GoString() string

func (*OpenDomainSlsConfigRequest) SetDomain

func (*OpenDomainSlsConfigRequest) SetLang

func (*OpenDomainSlsConfigRequest) SetResourceGroupId

func (*OpenDomainSlsConfigRequest) SetSourceIp

func (OpenDomainSlsConfigRequest) String

type OpenDomainSlsConfigResponse

type OpenDomainSlsConfigResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *OpenDomainSlsConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (OpenDomainSlsConfigResponse) GoString

func (s OpenDomainSlsConfigResponse) GoString() string

func (*OpenDomainSlsConfigResponse) SetBody

func (*OpenDomainSlsConfigResponse) SetHeaders

func (*OpenDomainSlsConfigResponse) SetStatusCode

func (OpenDomainSlsConfigResponse) String

type OpenDomainSlsConfigResponseBody

type OpenDomainSlsConfigResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (OpenDomainSlsConfigResponseBody) GoString

func (*OpenDomainSlsConfigResponseBody) SetRequestId

func (OpenDomainSlsConfigResponseBody) String

type ReleaseInstanceRequest

type ReleaseInstanceRequest struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	SourceIp   *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (ReleaseInstanceRequest) GoString

func (s ReleaseInstanceRequest) GoString() string

func (*ReleaseInstanceRequest) SetInstanceId

func (*ReleaseInstanceRequest) SetSourceIp

func (ReleaseInstanceRequest) String

func (s ReleaseInstanceRequest) String() string

type ReleaseInstanceResponse

type ReleaseInstanceResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ReleaseInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ReleaseInstanceResponse) GoString

func (s ReleaseInstanceResponse) GoString() string

func (*ReleaseInstanceResponse) SetBody

func (*ReleaseInstanceResponse) SetHeaders

func (*ReleaseInstanceResponse) SetStatusCode

func (ReleaseInstanceResponse) String

func (s ReleaseInstanceResponse) String() string

type ReleaseInstanceResponseBody

type ReleaseInstanceResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ReleaseInstanceResponseBody) GoString

func (s ReleaseInstanceResponseBody) GoString() string

func (*ReleaseInstanceResponseBody) SetRequestId

func (ReleaseInstanceResponseBody) String

type ReleaseValueAddedRequest

type ReleaseValueAddedRequest struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	SourceIp   *string `json:"SourceIp,omitempty" xml:"SourceIp,omitempty"`
}

func (ReleaseValueAddedRequest) GoString

func (s ReleaseValueAddedRequest) GoString() string

func (*ReleaseValueAddedRequest) SetInstanceId

func (*ReleaseValueAddedRequest) SetSourceIp

func (ReleaseValueAddedRequest) String

func (s ReleaseValueAddedRequest) String() string

type ReleaseValueAddedResponse

type ReleaseValueAddedResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ReleaseValueAddedResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ReleaseValueAddedResponse) GoString

func (s ReleaseValueAddedResponse) GoString() string

func (*ReleaseValueAddedResponse) SetBody

func (*ReleaseValueAddedResponse) SetHeaders

func (*ReleaseValueAddedResponse) SetStatusCode

func (ReleaseValueAddedResponse) String

func (s ReleaseValueAddedResponse) String() string

type ReleaseValueAddedResponseBody

type ReleaseValueAddedResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ReleaseValueAddedResponseBody) GoString

func (*ReleaseValueAddedResponseBody) SetRequestId

func (ReleaseValueAddedResponseBody) String

type TagResourcesRequest

type TagResourcesRequest struct {
	RegionId        *string                   `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceGroupId *string                   `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	ResourceId      []*string                 `json:"ResourceId,omitempty" xml:"ResourceId,omitempty" type:"Repeated"`
	ResourceType    *string                   `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	Tag             []*TagResourcesRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (TagResourcesRequest) GoString

func (s TagResourcesRequest) GoString() string

func (*TagResourcesRequest) SetRegionId

func (s *TagResourcesRequest) SetRegionId(v string) *TagResourcesRequest

func (*TagResourcesRequest) SetResourceGroupId

func (s *TagResourcesRequest) SetResourceGroupId(v string) *TagResourcesRequest

func (*TagResourcesRequest) SetResourceId

func (s *TagResourcesRequest) SetResourceId(v []*string) *TagResourcesRequest

func (*TagResourcesRequest) SetResourceType

func (s *TagResourcesRequest) SetResourceType(v string) *TagResourcesRequest

func (*TagResourcesRequest) SetTag

func (TagResourcesRequest) String

func (s TagResourcesRequest) String() string

type TagResourcesRequestTag

type TagResourcesRequestTag struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (TagResourcesRequestTag) GoString

func (s TagResourcesRequestTag) GoString() string

func (*TagResourcesRequestTag) SetKey

func (*TagResourcesRequestTag) SetValue

func (TagResourcesRequestTag) String

func (s TagResourcesRequestTag) String() string

type TagResourcesResponse

type TagResourcesResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *TagResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (TagResourcesResponse) GoString

func (s TagResourcesResponse) GoString() string

func (*TagResourcesResponse) SetBody

func (*TagResourcesResponse) SetHeaders

func (s *TagResourcesResponse) SetHeaders(v map[string]*string) *TagResourcesResponse

func (*TagResourcesResponse) SetStatusCode

func (s *TagResourcesResponse) SetStatusCode(v int32) *TagResourcesResponse

func (TagResourcesResponse) String

func (s TagResourcesResponse) String() string

type TagResourcesResponseBody

type TagResourcesResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (TagResourcesResponseBody) GoString

func (s TagResourcesResponseBody) GoString() string

func (*TagResourcesResponseBody) SetRequestId

func (TagResourcesResponseBody) String

func (s TagResourcesResponseBody) String() string

type UntagResourcesRequest

type UntagResourcesRequest struct {
	All             *bool     `json:"All,omitempty" xml:"All,omitempty"`
	RegionId        *string   `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceGroupId *string   `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	ResourceId      []*string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty" type:"Repeated"`
	ResourceType    *string   `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	TagKey          []*string `json:"TagKey,omitempty" xml:"TagKey,omitempty" type:"Repeated"`
}

func (UntagResourcesRequest) GoString

func (s UntagResourcesRequest) GoString() string

func (*UntagResourcesRequest) SetAll

func (*UntagResourcesRequest) SetRegionId

func (*UntagResourcesRequest) SetResourceGroupId

func (s *UntagResourcesRequest) SetResourceGroupId(v string) *UntagResourcesRequest

func (*UntagResourcesRequest) SetResourceId

func (s *UntagResourcesRequest) SetResourceId(v []*string) *UntagResourcesRequest

func (*UntagResourcesRequest) SetResourceType

func (s *UntagResourcesRequest) SetResourceType(v string) *UntagResourcesRequest

func (*UntagResourcesRequest) SetTagKey

func (UntagResourcesRequest) String

func (s UntagResourcesRequest) String() string

type UntagResourcesResponse

type UntagResourcesResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UntagResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UntagResourcesResponse) GoString

func (s UntagResourcesResponse) GoString() string

func (*UntagResourcesResponse) SetBody

func (*UntagResourcesResponse) SetHeaders

func (*UntagResourcesResponse) SetStatusCode

func (UntagResourcesResponse) String

func (s UntagResourcesResponse) String() string

type UntagResourcesResponseBody

type UntagResourcesResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UntagResourcesResponseBody) GoString

func (s UntagResourcesResponseBody) GoString() string

func (*UntagResourcesResponseBody) SetRequestId

func (UntagResourcesResponseBody) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL