Documentation
¶
Index ¶
- type AddSSLBindingRequest
- type AddSSLBindingResponse
- type BindSSLRequest
- type BindSSLResponse
- type CreateSSLRequest
- type CreateSSLResponse
- type DeleteSSLBindingRequest
- type DeleteSSLBindingResponse
- type DescribeListenersRequest
- type DescribeListenersResponse
- type DescribeSSLRequest
- type DescribeSSLResponse
- type DescribeSSLV2Request
- type DescribeSSLV2Response
- type DescribeVServerRequest
- type DescribeVServerResponse
- type ULBClient
- func (c *ULBClient) AddSSLBinding(req *AddSSLBindingRequest) (*AddSSLBindingResponse, error)
- func (c *ULBClient) BindSSL(req *BindSSLRequest) (*BindSSLResponse, error)
- func (c *ULBClient) CreateSSL(req *CreateSSLRequest) (*CreateSSLResponse, error)
- func (c *ULBClient) DeleteSSLBinding(req *DeleteSSLBindingRequest) (*DeleteSSLBindingResponse, error)
- func (c *ULBClient) DescribeListeners(req *DescribeListenersRequest) (*DescribeListenersResponse, error)
- func (c *ULBClient) DescribeSSL(req *DescribeSSLRequest) (*DescribeSSLResponse, error)
- func (c *ULBClient) DescribeSSLV2(req *DescribeSSLV2Request) (*DescribeSSLV2Response, error)
- func (c *ULBClient) DescribeVServer(req *DescribeVServerRequest) (*DescribeVServerResponse, error)
- func (c *ULBClient) NewAddSSLBindingRequest() *AddSSLBindingRequest
- func (c *ULBClient) NewBindSSLRequest() *BindSSLRequest
- func (c *ULBClient) NewCreateSSLRequest() *CreateSSLRequest
- func (c *ULBClient) NewDeleteSSLBindingRequest() *DeleteSSLBindingRequest
- func (c *ULBClient) NewDescribeListenersRequest() *DescribeListenersRequest
- func (c *ULBClient) NewDescribeSSLRequest() *DescribeSSLRequest
- func (c *ULBClient) NewDescribeSSLV2Request() *DescribeSSLV2Request
- func (c *ULBClient) NewDescribeVServerRequest() *DescribeVServerRequest
- func (c *ULBClient) NewUnbindSSLRequest() *UnbindSSLRequest
- func (c *ULBClient) NewUpdateListenerAttributeRequest() *UpdateListenerAttributeRequest
- func (c *ULBClient) UnbindSSL(req *UnbindSSLRequest) (*UnbindSSLResponse, error)
- func (c *ULBClient) UpdateListenerAttribute(req *UpdateListenerAttributeRequest) (*UpdateListenerAttributeResponse, error)
- type UnbindSSLRequest
- type UnbindSSLResponse
- type UpdateListenerAttributeRequest
- type UpdateListenerAttributeResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddSSLBindingRequest ¶
type AddSSLBindingRequest = ucloudlb.AddSSLBindingRequest
type AddSSLBindingResponse ¶
type AddSSLBindingResponse = ucloudlb.AddSSLBindingResponse
type BindSSLRequest ¶
type BindSSLRequest = ucloudlb.BindSSLRequest
type BindSSLResponse ¶
type BindSSLResponse = ucloudlb.BindSSLResponse
type CreateSSLRequest ¶
type CreateSSLRequest = ucloudlb.CreateSSLRequest
type CreateSSLResponse ¶
type CreateSSLResponse = ucloudlb.CreateSSLResponse
type DeleteSSLBindingRequest ¶
type DeleteSSLBindingRequest = ucloudlb.DeleteSSLBindingRequest
type DeleteSSLBindingResponse ¶
type DeleteSSLBindingResponse = ucloudlb.DeleteSSLBindingResponse
type DescribeListenersRequest ¶
type DescribeListenersRequest = ucloudlb.DescribeListenersRequest
type DescribeListenersResponse ¶
type DescribeListenersResponse = ucloudlb.DescribeListenersResponse
type DescribeSSLRequest ¶
type DescribeSSLRequest = ucloudlb.DescribeSSLRequest
type DescribeSSLResponse ¶
type DescribeSSLResponse = ucloudlb.DescribeSSLResponse
type DescribeSSLV2Request ¶
type DescribeSSLV2Request = ucloudlb.DescribeSSLV2Request
type DescribeSSLV2Response ¶
type DescribeSSLV2Response = ucloudlb.DescribeSSLV2Response
type DescribeVServerRequest ¶
type DescribeVServerRequest = ucloudlb.DescribeVServerRequest
type DescribeVServerResponse ¶
type DescribeVServerResponse = ucloudlb.DescribeVServerResponse
type ULBClient ¶
func (*ULBClient) AddSSLBinding ¶
func (c *ULBClient) AddSSLBinding(req *AddSSLBindingRequest) (*AddSSLBindingResponse, error)
func (*ULBClient) BindSSL ¶
func (c *ULBClient) BindSSL(req *BindSSLRequest) (*BindSSLResponse, error)
func (*ULBClient) CreateSSL ¶
func (c *ULBClient) CreateSSL(req *CreateSSLRequest) (*CreateSSLResponse, error)
func (*ULBClient) DeleteSSLBinding ¶
func (c *ULBClient) DeleteSSLBinding(req *DeleteSSLBindingRequest) (*DeleteSSLBindingResponse, error)
func (*ULBClient) DescribeListeners ¶
func (c *ULBClient) DescribeListeners(req *DescribeListenersRequest) (*DescribeListenersResponse, error)
func (*ULBClient) DescribeSSL ¶
func (c *ULBClient) DescribeSSL(req *DescribeSSLRequest) (*DescribeSSLResponse, error)
func (*ULBClient) DescribeSSLV2 ¶
func (c *ULBClient) DescribeSSLV2(req *DescribeSSLV2Request) (*DescribeSSLV2Response, error)
func (*ULBClient) DescribeVServer ¶
func (c *ULBClient) DescribeVServer(req *DescribeVServerRequest) (*DescribeVServerResponse, error)
func (*ULBClient) NewAddSSLBindingRequest ¶
func (c *ULBClient) NewAddSSLBindingRequest() *AddSSLBindingRequest
func (*ULBClient) NewBindSSLRequest ¶
func (c *ULBClient) NewBindSSLRequest() *BindSSLRequest
func (*ULBClient) NewCreateSSLRequest ¶
func (c *ULBClient) NewCreateSSLRequest() *CreateSSLRequest
func (*ULBClient) NewDeleteSSLBindingRequest ¶
func (c *ULBClient) NewDeleteSSLBindingRequest() *DeleteSSLBindingRequest
func (*ULBClient) NewDescribeListenersRequest ¶
func (c *ULBClient) NewDescribeListenersRequest() *DescribeListenersRequest
func (*ULBClient) NewDescribeSSLRequest ¶
func (c *ULBClient) NewDescribeSSLRequest() *DescribeSSLRequest
func (*ULBClient) NewDescribeSSLV2Request ¶
func (c *ULBClient) NewDescribeSSLV2Request() *DescribeSSLV2Request
func (*ULBClient) NewDescribeVServerRequest ¶
func (c *ULBClient) NewDescribeVServerRequest() *DescribeVServerRequest
func (*ULBClient) NewUnbindSSLRequest ¶
func (c *ULBClient) NewUnbindSSLRequest() *UnbindSSLRequest
func (*ULBClient) NewUpdateListenerAttributeRequest ¶
func (c *ULBClient) NewUpdateListenerAttributeRequest() *UpdateListenerAttributeRequest
func (*ULBClient) UnbindSSL ¶
func (c *ULBClient) UnbindSSL(req *UnbindSSLRequest) (*UnbindSSLResponse, error)
func (*ULBClient) UpdateListenerAttribute ¶
func (c *ULBClient) UpdateListenerAttribute(req *UpdateListenerAttributeRequest) (*UpdateListenerAttributeResponse, error)
type UnbindSSLRequest ¶
type UnbindSSLRequest = ucloudlb.UnbindSSLRequest
type UnbindSSLResponse ¶
type UnbindSSLResponse = ucloudlb.UnbindSSLResponse
type UpdateListenerAttributeRequest ¶
type UpdateListenerAttributeRequest = ucloudlb.UpdateListenerAttributeRequest
type UpdateListenerAttributeResponse ¶
type UpdateListenerAttributeResponse = ucloudlb.UpdateListenerAttributeResponse
Click to show internal directories.
Click to hide internal directories.