Documentation ¶
Overview ¶
Package clbiface provides an interface to enable mocking the CLB service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type AccessLogForDescribeLoadBalancerAttributesOutput
- func (s AccessLogForDescribeLoadBalancerAttributesOutput) GoString() string
- func (s *AccessLogForDescribeLoadBalancerAttributesOutput) SetBucketName(v string) *AccessLogForDescribeLoadBalancerAttributesOutput
- func (s *AccessLogForDescribeLoadBalancerAttributesOutput) SetEnabled(v bool) *AccessLogForDescribeLoadBalancerAttributesOutput
- func (s AccessLogForDescribeLoadBalancerAttributesOutput) String() string
- type AclEntryForAddAclEntriesInput
- func (s AclEntryForAddAclEntriesInput) GoString() string
- func (s *AclEntryForAddAclEntriesInput) SetDescription(v string) *AclEntryForAddAclEntriesInput
- func (s *AclEntryForAddAclEntriesInput) SetEntry(v string) *AclEntryForAddAclEntriesInput
- func (s AclEntryForAddAclEntriesInput) String() string
- func (s *AclEntryForAddAclEntriesInput) Validate() error
- type AclEntryForDescribeAclAttributesOutput
- func (s AclEntryForDescribeAclAttributesOutput) GoString() string
- func (s *AclEntryForDescribeAclAttributesOutput) SetDescription(v string) *AclEntryForDescribeAclAttributesOutput
- func (s *AclEntryForDescribeAclAttributesOutput) SetEntry(v string) *AclEntryForDescribeAclAttributesOutput
- func (s AclEntryForDescribeAclAttributesOutput) String() string
- type AclForDescribeAclsOutput
- func (s AclForDescribeAclsOutput) GoString() string
- func (s *AclForDescribeAclsOutput) SetAclEntryCount(v int64) *AclForDescribeAclsOutput
- func (s *AclForDescribeAclsOutput) SetAclId(v string) *AclForDescribeAclsOutput
- func (s *AclForDescribeAclsOutput) SetAclName(v string) *AclForDescribeAclsOutput
- func (s *AclForDescribeAclsOutput) SetCreateTime(v string) *AclForDescribeAclsOutput
- func (s *AclForDescribeAclsOutput) SetDescription(v string) *AclForDescribeAclsOutput
- func (s *AclForDescribeAclsOutput) SetListeners(v []*string) *AclForDescribeAclsOutput
- func (s *AclForDescribeAclsOutput) SetProjectName(v string) *AclForDescribeAclsOutput
- func (s *AclForDescribeAclsOutput) SetStatus(v string) *AclForDescribeAclsOutput
- func (s *AclForDescribeAclsOutput) SetTags(v []*TagForDescribeAclsOutput) *AclForDescribeAclsOutput
- func (s *AclForDescribeAclsOutput) SetUpdateTime(v string) *AclForDescribeAclsOutput
- func (s AclForDescribeAclsOutput) String() string
- type AddAclEntriesInput
- func (s AddAclEntriesInput) GoString() string
- func (s *AddAclEntriesInput) SetAclEntries(v []*AclEntryForAddAclEntriesInput) *AddAclEntriesInput
- func (s *AddAclEntriesInput) SetAclId(v string) *AddAclEntriesInput
- func (s AddAclEntriesInput) String() string
- func (s *AddAclEntriesInput) Validate() error
- type AddAclEntriesOutput
- type AddServerGroupBackendServersInput
- func (s AddServerGroupBackendServersInput) GoString() string
- func (s *AddServerGroupBackendServersInput) SetServerGroupId(v string) *AddServerGroupBackendServersInput
- func (s *AddServerGroupBackendServersInput) SetServers(v []*ServerForAddServerGroupBackendServersInput) *AddServerGroupBackendServersInput
- func (s AddServerGroupBackendServersInput) String() string
- func (s *AddServerGroupBackendServersInput) Validate() error
- type AddServerGroupBackendServersOutput
- func (s AddServerGroupBackendServersOutput) GoString() string
- func (s *AddServerGroupBackendServersOutput) SetRequestId(v string) *AddServerGroupBackendServersOutput
- func (s *AddServerGroupBackendServersOutput) SetServerIds(v []*string) *AddServerGroupBackendServersOutput
- func (s AddServerGroupBackendServersOutput) String() string
- type AttachHealthCheckLogTopicInput
- func (s AttachHealthCheckLogTopicInput) GoString() string
- func (s *AttachHealthCheckLogTopicInput) SetLoadBalancerId(v string) *AttachHealthCheckLogTopicInput
- func (s *AttachHealthCheckLogTopicInput) SetLogTopicId(v string) *AttachHealthCheckLogTopicInput
- func (s AttachHealthCheckLogTopicInput) String() string
- func (s *AttachHealthCheckLogTopicInput) Validate() error
- type AttachHealthCheckLogTopicOutput
- type CLB
- func (c *CLB) AddAclEntries(input *AddAclEntriesInput) (*AddAclEntriesOutput, error)
- func (c *CLB) AddAclEntriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) AddAclEntriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) AddAclEntriesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) AddAclEntriesRequest(input *AddAclEntriesInput) (req *request.Request, output *AddAclEntriesOutput)
- func (c *CLB) AddAclEntriesWithContext(ctx volcengine.Context, input *AddAclEntriesInput, opts ...request.Option) (*AddAclEntriesOutput, error)
- func (c *CLB) AddServerGroupBackendServers(input *AddServerGroupBackendServersInput) (*AddServerGroupBackendServersOutput, error)
- func (c *CLB) AddServerGroupBackendServersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) AddServerGroupBackendServersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) AddServerGroupBackendServersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) AddServerGroupBackendServersRequest(input *AddServerGroupBackendServersInput) (req *request.Request, output *AddServerGroupBackendServersOutput)
- func (c *CLB) AddServerGroupBackendServersWithContext(ctx volcengine.Context, input *AddServerGroupBackendServersInput, ...) (*AddServerGroupBackendServersOutput, error)
- func (c *CLB) AttachHealthCheckLogTopic(input *AttachHealthCheckLogTopicInput) (*AttachHealthCheckLogTopicOutput, error)
- func (c *CLB) AttachHealthCheckLogTopicCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) AttachHealthCheckLogTopicCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) AttachHealthCheckLogTopicCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) AttachHealthCheckLogTopicRequest(input *AttachHealthCheckLogTopicInput) (req *request.Request, output *AttachHealthCheckLogTopicOutput)
- func (c *CLB) AttachHealthCheckLogTopicWithContext(ctx volcengine.Context, input *AttachHealthCheckLogTopicInput, ...) (*AttachHealthCheckLogTopicOutput, error)
- func (c *CLB) ConvertLoadBalancerBillingType(input *ConvertLoadBalancerBillingTypeInput) (*ConvertLoadBalancerBillingTypeOutput, error)
- func (c *CLB) ConvertLoadBalancerBillingTypeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) ConvertLoadBalancerBillingTypeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) ConvertLoadBalancerBillingTypeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) ConvertLoadBalancerBillingTypeRequest(input *ConvertLoadBalancerBillingTypeInput) (req *request.Request, output *ConvertLoadBalancerBillingTypeOutput)
- func (c *CLB) ConvertLoadBalancerBillingTypeWithContext(ctx volcengine.Context, input *ConvertLoadBalancerBillingTypeInput, ...) (*ConvertLoadBalancerBillingTypeOutput, error)
- func (c *CLB) CreateAcl(input *CreateAclInput) (*CreateAclOutput, error)
- func (c *CLB) CreateAclCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) CreateAclCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) CreateAclCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) CreateAclRequest(input *CreateAclInput) (req *request.Request, output *CreateAclOutput)
- func (c *CLB) CreateAclWithContext(ctx volcengine.Context, input *CreateAclInput, opts ...request.Option) (*CreateAclOutput, error)
- func (c *CLB) CreateHealthCheckLogProject(input *CreateHealthCheckLogProjectInput) (*CreateHealthCheckLogProjectOutput, error)
- func (c *CLB) CreateHealthCheckLogProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) CreateHealthCheckLogProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) CreateHealthCheckLogProjectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) CreateHealthCheckLogProjectRequest(input *CreateHealthCheckLogProjectInput) (req *request.Request, output *CreateHealthCheckLogProjectOutput)
- func (c *CLB) CreateHealthCheckLogProjectWithContext(ctx volcengine.Context, input *CreateHealthCheckLogProjectInput, ...) (*CreateHealthCheckLogProjectOutput, error)
- func (c *CLB) CreateListener(input *CreateListenerInput) (*CreateListenerOutput, error)
- func (c *CLB) CreateListenerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) CreateListenerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) CreateListenerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) CreateListenerRequest(input *CreateListenerInput) (req *request.Request, output *CreateListenerOutput)
- func (c *CLB) CreateListenerWithContext(ctx volcengine.Context, input *CreateListenerInput, opts ...request.Option) (*CreateListenerOutput, error)
- func (c *CLB) CreateLoadBalancer(input *CreateLoadBalancerInput) (*CreateLoadBalancerOutput, error)
- func (c *CLB) CreateLoadBalancerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) CreateLoadBalancerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) CreateLoadBalancerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) CreateLoadBalancerRequest(input *CreateLoadBalancerInput) (req *request.Request, output *CreateLoadBalancerOutput)
- func (c *CLB) CreateLoadBalancerWithContext(ctx volcengine.Context, input *CreateLoadBalancerInput, opts ...request.Option) (*CreateLoadBalancerOutput, error)
- func (c *CLB) CreateRules(input *CreateRulesInput) (*CreateRulesOutput, error)
- func (c *CLB) CreateRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) CreateRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) CreateRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) CreateRulesRequest(input *CreateRulesInput) (req *request.Request, output *CreateRulesOutput)
- func (c *CLB) CreateRulesWithContext(ctx volcengine.Context, input *CreateRulesInput, opts ...request.Option) (*CreateRulesOutput, error)
- func (c *CLB) CreateServerGroup(input *CreateServerGroupInput) (*CreateServerGroupOutput, error)
- func (c *CLB) CreateServerGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) CreateServerGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) CreateServerGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) CreateServerGroupRequest(input *CreateServerGroupInput) (req *request.Request, output *CreateServerGroupOutput)
- func (c *CLB) CreateServerGroupWithContext(ctx volcengine.Context, input *CreateServerGroupInput, opts ...request.Option) (*CreateServerGroupOutput, error)
- func (c *CLB) DeleteAcl(input *DeleteAclInput) (*DeleteAclOutput, error)
- func (c *CLB) DeleteAclCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DeleteAclCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DeleteAclCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DeleteAclRequest(input *DeleteAclInput) (req *request.Request, output *DeleteAclOutput)
- func (c *CLB) DeleteAclWithContext(ctx volcengine.Context, input *DeleteAclInput, opts ...request.Option) (*DeleteAclOutput, error)
- func (c *CLB) DeleteCertificate(input *DeleteCertificateInput) (*DeleteCertificateOutput, error)
- func (c *CLB) DeleteCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DeleteCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DeleteCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DeleteCertificateRequest(input *DeleteCertificateInput) (req *request.Request, output *DeleteCertificateOutput)
- func (c *CLB) DeleteCertificateWithContext(ctx volcengine.Context, input *DeleteCertificateInput, opts ...request.Option) (*DeleteCertificateOutput, error)
- func (c *CLB) DeleteHealthCheckLogProject(input *DeleteHealthCheckLogProjectInput) (*DeleteHealthCheckLogProjectOutput, error)
- func (c *CLB) DeleteHealthCheckLogProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DeleteHealthCheckLogProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DeleteHealthCheckLogProjectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DeleteHealthCheckLogProjectRequest(input *DeleteHealthCheckLogProjectInput) (req *request.Request, output *DeleteHealthCheckLogProjectOutput)
- func (c *CLB) DeleteHealthCheckLogProjectWithContext(ctx volcengine.Context, input *DeleteHealthCheckLogProjectInput, ...) (*DeleteHealthCheckLogProjectOutput, error)
- func (c *CLB) DeleteListener(input *DeleteListenerInput) (*DeleteListenerOutput, error)
- func (c *CLB) DeleteListenerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DeleteListenerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DeleteListenerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DeleteListenerRequest(input *DeleteListenerInput) (req *request.Request, output *DeleteListenerOutput)
- func (c *CLB) DeleteListenerWithContext(ctx volcengine.Context, input *DeleteListenerInput, opts ...request.Option) (*DeleteListenerOutput, error)
- func (c *CLB) DeleteLoadBalancer(input *DeleteLoadBalancerInput) (*DeleteLoadBalancerOutput, error)
- func (c *CLB) DeleteLoadBalancerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DeleteLoadBalancerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DeleteLoadBalancerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DeleteLoadBalancerRequest(input *DeleteLoadBalancerInput) (req *request.Request, output *DeleteLoadBalancerOutput)
- func (c *CLB) DeleteLoadBalancerWithContext(ctx volcengine.Context, input *DeleteLoadBalancerInput, opts ...request.Option) (*DeleteLoadBalancerOutput, error)
- func (c *CLB) DeleteRules(input *DeleteRulesInput) (*DeleteRulesOutput, error)
- func (c *CLB) DeleteRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DeleteRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DeleteRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DeleteRulesRequest(input *DeleteRulesInput) (req *request.Request, output *DeleteRulesOutput)
- func (c *CLB) DeleteRulesWithContext(ctx volcengine.Context, input *DeleteRulesInput, opts ...request.Option) (*DeleteRulesOutput, error)
- func (c *CLB) DeleteServerGroup(input *DeleteServerGroupInput) (*DeleteServerGroupOutput, error)
- func (c *CLB) DeleteServerGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DeleteServerGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DeleteServerGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DeleteServerGroupRequest(input *DeleteServerGroupInput) (req *request.Request, output *DeleteServerGroupOutput)
- func (c *CLB) DeleteServerGroupWithContext(ctx volcengine.Context, input *DeleteServerGroupInput, opts ...request.Option) (*DeleteServerGroupOutput, error)
- func (c *CLB) DescribeAclAttributes(input *DescribeAclAttributesInput) (*DescribeAclAttributesOutput, error)
- func (c *CLB) DescribeAclAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeAclAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeAclAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeAclAttributesRequest(input *DescribeAclAttributesInput) (req *request.Request, output *DescribeAclAttributesOutput)
- func (c *CLB) DescribeAclAttributesWithContext(ctx volcengine.Context, input *DescribeAclAttributesInput, ...) (*DescribeAclAttributesOutput, error)
- func (c *CLB) DescribeAcls(input *DescribeAclsInput) (*DescribeAclsOutput, error)
- func (c *CLB) DescribeAclsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeAclsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeAclsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeAclsRequest(input *DescribeAclsInput) (req *request.Request, output *DescribeAclsOutput)
- func (c *CLB) DescribeAclsWithContext(ctx volcengine.Context, input *DescribeAclsInput, opts ...request.Option) (*DescribeAclsOutput, error)
- func (c *CLB) DescribeCertificates(input *DescribeCertificatesInput) (*DescribeCertificatesOutput, error)
- func (c *CLB) DescribeCertificatesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeCertificatesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeCertificatesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeCertificatesRequest(input *DescribeCertificatesInput) (req *request.Request, output *DescribeCertificatesOutput)
- func (c *CLB) DescribeCertificatesWithContext(ctx volcengine.Context, input *DescribeCertificatesInput, ...) (*DescribeCertificatesOutput, error)
- func (c *CLB) DescribeHealthCheckLogProjectAttributes(input *DescribeHealthCheckLogProjectAttributesInput) (*DescribeHealthCheckLogProjectAttributesOutput, error)
- func (c *CLB) DescribeHealthCheckLogProjectAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeHealthCheckLogProjectAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeHealthCheckLogProjectAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeHealthCheckLogProjectAttributesRequest(input *DescribeHealthCheckLogProjectAttributesInput) (req *request.Request, output *DescribeHealthCheckLogProjectAttributesOutput)
- func (c *CLB) DescribeHealthCheckLogProjectAttributesWithContext(ctx volcengine.Context, input *DescribeHealthCheckLogProjectAttributesInput, ...) (*DescribeHealthCheckLogProjectAttributesOutput, error)
- func (c *CLB) DescribeHealthCheckLogTopicAttributes(input *DescribeHealthCheckLogTopicAttributesInput) (*DescribeHealthCheckLogTopicAttributesOutput, error)
- func (c *CLB) DescribeHealthCheckLogTopicAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeHealthCheckLogTopicAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeHealthCheckLogTopicAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeHealthCheckLogTopicAttributesRequest(input *DescribeHealthCheckLogTopicAttributesInput) (req *request.Request, output *DescribeHealthCheckLogTopicAttributesOutput)
- func (c *CLB) DescribeHealthCheckLogTopicAttributesWithContext(ctx volcengine.Context, input *DescribeHealthCheckLogTopicAttributesInput, ...) (*DescribeHealthCheckLogTopicAttributesOutput, error)
- func (c *CLB) DescribeListenerAttributes(input *DescribeListenerAttributesInput) (*DescribeListenerAttributesOutput, error)
- func (c *CLB) DescribeListenerAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeListenerAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeListenerAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeListenerAttributesRequest(input *DescribeListenerAttributesInput) (req *request.Request, output *DescribeListenerAttributesOutput)
- func (c *CLB) DescribeListenerAttributesWithContext(ctx volcengine.Context, input *DescribeListenerAttributesInput, ...) (*DescribeListenerAttributesOutput, error)
- func (c *CLB) DescribeListenerHealth(input *DescribeListenerHealthInput) (*DescribeListenerHealthOutput, error)
- func (c *CLB) DescribeListenerHealthCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeListenerHealthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeListenerHealthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeListenerHealthRequest(input *DescribeListenerHealthInput) (req *request.Request, output *DescribeListenerHealthOutput)
- func (c *CLB) DescribeListenerHealthWithContext(ctx volcengine.Context, input *DescribeListenerHealthInput, ...) (*DescribeListenerHealthOutput, error)
- func (c *CLB) DescribeListeners(input *DescribeListenersInput) (*DescribeListenersOutput, error)
- func (c *CLB) DescribeListenersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeListenersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeListenersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeListenersRequest(input *DescribeListenersInput) (req *request.Request, output *DescribeListenersOutput)
- func (c *CLB) DescribeListenersWithContext(ctx volcengine.Context, input *DescribeListenersInput, opts ...request.Option) (*DescribeListenersOutput, error)
- func (c *CLB) DescribeLoadBalancerAttributes(input *DescribeLoadBalancerAttributesInput) (*DescribeLoadBalancerAttributesOutput, error)
- func (c *CLB) DescribeLoadBalancerAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeLoadBalancerAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeLoadBalancerAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeLoadBalancerAttributesRequest(input *DescribeLoadBalancerAttributesInput) (req *request.Request, output *DescribeLoadBalancerAttributesOutput)
- func (c *CLB) DescribeLoadBalancerAttributesWithContext(ctx volcengine.Context, input *DescribeLoadBalancerAttributesInput, ...) (*DescribeLoadBalancerAttributesOutput, error)
- func (c *CLB) DescribeLoadBalancers(input *DescribeLoadBalancersInput) (*DescribeLoadBalancersOutput, error)
- func (c *CLB) DescribeLoadBalancersBilling(input *DescribeLoadBalancersBillingInput) (*DescribeLoadBalancersBillingOutput, error)
- func (c *CLB) DescribeLoadBalancersBillingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeLoadBalancersBillingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeLoadBalancersBillingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeLoadBalancersBillingRequest(input *DescribeLoadBalancersBillingInput) (req *request.Request, output *DescribeLoadBalancersBillingOutput)
- func (c *CLB) DescribeLoadBalancersBillingWithContext(ctx volcengine.Context, input *DescribeLoadBalancersBillingInput, ...) (*DescribeLoadBalancersBillingOutput, error)
- func (c *CLB) DescribeLoadBalancersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeLoadBalancersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeLoadBalancersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeLoadBalancersRequest(input *DescribeLoadBalancersInput) (req *request.Request, output *DescribeLoadBalancersOutput)
- func (c *CLB) DescribeLoadBalancersWithContext(ctx volcengine.Context, input *DescribeLoadBalancersInput, ...) (*DescribeLoadBalancersOutput, error)
- func (c *CLB) DescribeRules(input *DescribeRulesInput) (*DescribeRulesOutput, error)
- func (c *CLB) DescribeRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeRulesRequest(input *DescribeRulesInput) (req *request.Request, output *DescribeRulesOutput)
- func (c *CLB) DescribeRulesWithContext(ctx volcengine.Context, input *DescribeRulesInput, opts ...request.Option) (*DescribeRulesOutput, error)
- func (c *CLB) DescribeServerGroupAttributes(input *DescribeServerGroupAttributesInput) (*DescribeServerGroupAttributesOutput, error)
- func (c *CLB) DescribeServerGroupAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeServerGroupAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeServerGroupAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeServerGroupAttributesRequest(input *DescribeServerGroupAttributesInput) (req *request.Request, output *DescribeServerGroupAttributesOutput)
- func (c *CLB) DescribeServerGroupAttributesWithContext(ctx volcengine.Context, input *DescribeServerGroupAttributesInput, ...) (*DescribeServerGroupAttributesOutput, error)
- func (c *CLB) DescribeServerGroups(input *DescribeServerGroupsInput) (*DescribeServerGroupsOutput, error)
- func (c *CLB) DescribeServerGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeServerGroupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeServerGroupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeServerGroupsRequest(input *DescribeServerGroupsInput) (req *request.Request, output *DescribeServerGroupsOutput)
- func (c *CLB) DescribeServerGroupsWithContext(ctx volcengine.Context, input *DescribeServerGroupsInput, ...) (*DescribeServerGroupsOutput, error)
- func (c *CLB) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)
- func (c *CLB) DescribeZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DescribeZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DescribeZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DescribeZonesRequest(input *DescribeZonesInput) (req *request.Request, output *DescribeZonesOutput)
- func (c *CLB) DescribeZonesWithContext(ctx volcengine.Context, input *DescribeZonesInput, opts ...request.Option) (*DescribeZonesOutput, error)
- func (c *CLB) DetachHealthCheckLogTopic(input *DetachHealthCheckLogTopicInput) (*DetachHealthCheckLogTopicOutput, error)
- func (c *CLB) DetachHealthCheckLogTopicCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DetachHealthCheckLogTopicCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DetachHealthCheckLogTopicCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DetachHealthCheckLogTopicRequest(input *DetachHealthCheckLogTopicInput) (req *request.Request, output *DetachHealthCheckLogTopicOutput)
- func (c *CLB) DetachHealthCheckLogTopicWithContext(ctx volcengine.Context, input *DetachHealthCheckLogTopicInput, ...) (*DetachHealthCheckLogTopicOutput, error)
- func (c *CLB) DisableAccessLog(input *DisableAccessLogInput) (*DisableAccessLogOutput, error)
- func (c *CLB) DisableAccessLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) DisableAccessLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) DisableAccessLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) DisableAccessLogRequest(input *DisableAccessLogInput) (req *request.Request, output *DisableAccessLogOutput)
- func (c *CLB) DisableAccessLogWithContext(ctx volcengine.Context, input *DisableAccessLogInput, opts ...request.Option) (*DisableAccessLogOutput, error)
- func (c *CLB) EnableAccessLog(input *EnableAccessLogInput) (*EnableAccessLogOutput, error)
- func (c *CLB) EnableAccessLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) EnableAccessLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) EnableAccessLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) EnableAccessLogRequest(input *EnableAccessLogInput) (req *request.Request, output *EnableAccessLogOutput)
- func (c *CLB) EnableAccessLogWithContext(ctx volcengine.Context, input *EnableAccessLogInput, opts ...request.Option) (*EnableAccessLogOutput, error)
- func (c *CLB) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
- func (c *CLB) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) ListTagsForResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) ListTagsForResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)
- func (c *CLB) ListTagsForResourcesWithContext(ctx volcengine.Context, input *ListTagsForResourcesInput, ...) (*ListTagsForResourcesOutput, error)
- func (c *CLB) ModifyAclAttributes(input *ModifyAclAttributesInput) (*ModifyAclAttributesOutput, error)
- func (c *CLB) ModifyAclAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) ModifyAclAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) ModifyAclAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) ModifyAclAttributesRequest(input *ModifyAclAttributesInput) (req *request.Request, output *ModifyAclAttributesOutput)
- func (c *CLB) ModifyAclAttributesWithContext(ctx volcengine.Context, input *ModifyAclAttributesInput, ...) (*ModifyAclAttributesOutput, error)
- func (c *CLB) ModifyCertificateAttributes(input *ModifyCertificateAttributesInput) (*ModifyCertificateAttributesOutput, error)
- func (c *CLB) ModifyCertificateAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) ModifyCertificateAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) ModifyCertificateAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) ModifyCertificateAttributesRequest(input *ModifyCertificateAttributesInput) (req *request.Request, output *ModifyCertificateAttributesOutput)
- func (c *CLB) ModifyCertificateAttributesWithContext(ctx volcengine.Context, input *ModifyCertificateAttributesInput, ...) (*ModifyCertificateAttributesOutput, error)
- func (c *CLB) ModifyListenerAttributes(input *ModifyListenerAttributesInput) (*ModifyListenerAttributesOutput, error)
- func (c *CLB) ModifyListenerAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) ModifyListenerAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) ModifyListenerAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) ModifyListenerAttributesRequest(input *ModifyListenerAttributesInput) (req *request.Request, output *ModifyListenerAttributesOutput)
- func (c *CLB) ModifyListenerAttributesWithContext(ctx volcengine.Context, input *ModifyListenerAttributesInput, ...) (*ModifyListenerAttributesOutput, error)
- func (c *CLB) ModifyLoadBalancerAttributes(input *ModifyLoadBalancerAttributesInput) (*ModifyLoadBalancerAttributesOutput, error)
- func (c *CLB) ModifyLoadBalancerAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) ModifyLoadBalancerAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) ModifyLoadBalancerAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) ModifyLoadBalancerAttributesRequest(input *ModifyLoadBalancerAttributesInput) (req *request.Request, output *ModifyLoadBalancerAttributesOutput)
- func (c *CLB) ModifyLoadBalancerAttributesWithContext(ctx volcengine.Context, input *ModifyLoadBalancerAttributesInput, ...) (*ModifyLoadBalancerAttributesOutput, error)
- func (c *CLB) ModifyRules(input *ModifyRulesInput) (*ModifyRulesOutput, error)
- func (c *CLB) ModifyRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) ModifyRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) ModifyRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) ModifyRulesRequest(input *ModifyRulesInput) (req *request.Request, output *ModifyRulesOutput)
- func (c *CLB) ModifyRulesWithContext(ctx volcengine.Context, input *ModifyRulesInput, opts ...request.Option) (*ModifyRulesOutput, error)
- func (c *CLB) ModifyServerGroupAttributes(input *ModifyServerGroupAttributesInput) (*ModifyServerGroupAttributesOutput, error)
- func (c *CLB) ModifyServerGroupAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) ModifyServerGroupAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) ModifyServerGroupAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) ModifyServerGroupAttributesRequest(input *ModifyServerGroupAttributesInput) (req *request.Request, output *ModifyServerGroupAttributesOutput)
- func (c *CLB) ModifyServerGroupAttributesWithContext(ctx volcengine.Context, input *ModifyServerGroupAttributesInput, ...) (*ModifyServerGroupAttributesOutput, error)
- func (c *CLB) RemoveAclEntries(input *RemoveAclEntriesInput) (*RemoveAclEntriesOutput, error)
- func (c *CLB) RemoveAclEntriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) RemoveAclEntriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) RemoveAclEntriesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) RemoveAclEntriesRequest(input *RemoveAclEntriesInput) (req *request.Request, output *RemoveAclEntriesOutput)
- func (c *CLB) RemoveAclEntriesWithContext(ctx volcengine.Context, input *RemoveAclEntriesInput, opts ...request.Option) (*RemoveAclEntriesOutput, error)
- func (c *CLB) RemoveServerGroupBackendServers(input *RemoveServerGroupBackendServersInput) (*RemoveServerGroupBackendServersOutput, error)
- func (c *CLB) RemoveServerGroupBackendServersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) RemoveServerGroupBackendServersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) RemoveServerGroupBackendServersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) RemoveServerGroupBackendServersRequest(input *RemoveServerGroupBackendServersInput) (req *request.Request, output *RemoveServerGroupBackendServersOutput)
- func (c *CLB) RemoveServerGroupBackendServersWithContext(ctx volcengine.Context, input *RemoveServerGroupBackendServersInput, ...) (*RemoveServerGroupBackendServersOutput, error)
- func (c *CLB) RenewLoadBalancer(input *RenewLoadBalancerInput) (*RenewLoadBalancerOutput, error)
- func (c *CLB) RenewLoadBalancerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) RenewLoadBalancerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) RenewLoadBalancerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) RenewLoadBalancerRequest(input *RenewLoadBalancerInput) (req *request.Request, output *RenewLoadBalancerOutput)
- func (c *CLB) RenewLoadBalancerWithContext(ctx volcengine.Context, input *RenewLoadBalancerInput, opts ...request.Option) (*RenewLoadBalancerOutput, error)
- func (c *CLB) SetLoadBalancerRenewal(input *SetLoadBalancerRenewalInput) (*SetLoadBalancerRenewalOutput, error)
- func (c *CLB) SetLoadBalancerRenewalCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) SetLoadBalancerRenewalCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) SetLoadBalancerRenewalCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) SetLoadBalancerRenewalRequest(input *SetLoadBalancerRenewalInput) (req *request.Request, output *SetLoadBalancerRenewalOutput)
- func (c *CLB) SetLoadBalancerRenewalWithContext(ctx volcengine.Context, input *SetLoadBalancerRenewalInput, ...) (*SetLoadBalancerRenewalOutput, error)
- func (c *CLB) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
- func (c *CLB) TagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)
- func (c *CLB) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)
- func (c *CLB) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
- func (c *CLB) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)
- func (c *CLB) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)
- func (c *CLB) UploadCertificate(input *UploadCertificateInput) (*UploadCertificateOutput, error)
- func (c *CLB) UploadCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CLB) UploadCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CLB) UploadCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CLB) UploadCertificateRequest(input *UploadCertificateInput) (req *request.Request, output *UploadCertificateOutput)
- func (c *CLB) UploadCertificateWithContext(ctx volcengine.Context, input *UploadCertificateInput, opts ...request.Option) (*UploadCertificateOutput, error)
- type CLBAPI
- type CertificateForDescribeCertificatesOutput
- func (s CertificateForDescribeCertificatesOutput) GoString() string
- func (s *CertificateForDescribeCertificatesOutput) SetCertificateId(v string) *CertificateForDescribeCertificatesOutput
- func (s *CertificateForDescribeCertificatesOutput) SetCertificateName(v string) *CertificateForDescribeCertificatesOutput
- func (s *CertificateForDescribeCertificatesOutput) SetCreateTime(v string) *CertificateForDescribeCertificatesOutput
- func (s *CertificateForDescribeCertificatesOutput) SetDescription(v string) *CertificateForDescribeCertificatesOutput
- func (s *CertificateForDescribeCertificatesOutput) SetDomainName(v string) *CertificateForDescribeCertificatesOutput
- func (s *CertificateForDescribeCertificatesOutput) SetExpiredAt(v string) *CertificateForDescribeCertificatesOutput
- func (s *CertificateForDescribeCertificatesOutput) SetListeners(v []*string) *CertificateForDescribeCertificatesOutput
- func (s *CertificateForDescribeCertificatesOutput) SetProjectName(v string) *CertificateForDescribeCertificatesOutput
- func (s CertificateForDescribeCertificatesOutput) String() string
- type ConvertLoadBalancerBillingTypeInput
- func (s ConvertLoadBalancerBillingTypeInput) GoString() string
- func (s *ConvertLoadBalancerBillingTypeInput) SetLoadBalancerBillingType(v int64) *ConvertLoadBalancerBillingTypeInput
- func (s *ConvertLoadBalancerBillingTypeInput) SetLoadBalancerId(v string) *ConvertLoadBalancerBillingTypeInput
- func (s *ConvertLoadBalancerBillingTypeInput) SetLoadBalancerSpec(v string) *ConvertLoadBalancerBillingTypeInput
- func (s *ConvertLoadBalancerBillingTypeInput) SetPeriod(v int64) *ConvertLoadBalancerBillingTypeInput
- func (s *ConvertLoadBalancerBillingTypeInput) SetPeriodUnit(v string) *ConvertLoadBalancerBillingTypeInput
- func (s ConvertLoadBalancerBillingTypeInput) String() string
- func (s *ConvertLoadBalancerBillingTypeInput) Validate() error
- type ConvertLoadBalancerBillingTypeOutput
- func (s ConvertLoadBalancerBillingTypeOutput) GoString() string
- func (s *ConvertLoadBalancerBillingTypeOutput) SetOrderId(v string) *ConvertLoadBalancerBillingTypeOutput
- func (s *ConvertLoadBalancerBillingTypeOutput) SetRequestId(v string) *ConvertLoadBalancerBillingTypeOutput
- func (s ConvertLoadBalancerBillingTypeOutput) String() string
- type CreateAclInput
- func (s CreateAclInput) GoString() string
- func (s *CreateAclInput) SetAclName(v string) *CreateAclInput
- func (s *CreateAclInput) SetDescription(v string) *CreateAclInput
- func (s *CreateAclInput) SetProjectName(v string) *CreateAclInput
- func (s *CreateAclInput) SetTags(v []*TagForCreateAclInput) *CreateAclInput
- func (s CreateAclInput) String() string
- func (s *CreateAclInput) Validate() error
- type CreateAclOutput
- type CreateHealthCheckLogProjectInput
- type CreateHealthCheckLogProjectOutput
- func (s CreateHealthCheckLogProjectOutput) GoString() string
- func (s *CreateHealthCheckLogProjectOutput) SetLogProjectId(v string) *CreateHealthCheckLogProjectOutput
- func (s *CreateHealthCheckLogProjectOutput) SetRequestId(v string) *CreateHealthCheckLogProjectOutput
- func (s CreateHealthCheckLogProjectOutput) String() string
- type CreateListenerInput
- func (s CreateListenerInput) GoString() string
- func (s *CreateListenerInput) SetAclIds(v []*string) *CreateListenerInput
- func (s *CreateListenerInput) SetAclStatus(v string) *CreateListenerInput
- func (s *CreateListenerInput) SetAclType(v string) *CreateListenerInput
- func (s *CreateListenerInput) SetBandwidth(v int64) *CreateListenerInput
- func (s *CreateListenerInput) SetCertificateId(v string) *CreateListenerInput
- func (s *CreateListenerInput) SetConnectionDrainEnabled(v string) *CreateListenerInput
- func (s *CreateListenerInput) SetConnectionDrainTimeout(v int64) *CreateListenerInput
- func (s *CreateListenerInput) SetDescription(v string) *CreateListenerInput
- func (s *CreateListenerInput) SetEnabled(v string) *CreateListenerInput
- func (s *CreateListenerInput) SetEstablishedTimeout(v int64) *CreateListenerInput
- func (s *CreateListenerInput) SetHealthCheck(v *HealthCheckForCreateListenerInput) *CreateListenerInput
- func (s *CreateListenerInput) SetListenerName(v string) *CreateListenerInput
- func (s *CreateListenerInput) SetLoadBalancerId(v string) *CreateListenerInput
- func (s *CreateListenerInput) SetPersistenceTimeout(v int64) *CreateListenerInput
- func (s *CreateListenerInput) SetPersistenceType(v string) *CreateListenerInput
- func (s *CreateListenerInput) SetPort(v int64) *CreateListenerInput
- func (s *CreateListenerInput) SetProtocol(v string) *CreateListenerInput
- func (s *CreateListenerInput) SetProxyProtocolType(v string) *CreateListenerInput
- func (s *CreateListenerInput) SetScheduler(v string) *CreateListenerInput
- func (s *CreateListenerInput) SetServerGroupId(v string) *CreateListenerInput
- func (s CreateListenerInput) String() string
- func (s *CreateListenerInput) Validate() error
- type CreateListenerOutput
- type CreateLoadBalancerInput
- func (s CreateLoadBalancerInput) GoString() string
- func (s *CreateLoadBalancerInput) SetAddressIpVersion(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetClientToken(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetDescription(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetEipBillingConfig(v *EipBillingConfigForCreateLoadBalancerInput) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetEniAddress(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetEniIpv6Address(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetLoadBalancerBillingType(v int64) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetLoadBalancerName(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetLoadBalancerSpec(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetMasterZoneId(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetModificationProtectionReason(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetModificationProtectionStatus(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetPeriod(v int64) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetPeriodUnit(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetProjectName(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetRegionId(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetSlaveZoneId(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetSubnetId(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetTags(v []*TagForCreateLoadBalancerInput) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetType(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetVpcId(v string) *CreateLoadBalancerInput
- func (s *CreateLoadBalancerInput) SetZoneType(v string) *CreateLoadBalancerInput
- func (s CreateLoadBalancerInput) String() string
- func (s *CreateLoadBalancerInput) Validate() error
- type CreateLoadBalancerOutput
- func (s CreateLoadBalancerOutput) GoString() string
- func (s *CreateLoadBalancerOutput) SetLoadBalancerId(v string) *CreateLoadBalancerOutput
- func (s *CreateLoadBalancerOutput) SetOrderId(v string) *CreateLoadBalancerOutput
- func (s *CreateLoadBalancerOutput) SetRequestId(v string) *CreateLoadBalancerOutput
- func (s CreateLoadBalancerOutput) String() string
- type CreateRulesInput
- type CreateRulesOutput
- type CreateServerGroupInput
- func (s CreateServerGroupInput) GoString() string
- func (s *CreateServerGroupInput) SetAddressIpVersion(v string) *CreateServerGroupInput
- func (s *CreateServerGroupInput) SetDescription(v string) *CreateServerGroupInput
- func (s *CreateServerGroupInput) SetLoadBalancerId(v string) *CreateServerGroupInput
- func (s *CreateServerGroupInput) SetServerGroupName(v string) *CreateServerGroupInput
- func (s *CreateServerGroupInput) SetServers(v []*ServerForCreateServerGroupInput) *CreateServerGroupInput
- func (s *CreateServerGroupInput) SetType(v string) *CreateServerGroupInput
- func (s CreateServerGroupInput) String() string
- func (s *CreateServerGroupInput) Validate() error
- type CreateServerGroupOutput
- type DeleteAclInput
- type DeleteAclOutput
- type DeleteCertificateInput
- type DeleteCertificateOutput
- type DeleteHealthCheckLogProjectInput
- type DeleteHealthCheckLogProjectOutput
- type DeleteListenerInput
- type DeleteListenerOutput
- type DeleteLoadBalancerInput
- type DeleteLoadBalancerOutput
- type DeleteRulesInput
- type DeleteRulesOutput
- type DeleteServerGroupInput
- type DeleteServerGroupOutput
- type DescribeAclAttributesInput
- type DescribeAclAttributesOutput
- func (s DescribeAclAttributesOutput) GoString() string
- func (s *DescribeAclAttributesOutput) SetAclEntries(v []*AclEntryForDescribeAclAttributesOutput) *DescribeAclAttributesOutput
- func (s *DescribeAclAttributesOutput) SetAclId(v string) *DescribeAclAttributesOutput
- func (s *DescribeAclAttributesOutput) SetAclName(v string) *DescribeAclAttributesOutput
- func (s *DescribeAclAttributesOutput) SetCreateTime(v string) *DescribeAclAttributesOutput
- func (s *DescribeAclAttributesOutput) SetDescription(v string) *DescribeAclAttributesOutput
- func (s *DescribeAclAttributesOutput) SetListeners(v []*ListenerForDescribeAclAttributesOutput) *DescribeAclAttributesOutput
- func (s *DescribeAclAttributesOutput) SetProjectName(v string) *DescribeAclAttributesOutput
- func (s *DescribeAclAttributesOutput) SetRequestId(v string) *DescribeAclAttributesOutput
- func (s *DescribeAclAttributesOutput) SetServiceManaged(v bool) *DescribeAclAttributesOutput
- func (s *DescribeAclAttributesOutput) SetStatus(v string) *DescribeAclAttributesOutput
- func (s *DescribeAclAttributesOutput) SetTags(v []*TagForDescribeAclAttributesOutput) *DescribeAclAttributesOutput
- func (s *DescribeAclAttributesOutput) SetUpdateTime(v string) *DescribeAclAttributesOutput
- func (s DescribeAclAttributesOutput) String() string
- type DescribeAclsInput
- func (s DescribeAclsInput) GoString() string
- func (s *DescribeAclsInput) SetAclIds(v []*string) *DescribeAclsInput
- func (s *DescribeAclsInput) SetAclName(v string) *DescribeAclsInput
- func (s *DescribeAclsInput) SetPageNumber(v int64) *DescribeAclsInput
- func (s *DescribeAclsInput) SetPageSize(v int64) *DescribeAclsInput
- func (s *DescribeAclsInput) SetProjectName(v string) *DescribeAclsInput
- func (s *DescribeAclsInput) SetTagFilters(v []*TagFilterForDescribeAclsInput) *DescribeAclsInput
- func (s DescribeAclsInput) String() string
- type DescribeAclsOutput
- func (s DescribeAclsOutput) GoString() string
- func (s *DescribeAclsOutput) SetAcls(v []*AclForDescribeAclsOutput) *DescribeAclsOutput
- func (s *DescribeAclsOutput) SetPageNumber(v int64) *DescribeAclsOutput
- func (s *DescribeAclsOutput) SetPageSize(v int64) *DescribeAclsOutput
- func (s *DescribeAclsOutput) SetRequestId(v string) *DescribeAclsOutput
- func (s *DescribeAclsOutput) SetServiceManaged(v bool) *DescribeAclsOutput
- func (s *DescribeAclsOutput) SetTags(v []*TagForDescribeAclsOutput) *DescribeAclsOutput
- func (s *DescribeAclsOutput) SetTotalCount(v int64) *DescribeAclsOutput
- func (s DescribeAclsOutput) String() string
- type DescribeCertificatesInput
- func (s DescribeCertificatesInput) GoString() string
- func (s *DescribeCertificatesInput) SetCertificateIds(v []*string) *DescribeCertificatesInput
- func (s *DescribeCertificatesInput) SetCertificateName(v string) *DescribeCertificatesInput
- func (s *DescribeCertificatesInput) SetPageNumber(v int64) *DescribeCertificatesInput
- func (s *DescribeCertificatesInput) SetPageSize(v int64) *DescribeCertificatesInput
- func (s *DescribeCertificatesInput) SetProjectName(v string) *DescribeCertificatesInput
- func (s *DescribeCertificatesInput) SetTagFilters(v []*TagFilterForDescribeCertificatesInput) *DescribeCertificatesInput
- func (s DescribeCertificatesInput) String() string
- type DescribeCertificatesOutput
- func (s DescribeCertificatesOutput) GoString() string
- func (s *DescribeCertificatesOutput) SetCertificates(v []*CertificateForDescribeCertificatesOutput) *DescribeCertificatesOutput
- func (s *DescribeCertificatesOutput) SetPageNumber(v int64) *DescribeCertificatesOutput
- func (s *DescribeCertificatesOutput) SetPageSize(v int64) *DescribeCertificatesOutput
- func (s *DescribeCertificatesOutput) SetRequestId(v string) *DescribeCertificatesOutput
- func (s *DescribeCertificatesOutput) SetServiceManaged(v bool) *DescribeCertificatesOutput
- func (s *DescribeCertificatesOutput) SetTags(v []*TagForDescribeCertificatesOutput) *DescribeCertificatesOutput
- func (s *DescribeCertificatesOutput) SetTotalCount(v int64) *DescribeCertificatesOutput
- func (s DescribeCertificatesOutput) String() string
- type DescribeHealthCheckLogProjectAttributesInput
- type DescribeHealthCheckLogProjectAttributesOutput
- func (s DescribeHealthCheckLogProjectAttributesOutput) GoString() string
- func (s *DescribeHealthCheckLogProjectAttributesOutput) SetLogProjectId(v string) *DescribeHealthCheckLogProjectAttributesOutput
- func (s *DescribeHealthCheckLogProjectAttributesOutput) SetRequestId(v string) *DescribeHealthCheckLogProjectAttributesOutput
- func (s DescribeHealthCheckLogProjectAttributesOutput) String() string
- type DescribeHealthCheckLogTopicAttributesInput
- func (s DescribeHealthCheckLogTopicAttributesInput) GoString() string
- func (s *DescribeHealthCheckLogTopicAttributesInput) SetLogTopicId(v string) *DescribeHealthCheckLogTopicAttributesInput
- func (s DescribeHealthCheckLogTopicAttributesInput) String() string
- func (s *DescribeHealthCheckLogTopicAttributesInput) Validate() error
- type DescribeHealthCheckLogTopicAttributesOutput
- func (s DescribeHealthCheckLogTopicAttributesOutput) GoString() string
- func (s *DescribeHealthCheckLogTopicAttributesOutput) SetLoadBalancerIds(v []*string) *DescribeHealthCheckLogTopicAttributesOutput
- func (s *DescribeHealthCheckLogTopicAttributesOutput) SetRequestId(v string) *DescribeHealthCheckLogTopicAttributesOutput
- func (s DescribeHealthCheckLogTopicAttributesOutput) String() string
- type DescribeListenerAttributesInput
- type DescribeListenerAttributesOutput
- func (s DescribeListenerAttributesOutput) GoString() string
- func (s *DescribeListenerAttributesOutput) SetAclIds(v []*string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetAclStatus(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetAclType(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetBandwidth(v int64) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetCertificateId(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetConnectionDrainEnabled(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetConnectionDrainTimeout(v int64) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetCreateTime(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetDescription(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetEnabled(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetEstablishedTimeout(v int64) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetHealthCheck(v *HealthCheckForDescribeListenerAttributesOutput) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetListenerId(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetListenerName(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetLoadBalancerId(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetPersistenceTimeout(v int64) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetPersistenceType(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetPort(v int64) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetProtocol(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetProxyProtocolType(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetRequestId(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetScheduler(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetServerGroupId(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetStatus(v string) *DescribeListenerAttributesOutput
- func (s *DescribeListenerAttributesOutput) SetUpdateTime(v string) *DescribeListenerAttributesOutput
- func (s DescribeListenerAttributesOutput) String() string
- type DescribeListenerHealthInput
- func (s DescribeListenerHealthInput) GoString() string
- func (s *DescribeListenerHealthInput) SetListenerId(v string) *DescribeListenerHealthInput
- func (s *DescribeListenerHealthInput) SetOnlyUnHealthy(v bool) *DescribeListenerHealthInput
- func (s *DescribeListenerHealthInput) SetPageNumber(v int64) *DescribeListenerHealthInput
- func (s *DescribeListenerHealthInput) SetPageSize(v int64) *DescribeListenerHealthInput
- func (s DescribeListenerHealthInput) String() string
- func (s *DescribeListenerHealthInput) Validate() error
- type DescribeListenerHealthOutput
- func (s DescribeListenerHealthOutput) GoString() string
- func (s *DescribeListenerHealthOutput) SetPageNumber(v int64) *DescribeListenerHealthOutput
- func (s *DescribeListenerHealthOutput) SetPageSize(v int64) *DescribeListenerHealthOutput
- func (s *DescribeListenerHealthOutput) SetRequestId(v string) *DescribeListenerHealthOutput
- func (s *DescribeListenerHealthOutput) SetResults(v []*ResultForDescribeListenerHealthOutput) *DescribeListenerHealthOutput
- func (s *DescribeListenerHealthOutput) SetStatus(v string) *DescribeListenerHealthOutput
- func (s *DescribeListenerHealthOutput) SetTotalCount(v int64) *DescribeListenerHealthOutput
- func (s *DescribeListenerHealthOutput) SetUnHealthyCount(v int64) *DescribeListenerHealthOutput
- func (s DescribeListenerHealthOutput) String() string
- type DescribeListenersInput
- func (s DescribeListenersInput) GoString() string
- func (s *DescribeListenersInput) SetListenerIds(v []*string) *DescribeListenersInput
- func (s *DescribeListenersInput) SetListenerName(v string) *DescribeListenersInput
- func (s *DescribeListenersInput) SetLoadBalancerId(v string) *DescribeListenersInput
- func (s *DescribeListenersInput) SetPageNumber(v int64) *DescribeListenersInput
- func (s *DescribeListenersInput) SetPageSize(v int64) *DescribeListenersInput
- func (s DescribeListenersInput) String() string
- type DescribeListenersOutput
- func (s DescribeListenersOutput) GoString() string
- func (s *DescribeListenersOutput) SetListeners(v []*ListenerForDescribeListenersOutput) *DescribeListenersOutput
- func (s *DescribeListenersOutput) SetPageNumber(v int64) *DescribeListenersOutput
- func (s *DescribeListenersOutput) SetPageSize(v int64) *DescribeListenersOutput
- func (s *DescribeListenersOutput) SetRequestId(v string) *DescribeListenersOutput
- func (s *DescribeListenersOutput) SetTotalCount(v int64) *DescribeListenersOutput
- func (s DescribeListenersOutput) String() string
- type DescribeLoadBalancerAttributesInput
- type DescribeLoadBalancerAttributesOutput
- func (s DescribeLoadBalancerAttributesOutput) GoString() string
- func (s *DescribeLoadBalancerAttributesOutput) SetAccessLog(v *AccessLogForDescribeLoadBalancerAttributesOutput) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetAccountId(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetAddressIpVersion(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetAllowedPorts(v []*string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetBusinessStatus(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetCreateTime(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetDeletedTime(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetDescription(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetEip(v *EipForDescribeLoadBalancerAttributesOutput) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetEipAddress(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetEipID(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetEnabled(v bool) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetEniAddress(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetEniID(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetEniIpv6Address(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetExpiredTime(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetIpv6AddressBandwidth(v *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetIpv6EipId(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetListeners(v []*ListenerForDescribeLoadBalancerAttributesOutput) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetLoadBalancerBillingType(v int64) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetLoadBalancerId(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetLoadBalancerName(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetLoadBalancerSpec(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetLockReason(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetLogTopicId(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetMasterZoneId(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetModificationProtectionReason(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetModificationProtectionStatus(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetOverdueTime(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetProjectName(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetRequestId(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetServerGroups(v []*ServerGroupForDescribeLoadBalancerAttributesOutput) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetServiceManaged(v bool) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetSlaveZoneId(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetStatus(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetSubnetId(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetTags(v []*TagForDescribeLoadBalancerAttributesOutput) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetType(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetUpdateTime(v string) *DescribeLoadBalancerAttributesOutput
- func (s *DescribeLoadBalancerAttributesOutput) SetVpcId(v string) *DescribeLoadBalancerAttributesOutput
- func (s DescribeLoadBalancerAttributesOutput) String() string
- type DescribeLoadBalancersBillingInput
- func (s DescribeLoadBalancersBillingInput) GoString() string
- func (s *DescribeLoadBalancersBillingInput) SetLoadBalancerIds(v []*string) *DescribeLoadBalancersBillingInput
- func (s *DescribeLoadBalancersBillingInput) SetPageNumber(v int64) *DescribeLoadBalancersBillingInput
- func (s *DescribeLoadBalancersBillingInput) SetPageSize(v int64) *DescribeLoadBalancersBillingInput
- func (s DescribeLoadBalancersBillingInput) String() string
- type DescribeLoadBalancersBillingOutput
- func (s DescribeLoadBalancersBillingOutput) GoString() string
- func (s *DescribeLoadBalancersBillingOutput) SetLoadBalancerBillingConfigs(v []*LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) *DescribeLoadBalancersBillingOutput
- func (s *DescribeLoadBalancersBillingOutput) SetPageNumber(v int64) *DescribeLoadBalancersBillingOutput
- func (s *DescribeLoadBalancersBillingOutput) SetPageSize(v int64) *DescribeLoadBalancersBillingOutput
- func (s *DescribeLoadBalancersBillingOutput) SetRequestId(v string) *DescribeLoadBalancersBillingOutput
- func (s *DescribeLoadBalancersBillingOutput) SetTotalCount(v int64) *DescribeLoadBalancersBillingOutput
- func (s DescribeLoadBalancersBillingOutput) String() string
- type DescribeLoadBalancersInput
- func (s DescribeLoadBalancersInput) GoString() string
- func (s *DescribeLoadBalancersInput) SetAddressIpVersion(v string) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetEipAddress(v string) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetEniAddress(v string) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetLoadBalancerIds(v []*string) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetLoadBalancerName(v string) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetMasterZoneId(v string) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetPageNumber(v int64) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetPageSize(v int64) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetProjectName(v string) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetStatus(v string) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetTagFilters(v []*TagFilterForDescribeLoadBalancersInput) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetType(v string) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetVpcId(v string) *DescribeLoadBalancersInput
- func (s DescribeLoadBalancersInput) String() string
- type DescribeLoadBalancersOutput
- func (s DescribeLoadBalancersOutput) GoString() string
- func (s *DescribeLoadBalancersOutput) SetAccountId(v string) *DescribeLoadBalancersOutput
- func (s *DescribeLoadBalancersOutput) SetLoadBalancers(v []*LoadBalancerForDescribeLoadBalancersOutput) *DescribeLoadBalancersOutput
- func (s *DescribeLoadBalancersOutput) SetPageNumber(v int64) *DescribeLoadBalancersOutput
- func (s *DescribeLoadBalancersOutput) SetPageSize(v int64) *DescribeLoadBalancersOutput
- func (s *DescribeLoadBalancersOutput) SetRequestId(v string) *DescribeLoadBalancersOutput
- func (s *DescribeLoadBalancersOutput) SetTotalCount(v int64) *DescribeLoadBalancersOutput
- func (s DescribeLoadBalancersOutput) String() string
- type DescribeRulesInput
- type DescribeRulesOutput
- type DescribeServerGroupAttributesInput
- type DescribeServerGroupAttributesOutput
- func (s DescribeServerGroupAttributesOutput) GoString() string
- func (s *DescribeServerGroupAttributesOutput) SetAddressIpVersion(v string) *DescribeServerGroupAttributesOutput
- func (s *DescribeServerGroupAttributesOutput) SetDescription(v string) *DescribeServerGroupAttributesOutput
- func (s *DescribeServerGroupAttributesOutput) SetListeners(v []*string) *DescribeServerGroupAttributesOutput
- func (s *DescribeServerGroupAttributesOutput) SetLoadBalancerId(v string) *DescribeServerGroupAttributesOutput
- func (s *DescribeServerGroupAttributesOutput) SetRequestId(v string) *DescribeServerGroupAttributesOutput
- func (s *DescribeServerGroupAttributesOutput) SetServerGroupId(v string) *DescribeServerGroupAttributesOutput
- func (s *DescribeServerGroupAttributesOutput) SetServerGroupName(v string) *DescribeServerGroupAttributesOutput
- func (s *DescribeServerGroupAttributesOutput) SetServers(v []*ServerForDescribeServerGroupAttributesOutput) *DescribeServerGroupAttributesOutput
- func (s *DescribeServerGroupAttributesOutput) SetType(v string) *DescribeServerGroupAttributesOutput
- func (s DescribeServerGroupAttributesOutput) String() string
- type DescribeServerGroupsInput
- func (s DescribeServerGroupsInput) GoString() string
- func (s *DescribeServerGroupsInput) SetLoadBalancerId(v string) *DescribeServerGroupsInput
- func (s *DescribeServerGroupsInput) SetPageNumber(v int64) *DescribeServerGroupsInput
- func (s *DescribeServerGroupsInput) SetPageSize(v int64) *DescribeServerGroupsInput
- func (s *DescribeServerGroupsInput) SetServerGroupIds(v []*string) *DescribeServerGroupsInput
- func (s *DescribeServerGroupsInput) SetServerGroupName(v string) *DescribeServerGroupsInput
- func (s *DescribeServerGroupsInput) SetType(v string) *DescribeServerGroupsInput
- func (s DescribeServerGroupsInput) String() string
- type DescribeServerGroupsOutput
- func (s DescribeServerGroupsOutput) GoString() string
- func (s *DescribeServerGroupsOutput) SetPageNumber(v int64) *DescribeServerGroupsOutput
- func (s *DescribeServerGroupsOutput) SetPageSize(v int64) *DescribeServerGroupsOutput
- func (s *DescribeServerGroupsOutput) SetRequestId(v string) *DescribeServerGroupsOutput
- func (s *DescribeServerGroupsOutput) SetServerGroups(v []*ServerGroupForDescribeServerGroupsOutput) *DescribeServerGroupsOutput
- func (s *DescribeServerGroupsOutput) SetTotalCount(v int64) *DescribeServerGroupsOutput
- func (s DescribeServerGroupsOutput) String() string
- type DescribeZonesInput
- type DescribeZonesOutput
- type DetachHealthCheckLogTopicInput
- type DetachHealthCheckLogTopicOutput
- type DisableAccessLogInput
- type DisableAccessLogOutput
- type EipBillingConfigForCreateLoadBalancerInput
- func (s EipBillingConfigForCreateLoadBalancerInput) GoString() string
- func (s *EipBillingConfigForCreateLoadBalancerInput) SetBandwidth(v int64) *EipBillingConfigForCreateLoadBalancerInput
- func (s *EipBillingConfigForCreateLoadBalancerInput) SetBandwidthPackageId(v string) *EipBillingConfigForCreateLoadBalancerInput
- func (s *EipBillingConfigForCreateLoadBalancerInput) SetEipBillingType(v int64) *EipBillingConfigForCreateLoadBalancerInput
- func (s *EipBillingConfigForCreateLoadBalancerInput) SetISP(v string) *EipBillingConfigForCreateLoadBalancerInput
- func (s *EipBillingConfigForCreateLoadBalancerInput) SetSecurityProtectionInstanceId(v int64) *EipBillingConfigForCreateLoadBalancerInput
- func (s *EipBillingConfigForCreateLoadBalancerInput) SetSecurityProtectionTypes(v []*string) *EipBillingConfigForCreateLoadBalancerInput
- func (s EipBillingConfigForCreateLoadBalancerInput) String() string
- type EipForDescribeLoadBalancerAttributesOutput
- func (s EipForDescribeLoadBalancerAttributesOutput) GoString() string
- func (s *EipForDescribeLoadBalancerAttributesOutput) SetBandwidth(v int64) *EipForDescribeLoadBalancerAttributesOutput
- func (s *EipForDescribeLoadBalancerAttributesOutput) SetBandwidthPackageId(v string) *EipForDescribeLoadBalancerAttributesOutput
- func (s *EipForDescribeLoadBalancerAttributesOutput) SetEipAddress(v string) *EipForDescribeLoadBalancerAttributesOutput
- func (s *EipForDescribeLoadBalancerAttributesOutput) SetEipBillingType(v int64) *EipForDescribeLoadBalancerAttributesOutput
- func (s *EipForDescribeLoadBalancerAttributesOutput) SetISP(v string) *EipForDescribeLoadBalancerAttributesOutput
- func (s *EipForDescribeLoadBalancerAttributesOutput) SetSecurityProtectionTypes(v []*string) *EipForDescribeLoadBalancerAttributesOutput
- func (s EipForDescribeLoadBalancerAttributesOutput) String() string
- type EnableAccessLogInput
- type EnableAccessLogOutput
- type HealthCheckForCreateListenerInput
- func (s HealthCheckForCreateListenerInput) GoString() string
- func (s *HealthCheckForCreateListenerInput) SetDomain(v string) *HealthCheckForCreateListenerInput
- func (s *HealthCheckForCreateListenerInput) SetEnabled(v string) *HealthCheckForCreateListenerInput
- func (s *HealthCheckForCreateListenerInput) SetHealthyThreshold(v int64) *HealthCheckForCreateListenerInput
- func (s *HealthCheckForCreateListenerInput) SetHttpCode(v string) *HealthCheckForCreateListenerInput
- func (s *HealthCheckForCreateListenerInput) SetInterval(v int64) *HealthCheckForCreateListenerInput
- func (s *HealthCheckForCreateListenerInput) SetMethod(v string) *HealthCheckForCreateListenerInput
- func (s *HealthCheckForCreateListenerInput) SetTimeout(v int64) *HealthCheckForCreateListenerInput
- func (s *HealthCheckForCreateListenerInput) SetURI(v string) *HealthCheckForCreateListenerInput
- func (s *HealthCheckForCreateListenerInput) SetUdpExpect(v string) *HealthCheckForCreateListenerInput
- func (s *HealthCheckForCreateListenerInput) SetUdpRequest(v string) *HealthCheckForCreateListenerInput
- func (s *HealthCheckForCreateListenerInput) SetUnhealthyThreshold(v int64) *HealthCheckForCreateListenerInput
- func (s HealthCheckForCreateListenerInput) String() string
- type HealthCheckForDescribeListenerAttributesOutput
- func (s HealthCheckForDescribeListenerAttributesOutput) GoString() string
- func (s *HealthCheckForDescribeListenerAttributesOutput) SetDomain(v string) *HealthCheckForDescribeListenerAttributesOutput
- func (s *HealthCheckForDescribeListenerAttributesOutput) SetEnabled(v string) *HealthCheckForDescribeListenerAttributesOutput
- func (s *HealthCheckForDescribeListenerAttributesOutput) SetHealthyThreshold(v int64) *HealthCheckForDescribeListenerAttributesOutput
- func (s *HealthCheckForDescribeListenerAttributesOutput) SetHttpCode(v string) *HealthCheckForDescribeListenerAttributesOutput
- func (s *HealthCheckForDescribeListenerAttributesOutput) SetInterval(v int64) *HealthCheckForDescribeListenerAttributesOutput
- func (s *HealthCheckForDescribeListenerAttributesOutput) SetMethod(v string) *HealthCheckForDescribeListenerAttributesOutput
- func (s *HealthCheckForDescribeListenerAttributesOutput) SetTimeout(v int64) *HealthCheckForDescribeListenerAttributesOutput
- func (s *HealthCheckForDescribeListenerAttributesOutput) SetUdpExpect(v string) *HealthCheckForDescribeListenerAttributesOutput
- func (s *HealthCheckForDescribeListenerAttributesOutput) SetUdpRequest(v string) *HealthCheckForDescribeListenerAttributesOutput
- func (s *HealthCheckForDescribeListenerAttributesOutput) SetUnHealthyThreshold(v int64) *HealthCheckForDescribeListenerAttributesOutput
- func (s *HealthCheckForDescribeListenerAttributesOutput) SetUri(v string) *HealthCheckForDescribeListenerAttributesOutput
- func (s HealthCheckForDescribeListenerAttributesOutput) String() string
- type HealthCheckForDescribeListenersOutput
- func (s HealthCheckForDescribeListenersOutput) GoString() string
- func (s *HealthCheckForDescribeListenersOutput) SetDomain(v string) *HealthCheckForDescribeListenersOutput
- func (s *HealthCheckForDescribeListenersOutput) SetEnabled(v string) *HealthCheckForDescribeListenersOutput
- func (s *HealthCheckForDescribeListenersOutput) SetHealthyThreshold(v int64) *HealthCheckForDescribeListenersOutput
- func (s *HealthCheckForDescribeListenersOutput) SetHttpCode(v string) *HealthCheckForDescribeListenersOutput
- func (s *HealthCheckForDescribeListenersOutput) SetInterval(v int64) *HealthCheckForDescribeListenersOutput
- func (s *HealthCheckForDescribeListenersOutput) SetMethod(v string) *HealthCheckForDescribeListenersOutput
- func (s *HealthCheckForDescribeListenersOutput) SetTimeout(v int64) *HealthCheckForDescribeListenersOutput
- func (s *HealthCheckForDescribeListenersOutput) SetUdpExpect(v string) *HealthCheckForDescribeListenersOutput
- func (s *HealthCheckForDescribeListenersOutput) SetUdpRequest(v string) *HealthCheckForDescribeListenersOutput
- func (s *HealthCheckForDescribeListenersOutput) SetUnHealthyThreshold(v int64) *HealthCheckForDescribeListenersOutput
- func (s *HealthCheckForDescribeListenersOutput) SetUri(v string) *HealthCheckForDescribeListenersOutput
- func (s HealthCheckForDescribeListenersOutput) String() string
- type HealthCheckForModifyListenerAttributesInput
- func (s HealthCheckForModifyListenerAttributesInput) GoString() string
- func (s *HealthCheckForModifyListenerAttributesInput) SetDomain(v string) *HealthCheckForModifyListenerAttributesInput
- func (s *HealthCheckForModifyListenerAttributesInput) SetEnabled(v string) *HealthCheckForModifyListenerAttributesInput
- func (s *HealthCheckForModifyListenerAttributesInput) SetHealthyThreshold(v int64) *HealthCheckForModifyListenerAttributesInput
- func (s *HealthCheckForModifyListenerAttributesInput) SetHttpCode(v string) *HealthCheckForModifyListenerAttributesInput
- func (s *HealthCheckForModifyListenerAttributesInput) SetInterval(v int64) *HealthCheckForModifyListenerAttributesInput
- func (s *HealthCheckForModifyListenerAttributesInput) SetMethod(v string) *HealthCheckForModifyListenerAttributesInput
- func (s *HealthCheckForModifyListenerAttributesInput) SetTimeout(v int64) *HealthCheckForModifyListenerAttributesInput
- func (s *HealthCheckForModifyListenerAttributesInput) SetURI(v string) *HealthCheckForModifyListenerAttributesInput
- func (s *HealthCheckForModifyListenerAttributesInput) SetUdpExpect(v string) *HealthCheckForModifyListenerAttributesInput
- func (s *HealthCheckForModifyListenerAttributesInput) SetUdpRequest(v string) *HealthCheckForModifyListenerAttributesInput
- func (s *HealthCheckForModifyListenerAttributesInput) SetUnhealthyThreshold(v int64) *HealthCheckForModifyListenerAttributesInput
- func (s HealthCheckForModifyListenerAttributesInput) String() string
- type Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput
- func (s Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) GoString() string
- func (s *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetBandwidth(v int64) *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput
- func (s *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetBandwidthPackageId(v string) *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput
- func (s *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetBillingType(v int64) *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput
- func (s *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetISP(v string) *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput
- func (s *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetNetworkType(v string) *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput
- func (s Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) String() string
- type ListTagsForResourcesInput
- func (s ListTagsForResourcesInput) GoString() string
- func (s *ListTagsForResourcesInput) SetMaxResults(v int64) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetNextToken(v string) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetResourceIds(v []*string) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetResourceType(v string) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetTagFilters(v []*TagFilterForListTagsForResourcesInput) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetTagType(v string) *ListTagsForResourcesInput
- func (s ListTagsForResourcesInput) String() string
- func (s *ListTagsForResourcesInput) Validate() error
- type ListTagsForResourcesOutput
- func (s ListTagsForResourcesOutput) GoString() string
- func (s *ListTagsForResourcesOutput) SetNextToken(v string) *ListTagsForResourcesOutput
- func (s *ListTagsForResourcesOutput) SetRequestId(v string) *ListTagsForResourcesOutput
- func (s *ListTagsForResourcesOutput) SetResourceTags(v []*ResourceTagForListTagsForResourcesOutput) *ListTagsForResourcesOutput
- func (s ListTagsForResourcesOutput) String() string
- type ListenerForDescribeAclAttributesOutput
- func (s ListenerForDescribeAclAttributesOutput) GoString() string
- func (s *ListenerForDescribeAclAttributesOutput) SetAclType(v string) *ListenerForDescribeAclAttributesOutput
- func (s *ListenerForDescribeAclAttributesOutput) SetListenerId(v string) *ListenerForDescribeAclAttributesOutput
- func (s *ListenerForDescribeAclAttributesOutput) SetListenerName(v string) *ListenerForDescribeAclAttributesOutput
- func (s *ListenerForDescribeAclAttributesOutput) SetPort(v int64) *ListenerForDescribeAclAttributesOutput
- func (s *ListenerForDescribeAclAttributesOutput) SetProtocol(v string) *ListenerForDescribeAclAttributesOutput
- func (s ListenerForDescribeAclAttributesOutput) String() string
- type ListenerForDescribeListenersOutput
- func (s ListenerForDescribeListenersOutput) GoString() string
- func (s *ListenerForDescribeListenersOutput) SetAclIds(v []*string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetAclStatus(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetAclType(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetBandwidth(v int64) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetCertificateId(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetConnectionDrainEnabled(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetConnectionDrainTimeout(v int64) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetCreateTime(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetEnabled(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetHealthCheck(v *HealthCheckForDescribeListenersOutput) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetListenerId(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetListenerName(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetPersistenceTimeout(v int64) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetPersistenceType(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetPort(v int64) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetProtocol(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetProxyProtocolType(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetScheduler(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetServerGroupId(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetStatus(v string) *ListenerForDescribeListenersOutput
- func (s *ListenerForDescribeListenersOutput) SetUpdateTime(v string) *ListenerForDescribeListenersOutput
- func (s ListenerForDescribeListenersOutput) String() string
- type ListenerForDescribeLoadBalancerAttributesOutput
- func (s ListenerForDescribeLoadBalancerAttributesOutput) GoString() string
- func (s *ListenerForDescribeLoadBalancerAttributesOutput) SetListenerId(v string) *ListenerForDescribeLoadBalancerAttributesOutput
- func (s *ListenerForDescribeLoadBalancerAttributesOutput) SetListenerName(v string) *ListenerForDescribeLoadBalancerAttributesOutput
- func (s ListenerForDescribeLoadBalancerAttributesOutput) String() string
- type LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
- func (s LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) GoString() string
- func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetBillingType(v int64) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
- func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetExpiredTime(v string) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
- func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetInstanceStatus(v int64) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
- func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetLoadBalancerId(v string) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
- func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetOverdueReclaimTime(v string) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
- func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetOverdueTime(v string) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
- func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetReclaimTime(v string) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
- func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetRemainRenewTimes(v int64) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
- func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetRenewPeriodTimes(v int64) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
- func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetRenewType(v int64) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
- func (s LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) String() string
- type LoadBalancerForDescribeLoadBalancersOutput
- func (s LoadBalancerForDescribeLoadBalancersOutput) GoString() string
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetAddressIpVersion(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetBusinessStatus(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetCreateTime(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetDeletedTime(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetDescription(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetEipAddress(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetEipID(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetEniAddress(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetEniID(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetEniIpv6Address(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetExpiredTime(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetIpv6EipId(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetLoadBalancerBillingType(v int64) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetLoadBalancerId(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetLoadBalancerName(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetLoadBalancerSpec(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetLockReason(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetMasterZoneId(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetModificationProtectionReason(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetModificationProtectionStatus(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetOverdueTime(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetProjectName(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetServiceManaged(v bool) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetSlaveZoneId(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetStatus(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetSubnetId(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetTags(v []*TagForDescribeLoadBalancersOutput) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetType(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetUpdateTime(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s *LoadBalancerForDescribeLoadBalancersOutput) SetVpcId(v string) *LoadBalancerForDescribeLoadBalancersOutput
- func (s LoadBalancerForDescribeLoadBalancersOutput) String() string
- type MasterZoneForDescribeZonesOutput
- func (s MasterZoneForDescribeZonesOutput) GoString() string
- func (s *MasterZoneForDescribeZonesOutput) SetSlaveZones(v []*string) *MasterZoneForDescribeZonesOutput
- func (s *MasterZoneForDescribeZonesOutput) SetZoneId(v string) *MasterZoneForDescribeZonesOutput
- func (s MasterZoneForDescribeZonesOutput) String() string
- type ModifyAclAttributesInput
- func (s ModifyAclAttributesInput) GoString() string
- func (s *ModifyAclAttributesInput) SetAclId(v string) *ModifyAclAttributesInput
- func (s *ModifyAclAttributesInput) SetAclName(v string) *ModifyAclAttributesInput
- func (s *ModifyAclAttributesInput) SetDescription(v string) *ModifyAclAttributesInput
- func (s ModifyAclAttributesInput) String() string
- func (s *ModifyAclAttributesInput) Validate() error
- type ModifyAclAttributesOutput
- type ModifyCertificateAttributesInput
- func (s ModifyCertificateAttributesInput) GoString() string
- func (s *ModifyCertificateAttributesInput) SetCertificateId(v string) *ModifyCertificateAttributesInput
- func (s *ModifyCertificateAttributesInput) SetCertificateName(v string) *ModifyCertificateAttributesInput
- func (s *ModifyCertificateAttributesInput) SetDescription(v string) *ModifyCertificateAttributesInput
- func (s ModifyCertificateAttributesInput) String() string
- func (s *ModifyCertificateAttributesInput) Validate() error
- type ModifyCertificateAttributesOutput
- type ModifyListenerAttributesInput
- func (s ModifyListenerAttributesInput) GoString() string
- func (s *ModifyListenerAttributesInput) SetAclIds(v []*string) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetAclStatus(v string) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetAclType(v string) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetBandwidth(v int64) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetCertificateId(v string) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetConnectionDrainEnabled(v string) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetConnectionDrainTimeout(v int64) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetDescription(v string) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetEnabled(v string) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetEstablishedTimeout(v int64) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetHealthCheck(v *HealthCheckForModifyListenerAttributesInput) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetListenerId(v string) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetListenerName(v string) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetPersistenceTimeout(v int64) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetPersistenceType(v string) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetProxyProtocolType(v string) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetScheduler(v string) *ModifyListenerAttributesInput
- func (s *ModifyListenerAttributesInput) SetServerGroupId(v string) *ModifyListenerAttributesInput
- func (s ModifyListenerAttributesInput) String() string
- func (s *ModifyListenerAttributesInput) Validate() error
- type ModifyListenerAttributesOutput
- type ModifyLoadBalancerAttributesInput
- func (s ModifyLoadBalancerAttributesInput) GoString() string
- func (s *ModifyLoadBalancerAttributesInput) SetDescription(v string) *ModifyLoadBalancerAttributesInput
- func (s *ModifyLoadBalancerAttributesInput) SetLoadBalancerId(v string) *ModifyLoadBalancerAttributesInput
- func (s *ModifyLoadBalancerAttributesInput) SetLoadBalancerName(v string) *ModifyLoadBalancerAttributesInput
- func (s *ModifyLoadBalancerAttributesInput) SetLoadBalancerSpec(v string) *ModifyLoadBalancerAttributesInput
- func (s *ModifyLoadBalancerAttributesInput) SetModificationProtectionReason(v string) *ModifyLoadBalancerAttributesInput
- func (s *ModifyLoadBalancerAttributesInput) SetModificationProtectionStatus(v string) *ModifyLoadBalancerAttributesInput
- func (s *ModifyLoadBalancerAttributesInput) SetType(v string) *ModifyLoadBalancerAttributesInput
- func (s ModifyLoadBalancerAttributesInput) String() string
- func (s *ModifyLoadBalancerAttributesInput) Validate() error
- type ModifyLoadBalancerAttributesOutput
- type ModifyRulesInput
- type ModifyRulesOutput
- type ModifyServerGroupAttributesInput
- func (s ModifyServerGroupAttributesInput) GoString() string
- func (s *ModifyServerGroupAttributesInput) SetDescription(v string) *ModifyServerGroupAttributesInput
- func (s *ModifyServerGroupAttributesInput) SetServerGroupId(v string) *ModifyServerGroupAttributesInput
- func (s *ModifyServerGroupAttributesInput) SetServerGroupName(v string) *ModifyServerGroupAttributesInput
- func (s *ModifyServerGroupAttributesInput) SetServers(v []*ServerForModifyServerGroupAttributesInput) *ModifyServerGroupAttributesInput
- func (s ModifyServerGroupAttributesInput) String() string
- func (s *ModifyServerGroupAttributesInput) Validate() error
- type ModifyServerGroupAttributesOutput
- type RemoveAclEntriesInput
- type RemoveAclEntriesOutput
- type RemoveServerGroupBackendServersInput
- func (s RemoveServerGroupBackendServersInput) GoString() string
- func (s *RemoveServerGroupBackendServersInput) SetServerGroupId(v string) *RemoveServerGroupBackendServersInput
- func (s *RemoveServerGroupBackendServersInput) SetServerIds(v []*string) *RemoveServerGroupBackendServersInput
- func (s RemoveServerGroupBackendServersInput) String() string
- func (s *RemoveServerGroupBackendServersInput) Validate() error
- type RemoveServerGroupBackendServersOutput
- type RenewLoadBalancerInput
- func (s RenewLoadBalancerInput) GoString() string
- func (s *RenewLoadBalancerInput) SetLoadBalancerId(v string) *RenewLoadBalancerInput
- func (s *RenewLoadBalancerInput) SetPeriod(v int64) *RenewLoadBalancerInput
- func (s *RenewLoadBalancerInput) SetPeriodUnit(v string) *RenewLoadBalancerInput
- func (s RenewLoadBalancerInput) String() string
- func (s *RenewLoadBalancerInput) Validate() error
- type RenewLoadBalancerOutput
- type ResourceTagForListTagsForResourcesOutput
- func (s ResourceTagForListTagsForResourcesOutput) GoString() string
- func (s *ResourceTagForListTagsForResourcesOutput) SetResourceId(v string) *ResourceTagForListTagsForResourcesOutput
- func (s *ResourceTagForListTagsForResourcesOutput) SetResourceType(v string) *ResourceTagForListTagsForResourcesOutput
- func (s *ResourceTagForListTagsForResourcesOutput) SetTagKey(v string) *ResourceTagForListTagsForResourcesOutput
- func (s *ResourceTagForListTagsForResourcesOutput) SetTagValue(v string) *ResourceTagForListTagsForResourcesOutput
- func (s ResourceTagForListTagsForResourcesOutput) String() string
- type ResultForDescribeListenerHealthOutput
- func (s ResultForDescribeListenerHealthOutput) GoString() string
- func (s *ResultForDescribeListenerHealthOutput) SetInstanceId(v string) *ResultForDescribeListenerHealthOutput
- func (s *ResultForDescribeListenerHealthOutput) SetIp(v string) *ResultForDescribeListenerHealthOutput
- func (s *ResultForDescribeListenerHealthOutput) SetPort(v int64) *ResultForDescribeListenerHealthOutput
- func (s *ResultForDescribeListenerHealthOutput) SetRuleNumber(v int64) *ResultForDescribeListenerHealthOutput
- func (s *ResultForDescribeListenerHealthOutput) SetServerGroupId(v string) *ResultForDescribeListenerHealthOutput
- func (s *ResultForDescribeListenerHealthOutput) SetServerId(v string) *ResultForDescribeListenerHealthOutput
- func (s *ResultForDescribeListenerHealthOutput) SetStatus(v string) *ResultForDescribeListenerHealthOutput
- func (s *ResultForDescribeListenerHealthOutput) SetType(v string) *ResultForDescribeListenerHealthOutput
- func (s *ResultForDescribeListenerHealthOutput) SetUpdatedAt(v string) *ResultForDescribeListenerHealthOutput
- func (s ResultForDescribeListenerHealthOutput) String() string
- type RuleForCreateRulesInput
- func (s RuleForCreateRulesInput) GoString() string
- func (s *RuleForCreateRulesInput) SetDescription(v string) *RuleForCreateRulesInput
- func (s *RuleForCreateRulesInput) SetDomain(v string) *RuleForCreateRulesInput
- func (s *RuleForCreateRulesInput) SetServerGroupId(v string) *RuleForCreateRulesInput
- func (s *RuleForCreateRulesInput) SetUrl(v string) *RuleForCreateRulesInput
- func (s RuleForCreateRulesInput) String() string
- func (s *RuleForCreateRulesInput) Validate() error
- type RuleForDescribeRulesOutput
- func (s RuleForDescribeRulesOutput) GoString() string
- func (s *RuleForDescribeRulesOutput) SetDescription(v string) *RuleForDescribeRulesOutput
- func (s *RuleForDescribeRulesOutput) SetDomain(v string) *RuleForDescribeRulesOutput
- func (s *RuleForDescribeRulesOutput) SetRuleId(v string) *RuleForDescribeRulesOutput
- func (s *RuleForDescribeRulesOutput) SetServerGroupId(v string) *RuleForDescribeRulesOutput
- func (s *RuleForDescribeRulesOutput) SetUrl(v string) *RuleForDescribeRulesOutput
- func (s RuleForDescribeRulesOutput) String() string
- type RuleForModifyRulesInput
- func (s RuleForModifyRulesInput) GoString() string
- func (s *RuleForModifyRulesInput) SetDescription(v string) *RuleForModifyRulesInput
- func (s *RuleForModifyRulesInput) SetRuleId(v string) *RuleForModifyRulesInput
- func (s *RuleForModifyRulesInput) SetServerGroupId(v string) *RuleForModifyRulesInput
- func (s RuleForModifyRulesInput) String() string
- func (s *RuleForModifyRulesInput) Validate() error
- type ServerForAddServerGroupBackendServersInput
- func (s ServerForAddServerGroupBackendServersInput) GoString() string
- func (s *ServerForAddServerGroupBackendServersInput) SetDescription(v string) *ServerForAddServerGroupBackendServersInput
- func (s *ServerForAddServerGroupBackendServersInput) SetInstanceId(v string) *ServerForAddServerGroupBackendServersInput
- func (s *ServerForAddServerGroupBackendServersInput) SetIp(v string) *ServerForAddServerGroupBackendServersInput
- func (s *ServerForAddServerGroupBackendServersInput) SetPort(v int64) *ServerForAddServerGroupBackendServersInput
- func (s *ServerForAddServerGroupBackendServersInput) SetType(v string) *ServerForAddServerGroupBackendServersInput
- func (s *ServerForAddServerGroupBackendServersInput) SetWeight(v int64) *ServerForAddServerGroupBackendServersInput
- func (s ServerForAddServerGroupBackendServersInput) String() string
- type ServerForCreateServerGroupInput
- func (s ServerForCreateServerGroupInput) GoString() string
- func (s *ServerForCreateServerGroupInput) SetDescription(v string) *ServerForCreateServerGroupInput
- func (s *ServerForCreateServerGroupInput) SetInstanceId(v string) *ServerForCreateServerGroupInput
- func (s *ServerForCreateServerGroupInput) SetIp(v string) *ServerForCreateServerGroupInput
- func (s *ServerForCreateServerGroupInput) SetPort(v int64) *ServerForCreateServerGroupInput
- func (s *ServerForCreateServerGroupInput) SetType(v string) *ServerForCreateServerGroupInput
- func (s *ServerForCreateServerGroupInput) SetWeight(v int64) *ServerForCreateServerGroupInput
- func (s ServerForCreateServerGroupInput) String() string
- type ServerForDescribeServerGroupAttributesOutput
- func (s ServerForDescribeServerGroupAttributesOutput) GoString() string
- func (s *ServerForDescribeServerGroupAttributesOutput) SetDescription(v string) *ServerForDescribeServerGroupAttributesOutput
- func (s *ServerForDescribeServerGroupAttributesOutput) SetInstanceId(v string) *ServerForDescribeServerGroupAttributesOutput
- func (s *ServerForDescribeServerGroupAttributesOutput) SetIp(v string) *ServerForDescribeServerGroupAttributesOutput
- func (s *ServerForDescribeServerGroupAttributesOutput) SetPort(v int64) *ServerForDescribeServerGroupAttributesOutput
- func (s *ServerForDescribeServerGroupAttributesOutput) SetServerId(v string) *ServerForDescribeServerGroupAttributesOutput
- func (s *ServerForDescribeServerGroupAttributesOutput) SetType(v string) *ServerForDescribeServerGroupAttributesOutput
- func (s *ServerForDescribeServerGroupAttributesOutput) SetWeight(v int64) *ServerForDescribeServerGroupAttributesOutput
- func (s ServerForDescribeServerGroupAttributesOutput) String() string
- type ServerForModifyServerGroupAttributesInput
- func (s ServerForModifyServerGroupAttributesInput) GoString() string
- func (s *ServerForModifyServerGroupAttributesInput) SetDescription(v string) *ServerForModifyServerGroupAttributesInput
- func (s *ServerForModifyServerGroupAttributesInput) SetPort(v int64) *ServerForModifyServerGroupAttributesInput
- func (s *ServerForModifyServerGroupAttributesInput) SetServerId(v string) *ServerForModifyServerGroupAttributesInput
- func (s *ServerForModifyServerGroupAttributesInput) SetWeight(v int64) *ServerForModifyServerGroupAttributesInput
- func (s ServerForModifyServerGroupAttributesInput) String() string
- type ServerGroupForDescribeLoadBalancerAttributesOutput
- func (s ServerGroupForDescribeLoadBalancerAttributesOutput) GoString() string
- func (s *ServerGroupForDescribeLoadBalancerAttributesOutput) SetServerGroupId(v string) *ServerGroupForDescribeLoadBalancerAttributesOutput
- func (s *ServerGroupForDescribeLoadBalancerAttributesOutput) SetServerGroupName(v string) *ServerGroupForDescribeLoadBalancerAttributesOutput
- func (s ServerGroupForDescribeLoadBalancerAttributesOutput) String() string
- type ServerGroupForDescribeServerGroupsOutput
- func (s ServerGroupForDescribeServerGroupsOutput) GoString() string
- func (s *ServerGroupForDescribeServerGroupsOutput) SetAddressIpVersion(v string) *ServerGroupForDescribeServerGroupsOutput
- func (s *ServerGroupForDescribeServerGroupsOutput) SetCreateTime(v string) *ServerGroupForDescribeServerGroupsOutput
- func (s *ServerGroupForDescribeServerGroupsOutput) SetDescription(v string) *ServerGroupForDescribeServerGroupsOutput
- func (s *ServerGroupForDescribeServerGroupsOutput) SetServerGroupId(v string) *ServerGroupForDescribeServerGroupsOutput
- func (s *ServerGroupForDescribeServerGroupsOutput) SetServerGroupName(v string) *ServerGroupForDescribeServerGroupsOutput
- func (s *ServerGroupForDescribeServerGroupsOutput) SetType(v string) *ServerGroupForDescribeServerGroupsOutput
- func (s *ServerGroupForDescribeServerGroupsOutput) SetUpdateTime(v string) *ServerGroupForDescribeServerGroupsOutput
- func (s ServerGroupForDescribeServerGroupsOutput) String() string
- type SetLoadBalancerRenewalInput
- func (s SetLoadBalancerRenewalInput) GoString() string
- func (s *SetLoadBalancerRenewalInput) SetLoadBalancerId(v string) *SetLoadBalancerRenewalInput
- func (s *SetLoadBalancerRenewalInput) SetRemainRenewTimes(v int64) *SetLoadBalancerRenewalInput
- func (s *SetLoadBalancerRenewalInput) SetRenewPeriodTimes(v int64) *SetLoadBalancerRenewalInput
- func (s *SetLoadBalancerRenewalInput) SetRenewType(v int64) *SetLoadBalancerRenewalInput
- func (s SetLoadBalancerRenewalInput) String() string
- func (s *SetLoadBalancerRenewalInput) Validate() error
- type SetLoadBalancerRenewalOutput
- type TagFilterForDescribeAclsInput
- type TagFilterForDescribeCertificatesInput
- func (s TagFilterForDescribeCertificatesInput) GoString() string
- func (s *TagFilterForDescribeCertificatesInput) SetKey(v string) *TagFilterForDescribeCertificatesInput
- func (s *TagFilterForDescribeCertificatesInput) SetValues(v []*string) *TagFilterForDescribeCertificatesInput
- func (s TagFilterForDescribeCertificatesInput) String() string
- type TagFilterForDescribeLoadBalancersInput
- func (s TagFilterForDescribeLoadBalancersInput) GoString() string
- func (s *TagFilterForDescribeLoadBalancersInput) SetKey(v string) *TagFilterForDescribeLoadBalancersInput
- func (s *TagFilterForDescribeLoadBalancersInput) SetValues(v []*string) *TagFilterForDescribeLoadBalancersInput
- func (s TagFilterForDescribeLoadBalancersInput) String() string
- type TagFilterForListTagsForResourcesInput
- func (s TagFilterForListTagsForResourcesInput) GoString() string
- func (s *TagFilterForListTagsForResourcesInput) SetKey(v string) *TagFilterForListTagsForResourcesInput
- func (s *TagFilterForListTagsForResourcesInput) SetValues(v []*string) *TagFilterForListTagsForResourcesInput
- func (s TagFilterForListTagsForResourcesInput) String() string
- type TagForCreateAclInput
- type TagForCreateLoadBalancerInput
- type TagForDescribeAclAttributesOutput
- func (s TagForDescribeAclAttributesOutput) GoString() string
- func (s *TagForDescribeAclAttributesOutput) SetKey(v string) *TagForDescribeAclAttributesOutput
- func (s *TagForDescribeAclAttributesOutput) SetValue(v string) *TagForDescribeAclAttributesOutput
- func (s TagForDescribeAclAttributesOutput) String() string
- type TagForDescribeAclsOutput
- type TagForDescribeCertificatesOutput
- func (s TagForDescribeCertificatesOutput) GoString() string
- func (s *TagForDescribeCertificatesOutput) SetKey(v string) *TagForDescribeCertificatesOutput
- func (s *TagForDescribeCertificatesOutput) SetValue(v string) *TagForDescribeCertificatesOutput
- func (s TagForDescribeCertificatesOutput) String() string
- type TagForDescribeLoadBalancerAttributesOutput
- func (s TagForDescribeLoadBalancerAttributesOutput) GoString() string
- func (s *TagForDescribeLoadBalancerAttributesOutput) SetKey(v string) *TagForDescribeLoadBalancerAttributesOutput
- func (s *TagForDescribeLoadBalancerAttributesOutput) SetValue(v string) *TagForDescribeLoadBalancerAttributesOutput
- func (s TagForDescribeLoadBalancerAttributesOutput) String() string
- type TagForDescribeLoadBalancersOutput
- func (s TagForDescribeLoadBalancersOutput) GoString() string
- func (s *TagForDescribeLoadBalancersOutput) SetKey(v string) *TagForDescribeLoadBalancersOutput
- func (s *TagForDescribeLoadBalancersOutput) SetValue(v string) *TagForDescribeLoadBalancersOutput
- func (s TagForDescribeLoadBalancersOutput) String() string
- type TagForTagResourcesInput
- func (s TagForTagResourcesInput) GoString() string
- func (s *TagForTagResourcesInput) SetKey(v string) *TagForTagResourcesInput
- func (s *TagForTagResourcesInput) SetValue(v string) *TagForTagResourcesInput
- func (s TagForTagResourcesInput) String() string
- func (s *TagForTagResourcesInput) Validate() error
- type TagForUploadCertificateInput
- type TagResourcesInput
- func (s TagResourcesInput) GoString() string
- func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput
- func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput
- func (s *TagResourcesInput) SetTags(v []*TagForTagResourcesInput) *TagResourcesInput
- func (s TagResourcesInput) String() string
- func (s *TagResourcesInput) Validate() error
- type TagResourcesOutput
- type UntagResourcesInput
- func (s UntagResourcesInput) GoString() string
- func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput
- func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput
- func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput
- func (s UntagResourcesInput) String() string
- func (s *UntagResourcesInput) Validate() error
- type UntagResourcesOutput
- type UploadCertificateInput
- func (s UploadCertificateInput) GoString() string
- func (s *UploadCertificateInput) SetCertificateName(v string) *UploadCertificateInput
- func (s *UploadCertificateInput) SetDescription(v string) *UploadCertificateInput
- func (s *UploadCertificateInput) SetPrivateKey(v string) *UploadCertificateInput
- func (s *UploadCertificateInput) SetProjectName(v string) *UploadCertificateInput
- func (s *UploadCertificateInput) SetPublicKey(v string) *UploadCertificateInput
- func (s *UploadCertificateInput) SetTags(v []*TagForUploadCertificateInput) *UploadCertificateInput
- func (s UploadCertificateInput) String() string
- func (s *UploadCertificateInput) Validate() error
- type UploadCertificateOutput
Constants ¶
const ( // ResourceTypeForTagResourcesInputClb is a ResourceTypeForTagResourcesInput enum value ResourceTypeForTagResourcesInputClb = "CLB" // ResourceTypeForTagResourcesInputAcl is a ResourceTypeForTagResourcesInput enum value ResourceTypeForTagResourcesInputAcl = "ACL" // ResourceTypeForTagResourcesInputCertificate is a ResourceTypeForTagResourcesInput enum value ResourceTypeForTagResourcesInputCertificate = "Certificate" )
const ( // ResourceTypeForUntagResourcesInputClb is a ResourceTypeForUntagResourcesInput enum value ResourceTypeForUntagResourcesInputClb = "CLB" // ResourceTypeForUntagResourcesInputAcl is a ResourceTypeForUntagResourcesInput enum value ResourceTypeForUntagResourcesInputAcl = "ACL" // ResourceTypeForUntagResourcesInputCertificate is a ResourceTypeForUntagResourcesInput enum value ResourceTypeForUntagResourcesInputCertificate = "Certificate" )
const ( ServiceName = "clb" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "clb" // ServiceID is a unique identifer of a specific service. )
Service information constants
const (
// ResourceTypeForListTagsForResourcesInputClb is a ResourceTypeForListTagsForResourcesInput enum value
ResourceTypeForListTagsForResourcesInputClb = "CLB"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessLogForDescribeLoadBalancerAttributesOutput ¶
type AccessLogForDescribeLoadBalancerAttributesOutput struct { BucketName *string `type:"string"` Enabled *bool `type:"boolean"` // contains filtered or unexported fields }
func (AccessLogForDescribeLoadBalancerAttributesOutput) GoString ¶
func (s AccessLogForDescribeLoadBalancerAttributesOutput) GoString() string
GoString returns the string representation
func (*AccessLogForDescribeLoadBalancerAttributesOutput) SetBucketName ¶
func (s *AccessLogForDescribeLoadBalancerAttributesOutput) SetBucketName(v string) *AccessLogForDescribeLoadBalancerAttributesOutput
SetBucketName sets the BucketName field's value.
func (*AccessLogForDescribeLoadBalancerAttributesOutput) SetEnabled ¶
func (s *AccessLogForDescribeLoadBalancerAttributesOutput) SetEnabled(v bool) *AccessLogForDescribeLoadBalancerAttributesOutput
SetEnabled sets the Enabled field's value.
func (AccessLogForDescribeLoadBalancerAttributesOutput) String ¶
func (s AccessLogForDescribeLoadBalancerAttributesOutput) String() string
String returns the string representation
type AclEntryForAddAclEntriesInput ¶
type AclEntryForAddAclEntriesInput struct { Description *string `type:"string"` // Entry is a required field Entry *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AclEntryForAddAclEntriesInput) GoString ¶
func (s AclEntryForAddAclEntriesInput) GoString() string
GoString returns the string representation
func (*AclEntryForAddAclEntriesInput) SetDescription ¶
func (s *AclEntryForAddAclEntriesInput) SetDescription(v string) *AclEntryForAddAclEntriesInput
SetDescription sets the Description field's value.
func (*AclEntryForAddAclEntriesInput) SetEntry ¶
func (s *AclEntryForAddAclEntriesInput) SetEntry(v string) *AclEntryForAddAclEntriesInput
SetEntry sets the Entry field's value.
func (AclEntryForAddAclEntriesInput) String ¶
func (s AclEntryForAddAclEntriesInput) String() string
String returns the string representation
func (*AclEntryForAddAclEntriesInput) Validate ¶
func (s *AclEntryForAddAclEntriesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AclEntryForDescribeAclAttributesOutput ¶
type AclEntryForDescribeAclAttributesOutput struct { Description *string `type:"string"` Entry *string `type:"string"` // contains filtered or unexported fields }
func (AclEntryForDescribeAclAttributesOutput) GoString ¶
func (s AclEntryForDescribeAclAttributesOutput) GoString() string
GoString returns the string representation
func (*AclEntryForDescribeAclAttributesOutput) SetDescription ¶
func (s *AclEntryForDescribeAclAttributesOutput) SetDescription(v string) *AclEntryForDescribeAclAttributesOutput
SetDescription sets the Description field's value.
func (*AclEntryForDescribeAclAttributesOutput) SetEntry ¶
func (s *AclEntryForDescribeAclAttributesOutput) SetEntry(v string) *AclEntryForDescribeAclAttributesOutput
SetEntry sets the Entry field's value.
func (AclEntryForDescribeAclAttributesOutput) String ¶
func (s AclEntryForDescribeAclAttributesOutput) String() string
String returns the string representation
type AclForDescribeAclsOutput ¶
type AclForDescribeAclsOutput struct { AclEntryCount *int64 `type:"integer"` AclId *string `type:"string"` AclName *string `type:"string"` CreateTime *string `type:"string"` Description *string `type:"string"` Listeners []*string `type:"list"` ProjectName *string `type:"string"` Status *string `type:"string"` Tags []*TagForDescribeAclsOutput `type:"list"` UpdateTime *string `type:"string"` // contains filtered or unexported fields }
func (AclForDescribeAclsOutput) GoString ¶
func (s AclForDescribeAclsOutput) GoString() string
GoString returns the string representation
func (*AclForDescribeAclsOutput) SetAclEntryCount ¶
func (s *AclForDescribeAclsOutput) SetAclEntryCount(v int64) *AclForDescribeAclsOutput
SetAclEntryCount sets the AclEntryCount field's value.
func (*AclForDescribeAclsOutput) SetAclId ¶
func (s *AclForDescribeAclsOutput) SetAclId(v string) *AclForDescribeAclsOutput
SetAclId sets the AclId field's value.
func (*AclForDescribeAclsOutput) SetAclName ¶
func (s *AclForDescribeAclsOutput) SetAclName(v string) *AclForDescribeAclsOutput
SetAclName sets the AclName field's value.
func (*AclForDescribeAclsOutput) SetCreateTime ¶
func (s *AclForDescribeAclsOutput) SetCreateTime(v string) *AclForDescribeAclsOutput
SetCreateTime sets the CreateTime field's value.
func (*AclForDescribeAclsOutput) SetDescription ¶
func (s *AclForDescribeAclsOutput) SetDescription(v string) *AclForDescribeAclsOutput
SetDescription sets the Description field's value.
func (*AclForDescribeAclsOutput) SetListeners ¶
func (s *AclForDescribeAclsOutput) SetListeners(v []*string) *AclForDescribeAclsOutput
SetListeners sets the Listeners field's value.
func (*AclForDescribeAclsOutput) SetProjectName ¶ added in v1.0.20
func (s *AclForDescribeAclsOutput) SetProjectName(v string) *AclForDescribeAclsOutput
SetProjectName sets the ProjectName field's value.
func (*AclForDescribeAclsOutput) SetStatus ¶
func (s *AclForDescribeAclsOutput) SetStatus(v string) *AclForDescribeAclsOutput
SetStatus sets the Status field's value.
func (*AclForDescribeAclsOutput) SetTags ¶ added in v1.0.110
func (s *AclForDescribeAclsOutput) SetTags(v []*TagForDescribeAclsOutput) *AclForDescribeAclsOutput
SetTags sets the Tags field's value.
func (*AclForDescribeAclsOutput) SetUpdateTime ¶
func (s *AclForDescribeAclsOutput) SetUpdateTime(v string) *AclForDescribeAclsOutput
SetUpdateTime sets the UpdateTime field's value.
func (AclForDescribeAclsOutput) String ¶
func (s AclForDescribeAclsOutput) String() string
String returns the string representation
type AddAclEntriesInput ¶
type AddAclEntriesInput struct { // AclEntries is a required field AclEntries []*AclEntryForAddAclEntriesInput `type:"list" required:"true"` // AclId is a required field AclId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AddAclEntriesInput) GoString ¶
func (s AddAclEntriesInput) GoString() string
GoString returns the string representation
func (*AddAclEntriesInput) SetAclEntries ¶
func (s *AddAclEntriesInput) SetAclEntries(v []*AclEntryForAddAclEntriesInput) *AddAclEntriesInput
SetAclEntries sets the AclEntries field's value.
func (*AddAclEntriesInput) SetAclId ¶
func (s *AddAclEntriesInput) SetAclId(v string) *AddAclEntriesInput
SetAclId sets the AclId field's value.
func (AddAclEntriesInput) String ¶
func (s AddAclEntriesInput) String() string
String returns the string representation
func (*AddAclEntriesInput) Validate ¶
func (s *AddAclEntriesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddAclEntriesOutput ¶
type AddAclEntriesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (AddAclEntriesOutput) GoString ¶
func (s AddAclEntriesOutput) GoString() string
GoString returns the string representation
func (*AddAclEntriesOutput) SetRequestId ¶
func (s *AddAclEntriesOutput) SetRequestId(v string) *AddAclEntriesOutput
SetRequestId sets the RequestId field's value.
func (AddAclEntriesOutput) String ¶
func (s AddAclEntriesOutput) String() string
String returns the string representation
type AddServerGroupBackendServersInput ¶
type AddServerGroupBackendServersInput struct { // ServerGroupId is a required field ServerGroupId *string `type:"string" required:"true"` Servers []*ServerForAddServerGroupBackendServersInput `type:"list"` // contains filtered or unexported fields }
func (AddServerGroupBackendServersInput) GoString ¶
func (s AddServerGroupBackendServersInput) GoString() string
GoString returns the string representation
func (*AddServerGroupBackendServersInput) SetServerGroupId ¶
func (s *AddServerGroupBackendServersInput) SetServerGroupId(v string) *AddServerGroupBackendServersInput
SetServerGroupId sets the ServerGroupId field's value.
func (*AddServerGroupBackendServersInput) SetServers ¶
func (s *AddServerGroupBackendServersInput) SetServers(v []*ServerForAddServerGroupBackendServersInput) *AddServerGroupBackendServersInput
SetServers sets the Servers field's value.
func (AddServerGroupBackendServersInput) String ¶
func (s AddServerGroupBackendServersInput) String() string
String returns the string representation
func (*AddServerGroupBackendServersInput) Validate ¶
func (s *AddServerGroupBackendServersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddServerGroupBackendServersOutput ¶
type AddServerGroupBackendServersOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` ServerIds []*string `type:"list"` // contains filtered or unexported fields }
func (AddServerGroupBackendServersOutput) GoString ¶
func (s AddServerGroupBackendServersOutput) GoString() string
GoString returns the string representation
func (*AddServerGroupBackendServersOutput) SetRequestId ¶
func (s *AddServerGroupBackendServersOutput) SetRequestId(v string) *AddServerGroupBackendServersOutput
SetRequestId sets the RequestId field's value.
func (*AddServerGroupBackendServersOutput) SetServerIds ¶
func (s *AddServerGroupBackendServersOutput) SetServerIds(v []*string) *AddServerGroupBackendServersOutput
SetServerIds sets the ServerIds field's value.
func (AddServerGroupBackendServersOutput) String ¶
func (s AddServerGroupBackendServersOutput) String() string
String returns the string representation
type AttachHealthCheckLogTopicInput ¶ added in v1.0.7
type AttachHealthCheckLogTopicInput struct { // LoadBalancerId is a required field LoadBalancerId *string `type:"string" required:"true"` // LogTopicId is a required field LogTopicId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AttachHealthCheckLogTopicInput) GoString ¶ added in v1.0.7
func (s AttachHealthCheckLogTopicInput) GoString() string
GoString returns the string representation
func (*AttachHealthCheckLogTopicInput) SetLoadBalancerId ¶ added in v1.0.7
func (s *AttachHealthCheckLogTopicInput) SetLoadBalancerId(v string) *AttachHealthCheckLogTopicInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*AttachHealthCheckLogTopicInput) SetLogTopicId ¶ added in v1.0.7
func (s *AttachHealthCheckLogTopicInput) SetLogTopicId(v string) *AttachHealthCheckLogTopicInput
SetLogTopicId sets the LogTopicId field's value.
func (AttachHealthCheckLogTopicInput) String ¶ added in v1.0.7
func (s AttachHealthCheckLogTopicInput) String() string
String returns the string representation
func (*AttachHealthCheckLogTopicInput) Validate ¶ added in v1.0.7
func (s *AttachHealthCheckLogTopicInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachHealthCheckLogTopicOutput ¶ added in v1.0.7
type AttachHealthCheckLogTopicOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (AttachHealthCheckLogTopicOutput) GoString ¶ added in v1.0.7
func (s AttachHealthCheckLogTopicOutput) GoString() string
GoString returns the string representation
func (*AttachHealthCheckLogTopicOutput) SetRequestId ¶ added in v1.0.7
func (s *AttachHealthCheckLogTopicOutput) SetRequestId(v string) *AttachHealthCheckLogTopicOutput
SetRequestId sets the RequestId field's value.
func (AttachHealthCheckLogTopicOutput) String ¶ added in v1.0.7
func (s AttachHealthCheckLogTopicOutput) String() string
String returns the string representation
type CLB ¶
CLB provides the API operation methods for making requests to CLB. See this package's package overview docs for details on the service.
CLB methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *CLB
New create int can support ssl or region locate set
func (*CLB) AddAclEntries ¶
func (c *CLB) AddAclEntries(input *AddAclEntriesInput) (*AddAclEntriesOutput, error)
AddAclEntries API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation AddAclEntries for usage and error information.
func (*CLB) AddAclEntriesCommon ¶
AddAclEntriesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation AddAclEntriesCommon for usage and error information.
func (*CLB) AddAclEntriesCommonRequest ¶
func (c *CLB) AddAclEntriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AddAclEntriesCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddAclEntriesCommon operation. The "output" return value will be populated with the AddAclEntriesCommon request's response once the request completes successfully.
Use "Send" method on the returned AddAclEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after AddAclEntriesCommon Send returns without error.
See AddAclEntriesCommon for more information on using the AddAclEntriesCommon API call, and error handling.
// Example sending a request using the AddAclEntriesCommonRequest method. req, resp := client.AddAclEntriesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) AddAclEntriesCommonWithContext ¶
func (c *CLB) AddAclEntriesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AddAclEntriesCommonWithContext is the same as AddAclEntriesCommon with the addition of the ability to pass a context and additional request options.
See AddAclEntriesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) AddAclEntriesRequest ¶
func (c *CLB) AddAclEntriesRequest(input *AddAclEntriesInput) (req *request.Request, output *AddAclEntriesOutput)
AddAclEntriesRequest generates a "volcengine/request.Request" representing the client's request for the AddAclEntries operation. The "output" return value will be populated with the AddAclEntriesCommon request's response once the request completes successfully.
Use "Send" method on the returned AddAclEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after AddAclEntriesCommon Send returns without error.
See AddAclEntries for more information on using the AddAclEntries API call, and error handling.
// Example sending a request using the AddAclEntriesRequest method. req, resp := client.AddAclEntriesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) AddAclEntriesWithContext ¶
func (c *CLB) AddAclEntriesWithContext(ctx volcengine.Context, input *AddAclEntriesInput, opts ...request.Option) (*AddAclEntriesOutput, error)
AddAclEntriesWithContext is the same as AddAclEntries with the addition of the ability to pass a context and additional request options.
See AddAclEntries for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) AddServerGroupBackendServers ¶
func (c *CLB) AddServerGroupBackendServers(input *AddServerGroupBackendServersInput) (*AddServerGroupBackendServersOutput, error)
AddServerGroupBackendServers API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation AddServerGroupBackendServers for usage and error information.
func (*CLB) AddServerGroupBackendServersCommon ¶
func (c *CLB) AddServerGroupBackendServersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
AddServerGroupBackendServersCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation AddServerGroupBackendServersCommon for usage and error information.
func (*CLB) AddServerGroupBackendServersCommonRequest ¶
func (c *CLB) AddServerGroupBackendServersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AddServerGroupBackendServersCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddServerGroupBackendServersCommon operation. The "output" return value will be populated with the AddServerGroupBackendServersCommon request's response once the request completes successfully.
Use "Send" method on the returned AddServerGroupBackendServersCommon Request to send the API call to the service. the "output" return value is not valid until after AddServerGroupBackendServersCommon Send returns without error.
See AddServerGroupBackendServersCommon for more information on using the AddServerGroupBackendServersCommon API call, and error handling.
// Example sending a request using the AddServerGroupBackendServersCommonRequest method. req, resp := client.AddServerGroupBackendServersCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) AddServerGroupBackendServersCommonWithContext ¶
func (c *CLB) AddServerGroupBackendServersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AddServerGroupBackendServersCommonWithContext is the same as AddServerGroupBackendServersCommon with the addition of the ability to pass a context and additional request options.
See AddServerGroupBackendServersCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) AddServerGroupBackendServersRequest ¶
func (c *CLB) AddServerGroupBackendServersRequest(input *AddServerGroupBackendServersInput) (req *request.Request, output *AddServerGroupBackendServersOutput)
AddServerGroupBackendServersRequest generates a "volcengine/request.Request" representing the client's request for the AddServerGroupBackendServers operation. The "output" return value will be populated with the AddServerGroupBackendServersCommon request's response once the request completes successfully.
Use "Send" method on the returned AddServerGroupBackendServersCommon Request to send the API call to the service. the "output" return value is not valid until after AddServerGroupBackendServersCommon Send returns without error.
See AddServerGroupBackendServers for more information on using the AddServerGroupBackendServers API call, and error handling.
// Example sending a request using the AddServerGroupBackendServersRequest method. req, resp := client.AddServerGroupBackendServersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) AddServerGroupBackendServersWithContext ¶
func (c *CLB) AddServerGroupBackendServersWithContext(ctx volcengine.Context, input *AddServerGroupBackendServersInput, opts ...request.Option) (*AddServerGroupBackendServersOutput, error)
AddServerGroupBackendServersWithContext is the same as AddServerGroupBackendServers with the addition of the ability to pass a context and additional request options.
See AddServerGroupBackendServers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) AttachHealthCheckLogTopic ¶ added in v1.0.7
func (c *CLB) AttachHealthCheckLogTopic(input *AttachHealthCheckLogTopicInput) (*AttachHealthCheckLogTopicOutput, error)
AttachHealthCheckLogTopic API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation AttachHealthCheckLogTopic for usage and error information.
func (*CLB) AttachHealthCheckLogTopicCommon ¶ added in v1.0.7
func (c *CLB) AttachHealthCheckLogTopicCommon(input *map[string]interface{}) (*map[string]interface{}, error)
AttachHealthCheckLogTopicCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation AttachHealthCheckLogTopicCommon for usage and error information.
func (*CLB) AttachHealthCheckLogTopicCommonRequest ¶ added in v1.0.7
func (c *CLB) AttachHealthCheckLogTopicCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AttachHealthCheckLogTopicCommonRequest generates a "volcengine/request.Request" representing the client's request for the AttachHealthCheckLogTopicCommon operation. The "output" return value will be populated with the AttachHealthCheckLogTopicCommon request's response once the request completes successfully.
Use "Send" method on the returned AttachHealthCheckLogTopicCommon Request to send the API call to the service. the "output" return value is not valid until after AttachHealthCheckLogTopicCommon Send returns without error.
See AttachHealthCheckLogTopicCommon for more information on using the AttachHealthCheckLogTopicCommon API call, and error handling.
// Example sending a request using the AttachHealthCheckLogTopicCommonRequest method. req, resp := client.AttachHealthCheckLogTopicCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) AttachHealthCheckLogTopicCommonWithContext ¶ added in v1.0.7
func (c *CLB) AttachHealthCheckLogTopicCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AttachHealthCheckLogTopicCommonWithContext is the same as AttachHealthCheckLogTopicCommon with the addition of the ability to pass a context and additional request options.
See AttachHealthCheckLogTopicCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) AttachHealthCheckLogTopicRequest ¶ added in v1.0.7
func (c *CLB) AttachHealthCheckLogTopicRequest(input *AttachHealthCheckLogTopicInput) (req *request.Request, output *AttachHealthCheckLogTopicOutput)
AttachHealthCheckLogTopicRequest generates a "volcengine/request.Request" representing the client's request for the AttachHealthCheckLogTopic operation. The "output" return value will be populated with the AttachHealthCheckLogTopicCommon request's response once the request completes successfully.
Use "Send" method on the returned AttachHealthCheckLogTopicCommon Request to send the API call to the service. the "output" return value is not valid until after AttachHealthCheckLogTopicCommon Send returns without error.
See AttachHealthCheckLogTopic for more information on using the AttachHealthCheckLogTopic API call, and error handling.
// Example sending a request using the AttachHealthCheckLogTopicRequest method. req, resp := client.AttachHealthCheckLogTopicRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) AttachHealthCheckLogTopicWithContext ¶ added in v1.0.7
func (c *CLB) AttachHealthCheckLogTopicWithContext(ctx volcengine.Context, input *AttachHealthCheckLogTopicInput, opts ...request.Option) (*AttachHealthCheckLogTopicOutput, error)
AttachHealthCheckLogTopicWithContext is the same as AttachHealthCheckLogTopic with the addition of the ability to pass a context and additional request options.
See AttachHealthCheckLogTopic for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ConvertLoadBalancerBillingType ¶
func (c *CLB) ConvertLoadBalancerBillingType(input *ConvertLoadBalancerBillingTypeInput) (*ConvertLoadBalancerBillingTypeOutput, error)
ConvertLoadBalancerBillingType API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ConvertLoadBalancerBillingType for usage and error information.
func (*CLB) ConvertLoadBalancerBillingTypeCommon ¶
func (c *CLB) ConvertLoadBalancerBillingTypeCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ConvertLoadBalancerBillingTypeCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ConvertLoadBalancerBillingTypeCommon for usage and error information.
func (*CLB) ConvertLoadBalancerBillingTypeCommonRequest ¶
func (c *CLB) ConvertLoadBalancerBillingTypeCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ConvertLoadBalancerBillingTypeCommonRequest generates a "volcengine/request.Request" representing the client's request for the ConvertLoadBalancerBillingTypeCommon operation. The "output" return value will be populated with the ConvertLoadBalancerBillingTypeCommon request's response once the request completes successfully.
Use "Send" method on the returned ConvertLoadBalancerBillingTypeCommon Request to send the API call to the service. the "output" return value is not valid until after ConvertLoadBalancerBillingTypeCommon Send returns without error.
See ConvertLoadBalancerBillingTypeCommon for more information on using the ConvertLoadBalancerBillingTypeCommon API call, and error handling.
// Example sending a request using the ConvertLoadBalancerBillingTypeCommonRequest method. req, resp := client.ConvertLoadBalancerBillingTypeCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ConvertLoadBalancerBillingTypeCommonWithContext ¶
func (c *CLB) ConvertLoadBalancerBillingTypeCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ConvertLoadBalancerBillingTypeCommonWithContext is the same as ConvertLoadBalancerBillingTypeCommon with the addition of the ability to pass a context and additional request options.
See ConvertLoadBalancerBillingTypeCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ConvertLoadBalancerBillingTypeRequest ¶
func (c *CLB) ConvertLoadBalancerBillingTypeRequest(input *ConvertLoadBalancerBillingTypeInput) (req *request.Request, output *ConvertLoadBalancerBillingTypeOutput)
ConvertLoadBalancerBillingTypeRequest generates a "volcengine/request.Request" representing the client's request for the ConvertLoadBalancerBillingType operation. The "output" return value will be populated with the ConvertLoadBalancerBillingTypeCommon request's response once the request completes successfully.
Use "Send" method on the returned ConvertLoadBalancerBillingTypeCommon Request to send the API call to the service. the "output" return value is not valid until after ConvertLoadBalancerBillingTypeCommon Send returns without error.
See ConvertLoadBalancerBillingType for more information on using the ConvertLoadBalancerBillingType API call, and error handling.
// Example sending a request using the ConvertLoadBalancerBillingTypeRequest method. req, resp := client.ConvertLoadBalancerBillingTypeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ConvertLoadBalancerBillingTypeWithContext ¶
func (c *CLB) ConvertLoadBalancerBillingTypeWithContext(ctx volcengine.Context, input *ConvertLoadBalancerBillingTypeInput, opts ...request.Option) (*ConvertLoadBalancerBillingTypeOutput, error)
ConvertLoadBalancerBillingTypeWithContext is the same as ConvertLoadBalancerBillingType with the addition of the ability to pass a context and additional request options.
See ConvertLoadBalancerBillingType for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) CreateAcl ¶
func (c *CLB) CreateAcl(input *CreateAclInput) (*CreateAclOutput, error)
CreateAcl API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation CreateAcl for usage and error information.
func (*CLB) CreateAclCommon ¶
CreateAclCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation CreateAclCommon for usage and error information.
func (*CLB) CreateAclCommonRequest ¶
func (c *CLB) CreateAclCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateAclCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateAclCommon operation. The "output" return value will be populated with the CreateAclCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateAclCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAclCommon Send returns without error.
See CreateAclCommon for more information on using the CreateAclCommon API call, and error handling.
// Example sending a request using the CreateAclCommonRequest method. req, resp := client.CreateAclCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) CreateAclCommonWithContext ¶
func (c *CLB) CreateAclCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateAclCommonWithContext is the same as CreateAclCommon with the addition of the ability to pass a context and additional request options.
See CreateAclCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) CreateAclRequest ¶
func (c *CLB) CreateAclRequest(input *CreateAclInput) (req *request.Request, output *CreateAclOutput)
CreateAclRequest generates a "volcengine/request.Request" representing the client's request for the CreateAcl operation. The "output" return value will be populated with the CreateAclCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateAclCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAclCommon Send returns without error.
See CreateAcl for more information on using the CreateAcl API call, and error handling.
// Example sending a request using the CreateAclRequest method. req, resp := client.CreateAclRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) CreateAclWithContext ¶
func (c *CLB) CreateAclWithContext(ctx volcengine.Context, input *CreateAclInput, opts ...request.Option) (*CreateAclOutput, error)
CreateAclWithContext is the same as CreateAcl with the addition of the ability to pass a context and additional request options.
See CreateAcl for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) CreateHealthCheckLogProject ¶ added in v1.0.7
func (c *CLB) CreateHealthCheckLogProject(input *CreateHealthCheckLogProjectInput) (*CreateHealthCheckLogProjectOutput, error)
CreateHealthCheckLogProject API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation CreateHealthCheckLogProject for usage and error information.
func (*CLB) CreateHealthCheckLogProjectCommon ¶ added in v1.0.7
func (c *CLB) CreateHealthCheckLogProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateHealthCheckLogProjectCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation CreateHealthCheckLogProjectCommon for usage and error information.
func (*CLB) CreateHealthCheckLogProjectCommonRequest ¶ added in v1.0.7
func (c *CLB) CreateHealthCheckLogProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateHealthCheckLogProjectCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateHealthCheckLogProjectCommon operation. The "output" return value will be populated with the CreateHealthCheckLogProjectCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateHealthCheckLogProjectCommon Request to send the API call to the service. the "output" return value is not valid until after CreateHealthCheckLogProjectCommon Send returns without error.
See CreateHealthCheckLogProjectCommon for more information on using the CreateHealthCheckLogProjectCommon API call, and error handling.
// Example sending a request using the CreateHealthCheckLogProjectCommonRequest method. req, resp := client.CreateHealthCheckLogProjectCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) CreateHealthCheckLogProjectCommonWithContext ¶ added in v1.0.7
func (c *CLB) CreateHealthCheckLogProjectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateHealthCheckLogProjectCommonWithContext is the same as CreateHealthCheckLogProjectCommon with the addition of the ability to pass a context and additional request options.
See CreateHealthCheckLogProjectCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) CreateHealthCheckLogProjectRequest ¶ added in v1.0.7
func (c *CLB) CreateHealthCheckLogProjectRequest(input *CreateHealthCheckLogProjectInput) (req *request.Request, output *CreateHealthCheckLogProjectOutput)
CreateHealthCheckLogProjectRequest generates a "volcengine/request.Request" representing the client's request for the CreateHealthCheckLogProject operation. The "output" return value will be populated with the CreateHealthCheckLogProjectCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateHealthCheckLogProjectCommon Request to send the API call to the service. the "output" return value is not valid until after CreateHealthCheckLogProjectCommon Send returns without error.
See CreateHealthCheckLogProject for more information on using the CreateHealthCheckLogProject API call, and error handling.
// Example sending a request using the CreateHealthCheckLogProjectRequest method. req, resp := client.CreateHealthCheckLogProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) CreateHealthCheckLogProjectWithContext ¶ added in v1.0.7
func (c *CLB) CreateHealthCheckLogProjectWithContext(ctx volcengine.Context, input *CreateHealthCheckLogProjectInput, opts ...request.Option) (*CreateHealthCheckLogProjectOutput, error)
CreateHealthCheckLogProjectWithContext is the same as CreateHealthCheckLogProject with the addition of the ability to pass a context and additional request options.
See CreateHealthCheckLogProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) CreateListener ¶
func (c *CLB) CreateListener(input *CreateListenerInput) (*CreateListenerOutput, error)
CreateListener API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation CreateListener for usage and error information.
func (*CLB) CreateListenerCommon ¶
CreateListenerCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation CreateListenerCommon for usage and error information.
func (*CLB) CreateListenerCommonRequest ¶
func (c *CLB) CreateListenerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateListenerCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateListenerCommon operation. The "output" return value will be populated with the CreateListenerCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateListenerCommon Request to send the API call to the service. the "output" return value is not valid until after CreateListenerCommon Send returns without error.
See CreateListenerCommon for more information on using the CreateListenerCommon API call, and error handling.
// Example sending a request using the CreateListenerCommonRequest method. req, resp := client.CreateListenerCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) CreateListenerCommonWithContext ¶
func (c *CLB) CreateListenerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateListenerCommonWithContext is the same as CreateListenerCommon with the addition of the ability to pass a context and additional request options.
See CreateListenerCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) CreateListenerRequest ¶
func (c *CLB) CreateListenerRequest(input *CreateListenerInput) (req *request.Request, output *CreateListenerOutput)
CreateListenerRequest generates a "volcengine/request.Request" representing the client's request for the CreateListener operation. The "output" return value will be populated with the CreateListenerCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateListenerCommon Request to send the API call to the service. the "output" return value is not valid until after CreateListenerCommon Send returns without error.
See CreateListener for more information on using the CreateListener API call, and error handling.
// Example sending a request using the CreateListenerRequest method. req, resp := client.CreateListenerRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) CreateListenerWithContext ¶
func (c *CLB) CreateListenerWithContext(ctx volcengine.Context, input *CreateListenerInput, opts ...request.Option) (*CreateListenerOutput, error)
CreateListenerWithContext is the same as CreateListener with the addition of the ability to pass a context and additional request options.
See CreateListener for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) CreateLoadBalancer ¶
func (c *CLB) CreateLoadBalancer(input *CreateLoadBalancerInput) (*CreateLoadBalancerOutput, error)
CreateLoadBalancer API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation CreateLoadBalancer for usage and error information.
func (*CLB) CreateLoadBalancerCommon ¶
func (c *CLB) CreateLoadBalancerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateLoadBalancerCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation CreateLoadBalancerCommon for usage and error information.
func (*CLB) CreateLoadBalancerCommonRequest ¶
func (c *CLB) CreateLoadBalancerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateLoadBalancerCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateLoadBalancerCommon operation. The "output" return value will be populated with the CreateLoadBalancerCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateLoadBalancerCommon Request to send the API call to the service. the "output" return value is not valid until after CreateLoadBalancerCommon Send returns without error.
See CreateLoadBalancerCommon for more information on using the CreateLoadBalancerCommon API call, and error handling.
// Example sending a request using the CreateLoadBalancerCommonRequest method. req, resp := client.CreateLoadBalancerCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) CreateLoadBalancerCommonWithContext ¶
func (c *CLB) CreateLoadBalancerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateLoadBalancerCommonWithContext is the same as CreateLoadBalancerCommon with the addition of the ability to pass a context and additional request options.
See CreateLoadBalancerCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) CreateLoadBalancerRequest ¶
func (c *CLB) CreateLoadBalancerRequest(input *CreateLoadBalancerInput) (req *request.Request, output *CreateLoadBalancerOutput)
CreateLoadBalancerRequest generates a "volcengine/request.Request" representing the client's request for the CreateLoadBalancer operation. The "output" return value will be populated with the CreateLoadBalancerCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateLoadBalancerCommon Request to send the API call to the service. the "output" return value is not valid until after CreateLoadBalancerCommon Send returns without error.
See CreateLoadBalancer for more information on using the CreateLoadBalancer API call, and error handling.
// Example sending a request using the CreateLoadBalancerRequest method. req, resp := client.CreateLoadBalancerRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) CreateLoadBalancerWithContext ¶
func (c *CLB) CreateLoadBalancerWithContext(ctx volcengine.Context, input *CreateLoadBalancerInput, opts ...request.Option) (*CreateLoadBalancerOutput, error)
CreateLoadBalancerWithContext is the same as CreateLoadBalancer with the addition of the ability to pass a context and additional request options.
See CreateLoadBalancer for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) CreateRules ¶
func (c *CLB) CreateRules(input *CreateRulesInput) (*CreateRulesOutput, error)
CreateRules API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation CreateRules for usage and error information.
func (*CLB) CreateRulesCommon ¶
CreateRulesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation CreateRulesCommon for usage and error information.
func (*CLB) CreateRulesCommonRequest ¶
func (c *CLB) CreateRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateRulesCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateRulesCommon operation. The "output" return value will be populated with the CreateRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateRulesCommon Request to send the API call to the service. the "output" return value is not valid until after CreateRulesCommon Send returns without error.
See CreateRulesCommon for more information on using the CreateRulesCommon API call, and error handling.
// Example sending a request using the CreateRulesCommonRequest method. req, resp := client.CreateRulesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) CreateRulesCommonWithContext ¶
func (c *CLB) CreateRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateRulesCommonWithContext is the same as CreateRulesCommon with the addition of the ability to pass a context and additional request options.
See CreateRulesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) CreateRulesRequest ¶
func (c *CLB) CreateRulesRequest(input *CreateRulesInput) (req *request.Request, output *CreateRulesOutput)
CreateRulesRequest generates a "volcengine/request.Request" representing the client's request for the CreateRules operation. The "output" return value will be populated with the CreateRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateRulesCommon Request to send the API call to the service. the "output" return value is not valid until after CreateRulesCommon Send returns without error.
See CreateRules for more information on using the CreateRules API call, and error handling.
// Example sending a request using the CreateRulesRequest method. req, resp := client.CreateRulesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) CreateRulesWithContext ¶
func (c *CLB) CreateRulesWithContext(ctx volcengine.Context, input *CreateRulesInput, opts ...request.Option) (*CreateRulesOutput, error)
CreateRulesWithContext is the same as CreateRules with the addition of the ability to pass a context and additional request options.
See CreateRules for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) CreateServerGroup ¶
func (c *CLB) CreateServerGroup(input *CreateServerGroupInput) (*CreateServerGroupOutput, error)
CreateServerGroup API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation CreateServerGroup for usage and error information.
func (*CLB) CreateServerGroupCommon ¶
func (c *CLB) CreateServerGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateServerGroupCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation CreateServerGroupCommon for usage and error information.
func (*CLB) CreateServerGroupCommonRequest ¶
func (c *CLB) CreateServerGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateServerGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateServerGroupCommon operation. The "output" return value will be populated with the CreateServerGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateServerGroupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateServerGroupCommon Send returns without error.
See CreateServerGroupCommon for more information on using the CreateServerGroupCommon API call, and error handling.
// Example sending a request using the CreateServerGroupCommonRequest method. req, resp := client.CreateServerGroupCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) CreateServerGroupCommonWithContext ¶
func (c *CLB) CreateServerGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateServerGroupCommonWithContext is the same as CreateServerGroupCommon with the addition of the ability to pass a context and additional request options.
See CreateServerGroupCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) CreateServerGroupRequest ¶
func (c *CLB) CreateServerGroupRequest(input *CreateServerGroupInput) (req *request.Request, output *CreateServerGroupOutput)
CreateServerGroupRequest generates a "volcengine/request.Request" representing the client's request for the CreateServerGroup operation. The "output" return value will be populated with the CreateServerGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateServerGroupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateServerGroupCommon Send returns without error.
See CreateServerGroup for more information on using the CreateServerGroup API call, and error handling.
// Example sending a request using the CreateServerGroupRequest method. req, resp := client.CreateServerGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) CreateServerGroupWithContext ¶
func (c *CLB) CreateServerGroupWithContext(ctx volcengine.Context, input *CreateServerGroupInput, opts ...request.Option) (*CreateServerGroupOutput, error)
CreateServerGroupWithContext is the same as CreateServerGroup with the addition of the ability to pass a context and additional request options.
See CreateServerGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteAcl ¶
func (c *CLB) DeleteAcl(input *DeleteAclInput) (*DeleteAclOutput, error)
DeleteAcl API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteAcl for usage and error information.
func (*CLB) DeleteAclCommon ¶
DeleteAclCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteAclCommon for usage and error information.
func (*CLB) DeleteAclCommonRequest ¶
func (c *CLB) DeleteAclCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteAclCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAclCommon operation. The "output" return value will be populated with the DeleteAclCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteAclCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAclCommon Send returns without error.
See DeleteAclCommon for more information on using the DeleteAclCommon API call, and error handling.
// Example sending a request using the DeleteAclCommonRequest method. req, resp := client.DeleteAclCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteAclCommonWithContext ¶
func (c *CLB) DeleteAclCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteAclCommonWithContext is the same as DeleteAclCommon with the addition of the ability to pass a context and additional request options.
See DeleteAclCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteAclRequest ¶
func (c *CLB) DeleteAclRequest(input *DeleteAclInput) (req *request.Request, output *DeleteAclOutput)
DeleteAclRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAcl operation. The "output" return value will be populated with the DeleteAclCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteAclCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAclCommon Send returns without error.
See DeleteAcl for more information on using the DeleteAcl API call, and error handling.
// Example sending a request using the DeleteAclRequest method. req, resp := client.DeleteAclRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteAclWithContext ¶
func (c *CLB) DeleteAclWithContext(ctx volcengine.Context, input *DeleteAclInput, opts ...request.Option) (*DeleteAclOutput, error)
DeleteAclWithContext is the same as DeleteAcl with the addition of the ability to pass a context and additional request options.
See DeleteAcl for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteCertificate ¶
func (c *CLB) DeleteCertificate(input *DeleteCertificateInput) (*DeleteCertificateOutput, error)
DeleteCertificate API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteCertificate for usage and error information.
func (*CLB) DeleteCertificateCommon ¶
func (c *CLB) DeleteCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteCertificateCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteCertificateCommon for usage and error information.
func (*CLB) DeleteCertificateCommonRequest ¶
func (c *CLB) DeleteCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteCertificateCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteCertificateCommon operation. The "output" return value will be populated with the DeleteCertificateCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteCertificateCommon Send returns without error.
See DeleteCertificateCommon for more information on using the DeleteCertificateCommon API call, and error handling.
// Example sending a request using the DeleteCertificateCommonRequest method. req, resp := client.DeleteCertificateCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteCertificateCommonWithContext ¶
func (c *CLB) DeleteCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteCertificateCommonWithContext is the same as DeleteCertificateCommon with the addition of the ability to pass a context and additional request options.
See DeleteCertificateCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteCertificateRequest ¶
func (c *CLB) DeleteCertificateRequest(input *DeleteCertificateInput) (req *request.Request, output *DeleteCertificateOutput)
DeleteCertificateRequest generates a "volcengine/request.Request" representing the client's request for the DeleteCertificate operation. The "output" return value will be populated with the DeleteCertificateCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteCertificateCommon Send returns without error.
See DeleteCertificate for more information on using the DeleteCertificate API call, and error handling.
// Example sending a request using the DeleteCertificateRequest method. req, resp := client.DeleteCertificateRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteCertificateWithContext ¶
func (c *CLB) DeleteCertificateWithContext(ctx volcengine.Context, input *DeleteCertificateInput, opts ...request.Option) (*DeleteCertificateOutput, error)
DeleteCertificateWithContext is the same as DeleteCertificate with the addition of the ability to pass a context and additional request options.
See DeleteCertificate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteHealthCheckLogProject ¶ added in v1.0.7
func (c *CLB) DeleteHealthCheckLogProject(input *DeleteHealthCheckLogProjectInput) (*DeleteHealthCheckLogProjectOutput, error)
DeleteHealthCheckLogProject API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteHealthCheckLogProject for usage and error information.
func (*CLB) DeleteHealthCheckLogProjectCommon ¶ added in v1.0.7
func (c *CLB) DeleteHealthCheckLogProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteHealthCheckLogProjectCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteHealthCheckLogProjectCommon for usage and error information.
func (*CLB) DeleteHealthCheckLogProjectCommonRequest ¶ added in v1.0.7
func (c *CLB) DeleteHealthCheckLogProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteHealthCheckLogProjectCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteHealthCheckLogProjectCommon operation. The "output" return value will be populated with the DeleteHealthCheckLogProjectCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteHealthCheckLogProjectCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteHealthCheckLogProjectCommon Send returns without error.
See DeleteHealthCheckLogProjectCommon for more information on using the DeleteHealthCheckLogProjectCommon API call, and error handling.
// Example sending a request using the DeleteHealthCheckLogProjectCommonRequest method. req, resp := client.DeleteHealthCheckLogProjectCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteHealthCheckLogProjectCommonWithContext ¶ added in v1.0.7
func (c *CLB) DeleteHealthCheckLogProjectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteHealthCheckLogProjectCommonWithContext is the same as DeleteHealthCheckLogProjectCommon with the addition of the ability to pass a context and additional request options.
See DeleteHealthCheckLogProjectCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteHealthCheckLogProjectRequest ¶ added in v1.0.7
func (c *CLB) DeleteHealthCheckLogProjectRequest(input *DeleteHealthCheckLogProjectInput) (req *request.Request, output *DeleteHealthCheckLogProjectOutput)
DeleteHealthCheckLogProjectRequest generates a "volcengine/request.Request" representing the client's request for the DeleteHealthCheckLogProject operation. The "output" return value will be populated with the DeleteHealthCheckLogProjectCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteHealthCheckLogProjectCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteHealthCheckLogProjectCommon Send returns without error.
See DeleteHealthCheckLogProject for more information on using the DeleteHealthCheckLogProject API call, and error handling.
// Example sending a request using the DeleteHealthCheckLogProjectRequest method. req, resp := client.DeleteHealthCheckLogProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteHealthCheckLogProjectWithContext ¶ added in v1.0.7
func (c *CLB) DeleteHealthCheckLogProjectWithContext(ctx volcengine.Context, input *DeleteHealthCheckLogProjectInput, opts ...request.Option) (*DeleteHealthCheckLogProjectOutput, error)
DeleteHealthCheckLogProjectWithContext is the same as DeleteHealthCheckLogProject with the addition of the ability to pass a context and additional request options.
See DeleteHealthCheckLogProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteListener ¶
func (c *CLB) DeleteListener(input *DeleteListenerInput) (*DeleteListenerOutput, error)
DeleteListener API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteListener for usage and error information.
func (*CLB) DeleteListenerCommon ¶
DeleteListenerCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteListenerCommon for usage and error information.
func (*CLB) DeleteListenerCommonRequest ¶
func (c *CLB) DeleteListenerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteListenerCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteListenerCommon operation. The "output" return value will be populated with the DeleteListenerCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteListenerCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteListenerCommon Send returns without error.
See DeleteListenerCommon for more information on using the DeleteListenerCommon API call, and error handling.
// Example sending a request using the DeleteListenerCommonRequest method. req, resp := client.DeleteListenerCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteListenerCommonWithContext ¶
func (c *CLB) DeleteListenerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteListenerCommonWithContext is the same as DeleteListenerCommon with the addition of the ability to pass a context and additional request options.
See DeleteListenerCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteListenerRequest ¶
func (c *CLB) DeleteListenerRequest(input *DeleteListenerInput) (req *request.Request, output *DeleteListenerOutput)
DeleteListenerRequest generates a "volcengine/request.Request" representing the client's request for the DeleteListener operation. The "output" return value will be populated with the DeleteListenerCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteListenerCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteListenerCommon Send returns without error.
See DeleteListener for more information on using the DeleteListener API call, and error handling.
// Example sending a request using the DeleteListenerRequest method. req, resp := client.DeleteListenerRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteListenerWithContext ¶
func (c *CLB) DeleteListenerWithContext(ctx volcengine.Context, input *DeleteListenerInput, opts ...request.Option) (*DeleteListenerOutput, error)
DeleteListenerWithContext is the same as DeleteListener with the addition of the ability to pass a context and additional request options.
See DeleteListener for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteLoadBalancer ¶
func (c *CLB) DeleteLoadBalancer(input *DeleteLoadBalancerInput) (*DeleteLoadBalancerOutput, error)
DeleteLoadBalancer API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteLoadBalancer for usage and error information.
func (*CLB) DeleteLoadBalancerCommon ¶
func (c *CLB) DeleteLoadBalancerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteLoadBalancerCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteLoadBalancerCommon for usage and error information.
func (*CLB) DeleteLoadBalancerCommonRequest ¶
func (c *CLB) DeleteLoadBalancerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteLoadBalancerCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteLoadBalancerCommon operation. The "output" return value will be populated with the DeleteLoadBalancerCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteLoadBalancerCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteLoadBalancerCommon Send returns without error.
See DeleteLoadBalancerCommon for more information on using the DeleteLoadBalancerCommon API call, and error handling.
// Example sending a request using the DeleteLoadBalancerCommonRequest method. req, resp := client.DeleteLoadBalancerCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteLoadBalancerCommonWithContext ¶
func (c *CLB) DeleteLoadBalancerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteLoadBalancerCommonWithContext is the same as DeleteLoadBalancerCommon with the addition of the ability to pass a context and additional request options.
See DeleteLoadBalancerCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteLoadBalancerRequest ¶
func (c *CLB) DeleteLoadBalancerRequest(input *DeleteLoadBalancerInput) (req *request.Request, output *DeleteLoadBalancerOutput)
DeleteLoadBalancerRequest generates a "volcengine/request.Request" representing the client's request for the DeleteLoadBalancer operation. The "output" return value will be populated with the DeleteLoadBalancerCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteLoadBalancerCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteLoadBalancerCommon Send returns without error.
See DeleteLoadBalancer for more information on using the DeleteLoadBalancer API call, and error handling.
// Example sending a request using the DeleteLoadBalancerRequest method. req, resp := client.DeleteLoadBalancerRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteLoadBalancerWithContext ¶
func (c *CLB) DeleteLoadBalancerWithContext(ctx volcengine.Context, input *DeleteLoadBalancerInput, opts ...request.Option) (*DeleteLoadBalancerOutput, error)
DeleteLoadBalancerWithContext is the same as DeleteLoadBalancer with the addition of the ability to pass a context and additional request options.
See DeleteLoadBalancer for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteRules ¶
func (c *CLB) DeleteRules(input *DeleteRulesInput) (*DeleteRulesOutput, error)
DeleteRules API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteRules for usage and error information.
func (*CLB) DeleteRulesCommon ¶
DeleteRulesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteRulesCommon for usage and error information.
func (*CLB) DeleteRulesCommonRequest ¶
func (c *CLB) DeleteRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteRulesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteRulesCommon operation. The "output" return value will be populated with the DeleteRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteRulesCommon Send returns without error.
See DeleteRulesCommon for more information on using the DeleteRulesCommon API call, and error handling.
// Example sending a request using the DeleteRulesCommonRequest method. req, resp := client.DeleteRulesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteRulesCommonWithContext ¶
func (c *CLB) DeleteRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteRulesCommonWithContext is the same as DeleteRulesCommon with the addition of the ability to pass a context and additional request options.
See DeleteRulesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteRulesRequest ¶
func (c *CLB) DeleteRulesRequest(input *DeleteRulesInput) (req *request.Request, output *DeleteRulesOutput)
DeleteRulesRequest generates a "volcengine/request.Request" representing the client's request for the DeleteRules operation. The "output" return value will be populated with the DeleteRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteRulesCommon Send returns without error.
See DeleteRules for more information on using the DeleteRules API call, and error handling.
// Example sending a request using the DeleteRulesRequest method. req, resp := client.DeleteRulesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteRulesWithContext ¶
func (c *CLB) DeleteRulesWithContext(ctx volcengine.Context, input *DeleteRulesInput, opts ...request.Option) (*DeleteRulesOutput, error)
DeleteRulesWithContext is the same as DeleteRules with the addition of the ability to pass a context and additional request options.
See DeleteRules for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteServerGroup ¶
func (c *CLB) DeleteServerGroup(input *DeleteServerGroupInput) (*DeleteServerGroupOutput, error)
DeleteServerGroup API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteServerGroup for usage and error information.
func (*CLB) DeleteServerGroupCommon ¶
func (c *CLB) DeleteServerGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteServerGroupCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DeleteServerGroupCommon for usage and error information.
func (*CLB) DeleteServerGroupCommonRequest ¶
func (c *CLB) DeleteServerGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteServerGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteServerGroupCommon operation. The "output" return value will be populated with the DeleteServerGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteServerGroupCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteServerGroupCommon Send returns without error.
See DeleteServerGroupCommon for more information on using the DeleteServerGroupCommon API call, and error handling.
// Example sending a request using the DeleteServerGroupCommonRequest method. req, resp := client.DeleteServerGroupCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteServerGroupCommonWithContext ¶
func (c *CLB) DeleteServerGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteServerGroupCommonWithContext is the same as DeleteServerGroupCommon with the addition of the ability to pass a context and additional request options.
See DeleteServerGroupCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DeleteServerGroupRequest ¶
func (c *CLB) DeleteServerGroupRequest(input *DeleteServerGroupInput) (req *request.Request, output *DeleteServerGroupOutput)
DeleteServerGroupRequest generates a "volcengine/request.Request" representing the client's request for the DeleteServerGroup operation. The "output" return value will be populated with the DeleteServerGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteServerGroupCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteServerGroupCommon Send returns without error.
See DeleteServerGroup for more information on using the DeleteServerGroup API call, and error handling.
// Example sending a request using the DeleteServerGroupRequest method. req, resp := client.DeleteServerGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DeleteServerGroupWithContext ¶
func (c *CLB) DeleteServerGroupWithContext(ctx volcengine.Context, input *DeleteServerGroupInput, opts ...request.Option) (*DeleteServerGroupOutput, error)
DeleteServerGroupWithContext is the same as DeleteServerGroup with the addition of the ability to pass a context and additional request options.
See DeleteServerGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeAclAttributes ¶
func (c *CLB) DescribeAclAttributes(input *DescribeAclAttributesInput) (*DescribeAclAttributesOutput, error)
DescribeAclAttributes API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeAclAttributes for usage and error information.
func (*CLB) DescribeAclAttributesCommon ¶
func (c *CLB) DescribeAclAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeAclAttributesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeAclAttributesCommon for usage and error information.
func (*CLB) DescribeAclAttributesCommonRequest ¶
func (c *CLB) DescribeAclAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeAclAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAclAttributesCommon operation. The "output" return value will be populated with the DescribeAclAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAclAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAclAttributesCommon Send returns without error.
See DescribeAclAttributesCommon for more information on using the DescribeAclAttributesCommon API call, and error handling.
// Example sending a request using the DescribeAclAttributesCommonRequest method. req, resp := client.DescribeAclAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeAclAttributesCommonWithContext ¶
func (c *CLB) DescribeAclAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeAclAttributesCommonWithContext is the same as DescribeAclAttributesCommon with the addition of the ability to pass a context and additional request options.
See DescribeAclAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeAclAttributesRequest ¶
func (c *CLB) DescribeAclAttributesRequest(input *DescribeAclAttributesInput) (req *request.Request, output *DescribeAclAttributesOutput)
DescribeAclAttributesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAclAttributes operation. The "output" return value will be populated with the DescribeAclAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAclAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAclAttributesCommon Send returns without error.
See DescribeAclAttributes for more information on using the DescribeAclAttributes API call, and error handling.
// Example sending a request using the DescribeAclAttributesRequest method. req, resp := client.DescribeAclAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeAclAttributesWithContext ¶
func (c *CLB) DescribeAclAttributesWithContext(ctx volcengine.Context, input *DescribeAclAttributesInput, opts ...request.Option) (*DescribeAclAttributesOutput, error)
DescribeAclAttributesWithContext is the same as DescribeAclAttributes with the addition of the ability to pass a context and additional request options.
See DescribeAclAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeAcls ¶
func (c *CLB) DescribeAcls(input *DescribeAclsInput) (*DescribeAclsOutput, error)
DescribeAcls API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeAcls for usage and error information.
func (*CLB) DescribeAclsCommon ¶
DescribeAclsCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeAclsCommon for usage and error information.
func (*CLB) DescribeAclsCommonRequest ¶
func (c *CLB) DescribeAclsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeAclsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAclsCommon operation. The "output" return value will be populated with the DescribeAclsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAclsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAclsCommon Send returns without error.
See DescribeAclsCommon for more information on using the DescribeAclsCommon API call, and error handling.
// Example sending a request using the DescribeAclsCommonRequest method. req, resp := client.DescribeAclsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeAclsCommonWithContext ¶
func (c *CLB) DescribeAclsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeAclsCommonWithContext is the same as DescribeAclsCommon with the addition of the ability to pass a context and additional request options.
See DescribeAclsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeAclsRequest ¶
func (c *CLB) DescribeAclsRequest(input *DescribeAclsInput) (req *request.Request, output *DescribeAclsOutput)
DescribeAclsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAcls operation. The "output" return value will be populated with the DescribeAclsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAclsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAclsCommon Send returns without error.
See DescribeAcls for more information on using the DescribeAcls API call, and error handling.
// Example sending a request using the DescribeAclsRequest method. req, resp := client.DescribeAclsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeAclsWithContext ¶
func (c *CLB) DescribeAclsWithContext(ctx volcengine.Context, input *DescribeAclsInput, opts ...request.Option) (*DescribeAclsOutput, error)
DescribeAclsWithContext is the same as DescribeAcls with the addition of the ability to pass a context and additional request options.
See DescribeAcls for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeCertificates ¶
func (c *CLB) DescribeCertificates(input *DescribeCertificatesInput) (*DescribeCertificatesOutput, error)
DescribeCertificates API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeCertificates for usage and error information.
func (*CLB) DescribeCertificatesCommon ¶
func (c *CLB) DescribeCertificatesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeCertificatesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeCertificatesCommon for usage and error information.
func (*CLB) DescribeCertificatesCommonRequest ¶
func (c *CLB) DescribeCertificatesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeCertificatesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCertificatesCommon operation. The "output" return value will be populated with the DescribeCertificatesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCertificatesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCertificatesCommon Send returns without error.
See DescribeCertificatesCommon for more information on using the DescribeCertificatesCommon API call, and error handling.
// Example sending a request using the DescribeCertificatesCommonRequest method. req, resp := client.DescribeCertificatesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeCertificatesCommonWithContext ¶
func (c *CLB) DescribeCertificatesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeCertificatesCommonWithContext is the same as DescribeCertificatesCommon with the addition of the ability to pass a context and additional request options.
See DescribeCertificatesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeCertificatesRequest ¶
func (c *CLB) DescribeCertificatesRequest(input *DescribeCertificatesInput) (req *request.Request, output *DescribeCertificatesOutput)
DescribeCertificatesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCertificates operation. The "output" return value will be populated with the DescribeCertificatesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCertificatesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCertificatesCommon Send returns without error.
See DescribeCertificates for more information on using the DescribeCertificates API call, and error handling.
// Example sending a request using the DescribeCertificatesRequest method. req, resp := client.DescribeCertificatesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeCertificatesWithContext ¶
func (c *CLB) DescribeCertificatesWithContext(ctx volcengine.Context, input *DescribeCertificatesInput, opts ...request.Option) (*DescribeCertificatesOutput, error)
DescribeCertificatesWithContext is the same as DescribeCertificates with the addition of the ability to pass a context and additional request options.
See DescribeCertificates for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeHealthCheckLogProjectAttributes ¶ added in v1.0.7
func (c *CLB) DescribeHealthCheckLogProjectAttributes(input *DescribeHealthCheckLogProjectAttributesInput) (*DescribeHealthCheckLogProjectAttributesOutput, error)
DescribeHealthCheckLogProjectAttributes API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeHealthCheckLogProjectAttributes for usage and error information.
func (*CLB) DescribeHealthCheckLogProjectAttributesCommon ¶ added in v1.0.7
func (c *CLB) DescribeHealthCheckLogProjectAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeHealthCheckLogProjectAttributesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeHealthCheckLogProjectAttributesCommon for usage and error information.
func (*CLB) DescribeHealthCheckLogProjectAttributesCommonRequest ¶ added in v1.0.7
func (c *CLB) DescribeHealthCheckLogProjectAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeHealthCheckLogProjectAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeHealthCheckLogProjectAttributesCommon operation. The "output" return value will be populated with the DescribeHealthCheckLogProjectAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeHealthCheckLogProjectAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeHealthCheckLogProjectAttributesCommon Send returns without error.
See DescribeHealthCheckLogProjectAttributesCommon for more information on using the DescribeHealthCheckLogProjectAttributesCommon API call, and error handling.
// Example sending a request using the DescribeHealthCheckLogProjectAttributesCommonRequest method. req, resp := client.DescribeHealthCheckLogProjectAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeHealthCheckLogProjectAttributesCommonWithContext ¶ added in v1.0.7
func (c *CLB) DescribeHealthCheckLogProjectAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeHealthCheckLogProjectAttributesCommonWithContext is the same as DescribeHealthCheckLogProjectAttributesCommon with the addition of the ability to pass a context and additional request options.
See DescribeHealthCheckLogProjectAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeHealthCheckLogProjectAttributesRequest ¶ added in v1.0.7
func (c *CLB) DescribeHealthCheckLogProjectAttributesRequest(input *DescribeHealthCheckLogProjectAttributesInput) (req *request.Request, output *DescribeHealthCheckLogProjectAttributesOutput)
DescribeHealthCheckLogProjectAttributesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeHealthCheckLogProjectAttributes operation. The "output" return value will be populated with the DescribeHealthCheckLogProjectAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeHealthCheckLogProjectAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeHealthCheckLogProjectAttributesCommon Send returns without error.
See DescribeHealthCheckLogProjectAttributes for more information on using the DescribeHealthCheckLogProjectAttributes API call, and error handling.
// Example sending a request using the DescribeHealthCheckLogProjectAttributesRequest method. req, resp := client.DescribeHealthCheckLogProjectAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeHealthCheckLogProjectAttributesWithContext ¶ added in v1.0.7
func (c *CLB) DescribeHealthCheckLogProjectAttributesWithContext(ctx volcengine.Context, input *DescribeHealthCheckLogProjectAttributesInput, opts ...request.Option) (*DescribeHealthCheckLogProjectAttributesOutput, error)
DescribeHealthCheckLogProjectAttributesWithContext is the same as DescribeHealthCheckLogProjectAttributes with the addition of the ability to pass a context and additional request options.
See DescribeHealthCheckLogProjectAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeHealthCheckLogTopicAttributes ¶ added in v1.0.7
func (c *CLB) DescribeHealthCheckLogTopicAttributes(input *DescribeHealthCheckLogTopicAttributesInput) (*DescribeHealthCheckLogTopicAttributesOutput, error)
DescribeHealthCheckLogTopicAttributes API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeHealthCheckLogTopicAttributes for usage and error information.
func (*CLB) DescribeHealthCheckLogTopicAttributesCommon ¶ added in v1.0.7
func (c *CLB) DescribeHealthCheckLogTopicAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeHealthCheckLogTopicAttributesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeHealthCheckLogTopicAttributesCommon for usage and error information.
func (*CLB) DescribeHealthCheckLogTopicAttributesCommonRequest ¶ added in v1.0.7
func (c *CLB) DescribeHealthCheckLogTopicAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeHealthCheckLogTopicAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeHealthCheckLogTopicAttributesCommon operation. The "output" return value will be populated with the DescribeHealthCheckLogTopicAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeHealthCheckLogTopicAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeHealthCheckLogTopicAttributesCommon Send returns without error.
See DescribeHealthCheckLogTopicAttributesCommon for more information on using the DescribeHealthCheckLogTopicAttributesCommon API call, and error handling.
// Example sending a request using the DescribeHealthCheckLogTopicAttributesCommonRequest method. req, resp := client.DescribeHealthCheckLogTopicAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeHealthCheckLogTopicAttributesCommonWithContext ¶ added in v1.0.7
func (c *CLB) DescribeHealthCheckLogTopicAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeHealthCheckLogTopicAttributesCommonWithContext is the same as DescribeHealthCheckLogTopicAttributesCommon with the addition of the ability to pass a context and additional request options.
See DescribeHealthCheckLogTopicAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeHealthCheckLogTopicAttributesRequest ¶ added in v1.0.7
func (c *CLB) DescribeHealthCheckLogTopicAttributesRequest(input *DescribeHealthCheckLogTopicAttributesInput) (req *request.Request, output *DescribeHealthCheckLogTopicAttributesOutput)
DescribeHealthCheckLogTopicAttributesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeHealthCheckLogTopicAttributes operation. The "output" return value will be populated with the DescribeHealthCheckLogTopicAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeHealthCheckLogTopicAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeHealthCheckLogTopicAttributesCommon Send returns without error.
See DescribeHealthCheckLogTopicAttributes for more information on using the DescribeHealthCheckLogTopicAttributes API call, and error handling.
// Example sending a request using the DescribeHealthCheckLogTopicAttributesRequest method. req, resp := client.DescribeHealthCheckLogTopicAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeHealthCheckLogTopicAttributesWithContext ¶ added in v1.0.7
func (c *CLB) DescribeHealthCheckLogTopicAttributesWithContext(ctx volcengine.Context, input *DescribeHealthCheckLogTopicAttributesInput, opts ...request.Option) (*DescribeHealthCheckLogTopicAttributesOutput, error)
DescribeHealthCheckLogTopicAttributesWithContext is the same as DescribeHealthCheckLogTopicAttributes with the addition of the ability to pass a context and additional request options.
See DescribeHealthCheckLogTopicAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeListenerAttributes ¶
func (c *CLB) DescribeListenerAttributes(input *DescribeListenerAttributesInput) (*DescribeListenerAttributesOutput, error)
DescribeListenerAttributes API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeListenerAttributes for usage and error information.
func (*CLB) DescribeListenerAttributesCommon ¶
func (c *CLB) DescribeListenerAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeListenerAttributesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeListenerAttributesCommon for usage and error information.
func (*CLB) DescribeListenerAttributesCommonRequest ¶
func (c *CLB) DescribeListenerAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeListenerAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeListenerAttributesCommon operation. The "output" return value will be populated with the DescribeListenerAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeListenerAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeListenerAttributesCommon Send returns without error.
See DescribeListenerAttributesCommon for more information on using the DescribeListenerAttributesCommon API call, and error handling.
// Example sending a request using the DescribeListenerAttributesCommonRequest method. req, resp := client.DescribeListenerAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeListenerAttributesCommonWithContext ¶
func (c *CLB) DescribeListenerAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeListenerAttributesCommonWithContext is the same as DescribeListenerAttributesCommon with the addition of the ability to pass a context and additional request options.
See DescribeListenerAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeListenerAttributesRequest ¶
func (c *CLB) DescribeListenerAttributesRequest(input *DescribeListenerAttributesInput) (req *request.Request, output *DescribeListenerAttributesOutput)
DescribeListenerAttributesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeListenerAttributes operation. The "output" return value will be populated with the DescribeListenerAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeListenerAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeListenerAttributesCommon Send returns without error.
See DescribeListenerAttributes for more information on using the DescribeListenerAttributes API call, and error handling.
// Example sending a request using the DescribeListenerAttributesRequest method. req, resp := client.DescribeListenerAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeListenerAttributesWithContext ¶
func (c *CLB) DescribeListenerAttributesWithContext(ctx volcengine.Context, input *DescribeListenerAttributesInput, opts ...request.Option) (*DescribeListenerAttributesOutput, error)
DescribeListenerAttributesWithContext is the same as DescribeListenerAttributes with the addition of the ability to pass a context and additional request options.
See DescribeListenerAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeListenerHealth ¶
func (c *CLB) DescribeListenerHealth(input *DescribeListenerHealthInput) (*DescribeListenerHealthOutput, error)
DescribeListenerHealth API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeListenerHealth for usage and error information.
func (*CLB) DescribeListenerHealthCommon ¶
func (c *CLB) DescribeListenerHealthCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeListenerHealthCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeListenerHealthCommon for usage and error information.
func (*CLB) DescribeListenerHealthCommonRequest ¶
func (c *CLB) DescribeListenerHealthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeListenerHealthCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeListenerHealthCommon operation. The "output" return value will be populated with the DescribeListenerHealthCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeListenerHealthCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeListenerHealthCommon Send returns without error.
See DescribeListenerHealthCommon for more information on using the DescribeListenerHealthCommon API call, and error handling.
// Example sending a request using the DescribeListenerHealthCommonRequest method. req, resp := client.DescribeListenerHealthCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeListenerHealthCommonWithContext ¶
func (c *CLB) DescribeListenerHealthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeListenerHealthCommonWithContext is the same as DescribeListenerHealthCommon with the addition of the ability to pass a context and additional request options.
See DescribeListenerHealthCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeListenerHealthRequest ¶
func (c *CLB) DescribeListenerHealthRequest(input *DescribeListenerHealthInput) (req *request.Request, output *DescribeListenerHealthOutput)
DescribeListenerHealthRequest generates a "volcengine/request.Request" representing the client's request for the DescribeListenerHealth operation. The "output" return value will be populated with the DescribeListenerHealthCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeListenerHealthCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeListenerHealthCommon Send returns without error.
See DescribeListenerHealth for more information on using the DescribeListenerHealth API call, and error handling.
// Example sending a request using the DescribeListenerHealthRequest method. req, resp := client.DescribeListenerHealthRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeListenerHealthWithContext ¶
func (c *CLB) DescribeListenerHealthWithContext(ctx volcengine.Context, input *DescribeListenerHealthInput, opts ...request.Option) (*DescribeListenerHealthOutput, error)
DescribeListenerHealthWithContext is the same as DescribeListenerHealth with the addition of the ability to pass a context and additional request options.
See DescribeListenerHealth for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeListeners ¶
func (c *CLB) DescribeListeners(input *DescribeListenersInput) (*DescribeListenersOutput, error)
DescribeListeners API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeListeners for usage and error information.
func (*CLB) DescribeListenersCommon ¶
func (c *CLB) DescribeListenersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeListenersCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeListenersCommon for usage and error information.
func (*CLB) DescribeListenersCommonRequest ¶
func (c *CLB) DescribeListenersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeListenersCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeListenersCommon operation. The "output" return value will be populated with the DescribeListenersCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeListenersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeListenersCommon Send returns without error.
See DescribeListenersCommon for more information on using the DescribeListenersCommon API call, and error handling.
// Example sending a request using the DescribeListenersCommonRequest method. req, resp := client.DescribeListenersCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeListenersCommonWithContext ¶
func (c *CLB) DescribeListenersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeListenersCommonWithContext is the same as DescribeListenersCommon with the addition of the ability to pass a context and additional request options.
See DescribeListenersCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeListenersRequest ¶
func (c *CLB) DescribeListenersRequest(input *DescribeListenersInput) (req *request.Request, output *DescribeListenersOutput)
DescribeListenersRequest generates a "volcengine/request.Request" representing the client's request for the DescribeListeners operation. The "output" return value will be populated with the DescribeListenersCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeListenersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeListenersCommon Send returns without error.
See DescribeListeners for more information on using the DescribeListeners API call, and error handling.
// Example sending a request using the DescribeListenersRequest method. req, resp := client.DescribeListenersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeListenersWithContext ¶
func (c *CLB) DescribeListenersWithContext(ctx volcengine.Context, input *DescribeListenersInput, opts ...request.Option) (*DescribeListenersOutput, error)
DescribeListenersWithContext is the same as DescribeListeners with the addition of the ability to pass a context and additional request options.
See DescribeListeners for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeLoadBalancerAttributes ¶
func (c *CLB) DescribeLoadBalancerAttributes(input *DescribeLoadBalancerAttributesInput) (*DescribeLoadBalancerAttributesOutput, error)
DescribeLoadBalancerAttributes API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeLoadBalancerAttributes for usage and error information.
func (*CLB) DescribeLoadBalancerAttributesCommon ¶
func (c *CLB) DescribeLoadBalancerAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeLoadBalancerAttributesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeLoadBalancerAttributesCommon for usage and error information.
func (*CLB) DescribeLoadBalancerAttributesCommonRequest ¶
func (c *CLB) DescribeLoadBalancerAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeLoadBalancerAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeLoadBalancerAttributesCommon operation. The "output" return value will be populated with the DescribeLoadBalancerAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeLoadBalancerAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLoadBalancerAttributesCommon Send returns without error.
See DescribeLoadBalancerAttributesCommon for more information on using the DescribeLoadBalancerAttributesCommon API call, and error handling.
// Example sending a request using the DescribeLoadBalancerAttributesCommonRequest method. req, resp := client.DescribeLoadBalancerAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeLoadBalancerAttributesCommonWithContext ¶
func (c *CLB) DescribeLoadBalancerAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeLoadBalancerAttributesCommonWithContext is the same as DescribeLoadBalancerAttributesCommon with the addition of the ability to pass a context and additional request options.
See DescribeLoadBalancerAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeLoadBalancerAttributesRequest ¶
func (c *CLB) DescribeLoadBalancerAttributesRequest(input *DescribeLoadBalancerAttributesInput) (req *request.Request, output *DescribeLoadBalancerAttributesOutput)
DescribeLoadBalancerAttributesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeLoadBalancerAttributes operation. The "output" return value will be populated with the DescribeLoadBalancerAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeLoadBalancerAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLoadBalancerAttributesCommon Send returns without error.
See DescribeLoadBalancerAttributes for more information on using the DescribeLoadBalancerAttributes API call, and error handling.
// Example sending a request using the DescribeLoadBalancerAttributesRequest method. req, resp := client.DescribeLoadBalancerAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeLoadBalancerAttributesWithContext ¶
func (c *CLB) DescribeLoadBalancerAttributesWithContext(ctx volcengine.Context, input *DescribeLoadBalancerAttributesInput, opts ...request.Option) (*DescribeLoadBalancerAttributesOutput, error)
DescribeLoadBalancerAttributesWithContext is the same as DescribeLoadBalancerAttributes with the addition of the ability to pass a context and additional request options.
See DescribeLoadBalancerAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeLoadBalancers ¶
func (c *CLB) DescribeLoadBalancers(input *DescribeLoadBalancersInput) (*DescribeLoadBalancersOutput, error)
DescribeLoadBalancers API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeLoadBalancers for usage and error information.
func (*CLB) DescribeLoadBalancersBilling ¶
func (c *CLB) DescribeLoadBalancersBilling(input *DescribeLoadBalancersBillingInput) (*DescribeLoadBalancersBillingOutput, error)
DescribeLoadBalancersBilling API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeLoadBalancersBilling for usage and error information.
func (*CLB) DescribeLoadBalancersBillingCommon ¶
func (c *CLB) DescribeLoadBalancersBillingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeLoadBalancersBillingCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeLoadBalancersBillingCommon for usage and error information.
func (*CLB) DescribeLoadBalancersBillingCommonRequest ¶
func (c *CLB) DescribeLoadBalancersBillingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeLoadBalancersBillingCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeLoadBalancersBillingCommon operation. The "output" return value will be populated with the DescribeLoadBalancersBillingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeLoadBalancersBillingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLoadBalancersBillingCommon Send returns without error.
See DescribeLoadBalancersBillingCommon for more information on using the DescribeLoadBalancersBillingCommon API call, and error handling.
// Example sending a request using the DescribeLoadBalancersBillingCommonRequest method. req, resp := client.DescribeLoadBalancersBillingCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeLoadBalancersBillingCommonWithContext ¶
func (c *CLB) DescribeLoadBalancersBillingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeLoadBalancersBillingCommonWithContext is the same as DescribeLoadBalancersBillingCommon with the addition of the ability to pass a context and additional request options.
See DescribeLoadBalancersBillingCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeLoadBalancersBillingRequest ¶
func (c *CLB) DescribeLoadBalancersBillingRequest(input *DescribeLoadBalancersBillingInput) (req *request.Request, output *DescribeLoadBalancersBillingOutput)
DescribeLoadBalancersBillingRequest generates a "volcengine/request.Request" representing the client's request for the DescribeLoadBalancersBilling operation. The "output" return value will be populated with the DescribeLoadBalancersBillingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeLoadBalancersBillingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLoadBalancersBillingCommon Send returns without error.
See DescribeLoadBalancersBilling for more information on using the DescribeLoadBalancersBilling API call, and error handling.
// Example sending a request using the DescribeLoadBalancersBillingRequest method. req, resp := client.DescribeLoadBalancersBillingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeLoadBalancersBillingWithContext ¶
func (c *CLB) DescribeLoadBalancersBillingWithContext(ctx volcengine.Context, input *DescribeLoadBalancersBillingInput, opts ...request.Option) (*DescribeLoadBalancersBillingOutput, error)
DescribeLoadBalancersBillingWithContext is the same as DescribeLoadBalancersBilling with the addition of the ability to pass a context and additional request options.
See DescribeLoadBalancersBilling for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeLoadBalancersCommon ¶
func (c *CLB) DescribeLoadBalancersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeLoadBalancersCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeLoadBalancersCommon for usage and error information.
func (*CLB) DescribeLoadBalancersCommonRequest ¶
func (c *CLB) DescribeLoadBalancersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeLoadBalancersCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeLoadBalancersCommon operation. The "output" return value will be populated with the DescribeLoadBalancersCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeLoadBalancersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLoadBalancersCommon Send returns without error.
See DescribeLoadBalancersCommon for more information on using the DescribeLoadBalancersCommon API call, and error handling.
// Example sending a request using the DescribeLoadBalancersCommonRequest method. req, resp := client.DescribeLoadBalancersCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeLoadBalancersCommonWithContext ¶
func (c *CLB) DescribeLoadBalancersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeLoadBalancersCommonWithContext is the same as DescribeLoadBalancersCommon with the addition of the ability to pass a context and additional request options.
See DescribeLoadBalancersCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeLoadBalancersRequest ¶
func (c *CLB) DescribeLoadBalancersRequest(input *DescribeLoadBalancersInput) (req *request.Request, output *DescribeLoadBalancersOutput)
DescribeLoadBalancersRequest generates a "volcengine/request.Request" representing the client's request for the DescribeLoadBalancers operation. The "output" return value will be populated with the DescribeLoadBalancersCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeLoadBalancersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLoadBalancersCommon Send returns without error.
See DescribeLoadBalancers for more information on using the DescribeLoadBalancers API call, and error handling.
// Example sending a request using the DescribeLoadBalancersRequest method. req, resp := client.DescribeLoadBalancersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeLoadBalancersWithContext ¶
func (c *CLB) DescribeLoadBalancersWithContext(ctx volcengine.Context, input *DescribeLoadBalancersInput, opts ...request.Option) (*DescribeLoadBalancersOutput, error)
DescribeLoadBalancersWithContext is the same as DescribeLoadBalancers with the addition of the ability to pass a context and additional request options.
See DescribeLoadBalancers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeRules ¶
func (c *CLB) DescribeRules(input *DescribeRulesInput) (*DescribeRulesOutput, error)
DescribeRules API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeRules for usage and error information.
func (*CLB) DescribeRulesCommon ¶
DescribeRulesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeRulesCommon for usage and error information.
func (*CLB) DescribeRulesCommonRequest ¶
func (c *CLB) DescribeRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeRulesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRulesCommon operation. The "output" return value will be populated with the DescribeRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRulesCommon Send returns without error.
See DescribeRulesCommon for more information on using the DescribeRulesCommon API call, and error handling.
// Example sending a request using the DescribeRulesCommonRequest method. req, resp := client.DescribeRulesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeRulesCommonWithContext ¶
func (c *CLB) DescribeRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeRulesCommonWithContext is the same as DescribeRulesCommon with the addition of the ability to pass a context and additional request options.
See DescribeRulesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeRulesRequest ¶
func (c *CLB) DescribeRulesRequest(input *DescribeRulesInput) (req *request.Request, output *DescribeRulesOutput)
DescribeRulesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRules operation. The "output" return value will be populated with the DescribeRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRulesCommon Send returns without error.
See DescribeRules for more information on using the DescribeRules API call, and error handling.
// Example sending a request using the DescribeRulesRequest method. req, resp := client.DescribeRulesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeRulesWithContext ¶
func (c *CLB) DescribeRulesWithContext(ctx volcengine.Context, input *DescribeRulesInput, opts ...request.Option) (*DescribeRulesOutput, error)
DescribeRulesWithContext is the same as DescribeRules with the addition of the ability to pass a context and additional request options.
See DescribeRules for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeServerGroupAttributes ¶
func (c *CLB) DescribeServerGroupAttributes(input *DescribeServerGroupAttributesInput) (*DescribeServerGroupAttributesOutput, error)
DescribeServerGroupAttributes API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeServerGroupAttributes for usage and error information.
func (*CLB) DescribeServerGroupAttributesCommon ¶
func (c *CLB) DescribeServerGroupAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeServerGroupAttributesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeServerGroupAttributesCommon for usage and error information.
func (*CLB) DescribeServerGroupAttributesCommonRequest ¶
func (c *CLB) DescribeServerGroupAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeServerGroupAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeServerGroupAttributesCommon operation. The "output" return value will be populated with the DescribeServerGroupAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeServerGroupAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeServerGroupAttributesCommon Send returns without error.
See DescribeServerGroupAttributesCommon for more information on using the DescribeServerGroupAttributesCommon API call, and error handling.
// Example sending a request using the DescribeServerGroupAttributesCommonRequest method. req, resp := client.DescribeServerGroupAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeServerGroupAttributesCommonWithContext ¶
func (c *CLB) DescribeServerGroupAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeServerGroupAttributesCommonWithContext is the same as DescribeServerGroupAttributesCommon with the addition of the ability to pass a context and additional request options.
See DescribeServerGroupAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeServerGroupAttributesRequest ¶
func (c *CLB) DescribeServerGroupAttributesRequest(input *DescribeServerGroupAttributesInput) (req *request.Request, output *DescribeServerGroupAttributesOutput)
DescribeServerGroupAttributesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeServerGroupAttributes operation. The "output" return value will be populated with the DescribeServerGroupAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeServerGroupAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeServerGroupAttributesCommon Send returns without error.
See DescribeServerGroupAttributes for more information on using the DescribeServerGroupAttributes API call, and error handling.
// Example sending a request using the DescribeServerGroupAttributesRequest method. req, resp := client.DescribeServerGroupAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeServerGroupAttributesWithContext ¶
func (c *CLB) DescribeServerGroupAttributesWithContext(ctx volcengine.Context, input *DescribeServerGroupAttributesInput, opts ...request.Option) (*DescribeServerGroupAttributesOutput, error)
DescribeServerGroupAttributesWithContext is the same as DescribeServerGroupAttributes with the addition of the ability to pass a context and additional request options.
See DescribeServerGroupAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeServerGroups ¶
func (c *CLB) DescribeServerGroups(input *DescribeServerGroupsInput) (*DescribeServerGroupsOutput, error)
DescribeServerGroups API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeServerGroups for usage and error information.
func (*CLB) DescribeServerGroupsCommon ¶
func (c *CLB) DescribeServerGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeServerGroupsCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeServerGroupsCommon for usage and error information.
func (*CLB) DescribeServerGroupsCommonRequest ¶
func (c *CLB) DescribeServerGroupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeServerGroupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeServerGroupsCommon operation. The "output" return value will be populated with the DescribeServerGroupsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeServerGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeServerGroupsCommon Send returns without error.
See DescribeServerGroupsCommon for more information on using the DescribeServerGroupsCommon API call, and error handling.
// Example sending a request using the DescribeServerGroupsCommonRequest method. req, resp := client.DescribeServerGroupsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeServerGroupsCommonWithContext ¶
func (c *CLB) DescribeServerGroupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeServerGroupsCommonWithContext is the same as DescribeServerGroupsCommon with the addition of the ability to pass a context and additional request options.
See DescribeServerGroupsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeServerGroupsRequest ¶
func (c *CLB) DescribeServerGroupsRequest(input *DescribeServerGroupsInput) (req *request.Request, output *DescribeServerGroupsOutput)
DescribeServerGroupsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeServerGroups operation. The "output" return value will be populated with the DescribeServerGroupsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeServerGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeServerGroupsCommon Send returns without error.
See DescribeServerGroups for more information on using the DescribeServerGroups API call, and error handling.
// Example sending a request using the DescribeServerGroupsRequest method. req, resp := client.DescribeServerGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeServerGroupsWithContext ¶
func (c *CLB) DescribeServerGroupsWithContext(ctx volcengine.Context, input *DescribeServerGroupsInput, opts ...request.Option) (*DescribeServerGroupsOutput, error)
DescribeServerGroupsWithContext is the same as DescribeServerGroups with the addition of the ability to pass a context and additional request options.
See DescribeServerGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeZones ¶ added in v1.0.49
func (c *CLB) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)
DescribeZones API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeZones for usage and error information.
func (*CLB) DescribeZonesCommon ¶ added in v1.0.49
DescribeZonesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DescribeZonesCommon for usage and error information.
func (*CLB) DescribeZonesCommonRequest ¶ added in v1.0.49
func (c *CLB) DescribeZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeZonesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeZonesCommon operation. The "output" return value will be populated with the DescribeZonesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeZonesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeZonesCommon Send returns without error.
See DescribeZonesCommon for more information on using the DescribeZonesCommon API call, and error handling.
// Example sending a request using the DescribeZonesCommonRequest method. req, resp := client.DescribeZonesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeZonesCommonWithContext ¶ added in v1.0.49
func (c *CLB) DescribeZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeZonesCommonWithContext is the same as DescribeZonesCommon with the addition of the ability to pass a context and additional request options.
See DescribeZonesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DescribeZonesRequest ¶ added in v1.0.49
func (c *CLB) DescribeZonesRequest(input *DescribeZonesInput) (req *request.Request, output *DescribeZonesOutput)
DescribeZonesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeZones operation. The "output" return value will be populated with the DescribeZonesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeZonesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeZonesCommon Send returns without error.
See DescribeZones for more information on using the DescribeZones API call, and error handling.
// Example sending a request using the DescribeZonesRequest method. req, resp := client.DescribeZonesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DescribeZonesWithContext ¶ added in v1.0.49
func (c *CLB) DescribeZonesWithContext(ctx volcengine.Context, input *DescribeZonesInput, opts ...request.Option) (*DescribeZonesOutput, error)
DescribeZonesWithContext is the same as DescribeZones with the addition of the ability to pass a context and additional request options.
See DescribeZones for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DetachHealthCheckLogTopic ¶ added in v1.0.7
func (c *CLB) DetachHealthCheckLogTopic(input *DetachHealthCheckLogTopicInput) (*DetachHealthCheckLogTopicOutput, error)
DetachHealthCheckLogTopic API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DetachHealthCheckLogTopic for usage and error information.
func (*CLB) DetachHealthCheckLogTopicCommon ¶ added in v1.0.7
func (c *CLB) DetachHealthCheckLogTopicCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DetachHealthCheckLogTopicCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DetachHealthCheckLogTopicCommon for usage and error information.
func (*CLB) DetachHealthCheckLogTopicCommonRequest ¶ added in v1.0.7
func (c *CLB) DetachHealthCheckLogTopicCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DetachHealthCheckLogTopicCommonRequest generates a "volcengine/request.Request" representing the client's request for the DetachHealthCheckLogTopicCommon operation. The "output" return value will be populated with the DetachHealthCheckLogTopicCommon request's response once the request completes successfully.
Use "Send" method on the returned DetachHealthCheckLogTopicCommon Request to send the API call to the service. the "output" return value is not valid until after DetachHealthCheckLogTopicCommon Send returns without error.
See DetachHealthCheckLogTopicCommon for more information on using the DetachHealthCheckLogTopicCommon API call, and error handling.
// Example sending a request using the DetachHealthCheckLogTopicCommonRequest method. req, resp := client.DetachHealthCheckLogTopicCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DetachHealthCheckLogTopicCommonWithContext ¶ added in v1.0.7
func (c *CLB) DetachHealthCheckLogTopicCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DetachHealthCheckLogTopicCommonWithContext is the same as DetachHealthCheckLogTopicCommon with the addition of the ability to pass a context and additional request options.
See DetachHealthCheckLogTopicCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DetachHealthCheckLogTopicRequest ¶ added in v1.0.7
func (c *CLB) DetachHealthCheckLogTopicRequest(input *DetachHealthCheckLogTopicInput) (req *request.Request, output *DetachHealthCheckLogTopicOutput)
DetachHealthCheckLogTopicRequest generates a "volcengine/request.Request" representing the client's request for the DetachHealthCheckLogTopic operation. The "output" return value will be populated with the DetachHealthCheckLogTopicCommon request's response once the request completes successfully.
Use "Send" method on the returned DetachHealthCheckLogTopicCommon Request to send the API call to the service. the "output" return value is not valid until after DetachHealthCheckLogTopicCommon Send returns without error.
See DetachHealthCheckLogTopic for more information on using the DetachHealthCheckLogTopic API call, and error handling.
// Example sending a request using the DetachHealthCheckLogTopicRequest method. req, resp := client.DetachHealthCheckLogTopicRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DetachHealthCheckLogTopicWithContext ¶ added in v1.0.7
func (c *CLB) DetachHealthCheckLogTopicWithContext(ctx volcengine.Context, input *DetachHealthCheckLogTopicInput, opts ...request.Option) (*DetachHealthCheckLogTopicOutput, error)
DetachHealthCheckLogTopicWithContext is the same as DetachHealthCheckLogTopic with the addition of the ability to pass a context and additional request options.
See DetachHealthCheckLogTopic for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DisableAccessLog ¶
func (c *CLB) DisableAccessLog(input *DisableAccessLogInput) (*DisableAccessLogOutput, error)
DisableAccessLog API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DisableAccessLog for usage and error information.
func (*CLB) DisableAccessLogCommon ¶
func (c *CLB) DisableAccessLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DisableAccessLogCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation DisableAccessLogCommon for usage and error information.
func (*CLB) DisableAccessLogCommonRequest ¶
func (c *CLB) DisableAccessLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DisableAccessLogCommonRequest generates a "volcengine/request.Request" representing the client's request for the DisableAccessLogCommon operation. The "output" return value will be populated with the DisableAccessLogCommon request's response once the request completes successfully.
Use "Send" method on the returned DisableAccessLogCommon Request to send the API call to the service. the "output" return value is not valid until after DisableAccessLogCommon Send returns without error.
See DisableAccessLogCommon for more information on using the DisableAccessLogCommon API call, and error handling.
// Example sending a request using the DisableAccessLogCommonRequest method. req, resp := client.DisableAccessLogCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DisableAccessLogCommonWithContext ¶
func (c *CLB) DisableAccessLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DisableAccessLogCommonWithContext is the same as DisableAccessLogCommon with the addition of the ability to pass a context and additional request options.
See DisableAccessLogCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) DisableAccessLogRequest ¶
func (c *CLB) DisableAccessLogRequest(input *DisableAccessLogInput) (req *request.Request, output *DisableAccessLogOutput)
DisableAccessLogRequest generates a "volcengine/request.Request" representing the client's request for the DisableAccessLog operation. The "output" return value will be populated with the DisableAccessLogCommon request's response once the request completes successfully.
Use "Send" method on the returned DisableAccessLogCommon Request to send the API call to the service. the "output" return value is not valid until after DisableAccessLogCommon Send returns without error.
See DisableAccessLog for more information on using the DisableAccessLog API call, and error handling.
// Example sending a request using the DisableAccessLogRequest method. req, resp := client.DisableAccessLogRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) DisableAccessLogWithContext ¶
func (c *CLB) DisableAccessLogWithContext(ctx volcengine.Context, input *DisableAccessLogInput, opts ...request.Option) (*DisableAccessLogOutput, error)
DisableAccessLogWithContext is the same as DisableAccessLog with the addition of the ability to pass a context and additional request options.
See DisableAccessLog for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) EnableAccessLog ¶
func (c *CLB) EnableAccessLog(input *EnableAccessLogInput) (*EnableAccessLogOutput, error)
EnableAccessLog API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation EnableAccessLog for usage and error information.
func (*CLB) EnableAccessLogCommon ¶
EnableAccessLogCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation EnableAccessLogCommon for usage and error information.
func (*CLB) EnableAccessLogCommonRequest ¶
func (c *CLB) EnableAccessLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
EnableAccessLogCommonRequest generates a "volcengine/request.Request" representing the client's request for the EnableAccessLogCommon operation. The "output" return value will be populated with the EnableAccessLogCommon request's response once the request completes successfully.
Use "Send" method on the returned EnableAccessLogCommon Request to send the API call to the service. the "output" return value is not valid until after EnableAccessLogCommon Send returns without error.
See EnableAccessLogCommon for more information on using the EnableAccessLogCommon API call, and error handling.
// Example sending a request using the EnableAccessLogCommonRequest method. req, resp := client.EnableAccessLogCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) EnableAccessLogCommonWithContext ¶
func (c *CLB) EnableAccessLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
EnableAccessLogCommonWithContext is the same as EnableAccessLogCommon with the addition of the ability to pass a context and additional request options.
See EnableAccessLogCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) EnableAccessLogRequest ¶
func (c *CLB) EnableAccessLogRequest(input *EnableAccessLogInput) (req *request.Request, output *EnableAccessLogOutput)
EnableAccessLogRequest generates a "volcengine/request.Request" representing the client's request for the EnableAccessLog operation. The "output" return value will be populated with the EnableAccessLogCommon request's response once the request completes successfully.
Use "Send" method on the returned EnableAccessLogCommon Request to send the API call to the service. the "output" return value is not valid until after EnableAccessLogCommon Send returns without error.
See EnableAccessLog for more information on using the EnableAccessLog API call, and error handling.
// Example sending a request using the EnableAccessLogRequest method. req, resp := client.EnableAccessLogRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) EnableAccessLogWithContext ¶
func (c *CLB) EnableAccessLogWithContext(ctx volcengine.Context, input *EnableAccessLogInput, opts ...request.Option) (*EnableAccessLogOutput, error)
EnableAccessLogWithContext is the same as EnableAccessLog with the addition of the ability to pass a context and additional request options.
See EnableAccessLog for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ListTagsForResources ¶ added in v1.0.20
func (c *CLB) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
ListTagsForResources API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ListTagsForResources for usage and error information.
func (*CLB) ListTagsForResourcesCommon ¶ added in v1.0.20
func (c *CLB) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListTagsForResourcesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ListTagsForResourcesCommon for usage and error information.
func (*CLB) ListTagsForResourcesCommonRequest ¶ added in v1.0.20
func (c *CLB) ListTagsForResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListTagsForResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListTagsForResourcesCommon operation. The "output" return value will be populated with the ListTagsForResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTagsForResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourcesCommon Send returns without error.
See ListTagsForResourcesCommon for more information on using the ListTagsForResourcesCommon API call, and error handling.
// Example sending a request using the ListTagsForResourcesCommonRequest method. req, resp := client.ListTagsForResourcesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ListTagsForResourcesCommonWithContext ¶ added in v1.0.20
func (c *CLB) ListTagsForResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListTagsForResourcesCommonWithContext is the same as ListTagsForResourcesCommon with the addition of the ability to pass a context and additional request options.
See ListTagsForResourcesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ListTagsForResourcesRequest ¶ added in v1.0.20
func (c *CLB) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)
ListTagsForResourcesRequest generates a "volcengine/request.Request" representing the client's request for the ListTagsForResources operation. The "output" return value will be populated with the ListTagsForResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTagsForResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourcesCommon Send returns without error.
See ListTagsForResources for more information on using the ListTagsForResources API call, and error handling.
// Example sending a request using the ListTagsForResourcesRequest method. req, resp := client.ListTagsForResourcesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ListTagsForResourcesWithContext ¶ added in v1.0.20
func (c *CLB) ListTagsForResourcesWithContext(ctx volcengine.Context, input *ListTagsForResourcesInput, opts ...request.Option) (*ListTagsForResourcesOutput, error)
ListTagsForResourcesWithContext is the same as ListTagsForResources with the addition of the ability to pass a context and additional request options.
See ListTagsForResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ModifyAclAttributes ¶
func (c *CLB) ModifyAclAttributes(input *ModifyAclAttributesInput) (*ModifyAclAttributesOutput, error)
ModifyAclAttributes API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ModifyAclAttributes for usage and error information.
func (*CLB) ModifyAclAttributesCommon ¶
func (c *CLB) ModifyAclAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyAclAttributesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ModifyAclAttributesCommon for usage and error information.
func (*CLB) ModifyAclAttributesCommonRequest ¶
func (c *CLB) ModifyAclAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyAclAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyAclAttributesCommon operation. The "output" return value will be populated with the ModifyAclAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyAclAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyAclAttributesCommon Send returns without error.
See ModifyAclAttributesCommon for more information on using the ModifyAclAttributesCommon API call, and error handling.
// Example sending a request using the ModifyAclAttributesCommonRequest method. req, resp := client.ModifyAclAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ModifyAclAttributesCommonWithContext ¶
func (c *CLB) ModifyAclAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyAclAttributesCommonWithContext is the same as ModifyAclAttributesCommon with the addition of the ability to pass a context and additional request options.
See ModifyAclAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ModifyAclAttributesRequest ¶
func (c *CLB) ModifyAclAttributesRequest(input *ModifyAclAttributesInput) (req *request.Request, output *ModifyAclAttributesOutput)
ModifyAclAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyAclAttributes operation. The "output" return value will be populated with the ModifyAclAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyAclAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyAclAttributesCommon Send returns without error.
See ModifyAclAttributes for more information on using the ModifyAclAttributes API call, and error handling.
// Example sending a request using the ModifyAclAttributesRequest method. req, resp := client.ModifyAclAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ModifyAclAttributesWithContext ¶
func (c *CLB) ModifyAclAttributesWithContext(ctx volcengine.Context, input *ModifyAclAttributesInput, opts ...request.Option) (*ModifyAclAttributesOutput, error)
ModifyAclAttributesWithContext is the same as ModifyAclAttributes with the addition of the ability to pass a context and additional request options.
See ModifyAclAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ModifyCertificateAttributes ¶ added in v1.0.80
func (c *CLB) ModifyCertificateAttributes(input *ModifyCertificateAttributesInput) (*ModifyCertificateAttributesOutput, error)
ModifyCertificateAttributes API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ModifyCertificateAttributes for usage and error information.
func (*CLB) ModifyCertificateAttributesCommon ¶ added in v1.0.80
func (c *CLB) ModifyCertificateAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyCertificateAttributesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ModifyCertificateAttributesCommon for usage and error information.
func (*CLB) ModifyCertificateAttributesCommonRequest ¶ added in v1.0.80
func (c *CLB) ModifyCertificateAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyCertificateAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyCertificateAttributesCommon operation. The "output" return value will be populated with the ModifyCertificateAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyCertificateAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyCertificateAttributesCommon Send returns without error.
See ModifyCertificateAttributesCommon for more information on using the ModifyCertificateAttributesCommon API call, and error handling.
// Example sending a request using the ModifyCertificateAttributesCommonRequest method. req, resp := client.ModifyCertificateAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ModifyCertificateAttributesCommonWithContext ¶ added in v1.0.80
func (c *CLB) ModifyCertificateAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyCertificateAttributesCommonWithContext is the same as ModifyCertificateAttributesCommon with the addition of the ability to pass a context and additional request options.
See ModifyCertificateAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ModifyCertificateAttributesRequest ¶ added in v1.0.80
func (c *CLB) ModifyCertificateAttributesRequest(input *ModifyCertificateAttributesInput) (req *request.Request, output *ModifyCertificateAttributesOutput)
ModifyCertificateAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyCertificateAttributes operation. The "output" return value will be populated with the ModifyCertificateAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyCertificateAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyCertificateAttributesCommon Send returns without error.
See ModifyCertificateAttributes for more information on using the ModifyCertificateAttributes API call, and error handling.
// Example sending a request using the ModifyCertificateAttributesRequest method. req, resp := client.ModifyCertificateAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ModifyCertificateAttributesWithContext ¶ added in v1.0.80
func (c *CLB) ModifyCertificateAttributesWithContext(ctx volcengine.Context, input *ModifyCertificateAttributesInput, opts ...request.Option) (*ModifyCertificateAttributesOutput, error)
ModifyCertificateAttributesWithContext is the same as ModifyCertificateAttributes with the addition of the ability to pass a context and additional request options.
See ModifyCertificateAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ModifyListenerAttributes ¶
func (c *CLB) ModifyListenerAttributes(input *ModifyListenerAttributesInput) (*ModifyListenerAttributesOutput, error)
ModifyListenerAttributes API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ModifyListenerAttributes for usage and error information.
func (*CLB) ModifyListenerAttributesCommon ¶
func (c *CLB) ModifyListenerAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyListenerAttributesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ModifyListenerAttributesCommon for usage and error information.
func (*CLB) ModifyListenerAttributesCommonRequest ¶
func (c *CLB) ModifyListenerAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyListenerAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyListenerAttributesCommon operation. The "output" return value will be populated with the ModifyListenerAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyListenerAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyListenerAttributesCommon Send returns without error.
See ModifyListenerAttributesCommon for more information on using the ModifyListenerAttributesCommon API call, and error handling.
// Example sending a request using the ModifyListenerAttributesCommonRequest method. req, resp := client.ModifyListenerAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ModifyListenerAttributesCommonWithContext ¶
func (c *CLB) ModifyListenerAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyListenerAttributesCommonWithContext is the same as ModifyListenerAttributesCommon with the addition of the ability to pass a context and additional request options.
See ModifyListenerAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ModifyListenerAttributesRequest ¶
func (c *CLB) ModifyListenerAttributesRequest(input *ModifyListenerAttributesInput) (req *request.Request, output *ModifyListenerAttributesOutput)
ModifyListenerAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyListenerAttributes operation. The "output" return value will be populated with the ModifyListenerAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyListenerAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyListenerAttributesCommon Send returns without error.
See ModifyListenerAttributes for more information on using the ModifyListenerAttributes API call, and error handling.
// Example sending a request using the ModifyListenerAttributesRequest method. req, resp := client.ModifyListenerAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ModifyListenerAttributesWithContext ¶
func (c *CLB) ModifyListenerAttributesWithContext(ctx volcengine.Context, input *ModifyListenerAttributesInput, opts ...request.Option) (*ModifyListenerAttributesOutput, error)
ModifyListenerAttributesWithContext is the same as ModifyListenerAttributes with the addition of the ability to pass a context and additional request options.
See ModifyListenerAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ModifyLoadBalancerAttributes ¶
func (c *CLB) ModifyLoadBalancerAttributes(input *ModifyLoadBalancerAttributesInput) (*ModifyLoadBalancerAttributesOutput, error)
ModifyLoadBalancerAttributes API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ModifyLoadBalancerAttributes for usage and error information.
func (*CLB) ModifyLoadBalancerAttributesCommon ¶
func (c *CLB) ModifyLoadBalancerAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyLoadBalancerAttributesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ModifyLoadBalancerAttributesCommon for usage and error information.
func (*CLB) ModifyLoadBalancerAttributesCommonRequest ¶
func (c *CLB) ModifyLoadBalancerAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyLoadBalancerAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyLoadBalancerAttributesCommon operation. The "output" return value will be populated with the ModifyLoadBalancerAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyLoadBalancerAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyLoadBalancerAttributesCommon Send returns without error.
See ModifyLoadBalancerAttributesCommon for more information on using the ModifyLoadBalancerAttributesCommon API call, and error handling.
// Example sending a request using the ModifyLoadBalancerAttributesCommonRequest method. req, resp := client.ModifyLoadBalancerAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ModifyLoadBalancerAttributesCommonWithContext ¶
func (c *CLB) ModifyLoadBalancerAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyLoadBalancerAttributesCommonWithContext is the same as ModifyLoadBalancerAttributesCommon with the addition of the ability to pass a context and additional request options.
See ModifyLoadBalancerAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ModifyLoadBalancerAttributesRequest ¶
func (c *CLB) ModifyLoadBalancerAttributesRequest(input *ModifyLoadBalancerAttributesInput) (req *request.Request, output *ModifyLoadBalancerAttributesOutput)
ModifyLoadBalancerAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyLoadBalancerAttributes operation. The "output" return value will be populated with the ModifyLoadBalancerAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyLoadBalancerAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyLoadBalancerAttributesCommon Send returns without error.
See ModifyLoadBalancerAttributes for more information on using the ModifyLoadBalancerAttributes API call, and error handling.
// Example sending a request using the ModifyLoadBalancerAttributesRequest method. req, resp := client.ModifyLoadBalancerAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ModifyLoadBalancerAttributesWithContext ¶
func (c *CLB) ModifyLoadBalancerAttributesWithContext(ctx volcengine.Context, input *ModifyLoadBalancerAttributesInput, opts ...request.Option) (*ModifyLoadBalancerAttributesOutput, error)
ModifyLoadBalancerAttributesWithContext is the same as ModifyLoadBalancerAttributes with the addition of the ability to pass a context and additional request options.
See ModifyLoadBalancerAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ModifyRules ¶
func (c *CLB) ModifyRules(input *ModifyRulesInput) (*ModifyRulesOutput, error)
ModifyRules API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ModifyRules for usage and error information.
func (*CLB) ModifyRulesCommon ¶
ModifyRulesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ModifyRulesCommon for usage and error information.
func (*CLB) ModifyRulesCommonRequest ¶
func (c *CLB) ModifyRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyRulesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyRulesCommon operation. The "output" return value will be populated with the ModifyRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyRulesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyRulesCommon Send returns without error.
See ModifyRulesCommon for more information on using the ModifyRulesCommon API call, and error handling.
// Example sending a request using the ModifyRulesCommonRequest method. req, resp := client.ModifyRulesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ModifyRulesCommonWithContext ¶
func (c *CLB) ModifyRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyRulesCommonWithContext is the same as ModifyRulesCommon with the addition of the ability to pass a context and additional request options.
See ModifyRulesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ModifyRulesRequest ¶
func (c *CLB) ModifyRulesRequest(input *ModifyRulesInput) (req *request.Request, output *ModifyRulesOutput)
ModifyRulesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyRules operation. The "output" return value will be populated with the ModifyRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyRulesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyRulesCommon Send returns without error.
See ModifyRules for more information on using the ModifyRules API call, and error handling.
// Example sending a request using the ModifyRulesRequest method. req, resp := client.ModifyRulesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ModifyRulesWithContext ¶
func (c *CLB) ModifyRulesWithContext(ctx volcengine.Context, input *ModifyRulesInput, opts ...request.Option) (*ModifyRulesOutput, error)
ModifyRulesWithContext is the same as ModifyRules with the addition of the ability to pass a context and additional request options.
See ModifyRules for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ModifyServerGroupAttributes ¶
func (c *CLB) ModifyServerGroupAttributes(input *ModifyServerGroupAttributesInput) (*ModifyServerGroupAttributesOutput, error)
ModifyServerGroupAttributes API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ModifyServerGroupAttributes for usage and error information.
func (*CLB) ModifyServerGroupAttributesCommon ¶
func (c *CLB) ModifyServerGroupAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyServerGroupAttributesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation ModifyServerGroupAttributesCommon for usage and error information.
func (*CLB) ModifyServerGroupAttributesCommonRequest ¶
func (c *CLB) ModifyServerGroupAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyServerGroupAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyServerGroupAttributesCommon operation. The "output" return value will be populated with the ModifyServerGroupAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyServerGroupAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyServerGroupAttributesCommon Send returns without error.
See ModifyServerGroupAttributesCommon for more information on using the ModifyServerGroupAttributesCommon API call, and error handling.
// Example sending a request using the ModifyServerGroupAttributesCommonRequest method. req, resp := client.ModifyServerGroupAttributesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ModifyServerGroupAttributesCommonWithContext ¶
func (c *CLB) ModifyServerGroupAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyServerGroupAttributesCommonWithContext is the same as ModifyServerGroupAttributesCommon with the addition of the ability to pass a context and additional request options.
See ModifyServerGroupAttributesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) ModifyServerGroupAttributesRequest ¶
func (c *CLB) ModifyServerGroupAttributesRequest(input *ModifyServerGroupAttributesInput) (req *request.Request, output *ModifyServerGroupAttributesOutput)
ModifyServerGroupAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyServerGroupAttributes operation. The "output" return value will be populated with the ModifyServerGroupAttributesCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyServerGroupAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyServerGroupAttributesCommon Send returns without error.
See ModifyServerGroupAttributes for more information on using the ModifyServerGroupAttributes API call, and error handling.
// Example sending a request using the ModifyServerGroupAttributesRequest method. req, resp := client.ModifyServerGroupAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) ModifyServerGroupAttributesWithContext ¶
func (c *CLB) ModifyServerGroupAttributesWithContext(ctx volcengine.Context, input *ModifyServerGroupAttributesInput, opts ...request.Option) (*ModifyServerGroupAttributesOutput, error)
ModifyServerGroupAttributesWithContext is the same as ModifyServerGroupAttributes with the addition of the ability to pass a context and additional request options.
See ModifyServerGroupAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) RemoveAclEntries ¶
func (c *CLB) RemoveAclEntries(input *RemoveAclEntriesInput) (*RemoveAclEntriesOutput, error)
RemoveAclEntries API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation RemoveAclEntries for usage and error information.
func (*CLB) RemoveAclEntriesCommon ¶
func (c *CLB) RemoveAclEntriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
RemoveAclEntriesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation RemoveAclEntriesCommon for usage and error information.
func (*CLB) RemoveAclEntriesCommonRequest ¶
func (c *CLB) RemoveAclEntriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
RemoveAclEntriesCommonRequest generates a "volcengine/request.Request" representing the client's request for the RemoveAclEntriesCommon operation. The "output" return value will be populated with the RemoveAclEntriesCommon request's response once the request completes successfully.
Use "Send" method on the returned RemoveAclEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveAclEntriesCommon Send returns without error.
See RemoveAclEntriesCommon for more information on using the RemoveAclEntriesCommon API call, and error handling.
// Example sending a request using the RemoveAclEntriesCommonRequest method. req, resp := client.RemoveAclEntriesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) RemoveAclEntriesCommonWithContext ¶
func (c *CLB) RemoveAclEntriesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
RemoveAclEntriesCommonWithContext is the same as RemoveAclEntriesCommon with the addition of the ability to pass a context and additional request options.
See RemoveAclEntriesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) RemoveAclEntriesRequest ¶
func (c *CLB) RemoveAclEntriesRequest(input *RemoveAclEntriesInput) (req *request.Request, output *RemoveAclEntriesOutput)
RemoveAclEntriesRequest generates a "volcengine/request.Request" representing the client's request for the RemoveAclEntries operation. The "output" return value will be populated with the RemoveAclEntriesCommon request's response once the request completes successfully.
Use "Send" method on the returned RemoveAclEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveAclEntriesCommon Send returns without error.
See RemoveAclEntries for more information on using the RemoveAclEntries API call, and error handling.
// Example sending a request using the RemoveAclEntriesRequest method. req, resp := client.RemoveAclEntriesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) RemoveAclEntriesWithContext ¶
func (c *CLB) RemoveAclEntriesWithContext(ctx volcengine.Context, input *RemoveAclEntriesInput, opts ...request.Option) (*RemoveAclEntriesOutput, error)
RemoveAclEntriesWithContext is the same as RemoveAclEntries with the addition of the ability to pass a context and additional request options.
See RemoveAclEntries for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) RemoveServerGroupBackendServers ¶
func (c *CLB) RemoveServerGroupBackendServers(input *RemoveServerGroupBackendServersInput) (*RemoveServerGroupBackendServersOutput, error)
RemoveServerGroupBackendServers API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation RemoveServerGroupBackendServers for usage and error information.
func (*CLB) RemoveServerGroupBackendServersCommon ¶
func (c *CLB) RemoveServerGroupBackendServersCommon(input *map[string]interface{}) (*map[string]interface{}, error)
RemoveServerGroupBackendServersCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation RemoveServerGroupBackendServersCommon for usage and error information.
func (*CLB) RemoveServerGroupBackendServersCommonRequest ¶
func (c *CLB) RemoveServerGroupBackendServersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
RemoveServerGroupBackendServersCommonRequest generates a "volcengine/request.Request" representing the client's request for the RemoveServerGroupBackendServersCommon operation. The "output" return value will be populated with the RemoveServerGroupBackendServersCommon request's response once the request completes successfully.
Use "Send" method on the returned RemoveServerGroupBackendServersCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveServerGroupBackendServersCommon Send returns without error.
See RemoveServerGroupBackendServersCommon for more information on using the RemoveServerGroupBackendServersCommon API call, and error handling.
// Example sending a request using the RemoveServerGroupBackendServersCommonRequest method. req, resp := client.RemoveServerGroupBackendServersCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) RemoveServerGroupBackendServersCommonWithContext ¶
func (c *CLB) RemoveServerGroupBackendServersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
RemoveServerGroupBackendServersCommonWithContext is the same as RemoveServerGroupBackendServersCommon with the addition of the ability to pass a context and additional request options.
See RemoveServerGroupBackendServersCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) RemoveServerGroupBackendServersRequest ¶
func (c *CLB) RemoveServerGroupBackendServersRequest(input *RemoveServerGroupBackendServersInput) (req *request.Request, output *RemoveServerGroupBackendServersOutput)
RemoveServerGroupBackendServersRequest generates a "volcengine/request.Request" representing the client's request for the RemoveServerGroupBackendServers operation. The "output" return value will be populated with the RemoveServerGroupBackendServersCommon request's response once the request completes successfully.
Use "Send" method on the returned RemoveServerGroupBackendServersCommon Request to send the API call to the service. the "output" return value is not valid until after RemoveServerGroupBackendServersCommon Send returns without error.
See RemoveServerGroupBackendServers for more information on using the RemoveServerGroupBackendServers API call, and error handling.
// Example sending a request using the RemoveServerGroupBackendServersRequest method. req, resp := client.RemoveServerGroupBackendServersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) RemoveServerGroupBackendServersWithContext ¶
func (c *CLB) RemoveServerGroupBackendServersWithContext(ctx volcengine.Context, input *RemoveServerGroupBackendServersInput, opts ...request.Option) (*RemoveServerGroupBackendServersOutput, error)
RemoveServerGroupBackendServersWithContext is the same as RemoveServerGroupBackendServers with the addition of the ability to pass a context and additional request options.
See RemoveServerGroupBackendServers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) RenewLoadBalancer ¶
func (c *CLB) RenewLoadBalancer(input *RenewLoadBalancerInput) (*RenewLoadBalancerOutput, error)
RenewLoadBalancer API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation RenewLoadBalancer for usage and error information.
func (*CLB) RenewLoadBalancerCommon ¶
func (c *CLB) RenewLoadBalancerCommon(input *map[string]interface{}) (*map[string]interface{}, error)
RenewLoadBalancerCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation RenewLoadBalancerCommon for usage and error information.
func (*CLB) RenewLoadBalancerCommonRequest ¶
func (c *CLB) RenewLoadBalancerCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
RenewLoadBalancerCommonRequest generates a "volcengine/request.Request" representing the client's request for the RenewLoadBalancerCommon operation. The "output" return value will be populated with the RenewLoadBalancerCommon request's response once the request completes successfully.
Use "Send" method on the returned RenewLoadBalancerCommon Request to send the API call to the service. the "output" return value is not valid until after RenewLoadBalancerCommon Send returns without error.
See RenewLoadBalancerCommon for more information on using the RenewLoadBalancerCommon API call, and error handling.
// Example sending a request using the RenewLoadBalancerCommonRequest method. req, resp := client.RenewLoadBalancerCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) RenewLoadBalancerCommonWithContext ¶
func (c *CLB) RenewLoadBalancerCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
RenewLoadBalancerCommonWithContext is the same as RenewLoadBalancerCommon with the addition of the ability to pass a context and additional request options.
See RenewLoadBalancerCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) RenewLoadBalancerRequest ¶
func (c *CLB) RenewLoadBalancerRequest(input *RenewLoadBalancerInput) (req *request.Request, output *RenewLoadBalancerOutput)
RenewLoadBalancerRequest generates a "volcengine/request.Request" representing the client's request for the RenewLoadBalancer operation. The "output" return value will be populated with the RenewLoadBalancerCommon request's response once the request completes successfully.
Use "Send" method on the returned RenewLoadBalancerCommon Request to send the API call to the service. the "output" return value is not valid until after RenewLoadBalancerCommon Send returns without error.
See RenewLoadBalancer for more information on using the RenewLoadBalancer API call, and error handling.
// Example sending a request using the RenewLoadBalancerRequest method. req, resp := client.RenewLoadBalancerRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) RenewLoadBalancerWithContext ¶
func (c *CLB) RenewLoadBalancerWithContext(ctx volcengine.Context, input *RenewLoadBalancerInput, opts ...request.Option) (*RenewLoadBalancerOutput, error)
RenewLoadBalancerWithContext is the same as RenewLoadBalancer with the addition of the ability to pass a context and additional request options.
See RenewLoadBalancer for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) SetLoadBalancerRenewal ¶
func (c *CLB) SetLoadBalancerRenewal(input *SetLoadBalancerRenewalInput) (*SetLoadBalancerRenewalOutput, error)
SetLoadBalancerRenewal API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation SetLoadBalancerRenewal for usage and error information.
func (*CLB) SetLoadBalancerRenewalCommon ¶
func (c *CLB) SetLoadBalancerRenewalCommon(input *map[string]interface{}) (*map[string]interface{}, error)
SetLoadBalancerRenewalCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation SetLoadBalancerRenewalCommon for usage and error information.
func (*CLB) SetLoadBalancerRenewalCommonRequest ¶
func (c *CLB) SetLoadBalancerRenewalCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SetLoadBalancerRenewalCommonRequest generates a "volcengine/request.Request" representing the client's request for the SetLoadBalancerRenewalCommon operation. The "output" return value will be populated with the SetLoadBalancerRenewalCommon request's response once the request completes successfully.
Use "Send" method on the returned SetLoadBalancerRenewalCommon Request to send the API call to the service. the "output" return value is not valid until after SetLoadBalancerRenewalCommon Send returns without error.
See SetLoadBalancerRenewalCommon for more information on using the SetLoadBalancerRenewalCommon API call, and error handling.
// Example sending a request using the SetLoadBalancerRenewalCommonRequest method. req, resp := client.SetLoadBalancerRenewalCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) SetLoadBalancerRenewalCommonWithContext ¶
func (c *CLB) SetLoadBalancerRenewalCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SetLoadBalancerRenewalCommonWithContext is the same as SetLoadBalancerRenewalCommon with the addition of the ability to pass a context and additional request options.
See SetLoadBalancerRenewalCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) SetLoadBalancerRenewalRequest ¶
func (c *CLB) SetLoadBalancerRenewalRequest(input *SetLoadBalancerRenewalInput) (req *request.Request, output *SetLoadBalancerRenewalOutput)
SetLoadBalancerRenewalRequest generates a "volcengine/request.Request" representing the client's request for the SetLoadBalancerRenewal operation. The "output" return value will be populated with the SetLoadBalancerRenewalCommon request's response once the request completes successfully.
Use "Send" method on the returned SetLoadBalancerRenewalCommon Request to send the API call to the service. the "output" return value is not valid until after SetLoadBalancerRenewalCommon Send returns without error.
See SetLoadBalancerRenewal for more information on using the SetLoadBalancerRenewal API call, and error handling.
// Example sending a request using the SetLoadBalancerRenewalRequest method. req, resp := client.SetLoadBalancerRenewalRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) SetLoadBalancerRenewalWithContext ¶
func (c *CLB) SetLoadBalancerRenewalWithContext(ctx volcengine.Context, input *SetLoadBalancerRenewalInput, opts ...request.Option) (*SetLoadBalancerRenewalOutput, error)
SetLoadBalancerRenewalWithContext is the same as SetLoadBalancerRenewal with the addition of the ability to pass a context and additional request options.
See SetLoadBalancerRenewal for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) TagResources ¶ added in v1.0.20
func (c *CLB) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
TagResources API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation TagResources for usage and error information.
func (*CLB) TagResourcesCommon ¶ added in v1.0.20
TagResourcesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation TagResourcesCommon for usage and error information.
func (*CLB) TagResourcesCommonRequest ¶ added in v1.0.20
func (c *CLB) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
TagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the TagResourcesCommon operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.
See TagResourcesCommon for more information on using the TagResourcesCommon API call, and error handling.
// Example sending a request using the TagResourcesCommonRequest method. req, resp := client.TagResourcesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) TagResourcesCommonWithContext ¶ added in v1.0.20
func (c *CLB) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
TagResourcesCommonWithContext is the same as TagResourcesCommon with the addition of the ability to pass a context and additional request options.
See TagResourcesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) TagResourcesRequest ¶ added in v1.0.20
func (c *CLB) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)
TagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the TagResources operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.
See TagResources for more information on using the TagResources API call, and error handling.
// Example sending a request using the TagResourcesRequest method. req, resp := client.TagResourcesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) TagResourcesWithContext ¶ added in v1.0.20
func (c *CLB) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)
TagResourcesWithContext is the same as TagResources with the addition of the ability to pass a context and additional request options.
See TagResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) UntagResources ¶ added in v1.0.20
func (c *CLB) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
UntagResources API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation UntagResources for usage and error information.
func (*CLB) UntagResourcesCommon ¶ added in v1.0.20
UntagResourcesCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation UntagResourcesCommon for usage and error information.
func (*CLB) UntagResourcesCommonRequest ¶ added in v1.0.20
func (c *CLB) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UntagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the UntagResourcesCommon operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.
See UntagResourcesCommon for more information on using the UntagResourcesCommon API call, and error handling.
// Example sending a request using the UntagResourcesCommonRequest method. req, resp := client.UntagResourcesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) UntagResourcesCommonWithContext ¶ added in v1.0.20
func (c *CLB) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UntagResourcesCommonWithContext is the same as UntagResourcesCommon with the addition of the ability to pass a context and additional request options.
See UntagResourcesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) UntagResourcesRequest ¶ added in v1.0.20
func (c *CLB) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)
UntagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the UntagResources operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.
See UntagResources for more information on using the UntagResources API call, and error handling.
// Example sending a request using the UntagResourcesRequest method. req, resp := client.UntagResourcesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) UntagResourcesWithContext ¶ added in v1.0.20
func (c *CLB) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)
UntagResourcesWithContext is the same as UntagResources with the addition of the ability to pass a context and additional request options.
See UntagResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) UploadCertificate ¶
func (c *CLB) UploadCertificate(input *UploadCertificateInput) (*UploadCertificateOutput, error)
UploadCertificate API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation UploadCertificate for usage and error information.
func (*CLB) UploadCertificateCommon ¶
func (c *CLB) UploadCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UploadCertificateCommon API operation for CLB.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CLB's API operation UploadCertificateCommon for usage and error information.
func (*CLB) UploadCertificateCommonRequest ¶
func (c *CLB) UploadCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UploadCertificateCommonRequest generates a "volcengine/request.Request" representing the client's request for the UploadCertificateCommon operation. The "output" return value will be populated with the UploadCertificateCommon request's response once the request completes successfully.
Use "Send" method on the returned UploadCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after UploadCertificateCommon Send returns without error.
See UploadCertificateCommon for more information on using the UploadCertificateCommon API call, and error handling.
// Example sending a request using the UploadCertificateCommonRequest method. req, resp := client.UploadCertificateCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) UploadCertificateCommonWithContext ¶
func (c *CLB) UploadCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UploadCertificateCommonWithContext is the same as UploadCertificateCommon with the addition of the ability to pass a context and additional request options.
See UploadCertificateCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CLB) UploadCertificateRequest ¶
func (c *CLB) UploadCertificateRequest(input *UploadCertificateInput) (req *request.Request, output *UploadCertificateOutput)
UploadCertificateRequest generates a "volcengine/request.Request" representing the client's request for the UploadCertificate operation. The "output" return value will be populated with the UploadCertificateCommon request's response once the request completes successfully.
Use "Send" method on the returned UploadCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after UploadCertificateCommon Send returns without error.
See UploadCertificate for more information on using the UploadCertificate API call, and error handling.
// Example sending a request using the UploadCertificateRequest method. req, resp := client.UploadCertificateRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CLB) UploadCertificateWithContext ¶
func (c *CLB) UploadCertificateWithContext(ctx volcengine.Context, input *UploadCertificateInput, opts ...request.Option) (*UploadCertificateOutput, error)
UploadCertificateWithContext is the same as UploadCertificate with the addition of the ability to pass a context and additional request options.
See UploadCertificate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type CLBAPI ¶
type CLBAPI interface { AddAclEntriesCommon(*map[string]interface{}) (*map[string]interface{}, error) AddAclEntriesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) AddAclEntriesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) AddAclEntries(*AddAclEntriesInput) (*AddAclEntriesOutput, error) AddAclEntriesWithContext(volcengine.Context, *AddAclEntriesInput, ...request.Option) (*AddAclEntriesOutput, error) AddAclEntriesRequest(*AddAclEntriesInput) (*request.Request, *AddAclEntriesOutput) AddServerGroupBackendServersCommon(*map[string]interface{}) (*map[string]interface{}, error) AddServerGroupBackendServersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) AddServerGroupBackendServersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) AddServerGroupBackendServers(*AddServerGroupBackendServersInput) (*AddServerGroupBackendServersOutput, error) AddServerGroupBackendServersWithContext(volcengine.Context, *AddServerGroupBackendServersInput, ...request.Option) (*AddServerGroupBackendServersOutput, error) AddServerGroupBackendServersRequest(*AddServerGroupBackendServersInput) (*request.Request, *AddServerGroupBackendServersOutput) AttachHealthCheckLogTopicCommon(*map[string]interface{}) (*map[string]interface{}, error) AttachHealthCheckLogTopicCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) AttachHealthCheckLogTopicCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) AttachHealthCheckLogTopic(*AttachHealthCheckLogTopicInput) (*AttachHealthCheckLogTopicOutput, error) AttachHealthCheckLogTopicWithContext(volcengine.Context, *AttachHealthCheckLogTopicInput, ...request.Option) (*AttachHealthCheckLogTopicOutput, error) AttachHealthCheckLogTopicRequest(*AttachHealthCheckLogTopicInput) (*request.Request, *AttachHealthCheckLogTopicOutput) ConvertLoadBalancerBillingTypeCommon(*map[string]interface{}) (*map[string]interface{}, error) ConvertLoadBalancerBillingTypeCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ConvertLoadBalancerBillingTypeCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ConvertLoadBalancerBillingType(*ConvertLoadBalancerBillingTypeInput) (*ConvertLoadBalancerBillingTypeOutput, error) ConvertLoadBalancerBillingTypeWithContext(volcengine.Context, *ConvertLoadBalancerBillingTypeInput, ...request.Option) (*ConvertLoadBalancerBillingTypeOutput, error) ConvertLoadBalancerBillingTypeRequest(*ConvertLoadBalancerBillingTypeInput) (*request.Request, *ConvertLoadBalancerBillingTypeOutput) CreateAclCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateAclCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateAclCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateAcl(*CreateAclInput) (*CreateAclOutput, error) CreateAclWithContext(volcengine.Context, *CreateAclInput, ...request.Option) (*CreateAclOutput, error) CreateAclRequest(*CreateAclInput) (*request.Request, *CreateAclOutput) CreateHealthCheckLogProjectCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateHealthCheckLogProjectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateHealthCheckLogProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateHealthCheckLogProject(*CreateHealthCheckLogProjectInput) (*CreateHealthCheckLogProjectOutput, error) CreateHealthCheckLogProjectWithContext(volcengine.Context, *CreateHealthCheckLogProjectInput, ...request.Option) (*CreateHealthCheckLogProjectOutput, error) CreateHealthCheckLogProjectRequest(*CreateHealthCheckLogProjectInput) (*request.Request, *CreateHealthCheckLogProjectOutput) CreateListenerCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateListenerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateListenerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateListener(*CreateListenerInput) (*CreateListenerOutput, error) CreateListenerWithContext(volcengine.Context, *CreateListenerInput, ...request.Option) (*CreateListenerOutput, error) CreateListenerRequest(*CreateListenerInput) (*request.Request, *CreateListenerOutput) CreateLoadBalancerCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateLoadBalancerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateLoadBalancerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateLoadBalancer(*CreateLoadBalancerInput) (*CreateLoadBalancerOutput, error) CreateLoadBalancerWithContext(volcengine.Context, *CreateLoadBalancerInput, ...request.Option) (*CreateLoadBalancerOutput, error) CreateLoadBalancerRequest(*CreateLoadBalancerInput) (*request.Request, *CreateLoadBalancerOutput) CreateRulesCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateRulesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateRulesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateRules(*CreateRulesInput) (*CreateRulesOutput, error) CreateRulesWithContext(volcengine.Context, *CreateRulesInput, ...request.Option) (*CreateRulesOutput, error) CreateRulesRequest(*CreateRulesInput) (*request.Request, *CreateRulesOutput) CreateServerGroupCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateServerGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateServerGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateServerGroup(*CreateServerGroupInput) (*CreateServerGroupOutput, error) CreateServerGroupWithContext(volcengine.Context, *CreateServerGroupInput, ...request.Option) (*CreateServerGroupOutput, error) CreateServerGroupRequest(*CreateServerGroupInput) (*request.Request, *CreateServerGroupOutput) DeleteAclCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteAclCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteAclCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteAcl(*DeleteAclInput) (*DeleteAclOutput, error) DeleteAclWithContext(volcengine.Context, *DeleteAclInput, ...request.Option) (*DeleteAclOutput, error) DeleteAclRequest(*DeleteAclInput) (*request.Request, *DeleteAclOutput) DeleteCertificateCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteCertificateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteCertificateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteCertificate(*DeleteCertificateInput) (*DeleteCertificateOutput, error) DeleteCertificateWithContext(volcengine.Context, *DeleteCertificateInput, ...request.Option) (*DeleteCertificateOutput, error) DeleteCertificateRequest(*DeleteCertificateInput) (*request.Request, *DeleteCertificateOutput) DeleteHealthCheckLogProjectCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteHealthCheckLogProjectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteHealthCheckLogProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteHealthCheckLogProject(*DeleteHealthCheckLogProjectInput) (*DeleteHealthCheckLogProjectOutput, error) DeleteHealthCheckLogProjectWithContext(volcengine.Context, *DeleteHealthCheckLogProjectInput, ...request.Option) (*DeleteHealthCheckLogProjectOutput, error) DeleteHealthCheckLogProjectRequest(*DeleteHealthCheckLogProjectInput) (*request.Request, *DeleteHealthCheckLogProjectOutput) DeleteListenerCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteListenerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteListenerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteListener(*DeleteListenerInput) (*DeleteListenerOutput, error) DeleteListenerWithContext(volcengine.Context, *DeleteListenerInput, ...request.Option) (*DeleteListenerOutput, error) DeleteListenerRequest(*DeleteListenerInput) (*request.Request, *DeleteListenerOutput) DeleteLoadBalancerCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteLoadBalancerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteLoadBalancerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteLoadBalancer(*DeleteLoadBalancerInput) (*DeleteLoadBalancerOutput, error) DeleteLoadBalancerWithContext(volcengine.Context, *DeleteLoadBalancerInput, ...request.Option) (*DeleteLoadBalancerOutput, error) DeleteLoadBalancerRequest(*DeleteLoadBalancerInput) (*request.Request, *DeleteLoadBalancerOutput) DeleteRulesCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteRulesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteRulesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteRules(*DeleteRulesInput) (*DeleteRulesOutput, error) DeleteRulesWithContext(volcengine.Context, *DeleteRulesInput, ...request.Option) (*DeleteRulesOutput, error) DeleteRulesRequest(*DeleteRulesInput) (*request.Request, *DeleteRulesOutput) DeleteServerGroupCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteServerGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteServerGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteServerGroup(*DeleteServerGroupInput) (*DeleteServerGroupOutput, error) DeleteServerGroupWithContext(volcengine.Context, *DeleteServerGroupInput, ...request.Option) (*DeleteServerGroupOutput, error) DeleteServerGroupRequest(*DeleteServerGroupInput) (*request.Request, *DeleteServerGroupOutput) DescribeAclAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeAclAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeAclAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeAclAttributes(*DescribeAclAttributesInput) (*DescribeAclAttributesOutput, error) DescribeAclAttributesWithContext(volcengine.Context, *DescribeAclAttributesInput, ...request.Option) (*DescribeAclAttributesOutput, error) DescribeAclAttributesRequest(*DescribeAclAttributesInput) (*request.Request, *DescribeAclAttributesOutput) DescribeAclsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeAclsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeAclsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeAcls(*DescribeAclsInput) (*DescribeAclsOutput, error) DescribeAclsWithContext(volcengine.Context, *DescribeAclsInput, ...request.Option) (*DescribeAclsOutput, error) DescribeAclsRequest(*DescribeAclsInput) (*request.Request, *DescribeAclsOutput) DescribeCertificatesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeCertificatesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeCertificatesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeCertificates(*DescribeCertificatesInput) (*DescribeCertificatesOutput, error) DescribeCertificatesWithContext(volcengine.Context, *DescribeCertificatesInput, ...request.Option) (*DescribeCertificatesOutput, error) DescribeCertificatesRequest(*DescribeCertificatesInput) (*request.Request, *DescribeCertificatesOutput) DescribeHealthCheckLogProjectAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeHealthCheckLogProjectAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeHealthCheckLogProjectAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeHealthCheckLogProjectAttributes(*DescribeHealthCheckLogProjectAttributesInput) (*DescribeHealthCheckLogProjectAttributesOutput, error) DescribeHealthCheckLogProjectAttributesWithContext(volcengine.Context, *DescribeHealthCheckLogProjectAttributesInput, ...request.Option) (*DescribeHealthCheckLogProjectAttributesOutput, error) DescribeHealthCheckLogProjectAttributesRequest(*DescribeHealthCheckLogProjectAttributesInput) (*request.Request, *DescribeHealthCheckLogProjectAttributesOutput) DescribeHealthCheckLogTopicAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeHealthCheckLogTopicAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeHealthCheckLogTopicAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeHealthCheckLogTopicAttributes(*DescribeHealthCheckLogTopicAttributesInput) (*DescribeHealthCheckLogTopicAttributesOutput, error) DescribeHealthCheckLogTopicAttributesWithContext(volcengine.Context, *DescribeHealthCheckLogTopicAttributesInput, ...request.Option) (*DescribeHealthCheckLogTopicAttributesOutput, error) DescribeHealthCheckLogTopicAttributesRequest(*DescribeHealthCheckLogTopicAttributesInput) (*request.Request, *DescribeHealthCheckLogTopicAttributesOutput) DescribeListenerAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeListenerAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeListenerAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeListenerAttributes(*DescribeListenerAttributesInput) (*DescribeListenerAttributesOutput, error) DescribeListenerAttributesWithContext(volcengine.Context, *DescribeListenerAttributesInput, ...request.Option) (*DescribeListenerAttributesOutput, error) DescribeListenerAttributesRequest(*DescribeListenerAttributesInput) (*request.Request, *DescribeListenerAttributesOutput) DescribeListenerHealthCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeListenerHealthCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeListenerHealthCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeListenerHealth(*DescribeListenerHealthInput) (*DescribeListenerHealthOutput, error) DescribeListenerHealthWithContext(volcengine.Context, *DescribeListenerHealthInput, ...request.Option) (*DescribeListenerHealthOutput, error) DescribeListenerHealthRequest(*DescribeListenerHealthInput) (*request.Request, *DescribeListenerHealthOutput) DescribeListenersCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeListenersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeListenersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeListeners(*DescribeListenersInput) (*DescribeListenersOutput, error) DescribeListenersWithContext(volcengine.Context, *DescribeListenersInput, ...request.Option) (*DescribeListenersOutput, error) DescribeListenersRequest(*DescribeListenersInput) (*request.Request, *DescribeListenersOutput) DescribeLoadBalancerAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeLoadBalancerAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeLoadBalancerAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeLoadBalancerAttributes(*DescribeLoadBalancerAttributesInput) (*DescribeLoadBalancerAttributesOutput, error) DescribeLoadBalancerAttributesWithContext(volcengine.Context, *DescribeLoadBalancerAttributesInput, ...request.Option) (*DescribeLoadBalancerAttributesOutput, error) DescribeLoadBalancerAttributesRequest(*DescribeLoadBalancerAttributesInput) (*request.Request, *DescribeLoadBalancerAttributesOutput) DescribeLoadBalancersCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeLoadBalancersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeLoadBalancersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeLoadBalancers(*DescribeLoadBalancersInput) (*DescribeLoadBalancersOutput, error) DescribeLoadBalancersWithContext(volcengine.Context, *DescribeLoadBalancersInput, ...request.Option) (*DescribeLoadBalancersOutput, error) DescribeLoadBalancersRequest(*DescribeLoadBalancersInput) (*request.Request, *DescribeLoadBalancersOutput) DescribeLoadBalancersBillingCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeLoadBalancersBillingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeLoadBalancersBillingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeLoadBalancersBilling(*DescribeLoadBalancersBillingInput) (*DescribeLoadBalancersBillingOutput, error) DescribeLoadBalancersBillingWithContext(volcengine.Context, *DescribeLoadBalancersBillingInput, ...request.Option) (*DescribeLoadBalancersBillingOutput, error) DescribeLoadBalancersBillingRequest(*DescribeLoadBalancersBillingInput) (*request.Request, *DescribeLoadBalancersBillingOutput) DescribeRulesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeRulesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeRulesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeRules(*DescribeRulesInput) (*DescribeRulesOutput, error) DescribeRulesWithContext(volcengine.Context, *DescribeRulesInput, ...request.Option) (*DescribeRulesOutput, error) DescribeRulesRequest(*DescribeRulesInput) (*request.Request, *DescribeRulesOutput) DescribeServerGroupAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeServerGroupAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeServerGroupAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeServerGroupAttributes(*DescribeServerGroupAttributesInput) (*DescribeServerGroupAttributesOutput, error) DescribeServerGroupAttributesWithContext(volcengine.Context, *DescribeServerGroupAttributesInput, ...request.Option) (*DescribeServerGroupAttributesOutput, error) DescribeServerGroupAttributesRequest(*DescribeServerGroupAttributesInput) (*request.Request, *DescribeServerGroupAttributesOutput) DescribeServerGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeServerGroupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeServerGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeServerGroups(*DescribeServerGroupsInput) (*DescribeServerGroupsOutput, error) DescribeServerGroupsWithContext(volcengine.Context, *DescribeServerGroupsInput, ...request.Option) (*DescribeServerGroupsOutput, error) DescribeServerGroupsRequest(*DescribeServerGroupsInput) (*request.Request, *DescribeServerGroupsOutput) DescribeZonesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeZonesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeZones(*DescribeZonesInput) (*DescribeZonesOutput, error) DescribeZonesWithContext(volcengine.Context, *DescribeZonesInput, ...request.Option) (*DescribeZonesOutput, error) DescribeZonesRequest(*DescribeZonesInput) (*request.Request, *DescribeZonesOutput) DetachHealthCheckLogTopicCommon(*map[string]interface{}) (*map[string]interface{}, error) DetachHealthCheckLogTopicCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DetachHealthCheckLogTopicCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DetachHealthCheckLogTopic(*DetachHealthCheckLogTopicInput) (*DetachHealthCheckLogTopicOutput, error) DetachHealthCheckLogTopicWithContext(volcengine.Context, *DetachHealthCheckLogTopicInput, ...request.Option) (*DetachHealthCheckLogTopicOutput, error) DetachHealthCheckLogTopicRequest(*DetachHealthCheckLogTopicInput) (*request.Request, *DetachHealthCheckLogTopicOutput) DisableAccessLogCommon(*map[string]interface{}) (*map[string]interface{}, error) DisableAccessLogCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DisableAccessLogCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DisableAccessLog(*DisableAccessLogInput) (*DisableAccessLogOutput, error) DisableAccessLogWithContext(volcengine.Context, *DisableAccessLogInput, ...request.Option) (*DisableAccessLogOutput, error) DisableAccessLogRequest(*DisableAccessLogInput) (*request.Request, *DisableAccessLogOutput) EnableAccessLogCommon(*map[string]interface{}) (*map[string]interface{}, error) EnableAccessLogCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) EnableAccessLogCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) EnableAccessLog(*EnableAccessLogInput) (*EnableAccessLogOutput, error) EnableAccessLogWithContext(volcengine.Context, *EnableAccessLogInput, ...request.Option) (*EnableAccessLogOutput, error) EnableAccessLogRequest(*EnableAccessLogInput) (*request.Request, *EnableAccessLogOutput) ListTagsForResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error) ListTagsForResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ListTagsForResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ListTagsForResources(*ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error) ListTagsForResourcesWithContext(volcengine.Context, *ListTagsForResourcesInput, ...request.Option) (*ListTagsForResourcesOutput, error) ListTagsForResourcesRequest(*ListTagsForResourcesInput) (*request.Request, *ListTagsForResourcesOutput) ModifyAclAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyAclAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyAclAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyAclAttributes(*ModifyAclAttributesInput) (*ModifyAclAttributesOutput, error) ModifyAclAttributesWithContext(volcengine.Context, *ModifyAclAttributesInput, ...request.Option) (*ModifyAclAttributesOutput, error) ModifyAclAttributesRequest(*ModifyAclAttributesInput) (*request.Request, *ModifyAclAttributesOutput) ModifyCertificateAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyCertificateAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyCertificateAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyCertificateAttributes(*ModifyCertificateAttributesInput) (*ModifyCertificateAttributesOutput, error) ModifyCertificateAttributesWithContext(volcengine.Context, *ModifyCertificateAttributesInput, ...request.Option) (*ModifyCertificateAttributesOutput, error) ModifyCertificateAttributesRequest(*ModifyCertificateAttributesInput) (*request.Request, *ModifyCertificateAttributesOutput) ModifyListenerAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyListenerAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyListenerAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyListenerAttributes(*ModifyListenerAttributesInput) (*ModifyListenerAttributesOutput, error) ModifyListenerAttributesWithContext(volcengine.Context, *ModifyListenerAttributesInput, ...request.Option) (*ModifyListenerAttributesOutput, error) ModifyListenerAttributesRequest(*ModifyListenerAttributesInput) (*request.Request, *ModifyListenerAttributesOutput) ModifyLoadBalancerAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyLoadBalancerAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyLoadBalancerAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyLoadBalancerAttributes(*ModifyLoadBalancerAttributesInput) (*ModifyLoadBalancerAttributesOutput, error) ModifyLoadBalancerAttributesWithContext(volcengine.Context, *ModifyLoadBalancerAttributesInput, ...request.Option) (*ModifyLoadBalancerAttributesOutput, error) ModifyLoadBalancerAttributesRequest(*ModifyLoadBalancerAttributesInput) (*request.Request, *ModifyLoadBalancerAttributesOutput) ModifyRulesCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyRulesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyRulesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyRules(*ModifyRulesInput) (*ModifyRulesOutput, error) ModifyRulesWithContext(volcengine.Context, *ModifyRulesInput, ...request.Option) (*ModifyRulesOutput, error) ModifyRulesRequest(*ModifyRulesInput) (*request.Request, *ModifyRulesOutput) ModifyServerGroupAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyServerGroupAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyServerGroupAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyServerGroupAttributes(*ModifyServerGroupAttributesInput) (*ModifyServerGroupAttributesOutput, error) ModifyServerGroupAttributesWithContext(volcengine.Context, *ModifyServerGroupAttributesInput, ...request.Option) (*ModifyServerGroupAttributesOutput, error) ModifyServerGroupAttributesRequest(*ModifyServerGroupAttributesInput) (*request.Request, *ModifyServerGroupAttributesOutput) RemoveAclEntriesCommon(*map[string]interface{}) (*map[string]interface{}, error) RemoveAclEntriesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) RemoveAclEntriesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) RemoveAclEntries(*RemoveAclEntriesInput) (*RemoveAclEntriesOutput, error) RemoveAclEntriesWithContext(volcengine.Context, *RemoveAclEntriesInput, ...request.Option) (*RemoveAclEntriesOutput, error) RemoveAclEntriesRequest(*RemoveAclEntriesInput) (*request.Request, *RemoveAclEntriesOutput) RemoveServerGroupBackendServersCommon(*map[string]interface{}) (*map[string]interface{}, error) RemoveServerGroupBackendServersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) RemoveServerGroupBackendServersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) RemoveServerGroupBackendServers(*RemoveServerGroupBackendServersInput) (*RemoveServerGroupBackendServersOutput, error) RemoveServerGroupBackendServersWithContext(volcengine.Context, *RemoveServerGroupBackendServersInput, ...request.Option) (*RemoveServerGroupBackendServersOutput, error) RemoveServerGroupBackendServersRequest(*RemoveServerGroupBackendServersInput) (*request.Request, *RemoveServerGroupBackendServersOutput) RenewLoadBalancerCommon(*map[string]interface{}) (*map[string]interface{}, error) RenewLoadBalancerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) RenewLoadBalancerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) RenewLoadBalancer(*RenewLoadBalancerInput) (*RenewLoadBalancerOutput, error) RenewLoadBalancerWithContext(volcengine.Context, *RenewLoadBalancerInput, ...request.Option) (*RenewLoadBalancerOutput, error) RenewLoadBalancerRequest(*RenewLoadBalancerInput) (*request.Request, *RenewLoadBalancerOutput) SetLoadBalancerRenewalCommon(*map[string]interface{}) (*map[string]interface{}, error) SetLoadBalancerRenewalCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) SetLoadBalancerRenewalCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) SetLoadBalancerRenewal(*SetLoadBalancerRenewalInput) (*SetLoadBalancerRenewalOutput, error) SetLoadBalancerRenewalWithContext(volcengine.Context, *SetLoadBalancerRenewalInput, ...request.Option) (*SetLoadBalancerRenewalOutput, error) SetLoadBalancerRenewalRequest(*SetLoadBalancerRenewalInput) (*request.Request, *SetLoadBalancerRenewalOutput) TagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error) TagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) TagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) TagResources(*TagResourcesInput) (*TagResourcesOutput, error) TagResourcesWithContext(volcengine.Context, *TagResourcesInput, ...request.Option) (*TagResourcesOutput, error) TagResourcesRequest(*TagResourcesInput) (*request.Request, *TagResourcesOutput) UntagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error) UntagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UntagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UntagResources(*UntagResourcesInput) (*UntagResourcesOutput, error) UntagResourcesWithContext(volcengine.Context, *UntagResourcesInput, ...request.Option) (*UntagResourcesOutput, error) UntagResourcesRequest(*UntagResourcesInput) (*request.Request, *UntagResourcesOutput) UploadCertificateCommon(*map[string]interface{}) (*map[string]interface{}, error) UploadCertificateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UploadCertificateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UploadCertificate(*UploadCertificateInput) (*UploadCertificateOutput, error) UploadCertificateWithContext(volcengine.Context, *UploadCertificateInput, ...request.Option) (*UploadCertificateOutput, error) UploadCertificateRequest(*UploadCertificateInput) (*request.Request, *UploadCertificateOutput) }
CLBAPI provides an interface to enable mocking the clb.CLB service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to // CLB. func myFunc(svc CLBAPI) bool { // Make svc.AddAclEntries request } func main() { sess := session.New() svc := clb.New(sess) myFunc(svc) }
type CertificateForDescribeCertificatesOutput ¶
type CertificateForDescribeCertificatesOutput struct { CertificateId *string `type:"string"` CertificateName *string `type:"string"` CreateTime *string `type:"string"` Description *string `type:"string"` DomainName *string `type:"string"` ExpiredAt *string `type:"string"` Listeners []*string `type:"list"` ProjectName *string `type:"string"` // contains filtered or unexported fields }
func (CertificateForDescribeCertificatesOutput) GoString ¶
func (s CertificateForDescribeCertificatesOutput) GoString() string
GoString returns the string representation
func (*CertificateForDescribeCertificatesOutput) SetCertificateId ¶
func (s *CertificateForDescribeCertificatesOutput) SetCertificateId(v string) *CertificateForDescribeCertificatesOutput
SetCertificateId sets the CertificateId field's value.
func (*CertificateForDescribeCertificatesOutput) SetCertificateName ¶
func (s *CertificateForDescribeCertificatesOutput) SetCertificateName(v string) *CertificateForDescribeCertificatesOutput
SetCertificateName sets the CertificateName field's value.
func (*CertificateForDescribeCertificatesOutput) SetCreateTime ¶
func (s *CertificateForDescribeCertificatesOutput) SetCreateTime(v string) *CertificateForDescribeCertificatesOutput
SetCreateTime sets the CreateTime field's value.
func (*CertificateForDescribeCertificatesOutput) SetDescription ¶
func (s *CertificateForDescribeCertificatesOutput) SetDescription(v string) *CertificateForDescribeCertificatesOutput
SetDescription sets the Description field's value.
func (*CertificateForDescribeCertificatesOutput) SetDomainName ¶
func (s *CertificateForDescribeCertificatesOutput) SetDomainName(v string) *CertificateForDescribeCertificatesOutput
SetDomainName sets the DomainName field's value.
func (*CertificateForDescribeCertificatesOutput) SetExpiredAt ¶
func (s *CertificateForDescribeCertificatesOutput) SetExpiredAt(v string) *CertificateForDescribeCertificatesOutput
SetExpiredAt sets the ExpiredAt field's value.
func (*CertificateForDescribeCertificatesOutput) SetListeners ¶
func (s *CertificateForDescribeCertificatesOutput) SetListeners(v []*string) *CertificateForDescribeCertificatesOutput
SetListeners sets the Listeners field's value.
func (*CertificateForDescribeCertificatesOutput) SetProjectName ¶ added in v1.0.20
func (s *CertificateForDescribeCertificatesOutput) SetProjectName(v string) *CertificateForDescribeCertificatesOutput
SetProjectName sets the ProjectName field's value.
func (CertificateForDescribeCertificatesOutput) String ¶
func (s CertificateForDescribeCertificatesOutput) String() string
String returns the string representation
type ConvertLoadBalancerBillingTypeInput ¶
type ConvertLoadBalancerBillingTypeInput struct { // LoadBalancerBillingType is a required field LoadBalancerBillingType *int64 `type:"integer" required:"true"` // LoadBalancerId is a required field LoadBalancerId *string `type:"string" required:"true"` LoadBalancerSpec *string `type:"string"` Period *int64 `type:"integer"` PeriodUnit *string `type:"string"` // contains filtered or unexported fields }
func (ConvertLoadBalancerBillingTypeInput) GoString ¶
func (s ConvertLoadBalancerBillingTypeInput) GoString() string
GoString returns the string representation
func (*ConvertLoadBalancerBillingTypeInput) SetLoadBalancerBillingType ¶
func (s *ConvertLoadBalancerBillingTypeInput) SetLoadBalancerBillingType(v int64) *ConvertLoadBalancerBillingTypeInput
SetLoadBalancerBillingType sets the LoadBalancerBillingType field's value.
func (*ConvertLoadBalancerBillingTypeInput) SetLoadBalancerId ¶
func (s *ConvertLoadBalancerBillingTypeInput) SetLoadBalancerId(v string) *ConvertLoadBalancerBillingTypeInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*ConvertLoadBalancerBillingTypeInput) SetLoadBalancerSpec ¶ added in v1.0.110
func (s *ConvertLoadBalancerBillingTypeInput) SetLoadBalancerSpec(v string) *ConvertLoadBalancerBillingTypeInput
SetLoadBalancerSpec sets the LoadBalancerSpec field's value.
func (*ConvertLoadBalancerBillingTypeInput) SetPeriod ¶
func (s *ConvertLoadBalancerBillingTypeInput) SetPeriod(v int64) *ConvertLoadBalancerBillingTypeInput
SetPeriod sets the Period field's value.
func (*ConvertLoadBalancerBillingTypeInput) SetPeriodUnit ¶
func (s *ConvertLoadBalancerBillingTypeInput) SetPeriodUnit(v string) *ConvertLoadBalancerBillingTypeInput
SetPeriodUnit sets the PeriodUnit field's value.
func (ConvertLoadBalancerBillingTypeInput) String ¶
func (s ConvertLoadBalancerBillingTypeInput) String() string
String returns the string representation
func (*ConvertLoadBalancerBillingTypeInput) Validate ¶
func (s *ConvertLoadBalancerBillingTypeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConvertLoadBalancerBillingTypeOutput ¶
type ConvertLoadBalancerBillingTypeOutput struct { Metadata *response.ResponseMetadata OrderId *string `type:"string"` RequestId *string `type:"string"` // contains filtered or unexported fields }
func (ConvertLoadBalancerBillingTypeOutput) GoString ¶
func (s ConvertLoadBalancerBillingTypeOutput) GoString() string
GoString returns the string representation
func (*ConvertLoadBalancerBillingTypeOutput) SetOrderId ¶
func (s *ConvertLoadBalancerBillingTypeOutput) SetOrderId(v string) *ConvertLoadBalancerBillingTypeOutput
SetOrderId sets the OrderId field's value.
func (*ConvertLoadBalancerBillingTypeOutput) SetRequestId ¶
func (s *ConvertLoadBalancerBillingTypeOutput) SetRequestId(v string) *ConvertLoadBalancerBillingTypeOutput
SetRequestId sets the RequestId field's value.
func (ConvertLoadBalancerBillingTypeOutput) String ¶
func (s ConvertLoadBalancerBillingTypeOutput) String() string
String returns the string representation
type CreateAclInput ¶
type CreateAclInput struct { AclName *string `min:"2" max:"255" type:"string"` Description *string `type:"string"` ProjectName *string `type:"string"` Tags []*TagForCreateAclInput `type:"list"` // contains filtered or unexported fields }
func (CreateAclInput) GoString ¶
func (s CreateAclInput) GoString() string
GoString returns the string representation
func (*CreateAclInput) SetAclName ¶
func (s *CreateAclInput) SetAclName(v string) *CreateAclInput
SetAclName sets the AclName field's value.
func (*CreateAclInput) SetDescription ¶
func (s *CreateAclInput) SetDescription(v string) *CreateAclInput
SetDescription sets the Description field's value.
func (*CreateAclInput) SetProjectName ¶ added in v1.0.20
func (s *CreateAclInput) SetProjectName(v string) *CreateAclInput
SetProjectName sets the ProjectName field's value.
func (*CreateAclInput) SetTags ¶ added in v1.0.80
func (s *CreateAclInput) SetTags(v []*TagForCreateAclInput) *CreateAclInput
SetTags sets the Tags field's value.
func (CreateAclInput) String ¶
func (s CreateAclInput) String() string
String returns the string representation
func (*CreateAclInput) Validate ¶
func (s *CreateAclInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAclOutput ¶
type CreateAclOutput struct { Metadata *response.ResponseMetadata AclId *string `type:"string"` RequestId *string `type:"string"` // contains filtered or unexported fields }
func (CreateAclOutput) GoString ¶
func (s CreateAclOutput) GoString() string
GoString returns the string representation
func (*CreateAclOutput) SetAclId ¶
func (s *CreateAclOutput) SetAclId(v string) *CreateAclOutput
SetAclId sets the AclId field's value.
func (*CreateAclOutput) SetRequestId ¶
func (s *CreateAclOutput) SetRequestId(v string) *CreateAclOutput
SetRequestId sets the RequestId field's value.
func (CreateAclOutput) String ¶
func (s CreateAclOutput) String() string
String returns the string representation
type CreateHealthCheckLogProjectInput ¶ added in v1.0.7
type CreateHealthCheckLogProjectInput struct {
// contains filtered or unexported fields
}
func (CreateHealthCheckLogProjectInput) GoString ¶ added in v1.0.7
func (s CreateHealthCheckLogProjectInput) GoString() string
GoString returns the string representation
func (CreateHealthCheckLogProjectInput) String ¶ added in v1.0.7
func (s CreateHealthCheckLogProjectInput) String() string
String returns the string representation
type CreateHealthCheckLogProjectOutput ¶ added in v1.0.7
type CreateHealthCheckLogProjectOutput struct { Metadata *response.ResponseMetadata LogProjectId *string `type:"string"` RequestId *string `type:"string"` // contains filtered or unexported fields }
func (CreateHealthCheckLogProjectOutput) GoString ¶ added in v1.0.7
func (s CreateHealthCheckLogProjectOutput) GoString() string
GoString returns the string representation
func (*CreateHealthCheckLogProjectOutput) SetLogProjectId ¶ added in v1.0.7
func (s *CreateHealthCheckLogProjectOutput) SetLogProjectId(v string) *CreateHealthCheckLogProjectOutput
SetLogProjectId sets the LogProjectId field's value.
func (*CreateHealthCheckLogProjectOutput) SetRequestId ¶ added in v1.0.7
func (s *CreateHealthCheckLogProjectOutput) SetRequestId(v string) *CreateHealthCheckLogProjectOutput
SetRequestId sets the RequestId field's value.
func (CreateHealthCheckLogProjectOutput) String ¶ added in v1.0.7
func (s CreateHealthCheckLogProjectOutput) String() string
String returns the string representation
type CreateListenerInput ¶
type CreateListenerInput struct { AclIds []*string `type:"list"` AclStatus *string `type:"string"` AclType *string `type:"string"` Bandwidth *int64 `type:"integer"` CertificateId *string `type:"string"` ConnectionDrainEnabled *string `type:"string"` ConnectionDrainTimeout *int64 `type:"integer"` Description *string `type:"string"` Enabled *string `type:"string"` EstablishedTimeout *int64 `type:"integer"` HealthCheck *HealthCheckForCreateListenerInput `type:"structure"` ListenerName *string `type:"string"` // LoadBalancerId is a required field LoadBalancerId *string `type:"string" required:"true"` PersistenceTimeout *int64 `type:"integer"` PersistenceType *string `type:"string"` // Port is a required field Port *int64 `type:"integer" required:"true"` // Protocol is a required field Protocol *string `type:"string" required:"true"` ProxyProtocolType *string `type:"string"` Scheduler *string `type:"string"` // ServerGroupId is a required field ServerGroupId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateListenerInput) GoString ¶
func (s CreateListenerInput) GoString() string
GoString returns the string representation
func (*CreateListenerInput) SetAclIds ¶
func (s *CreateListenerInput) SetAclIds(v []*string) *CreateListenerInput
SetAclIds sets the AclIds field's value.
func (*CreateListenerInput) SetAclStatus ¶
func (s *CreateListenerInput) SetAclStatus(v string) *CreateListenerInput
SetAclStatus sets the AclStatus field's value.
func (*CreateListenerInput) SetAclType ¶
func (s *CreateListenerInput) SetAclType(v string) *CreateListenerInput
SetAclType sets the AclType field's value.
func (*CreateListenerInput) SetBandwidth ¶ added in v1.0.72
func (s *CreateListenerInput) SetBandwidth(v int64) *CreateListenerInput
SetBandwidth sets the Bandwidth field's value.
func (*CreateListenerInput) SetCertificateId ¶
func (s *CreateListenerInput) SetCertificateId(v string) *CreateListenerInput
SetCertificateId sets the CertificateId field's value.
func (*CreateListenerInput) SetConnectionDrainEnabled ¶ added in v1.0.101
func (s *CreateListenerInput) SetConnectionDrainEnabled(v string) *CreateListenerInput
SetConnectionDrainEnabled sets the ConnectionDrainEnabled field's value.
func (*CreateListenerInput) SetConnectionDrainTimeout ¶ added in v1.0.101
func (s *CreateListenerInput) SetConnectionDrainTimeout(v int64) *CreateListenerInput
SetConnectionDrainTimeout sets the ConnectionDrainTimeout field's value.
func (*CreateListenerInput) SetDescription ¶
func (s *CreateListenerInput) SetDescription(v string) *CreateListenerInput
SetDescription sets the Description field's value.
func (*CreateListenerInput) SetEnabled ¶
func (s *CreateListenerInput) SetEnabled(v string) *CreateListenerInput
SetEnabled sets the Enabled field's value.
func (*CreateListenerInput) SetEstablishedTimeout ¶
func (s *CreateListenerInput) SetEstablishedTimeout(v int64) *CreateListenerInput
SetEstablishedTimeout sets the EstablishedTimeout field's value.
func (*CreateListenerInput) SetHealthCheck ¶
func (s *CreateListenerInput) SetHealthCheck(v *HealthCheckForCreateListenerInput) *CreateListenerInput
SetHealthCheck sets the HealthCheck field's value.
func (*CreateListenerInput) SetListenerName ¶
func (s *CreateListenerInput) SetListenerName(v string) *CreateListenerInput
SetListenerName sets the ListenerName field's value.
func (*CreateListenerInput) SetLoadBalancerId ¶
func (s *CreateListenerInput) SetLoadBalancerId(v string) *CreateListenerInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*CreateListenerInput) SetPersistenceTimeout ¶ added in v1.0.58
func (s *CreateListenerInput) SetPersistenceTimeout(v int64) *CreateListenerInput
SetPersistenceTimeout sets the PersistenceTimeout field's value.
func (*CreateListenerInput) SetPersistenceType ¶ added in v1.0.58
func (s *CreateListenerInput) SetPersistenceType(v string) *CreateListenerInput
SetPersistenceType sets the PersistenceType field's value.
func (*CreateListenerInput) SetPort ¶
func (s *CreateListenerInput) SetPort(v int64) *CreateListenerInput
SetPort sets the Port field's value.
func (*CreateListenerInput) SetProtocol ¶
func (s *CreateListenerInput) SetProtocol(v string) *CreateListenerInput
SetProtocol sets the Protocol field's value.
func (*CreateListenerInput) SetProxyProtocolType ¶ added in v1.0.58
func (s *CreateListenerInput) SetProxyProtocolType(v string) *CreateListenerInput
SetProxyProtocolType sets the ProxyProtocolType field's value.
func (*CreateListenerInput) SetScheduler ¶
func (s *CreateListenerInput) SetScheduler(v string) *CreateListenerInput
SetScheduler sets the Scheduler field's value.
func (*CreateListenerInput) SetServerGroupId ¶
func (s *CreateListenerInput) SetServerGroupId(v string) *CreateListenerInput
SetServerGroupId sets the ServerGroupId field's value.
func (CreateListenerInput) String ¶
func (s CreateListenerInput) String() string
String returns the string representation
func (*CreateListenerInput) Validate ¶
func (s *CreateListenerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateListenerOutput ¶
type CreateListenerOutput struct { Metadata *response.ResponseMetadata ListenerId *string `type:"string"` RequestId *string `type:"string"` // contains filtered or unexported fields }
func (CreateListenerOutput) GoString ¶
func (s CreateListenerOutput) GoString() string
GoString returns the string representation
func (*CreateListenerOutput) SetListenerId ¶
func (s *CreateListenerOutput) SetListenerId(v string) *CreateListenerOutput
SetListenerId sets the ListenerId field's value.
func (*CreateListenerOutput) SetRequestId ¶
func (s *CreateListenerOutput) SetRequestId(v string) *CreateListenerOutput
SetRequestId sets the RequestId field's value.
func (CreateListenerOutput) String ¶
func (s CreateListenerOutput) String() string
String returns the string representation
type CreateLoadBalancerInput ¶
type CreateLoadBalancerInput struct { AddressIpVersion *string `type:"string"` ClientToken *string `type:"string"` Description *string `type:"string"` EipBillingConfig *EipBillingConfigForCreateLoadBalancerInput `type:"structure"` EniAddress *string `type:"string"` EniIpv6Address *string `type:"string"` LoadBalancerBillingType *int64 `type:"integer"` LoadBalancerName *string `type:"string"` LoadBalancerSpec *string `type:"string"` MasterZoneId *string `type:"string"` ModificationProtectionReason *string `type:"string"` ModificationProtectionStatus *string `type:"string"` Period *int64 `type:"integer"` PeriodUnit *string `type:"string"` ProjectName *string `type:"string"` // RegionId is a required field RegionId *string `type:"string" required:"true"` SlaveZoneId *string `type:"string"` // SubnetId is a required field SubnetId *string `type:"string" required:"true"` Tags []*TagForCreateLoadBalancerInput `type:"list"` // Type is a required field Type *string `type:"string" required:"true"` VpcId *string `type:"string"` ZoneType *string `type:"string"` // contains filtered or unexported fields }
func (CreateLoadBalancerInput) GoString ¶
func (s CreateLoadBalancerInput) GoString() string
GoString returns the string representation
func (*CreateLoadBalancerInput) SetAddressIpVersion ¶ added in v1.0.72
func (s *CreateLoadBalancerInput) SetAddressIpVersion(v string) *CreateLoadBalancerInput
SetAddressIpVersion sets the AddressIpVersion field's value.
func (*CreateLoadBalancerInput) SetClientToken ¶ added in v1.0.49
func (s *CreateLoadBalancerInput) SetClientToken(v string) *CreateLoadBalancerInput
SetClientToken sets the ClientToken field's value.
func (*CreateLoadBalancerInput) SetDescription ¶
func (s *CreateLoadBalancerInput) SetDescription(v string) *CreateLoadBalancerInput
SetDescription sets the Description field's value.
func (*CreateLoadBalancerInput) SetEipBillingConfig ¶
func (s *CreateLoadBalancerInput) SetEipBillingConfig(v *EipBillingConfigForCreateLoadBalancerInput) *CreateLoadBalancerInput
SetEipBillingConfig sets the EipBillingConfig field's value.
func (*CreateLoadBalancerInput) SetEniAddress ¶
func (s *CreateLoadBalancerInput) SetEniAddress(v string) *CreateLoadBalancerInput
SetEniAddress sets the EniAddress field's value.
func (*CreateLoadBalancerInput) SetEniIpv6Address ¶ added in v1.0.72
func (s *CreateLoadBalancerInput) SetEniIpv6Address(v string) *CreateLoadBalancerInput
SetEniIpv6Address sets the EniIpv6Address field's value.
func (*CreateLoadBalancerInput) SetLoadBalancerBillingType ¶
func (s *CreateLoadBalancerInput) SetLoadBalancerBillingType(v int64) *CreateLoadBalancerInput
SetLoadBalancerBillingType sets the LoadBalancerBillingType field's value.
func (*CreateLoadBalancerInput) SetLoadBalancerName ¶
func (s *CreateLoadBalancerInput) SetLoadBalancerName(v string) *CreateLoadBalancerInput
SetLoadBalancerName sets the LoadBalancerName field's value.
func (*CreateLoadBalancerInput) SetLoadBalancerSpec ¶
func (s *CreateLoadBalancerInput) SetLoadBalancerSpec(v string) *CreateLoadBalancerInput
SetLoadBalancerSpec sets the LoadBalancerSpec field's value.
func (*CreateLoadBalancerInput) SetMasterZoneId ¶ added in v1.0.49
func (s *CreateLoadBalancerInput) SetMasterZoneId(v string) *CreateLoadBalancerInput
SetMasterZoneId sets the MasterZoneId field's value.
func (*CreateLoadBalancerInput) SetModificationProtectionReason ¶
func (s *CreateLoadBalancerInput) SetModificationProtectionReason(v string) *CreateLoadBalancerInput
SetModificationProtectionReason sets the ModificationProtectionReason field's value.
func (*CreateLoadBalancerInput) SetModificationProtectionStatus ¶
func (s *CreateLoadBalancerInput) SetModificationProtectionStatus(v string) *CreateLoadBalancerInput
SetModificationProtectionStatus sets the ModificationProtectionStatus field's value.
func (*CreateLoadBalancerInput) SetPeriod ¶
func (s *CreateLoadBalancerInput) SetPeriod(v int64) *CreateLoadBalancerInput
SetPeriod sets the Period field's value.
func (*CreateLoadBalancerInput) SetPeriodUnit ¶
func (s *CreateLoadBalancerInput) SetPeriodUnit(v string) *CreateLoadBalancerInput
SetPeriodUnit sets the PeriodUnit field's value.
func (*CreateLoadBalancerInput) SetProjectName ¶ added in v1.0.20
func (s *CreateLoadBalancerInput) SetProjectName(v string) *CreateLoadBalancerInput
SetProjectName sets the ProjectName field's value.
func (*CreateLoadBalancerInput) SetRegionId ¶
func (s *CreateLoadBalancerInput) SetRegionId(v string) *CreateLoadBalancerInput
SetRegionId sets the RegionId field's value.
func (*CreateLoadBalancerInput) SetSlaveZoneId ¶ added in v1.0.49
func (s *CreateLoadBalancerInput) SetSlaveZoneId(v string) *CreateLoadBalancerInput
SetSlaveZoneId sets the SlaveZoneId field's value.
func (*CreateLoadBalancerInput) SetSubnetId ¶
func (s *CreateLoadBalancerInput) SetSubnetId(v string) *CreateLoadBalancerInput
SetSubnetId sets the SubnetId field's value.
func (*CreateLoadBalancerInput) SetTags ¶ added in v1.0.20
func (s *CreateLoadBalancerInput) SetTags(v []*TagForCreateLoadBalancerInput) *CreateLoadBalancerInput
SetTags sets the Tags field's value.
func (*CreateLoadBalancerInput) SetType ¶
func (s *CreateLoadBalancerInput) SetType(v string) *CreateLoadBalancerInput
SetType sets the Type field's value.
func (*CreateLoadBalancerInput) SetVpcId ¶
func (s *CreateLoadBalancerInput) SetVpcId(v string) *CreateLoadBalancerInput
SetVpcId sets the VpcId field's value.
func (*CreateLoadBalancerInput) SetZoneType ¶ added in v1.0.110
func (s *CreateLoadBalancerInput) SetZoneType(v string) *CreateLoadBalancerInput
SetZoneType sets the ZoneType field's value.
func (CreateLoadBalancerInput) String ¶
func (s CreateLoadBalancerInput) String() string
String returns the string representation
func (*CreateLoadBalancerInput) Validate ¶
func (s *CreateLoadBalancerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateLoadBalancerOutput ¶
type CreateLoadBalancerOutput struct { Metadata *response.ResponseMetadata LoadBalancerId *string `type:"string"` OrderId *string `type:"string"` RequestId *string `type:"string"` // contains filtered or unexported fields }
func (CreateLoadBalancerOutput) GoString ¶
func (s CreateLoadBalancerOutput) GoString() string
GoString returns the string representation
func (*CreateLoadBalancerOutput) SetLoadBalancerId ¶
func (s *CreateLoadBalancerOutput) SetLoadBalancerId(v string) *CreateLoadBalancerOutput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*CreateLoadBalancerOutput) SetOrderId ¶
func (s *CreateLoadBalancerOutput) SetOrderId(v string) *CreateLoadBalancerOutput
SetOrderId sets the OrderId field's value.
func (*CreateLoadBalancerOutput) SetRequestId ¶
func (s *CreateLoadBalancerOutput) SetRequestId(v string) *CreateLoadBalancerOutput
SetRequestId sets the RequestId field's value.
func (CreateLoadBalancerOutput) String ¶
func (s CreateLoadBalancerOutput) String() string
String returns the string representation
type CreateRulesInput ¶
type CreateRulesInput struct { // ListenerId is a required field ListenerId *string `type:"string" required:"true"` // Rules is a required field Rules []*RuleForCreateRulesInput `type:"list" required:"true"` // contains filtered or unexported fields }
func (CreateRulesInput) GoString ¶
func (s CreateRulesInput) GoString() string
GoString returns the string representation
func (*CreateRulesInput) SetListenerId ¶
func (s *CreateRulesInput) SetListenerId(v string) *CreateRulesInput
SetListenerId sets the ListenerId field's value.
func (*CreateRulesInput) SetRules ¶
func (s *CreateRulesInput) SetRules(v []*RuleForCreateRulesInput) *CreateRulesInput
SetRules sets the Rules field's value.
func (CreateRulesInput) String ¶
func (s CreateRulesInput) String() string
String returns the string representation
func (*CreateRulesInput) Validate ¶
func (s *CreateRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateRulesOutput ¶
type CreateRulesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` RuleIds []*string `type:"list"` // contains filtered or unexported fields }
func (CreateRulesOutput) GoString ¶
func (s CreateRulesOutput) GoString() string
GoString returns the string representation
func (*CreateRulesOutput) SetRequestId ¶
func (s *CreateRulesOutput) SetRequestId(v string) *CreateRulesOutput
SetRequestId sets the RequestId field's value.
func (*CreateRulesOutput) SetRuleIds ¶
func (s *CreateRulesOutput) SetRuleIds(v []*string) *CreateRulesOutput
SetRuleIds sets the RuleIds field's value.
func (CreateRulesOutput) String ¶
func (s CreateRulesOutput) String() string
String returns the string representation
type CreateServerGroupInput ¶
type CreateServerGroupInput struct { AddressIpVersion *string `type:"string"` Description *string `type:"string"` // LoadBalancerId is a required field LoadBalancerId *string `type:"string" required:"true"` ServerGroupName *string `type:"string"` Servers []*ServerForCreateServerGroupInput `type:"list"` Type *string `type:"string"` // contains filtered or unexported fields }
func (CreateServerGroupInput) GoString ¶
func (s CreateServerGroupInput) GoString() string
GoString returns the string representation
func (*CreateServerGroupInput) SetAddressIpVersion ¶ added in v1.0.110
func (s *CreateServerGroupInput) SetAddressIpVersion(v string) *CreateServerGroupInput
SetAddressIpVersion sets the AddressIpVersion field's value.
func (*CreateServerGroupInput) SetDescription ¶
func (s *CreateServerGroupInput) SetDescription(v string) *CreateServerGroupInput
SetDescription sets the Description field's value.
func (*CreateServerGroupInput) SetLoadBalancerId ¶
func (s *CreateServerGroupInput) SetLoadBalancerId(v string) *CreateServerGroupInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*CreateServerGroupInput) SetServerGroupName ¶
func (s *CreateServerGroupInput) SetServerGroupName(v string) *CreateServerGroupInput
SetServerGroupName sets the ServerGroupName field's value.
func (*CreateServerGroupInput) SetServers ¶
func (s *CreateServerGroupInput) SetServers(v []*ServerForCreateServerGroupInput) *CreateServerGroupInput
SetServers sets the Servers field's value.
func (*CreateServerGroupInput) SetType ¶ added in v1.0.86
func (s *CreateServerGroupInput) SetType(v string) *CreateServerGroupInput
SetType sets the Type field's value.
func (CreateServerGroupInput) String ¶
func (s CreateServerGroupInput) String() string
String returns the string representation
func (*CreateServerGroupInput) Validate ¶
func (s *CreateServerGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateServerGroupOutput ¶
type CreateServerGroupOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` ServerGroupId *string `type:"string"` // contains filtered or unexported fields }
func (CreateServerGroupOutput) GoString ¶
func (s CreateServerGroupOutput) GoString() string
GoString returns the string representation
func (*CreateServerGroupOutput) SetRequestId ¶
func (s *CreateServerGroupOutput) SetRequestId(v string) *CreateServerGroupOutput
SetRequestId sets the RequestId field's value.
func (*CreateServerGroupOutput) SetServerGroupId ¶
func (s *CreateServerGroupOutput) SetServerGroupId(v string) *CreateServerGroupOutput
SetServerGroupId sets the ServerGroupId field's value.
func (CreateServerGroupOutput) String ¶
func (s CreateServerGroupOutput) String() string
String returns the string representation
type DeleteAclInput ¶
type DeleteAclInput struct { // AclId is a required field AclId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteAclInput) GoString ¶
func (s DeleteAclInput) GoString() string
GoString returns the string representation
func (*DeleteAclInput) SetAclId ¶
func (s *DeleteAclInput) SetAclId(v string) *DeleteAclInput
SetAclId sets the AclId field's value.
func (DeleteAclInput) String ¶
func (s DeleteAclInput) String() string
String returns the string representation
func (*DeleteAclInput) Validate ¶
func (s *DeleteAclInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAclOutput ¶
type DeleteAclOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DeleteAclOutput) GoString ¶
func (s DeleteAclOutput) GoString() string
GoString returns the string representation
func (*DeleteAclOutput) SetRequestId ¶
func (s *DeleteAclOutput) SetRequestId(v string) *DeleteAclOutput
SetRequestId sets the RequestId field's value.
func (DeleteAclOutput) String ¶
func (s DeleteAclOutput) String() string
String returns the string representation
type DeleteCertificateInput ¶
type DeleteCertificateInput struct { // CertificateId is a required field CertificateId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteCertificateInput) GoString ¶
func (s DeleteCertificateInput) GoString() string
GoString returns the string representation
func (*DeleteCertificateInput) SetCertificateId ¶
func (s *DeleteCertificateInput) SetCertificateId(v string) *DeleteCertificateInput
SetCertificateId sets the CertificateId field's value.
func (DeleteCertificateInput) String ¶
func (s DeleteCertificateInput) String() string
String returns the string representation
func (*DeleteCertificateInput) Validate ¶
func (s *DeleteCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCertificateOutput ¶
type DeleteCertificateOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DeleteCertificateOutput) GoString ¶
func (s DeleteCertificateOutput) GoString() string
GoString returns the string representation
func (*DeleteCertificateOutput) SetRequestId ¶
func (s *DeleteCertificateOutput) SetRequestId(v string) *DeleteCertificateOutput
SetRequestId sets the RequestId field's value.
func (DeleteCertificateOutput) String ¶
func (s DeleteCertificateOutput) String() string
String returns the string representation
type DeleteHealthCheckLogProjectInput ¶ added in v1.0.7
type DeleteHealthCheckLogProjectInput struct {
// contains filtered or unexported fields
}
func (DeleteHealthCheckLogProjectInput) GoString ¶ added in v1.0.7
func (s DeleteHealthCheckLogProjectInput) GoString() string
GoString returns the string representation
func (DeleteHealthCheckLogProjectInput) String ¶ added in v1.0.7
func (s DeleteHealthCheckLogProjectInput) String() string
String returns the string representation
type DeleteHealthCheckLogProjectOutput ¶ added in v1.0.7
type DeleteHealthCheckLogProjectOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DeleteHealthCheckLogProjectOutput) GoString ¶ added in v1.0.7
func (s DeleteHealthCheckLogProjectOutput) GoString() string
GoString returns the string representation
func (*DeleteHealthCheckLogProjectOutput) SetRequestId ¶ added in v1.0.7
func (s *DeleteHealthCheckLogProjectOutput) SetRequestId(v string) *DeleteHealthCheckLogProjectOutput
SetRequestId sets the RequestId field's value.
func (DeleteHealthCheckLogProjectOutput) String ¶ added in v1.0.7
func (s DeleteHealthCheckLogProjectOutput) String() string
String returns the string representation
type DeleteListenerInput ¶
type DeleteListenerInput struct { // ListenerId is a required field ListenerId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteListenerInput) GoString ¶
func (s DeleteListenerInput) GoString() string
GoString returns the string representation
func (*DeleteListenerInput) SetListenerId ¶
func (s *DeleteListenerInput) SetListenerId(v string) *DeleteListenerInput
SetListenerId sets the ListenerId field's value.
func (DeleteListenerInput) String ¶
func (s DeleteListenerInput) String() string
String returns the string representation
func (*DeleteListenerInput) Validate ¶
func (s *DeleteListenerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteListenerOutput ¶
type DeleteListenerOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DeleteListenerOutput) GoString ¶
func (s DeleteListenerOutput) GoString() string
GoString returns the string representation
func (*DeleteListenerOutput) SetRequestId ¶
func (s *DeleteListenerOutput) SetRequestId(v string) *DeleteListenerOutput
SetRequestId sets the RequestId field's value.
func (DeleteListenerOutput) String ¶
func (s DeleteListenerOutput) String() string
String returns the string representation
type DeleteLoadBalancerInput ¶
type DeleteLoadBalancerInput struct { // LoadBalancerId is a required field LoadBalancerId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteLoadBalancerInput) GoString ¶
func (s DeleteLoadBalancerInput) GoString() string
GoString returns the string representation
func (*DeleteLoadBalancerInput) SetLoadBalancerId ¶
func (s *DeleteLoadBalancerInput) SetLoadBalancerId(v string) *DeleteLoadBalancerInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (DeleteLoadBalancerInput) String ¶
func (s DeleteLoadBalancerInput) String() string
String returns the string representation
func (*DeleteLoadBalancerInput) Validate ¶
func (s *DeleteLoadBalancerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLoadBalancerOutput ¶
type DeleteLoadBalancerOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DeleteLoadBalancerOutput) GoString ¶
func (s DeleteLoadBalancerOutput) GoString() string
GoString returns the string representation
func (*DeleteLoadBalancerOutput) SetRequestId ¶
func (s *DeleteLoadBalancerOutput) SetRequestId(v string) *DeleteLoadBalancerOutput
SetRequestId sets the RequestId field's value.
func (DeleteLoadBalancerOutput) String ¶
func (s DeleteLoadBalancerOutput) String() string
String returns the string representation
type DeleteRulesInput ¶
type DeleteRulesInput struct { // ListenerId is a required field ListenerId *string `type:"string" required:"true"` // RuleIds is a required field RuleIds []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (DeleteRulesInput) GoString ¶
func (s DeleteRulesInput) GoString() string
GoString returns the string representation
func (*DeleteRulesInput) SetListenerId ¶
func (s *DeleteRulesInput) SetListenerId(v string) *DeleteRulesInput
SetListenerId sets the ListenerId field's value.
func (*DeleteRulesInput) SetRuleIds ¶
func (s *DeleteRulesInput) SetRuleIds(v []*string) *DeleteRulesInput
SetRuleIds sets the RuleIds field's value.
func (DeleteRulesInput) String ¶
func (s DeleteRulesInput) String() string
String returns the string representation
func (*DeleteRulesInput) Validate ¶
func (s *DeleteRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRulesOutput ¶
type DeleteRulesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DeleteRulesOutput) GoString ¶
func (s DeleteRulesOutput) GoString() string
GoString returns the string representation
func (*DeleteRulesOutput) SetRequestId ¶
func (s *DeleteRulesOutput) SetRequestId(v string) *DeleteRulesOutput
SetRequestId sets the RequestId field's value.
func (DeleteRulesOutput) String ¶
func (s DeleteRulesOutput) String() string
String returns the string representation
type DeleteServerGroupInput ¶
type DeleteServerGroupInput struct { // ServerGroupId is a required field ServerGroupId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteServerGroupInput) GoString ¶
func (s DeleteServerGroupInput) GoString() string
GoString returns the string representation
func (*DeleteServerGroupInput) SetServerGroupId ¶
func (s *DeleteServerGroupInput) SetServerGroupId(v string) *DeleteServerGroupInput
SetServerGroupId sets the ServerGroupId field's value.
func (DeleteServerGroupInput) String ¶
func (s DeleteServerGroupInput) String() string
String returns the string representation
func (*DeleteServerGroupInput) Validate ¶
func (s *DeleteServerGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteServerGroupOutput ¶
type DeleteServerGroupOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DeleteServerGroupOutput) GoString ¶
func (s DeleteServerGroupOutput) GoString() string
GoString returns the string representation
func (*DeleteServerGroupOutput) SetRequestId ¶
func (s *DeleteServerGroupOutput) SetRequestId(v string) *DeleteServerGroupOutput
SetRequestId sets the RequestId field's value.
func (DeleteServerGroupOutput) String ¶
func (s DeleteServerGroupOutput) String() string
String returns the string representation
type DescribeAclAttributesInput ¶
type DescribeAclAttributesInput struct { // AclId is a required field AclId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeAclAttributesInput) GoString ¶
func (s DescribeAclAttributesInput) GoString() string
GoString returns the string representation
func (*DescribeAclAttributesInput) SetAclId ¶
func (s *DescribeAclAttributesInput) SetAclId(v string) *DescribeAclAttributesInput
SetAclId sets the AclId field's value.
func (DescribeAclAttributesInput) String ¶
func (s DescribeAclAttributesInput) String() string
String returns the string representation
func (*DescribeAclAttributesInput) Validate ¶
func (s *DescribeAclAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeAclAttributesOutput ¶
type DescribeAclAttributesOutput struct { Metadata *response.ResponseMetadata AclEntries []*AclEntryForDescribeAclAttributesOutput `type:"list"` AclId *string `type:"string"` AclName *string `type:"string"` CreateTime *string `type:"string"` Description *string `type:"string"` Listeners []*ListenerForDescribeAclAttributesOutput `type:"list"` ProjectName *string `type:"string"` RequestId *string `type:"string"` ServiceManaged *bool `type:"boolean"` Status *string `type:"string"` Tags []*TagForDescribeAclAttributesOutput `type:"list"` UpdateTime *string `type:"string"` // contains filtered or unexported fields }
func (DescribeAclAttributesOutput) GoString ¶
func (s DescribeAclAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeAclAttributesOutput) SetAclEntries ¶
func (s *DescribeAclAttributesOutput) SetAclEntries(v []*AclEntryForDescribeAclAttributesOutput) *DescribeAclAttributesOutput
SetAclEntries sets the AclEntries field's value.
func (*DescribeAclAttributesOutput) SetAclId ¶
func (s *DescribeAclAttributesOutput) SetAclId(v string) *DescribeAclAttributesOutput
SetAclId sets the AclId field's value.
func (*DescribeAclAttributesOutput) SetAclName ¶
func (s *DescribeAclAttributesOutput) SetAclName(v string) *DescribeAclAttributesOutput
SetAclName sets the AclName field's value.
func (*DescribeAclAttributesOutput) SetCreateTime ¶
func (s *DescribeAclAttributesOutput) SetCreateTime(v string) *DescribeAclAttributesOutput
SetCreateTime sets the CreateTime field's value.
func (*DescribeAclAttributesOutput) SetDescription ¶
func (s *DescribeAclAttributesOutput) SetDescription(v string) *DescribeAclAttributesOutput
SetDescription sets the Description field's value.
func (*DescribeAclAttributesOutput) SetListeners ¶
func (s *DescribeAclAttributesOutput) SetListeners(v []*ListenerForDescribeAclAttributesOutput) *DescribeAclAttributesOutput
SetListeners sets the Listeners field's value.
func (*DescribeAclAttributesOutput) SetProjectName ¶ added in v1.0.20
func (s *DescribeAclAttributesOutput) SetProjectName(v string) *DescribeAclAttributesOutput
SetProjectName sets the ProjectName field's value.
func (*DescribeAclAttributesOutput) SetRequestId ¶
func (s *DescribeAclAttributesOutput) SetRequestId(v string) *DescribeAclAttributesOutput
SetRequestId sets the RequestId field's value.
func (*DescribeAclAttributesOutput) SetServiceManaged ¶ added in v1.0.80
func (s *DescribeAclAttributesOutput) SetServiceManaged(v bool) *DescribeAclAttributesOutput
SetServiceManaged sets the ServiceManaged field's value.
func (*DescribeAclAttributesOutput) SetStatus ¶
func (s *DescribeAclAttributesOutput) SetStatus(v string) *DescribeAclAttributesOutput
SetStatus sets the Status field's value.
func (*DescribeAclAttributesOutput) SetTags ¶ added in v1.0.80
func (s *DescribeAclAttributesOutput) SetTags(v []*TagForDescribeAclAttributesOutput) *DescribeAclAttributesOutput
SetTags sets the Tags field's value.
func (*DescribeAclAttributesOutput) SetUpdateTime ¶
func (s *DescribeAclAttributesOutput) SetUpdateTime(v string) *DescribeAclAttributesOutput
SetUpdateTime sets the UpdateTime field's value.
func (DescribeAclAttributesOutput) String ¶
func (s DescribeAclAttributesOutput) String() string
String returns the string representation
type DescribeAclsInput ¶
type DescribeAclsInput struct { AclIds []*string `type:"list"` AclName *string `type:"string"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` ProjectName *string `type:"string"` TagFilters []*TagFilterForDescribeAclsInput `type:"list"` // contains filtered or unexported fields }
func (DescribeAclsInput) GoString ¶
func (s DescribeAclsInput) GoString() string
GoString returns the string representation
func (*DescribeAclsInput) SetAclIds ¶
func (s *DescribeAclsInput) SetAclIds(v []*string) *DescribeAclsInput
SetAclIds sets the AclIds field's value.
func (*DescribeAclsInput) SetAclName ¶
func (s *DescribeAclsInput) SetAclName(v string) *DescribeAclsInput
SetAclName sets the AclName field's value.
func (*DescribeAclsInput) SetPageNumber ¶
func (s *DescribeAclsInput) SetPageNumber(v int64) *DescribeAclsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeAclsInput) SetPageSize ¶
func (s *DescribeAclsInput) SetPageSize(v int64) *DescribeAclsInput
SetPageSize sets the PageSize field's value.
func (*DescribeAclsInput) SetProjectName ¶ added in v1.0.20
func (s *DescribeAclsInput) SetProjectName(v string) *DescribeAclsInput
SetProjectName sets the ProjectName field's value.
func (*DescribeAclsInput) SetTagFilters ¶ added in v1.0.80
func (s *DescribeAclsInput) SetTagFilters(v []*TagFilterForDescribeAclsInput) *DescribeAclsInput
SetTagFilters sets the TagFilters field's value.
func (DescribeAclsInput) String ¶
func (s DescribeAclsInput) String() string
String returns the string representation
type DescribeAclsOutput ¶
type DescribeAclsOutput struct { Metadata *response.ResponseMetadata Acls []*AclForDescribeAclsOutput `type:"list"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` RequestId *string `type:"string"` ServiceManaged *bool `type:"boolean"` Tags []*TagForDescribeAclsOutput `type:"list"` TotalCount *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeAclsOutput) GoString ¶
func (s DescribeAclsOutput) GoString() string
GoString returns the string representation
func (*DescribeAclsOutput) SetAcls ¶
func (s *DescribeAclsOutput) SetAcls(v []*AclForDescribeAclsOutput) *DescribeAclsOutput
SetAcls sets the Acls field's value.
func (*DescribeAclsOutput) SetPageNumber ¶
func (s *DescribeAclsOutput) SetPageNumber(v int64) *DescribeAclsOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeAclsOutput) SetPageSize ¶
func (s *DescribeAclsOutput) SetPageSize(v int64) *DescribeAclsOutput
SetPageSize sets the PageSize field's value.
func (*DescribeAclsOutput) SetRequestId ¶
func (s *DescribeAclsOutput) SetRequestId(v string) *DescribeAclsOutput
SetRequestId sets the RequestId field's value.
func (*DescribeAclsOutput) SetServiceManaged ¶ added in v1.0.110
func (s *DescribeAclsOutput) SetServiceManaged(v bool) *DescribeAclsOutput
SetServiceManaged sets the ServiceManaged field's value.
func (*DescribeAclsOutput) SetTags ¶ added in v1.0.110
func (s *DescribeAclsOutput) SetTags(v []*TagForDescribeAclsOutput) *DescribeAclsOutput
SetTags sets the Tags field's value.
func (*DescribeAclsOutput) SetTotalCount ¶
func (s *DescribeAclsOutput) SetTotalCount(v int64) *DescribeAclsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeAclsOutput) String ¶
func (s DescribeAclsOutput) String() string
String returns the string representation
type DescribeCertificatesInput ¶
type DescribeCertificatesInput struct { CertificateIds []*string `type:"list"` CertificateName *string `type:"string"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` ProjectName *string `type:"string"` TagFilters []*TagFilterForDescribeCertificatesInput `type:"list"` // contains filtered or unexported fields }
func (DescribeCertificatesInput) GoString ¶
func (s DescribeCertificatesInput) GoString() string
GoString returns the string representation
func (*DescribeCertificatesInput) SetCertificateIds ¶
func (s *DescribeCertificatesInput) SetCertificateIds(v []*string) *DescribeCertificatesInput
SetCertificateIds sets the CertificateIds field's value.
func (*DescribeCertificatesInput) SetCertificateName ¶
func (s *DescribeCertificatesInput) SetCertificateName(v string) *DescribeCertificatesInput
SetCertificateName sets the CertificateName field's value.
func (*DescribeCertificatesInput) SetPageNumber ¶
func (s *DescribeCertificatesInput) SetPageNumber(v int64) *DescribeCertificatesInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeCertificatesInput) SetPageSize ¶
func (s *DescribeCertificatesInput) SetPageSize(v int64) *DescribeCertificatesInput
SetPageSize sets the PageSize field's value.
func (*DescribeCertificatesInput) SetProjectName ¶ added in v1.0.20
func (s *DescribeCertificatesInput) SetProjectName(v string) *DescribeCertificatesInput
SetProjectName sets the ProjectName field's value.
func (*DescribeCertificatesInput) SetTagFilters ¶ added in v1.0.80
func (s *DescribeCertificatesInput) SetTagFilters(v []*TagFilterForDescribeCertificatesInput) *DescribeCertificatesInput
SetTagFilters sets the TagFilters field's value.
func (DescribeCertificatesInput) String ¶
func (s DescribeCertificatesInput) String() string
String returns the string representation
type DescribeCertificatesOutput ¶
type DescribeCertificatesOutput struct { Metadata *response.ResponseMetadata Certificates []*CertificateForDescribeCertificatesOutput `type:"list"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` RequestId *string `type:"string"` ServiceManaged *bool `type:"boolean"` Tags []*TagForDescribeCertificatesOutput `type:"list"` TotalCount *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeCertificatesOutput) GoString ¶
func (s DescribeCertificatesOutput) GoString() string
GoString returns the string representation
func (*DescribeCertificatesOutput) SetCertificates ¶
func (s *DescribeCertificatesOutput) SetCertificates(v []*CertificateForDescribeCertificatesOutput) *DescribeCertificatesOutput
SetCertificates sets the Certificates field's value.
func (*DescribeCertificatesOutput) SetPageNumber ¶
func (s *DescribeCertificatesOutput) SetPageNumber(v int64) *DescribeCertificatesOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeCertificatesOutput) SetPageSize ¶
func (s *DescribeCertificatesOutput) SetPageSize(v int64) *DescribeCertificatesOutput
SetPageSize sets the PageSize field's value.
func (*DescribeCertificatesOutput) SetRequestId ¶
func (s *DescribeCertificatesOutput) SetRequestId(v string) *DescribeCertificatesOutput
SetRequestId sets the RequestId field's value.
func (*DescribeCertificatesOutput) SetServiceManaged ¶ added in v1.0.110
func (s *DescribeCertificatesOutput) SetServiceManaged(v bool) *DescribeCertificatesOutput
SetServiceManaged sets the ServiceManaged field's value.
func (*DescribeCertificatesOutput) SetTags ¶ added in v1.0.110
func (s *DescribeCertificatesOutput) SetTags(v []*TagForDescribeCertificatesOutput) *DescribeCertificatesOutput
SetTags sets the Tags field's value.
func (*DescribeCertificatesOutput) SetTotalCount ¶
func (s *DescribeCertificatesOutput) SetTotalCount(v int64) *DescribeCertificatesOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeCertificatesOutput) String ¶
func (s DescribeCertificatesOutput) String() string
String returns the string representation
type DescribeHealthCheckLogProjectAttributesInput ¶ added in v1.0.7
type DescribeHealthCheckLogProjectAttributesInput struct {
// contains filtered or unexported fields
}
func (DescribeHealthCheckLogProjectAttributesInput) GoString ¶ added in v1.0.7
func (s DescribeHealthCheckLogProjectAttributesInput) GoString() string
GoString returns the string representation
func (DescribeHealthCheckLogProjectAttributesInput) String ¶ added in v1.0.7
func (s DescribeHealthCheckLogProjectAttributesInput) String() string
String returns the string representation
type DescribeHealthCheckLogProjectAttributesOutput ¶ added in v1.0.7
type DescribeHealthCheckLogProjectAttributesOutput struct { Metadata *response.ResponseMetadata LogProjectId *string `type:"string"` RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DescribeHealthCheckLogProjectAttributesOutput) GoString ¶ added in v1.0.7
func (s DescribeHealthCheckLogProjectAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeHealthCheckLogProjectAttributesOutput) SetLogProjectId ¶ added in v1.0.7
func (s *DescribeHealthCheckLogProjectAttributesOutput) SetLogProjectId(v string) *DescribeHealthCheckLogProjectAttributesOutput
SetLogProjectId sets the LogProjectId field's value.
func (*DescribeHealthCheckLogProjectAttributesOutput) SetRequestId ¶ added in v1.0.7
func (s *DescribeHealthCheckLogProjectAttributesOutput) SetRequestId(v string) *DescribeHealthCheckLogProjectAttributesOutput
SetRequestId sets the RequestId field's value.
func (DescribeHealthCheckLogProjectAttributesOutput) String ¶ added in v1.0.7
func (s DescribeHealthCheckLogProjectAttributesOutput) String() string
String returns the string representation
type DescribeHealthCheckLogTopicAttributesInput ¶ added in v1.0.7
type DescribeHealthCheckLogTopicAttributesInput struct { // LogTopicId is a required field LogTopicId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeHealthCheckLogTopicAttributesInput) GoString ¶ added in v1.0.7
func (s DescribeHealthCheckLogTopicAttributesInput) GoString() string
GoString returns the string representation
func (*DescribeHealthCheckLogTopicAttributesInput) SetLogTopicId ¶ added in v1.0.7
func (s *DescribeHealthCheckLogTopicAttributesInput) SetLogTopicId(v string) *DescribeHealthCheckLogTopicAttributesInput
SetLogTopicId sets the LogTopicId field's value.
func (DescribeHealthCheckLogTopicAttributesInput) String ¶ added in v1.0.7
func (s DescribeHealthCheckLogTopicAttributesInput) String() string
String returns the string representation
func (*DescribeHealthCheckLogTopicAttributesInput) Validate ¶ added in v1.0.7
func (s *DescribeHealthCheckLogTopicAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeHealthCheckLogTopicAttributesOutput ¶ added in v1.0.7
type DescribeHealthCheckLogTopicAttributesOutput struct { Metadata *response.ResponseMetadata LoadBalancerIds []*string `type:"list"` RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DescribeHealthCheckLogTopicAttributesOutput) GoString ¶ added in v1.0.7
func (s DescribeHealthCheckLogTopicAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeHealthCheckLogTopicAttributesOutput) SetLoadBalancerIds ¶ added in v1.0.7
func (s *DescribeHealthCheckLogTopicAttributesOutput) SetLoadBalancerIds(v []*string) *DescribeHealthCheckLogTopicAttributesOutput
SetLoadBalancerIds sets the LoadBalancerIds field's value.
func (*DescribeHealthCheckLogTopicAttributesOutput) SetRequestId ¶ added in v1.0.7
func (s *DescribeHealthCheckLogTopicAttributesOutput) SetRequestId(v string) *DescribeHealthCheckLogTopicAttributesOutput
SetRequestId sets the RequestId field's value.
func (DescribeHealthCheckLogTopicAttributesOutput) String ¶ added in v1.0.7
func (s DescribeHealthCheckLogTopicAttributesOutput) String() string
String returns the string representation
type DescribeListenerAttributesInput ¶
type DescribeListenerAttributesInput struct { // ListenerId is a required field ListenerId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeListenerAttributesInput) GoString ¶
func (s DescribeListenerAttributesInput) GoString() string
GoString returns the string representation
func (*DescribeListenerAttributesInput) SetListenerId ¶
func (s *DescribeListenerAttributesInput) SetListenerId(v string) *DescribeListenerAttributesInput
SetListenerId sets the ListenerId field's value.
func (DescribeListenerAttributesInput) String ¶
func (s DescribeListenerAttributesInput) String() string
String returns the string representation
func (*DescribeListenerAttributesInput) Validate ¶
func (s *DescribeListenerAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeListenerAttributesOutput ¶
type DescribeListenerAttributesOutput struct { Metadata *response.ResponseMetadata AclIds []*string `type:"list"` AclStatus *string `type:"string"` AclType *string `type:"string"` Bandwidth *int64 `type:"integer"` CertificateId *string `type:"string"` ConnectionDrainEnabled *string `type:"string"` ConnectionDrainTimeout *int64 `type:"integer"` CreateTime *string `type:"string"` Description *string `type:"string"` Enabled *string `type:"string"` EstablishedTimeout *int64 `type:"integer"` HealthCheck *HealthCheckForDescribeListenerAttributesOutput `type:"structure"` ListenerId *string `type:"string"` ListenerName *string `type:"string"` LoadBalancerId *string `type:"string"` PersistenceTimeout *int64 `type:"integer"` PersistenceType *string `type:"string"` Port *int64 `type:"integer"` Protocol *string `type:"string"` ProxyProtocolType *string `type:"string"` RequestId *string `type:"string"` Scheduler *string `type:"string"` ServerGroupId *string `type:"string"` Status *string `type:"string"` UpdateTime *string `type:"string"` // contains filtered or unexported fields }
func (DescribeListenerAttributesOutput) GoString ¶
func (s DescribeListenerAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeListenerAttributesOutput) SetAclIds ¶
func (s *DescribeListenerAttributesOutput) SetAclIds(v []*string) *DescribeListenerAttributesOutput
SetAclIds sets the AclIds field's value.
func (*DescribeListenerAttributesOutput) SetAclStatus ¶
func (s *DescribeListenerAttributesOutput) SetAclStatus(v string) *DescribeListenerAttributesOutput
SetAclStatus sets the AclStatus field's value.
func (*DescribeListenerAttributesOutput) SetAclType ¶
func (s *DescribeListenerAttributesOutput) SetAclType(v string) *DescribeListenerAttributesOutput
SetAclType sets the AclType field's value.
func (*DescribeListenerAttributesOutput) SetBandwidth ¶ added in v1.0.72
func (s *DescribeListenerAttributesOutput) SetBandwidth(v int64) *DescribeListenerAttributesOutput
SetBandwidth sets the Bandwidth field's value.
func (*DescribeListenerAttributesOutput) SetCertificateId ¶
func (s *DescribeListenerAttributesOutput) SetCertificateId(v string) *DescribeListenerAttributesOutput
SetCertificateId sets the CertificateId field's value.
func (*DescribeListenerAttributesOutput) SetConnectionDrainEnabled ¶ added in v1.0.101
func (s *DescribeListenerAttributesOutput) SetConnectionDrainEnabled(v string) *DescribeListenerAttributesOutput
SetConnectionDrainEnabled sets the ConnectionDrainEnabled field's value.
func (*DescribeListenerAttributesOutput) SetConnectionDrainTimeout ¶ added in v1.0.101
func (s *DescribeListenerAttributesOutput) SetConnectionDrainTimeout(v int64) *DescribeListenerAttributesOutput
SetConnectionDrainTimeout sets the ConnectionDrainTimeout field's value.
func (*DescribeListenerAttributesOutput) SetCreateTime ¶
func (s *DescribeListenerAttributesOutput) SetCreateTime(v string) *DescribeListenerAttributesOutput
SetCreateTime sets the CreateTime field's value.
func (*DescribeListenerAttributesOutput) SetDescription ¶
func (s *DescribeListenerAttributesOutput) SetDescription(v string) *DescribeListenerAttributesOutput
SetDescription sets the Description field's value.
func (*DescribeListenerAttributesOutput) SetEnabled ¶
func (s *DescribeListenerAttributesOutput) SetEnabled(v string) *DescribeListenerAttributesOutput
SetEnabled sets the Enabled field's value.
func (*DescribeListenerAttributesOutput) SetEstablishedTimeout ¶
func (s *DescribeListenerAttributesOutput) SetEstablishedTimeout(v int64) *DescribeListenerAttributesOutput
SetEstablishedTimeout sets the EstablishedTimeout field's value.
func (*DescribeListenerAttributesOutput) SetHealthCheck ¶
func (s *DescribeListenerAttributesOutput) SetHealthCheck(v *HealthCheckForDescribeListenerAttributesOutput) *DescribeListenerAttributesOutput
SetHealthCheck sets the HealthCheck field's value.
func (*DescribeListenerAttributesOutput) SetListenerId ¶
func (s *DescribeListenerAttributesOutput) SetListenerId(v string) *DescribeListenerAttributesOutput
SetListenerId sets the ListenerId field's value.
func (*DescribeListenerAttributesOutput) SetListenerName ¶
func (s *DescribeListenerAttributesOutput) SetListenerName(v string) *DescribeListenerAttributesOutput
SetListenerName sets the ListenerName field's value.
func (*DescribeListenerAttributesOutput) SetLoadBalancerId ¶
func (s *DescribeListenerAttributesOutput) SetLoadBalancerId(v string) *DescribeListenerAttributesOutput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*DescribeListenerAttributesOutput) SetPersistenceTimeout ¶ added in v1.0.110
func (s *DescribeListenerAttributesOutput) SetPersistenceTimeout(v int64) *DescribeListenerAttributesOutput
SetPersistenceTimeout sets the PersistenceTimeout field's value.
func (*DescribeListenerAttributesOutput) SetPersistenceType ¶ added in v1.0.110
func (s *DescribeListenerAttributesOutput) SetPersistenceType(v string) *DescribeListenerAttributesOutput
SetPersistenceType sets the PersistenceType field's value.
func (*DescribeListenerAttributesOutput) SetPort ¶
func (s *DescribeListenerAttributesOutput) SetPort(v int64) *DescribeListenerAttributesOutput
SetPort sets the Port field's value.
func (*DescribeListenerAttributesOutput) SetProtocol ¶
func (s *DescribeListenerAttributesOutput) SetProtocol(v string) *DescribeListenerAttributesOutput
SetProtocol sets the Protocol field's value.
func (*DescribeListenerAttributesOutput) SetProxyProtocolType ¶ added in v1.0.110
func (s *DescribeListenerAttributesOutput) SetProxyProtocolType(v string) *DescribeListenerAttributesOutput
SetProxyProtocolType sets the ProxyProtocolType field's value.
func (*DescribeListenerAttributesOutput) SetRequestId ¶
func (s *DescribeListenerAttributesOutput) SetRequestId(v string) *DescribeListenerAttributesOutput
SetRequestId sets the RequestId field's value.
func (*DescribeListenerAttributesOutput) SetScheduler ¶
func (s *DescribeListenerAttributesOutput) SetScheduler(v string) *DescribeListenerAttributesOutput
SetScheduler sets the Scheduler field's value.
func (*DescribeListenerAttributesOutput) SetServerGroupId ¶
func (s *DescribeListenerAttributesOutput) SetServerGroupId(v string) *DescribeListenerAttributesOutput
SetServerGroupId sets the ServerGroupId field's value.
func (*DescribeListenerAttributesOutput) SetStatus ¶
func (s *DescribeListenerAttributesOutput) SetStatus(v string) *DescribeListenerAttributesOutput
SetStatus sets the Status field's value.
func (*DescribeListenerAttributesOutput) SetUpdateTime ¶
func (s *DescribeListenerAttributesOutput) SetUpdateTime(v string) *DescribeListenerAttributesOutput
SetUpdateTime sets the UpdateTime field's value.
func (DescribeListenerAttributesOutput) String ¶
func (s DescribeListenerAttributesOutput) String() string
String returns the string representation
type DescribeListenerHealthInput ¶
type DescribeListenerHealthInput struct { // ListenerId is a required field ListenerId *string `type:"string" required:"true"` OnlyUnHealthy *bool `type:"boolean"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeListenerHealthInput) GoString ¶
func (s DescribeListenerHealthInput) GoString() string
GoString returns the string representation
func (*DescribeListenerHealthInput) SetListenerId ¶
func (s *DescribeListenerHealthInput) SetListenerId(v string) *DescribeListenerHealthInput
SetListenerId sets the ListenerId field's value.
func (*DescribeListenerHealthInput) SetOnlyUnHealthy ¶
func (s *DescribeListenerHealthInput) SetOnlyUnHealthy(v bool) *DescribeListenerHealthInput
SetOnlyUnHealthy sets the OnlyUnHealthy field's value.
func (*DescribeListenerHealthInput) SetPageNumber ¶
func (s *DescribeListenerHealthInput) SetPageNumber(v int64) *DescribeListenerHealthInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeListenerHealthInput) SetPageSize ¶
func (s *DescribeListenerHealthInput) SetPageSize(v int64) *DescribeListenerHealthInput
SetPageSize sets the PageSize field's value.
func (DescribeListenerHealthInput) String ¶
func (s DescribeListenerHealthInput) String() string
String returns the string representation
func (*DescribeListenerHealthInput) Validate ¶
func (s *DescribeListenerHealthInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeListenerHealthOutput ¶
type DescribeListenerHealthOutput struct { Metadata *response.ResponseMetadata PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` RequestId *string `type:"string"` Results []*ResultForDescribeListenerHealthOutput `type:"list"` Status *string `type:"string"` TotalCount *int64 `type:"integer"` UnHealthyCount *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeListenerHealthOutput) GoString ¶
func (s DescribeListenerHealthOutput) GoString() string
GoString returns the string representation
func (*DescribeListenerHealthOutput) SetPageNumber ¶
func (s *DescribeListenerHealthOutput) SetPageNumber(v int64) *DescribeListenerHealthOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeListenerHealthOutput) SetPageSize ¶
func (s *DescribeListenerHealthOutput) SetPageSize(v int64) *DescribeListenerHealthOutput
SetPageSize sets the PageSize field's value.
func (*DescribeListenerHealthOutput) SetRequestId ¶
func (s *DescribeListenerHealthOutput) SetRequestId(v string) *DescribeListenerHealthOutput
SetRequestId sets the RequestId field's value.
func (*DescribeListenerHealthOutput) SetResults ¶
func (s *DescribeListenerHealthOutput) SetResults(v []*ResultForDescribeListenerHealthOutput) *DescribeListenerHealthOutput
SetResults sets the Results field's value.
func (*DescribeListenerHealthOutput) SetStatus ¶
func (s *DescribeListenerHealthOutput) SetStatus(v string) *DescribeListenerHealthOutput
SetStatus sets the Status field's value.
func (*DescribeListenerHealthOutput) SetTotalCount ¶
func (s *DescribeListenerHealthOutput) SetTotalCount(v int64) *DescribeListenerHealthOutput
SetTotalCount sets the TotalCount field's value.
func (*DescribeListenerHealthOutput) SetUnHealthyCount ¶
func (s *DescribeListenerHealthOutput) SetUnHealthyCount(v int64) *DescribeListenerHealthOutput
SetUnHealthyCount sets the UnHealthyCount field's value.
func (DescribeListenerHealthOutput) String ¶
func (s DescribeListenerHealthOutput) String() string
String returns the string representation
type DescribeListenersInput ¶
type DescribeListenersInput struct { ListenerIds []*string `type:"list"` ListenerName *string `type:"string"` LoadBalancerId *string `type:"string"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeListenersInput) GoString ¶
func (s DescribeListenersInput) GoString() string
GoString returns the string representation
func (*DescribeListenersInput) SetListenerIds ¶
func (s *DescribeListenersInput) SetListenerIds(v []*string) *DescribeListenersInput
SetListenerIds sets the ListenerIds field's value.
func (*DescribeListenersInput) SetListenerName ¶
func (s *DescribeListenersInput) SetListenerName(v string) *DescribeListenersInput
SetListenerName sets the ListenerName field's value.
func (*DescribeListenersInput) SetLoadBalancerId ¶
func (s *DescribeListenersInput) SetLoadBalancerId(v string) *DescribeListenersInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*DescribeListenersInput) SetPageNumber ¶
func (s *DescribeListenersInput) SetPageNumber(v int64) *DescribeListenersInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeListenersInput) SetPageSize ¶
func (s *DescribeListenersInput) SetPageSize(v int64) *DescribeListenersInput
SetPageSize sets the PageSize field's value.
func (DescribeListenersInput) String ¶
func (s DescribeListenersInput) String() string
String returns the string representation
type DescribeListenersOutput ¶
type DescribeListenersOutput struct { Metadata *response.ResponseMetadata Listeners []*ListenerForDescribeListenersOutput `type:"list"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` RequestId *string `type:"string"` TotalCount *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeListenersOutput) GoString ¶
func (s DescribeListenersOutput) GoString() string
GoString returns the string representation
func (*DescribeListenersOutput) SetListeners ¶
func (s *DescribeListenersOutput) SetListeners(v []*ListenerForDescribeListenersOutput) *DescribeListenersOutput
SetListeners sets the Listeners field's value.
func (*DescribeListenersOutput) SetPageNumber ¶
func (s *DescribeListenersOutput) SetPageNumber(v int64) *DescribeListenersOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeListenersOutput) SetPageSize ¶
func (s *DescribeListenersOutput) SetPageSize(v int64) *DescribeListenersOutput
SetPageSize sets the PageSize field's value.
func (*DescribeListenersOutput) SetRequestId ¶
func (s *DescribeListenersOutput) SetRequestId(v string) *DescribeListenersOutput
SetRequestId sets the RequestId field's value.
func (*DescribeListenersOutput) SetTotalCount ¶
func (s *DescribeListenersOutput) SetTotalCount(v int64) *DescribeListenersOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeListenersOutput) String ¶
func (s DescribeListenersOutput) String() string
String returns the string representation
type DescribeLoadBalancerAttributesInput ¶
type DescribeLoadBalancerAttributesInput struct { // LoadBalancerId is a required field LoadBalancerId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeLoadBalancerAttributesInput) GoString ¶
func (s DescribeLoadBalancerAttributesInput) GoString() string
GoString returns the string representation
func (*DescribeLoadBalancerAttributesInput) SetLoadBalancerId ¶
func (s *DescribeLoadBalancerAttributesInput) SetLoadBalancerId(v string) *DescribeLoadBalancerAttributesInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (DescribeLoadBalancerAttributesInput) String ¶
func (s DescribeLoadBalancerAttributesInput) String() string
String returns the string representation
func (*DescribeLoadBalancerAttributesInput) Validate ¶
func (s *DescribeLoadBalancerAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeLoadBalancerAttributesOutput ¶
type DescribeLoadBalancerAttributesOutput struct { Metadata *response.ResponseMetadata AccessLog *AccessLogForDescribeLoadBalancerAttributesOutput `type:"structure"` AccountId *string `type:"string"` AddressIpVersion *string `type:"string"` AllowedPorts []*string `type:"list"` BusinessStatus *string `type:"string"` CreateTime *string `type:"string"` DeletedTime *string `type:"string"` Description *string `type:"string"` Eip *EipForDescribeLoadBalancerAttributesOutput `type:"structure"` EipAddress *string `type:"string"` EipID *string `type:"string"` Enabled *bool `type:"boolean"` EniAddress *string `type:"string"` EniID *string `type:"string"` EniIpv6Address *string `type:"string"` ExpiredTime *string `type:"string"` Ipv6AddressBandwidth *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput `type:"structure"` Ipv6EipId *string `type:"string"` Listeners []*ListenerForDescribeLoadBalancerAttributesOutput `type:"list"` LoadBalancerBillingType *int64 `type:"integer"` LoadBalancerId *string `type:"string"` LoadBalancerName *string `type:"string"` LoadBalancerSpec *string `type:"string"` LockReason *string `type:"string"` LogTopicId *string `type:"string"` MasterZoneId *string `type:"string"` ModificationProtectionReason *string `type:"string"` ModificationProtectionStatus *string `type:"string"` OverdueTime *string `type:"string"` ProjectName *string `type:"string"` RequestId *string `type:"string"` ServerGroups []*ServerGroupForDescribeLoadBalancerAttributesOutput `type:"list"` ServiceManaged *bool `type:"boolean"` SlaveZoneId *string `type:"string"` Status *string `type:"string"` SubnetId *string `type:"string"` Tags []*TagForDescribeLoadBalancerAttributesOutput `type:"list"` Type *string `type:"string"` UpdateTime *string `type:"string"` VpcId *string `type:"string"` // contains filtered or unexported fields }
func (DescribeLoadBalancerAttributesOutput) GoString ¶
func (s DescribeLoadBalancerAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeLoadBalancerAttributesOutput) SetAccessLog ¶
func (s *DescribeLoadBalancerAttributesOutput) SetAccessLog(v *AccessLogForDescribeLoadBalancerAttributesOutput) *DescribeLoadBalancerAttributesOutput
SetAccessLog sets the AccessLog field's value.
func (*DescribeLoadBalancerAttributesOutput) SetAccountId ¶ added in v1.0.110
func (s *DescribeLoadBalancerAttributesOutput) SetAccountId(v string) *DescribeLoadBalancerAttributesOutput
SetAccountId sets the AccountId field's value.
func (*DescribeLoadBalancerAttributesOutput) SetAddressIpVersion ¶ added in v1.0.72
func (s *DescribeLoadBalancerAttributesOutput) SetAddressIpVersion(v string) *DescribeLoadBalancerAttributesOutput
SetAddressIpVersion sets the AddressIpVersion field's value.
func (*DescribeLoadBalancerAttributesOutput) SetAllowedPorts ¶ added in v1.0.110
func (s *DescribeLoadBalancerAttributesOutput) SetAllowedPorts(v []*string) *DescribeLoadBalancerAttributesOutput
SetAllowedPorts sets the AllowedPorts field's value.
func (*DescribeLoadBalancerAttributesOutput) SetBusinessStatus ¶ added in v1.0.49
func (s *DescribeLoadBalancerAttributesOutput) SetBusinessStatus(v string) *DescribeLoadBalancerAttributesOutput
SetBusinessStatus sets the BusinessStatus field's value.
func (*DescribeLoadBalancerAttributesOutput) SetCreateTime ¶
func (s *DescribeLoadBalancerAttributesOutput) SetCreateTime(v string) *DescribeLoadBalancerAttributesOutput
SetCreateTime sets the CreateTime field's value.
func (*DescribeLoadBalancerAttributesOutput) SetDeletedTime ¶
func (s *DescribeLoadBalancerAttributesOutput) SetDeletedTime(v string) *DescribeLoadBalancerAttributesOutput
SetDeletedTime sets the DeletedTime field's value.
func (*DescribeLoadBalancerAttributesOutput) SetDescription ¶
func (s *DescribeLoadBalancerAttributesOutput) SetDescription(v string) *DescribeLoadBalancerAttributesOutput
SetDescription sets the Description field's value.
func (*DescribeLoadBalancerAttributesOutput) SetEip ¶
func (s *DescribeLoadBalancerAttributesOutput) SetEip(v *EipForDescribeLoadBalancerAttributesOutput) *DescribeLoadBalancerAttributesOutput
SetEip sets the Eip field's value.
func (*DescribeLoadBalancerAttributesOutput) SetEipAddress ¶
func (s *DescribeLoadBalancerAttributesOutput) SetEipAddress(v string) *DescribeLoadBalancerAttributesOutput
SetEipAddress sets the EipAddress field's value.
func (*DescribeLoadBalancerAttributesOutput) SetEipID ¶
func (s *DescribeLoadBalancerAttributesOutput) SetEipID(v string) *DescribeLoadBalancerAttributesOutput
SetEipID sets the EipID field's value.
func (*DescribeLoadBalancerAttributesOutput) SetEnabled ¶ added in v1.0.20
func (s *DescribeLoadBalancerAttributesOutput) SetEnabled(v bool) *DescribeLoadBalancerAttributesOutput
SetEnabled sets the Enabled field's value.
func (*DescribeLoadBalancerAttributesOutput) SetEniAddress ¶
func (s *DescribeLoadBalancerAttributesOutput) SetEniAddress(v string) *DescribeLoadBalancerAttributesOutput
SetEniAddress sets the EniAddress field's value.
func (*DescribeLoadBalancerAttributesOutput) SetEniID ¶
func (s *DescribeLoadBalancerAttributesOutput) SetEniID(v string) *DescribeLoadBalancerAttributesOutput
SetEniID sets the EniID field's value.
func (*DescribeLoadBalancerAttributesOutput) SetEniIpv6Address ¶ added in v1.0.72
func (s *DescribeLoadBalancerAttributesOutput) SetEniIpv6Address(v string) *DescribeLoadBalancerAttributesOutput
SetEniIpv6Address sets the EniIpv6Address field's value.
func (*DescribeLoadBalancerAttributesOutput) SetExpiredTime ¶
func (s *DescribeLoadBalancerAttributesOutput) SetExpiredTime(v string) *DescribeLoadBalancerAttributesOutput
SetExpiredTime sets the ExpiredTime field's value.
func (*DescribeLoadBalancerAttributesOutput) SetIpv6AddressBandwidth ¶ added in v1.0.72
func (s *DescribeLoadBalancerAttributesOutput) SetIpv6AddressBandwidth(v *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) *DescribeLoadBalancerAttributesOutput
SetIpv6AddressBandwidth sets the Ipv6AddressBandwidth field's value.
func (*DescribeLoadBalancerAttributesOutput) SetIpv6EipId ¶ added in v1.0.72
func (s *DescribeLoadBalancerAttributesOutput) SetIpv6EipId(v string) *DescribeLoadBalancerAttributesOutput
SetIpv6EipId sets the Ipv6EipId field's value.
func (*DescribeLoadBalancerAttributesOutput) SetListeners ¶
func (s *DescribeLoadBalancerAttributesOutput) SetListeners(v []*ListenerForDescribeLoadBalancerAttributesOutput) *DescribeLoadBalancerAttributesOutput
SetListeners sets the Listeners field's value.
func (*DescribeLoadBalancerAttributesOutput) SetLoadBalancerBillingType ¶
func (s *DescribeLoadBalancerAttributesOutput) SetLoadBalancerBillingType(v int64) *DescribeLoadBalancerAttributesOutput
SetLoadBalancerBillingType sets the LoadBalancerBillingType field's value.
func (*DescribeLoadBalancerAttributesOutput) SetLoadBalancerId ¶
func (s *DescribeLoadBalancerAttributesOutput) SetLoadBalancerId(v string) *DescribeLoadBalancerAttributesOutput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*DescribeLoadBalancerAttributesOutput) SetLoadBalancerName ¶
func (s *DescribeLoadBalancerAttributesOutput) SetLoadBalancerName(v string) *DescribeLoadBalancerAttributesOutput
SetLoadBalancerName sets the LoadBalancerName field's value.
func (*DescribeLoadBalancerAttributesOutput) SetLoadBalancerSpec ¶
func (s *DescribeLoadBalancerAttributesOutput) SetLoadBalancerSpec(v string) *DescribeLoadBalancerAttributesOutput
SetLoadBalancerSpec sets the LoadBalancerSpec field's value.
func (*DescribeLoadBalancerAttributesOutput) SetLockReason ¶
func (s *DescribeLoadBalancerAttributesOutput) SetLockReason(v string) *DescribeLoadBalancerAttributesOutput
SetLockReason sets the LockReason field's value.
func (*DescribeLoadBalancerAttributesOutput) SetLogTopicId ¶ added in v1.0.49
func (s *DescribeLoadBalancerAttributesOutput) SetLogTopicId(v string) *DescribeLoadBalancerAttributesOutput
SetLogTopicId sets the LogTopicId field's value.
func (*DescribeLoadBalancerAttributesOutput) SetMasterZoneId ¶ added in v1.0.49
func (s *DescribeLoadBalancerAttributesOutput) SetMasterZoneId(v string) *DescribeLoadBalancerAttributesOutput
SetMasterZoneId sets the MasterZoneId field's value.
func (*DescribeLoadBalancerAttributesOutput) SetModificationProtectionReason ¶
func (s *DescribeLoadBalancerAttributesOutput) SetModificationProtectionReason(v string) *DescribeLoadBalancerAttributesOutput
SetModificationProtectionReason sets the ModificationProtectionReason field's value.
func (*DescribeLoadBalancerAttributesOutput) SetModificationProtectionStatus ¶
func (s *DescribeLoadBalancerAttributesOutput) SetModificationProtectionStatus(v string) *DescribeLoadBalancerAttributesOutput
SetModificationProtectionStatus sets the ModificationProtectionStatus field's value.
func (*DescribeLoadBalancerAttributesOutput) SetOverdueTime ¶
func (s *DescribeLoadBalancerAttributesOutput) SetOverdueTime(v string) *DescribeLoadBalancerAttributesOutput
SetOverdueTime sets the OverdueTime field's value.
func (*DescribeLoadBalancerAttributesOutput) SetProjectName ¶ added in v1.0.20
func (s *DescribeLoadBalancerAttributesOutput) SetProjectName(v string) *DescribeLoadBalancerAttributesOutput
SetProjectName sets the ProjectName field's value.
func (*DescribeLoadBalancerAttributesOutput) SetRequestId ¶
func (s *DescribeLoadBalancerAttributesOutput) SetRequestId(v string) *DescribeLoadBalancerAttributesOutput
SetRequestId sets the RequestId field's value.
func (*DescribeLoadBalancerAttributesOutput) SetServerGroups ¶
func (s *DescribeLoadBalancerAttributesOutput) SetServerGroups(v []*ServerGroupForDescribeLoadBalancerAttributesOutput) *DescribeLoadBalancerAttributesOutput
SetServerGroups sets the ServerGroups field's value.
func (*DescribeLoadBalancerAttributesOutput) SetServiceManaged ¶ added in v1.0.80
func (s *DescribeLoadBalancerAttributesOutput) SetServiceManaged(v bool) *DescribeLoadBalancerAttributesOutput
SetServiceManaged sets the ServiceManaged field's value.
func (*DescribeLoadBalancerAttributesOutput) SetSlaveZoneId ¶ added in v1.0.49
func (s *DescribeLoadBalancerAttributesOutput) SetSlaveZoneId(v string) *DescribeLoadBalancerAttributesOutput
SetSlaveZoneId sets the SlaveZoneId field's value.
func (*DescribeLoadBalancerAttributesOutput) SetStatus ¶
func (s *DescribeLoadBalancerAttributesOutput) SetStatus(v string) *DescribeLoadBalancerAttributesOutput
SetStatus sets the Status field's value.
func (*DescribeLoadBalancerAttributesOutput) SetSubnetId ¶
func (s *DescribeLoadBalancerAttributesOutput) SetSubnetId(v string) *DescribeLoadBalancerAttributesOutput
SetSubnetId sets the SubnetId field's value.
func (*DescribeLoadBalancerAttributesOutput) SetTags ¶ added in v1.0.20
func (s *DescribeLoadBalancerAttributesOutput) SetTags(v []*TagForDescribeLoadBalancerAttributesOutput) *DescribeLoadBalancerAttributesOutput
SetTags sets the Tags field's value.
func (*DescribeLoadBalancerAttributesOutput) SetType ¶
func (s *DescribeLoadBalancerAttributesOutput) SetType(v string) *DescribeLoadBalancerAttributesOutput
SetType sets the Type field's value.
func (*DescribeLoadBalancerAttributesOutput) SetUpdateTime ¶
func (s *DescribeLoadBalancerAttributesOutput) SetUpdateTime(v string) *DescribeLoadBalancerAttributesOutput
SetUpdateTime sets the UpdateTime field's value.
func (*DescribeLoadBalancerAttributesOutput) SetVpcId ¶
func (s *DescribeLoadBalancerAttributesOutput) SetVpcId(v string) *DescribeLoadBalancerAttributesOutput
SetVpcId sets the VpcId field's value.
func (DescribeLoadBalancerAttributesOutput) String ¶
func (s DescribeLoadBalancerAttributesOutput) String() string
String returns the string representation
type DescribeLoadBalancersBillingInput ¶
type DescribeLoadBalancersBillingInput struct { LoadBalancerIds []*string `type:"list"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeLoadBalancersBillingInput) GoString ¶
func (s DescribeLoadBalancersBillingInput) GoString() string
GoString returns the string representation
func (*DescribeLoadBalancersBillingInput) SetLoadBalancerIds ¶
func (s *DescribeLoadBalancersBillingInput) SetLoadBalancerIds(v []*string) *DescribeLoadBalancersBillingInput
SetLoadBalancerIds sets the LoadBalancerIds field's value.
func (*DescribeLoadBalancersBillingInput) SetPageNumber ¶
func (s *DescribeLoadBalancersBillingInput) SetPageNumber(v int64) *DescribeLoadBalancersBillingInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeLoadBalancersBillingInput) SetPageSize ¶
func (s *DescribeLoadBalancersBillingInput) SetPageSize(v int64) *DescribeLoadBalancersBillingInput
SetPageSize sets the PageSize field's value.
func (DescribeLoadBalancersBillingInput) String ¶
func (s DescribeLoadBalancersBillingInput) String() string
String returns the string representation
type DescribeLoadBalancersBillingOutput ¶
type DescribeLoadBalancersBillingOutput struct { Metadata *response.ResponseMetadata LoadBalancerBillingConfigs []*LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput `type:"list"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` RequestId *string `type:"string"` TotalCount *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeLoadBalancersBillingOutput) GoString ¶
func (s DescribeLoadBalancersBillingOutput) GoString() string
GoString returns the string representation
func (*DescribeLoadBalancersBillingOutput) SetLoadBalancerBillingConfigs ¶
func (s *DescribeLoadBalancersBillingOutput) SetLoadBalancerBillingConfigs(v []*LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) *DescribeLoadBalancersBillingOutput
SetLoadBalancerBillingConfigs sets the LoadBalancerBillingConfigs field's value.
func (*DescribeLoadBalancersBillingOutput) SetPageNumber ¶
func (s *DescribeLoadBalancersBillingOutput) SetPageNumber(v int64) *DescribeLoadBalancersBillingOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeLoadBalancersBillingOutput) SetPageSize ¶
func (s *DescribeLoadBalancersBillingOutput) SetPageSize(v int64) *DescribeLoadBalancersBillingOutput
SetPageSize sets the PageSize field's value.
func (*DescribeLoadBalancersBillingOutput) SetRequestId ¶
func (s *DescribeLoadBalancersBillingOutput) SetRequestId(v string) *DescribeLoadBalancersBillingOutput
SetRequestId sets the RequestId field's value.
func (*DescribeLoadBalancersBillingOutput) SetTotalCount ¶
func (s *DescribeLoadBalancersBillingOutput) SetTotalCount(v int64) *DescribeLoadBalancersBillingOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeLoadBalancersBillingOutput) String ¶
func (s DescribeLoadBalancersBillingOutput) String() string
String returns the string representation
type DescribeLoadBalancersInput ¶
type DescribeLoadBalancersInput struct { AddressIpVersion *string `type:"string"` EipAddress *string `type:"string"` EniAddress *string `type:"string"` LoadBalancerIds []*string `type:"list"` LoadBalancerName *string `type:"string"` MasterZoneId *string `type:"string"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` ProjectName *string `type:"string"` Status *string `type:"string"` TagFilters []*TagFilterForDescribeLoadBalancersInput `type:"list"` Type *string `type:"string"` VpcId *string `type:"string"` // contains filtered or unexported fields }
func (DescribeLoadBalancersInput) GoString ¶
func (s DescribeLoadBalancersInput) GoString() string
GoString returns the string representation
func (*DescribeLoadBalancersInput) SetAddressIpVersion ¶ added in v1.0.72
func (s *DescribeLoadBalancersInput) SetAddressIpVersion(v string) *DescribeLoadBalancersInput
SetAddressIpVersion sets the AddressIpVersion field's value.
func (*DescribeLoadBalancersInput) SetEipAddress ¶ added in v1.0.101
func (s *DescribeLoadBalancersInput) SetEipAddress(v string) *DescribeLoadBalancersInput
SetEipAddress sets the EipAddress field's value.
func (*DescribeLoadBalancersInput) SetEniAddress ¶
func (s *DescribeLoadBalancersInput) SetEniAddress(v string) *DescribeLoadBalancersInput
SetEniAddress sets the EniAddress field's value.
func (*DescribeLoadBalancersInput) SetLoadBalancerIds ¶
func (s *DescribeLoadBalancersInput) SetLoadBalancerIds(v []*string) *DescribeLoadBalancersInput
SetLoadBalancerIds sets the LoadBalancerIds field's value.
func (*DescribeLoadBalancersInput) SetLoadBalancerName ¶
func (s *DescribeLoadBalancersInput) SetLoadBalancerName(v string) *DescribeLoadBalancersInput
SetLoadBalancerName sets the LoadBalancerName field's value.
func (*DescribeLoadBalancersInput) SetMasterZoneId ¶ added in v1.0.110
func (s *DescribeLoadBalancersInput) SetMasterZoneId(v string) *DescribeLoadBalancersInput
SetMasterZoneId sets the MasterZoneId field's value.
func (*DescribeLoadBalancersInput) SetPageNumber ¶
func (s *DescribeLoadBalancersInput) SetPageNumber(v int64) *DescribeLoadBalancersInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeLoadBalancersInput) SetPageSize ¶
func (s *DescribeLoadBalancersInput) SetPageSize(v int64) *DescribeLoadBalancersInput
SetPageSize sets the PageSize field's value.
func (*DescribeLoadBalancersInput) SetProjectName ¶ added in v1.0.20
func (s *DescribeLoadBalancersInput) SetProjectName(v string) *DescribeLoadBalancersInput
SetProjectName sets the ProjectName field's value.
func (*DescribeLoadBalancersInput) SetStatus ¶ added in v1.0.110
func (s *DescribeLoadBalancersInput) SetStatus(v string) *DescribeLoadBalancersInput
SetStatus sets the Status field's value.
func (*DescribeLoadBalancersInput) SetTagFilters ¶ added in v1.0.20
func (s *DescribeLoadBalancersInput) SetTagFilters(v []*TagFilterForDescribeLoadBalancersInput) *DescribeLoadBalancersInput
SetTagFilters sets the TagFilters field's value.
func (*DescribeLoadBalancersInput) SetType ¶ added in v1.0.110
func (s *DescribeLoadBalancersInput) SetType(v string) *DescribeLoadBalancersInput
SetType sets the Type field's value.
func (*DescribeLoadBalancersInput) SetVpcId ¶
func (s *DescribeLoadBalancersInput) SetVpcId(v string) *DescribeLoadBalancersInput
SetVpcId sets the VpcId field's value.
func (DescribeLoadBalancersInput) String ¶
func (s DescribeLoadBalancersInput) String() string
String returns the string representation
type DescribeLoadBalancersOutput ¶
type DescribeLoadBalancersOutput struct { Metadata *response.ResponseMetadata AccountId *string `type:"string"` LoadBalancers []*LoadBalancerForDescribeLoadBalancersOutput `type:"list"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` RequestId *string `type:"string"` TotalCount *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeLoadBalancersOutput) GoString ¶
func (s DescribeLoadBalancersOutput) GoString() string
GoString returns the string representation
func (*DescribeLoadBalancersOutput) SetAccountId ¶ added in v1.0.110
func (s *DescribeLoadBalancersOutput) SetAccountId(v string) *DescribeLoadBalancersOutput
SetAccountId sets the AccountId field's value.
func (*DescribeLoadBalancersOutput) SetLoadBalancers ¶
func (s *DescribeLoadBalancersOutput) SetLoadBalancers(v []*LoadBalancerForDescribeLoadBalancersOutput) *DescribeLoadBalancersOutput
SetLoadBalancers sets the LoadBalancers field's value.
func (*DescribeLoadBalancersOutput) SetPageNumber ¶
func (s *DescribeLoadBalancersOutput) SetPageNumber(v int64) *DescribeLoadBalancersOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeLoadBalancersOutput) SetPageSize ¶
func (s *DescribeLoadBalancersOutput) SetPageSize(v int64) *DescribeLoadBalancersOutput
SetPageSize sets the PageSize field's value.
func (*DescribeLoadBalancersOutput) SetRequestId ¶
func (s *DescribeLoadBalancersOutput) SetRequestId(v string) *DescribeLoadBalancersOutput
SetRequestId sets the RequestId field's value.
func (*DescribeLoadBalancersOutput) SetTotalCount ¶
func (s *DescribeLoadBalancersOutput) SetTotalCount(v int64) *DescribeLoadBalancersOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeLoadBalancersOutput) String ¶
func (s DescribeLoadBalancersOutput) String() string
String returns the string representation
type DescribeRulesInput ¶
type DescribeRulesInput struct { // ListenerId is a required field ListenerId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeRulesInput) GoString ¶
func (s DescribeRulesInput) GoString() string
GoString returns the string representation
func (*DescribeRulesInput) SetListenerId ¶
func (s *DescribeRulesInput) SetListenerId(v string) *DescribeRulesInput
SetListenerId sets the ListenerId field's value.
func (DescribeRulesInput) String ¶
func (s DescribeRulesInput) String() string
String returns the string representation
func (*DescribeRulesInput) Validate ¶
func (s *DescribeRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeRulesOutput ¶
type DescribeRulesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` Rules []*RuleForDescribeRulesOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeRulesOutput) GoString ¶
func (s DescribeRulesOutput) GoString() string
GoString returns the string representation
func (*DescribeRulesOutput) SetRequestId ¶
func (s *DescribeRulesOutput) SetRequestId(v string) *DescribeRulesOutput
SetRequestId sets the RequestId field's value.
func (*DescribeRulesOutput) SetRules ¶
func (s *DescribeRulesOutput) SetRules(v []*RuleForDescribeRulesOutput) *DescribeRulesOutput
SetRules sets the Rules field's value.
func (DescribeRulesOutput) String ¶
func (s DescribeRulesOutput) String() string
String returns the string representation
type DescribeServerGroupAttributesInput ¶
type DescribeServerGroupAttributesInput struct { // ServerGroupId is a required field ServerGroupId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeServerGroupAttributesInput) GoString ¶
func (s DescribeServerGroupAttributesInput) GoString() string
GoString returns the string representation
func (*DescribeServerGroupAttributesInput) SetServerGroupId ¶
func (s *DescribeServerGroupAttributesInput) SetServerGroupId(v string) *DescribeServerGroupAttributesInput
SetServerGroupId sets the ServerGroupId field's value.
func (DescribeServerGroupAttributesInput) String ¶
func (s DescribeServerGroupAttributesInput) String() string
String returns the string representation
func (*DescribeServerGroupAttributesInput) Validate ¶
func (s *DescribeServerGroupAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeServerGroupAttributesOutput ¶
type DescribeServerGroupAttributesOutput struct { Metadata *response.ResponseMetadata AddressIpVersion *string `type:"string"` Description *string `type:"string"` Listeners []*string `type:"list"` LoadBalancerId *string `type:"string"` RequestId *string `type:"string"` ServerGroupId *string `type:"string"` ServerGroupName *string `type:"string"` Servers []*ServerForDescribeServerGroupAttributesOutput `type:"list"` Type *string `type:"string"` // contains filtered or unexported fields }
func (DescribeServerGroupAttributesOutput) GoString ¶
func (s DescribeServerGroupAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeServerGroupAttributesOutput) SetAddressIpVersion ¶ added in v1.0.110
func (s *DescribeServerGroupAttributesOutput) SetAddressIpVersion(v string) *DescribeServerGroupAttributesOutput
SetAddressIpVersion sets the AddressIpVersion field's value.
func (*DescribeServerGroupAttributesOutput) SetDescription ¶ added in v1.0.49
func (s *DescribeServerGroupAttributesOutput) SetDescription(v string) *DescribeServerGroupAttributesOutput
SetDescription sets the Description field's value.
func (*DescribeServerGroupAttributesOutput) SetListeners ¶
func (s *DescribeServerGroupAttributesOutput) SetListeners(v []*string) *DescribeServerGroupAttributesOutput
SetListeners sets the Listeners field's value.
func (*DescribeServerGroupAttributesOutput) SetLoadBalancerId ¶
func (s *DescribeServerGroupAttributesOutput) SetLoadBalancerId(v string) *DescribeServerGroupAttributesOutput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*DescribeServerGroupAttributesOutput) SetRequestId ¶
func (s *DescribeServerGroupAttributesOutput) SetRequestId(v string) *DescribeServerGroupAttributesOutput
SetRequestId sets the RequestId field's value.
func (*DescribeServerGroupAttributesOutput) SetServerGroupId ¶
func (s *DescribeServerGroupAttributesOutput) SetServerGroupId(v string) *DescribeServerGroupAttributesOutput
SetServerGroupId sets the ServerGroupId field's value.
func (*DescribeServerGroupAttributesOutput) SetServerGroupName ¶
func (s *DescribeServerGroupAttributesOutput) SetServerGroupName(v string) *DescribeServerGroupAttributesOutput
SetServerGroupName sets the ServerGroupName field's value.
func (*DescribeServerGroupAttributesOutput) SetServers ¶
func (s *DescribeServerGroupAttributesOutput) SetServers(v []*ServerForDescribeServerGroupAttributesOutput) *DescribeServerGroupAttributesOutput
SetServers sets the Servers field's value.
func (*DescribeServerGroupAttributesOutput) SetType ¶ added in v1.0.110
func (s *DescribeServerGroupAttributesOutput) SetType(v string) *DescribeServerGroupAttributesOutput
SetType sets the Type field's value.
func (DescribeServerGroupAttributesOutput) String ¶
func (s DescribeServerGroupAttributesOutput) String() string
String returns the string representation
type DescribeServerGroupsInput ¶
type DescribeServerGroupsInput struct { LoadBalancerId *string `type:"string"` PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` ServerGroupIds []*string `type:"list"` ServerGroupName *string `type:"string"` Type *string `type:"string"` // contains filtered or unexported fields }
func (DescribeServerGroupsInput) GoString ¶
func (s DescribeServerGroupsInput) GoString() string
GoString returns the string representation
func (*DescribeServerGroupsInput) SetLoadBalancerId ¶
func (s *DescribeServerGroupsInput) SetLoadBalancerId(v string) *DescribeServerGroupsInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*DescribeServerGroupsInput) SetPageNumber ¶
func (s *DescribeServerGroupsInput) SetPageNumber(v int64) *DescribeServerGroupsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeServerGroupsInput) SetPageSize ¶
func (s *DescribeServerGroupsInput) SetPageSize(v int64) *DescribeServerGroupsInput
SetPageSize sets the PageSize field's value.
func (*DescribeServerGroupsInput) SetServerGroupIds ¶
func (s *DescribeServerGroupsInput) SetServerGroupIds(v []*string) *DescribeServerGroupsInput
SetServerGroupIds sets the ServerGroupIds field's value.
func (*DescribeServerGroupsInput) SetServerGroupName ¶
func (s *DescribeServerGroupsInput) SetServerGroupName(v string) *DescribeServerGroupsInput
SetServerGroupName sets the ServerGroupName field's value.
func (*DescribeServerGroupsInput) SetType ¶ added in v1.0.110
func (s *DescribeServerGroupsInput) SetType(v string) *DescribeServerGroupsInput
SetType sets the Type field's value.
func (DescribeServerGroupsInput) String ¶
func (s DescribeServerGroupsInput) String() string
String returns the string representation
type DescribeServerGroupsOutput ¶
type DescribeServerGroupsOutput struct { Metadata *response.ResponseMetadata PageNumber *int64 `type:"integer"` PageSize *int64 `type:"integer"` RequestId *string `type:"string"` ServerGroups []*ServerGroupForDescribeServerGroupsOutput `type:"list"` TotalCount *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeServerGroupsOutput) GoString ¶
func (s DescribeServerGroupsOutput) GoString() string
GoString returns the string representation
func (*DescribeServerGroupsOutput) SetPageNumber ¶
func (s *DescribeServerGroupsOutput) SetPageNumber(v int64) *DescribeServerGroupsOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeServerGroupsOutput) SetPageSize ¶
func (s *DescribeServerGroupsOutput) SetPageSize(v int64) *DescribeServerGroupsOutput
SetPageSize sets the PageSize field's value.
func (*DescribeServerGroupsOutput) SetRequestId ¶
func (s *DescribeServerGroupsOutput) SetRequestId(v string) *DescribeServerGroupsOutput
SetRequestId sets the RequestId field's value.
func (*DescribeServerGroupsOutput) SetServerGroups ¶
func (s *DescribeServerGroupsOutput) SetServerGroups(v []*ServerGroupForDescribeServerGroupsOutput) *DescribeServerGroupsOutput
SetServerGroups sets the ServerGroups field's value.
func (*DescribeServerGroupsOutput) SetTotalCount ¶
func (s *DescribeServerGroupsOutput) SetTotalCount(v int64) *DescribeServerGroupsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeServerGroupsOutput) String ¶
func (s DescribeServerGroupsOutput) String() string
String returns the string representation
type DescribeZonesInput ¶ added in v1.0.49
type DescribeZonesInput struct {
// contains filtered or unexported fields
}
func (DescribeZonesInput) GoString ¶ added in v1.0.49
func (s DescribeZonesInput) GoString() string
GoString returns the string representation
func (DescribeZonesInput) String ¶ added in v1.0.49
func (s DescribeZonesInput) String() string
String returns the string representation
type DescribeZonesOutput ¶ added in v1.0.49
type DescribeZonesOutput struct { Metadata *response.ResponseMetadata MasterZones []*MasterZoneForDescribeZonesOutput `type:"list"` RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DescribeZonesOutput) GoString ¶ added in v1.0.49
func (s DescribeZonesOutput) GoString() string
GoString returns the string representation
func (*DescribeZonesOutput) SetMasterZones ¶ added in v1.0.49
func (s *DescribeZonesOutput) SetMasterZones(v []*MasterZoneForDescribeZonesOutput) *DescribeZonesOutput
SetMasterZones sets the MasterZones field's value.
func (*DescribeZonesOutput) SetRequestId ¶ added in v1.0.110
func (s *DescribeZonesOutput) SetRequestId(v string) *DescribeZonesOutput
SetRequestId sets the RequestId field's value.
func (DescribeZonesOutput) String ¶ added in v1.0.49
func (s DescribeZonesOutput) String() string
String returns the string representation
type DetachHealthCheckLogTopicInput ¶ added in v1.0.7
type DetachHealthCheckLogTopicInput struct { // LoadBalancerId is a required field LoadBalancerId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DetachHealthCheckLogTopicInput) GoString ¶ added in v1.0.7
func (s DetachHealthCheckLogTopicInput) GoString() string
GoString returns the string representation
func (*DetachHealthCheckLogTopicInput) SetLoadBalancerId ¶ added in v1.0.7
func (s *DetachHealthCheckLogTopicInput) SetLoadBalancerId(v string) *DetachHealthCheckLogTopicInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (DetachHealthCheckLogTopicInput) String ¶ added in v1.0.7
func (s DetachHealthCheckLogTopicInput) String() string
String returns the string representation
func (*DetachHealthCheckLogTopicInput) Validate ¶ added in v1.0.7
func (s *DetachHealthCheckLogTopicInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachHealthCheckLogTopicOutput ¶ added in v1.0.7
type DetachHealthCheckLogTopicOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DetachHealthCheckLogTopicOutput) GoString ¶ added in v1.0.7
func (s DetachHealthCheckLogTopicOutput) GoString() string
GoString returns the string representation
func (*DetachHealthCheckLogTopicOutput) SetRequestId ¶ added in v1.0.7
func (s *DetachHealthCheckLogTopicOutput) SetRequestId(v string) *DetachHealthCheckLogTopicOutput
SetRequestId sets the RequestId field's value.
func (DetachHealthCheckLogTopicOutput) String ¶ added in v1.0.7
func (s DetachHealthCheckLogTopicOutput) String() string
String returns the string representation
type DisableAccessLogInput ¶
type DisableAccessLogInput struct { // LoadBalancerId is a required field LoadBalancerId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DisableAccessLogInput) GoString ¶
func (s DisableAccessLogInput) GoString() string
GoString returns the string representation
func (*DisableAccessLogInput) SetLoadBalancerId ¶
func (s *DisableAccessLogInput) SetLoadBalancerId(v string) *DisableAccessLogInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (DisableAccessLogInput) String ¶
func (s DisableAccessLogInput) String() string
String returns the string representation
func (*DisableAccessLogInput) Validate ¶
func (s *DisableAccessLogInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisableAccessLogOutput ¶
type DisableAccessLogOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (DisableAccessLogOutput) GoString ¶
func (s DisableAccessLogOutput) GoString() string
GoString returns the string representation
func (*DisableAccessLogOutput) SetRequestId ¶
func (s *DisableAccessLogOutput) SetRequestId(v string) *DisableAccessLogOutput
SetRequestId sets the RequestId field's value.
func (DisableAccessLogOutput) String ¶
func (s DisableAccessLogOutput) String() string
String returns the string representation
type EipBillingConfigForCreateLoadBalancerInput ¶
type EipBillingConfigForCreateLoadBalancerInput struct { Bandwidth *int64 `type:"integer"` BandwidthPackageId *string `type:"string"` EipBillingType *int64 `type:"integer"` ISP *string `type:"string"` SecurityProtectionInstanceId *int64 `type:"integer"` SecurityProtectionTypes []*string `type:"list"` // contains filtered or unexported fields }
func (EipBillingConfigForCreateLoadBalancerInput) GoString ¶
func (s EipBillingConfigForCreateLoadBalancerInput) GoString() string
GoString returns the string representation
func (*EipBillingConfigForCreateLoadBalancerInput) SetBandwidth ¶
func (s *EipBillingConfigForCreateLoadBalancerInput) SetBandwidth(v int64) *EipBillingConfigForCreateLoadBalancerInput
SetBandwidth sets the Bandwidth field's value.
func (*EipBillingConfigForCreateLoadBalancerInput) SetBandwidthPackageId ¶ added in v1.0.49
func (s *EipBillingConfigForCreateLoadBalancerInput) SetBandwidthPackageId(v string) *EipBillingConfigForCreateLoadBalancerInput
SetBandwidthPackageId sets the BandwidthPackageId field's value.
func (*EipBillingConfigForCreateLoadBalancerInput) SetEipBillingType ¶
func (s *EipBillingConfigForCreateLoadBalancerInput) SetEipBillingType(v int64) *EipBillingConfigForCreateLoadBalancerInput
SetEipBillingType sets the EipBillingType field's value.
func (*EipBillingConfigForCreateLoadBalancerInput) SetISP ¶
func (s *EipBillingConfigForCreateLoadBalancerInput) SetISP(v string) *EipBillingConfigForCreateLoadBalancerInput
SetISP sets the ISP field's value.
func (*EipBillingConfigForCreateLoadBalancerInput) SetSecurityProtectionInstanceId ¶ added in v1.0.122
func (s *EipBillingConfigForCreateLoadBalancerInput) SetSecurityProtectionInstanceId(v int64) *EipBillingConfigForCreateLoadBalancerInput
SetSecurityProtectionInstanceId sets the SecurityProtectionInstanceId field's value.
func (*EipBillingConfigForCreateLoadBalancerInput) SetSecurityProtectionTypes ¶ added in v1.0.49
func (s *EipBillingConfigForCreateLoadBalancerInput) SetSecurityProtectionTypes(v []*string) *EipBillingConfigForCreateLoadBalancerInput
SetSecurityProtectionTypes sets the SecurityProtectionTypes field's value.
func (EipBillingConfigForCreateLoadBalancerInput) String ¶
func (s EipBillingConfigForCreateLoadBalancerInput) String() string
String returns the string representation
type EipForDescribeLoadBalancerAttributesOutput ¶
type EipForDescribeLoadBalancerAttributesOutput struct { Bandwidth *int64 `type:"integer"` BandwidthPackageId *string `type:"string"` EipAddress *string `type:"string"` EipBillingType *int64 `type:"integer"` ISP *string `type:"string"` SecurityProtectionTypes []*string `type:"list"` // contains filtered or unexported fields }
func (EipForDescribeLoadBalancerAttributesOutput) GoString ¶
func (s EipForDescribeLoadBalancerAttributesOutput) GoString() string
GoString returns the string representation
func (*EipForDescribeLoadBalancerAttributesOutput) SetBandwidth ¶
func (s *EipForDescribeLoadBalancerAttributesOutput) SetBandwidth(v int64) *EipForDescribeLoadBalancerAttributesOutput
SetBandwidth sets the Bandwidth field's value.
func (*EipForDescribeLoadBalancerAttributesOutput) SetBandwidthPackageId ¶ added in v1.0.49
func (s *EipForDescribeLoadBalancerAttributesOutput) SetBandwidthPackageId(v string) *EipForDescribeLoadBalancerAttributesOutput
SetBandwidthPackageId sets the BandwidthPackageId field's value.
func (*EipForDescribeLoadBalancerAttributesOutput) SetEipAddress ¶
func (s *EipForDescribeLoadBalancerAttributesOutput) SetEipAddress(v string) *EipForDescribeLoadBalancerAttributesOutput
SetEipAddress sets the EipAddress field's value.
func (*EipForDescribeLoadBalancerAttributesOutput) SetEipBillingType ¶
func (s *EipForDescribeLoadBalancerAttributesOutput) SetEipBillingType(v int64) *EipForDescribeLoadBalancerAttributesOutput
SetEipBillingType sets the EipBillingType field's value.
func (*EipForDescribeLoadBalancerAttributesOutput) SetISP ¶
func (s *EipForDescribeLoadBalancerAttributesOutput) SetISP(v string) *EipForDescribeLoadBalancerAttributesOutput
SetISP sets the ISP field's value.
func (*EipForDescribeLoadBalancerAttributesOutput) SetSecurityProtectionTypes ¶ added in v1.0.49
func (s *EipForDescribeLoadBalancerAttributesOutput) SetSecurityProtectionTypes(v []*string) *EipForDescribeLoadBalancerAttributesOutput
SetSecurityProtectionTypes sets the SecurityProtectionTypes field's value.
func (EipForDescribeLoadBalancerAttributesOutput) String ¶
func (s EipForDescribeLoadBalancerAttributesOutput) String() string
String returns the string representation
type EnableAccessLogInput ¶
type EnableAccessLogInput struct { // BucketName is a required field BucketName *string `type:"string" required:"true"` // LoadBalancerId is a required field LoadBalancerId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (EnableAccessLogInput) GoString ¶
func (s EnableAccessLogInput) GoString() string
GoString returns the string representation
func (*EnableAccessLogInput) SetBucketName ¶
func (s *EnableAccessLogInput) SetBucketName(v string) *EnableAccessLogInput
SetBucketName sets the BucketName field's value.
func (*EnableAccessLogInput) SetLoadBalancerId ¶
func (s *EnableAccessLogInput) SetLoadBalancerId(v string) *EnableAccessLogInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (EnableAccessLogInput) String ¶
func (s EnableAccessLogInput) String() string
String returns the string representation
func (*EnableAccessLogInput) Validate ¶
func (s *EnableAccessLogInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnableAccessLogOutput ¶
type EnableAccessLogOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (EnableAccessLogOutput) GoString ¶
func (s EnableAccessLogOutput) GoString() string
GoString returns the string representation
func (*EnableAccessLogOutput) SetRequestId ¶
func (s *EnableAccessLogOutput) SetRequestId(v string) *EnableAccessLogOutput
SetRequestId sets the RequestId field's value.
func (EnableAccessLogOutput) String ¶
func (s EnableAccessLogOutput) String() string
String returns the string representation
type HealthCheckForCreateListenerInput ¶
type HealthCheckForCreateListenerInput struct { Domain *string `type:"string"` Enabled *string `type:"string"` HealthyThreshold *int64 `type:"integer"` HttpCode *string `type:"string"` Interval *int64 `type:"integer"` Method *string `type:"string"` Timeout *int64 `type:"integer"` URI *string `type:"string"` UdpExpect *string `type:"string"` UdpRequest *string `type:"string"` UnhealthyThreshold *int64 `type:"integer"` // contains filtered or unexported fields }
func (HealthCheckForCreateListenerInput) GoString ¶
func (s HealthCheckForCreateListenerInput) GoString() string
GoString returns the string representation
func (*HealthCheckForCreateListenerInput) SetDomain ¶
func (s *HealthCheckForCreateListenerInput) SetDomain(v string) *HealthCheckForCreateListenerInput
SetDomain sets the Domain field's value.
func (*HealthCheckForCreateListenerInput) SetEnabled ¶
func (s *HealthCheckForCreateListenerInput) SetEnabled(v string) *HealthCheckForCreateListenerInput
SetEnabled sets the Enabled field's value.
func (*HealthCheckForCreateListenerInput) SetHealthyThreshold ¶
func (s *HealthCheckForCreateListenerInput) SetHealthyThreshold(v int64) *HealthCheckForCreateListenerInput
SetHealthyThreshold sets the HealthyThreshold field's value.
func (*HealthCheckForCreateListenerInput) SetHttpCode ¶
func (s *HealthCheckForCreateListenerInput) SetHttpCode(v string) *HealthCheckForCreateListenerInput
SetHttpCode sets the HttpCode field's value.
func (*HealthCheckForCreateListenerInput) SetInterval ¶
func (s *HealthCheckForCreateListenerInput) SetInterval(v int64) *HealthCheckForCreateListenerInput
SetInterval sets the Interval field's value.
func (*HealthCheckForCreateListenerInput) SetMethod ¶
func (s *HealthCheckForCreateListenerInput) SetMethod(v string) *HealthCheckForCreateListenerInput
SetMethod sets the Method field's value.
func (*HealthCheckForCreateListenerInput) SetTimeout ¶
func (s *HealthCheckForCreateListenerInput) SetTimeout(v int64) *HealthCheckForCreateListenerInput
SetTimeout sets the Timeout field's value.
func (*HealthCheckForCreateListenerInput) SetURI ¶
func (s *HealthCheckForCreateListenerInput) SetURI(v string) *HealthCheckForCreateListenerInput
SetURI sets the URI field's value.
func (*HealthCheckForCreateListenerInput) SetUdpExpect ¶ added in v1.0.28
func (s *HealthCheckForCreateListenerInput) SetUdpExpect(v string) *HealthCheckForCreateListenerInput
SetUdpExpect sets the UdpExpect field's value.
func (*HealthCheckForCreateListenerInput) SetUdpRequest ¶ added in v1.0.28
func (s *HealthCheckForCreateListenerInput) SetUdpRequest(v string) *HealthCheckForCreateListenerInput
SetUdpRequest sets the UdpRequest field's value.
func (*HealthCheckForCreateListenerInput) SetUnhealthyThreshold ¶ added in v1.0.9
func (s *HealthCheckForCreateListenerInput) SetUnhealthyThreshold(v int64) *HealthCheckForCreateListenerInput
SetUnhealthyThreshold sets the UnhealthyThreshold field's value.
func (HealthCheckForCreateListenerInput) String ¶
func (s HealthCheckForCreateListenerInput) String() string
String returns the string representation
type HealthCheckForDescribeListenerAttributesOutput ¶
type HealthCheckForDescribeListenerAttributesOutput struct { Domain *string `type:"string"` Enabled *string `type:"string"` HealthyThreshold *int64 `type:"integer"` HttpCode *string `type:"string"` Interval *int64 `type:"integer"` Method *string `type:"string"` Timeout *int64 `type:"integer"` UdpExpect *string `type:"string"` UdpRequest *string `type:"string"` UnHealthyThreshold *int64 `type:"integer"` Uri *string `type:"string"` // contains filtered or unexported fields }
func (HealthCheckForDescribeListenerAttributesOutput) GoString ¶
func (s HealthCheckForDescribeListenerAttributesOutput) GoString() string
GoString returns the string representation
func (*HealthCheckForDescribeListenerAttributesOutput) SetDomain ¶
func (s *HealthCheckForDescribeListenerAttributesOutput) SetDomain(v string) *HealthCheckForDescribeListenerAttributesOutput
SetDomain sets the Domain field's value.
func (*HealthCheckForDescribeListenerAttributesOutput) SetEnabled ¶
func (s *HealthCheckForDescribeListenerAttributesOutput) SetEnabled(v string) *HealthCheckForDescribeListenerAttributesOutput
SetEnabled sets the Enabled field's value.
func (*HealthCheckForDescribeListenerAttributesOutput) SetHealthyThreshold ¶
func (s *HealthCheckForDescribeListenerAttributesOutput) SetHealthyThreshold(v int64) *HealthCheckForDescribeListenerAttributesOutput
SetHealthyThreshold sets the HealthyThreshold field's value.
func (*HealthCheckForDescribeListenerAttributesOutput) SetHttpCode ¶
func (s *HealthCheckForDescribeListenerAttributesOutput) SetHttpCode(v string) *HealthCheckForDescribeListenerAttributesOutput
SetHttpCode sets the HttpCode field's value.
func (*HealthCheckForDescribeListenerAttributesOutput) SetInterval ¶
func (s *HealthCheckForDescribeListenerAttributesOutput) SetInterval(v int64) *HealthCheckForDescribeListenerAttributesOutput
SetInterval sets the Interval field's value.
func (*HealthCheckForDescribeListenerAttributesOutput) SetMethod ¶
func (s *HealthCheckForDescribeListenerAttributesOutput) SetMethod(v string) *HealthCheckForDescribeListenerAttributesOutput
SetMethod sets the Method field's value.
func (*HealthCheckForDescribeListenerAttributesOutput) SetTimeout ¶
func (s *HealthCheckForDescribeListenerAttributesOutput) SetTimeout(v int64) *HealthCheckForDescribeListenerAttributesOutput
SetTimeout sets the Timeout field's value.
func (*HealthCheckForDescribeListenerAttributesOutput) SetUdpExpect ¶ added in v1.0.49
func (s *HealthCheckForDescribeListenerAttributesOutput) SetUdpExpect(v string) *HealthCheckForDescribeListenerAttributesOutput
SetUdpExpect sets the UdpExpect field's value.
func (*HealthCheckForDescribeListenerAttributesOutput) SetUdpRequest ¶ added in v1.0.49
func (s *HealthCheckForDescribeListenerAttributesOutput) SetUdpRequest(v string) *HealthCheckForDescribeListenerAttributesOutput
SetUdpRequest sets the UdpRequest field's value.
func (*HealthCheckForDescribeListenerAttributesOutput) SetUnHealthyThreshold ¶
func (s *HealthCheckForDescribeListenerAttributesOutput) SetUnHealthyThreshold(v int64) *HealthCheckForDescribeListenerAttributesOutput
SetUnHealthyThreshold sets the UnHealthyThreshold field's value.
func (*HealthCheckForDescribeListenerAttributesOutput) SetUri ¶
func (s *HealthCheckForDescribeListenerAttributesOutput) SetUri(v string) *HealthCheckForDescribeListenerAttributesOutput
SetUri sets the Uri field's value.
func (HealthCheckForDescribeListenerAttributesOutput) String ¶
func (s HealthCheckForDescribeListenerAttributesOutput) String() string
String returns the string representation
type HealthCheckForDescribeListenersOutput ¶
type HealthCheckForDescribeListenersOutput struct { Domain *string `type:"string"` Enabled *string `type:"string"` HealthyThreshold *int64 `type:"integer"` HttpCode *string `type:"string"` Interval *int64 `type:"integer"` Method *string `type:"string"` Timeout *int64 `type:"integer"` UdpExpect *string `type:"string"` UdpRequest *string `type:"string"` UnHealthyThreshold *int64 `type:"integer"` Uri *string `type:"string"` // contains filtered or unexported fields }
func (HealthCheckForDescribeListenersOutput) GoString ¶
func (s HealthCheckForDescribeListenersOutput) GoString() string
GoString returns the string representation
func (*HealthCheckForDescribeListenersOutput) SetDomain ¶
func (s *HealthCheckForDescribeListenersOutput) SetDomain(v string) *HealthCheckForDescribeListenersOutput
SetDomain sets the Domain field's value.
func (*HealthCheckForDescribeListenersOutput) SetEnabled ¶
func (s *HealthCheckForDescribeListenersOutput) SetEnabled(v string) *HealthCheckForDescribeListenersOutput
SetEnabled sets the Enabled field's value.
func (*HealthCheckForDescribeListenersOutput) SetHealthyThreshold ¶
func (s *HealthCheckForDescribeListenersOutput) SetHealthyThreshold(v int64) *HealthCheckForDescribeListenersOutput
SetHealthyThreshold sets the HealthyThreshold field's value.
func (*HealthCheckForDescribeListenersOutput) SetHttpCode ¶
func (s *HealthCheckForDescribeListenersOutput) SetHttpCode(v string) *HealthCheckForDescribeListenersOutput
SetHttpCode sets the HttpCode field's value.
func (*HealthCheckForDescribeListenersOutput) SetInterval ¶
func (s *HealthCheckForDescribeListenersOutput) SetInterval(v int64) *HealthCheckForDescribeListenersOutput
SetInterval sets the Interval field's value.
func (*HealthCheckForDescribeListenersOutput) SetMethod ¶
func (s *HealthCheckForDescribeListenersOutput) SetMethod(v string) *HealthCheckForDescribeListenersOutput
SetMethod sets the Method field's value.
func (*HealthCheckForDescribeListenersOutput) SetTimeout ¶
func (s *HealthCheckForDescribeListenersOutput) SetTimeout(v int64) *HealthCheckForDescribeListenersOutput
SetTimeout sets the Timeout field's value.
func (*HealthCheckForDescribeListenersOutput) SetUdpExpect ¶ added in v1.0.49
func (s *HealthCheckForDescribeListenersOutput) SetUdpExpect(v string) *HealthCheckForDescribeListenersOutput
SetUdpExpect sets the UdpExpect field's value.
func (*HealthCheckForDescribeListenersOutput) SetUdpRequest ¶ added in v1.0.49
func (s *HealthCheckForDescribeListenersOutput) SetUdpRequest(v string) *HealthCheckForDescribeListenersOutput
SetUdpRequest sets the UdpRequest field's value.
func (*HealthCheckForDescribeListenersOutput) SetUnHealthyThreshold ¶
func (s *HealthCheckForDescribeListenersOutput) SetUnHealthyThreshold(v int64) *HealthCheckForDescribeListenersOutput
SetUnHealthyThreshold sets the UnHealthyThreshold field's value.
func (*HealthCheckForDescribeListenersOutput) SetUri ¶
func (s *HealthCheckForDescribeListenersOutput) SetUri(v string) *HealthCheckForDescribeListenersOutput
SetUri sets the Uri field's value.
func (HealthCheckForDescribeListenersOutput) String ¶
func (s HealthCheckForDescribeListenersOutput) String() string
String returns the string representation
type HealthCheckForModifyListenerAttributesInput ¶
type HealthCheckForModifyListenerAttributesInput struct { Domain *string `type:"string"` Enabled *string `type:"string"` HealthyThreshold *int64 `type:"integer"` HttpCode *string `type:"string"` Interval *int64 `type:"integer"` Method *string `type:"string"` Timeout *int64 `type:"integer"` URI *string `type:"string"` UdpExpect *string `type:"string"` UdpRequest *string `type:"string"` UnhealthyThreshold *int64 `type:"integer"` // contains filtered or unexported fields }
func (HealthCheckForModifyListenerAttributesInput) GoString ¶
func (s HealthCheckForModifyListenerAttributesInput) GoString() string
GoString returns the string representation
func (*HealthCheckForModifyListenerAttributesInput) SetDomain ¶
func (s *HealthCheckForModifyListenerAttributesInput) SetDomain(v string) *HealthCheckForModifyListenerAttributesInput
SetDomain sets the Domain field's value.
func (*HealthCheckForModifyListenerAttributesInput) SetEnabled ¶
func (s *HealthCheckForModifyListenerAttributesInput) SetEnabled(v string) *HealthCheckForModifyListenerAttributesInput
SetEnabled sets the Enabled field's value.
func (*HealthCheckForModifyListenerAttributesInput) SetHealthyThreshold ¶
func (s *HealthCheckForModifyListenerAttributesInput) SetHealthyThreshold(v int64) *HealthCheckForModifyListenerAttributesInput
SetHealthyThreshold sets the HealthyThreshold field's value.
func (*HealthCheckForModifyListenerAttributesInput) SetHttpCode ¶
func (s *HealthCheckForModifyListenerAttributesInput) SetHttpCode(v string) *HealthCheckForModifyListenerAttributesInput
SetHttpCode sets the HttpCode field's value.
func (*HealthCheckForModifyListenerAttributesInput) SetInterval ¶
func (s *HealthCheckForModifyListenerAttributesInput) SetInterval(v int64) *HealthCheckForModifyListenerAttributesInput
SetInterval sets the Interval field's value.
func (*HealthCheckForModifyListenerAttributesInput) SetMethod ¶
func (s *HealthCheckForModifyListenerAttributesInput) SetMethod(v string) *HealthCheckForModifyListenerAttributesInput
SetMethod sets the Method field's value.
func (*HealthCheckForModifyListenerAttributesInput) SetTimeout ¶
func (s *HealthCheckForModifyListenerAttributesInput) SetTimeout(v int64) *HealthCheckForModifyListenerAttributesInput
SetTimeout sets the Timeout field's value.
func (*HealthCheckForModifyListenerAttributesInput) SetURI ¶
func (s *HealthCheckForModifyListenerAttributesInput) SetURI(v string) *HealthCheckForModifyListenerAttributesInput
SetURI sets the URI field's value.
func (*HealthCheckForModifyListenerAttributesInput) SetUdpExpect ¶ added in v1.0.110
func (s *HealthCheckForModifyListenerAttributesInput) SetUdpExpect(v string) *HealthCheckForModifyListenerAttributesInput
SetUdpExpect sets the UdpExpect field's value.
func (*HealthCheckForModifyListenerAttributesInput) SetUdpRequest ¶ added in v1.0.110
func (s *HealthCheckForModifyListenerAttributesInput) SetUdpRequest(v string) *HealthCheckForModifyListenerAttributesInput
SetUdpRequest sets the UdpRequest field's value.
func (*HealthCheckForModifyListenerAttributesInput) SetUnhealthyThreshold ¶ added in v1.0.25
func (s *HealthCheckForModifyListenerAttributesInput) SetUnhealthyThreshold(v int64) *HealthCheckForModifyListenerAttributesInput
SetUnhealthyThreshold sets the UnhealthyThreshold field's value.
func (HealthCheckForModifyListenerAttributesInput) String ¶
func (s HealthCheckForModifyListenerAttributesInput) String() string
String returns the string representation
type Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput ¶ added in v1.0.72
type Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput struct { Bandwidth *int64 `type:"integer"` BandwidthPackageId *string `type:"string"` BillingType *int64 `type:"integer"` ISP *string `type:"string"` NetworkType *string `type:"string"` // contains filtered or unexported fields }
func (Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) GoString ¶ added in v1.0.72
func (s Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) GoString() string
GoString returns the string representation
func (*Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetBandwidth ¶ added in v1.0.82
func (s *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetBandwidth(v int64) *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput
SetBandwidth sets the Bandwidth field's value.
func (*Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetBandwidthPackageId ¶ added in v1.0.110
func (s *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetBandwidthPackageId(v string) *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput
SetBandwidthPackageId sets the BandwidthPackageId field's value.
func (*Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetBillingType ¶ added in v1.0.82
func (s *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetBillingType(v int64) *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput
SetBillingType sets the BillingType field's value.
func (*Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetISP ¶ added in v1.0.82
func (s *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetISP(v string) *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput
SetISP sets the ISP field's value.
func (*Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetNetworkType ¶ added in v1.0.82
func (s *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) SetNetworkType(v string) *Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput
SetNetworkType sets the NetworkType field's value.
func (Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) String ¶ added in v1.0.72
func (s Ipv6AddressBandwidthForDescribeLoadBalancerAttributesOutput) String() string
String returns the string representation
type ListTagsForResourcesInput ¶ added in v1.0.20
type ListTagsForResourcesInput struct { MaxResults *int64 `max:"100" type:"integer"` NextToken *string `type:"string"` ResourceIds []*string `type:"list"` // ResourceType is a required field ResourceType *string `type:"string" required:"true" enum:"ResourceTypeForListTagsForResourcesInput"` TagFilters []*TagFilterForListTagsForResourcesInput `type:"list"` TagType *string `type:"string"` // contains filtered or unexported fields }
func (ListTagsForResourcesInput) GoString ¶ added in v1.0.20
func (s ListTagsForResourcesInput) GoString() string
GoString returns the string representation
func (*ListTagsForResourcesInput) SetMaxResults ¶ added in v1.0.20
func (s *ListTagsForResourcesInput) SetMaxResults(v int64) *ListTagsForResourcesInput
SetMaxResults sets the MaxResults field's value.
func (*ListTagsForResourcesInput) SetNextToken ¶ added in v1.0.20
func (s *ListTagsForResourcesInput) SetNextToken(v string) *ListTagsForResourcesInput
SetNextToken sets the NextToken field's value.
func (*ListTagsForResourcesInput) SetResourceIds ¶ added in v1.0.20
func (s *ListTagsForResourcesInput) SetResourceIds(v []*string) *ListTagsForResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*ListTagsForResourcesInput) SetResourceType ¶ added in v1.0.20
func (s *ListTagsForResourcesInput) SetResourceType(v string) *ListTagsForResourcesInput
SetResourceType sets the ResourceType field's value.
func (*ListTagsForResourcesInput) SetTagFilters ¶ added in v1.0.20
func (s *ListTagsForResourcesInput) SetTagFilters(v []*TagFilterForListTagsForResourcesInput) *ListTagsForResourcesInput
SetTagFilters sets the TagFilters field's value.
func (*ListTagsForResourcesInput) SetTagType ¶ added in v1.0.20
func (s *ListTagsForResourcesInput) SetTagType(v string) *ListTagsForResourcesInput
SetTagType sets the TagType field's value.
func (ListTagsForResourcesInput) String ¶ added in v1.0.20
func (s ListTagsForResourcesInput) String() string
String returns the string representation
func (*ListTagsForResourcesInput) Validate ¶ added in v1.0.20
func (s *ListTagsForResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourcesOutput ¶ added in v1.0.20
type ListTagsForResourcesOutput struct { Metadata *response.ResponseMetadata NextToken *string `type:"string"` RequestId *string `type:"string"` ResourceTags []*ResourceTagForListTagsForResourcesOutput `type:"list"` // contains filtered or unexported fields }
func (ListTagsForResourcesOutput) GoString ¶ added in v1.0.20
func (s ListTagsForResourcesOutput) GoString() string
GoString returns the string representation
func (*ListTagsForResourcesOutput) SetNextToken ¶ added in v1.0.20
func (s *ListTagsForResourcesOutput) SetNextToken(v string) *ListTagsForResourcesOutput
SetNextToken sets the NextToken field's value.
func (*ListTagsForResourcesOutput) SetRequestId ¶ added in v1.0.20
func (s *ListTagsForResourcesOutput) SetRequestId(v string) *ListTagsForResourcesOutput
SetRequestId sets the RequestId field's value.
func (*ListTagsForResourcesOutput) SetResourceTags ¶ added in v1.0.20
func (s *ListTagsForResourcesOutput) SetResourceTags(v []*ResourceTagForListTagsForResourcesOutput) *ListTagsForResourcesOutput
SetResourceTags sets the ResourceTags field's value.
func (ListTagsForResourcesOutput) String ¶ added in v1.0.20
func (s ListTagsForResourcesOutput) String() string
String returns the string representation
type ListenerForDescribeAclAttributesOutput ¶
type ListenerForDescribeAclAttributesOutput struct { AclType *string `type:"string"` ListenerId *string `type:"string"` ListenerName *string `type:"string"` Port *int64 `type:"integer"` Protocol *string `type:"string"` // contains filtered or unexported fields }
func (ListenerForDescribeAclAttributesOutput) GoString ¶
func (s ListenerForDescribeAclAttributesOutput) GoString() string
GoString returns the string representation
func (*ListenerForDescribeAclAttributesOutput) SetAclType ¶
func (s *ListenerForDescribeAclAttributesOutput) SetAclType(v string) *ListenerForDescribeAclAttributesOutput
SetAclType sets the AclType field's value.
func (*ListenerForDescribeAclAttributesOutput) SetListenerId ¶
func (s *ListenerForDescribeAclAttributesOutput) SetListenerId(v string) *ListenerForDescribeAclAttributesOutput
SetListenerId sets the ListenerId field's value.
func (*ListenerForDescribeAclAttributesOutput) SetListenerName ¶
func (s *ListenerForDescribeAclAttributesOutput) SetListenerName(v string) *ListenerForDescribeAclAttributesOutput
SetListenerName sets the ListenerName field's value.
func (*ListenerForDescribeAclAttributesOutput) SetPort ¶
func (s *ListenerForDescribeAclAttributesOutput) SetPort(v int64) *ListenerForDescribeAclAttributesOutput
SetPort sets the Port field's value.
func (*ListenerForDescribeAclAttributesOutput) SetProtocol ¶
func (s *ListenerForDescribeAclAttributesOutput) SetProtocol(v string) *ListenerForDescribeAclAttributesOutput
SetProtocol sets the Protocol field's value.
func (ListenerForDescribeAclAttributesOutput) String ¶
func (s ListenerForDescribeAclAttributesOutput) String() string
String returns the string representation
type ListenerForDescribeListenersOutput ¶
type ListenerForDescribeListenersOutput struct { AclIds []*string `type:"list"` AclStatus *string `type:"string"` AclType *string `type:"string"` Bandwidth *int64 `type:"integer"` CertificateId *string `type:"string"` ConnectionDrainEnabled *string `type:"string"` ConnectionDrainTimeout *int64 `type:"integer"` CreateTime *string `type:"string"` Enabled *string `type:"string"` HealthCheck *HealthCheckForDescribeListenersOutput `type:"structure"` ListenerId *string `type:"string"` ListenerName *string `type:"string"` PersistenceTimeout *int64 `type:"integer"` PersistenceType *string `type:"string"` Port *int64 `type:"integer"` Protocol *string `type:"string"` ProxyProtocolType *string `type:"string"` Scheduler *string `type:"string"` ServerGroupId *string `type:"string"` Status *string `type:"string"` UpdateTime *string `type:"string"` // contains filtered or unexported fields }
func (ListenerForDescribeListenersOutput) GoString ¶
func (s ListenerForDescribeListenersOutput) GoString() string
GoString returns the string representation
func (*ListenerForDescribeListenersOutput) SetAclIds ¶
func (s *ListenerForDescribeListenersOutput) SetAclIds(v []*string) *ListenerForDescribeListenersOutput
SetAclIds sets the AclIds field's value.
func (*ListenerForDescribeListenersOutput) SetAclStatus ¶
func (s *ListenerForDescribeListenersOutput) SetAclStatus(v string) *ListenerForDescribeListenersOutput
SetAclStatus sets the AclStatus field's value.
func (*ListenerForDescribeListenersOutput) SetAclType ¶
func (s *ListenerForDescribeListenersOutput) SetAclType(v string) *ListenerForDescribeListenersOutput
SetAclType sets the AclType field's value.
func (*ListenerForDescribeListenersOutput) SetBandwidth ¶ added in v1.0.72
func (s *ListenerForDescribeListenersOutput) SetBandwidth(v int64) *ListenerForDescribeListenersOutput
SetBandwidth sets the Bandwidth field's value.
func (*ListenerForDescribeListenersOutput) SetCertificateId ¶
func (s *ListenerForDescribeListenersOutput) SetCertificateId(v string) *ListenerForDescribeListenersOutput
SetCertificateId sets the CertificateId field's value.
func (*ListenerForDescribeListenersOutput) SetConnectionDrainEnabled ¶ added in v1.0.101
func (s *ListenerForDescribeListenersOutput) SetConnectionDrainEnabled(v string) *ListenerForDescribeListenersOutput
SetConnectionDrainEnabled sets the ConnectionDrainEnabled field's value.
func (*ListenerForDescribeListenersOutput) SetConnectionDrainTimeout ¶ added in v1.0.101
func (s *ListenerForDescribeListenersOutput) SetConnectionDrainTimeout(v int64) *ListenerForDescribeListenersOutput
SetConnectionDrainTimeout sets the ConnectionDrainTimeout field's value.
func (*ListenerForDescribeListenersOutput) SetCreateTime ¶
func (s *ListenerForDescribeListenersOutput) SetCreateTime(v string) *ListenerForDescribeListenersOutput
SetCreateTime sets the CreateTime field's value.
func (*ListenerForDescribeListenersOutput) SetEnabled ¶
func (s *ListenerForDescribeListenersOutput) SetEnabled(v string) *ListenerForDescribeListenersOutput
SetEnabled sets the Enabled field's value.
func (*ListenerForDescribeListenersOutput) SetHealthCheck ¶
func (s *ListenerForDescribeListenersOutput) SetHealthCheck(v *HealthCheckForDescribeListenersOutput) *ListenerForDescribeListenersOutput
SetHealthCheck sets the HealthCheck field's value.
func (*ListenerForDescribeListenersOutput) SetListenerId ¶
func (s *ListenerForDescribeListenersOutput) SetListenerId(v string) *ListenerForDescribeListenersOutput
SetListenerId sets the ListenerId field's value.
func (*ListenerForDescribeListenersOutput) SetListenerName ¶
func (s *ListenerForDescribeListenersOutput) SetListenerName(v string) *ListenerForDescribeListenersOutput
SetListenerName sets the ListenerName field's value.
func (*ListenerForDescribeListenersOutput) SetPersistenceTimeout ¶ added in v1.0.58
func (s *ListenerForDescribeListenersOutput) SetPersistenceTimeout(v int64) *ListenerForDescribeListenersOutput
SetPersistenceTimeout sets the PersistenceTimeout field's value.
func (*ListenerForDescribeListenersOutput) SetPersistenceType ¶ added in v1.0.58
func (s *ListenerForDescribeListenersOutput) SetPersistenceType(v string) *ListenerForDescribeListenersOutput
SetPersistenceType sets the PersistenceType field's value.
func (*ListenerForDescribeListenersOutput) SetPort ¶
func (s *ListenerForDescribeListenersOutput) SetPort(v int64) *ListenerForDescribeListenersOutput
SetPort sets the Port field's value.
func (*ListenerForDescribeListenersOutput) SetProtocol ¶
func (s *ListenerForDescribeListenersOutput) SetProtocol(v string) *ListenerForDescribeListenersOutput
SetProtocol sets the Protocol field's value.
func (*ListenerForDescribeListenersOutput) SetProxyProtocolType ¶ added in v1.0.58
func (s *ListenerForDescribeListenersOutput) SetProxyProtocolType(v string) *ListenerForDescribeListenersOutput
SetProxyProtocolType sets the ProxyProtocolType field's value.
func (*ListenerForDescribeListenersOutput) SetScheduler ¶ added in v1.0.114
func (s *ListenerForDescribeListenersOutput) SetScheduler(v string) *ListenerForDescribeListenersOutput
SetScheduler sets the Scheduler field's value.
func (*ListenerForDescribeListenersOutput) SetServerGroupId ¶
func (s *ListenerForDescribeListenersOutput) SetServerGroupId(v string) *ListenerForDescribeListenersOutput
SetServerGroupId sets the ServerGroupId field's value.
func (*ListenerForDescribeListenersOutput) SetStatus ¶
func (s *ListenerForDescribeListenersOutput) SetStatus(v string) *ListenerForDescribeListenersOutput
SetStatus sets the Status field's value.
func (*ListenerForDescribeListenersOutput) SetUpdateTime ¶
func (s *ListenerForDescribeListenersOutput) SetUpdateTime(v string) *ListenerForDescribeListenersOutput
SetUpdateTime sets the UpdateTime field's value.
func (ListenerForDescribeListenersOutput) String ¶
func (s ListenerForDescribeListenersOutput) String() string
String returns the string representation
type ListenerForDescribeLoadBalancerAttributesOutput ¶
type ListenerForDescribeLoadBalancerAttributesOutput struct { ListenerId *string `type:"string"` ListenerName *string `type:"string"` // contains filtered or unexported fields }
func (ListenerForDescribeLoadBalancerAttributesOutput) GoString ¶
func (s ListenerForDescribeLoadBalancerAttributesOutput) GoString() string
GoString returns the string representation
func (*ListenerForDescribeLoadBalancerAttributesOutput) SetListenerId ¶
func (s *ListenerForDescribeLoadBalancerAttributesOutput) SetListenerId(v string) *ListenerForDescribeLoadBalancerAttributesOutput
SetListenerId sets the ListenerId field's value.
func (*ListenerForDescribeLoadBalancerAttributesOutput) SetListenerName ¶
func (s *ListenerForDescribeLoadBalancerAttributesOutput) SetListenerName(v string) *ListenerForDescribeLoadBalancerAttributesOutput
SetListenerName sets the ListenerName field's value.
func (ListenerForDescribeLoadBalancerAttributesOutput) String ¶
func (s ListenerForDescribeLoadBalancerAttributesOutput) String() string
String returns the string representation
type LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput ¶
type LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput struct { BillingType *int64 `type:"integer"` ExpiredTime *string `type:"string"` InstanceStatus *int64 `type:"integer"` LoadBalancerId *string `type:"string"` OverdueReclaimTime *string `type:"string"` OverdueTime *string `type:"string"` ReclaimTime *string `type:"string"` RemainRenewTimes *int64 `type:"integer"` RenewPeriodTimes *int64 `type:"integer"` RenewType *int64 `type:"integer"` // contains filtered or unexported fields }
func (LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) GoString ¶
func (s LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) GoString() string
GoString returns the string representation
func (*LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetBillingType ¶
func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetBillingType(v int64) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
SetBillingType sets the BillingType field's value.
func (*LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetExpiredTime ¶
func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetExpiredTime(v string) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
SetExpiredTime sets the ExpiredTime field's value.
func (*LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetInstanceStatus ¶
func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetInstanceStatus(v int64) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
SetInstanceStatus sets the InstanceStatus field's value.
func (*LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetLoadBalancerId ¶
func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetLoadBalancerId(v string) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetOverdueReclaimTime ¶
func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetOverdueReclaimTime(v string) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
SetOverdueReclaimTime sets the OverdueReclaimTime field's value.
func (*LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetOverdueTime ¶
func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetOverdueTime(v string) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
SetOverdueTime sets the OverdueTime field's value.
func (*LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetReclaimTime ¶
func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetReclaimTime(v string) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
SetReclaimTime sets the ReclaimTime field's value.
func (*LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetRemainRenewTimes ¶
func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetRemainRenewTimes(v int64) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
SetRemainRenewTimes sets the RemainRenewTimes field's value.
func (*LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetRenewPeriodTimes ¶
func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetRenewPeriodTimes(v int64) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
SetRenewPeriodTimes sets the RenewPeriodTimes field's value.
func (*LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetRenewType ¶
func (s *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) SetRenewType(v int64) *LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput
SetRenewType sets the RenewType field's value.
func (LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) String ¶
func (s LoadBalancerBillingConfigForDescribeLoadBalancersBillingOutput) String() string
String returns the string representation
type LoadBalancerForDescribeLoadBalancersOutput ¶
type LoadBalancerForDescribeLoadBalancersOutput struct { AddressIpVersion *string `type:"string"` BusinessStatus *string `type:"string"` CreateTime *string `type:"string"` DeletedTime *string `type:"string"` Description *string `type:"string"` EipAddress *string `type:"string"` EipID *string `type:"string"` EniAddress *string `type:"string"` EniID *string `type:"string"` EniIpv6Address *string `type:"string"` ExpiredTime *string `type:"string"` Ipv6EipId *string `type:"string"` LoadBalancerBillingType *int64 `type:"integer"` LoadBalancerId *string `type:"string"` LoadBalancerName *string `type:"string"` LoadBalancerSpec *string `type:"string"` LockReason *string `type:"string"` MasterZoneId *string `type:"string"` ModificationProtectionReason *string `type:"string"` ModificationProtectionStatus *string `type:"string"` OverdueTime *string `type:"string"` ProjectName *string `type:"string"` ServiceManaged *bool `type:"boolean"` SlaveZoneId *string `type:"string"` Status *string `type:"string"` SubnetId *string `type:"string"` Tags []*TagForDescribeLoadBalancersOutput `type:"list"` Type *string `type:"string"` UpdateTime *string `type:"string"` VpcId *string `type:"string"` // contains filtered or unexported fields }
func (LoadBalancerForDescribeLoadBalancersOutput) GoString ¶
func (s LoadBalancerForDescribeLoadBalancersOutput) GoString() string
GoString returns the string representation
func (*LoadBalancerForDescribeLoadBalancersOutput) SetAddressIpVersion ¶ added in v1.0.102
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetAddressIpVersion(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetAddressIpVersion sets the AddressIpVersion field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetBusinessStatus ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetBusinessStatus(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetBusinessStatus sets the BusinessStatus field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetCreateTime ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetCreateTime(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetCreateTime sets the CreateTime field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetDeletedTime ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetDeletedTime(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetDeletedTime sets the DeletedTime field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetDescription ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetDescription(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetDescription sets the Description field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetEipAddress ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetEipAddress(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetEipAddress sets the EipAddress field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetEipID ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetEipID(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetEipID sets the EipID field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetEniAddress ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetEniAddress(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetEniAddress sets the EniAddress field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetEniID ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetEniID(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetEniID sets the EniID field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetEniIpv6Address ¶ added in v1.0.102
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetEniIpv6Address(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetEniIpv6Address sets the EniIpv6Address field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetExpiredTime ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetExpiredTime(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetExpiredTime sets the ExpiredTime field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetIpv6EipId ¶ added in v1.0.102
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetIpv6EipId(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetIpv6EipId sets the Ipv6EipId field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetLoadBalancerBillingType ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetLoadBalancerBillingType(v int64) *LoadBalancerForDescribeLoadBalancersOutput
SetLoadBalancerBillingType sets the LoadBalancerBillingType field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetLoadBalancerId ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetLoadBalancerId(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetLoadBalancerName ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetLoadBalancerName(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetLoadBalancerName sets the LoadBalancerName field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetLoadBalancerSpec ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetLoadBalancerSpec(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetLoadBalancerSpec sets the LoadBalancerSpec field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetLockReason ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetLockReason(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetLockReason sets the LockReason field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetMasterZoneId ¶ added in v1.0.49
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetMasterZoneId(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetMasterZoneId sets the MasterZoneId field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetModificationProtectionReason ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetModificationProtectionReason(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetModificationProtectionReason sets the ModificationProtectionReason field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetModificationProtectionStatus ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetModificationProtectionStatus(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetModificationProtectionStatus sets the ModificationProtectionStatus field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetOverdueTime ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetOverdueTime(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetOverdueTime sets the OverdueTime field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetProjectName ¶ added in v1.0.20
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetProjectName(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetProjectName sets the ProjectName field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetServiceManaged ¶ added in v1.0.80
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetServiceManaged(v bool) *LoadBalancerForDescribeLoadBalancersOutput
SetServiceManaged sets the ServiceManaged field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetSlaveZoneId ¶ added in v1.0.49
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetSlaveZoneId(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetSlaveZoneId sets the SlaveZoneId field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetStatus ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetStatus(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetStatus sets the Status field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetSubnetId ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetSubnetId(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetSubnetId sets the SubnetId field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetTags ¶ added in v1.0.20
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetTags(v []*TagForDescribeLoadBalancersOutput) *LoadBalancerForDescribeLoadBalancersOutput
SetTags sets the Tags field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetType ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetType(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetType sets the Type field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetUpdateTime ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetUpdateTime(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetUpdateTime sets the UpdateTime field's value.
func (*LoadBalancerForDescribeLoadBalancersOutput) SetVpcId ¶
func (s *LoadBalancerForDescribeLoadBalancersOutput) SetVpcId(v string) *LoadBalancerForDescribeLoadBalancersOutput
SetVpcId sets the VpcId field's value.
func (LoadBalancerForDescribeLoadBalancersOutput) String ¶
func (s LoadBalancerForDescribeLoadBalancersOutput) String() string
String returns the string representation
type MasterZoneForDescribeZonesOutput ¶ added in v1.0.49
type MasterZoneForDescribeZonesOutput struct { SlaveZones []*string `type:"list"` ZoneId *string `type:"string"` // contains filtered or unexported fields }
func (MasterZoneForDescribeZonesOutput) GoString ¶ added in v1.0.49
func (s MasterZoneForDescribeZonesOutput) GoString() string
GoString returns the string representation
func (*MasterZoneForDescribeZonesOutput) SetSlaveZones ¶ added in v1.0.49
func (s *MasterZoneForDescribeZonesOutput) SetSlaveZones(v []*string) *MasterZoneForDescribeZonesOutput
SetSlaveZones sets the SlaveZones field's value.
func (*MasterZoneForDescribeZonesOutput) SetZoneId ¶ added in v1.0.49
func (s *MasterZoneForDescribeZonesOutput) SetZoneId(v string) *MasterZoneForDescribeZonesOutput
SetZoneId sets the ZoneId field's value.
func (MasterZoneForDescribeZonesOutput) String ¶ added in v1.0.49
func (s MasterZoneForDescribeZonesOutput) String() string
String returns the string representation
type ModifyAclAttributesInput ¶
type ModifyAclAttributesInput struct { // AclId is a required field AclId *string `type:"string" required:"true"` AclName *string `min:"2" max:"255" type:"string"` Description *string `type:"string"` // contains filtered or unexported fields }
func (ModifyAclAttributesInput) GoString ¶
func (s ModifyAclAttributesInput) GoString() string
GoString returns the string representation
func (*ModifyAclAttributesInput) SetAclId ¶
func (s *ModifyAclAttributesInput) SetAclId(v string) *ModifyAclAttributesInput
SetAclId sets the AclId field's value.
func (*ModifyAclAttributesInput) SetAclName ¶
func (s *ModifyAclAttributesInput) SetAclName(v string) *ModifyAclAttributesInput
SetAclName sets the AclName field's value.
func (*ModifyAclAttributesInput) SetDescription ¶
func (s *ModifyAclAttributesInput) SetDescription(v string) *ModifyAclAttributesInput
SetDescription sets the Description field's value.
func (ModifyAclAttributesInput) String ¶
func (s ModifyAclAttributesInput) String() string
String returns the string representation
func (*ModifyAclAttributesInput) Validate ¶
func (s *ModifyAclAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyAclAttributesOutput ¶
type ModifyAclAttributesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (ModifyAclAttributesOutput) GoString ¶
func (s ModifyAclAttributesOutput) GoString() string
GoString returns the string representation
func (*ModifyAclAttributesOutput) SetRequestId ¶
func (s *ModifyAclAttributesOutput) SetRequestId(v string) *ModifyAclAttributesOutput
SetRequestId sets the RequestId field's value.
func (ModifyAclAttributesOutput) String ¶
func (s ModifyAclAttributesOutput) String() string
String returns the string representation
type ModifyCertificateAttributesInput ¶ added in v1.0.80
type ModifyCertificateAttributesInput struct { // CertificateId is a required field CertificateId *string `type:"string" required:"true"` CertificateName *string `type:"string"` Description *string `type:"string"` // contains filtered or unexported fields }
func (ModifyCertificateAttributesInput) GoString ¶ added in v1.0.80
func (s ModifyCertificateAttributesInput) GoString() string
GoString returns the string representation
func (*ModifyCertificateAttributesInput) SetCertificateId ¶ added in v1.0.80
func (s *ModifyCertificateAttributesInput) SetCertificateId(v string) *ModifyCertificateAttributesInput
SetCertificateId sets the CertificateId field's value.
func (*ModifyCertificateAttributesInput) SetCertificateName ¶ added in v1.0.80
func (s *ModifyCertificateAttributesInput) SetCertificateName(v string) *ModifyCertificateAttributesInput
SetCertificateName sets the CertificateName field's value.
func (*ModifyCertificateAttributesInput) SetDescription ¶ added in v1.0.80
func (s *ModifyCertificateAttributesInput) SetDescription(v string) *ModifyCertificateAttributesInput
SetDescription sets the Description field's value.
func (ModifyCertificateAttributesInput) String ¶ added in v1.0.80
func (s ModifyCertificateAttributesInput) String() string
String returns the string representation
func (*ModifyCertificateAttributesInput) Validate ¶ added in v1.0.80
func (s *ModifyCertificateAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyCertificateAttributesOutput ¶ added in v1.0.80
type ModifyCertificateAttributesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (ModifyCertificateAttributesOutput) GoString ¶ added in v1.0.80
func (s ModifyCertificateAttributesOutput) GoString() string
GoString returns the string representation
func (*ModifyCertificateAttributesOutput) SetRequestId ¶ added in v1.0.80
func (s *ModifyCertificateAttributesOutput) SetRequestId(v string) *ModifyCertificateAttributesOutput
SetRequestId sets the RequestId field's value.
func (ModifyCertificateAttributesOutput) String ¶ added in v1.0.80
func (s ModifyCertificateAttributesOutput) String() string
String returns the string representation
type ModifyListenerAttributesInput ¶
type ModifyListenerAttributesInput struct { AclIds []*string `type:"list"` AclStatus *string `type:"string"` AclType *string `type:"string"` Bandwidth *int64 `type:"integer"` CertificateId *string `type:"string"` ConnectionDrainEnabled *string `type:"string"` ConnectionDrainTimeout *int64 `type:"integer"` Description *string `type:"string"` Enabled *string `type:"string"` EstablishedTimeout *int64 `type:"integer"` HealthCheck *HealthCheckForModifyListenerAttributesInput `type:"structure"` // ListenerId is a required field ListenerId *string `type:"string" required:"true"` ListenerName *string `type:"string"` PersistenceTimeout *int64 `type:"integer"` PersistenceType *string `type:"string"` ProxyProtocolType *string `type:"string"` Scheduler *string `type:"string"` ServerGroupId *string `type:"string"` // contains filtered or unexported fields }
func (ModifyListenerAttributesInput) GoString ¶
func (s ModifyListenerAttributesInput) GoString() string
GoString returns the string representation
func (*ModifyListenerAttributesInput) SetAclIds ¶
func (s *ModifyListenerAttributesInput) SetAclIds(v []*string) *ModifyListenerAttributesInput
SetAclIds sets the AclIds field's value.
func (*ModifyListenerAttributesInput) SetAclStatus ¶
func (s *ModifyListenerAttributesInput) SetAclStatus(v string) *ModifyListenerAttributesInput
SetAclStatus sets the AclStatus field's value.
func (*ModifyListenerAttributesInput) SetAclType ¶
func (s *ModifyListenerAttributesInput) SetAclType(v string) *ModifyListenerAttributesInput
SetAclType sets the AclType field's value.
func (*ModifyListenerAttributesInput) SetBandwidth ¶ added in v1.0.72
func (s *ModifyListenerAttributesInput) SetBandwidth(v int64) *ModifyListenerAttributesInput
SetBandwidth sets the Bandwidth field's value.
func (*ModifyListenerAttributesInput) SetCertificateId ¶
func (s *ModifyListenerAttributesInput) SetCertificateId(v string) *ModifyListenerAttributesInput
SetCertificateId sets the CertificateId field's value.
func (*ModifyListenerAttributesInput) SetConnectionDrainEnabled ¶ added in v1.0.101
func (s *ModifyListenerAttributesInput) SetConnectionDrainEnabled(v string) *ModifyListenerAttributesInput
SetConnectionDrainEnabled sets the ConnectionDrainEnabled field's value.
func (*ModifyListenerAttributesInput) SetConnectionDrainTimeout ¶ added in v1.0.101
func (s *ModifyListenerAttributesInput) SetConnectionDrainTimeout(v int64) *ModifyListenerAttributesInput
SetConnectionDrainTimeout sets the ConnectionDrainTimeout field's value.
func (*ModifyListenerAttributesInput) SetDescription ¶
func (s *ModifyListenerAttributesInput) SetDescription(v string) *ModifyListenerAttributesInput
SetDescription sets the Description field's value.
func (*ModifyListenerAttributesInput) SetEnabled ¶
func (s *ModifyListenerAttributesInput) SetEnabled(v string) *ModifyListenerAttributesInput
SetEnabled sets the Enabled field's value.
func (*ModifyListenerAttributesInput) SetEstablishedTimeout ¶
func (s *ModifyListenerAttributesInput) SetEstablishedTimeout(v int64) *ModifyListenerAttributesInput
SetEstablishedTimeout sets the EstablishedTimeout field's value.
func (*ModifyListenerAttributesInput) SetHealthCheck ¶
func (s *ModifyListenerAttributesInput) SetHealthCheck(v *HealthCheckForModifyListenerAttributesInput) *ModifyListenerAttributesInput
SetHealthCheck sets the HealthCheck field's value.
func (*ModifyListenerAttributesInput) SetListenerId ¶
func (s *ModifyListenerAttributesInput) SetListenerId(v string) *ModifyListenerAttributesInput
SetListenerId sets the ListenerId field's value.
func (*ModifyListenerAttributesInput) SetListenerName ¶
func (s *ModifyListenerAttributesInput) SetListenerName(v string) *ModifyListenerAttributesInput
SetListenerName sets the ListenerName field's value.
func (*ModifyListenerAttributesInput) SetPersistenceTimeout ¶ added in v1.0.58
func (s *ModifyListenerAttributesInput) SetPersistenceTimeout(v int64) *ModifyListenerAttributesInput
SetPersistenceTimeout sets the PersistenceTimeout field's value.
func (*ModifyListenerAttributesInput) SetPersistenceType ¶ added in v1.0.58
func (s *ModifyListenerAttributesInput) SetPersistenceType(v string) *ModifyListenerAttributesInput
SetPersistenceType sets the PersistenceType field's value.
func (*ModifyListenerAttributesInput) SetProxyProtocolType ¶ added in v1.0.58
func (s *ModifyListenerAttributesInput) SetProxyProtocolType(v string) *ModifyListenerAttributesInput
SetProxyProtocolType sets the ProxyProtocolType field's value.
func (*ModifyListenerAttributesInput) SetScheduler ¶
func (s *ModifyListenerAttributesInput) SetScheduler(v string) *ModifyListenerAttributesInput
SetScheduler sets the Scheduler field's value.
func (*ModifyListenerAttributesInput) SetServerGroupId ¶
func (s *ModifyListenerAttributesInput) SetServerGroupId(v string) *ModifyListenerAttributesInput
SetServerGroupId sets the ServerGroupId field's value.
func (ModifyListenerAttributesInput) String ¶
func (s ModifyListenerAttributesInput) String() string
String returns the string representation
func (*ModifyListenerAttributesInput) Validate ¶
func (s *ModifyListenerAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyListenerAttributesOutput ¶
type ModifyListenerAttributesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (ModifyListenerAttributesOutput) GoString ¶
func (s ModifyListenerAttributesOutput) GoString() string
GoString returns the string representation
func (*ModifyListenerAttributesOutput) SetRequestId ¶
func (s *ModifyListenerAttributesOutput) SetRequestId(v string) *ModifyListenerAttributesOutput
SetRequestId sets the RequestId field's value.
func (ModifyListenerAttributesOutput) String ¶
func (s ModifyListenerAttributesOutput) String() string
String returns the string representation
type ModifyLoadBalancerAttributesInput ¶
type ModifyLoadBalancerAttributesInput struct { Description *string `type:"string"` // LoadBalancerId is a required field LoadBalancerId *string `type:"string" required:"true"` LoadBalancerName *string `type:"string"` LoadBalancerSpec *string `type:"string"` ModificationProtectionReason *string `type:"string"` ModificationProtectionStatus *string `type:"string"` Type *string `type:"string"` // contains filtered or unexported fields }
func (ModifyLoadBalancerAttributesInput) GoString ¶
func (s ModifyLoadBalancerAttributesInput) GoString() string
GoString returns the string representation
func (*ModifyLoadBalancerAttributesInput) SetDescription ¶
func (s *ModifyLoadBalancerAttributesInput) SetDescription(v string) *ModifyLoadBalancerAttributesInput
SetDescription sets the Description field's value.
func (*ModifyLoadBalancerAttributesInput) SetLoadBalancerId ¶
func (s *ModifyLoadBalancerAttributesInput) SetLoadBalancerId(v string) *ModifyLoadBalancerAttributesInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*ModifyLoadBalancerAttributesInput) SetLoadBalancerName ¶
func (s *ModifyLoadBalancerAttributesInput) SetLoadBalancerName(v string) *ModifyLoadBalancerAttributesInput
SetLoadBalancerName sets the LoadBalancerName field's value.
func (*ModifyLoadBalancerAttributesInput) SetLoadBalancerSpec ¶
func (s *ModifyLoadBalancerAttributesInput) SetLoadBalancerSpec(v string) *ModifyLoadBalancerAttributesInput
SetLoadBalancerSpec sets the LoadBalancerSpec field's value.
func (*ModifyLoadBalancerAttributesInput) SetModificationProtectionReason ¶
func (s *ModifyLoadBalancerAttributesInput) SetModificationProtectionReason(v string) *ModifyLoadBalancerAttributesInput
SetModificationProtectionReason sets the ModificationProtectionReason field's value.
func (*ModifyLoadBalancerAttributesInput) SetModificationProtectionStatus ¶
func (s *ModifyLoadBalancerAttributesInput) SetModificationProtectionStatus(v string) *ModifyLoadBalancerAttributesInput
SetModificationProtectionStatus sets the ModificationProtectionStatus field's value.
func (*ModifyLoadBalancerAttributesInput) SetType ¶ added in v1.0.101
func (s *ModifyLoadBalancerAttributesInput) SetType(v string) *ModifyLoadBalancerAttributesInput
SetType sets the Type field's value.
func (ModifyLoadBalancerAttributesInput) String ¶
func (s ModifyLoadBalancerAttributesInput) String() string
String returns the string representation
func (*ModifyLoadBalancerAttributesInput) Validate ¶
func (s *ModifyLoadBalancerAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyLoadBalancerAttributesOutput ¶
type ModifyLoadBalancerAttributesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (ModifyLoadBalancerAttributesOutput) GoString ¶
func (s ModifyLoadBalancerAttributesOutput) GoString() string
GoString returns the string representation
func (*ModifyLoadBalancerAttributesOutput) SetRequestId ¶
func (s *ModifyLoadBalancerAttributesOutput) SetRequestId(v string) *ModifyLoadBalancerAttributesOutput
SetRequestId sets the RequestId field's value.
func (ModifyLoadBalancerAttributesOutput) String ¶
func (s ModifyLoadBalancerAttributesOutput) String() string
String returns the string representation
type ModifyRulesInput ¶
type ModifyRulesInput struct { // ListenerId is a required field ListenerId *string `type:"string" required:"true"` // Rules is a required field Rules []*RuleForModifyRulesInput `type:"list" required:"true"` // contains filtered or unexported fields }
func (ModifyRulesInput) GoString ¶
func (s ModifyRulesInput) GoString() string
GoString returns the string representation
func (*ModifyRulesInput) SetListenerId ¶
func (s *ModifyRulesInput) SetListenerId(v string) *ModifyRulesInput
SetListenerId sets the ListenerId field's value.
func (*ModifyRulesInput) SetRules ¶
func (s *ModifyRulesInput) SetRules(v []*RuleForModifyRulesInput) *ModifyRulesInput
SetRules sets the Rules field's value.
func (ModifyRulesInput) String ¶
func (s ModifyRulesInput) String() string
String returns the string representation
func (*ModifyRulesInput) Validate ¶
func (s *ModifyRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyRulesOutput ¶
type ModifyRulesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (ModifyRulesOutput) GoString ¶
func (s ModifyRulesOutput) GoString() string
GoString returns the string representation
func (*ModifyRulesOutput) SetRequestId ¶
func (s *ModifyRulesOutput) SetRequestId(v string) *ModifyRulesOutput
SetRequestId sets the RequestId field's value.
func (ModifyRulesOutput) String ¶
func (s ModifyRulesOutput) String() string
String returns the string representation
type ModifyServerGroupAttributesInput ¶
type ModifyServerGroupAttributesInput struct { Description *string `type:"string"` // ServerGroupId is a required field ServerGroupId *string `type:"string" required:"true"` ServerGroupName *string `type:"string"` Servers []*ServerForModifyServerGroupAttributesInput `type:"list"` // contains filtered or unexported fields }
func (ModifyServerGroupAttributesInput) GoString ¶
func (s ModifyServerGroupAttributesInput) GoString() string
GoString returns the string representation
func (*ModifyServerGroupAttributesInput) SetDescription ¶
func (s *ModifyServerGroupAttributesInput) SetDescription(v string) *ModifyServerGroupAttributesInput
SetDescription sets the Description field's value.
func (*ModifyServerGroupAttributesInput) SetServerGroupId ¶
func (s *ModifyServerGroupAttributesInput) SetServerGroupId(v string) *ModifyServerGroupAttributesInput
SetServerGroupId sets the ServerGroupId field's value.
func (*ModifyServerGroupAttributesInput) SetServerGroupName ¶
func (s *ModifyServerGroupAttributesInput) SetServerGroupName(v string) *ModifyServerGroupAttributesInput
SetServerGroupName sets the ServerGroupName field's value.
func (*ModifyServerGroupAttributesInput) SetServers ¶
func (s *ModifyServerGroupAttributesInput) SetServers(v []*ServerForModifyServerGroupAttributesInput) *ModifyServerGroupAttributesInput
SetServers sets the Servers field's value.
func (ModifyServerGroupAttributesInput) String ¶
func (s ModifyServerGroupAttributesInput) String() string
String returns the string representation
func (*ModifyServerGroupAttributesInput) Validate ¶
func (s *ModifyServerGroupAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyServerGroupAttributesOutput ¶
type ModifyServerGroupAttributesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (ModifyServerGroupAttributesOutput) GoString ¶
func (s ModifyServerGroupAttributesOutput) GoString() string
GoString returns the string representation
func (*ModifyServerGroupAttributesOutput) SetRequestId ¶
func (s *ModifyServerGroupAttributesOutput) SetRequestId(v string) *ModifyServerGroupAttributesOutput
SetRequestId sets the RequestId field's value.
func (ModifyServerGroupAttributesOutput) String ¶
func (s ModifyServerGroupAttributesOutput) String() string
String returns the string representation
type RemoveAclEntriesInput ¶
type RemoveAclEntriesInput struct { // AclId is a required field AclId *string `type:"string" required:"true"` // Entries is a required field Entries []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (RemoveAclEntriesInput) GoString ¶
func (s RemoveAclEntriesInput) GoString() string
GoString returns the string representation
func (*RemoveAclEntriesInput) SetAclId ¶
func (s *RemoveAclEntriesInput) SetAclId(v string) *RemoveAclEntriesInput
SetAclId sets the AclId field's value.
func (*RemoveAclEntriesInput) SetEntries ¶
func (s *RemoveAclEntriesInput) SetEntries(v []*string) *RemoveAclEntriesInput
SetEntries sets the Entries field's value.
func (RemoveAclEntriesInput) String ¶
func (s RemoveAclEntriesInput) String() string
String returns the string representation
func (*RemoveAclEntriesInput) Validate ¶
func (s *RemoveAclEntriesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveAclEntriesOutput ¶
type RemoveAclEntriesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (RemoveAclEntriesOutput) GoString ¶
func (s RemoveAclEntriesOutput) GoString() string
GoString returns the string representation
func (*RemoveAclEntriesOutput) SetRequestId ¶
func (s *RemoveAclEntriesOutput) SetRequestId(v string) *RemoveAclEntriesOutput
SetRequestId sets the RequestId field's value.
func (RemoveAclEntriesOutput) String ¶
func (s RemoveAclEntriesOutput) String() string
String returns the string representation
type RemoveServerGroupBackendServersInput ¶
type RemoveServerGroupBackendServersInput struct { // ServerGroupId is a required field ServerGroupId *string `type:"string" required:"true"` // ServerIds is a required field ServerIds []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (RemoveServerGroupBackendServersInput) GoString ¶
func (s RemoveServerGroupBackendServersInput) GoString() string
GoString returns the string representation
func (*RemoveServerGroupBackendServersInput) SetServerGroupId ¶
func (s *RemoveServerGroupBackendServersInput) SetServerGroupId(v string) *RemoveServerGroupBackendServersInput
SetServerGroupId sets the ServerGroupId field's value.
func (*RemoveServerGroupBackendServersInput) SetServerIds ¶
func (s *RemoveServerGroupBackendServersInput) SetServerIds(v []*string) *RemoveServerGroupBackendServersInput
SetServerIds sets the ServerIds field's value.
func (RemoveServerGroupBackendServersInput) String ¶
func (s RemoveServerGroupBackendServersInput) String() string
String returns the string representation
func (*RemoveServerGroupBackendServersInput) Validate ¶
func (s *RemoveServerGroupBackendServersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveServerGroupBackendServersOutput ¶
type RemoveServerGroupBackendServersOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (RemoveServerGroupBackendServersOutput) GoString ¶
func (s RemoveServerGroupBackendServersOutput) GoString() string
GoString returns the string representation
func (*RemoveServerGroupBackendServersOutput) SetRequestId ¶
func (s *RemoveServerGroupBackendServersOutput) SetRequestId(v string) *RemoveServerGroupBackendServersOutput
SetRequestId sets the RequestId field's value.
func (RemoveServerGroupBackendServersOutput) String ¶
func (s RemoveServerGroupBackendServersOutput) String() string
String returns the string representation
type RenewLoadBalancerInput ¶
type RenewLoadBalancerInput struct { // LoadBalancerId is a required field LoadBalancerId *string `type:"string" required:"true"` Period *int64 `type:"integer"` PeriodUnit *string `type:"string"` // contains filtered or unexported fields }
func (RenewLoadBalancerInput) GoString ¶
func (s RenewLoadBalancerInput) GoString() string
GoString returns the string representation
func (*RenewLoadBalancerInput) SetLoadBalancerId ¶
func (s *RenewLoadBalancerInput) SetLoadBalancerId(v string) *RenewLoadBalancerInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*RenewLoadBalancerInput) SetPeriod ¶
func (s *RenewLoadBalancerInput) SetPeriod(v int64) *RenewLoadBalancerInput
SetPeriod sets the Period field's value.
func (*RenewLoadBalancerInput) SetPeriodUnit ¶
func (s *RenewLoadBalancerInput) SetPeriodUnit(v string) *RenewLoadBalancerInput
SetPeriodUnit sets the PeriodUnit field's value.
func (RenewLoadBalancerInput) String ¶
func (s RenewLoadBalancerInput) String() string
String returns the string representation
func (*RenewLoadBalancerInput) Validate ¶
func (s *RenewLoadBalancerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RenewLoadBalancerOutput ¶
type RenewLoadBalancerOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (RenewLoadBalancerOutput) GoString ¶
func (s RenewLoadBalancerOutput) GoString() string
GoString returns the string representation
func (*RenewLoadBalancerOutput) SetRequestId ¶
func (s *RenewLoadBalancerOutput) SetRequestId(v string) *RenewLoadBalancerOutput
SetRequestId sets the RequestId field's value.
func (RenewLoadBalancerOutput) String ¶
func (s RenewLoadBalancerOutput) String() string
String returns the string representation
type ResourceTagForListTagsForResourcesOutput ¶ added in v1.0.20
type ResourceTagForListTagsForResourcesOutput struct { ResourceId *string `type:"string"` ResourceType *string `type:"string"` TagKey *string `type:"string"` TagValue *string `type:"string"` // contains filtered or unexported fields }
func (ResourceTagForListTagsForResourcesOutput) GoString ¶ added in v1.0.20
func (s ResourceTagForListTagsForResourcesOutput) GoString() string
GoString returns the string representation
func (*ResourceTagForListTagsForResourcesOutput) SetResourceId ¶ added in v1.0.20
func (s *ResourceTagForListTagsForResourcesOutput) SetResourceId(v string) *ResourceTagForListTagsForResourcesOutput
SetResourceId sets the ResourceId field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetResourceType ¶ added in v1.0.20
func (s *ResourceTagForListTagsForResourcesOutput) SetResourceType(v string) *ResourceTagForListTagsForResourcesOutput
SetResourceType sets the ResourceType field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetTagKey ¶ added in v1.0.20
func (s *ResourceTagForListTagsForResourcesOutput) SetTagKey(v string) *ResourceTagForListTagsForResourcesOutput
SetTagKey sets the TagKey field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetTagValue ¶ added in v1.0.20
func (s *ResourceTagForListTagsForResourcesOutput) SetTagValue(v string) *ResourceTagForListTagsForResourcesOutput
SetTagValue sets the TagValue field's value.
func (ResourceTagForListTagsForResourcesOutput) String ¶ added in v1.0.20
func (s ResourceTagForListTagsForResourcesOutput) String() string
String returns the string representation
type ResultForDescribeListenerHealthOutput ¶
type ResultForDescribeListenerHealthOutput struct { InstanceId *string `type:"string"` Ip *string `type:"string"` Port *int64 `type:"integer"` RuleNumber *int64 `type:"integer"` ServerGroupId *string `type:"string"` ServerId *string `type:"string"` Status *string `type:"string"` Type *string `type:"string"` UpdatedAt *string `type:"string"` // contains filtered or unexported fields }
func (ResultForDescribeListenerHealthOutput) GoString ¶
func (s ResultForDescribeListenerHealthOutput) GoString() string
GoString returns the string representation
func (*ResultForDescribeListenerHealthOutput) SetInstanceId ¶
func (s *ResultForDescribeListenerHealthOutput) SetInstanceId(v string) *ResultForDescribeListenerHealthOutput
SetInstanceId sets the InstanceId field's value.
func (*ResultForDescribeListenerHealthOutput) SetIp ¶
func (s *ResultForDescribeListenerHealthOutput) SetIp(v string) *ResultForDescribeListenerHealthOutput
SetIp sets the Ip field's value.
func (*ResultForDescribeListenerHealthOutput) SetPort ¶
func (s *ResultForDescribeListenerHealthOutput) SetPort(v int64) *ResultForDescribeListenerHealthOutput
SetPort sets the Port field's value.
func (*ResultForDescribeListenerHealthOutput) SetRuleNumber ¶
func (s *ResultForDescribeListenerHealthOutput) SetRuleNumber(v int64) *ResultForDescribeListenerHealthOutput
SetRuleNumber sets the RuleNumber field's value.
func (*ResultForDescribeListenerHealthOutput) SetServerGroupId ¶
func (s *ResultForDescribeListenerHealthOutput) SetServerGroupId(v string) *ResultForDescribeListenerHealthOutput
SetServerGroupId sets the ServerGroupId field's value.
func (*ResultForDescribeListenerHealthOutput) SetServerId ¶
func (s *ResultForDescribeListenerHealthOutput) SetServerId(v string) *ResultForDescribeListenerHealthOutput
SetServerId sets the ServerId field's value.
func (*ResultForDescribeListenerHealthOutput) SetStatus ¶
func (s *ResultForDescribeListenerHealthOutput) SetStatus(v string) *ResultForDescribeListenerHealthOutput
SetStatus sets the Status field's value.
func (*ResultForDescribeListenerHealthOutput) SetType ¶
func (s *ResultForDescribeListenerHealthOutput) SetType(v string) *ResultForDescribeListenerHealthOutput
SetType sets the Type field's value.
func (*ResultForDescribeListenerHealthOutput) SetUpdatedAt ¶ added in v1.0.101
func (s *ResultForDescribeListenerHealthOutput) SetUpdatedAt(v string) *ResultForDescribeListenerHealthOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (ResultForDescribeListenerHealthOutput) String ¶
func (s ResultForDescribeListenerHealthOutput) String() string
String returns the string representation
type RuleForCreateRulesInput ¶
type RuleForCreateRulesInput struct { Description *string `type:"string"` Domain *string `type:"string"` // ServerGroupId is a required field ServerGroupId *string `type:"string" required:"true"` Url *string `type:"string"` // contains filtered or unexported fields }
func (RuleForCreateRulesInput) GoString ¶
func (s RuleForCreateRulesInput) GoString() string
GoString returns the string representation
func (*RuleForCreateRulesInput) SetDescription ¶
func (s *RuleForCreateRulesInput) SetDescription(v string) *RuleForCreateRulesInput
SetDescription sets the Description field's value.
func (*RuleForCreateRulesInput) SetDomain ¶
func (s *RuleForCreateRulesInput) SetDomain(v string) *RuleForCreateRulesInput
SetDomain sets the Domain field's value.
func (*RuleForCreateRulesInput) SetServerGroupId ¶
func (s *RuleForCreateRulesInput) SetServerGroupId(v string) *RuleForCreateRulesInput
SetServerGroupId sets the ServerGroupId field's value.
func (*RuleForCreateRulesInput) SetUrl ¶
func (s *RuleForCreateRulesInput) SetUrl(v string) *RuleForCreateRulesInput
SetUrl sets the Url field's value.
func (RuleForCreateRulesInput) String ¶
func (s RuleForCreateRulesInput) String() string
String returns the string representation
func (*RuleForCreateRulesInput) Validate ¶
func (s *RuleForCreateRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RuleForDescribeRulesOutput ¶
type RuleForDescribeRulesOutput struct { Description *string `type:"string"` Domain *string `type:"string"` RuleId *string `type:"string"` ServerGroupId *string `type:"string"` Url *string `type:"string"` // contains filtered or unexported fields }
func (RuleForDescribeRulesOutput) GoString ¶
func (s RuleForDescribeRulesOutput) GoString() string
GoString returns the string representation
func (*RuleForDescribeRulesOutput) SetDescription ¶
func (s *RuleForDescribeRulesOutput) SetDescription(v string) *RuleForDescribeRulesOutput
SetDescription sets the Description field's value.
func (*RuleForDescribeRulesOutput) SetDomain ¶
func (s *RuleForDescribeRulesOutput) SetDomain(v string) *RuleForDescribeRulesOutput
SetDomain sets the Domain field's value.
func (*RuleForDescribeRulesOutput) SetRuleId ¶
func (s *RuleForDescribeRulesOutput) SetRuleId(v string) *RuleForDescribeRulesOutput
SetRuleId sets the RuleId field's value.
func (*RuleForDescribeRulesOutput) SetServerGroupId ¶
func (s *RuleForDescribeRulesOutput) SetServerGroupId(v string) *RuleForDescribeRulesOutput
SetServerGroupId sets the ServerGroupId field's value.
func (*RuleForDescribeRulesOutput) SetUrl ¶
func (s *RuleForDescribeRulesOutput) SetUrl(v string) *RuleForDescribeRulesOutput
SetUrl sets the Url field's value.
func (RuleForDescribeRulesOutput) String ¶
func (s RuleForDescribeRulesOutput) String() string
String returns the string representation
type RuleForModifyRulesInput ¶
type RuleForModifyRulesInput struct { Description *string `type:"string"` // RuleId is a required field RuleId *string `type:"string" required:"true"` ServerGroupId *string `type:"string"` // contains filtered or unexported fields }
func (RuleForModifyRulesInput) GoString ¶
func (s RuleForModifyRulesInput) GoString() string
GoString returns the string representation
func (*RuleForModifyRulesInput) SetDescription ¶
func (s *RuleForModifyRulesInput) SetDescription(v string) *RuleForModifyRulesInput
SetDescription sets the Description field's value.
func (*RuleForModifyRulesInput) SetRuleId ¶
func (s *RuleForModifyRulesInput) SetRuleId(v string) *RuleForModifyRulesInput
SetRuleId sets the RuleId field's value.
func (*RuleForModifyRulesInput) SetServerGroupId ¶
func (s *RuleForModifyRulesInput) SetServerGroupId(v string) *RuleForModifyRulesInput
SetServerGroupId sets the ServerGroupId field's value.
func (RuleForModifyRulesInput) String ¶
func (s RuleForModifyRulesInput) String() string
String returns the string representation
func (*RuleForModifyRulesInput) Validate ¶
func (s *RuleForModifyRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ServerForAddServerGroupBackendServersInput ¶
type ServerForAddServerGroupBackendServersInput struct { Description *string `type:"string"` InstanceId *string `type:"string"` Ip *string `type:"string"` Port *int64 `type:"integer"` Type *string `type:"string"` Weight *int64 `type:"integer"` // contains filtered or unexported fields }
func (ServerForAddServerGroupBackendServersInput) GoString ¶
func (s ServerForAddServerGroupBackendServersInput) GoString() string
GoString returns the string representation
func (*ServerForAddServerGroupBackendServersInput) SetDescription ¶
func (s *ServerForAddServerGroupBackendServersInput) SetDescription(v string) *ServerForAddServerGroupBackendServersInput
SetDescription sets the Description field's value.
func (*ServerForAddServerGroupBackendServersInput) SetInstanceId ¶
func (s *ServerForAddServerGroupBackendServersInput) SetInstanceId(v string) *ServerForAddServerGroupBackendServersInput
SetInstanceId sets the InstanceId field's value.
func (*ServerForAddServerGroupBackendServersInput) SetIp ¶
func (s *ServerForAddServerGroupBackendServersInput) SetIp(v string) *ServerForAddServerGroupBackendServersInput
SetIp sets the Ip field's value.
func (*ServerForAddServerGroupBackendServersInput) SetPort ¶
func (s *ServerForAddServerGroupBackendServersInput) SetPort(v int64) *ServerForAddServerGroupBackendServersInput
SetPort sets the Port field's value.
func (*ServerForAddServerGroupBackendServersInput) SetType ¶
func (s *ServerForAddServerGroupBackendServersInput) SetType(v string) *ServerForAddServerGroupBackendServersInput
SetType sets the Type field's value.
func (*ServerForAddServerGroupBackendServersInput) SetWeight ¶
func (s *ServerForAddServerGroupBackendServersInput) SetWeight(v int64) *ServerForAddServerGroupBackendServersInput
SetWeight sets the Weight field's value.
func (ServerForAddServerGroupBackendServersInput) String ¶
func (s ServerForAddServerGroupBackendServersInput) String() string
String returns the string representation
type ServerForCreateServerGroupInput ¶
type ServerForCreateServerGroupInput struct { Description *string `type:"string"` InstanceId *string `type:"string"` Ip *string `type:"string"` Port *int64 `type:"integer"` Type *string `type:"string"` Weight *int64 `type:"integer"` // contains filtered or unexported fields }
func (ServerForCreateServerGroupInput) GoString ¶
func (s ServerForCreateServerGroupInput) GoString() string
GoString returns the string representation
func (*ServerForCreateServerGroupInput) SetDescription ¶
func (s *ServerForCreateServerGroupInput) SetDescription(v string) *ServerForCreateServerGroupInput
SetDescription sets the Description field's value.
func (*ServerForCreateServerGroupInput) SetInstanceId ¶
func (s *ServerForCreateServerGroupInput) SetInstanceId(v string) *ServerForCreateServerGroupInput
SetInstanceId sets the InstanceId field's value.
func (*ServerForCreateServerGroupInput) SetIp ¶
func (s *ServerForCreateServerGroupInput) SetIp(v string) *ServerForCreateServerGroupInput
SetIp sets the Ip field's value.
func (*ServerForCreateServerGroupInput) SetPort ¶
func (s *ServerForCreateServerGroupInput) SetPort(v int64) *ServerForCreateServerGroupInput
SetPort sets the Port field's value.
func (*ServerForCreateServerGroupInput) SetType ¶
func (s *ServerForCreateServerGroupInput) SetType(v string) *ServerForCreateServerGroupInput
SetType sets the Type field's value.
func (*ServerForCreateServerGroupInput) SetWeight ¶
func (s *ServerForCreateServerGroupInput) SetWeight(v int64) *ServerForCreateServerGroupInput
SetWeight sets the Weight field's value.
func (ServerForCreateServerGroupInput) String ¶
func (s ServerForCreateServerGroupInput) String() string
String returns the string representation
type ServerForDescribeServerGroupAttributesOutput ¶
type ServerForDescribeServerGroupAttributesOutput struct { Description *string `type:"string"` InstanceId *string `type:"string"` Ip *string `type:"string"` Port *int64 `type:"integer"` ServerId *string `type:"string"` Type *string `type:"string"` Weight *int64 `type:"integer"` // contains filtered or unexported fields }
func (ServerForDescribeServerGroupAttributesOutput) GoString ¶
func (s ServerForDescribeServerGroupAttributesOutput) GoString() string
GoString returns the string representation
func (*ServerForDescribeServerGroupAttributesOutput) SetDescription ¶
func (s *ServerForDescribeServerGroupAttributesOutput) SetDescription(v string) *ServerForDescribeServerGroupAttributesOutput
SetDescription sets the Description field's value.
func (*ServerForDescribeServerGroupAttributesOutput) SetInstanceId ¶
func (s *ServerForDescribeServerGroupAttributesOutput) SetInstanceId(v string) *ServerForDescribeServerGroupAttributesOutput
SetInstanceId sets the InstanceId field's value.
func (*ServerForDescribeServerGroupAttributesOutput) SetIp ¶
func (s *ServerForDescribeServerGroupAttributesOutput) SetIp(v string) *ServerForDescribeServerGroupAttributesOutput
SetIp sets the Ip field's value.
func (*ServerForDescribeServerGroupAttributesOutput) SetPort ¶
func (s *ServerForDescribeServerGroupAttributesOutput) SetPort(v int64) *ServerForDescribeServerGroupAttributesOutput
SetPort sets the Port field's value.
func (*ServerForDescribeServerGroupAttributesOutput) SetServerId ¶
func (s *ServerForDescribeServerGroupAttributesOutput) SetServerId(v string) *ServerForDescribeServerGroupAttributesOutput
SetServerId sets the ServerId field's value.
func (*ServerForDescribeServerGroupAttributesOutput) SetType ¶
func (s *ServerForDescribeServerGroupAttributesOutput) SetType(v string) *ServerForDescribeServerGroupAttributesOutput
SetType sets the Type field's value.
func (*ServerForDescribeServerGroupAttributesOutput) SetWeight ¶
func (s *ServerForDescribeServerGroupAttributesOutput) SetWeight(v int64) *ServerForDescribeServerGroupAttributesOutput
SetWeight sets the Weight field's value.
func (ServerForDescribeServerGroupAttributesOutput) String ¶
func (s ServerForDescribeServerGroupAttributesOutput) String() string
String returns the string representation
type ServerForModifyServerGroupAttributesInput ¶
type ServerForModifyServerGroupAttributesInput struct { Description *string `type:"string"` Port *int64 `type:"integer"` ServerId *string `type:"string"` Weight *int64 `type:"integer"` // contains filtered or unexported fields }
func (ServerForModifyServerGroupAttributesInput) GoString ¶
func (s ServerForModifyServerGroupAttributesInput) GoString() string
GoString returns the string representation
func (*ServerForModifyServerGroupAttributesInput) SetDescription ¶
func (s *ServerForModifyServerGroupAttributesInput) SetDescription(v string) *ServerForModifyServerGroupAttributesInput
SetDescription sets the Description field's value.
func (*ServerForModifyServerGroupAttributesInput) SetPort ¶
func (s *ServerForModifyServerGroupAttributesInput) SetPort(v int64) *ServerForModifyServerGroupAttributesInput
SetPort sets the Port field's value.
func (*ServerForModifyServerGroupAttributesInput) SetServerId ¶
func (s *ServerForModifyServerGroupAttributesInput) SetServerId(v string) *ServerForModifyServerGroupAttributesInput
SetServerId sets the ServerId field's value.
func (*ServerForModifyServerGroupAttributesInput) SetWeight ¶
func (s *ServerForModifyServerGroupAttributesInput) SetWeight(v int64) *ServerForModifyServerGroupAttributesInput
SetWeight sets the Weight field's value.
func (ServerForModifyServerGroupAttributesInput) String ¶
func (s ServerForModifyServerGroupAttributesInput) String() string
String returns the string representation
type ServerGroupForDescribeLoadBalancerAttributesOutput ¶
type ServerGroupForDescribeLoadBalancerAttributesOutput struct { ServerGroupId *string `type:"string"` ServerGroupName *string `type:"string"` // contains filtered or unexported fields }
func (ServerGroupForDescribeLoadBalancerAttributesOutput) GoString ¶
func (s ServerGroupForDescribeLoadBalancerAttributesOutput) GoString() string
GoString returns the string representation
func (*ServerGroupForDescribeLoadBalancerAttributesOutput) SetServerGroupId ¶
func (s *ServerGroupForDescribeLoadBalancerAttributesOutput) SetServerGroupId(v string) *ServerGroupForDescribeLoadBalancerAttributesOutput
SetServerGroupId sets the ServerGroupId field's value.
func (*ServerGroupForDescribeLoadBalancerAttributesOutput) SetServerGroupName ¶
func (s *ServerGroupForDescribeLoadBalancerAttributesOutput) SetServerGroupName(v string) *ServerGroupForDescribeLoadBalancerAttributesOutput
SetServerGroupName sets the ServerGroupName field's value.
func (ServerGroupForDescribeLoadBalancerAttributesOutput) String ¶
func (s ServerGroupForDescribeLoadBalancerAttributesOutput) String() string
String returns the string representation
type ServerGroupForDescribeServerGroupsOutput ¶
type ServerGroupForDescribeServerGroupsOutput struct { AddressIpVersion *string `type:"string"` CreateTime *string `type:"string"` Description *string `type:"string"` ServerGroupId *string `type:"string"` ServerGroupName *string `type:"string"` Type *string `type:"string"` UpdateTime *string `type:"string"` // contains filtered or unexported fields }
func (ServerGroupForDescribeServerGroupsOutput) GoString ¶
func (s ServerGroupForDescribeServerGroupsOutput) GoString() string
GoString returns the string representation
func (*ServerGroupForDescribeServerGroupsOutput) SetAddressIpVersion ¶ added in v1.0.110
func (s *ServerGroupForDescribeServerGroupsOutput) SetAddressIpVersion(v string) *ServerGroupForDescribeServerGroupsOutput
SetAddressIpVersion sets the AddressIpVersion field's value.
func (*ServerGroupForDescribeServerGroupsOutput) SetCreateTime ¶
func (s *ServerGroupForDescribeServerGroupsOutput) SetCreateTime(v string) *ServerGroupForDescribeServerGroupsOutput
SetCreateTime sets the CreateTime field's value.
func (*ServerGroupForDescribeServerGroupsOutput) SetDescription ¶
func (s *ServerGroupForDescribeServerGroupsOutput) SetDescription(v string) *ServerGroupForDescribeServerGroupsOutput
SetDescription sets the Description field's value.
func (*ServerGroupForDescribeServerGroupsOutput) SetServerGroupId ¶
func (s *ServerGroupForDescribeServerGroupsOutput) SetServerGroupId(v string) *ServerGroupForDescribeServerGroupsOutput
SetServerGroupId sets the ServerGroupId field's value.
func (*ServerGroupForDescribeServerGroupsOutput) SetServerGroupName ¶
func (s *ServerGroupForDescribeServerGroupsOutput) SetServerGroupName(v string) *ServerGroupForDescribeServerGroupsOutput
SetServerGroupName sets the ServerGroupName field's value.
func (*ServerGroupForDescribeServerGroupsOutput) SetType ¶ added in v1.0.110
func (s *ServerGroupForDescribeServerGroupsOutput) SetType(v string) *ServerGroupForDescribeServerGroupsOutput
SetType sets the Type field's value.
func (*ServerGroupForDescribeServerGroupsOutput) SetUpdateTime ¶
func (s *ServerGroupForDescribeServerGroupsOutput) SetUpdateTime(v string) *ServerGroupForDescribeServerGroupsOutput
SetUpdateTime sets the UpdateTime field's value.
func (ServerGroupForDescribeServerGroupsOutput) String ¶
func (s ServerGroupForDescribeServerGroupsOutput) String() string
String returns the string representation
type SetLoadBalancerRenewalInput ¶
type SetLoadBalancerRenewalInput struct { // LoadBalancerId is a required field LoadBalancerId *string `type:"string" required:"true"` RemainRenewTimes *int64 `type:"integer"` RenewPeriodTimes *int64 `type:"integer"` // RenewType is a required field RenewType *int64 `min:"1" max:"2" type:"integer" required:"true"` // contains filtered or unexported fields }
func (SetLoadBalancerRenewalInput) GoString ¶
func (s SetLoadBalancerRenewalInput) GoString() string
GoString returns the string representation
func (*SetLoadBalancerRenewalInput) SetLoadBalancerId ¶
func (s *SetLoadBalancerRenewalInput) SetLoadBalancerId(v string) *SetLoadBalancerRenewalInput
SetLoadBalancerId sets the LoadBalancerId field's value.
func (*SetLoadBalancerRenewalInput) SetRemainRenewTimes ¶
func (s *SetLoadBalancerRenewalInput) SetRemainRenewTimes(v int64) *SetLoadBalancerRenewalInput
SetRemainRenewTimes sets the RemainRenewTimes field's value.
func (*SetLoadBalancerRenewalInput) SetRenewPeriodTimes ¶
func (s *SetLoadBalancerRenewalInput) SetRenewPeriodTimes(v int64) *SetLoadBalancerRenewalInput
SetRenewPeriodTimes sets the RenewPeriodTimes field's value.
func (*SetLoadBalancerRenewalInput) SetRenewType ¶
func (s *SetLoadBalancerRenewalInput) SetRenewType(v int64) *SetLoadBalancerRenewalInput
SetRenewType sets the RenewType field's value.
func (SetLoadBalancerRenewalInput) String ¶
func (s SetLoadBalancerRenewalInput) String() string
String returns the string representation
func (*SetLoadBalancerRenewalInput) Validate ¶
func (s *SetLoadBalancerRenewalInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetLoadBalancerRenewalOutput ¶
type SetLoadBalancerRenewalOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (SetLoadBalancerRenewalOutput) GoString ¶
func (s SetLoadBalancerRenewalOutput) GoString() string
GoString returns the string representation
func (*SetLoadBalancerRenewalOutput) SetRequestId ¶
func (s *SetLoadBalancerRenewalOutput) SetRequestId(v string) *SetLoadBalancerRenewalOutput
SetRequestId sets the RequestId field's value.
func (SetLoadBalancerRenewalOutput) String ¶
func (s SetLoadBalancerRenewalOutput) String() string
String returns the string representation
type TagFilterForDescribeAclsInput ¶ added in v1.0.80
type TagFilterForDescribeAclsInput struct { Key *string `type:"string"` Values []*string `type:"list"` // contains filtered or unexported fields }
func (TagFilterForDescribeAclsInput) GoString ¶ added in v1.0.80
func (s TagFilterForDescribeAclsInput) GoString() string
GoString returns the string representation
func (*TagFilterForDescribeAclsInput) SetKey ¶ added in v1.0.80
func (s *TagFilterForDescribeAclsInput) SetKey(v string) *TagFilterForDescribeAclsInput
SetKey sets the Key field's value.
func (*TagFilterForDescribeAclsInput) SetValues ¶ added in v1.0.80
func (s *TagFilterForDescribeAclsInput) SetValues(v []*string) *TagFilterForDescribeAclsInput
SetValues sets the Values field's value.
func (TagFilterForDescribeAclsInput) String ¶ added in v1.0.80
func (s TagFilterForDescribeAclsInput) String() string
String returns the string representation
type TagFilterForDescribeCertificatesInput ¶ added in v1.0.80
type TagFilterForDescribeCertificatesInput struct { Key *string `type:"string"` Values []*string `type:"list"` // contains filtered or unexported fields }
func (TagFilterForDescribeCertificatesInput) GoString ¶ added in v1.0.80
func (s TagFilterForDescribeCertificatesInput) GoString() string
GoString returns the string representation
func (*TagFilterForDescribeCertificatesInput) SetKey ¶ added in v1.0.80
func (s *TagFilterForDescribeCertificatesInput) SetKey(v string) *TagFilterForDescribeCertificatesInput
SetKey sets the Key field's value.
func (*TagFilterForDescribeCertificatesInput) SetValues ¶ added in v1.0.80
func (s *TagFilterForDescribeCertificatesInput) SetValues(v []*string) *TagFilterForDescribeCertificatesInput
SetValues sets the Values field's value.
func (TagFilterForDescribeCertificatesInput) String ¶ added in v1.0.80
func (s TagFilterForDescribeCertificatesInput) String() string
String returns the string representation
type TagFilterForDescribeLoadBalancersInput ¶ added in v1.0.20
type TagFilterForDescribeLoadBalancersInput struct { Key *string `type:"string"` Values []*string `type:"list"` // contains filtered or unexported fields }
func (TagFilterForDescribeLoadBalancersInput) GoString ¶ added in v1.0.20
func (s TagFilterForDescribeLoadBalancersInput) GoString() string
GoString returns the string representation
func (*TagFilterForDescribeLoadBalancersInput) SetKey ¶ added in v1.0.20
func (s *TagFilterForDescribeLoadBalancersInput) SetKey(v string) *TagFilterForDescribeLoadBalancersInput
SetKey sets the Key field's value.
func (*TagFilterForDescribeLoadBalancersInput) SetValues ¶ added in v1.0.20
func (s *TagFilterForDescribeLoadBalancersInput) SetValues(v []*string) *TagFilterForDescribeLoadBalancersInput
SetValues sets the Values field's value.
func (TagFilterForDescribeLoadBalancersInput) String ¶ added in v1.0.20
func (s TagFilterForDescribeLoadBalancersInput) String() string
String returns the string representation
type TagFilterForListTagsForResourcesInput ¶ added in v1.0.20
type TagFilterForListTagsForResourcesInput struct { Key *string `type:"string"` Values []*string `type:"list"` // contains filtered or unexported fields }
func (TagFilterForListTagsForResourcesInput) GoString ¶ added in v1.0.20
func (s TagFilterForListTagsForResourcesInput) GoString() string
GoString returns the string representation
func (*TagFilterForListTagsForResourcesInput) SetKey ¶ added in v1.0.20
func (s *TagFilterForListTagsForResourcesInput) SetKey(v string) *TagFilterForListTagsForResourcesInput
SetKey sets the Key field's value.
func (*TagFilterForListTagsForResourcesInput) SetValues ¶ added in v1.0.20
func (s *TagFilterForListTagsForResourcesInput) SetValues(v []*string) *TagFilterForListTagsForResourcesInput
SetValues sets the Values field's value.
func (TagFilterForListTagsForResourcesInput) String ¶ added in v1.0.20
func (s TagFilterForListTagsForResourcesInput) String() string
String returns the string representation
type TagForCreateAclInput ¶ added in v1.0.80
type TagForCreateAclInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForCreateAclInput) GoString ¶ added in v1.0.80
func (s TagForCreateAclInput) GoString() string
GoString returns the string representation
func (*TagForCreateAclInput) SetKey ¶ added in v1.0.80
func (s *TagForCreateAclInput) SetKey(v string) *TagForCreateAclInput
SetKey sets the Key field's value.
func (*TagForCreateAclInput) SetValue ¶ added in v1.0.80
func (s *TagForCreateAclInput) SetValue(v string) *TagForCreateAclInput
SetValue sets the Value field's value.
func (TagForCreateAclInput) String ¶ added in v1.0.80
func (s TagForCreateAclInput) String() string
String returns the string representation
type TagForCreateLoadBalancerInput ¶ added in v1.0.20
type TagForCreateLoadBalancerInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForCreateLoadBalancerInput) GoString ¶ added in v1.0.20
func (s TagForCreateLoadBalancerInput) GoString() string
GoString returns the string representation
func (*TagForCreateLoadBalancerInput) SetKey ¶ added in v1.0.20
func (s *TagForCreateLoadBalancerInput) SetKey(v string) *TagForCreateLoadBalancerInput
SetKey sets the Key field's value.
func (*TagForCreateLoadBalancerInput) SetValue ¶ added in v1.0.20
func (s *TagForCreateLoadBalancerInput) SetValue(v string) *TagForCreateLoadBalancerInput
SetValue sets the Value field's value.
func (TagForCreateLoadBalancerInput) String ¶ added in v1.0.20
func (s TagForCreateLoadBalancerInput) String() string
String returns the string representation
type TagForDescribeAclAttributesOutput ¶ added in v1.0.80
type TagForDescribeAclAttributesOutput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForDescribeAclAttributesOutput) GoString ¶ added in v1.0.80
func (s TagForDescribeAclAttributesOutput) GoString() string
GoString returns the string representation
func (*TagForDescribeAclAttributesOutput) SetKey ¶ added in v1.0.80
func (s *TagForDescribeAclAttributesOutput) SetKey(v string) *TagForDescribeAclAttributesOutput
SetKey sets the Key field's value.
func (*TagForDescribeAclAttributesOutput) SetValue ¶ added in v1.0.80
func (s *TagForDescribeAclAttributesOutput) SetValue(v string) *TagForDescribeAclAttributesOutput
SetValue sets the Value field's value.
func (TagForDescribeAclAttributesOutput) String ¶ added in v1.0.80
func (s TagForDescribeAclAttributesOutput) String() string
String returns the string representation
type TagForDescribeAclsOutput ¶ added in v1.0.110
type TagForDescribeAclsOutput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForDescribeAclsOutput) GoString ¶ added in v1.0.110
func (s TagForDescribeAclsOutput) GoString() string
GoString returns the string representation
func (*TagForDescribeAclsOutput) SetKey ¶ added in v1.0.110
func (s *TagForDescribeAclsOutput) SetKey(v string) *TagForDescribeAclsOutput
SetKey sets the Key field's value.
func (*TagForDescribeAclsOutput) SetValue ¶ added in v1.0.110
func (s *TagForDescribeAclsOutput) SetValue(v string) *TagForDescribeAclsOutput
SetValue sets the Value field's value.
func (TagForDescribeAclsOutput) String ¶ added in v1.0.110
func (s TagForDescribeAclsOutput) String() string
String returns the string representation
type TagForDescribeCertificatesOutput ¶ added in v1.0.110
type TagForDescribeCertificatesOutput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForDescribeCertificatesOutput) GoString ¶ added in v1.0.110
func (s TagForDescribeCertificatesOutput) GoString() string
GoString returns the string representation
func (*TagForDescribeCertificatesOutput) SetKey ¶ added in v1.0.110
func (s *TagForDescribeCertificatesOutput) SetKey(v string) *TagForDescribeCertificatesOutput
SetKey sets the Key field's value.
func (*TagForDescribeCertificatesOutput) SetValue ¶ added in v1.0.110
func (s *TagForDescribeCertificatesOutput) SetValue(v string) *TagForDescribeCertificatesOutput
SetValue sets the Value field's value.
func (TagForDescribeCertificatesOutput) String ¶ added in v1.0.110
func (s TagForDescribeCertificatesOutput) String() string
String returns the string representation
type TagForDescribeLoadBalancerAttributesOutput ¶ added in v1.0.20
type TagForDescribeLoadBalancerAttributesOutput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForDescribeLoadBalancerAttributesOutput) GoString ¶ added in v1.0.20
func (s TagForDescribeLoadBalancerAttributesOutput) GoString() string
GoString returns the string representation
func (*TagForDescribeLoadBalancerAttributesOutput) SetKey ¶ added in v1.0.20
func (s *TagForDescribeLoadBalancerAttributesOutput) SetKey(v string) *TagForDescribeLoadBalancerAttributesOutput
SetKey sets the Key field's value.
func (*TagForDescribeLoadBalancerAttributesOutput) SetValue ¶ added in v1.0.20
func (s *TagForDescribeLoadBalancerAttributesOutput) SetValue(v string) *TagForDescribeLoadBalancerAttributesOutput
SetValue sets the Value field's value.
func (TagForDescribeLoadBalancerAttributesOutput) String ¶ added in v1.0.20
func (s TagForDescribeLoadBalancerAttributesOutput) String() string
String returns the string representation
type TagForDescribeLoadBalancersOutput ¶ added in v1.0.20
type TagForDescribeLoadBalancersOutput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForDescribeLoadBalancersOutput) GoString ¶ added in v1.0.20
func (s TagForDescribeLoadBalancersOutput) GoString() string
GoString returns the string representation
func (*TagForDescribeLoadBalancersOutput) SetKey ¶ added in v1.0.20
func (s *TagForDescribeLoadBalancersOutput) SetKey(v string) *TagForDescribeLoadBalancersOutput
SetKey sets the Key field's value.
func (*TagForDescribeLoadBalancersOutput) SetValue ¶ added in v1.0.20
func (s *TagForDescribeLoadBalancersOutput) SetValue(v string) *TagForDescribeLoadBalancersOutput
SetValue sets the Value field's value.
func (TagForDescribeLoadBalancersOutput) String ¶ added in v1.0.20
func (s TagForDescribeLoadBalancersOutput) String() string
String returns the string representation
type TagForTagResourcesInput ¶ added in v1.0.20
type TagForTagResourcesInput struct { // Key is a required field Key *string `type:"string" required:"true"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForTagResourcesInput) GoString ¶ added in v1.0.20
func (s TagForTagResourcesInput) GoString() string
GoString returns the string representation
func (*TagForTagResourcesInput) SetKey ¶ added in v1.0.20
func (s *TagForTagResourcesInput) SetKey(v string) *TagForTagResourcesInput
SetKey sets the Key field's value.
func (*TagForTagResourcesInput) SetValue ¶ added in v1.0.20
func (s *TagForTagResourcesInput) SetValue(v string) *TagForTagResourcesInput
SetValue sets the Value field's value.
func (TagForTagResourcesInput) String ¶ added in v1.0.20
func (s TagForTagResourcesInput) String() string
String returns the string representation
func (*TagForTagResourcesInput) Validate ¶ added in v1.0.20
func (s *TagForTagResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagForUploadCertificateInput ¶ added in v1.0.80
type TagForUploadCertificateInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForUploadCertificateInput) GoString ¶ added in v1.0.80
func (s TagForUploadCertificateInput) GoString() string
GoString returns the string representation
func (*TagForUploadCertificateInput) SetKey ¶ added in v1.0.80
func (s *TagForUploadCertificateInput) SetKey(v string) *TagForUploadCertificateInput
SetKey sets the Key field's value.
func (*TagForUploadCertificateInput) SetValue ¶ added in v1.0.80
func (s *TagForUploadCertificateInput) SetValue(v string) *TagForUploadCertificateInput
SetValue sets the Value field's value.
func (TagForUploadCertificateInput) String ¶ added in v1.0.80
func (s TagForUploadCertificateInput) String() string
String returns the string representation
type TagResourcesInput ¶ added in v1.0.20
type TagResourcesInput struct { // ResourceIds is a required field ResourceIds []*string `type:"list" required:"true"` // ResourceType is a required field ResourceType *string `type:"string" required:"true" enum:"ResourceTypeForTagResourcesInput"` // Tags is a required field Tags []*TagForTagResourcesInput `type:"list" required:"true"` // contains filtered or unexported fields }
func (TagResourcesInput) GoString ¶ added in v1.0.20
func (s TagResourcesInput) GoString() string
GoString returns the string representation
func (*TagResourcesInput) SetResourceIds ¶ added in v1.0.20
func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*TagResourcesInput) SetResourceType ¶ added in v1.0.20
func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*TagResourcesInput) SetTags ¶ added in v1.0.20
func (s *TagResourcesInput) SetTags(v []*TagForTagResourcesInput) *TagResourcesInput
SetTags sets the Tags field's value.
func (TagResourcesInput) String ¶ added in v1.0.20
func (s TagResourcesInput) String() string
String returns the string representation
func (*TagResourcesInput) Validate ¶ added in v1.0.20
func (s *TagResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourcesOutput ¶ added in v1.0.20
type TagResourcesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (TagResourcesOutput) GoString ¶ added in v1.0.20
func (s TagResourcesOutput) GoString() string
GoString returns the string representation
func (*TagResourcesOutput) SetRequestId ¶ added in v1.0.20
func (s *TagResourcesOutput) SetRequestId(v string) *TagResourcesOutput
SetRequestId sets the RequestId field's value.
func (TagResourcesOutput) String ¶ added in v1.0.20
func (s TagResourcesOutput) String() string
String returns the string representation
type UntagResourcesInput ¶ added in v1.0.20
type UntagResourcesInput struct { // ResourceIds is a required field ResourceIds []*string `type:"list" required:"true"` // ResourceType is a required field ResourceType *string `type:"string" required:"true" enum:"ResourceTypeForUntagResourcesInput"` // TagKeys is a required field TagKeys []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourcesInput) GoString ¶ added in v1.0.20
func (s UntagResourcesInput) GoString() string
GoString returns the string representation
func (*UntagResourcesInput) SetResourceIds ¶ added in v1.0.20
func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*UntagResourcesInput) SetResourceType ¶ added in v1.0.20
func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*UntagResourcesInput) SetTagKeys ¶ added in v1.0.20
func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourcesInput) String ¶ added in v1.0.20
func (s UntagResourcesInput) String() string
String returns the string representation
func (*UntagResourcesInput) Validate ¶ added in v1.0.20
func (s *UntagResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourcesOutput ¶ added in v1.0.20
type UntagResourcesOutput struct { Metadata *response.ResponseMetadata RequestId *string `type:"string"` // contains filtered or unexported fields }
func (UntagResourcesOutput) GoString ¶ added in v1.0.20
func (s UntagResourcesOutput) GoString() string
GoString returns the string representation
func (*UntagResourcesOutput) SetRequestId ¶ added in v1.0.20
func (s *UntagResourcesOutput) SetRequestId(v string) *UntagResourcesOutput
SetRequestId sets the RequestId field's value.
func (UntagResourcesOutput) String ¶ added in v1.0.20
func (s UntagResourcesOutput) String() string
String returns the string representation
type UploadCertificateInput ¶
type UploadCertificateInput struct { CertificateName *string `type:"string"` Description *string `type:"string"` // PrivateKey is a required field PrivateKey *string `type:"string" required:"true"` ProjectName *string `type:"string"` // PublicKey is a required field PublicKey *string `type:"string" required:"true"` Tags []*TagForUploadCertificateInput `type:"list"` // contains filtered or unexported fields }
func (UploadCertificateInput) GoString ¶
func (s UploadCertificateInput) GoString() string
GoString returns the string representation
func (*UploadCertificateInput) SetCertificateName ¶
func (s *UploadCertificateInput) SetCertificateName(v string) *UploadCertificateInput
SetCertificateName sets the CertificateName field's value.
func (*UploadCertificateInput) SetDescription ¶
func (s *UploadCertificateInput) SetDescription(v string) *UploadCertificateInput
SetDescription sets the Description field's value.
func (*UploadCertificateInput) SetPrivateKey ¶
func (s *UploadCertificateInput) SetPrivateKey(v string) *UploadCertificateInput
SetPrivateKey sets the PrivateKey field's value.
func (*UploadCertificateInput) SetProjectName ¶ added in v1.0.20
func (s *UploadCertificateInput) SetProjectName(v string) *UploadCertificateInput
SetProjectName sets the ProjectName field's value.
func (*UploadCertificateInput) SetPublicKey ¶
func (s *UploadCertificateInput) SetPublicKey(v string) *UploadCertificateInput
SetPublicKey sets the PublicKey field's value.
func (*UploadCertificateInput) SetTags ¶ added in v1.0.80
func (s *UploadCertificateInput) SetTags(v []*TagForUploadCertificateInput) *UploadCertificateInput
SetTags sets the Tags field's value.
func (UploadCertificateInput) String ¶
func (s UploadCertificateInput) String() string
String returns the string representation
func (*UploadCertificateInput) Validate ¶
func (s *UploadCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UploadCertificateOutput ¶
type UploadCertificateOutput struct { Metadata *response.ResponseMetadata CertificateId *string `type:"string"` RequestId *string `type:"string"` // contains filtered or unexported fields }
func (UploadCertificateOutput) GoString ¶
func (s UploadCertificateOutput) GoString() string
GoString returns the string representation
func (*UploadCertificateOutput) SetCertificateId ¶
func (s *UploadCertificateOutput) SetCertificateId(v string) *UploadCertificateOutput
SetCertificateId sets the CertificateId field's value.
func (*UploadCertificateOutput) SetRequestId ¶
func (s *UploadCertificateOutput) SetRequestId(v string) *UploadCertificateOutput
SetRequestId sets the RequestId field's value.
func (UploadCertificateOutput) String ¶
func (s UploadCertificateOutput) String() string
String returns the string representation
Source Files ¶
- api_add_acl_entries.go
- api_add_server_group_backend_servers.go
- api_attach_health_check_log_topic.go
- api_convert_load_balancer_billing_type.go
- api_create_acl.go
- api_create_health_check_log_project.go
- api_create_listener.go
- api_create_load_balancer.go
- api_create_rules.go
- api_create_server_group.go
- api_delete_acl.go
- api_delete_certificate.go
- api_delete_health_check_log_project.go
- api_delete_listener.go
- api_delete_load_balancer.go
- api_delete_rules.go
- api_delete_server_group.go
- api_describe_acl_attributes.go
- api_describe_acls.go
- api_describe_certificates.go
- api_describe_health_check_log_project_attributes.go
- api_describe_health_check_log_topic_attributes.go
- api_describe_listener_attributes.go
- api_describe_listener_health.go
- api_describe_listeners.go
- api_describe_load_balancer_attributes.go
- api_describe_load_balancers.go
- api_describe_load_balancers_billing.go
- api_describe_rules.go
- api_describe_server_group_attributes.go
- api_describe_server_groups.go
- api_describe_zones.go
- api_detach_health_check_log_topic.go
- api_disable_access_log.go
- api_enable_access_log.go
- api_list_tags_for_resources.go
- api_modify_acl_attributes.go
- api_modify_certificate_attributes.go
- api_modify_listener_attributes.go
- api_modify_load_balancer_attributes.go
- api_modify_rules.go
- api_modify_server_group_attributes.go
- api_remove_acl_entries.go
- api_remove_server_group_backend_servers.go
- api_renew_load_balancer.go
- api_set_load_balancer_renewal.go
- api_tag_resources.go
- api_untag_resources.go
- api_upload_certificate.go
- interface_clb.go
- service_clb.go