m_x_v_p_n_firewall

package
v0.0.0-...-b7c797c Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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
}

Client for m x v p n firewall API

func (*Client) GetOrganizationVpnFirewallRules

func (a *Client) GetOrganizationVpnFirewallRules(params *GetOrganizationVpnFirewallRulesParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationVpnFirewallRulesOK, error)

GetOrganizationVpnFirewallRules gets organization vpn firewall rules

Return the firewall rules for an organization's site-to-site VPN

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UpdateOrganizationVpnFirewallRules

UpdateOrganizationVpnFirewallRules updates organization vpn firewall rules

Update the firewall rules of an organization's site-to-site VPN

type ClientService

type ClientService interface {
	GetOrganizationVpnFirewallRules(params *GetOrganizationVpnFirewallRulesParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationVpnFirewallRulesOK, error)

	UpdateOrganizationVpnFirewallRules(params *UpdateOrganizationVpnFirewallRulesParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOrganizationVpnFirewallRulesOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new m x v p n firewall API client.

type GetOrganizationVpnFirewallRulesOK

type GetOrganizationVpnFirewallRulesOK struct {
	Payload interface{}
}

GetOrganizationVpnFirewallRulesOK handles this case with default header values.

Successful operation

func NewGetOrganizationVpnFirewallRulesOK

func NewGetOrganizationVpnFirewallRulesOK() *GetOrganizationVpnFirewallRulesOK

NewGetOrganizationVpnFirewallRulesOK creates a GetOrganizationVpnFirewallRulesOK with default headers values

func (*GetOrganizationVpnFirewallRulesOK) Error

func (*GetOrganizationVpnFirewallRulesOK) GetPayload

func (o *GetOrganizationVpnFirewallRulesOK) GetPayload() interface{}

type GetOrganizationVpnFirewallRulesParams

type GetOrganizationVpnFirewallRulesParams struct {

	/*OrganizationID*/
	OrganizationID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOrganizationVpnFirewallRulesParams contains all the parameters to send to the API endpoint for the get organization vpn firewall rules operation typically these are written to a http.Request

func NewGetOrganizationVpnFirewallRulesParams

func NewGetOrganizationVpnFirewallRulesParams() *GetOrganizationVpnFirewallRulesParams

NewGetOrganizationVpnFirewallRulesParams creates a new GetOrganizationVpnFirewallRulesParams object with the default values initialized.

func NewGetOrganizationVpnFirewallRulesParamsWithContext

func NewGetOrganizationVpnFirewallRulesParamsWithContext(ctx context.Context) *GetOrganizationVpnFirewallRulesParams

NewGetOrganizationVpnFirewallRulesParamsWithContext creates a new GetOrganizationVpnFirewallRulesParams object with the default values initialized, and the ability to set a context for a request

func NewGetOrganizationVpnFirewallRulesParamsWithHTTPClient

func NewGetOrganizationVpnFirewallRulesParamsWithHTTPClient(client *http.Client) *GetOrganizationVpnFirewallRulesParams

NewGetOrganizationVpnFirewallRulesParamsWithHTTPClient creates a new GetOrganizationVpnFirewallRulesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetOrganizationVpnFirewallRulesParamsWithTimeout

func NewGetOrganizationVpnFirewallRulesParamsWithTimeout(timeout time.Duration) *GetOrganizationVpnFirewallRulesParams

NewGetOrganizationVpnFirewallRulesParamsWithTimeout creates a new GetOrganizationVpnFirewallRulesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetOrganizationVpnFirewallRulesParams) SetContext

SetContext adds the context to the get organization vpn firewall rules params

func (*GetOrganizationVpnFirewallRulesParams) SetHTTPClient

func (o *GetOrganizationVpnFirewallRulesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get organization vpn firewall rules params

func (*GetOrganizationVpnFirewallRulesParams) SetOrganizationID

func (o *GetOrganizationVpnFirewallRulesParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the get organization vpn firewall rules params

func (*GetOrganizationVpnFirewallRulesParams) SetTimeout

func (o *GetOrganizationVpnFirewallRulesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get organization vpn firewall rules params

func (*GetOrganizationVpnFirewallRulesParams) WithContext

WithContext adds the context to the get organization vpn firewall rules params

func (*GetOrganizationVpnFirewallRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization vpn firewall rules params

func (*GetOrganizationVpnFirewallRulesParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get organization vpn firewall rules params

func (*GetOrganizationVpnFirewallRulesParams) WithTimeout

WithTimeout adds the timeout to the get organization vpn firewall rules params

func (*GetOrganizationVpnFirewallRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationVpnFirewallRulesReader

type GetOrganizationVpnFirewallRulesReader struct {
	// contains filtered or unexported fields
}

GetOrganizationVpnFirewallRulesReader is a Reader for the GetOrganizationVpnFirewallRules structure.

func (*GetOrganizationVpnFirewallRulesReader) ReadResponse

func (o *GetOrganizationVpnFirewallRulesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateOrganizationVpnFirewallRulesOK

type UpdateOrganizationVpnFirewallRulesOK struct {
	Payload interface{}
}

UpdateOrganizationVpnFirewallRulesOK handles this case with default header values.

Successful operation

func NewUpdateOrganizationVpnFirewallRulesOK

func NewUpdateOrganizationVpnFirewallRulesOK() *UpdateOrganizationVpnFirewallRulesOK

NewUpdateOrganizationVpnFirewallRulesOK creates a UpdateOrganizationVpnFirewallRulesOK with default headers values

func (*UpdateOrganizationVpnFirewallRulesOK) Error

func (*UpdateOrganizationVpnFirewallRulesOK) GetPayload

func (o *UpdateOrganizationVpnFirewallRulesOK) GetPayload() interface{}

type UpdateOrganizationVpnFirewallRulesParams

type UpdateOrganizationVpnFirewallRulesParams struct {

	/*OrganizationID*/
	OrganizationID string
	/*UpdateOrganizationVpnFirewallRules*/
	UpdateOrganizationVpnFirewallRules *models.UpdateOrganizationVpnFirewallRules

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateOrganizationVpnFirewallRulesParams contains all the parameters to send to the API endpoint for the update organization vpn firewall rules operation typically these are written to a http.Request

func NewUpdateOrganizationVpnFirewallRulesParams

func NewUpdateOrganizationVpnFirewallRulesParams() *UpdateOrganizationVpnFirewallRulesParams

NewUpdateOrganizationVpnFirewallRulesParams creates a new UpdateOrganizationVpnFirewallRulesParams object with the default values initialized.

func NewUpdateOrganizationVpnFirewallRulesParamsWithContext

func NewUpdateOrganizationVpnFirewallRulesParamsWithContext(ctx context.Context) *UpdateOrganizationVpnFirewallRulesParams

NewUpdateOrganizationVpnFirewallRulesParamsWithContext creates a new UpdateOrganizationVpnFirewallRulesParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateOrganizationVpnFirewallRulesParamsWithHTTPClient

func NewUpdateOrganizationVpnFirewallRulesParamsWithHTTPClient(client *http.Client) *UpdateOrganizationVpnFirewallRulesParams

NewUpdateOrganizationVpnFirewallRulesParamsWithHTTPClient creates a new UpdateOrganizationVpnFirewallRulesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateOrganizationVpnFirewallRulesParamsWithTimeout

func NewUpdateOrganizationVpnFirewallRulesParamsWithTimeout(timeout time.Duration) *UpdateOrganizationVpnFirewallRulesParams

NewUpdateOrganizationVpnFirewallRulesParamsWithTimeout creates a new UpdateOrganizationVpnFirewallRulesParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateOrganizationVpnFirewallRulesParams) SetContext

SetContext adds the context to the update organization vpn firewall rules params

func (*UpdateOrganizationVpnFirewallRulesParams) SetHTTPClient

func (o *UpdateOrganizationVpnFirewallRulesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update organization vpn firewall rules params

func (*UpdateOrganizationVpnFirewallRulesParams) SetOrganizationID

func (o *UpdateOrganizationVpnFirewallRulesParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the update organization vpn firewall rules params

func (*UpdateOrganizationVpnFirewallRulesParams) SetTimeout

SetTimeout adds the timeout to the update organization vpn firewall rules params

func (*UpdateOrganizationVpnFirewallRulesParams) SetUpdateOrganizationVpnFirewallRules

func (o *UpdateOrganizationVpnFirewallRulesParams) SetUpdateOrganizationVpnFirewallRules(updateOrganizationVpnFirewallRules *models.UpdateOrganizationVpnFirewallRules)

SetUpdateOrganizationVpnFirewallRules adds the updateOrganizationVpnFirewallRules to the update organization vpn firewall rules params

func (*UpdateOrganizationVpnFirewallRulesParams) WithContext

WithContext adds the context to the update organization vpn firewall rules params

func (*UpdateOrganizationVpnFirewallRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update organization vpn firewall rules params

func (*UpdateOrganizationVpnFirewallRulesParams) WithOrganizationID

WithOrganizationID adds the organizationID to the update organization vpn firewall rules params

func (*UpdateOrganizationVpnFirewallRulesParams) WithTimeout

WithTimeout adds the timeout to the update organization vpn firewall rules params

func (*UpdateOrganizationVpnFirewallRulesParams) WithUpdateOrganizationVpnFirewallRules

func (o *UpdateOrganizationVpnFirewallRulesParams) WithUpdateOrganizationVpnFirewallRules(updateOrganizationVpnFirewallRules *models.UpdateOrganizationVpnFirewallRules) *UpdateOrganizationVpnFirewallRulesParams

WithUpdateOrganizationVpnFirewallRules adds the updateOrganizationVpnFirewallRules to the update organization vpn firewall rules params

func (*UpdateOrganizationVpnFirewallRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrganizationVpnFirewallRulesReader

type UpdateOrganizationVpnFirewallRulesReader struct {
	// contains filtered or unexported fields
}

UpdateOrganizationVpnFirewallRulesReader is a Reader for the UpdateOrganizationVpnFirewallRules structure.

func (*UpdateOrganizationVpnFirewallRulesReader) ReadResponse

func (o *UpdateOrganizationVpnFirewallRulesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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