Documentation
¶
Overview ¶
For creation of Cloud connector groups please refer to the documentation.
Index ¶
- type Client
- func (c *Client) CreateConnector(ctx context.Context, org string, request *sgsdkgo.Integration, ...) (*sgsdkgo.IntegrationCreateResponse, error)
- func (c *Client) DeleteConnector(ctx context.Context, integration string, org string, ...) (*sgsdkgo.GeneratedConnectorDeleteResponse, error)
- func (c *Client) ListAllConnector(ctx context.Context, org string, opts ...option.RequestOption) (*sgsdkgo.GeneratedConnectorListAllResponseMsg, error)
- func (c *Client) ReadConnector(ctx context.Context, integration string, org string, ...) (*sgsdkgo.GeneratedConnectorReadResponse, error)
- func (c *Client) UpdateConnector(ctx context.Context, integration string, org string, ...) (*sgsdkgo.IntegrationUpdateResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(opts ...option.RequestOption) *Client
func (*Client) CreateConnector ¶
func (c *Client) CreateConnector( ctx context.Context, org string, request *sgsdkgo.Integration, opts ...option.RequestOption, ) (*sgsdkgo.IntegrationCreateResponse, error)
Create Connector inside an Organization
func (*Client) DeleteConnector ¶
func (c *Client) DeleteConnector( ctx context.Context, integration string, org string, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedConnectorDeleteResponse, error)
Delete Connector
func (*Client) ListAllConnector ¶
func (c *Client) ListAllConnector( ctx context.Context, org string, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedConnectorListAllResponseMsg, error)
List all Connector
func (*Client) ReadConnector ¶
func (c *Client) ReadConnector( ctx context.Context, integration string, org string, opts ...option.RequestOption, ) (*sgsdkgo.GeneratedConnectorReadResponse, error)
Read Connector
func (*Client) UpdateConnector ¶
func (c *Client) UpdateConnector( ctx context.Context, integration string, org string, request *sgsdkgo.PatchedIntegration, opts ...option.RequestOption, ) (*sgsdkgo.IntegrationUpdateResponse, error)
Update Connector
Click to show internal directories.
Click to hide internal directories.