m_g_subnet_pool_settings

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 g subnet pool settings API

func (*Client) GetNetworkCellularGatewaySettingsSubnetPool

GetNetworkCellularGatewaySettingsSubnetPool gets network cellular gateway settings subnet pool

Return the subnet pool and mask configured for MGs in the network.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateNetworkCellularGatewaySettingsSubnetPool

UpdateNetworkCellularGatewaySettingsSubnetPool updates network cellular gateway settings subnet pool

Update the subnet pool and mask configuration for MGs in the network.

type ClientService

type ClientService interface {
	GetNetworkCellularGatewaySettingsSubnetPool(params *GetNetworkCellularGatewaySettingsSubnetPoolParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkCellularGatewaySettingsSubnetPoolOK, error)

	UpdateNetworkCellularGatewaySettingsSubnetPool(params *UpdateNetworkCellularGatewaySettingsSubnetPoolParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkCellularGatewaySettingsSubnetPoolOK, 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 g subnet pool settings API client.

type GetNetworkCellularGatewaySettingsSubnetPoolOK

type GetNetworkCellularGatewaySettingsSubnetPoolOK struct {
	Payload interface{}
}

GetNetworkCellularGatewaySettingsSubnetPoolOK handles this case with default header values.

Successful operation

func NewGetNetworkCellularGatewaySettingsSubnetPoolOK

func NewGetNetworkCellularGatewaySettingsSubnetPoolOK() *GetNetworkCellularGatewaySettingsSubnetPoolOK

NewGetNetworkCellularGatewaySettingsSubnetPoolOK creates a GetNetworkCellularGatewaySettingsSubnetPoolOK with default headers values

func (*GetNetworkCellularGatewaySettingsSubnetPoolOK) Error

func (*GetNetworkCellularGatewaySettingsSubnetPoolOK) GetPayload

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

type GetNetworkCellularGatewaySettingsSubnetPoolParams

type GetNetworkCellularGatewaySettingsSubnetPoolParams struct {

	/*NetworkID*/
	NetworkID string

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

GetNetworkCellularGatewaySettingsSubnetPoolParams contains all the parameters to send to the API endpoint for the get network cellular gateway settings subnet pool operation typically these are written to a http.Request

func NewGetNetworkCellularGatewaySettingsSubnetPoolParams

func NewGetNetworkCellularGatewaySettingsSubnetPoolParams() *GetNetworkCellularGatewaySettingsSubnetPoolParams

NewGetNetworkCellularGatewaySettingsSubnetPoolParams creates a new GetNetworkCellularGatewaySettingsSubnetPoolParams object with the default values initialized.

func NewGetNetworkCellularGatewaySettingsSubnetPoolParamsWithContext

func NewGetNetworkCellularGatewaySettingsSubnetPoolParamsWithContext(ctx context.Context) *GetNetworkCellularGatewaySettingsSubnetPoolParams

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

func NewGetNetworkCellularGatewaySettingsSubnetPoolParamsWithHTTPClient

func NewGetNetworkCellularGatewaySettingsSubnetPoolParamsWithHTTPClient(client *http.Client) *GetNetworkCellularGatewaySettingsSubnetPoolParams

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

func NewGetNetworkCellularGatewaySettingsSubnetPoolParamsWithTimeout

func NewGetNetworkCellularGatewaySettingsSubnetPoolParamsWithTimeout(timeout time.Duration) *GetNetworkCellularGatewaySettingsSubnetPoolParams

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

func (*GetNetworkCellularGatewaySettingsSubnetPoolParams) SetContext

SetContext adds the context to the get network cellular gateway settings subnet pool params

func (*GetNetworkCellularGatewaySettingsSubnetPoolParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get network cellular gateway settings subnet pool params

func (*GetNetworkCellularGatewaySettingsSubnetPoolParams) SetNetworkID

func (o *GetNetworkCellularGatewaySettingsSubnetPoolParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network cellular gateway settings subnet pool params

func (*GetNetworkCellularGatewaySettingsSubnetPoolParams) SetTimeout

SetTimeout adds the timeout to the get network cellular gateway settings subnet pool params

func (*GetNetworkCellularGatewaySettingsSubnetPoolParams) WithContext

WithContext adds the context to the get network cellular gateway settings subnet pool params

func (*GetNetworkCellularGatewaySettingsSubnetPoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network cellular gateway settings subnet pool params

func (*GetNetworkCellularGatewaySettingsSubnetPoolParams) WithNetworkID

WithNetworkID adds the networkID to the get network cellular gateway settings subnet pool params

func (*GetNetworkCellularGatewaySettingsSubnetPoolParams) WithTimeout

WithTimeout adds the timeout to the get network cellular gateway settings subnet pool params

func (*GetNetworkCellularGatewaySettingsSubnetPoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkCellularGatewaySettingsSubnetPoolReader

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

GetNetworkCellularGatewaySettingsSubnetPoolReader is a Reader for the GetNetworkCellularGatewaySettingsSubnetPool structure.

func (*GetNetworkCellularGatewaySettingsSubnetPoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateNetworkCellularGatewaySettingsSubnetPoolOK

type UpdateNetworkCellularGatewaySettingsSubnetPoolOK struct {
	Payload interface{}
}

UpdateNetworkCellularGatewaySettingsSubnetPoolOK handles this case with default header values.

Successful operation

func NewUpdateNetworkCellularGatewaySettingsSubnetPoolOK

func NewUpdateNetworkCellularGatewaySettingsSubnetPoolOK() *UpdateNetworkCellularGatewaySettingsSubnetPoolOK

NewUpdateNetworkCellularGatewaySettingsSubnetPoolOK creates a UpdateNetworkCellularGatewaySettingsSubnetPoolOK with default headers values

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolOK) Error

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolOK) GetPayload

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

type UpdateNetworkCellularGatewaySettingsSubnetPoolParams

type UpdateNetworkCellularGatewaySettingsSubnetPoolParams struct {

	/*NetworkID*/
	NetworkID string
	/*UpdateNetworkCellularGatewaySettingsSubnetPool*/
	UpdateNetworkCellularGatewaySettingsSubnetPool *models.UpdateNetworkCellularGatewaySettingsSubnetPool

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

UpdateNetworkCellularGatewaySettingsSubnetPoolParams contains all the parameters to send to the API endpoint for the update network cellular gateway settings subnet pool operation typically these are written to a http.Request

func NewUpdateNetworkCellularGatewaySettingsSubnetPoolParams

func NewUpdateNetworkCellularGatewaySettingsSubnetPoolParams() *UpdateNetworkCellularGatewaySettingsSubnetPoolParams

NewUpdateNetworkCellularGatewaySettingsSubnetPoolParams creates a new UpdateNetworkCellularGatewaySettingsSubnetPoolParams object with the default values initialized.

func NewUpdateNetworkCellularGatewaySettingsSubnetPoolParamsWithContext

func NewUpdateNetworkCellularGatewaySettingsSubnetPoolParamsWithContext(ctx context.Context) *UpdateNetworkCellularGatewaySettingsSubnetPoolParams

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

func NewUpdateNetworkCellularGatewaySettingsSubnetPoolParamsWithHTTPClient

func NewUpdateNetworkCellularGatewaySettingsSubnetPoolParamsWithHTTPClient(client *http.Client) *UpdateNetworkCellularGatewaySettingsSubnetPoolParams

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

func NewUpdateNetworkCellularGatewaySettingsSubnetPoolParamsWithTimeout

func NewUpdateNetworkCellularGatewaySettingsSubnetPoolParamsWithTimeout(timeout time.Duration) *UpdateNetworkCellularGatewaySettingsSubnetPoolParams

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

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolParams) SetContext

SetContext adds the context to the update network cellular gateway settings subnet pool params

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update network cellular gateway settings subnet pool params

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolParams) SetNetworkID

SetNetworkID adds the networkId to the update network cellular gateway settings subnet pool params

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolParams) SetTimeout

SetTimeout adds the timeout to the update network cellular gateway settings subnet pool params

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolParams) SetUpdateNetworkCellularGatewaySettingsSubnetPool

func (o *UpdateNetworkCellularGatewaySettingsSubnetPoolParams) SetUpdateNetworkCellularGatewaySettingsSubnetPool(updateNetworkCellularGatewaySettingsSubnetPool *models.UpdateNetworkCellularGatewaySettingsSubnetPool)

SetUpdateNetworkCellularGatewaySettingsSubnetPool adds the updateNetworkCellularGatewaySettingsSubnetPool to the update network cellular gateway settings subnet pool params

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolParams) WithContext

WithContext adds the context to the update network cellular gateway settings subnet pool params

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update network cellular gateway settings subnet pool params

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolParams) WithNetworkID

WithNetworkID adds the networkID to the update network cellular gateway settings subnet pool params

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolParams) WithTimeout

WithTimeout adds the timeout to the update network cellular gateway settings subnet pool params

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolParams) WithUpdateNetworkCellularGatewaySettingsSubnetPool

func (o *UpdateNetworkCellularGatewaySettingsSubnetPoolParams) WithUpdateNetworkCellularGatewaySettingsSubnetPool(updateNetworkCellularGatewaySettingsSubnetPool *models.UpdateNetworkCellularGatewaySettingsSubnetPool) *UpdateNetworkCellularGatewaySettingsSubnetPoolParams

WithUpdateNetworkCellularGatewaySettingsSubnetPool adds the updateNetworkCellularGatewaySettingsSubnetPool to the update network cellular gateway settings subnet pool params

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNetworkCellularGatewaySettingsSubnetPoolReader

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

UpdateNetworkCellularGatewaySettingsSubnetPoolReader is a Reader for the UpdateNetworkCellularGatewaySettingsSubnetPool structure.

func (*UpdateNetworkCellularGatewaySettingsSubnetPoolReader) ReadResponse

func (o *UpdateNetworkCellularGatewaySettingsSubnetPoolReader) 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