Documentation
¶
Index ¶
- type Client
- func (a *Client) DeleteIkePoliciesID(params *DeleteIkePoliciesIDParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteIkePoliciesIDNoContent, error)
- func (a *Client) DeleteIpsecPoliciesID(params *DeleteIpsecPoliciesIDParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteIpsecPoliciesIDNoContent, error)
- func (a *Client) DeleteVpnGatewaysID(params *DeleteVpnGatewaysIDParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteVpnGatewaysIDAccepted, error)
- func (a *Client) DeleteVpnGatewaysVpnGatewayIDConnectionsID(params *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams, ...) (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDAccepted, error)
- func (a *Client) DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength(...) (...)
- func (a *Client) DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength(...) (...)
- func (a *Client) GetIkePolicies(params *GetIkePoliciesParams, authInfo runtime.ClientAuthInfoWriter) (*GetIkePoliciesOK, error)
- func (a *Client) GetIkePoliciesID(params *GetIkePoliciesIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetIkePoliciesIDOK, error)
- func (a *Client) GetIkePoliciesIDConnections(params *GetIkePoliciesIDConnectionsParams, ...) (*GetIkePoliciesIDConnectionsOK, error)
- func (a *Client) GetIpsecPolicies(params *GetIpsecPoliciesParams, authInfo runtime.ClientAuthInfoWriter) (*GetIpsecPoliciesOK, error)
- func (a *Client) GetIpsecPoliciesID(params *GetIpsecPoliciesIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetIpsecPoliciesIDOK, error)
- func (a *Client) GetIpsecPoliciesIDConnections(params *GetIpsecPoliciesIDConnectionsParams, ...) (*GetIpsecPoliciesIDConnectionsOK, error)
- func (a *Client) GetVpnGateways(params *GetVpnGatewaysParams, authInfo runtime.ClientAuthInfoWriter) (*GetVpnGatewaysOK, error)
- func (a *Client) GetVpnGatewaysID(params *GetVpnGatewaysIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetVpnGatewaysIDOK, error)
- func (a *Client) GetVpnGatewaysVpnGatewayIDConnections(params *GetVpnGatewaysVpnGatewayIDConnectionsParams, ...) (*GetVpnGatewaysVpnGatewayIDConnectionsOK, error)
- func (a *Client) GetVpnGatewaysVpnGatewayIDConnectionsID(params *GetVpnGatewaysVpnGatewayIDConnectionsIDParams, ...) (*GetVpnGatewaysVpnGatewayIDConnectionsIDOK, error)
- func (a *Client) GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrs(params *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams, ...) (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsOK, error)
- func (a *Client) GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength(...) (...)
- func (a *Client) GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrs(params *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams, ...) (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsOK, error)
- func (a *Client) GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength(...) (...)
- func (a *Client) PatchIkePoliciesID(params *PatchIkePoliciesIDParams, authInfo runtime.ClientAuthInfoWriter) (*PatchIkePoliciesIDOK, error)
- func (a *Client) PatchIpsecPoliciesID(params *PatchIpsecPoliciesIDParams, authInfo runtime.ClientAuthInfoWriter) (*PatchIpsecPoliciesIDOK, error)
- func (a *Client) PatchVpnGatewaysID(params *PatchVpnGatewaysIDParams, authInfo runtime.ClientAuthInfoWriter) (*PatchVpnGatewaysIDOK, error)
- func (a *Client) PatchVpnGatewaysVpnGatewayIDConnectionsID(params *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams, ...) (*PatchVpnGatewaysVpnGatewayIDConnectionsIDOK, error)
- func (a *Client) PostIkePolicies(params *PostIkePoliciesParams, authInfo runtime.ClientAuthInfoWriter) (*PostIkePoliciesCreated, error)
- func (a *Client) PostIpsecPolicies(params *PostIpsecPoliciesParams, authInfo runtime.ClientAuthInfoWriter) (*PostIpsecPoliciesCreated, error)
- func (a *Client) PostVpnGateways(params *PostVpnGatewaysParams, authInfo runtime.ClientAuthInfoWriter) (*PostVpnGatewaysCreated, error)
- func (a *Client) PostVpnGatewaysVpnGatewayIDConnections(params *PostVpnGatewaysVpnGatewayIDConnectionsParams, ...) (*PostVpnGatewaysVpnGatewayIDConnectionsCreated, error)
- func (a *Client) PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength(...) (...)
- func (a *Client) PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength(...) (...)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type DeleteIkePoliciesIDConflict
- type DeleteIkePoliciesIDNoContent
- type DeleteIkePoliciesIDNotFound
- type DeleteIkePoliciesIDParams
- func NewDeleteIkePoliciesIDParams() *DeleteIkePoliciesIDParams
- func NewDeleteIkePoliciesIDParamsWithContext(ctx context.Context) *DeleteIkePoliciesIDParams
- func NewDeleteIkePoliciesIDParamsWithHTTPClient(client *http.Client) *DeleteIkePoliciesIDParams
- func NewDeleteIkePoliciesIDParamsWithTimeout(timeout time.Duration) *DeleteIkePoliciesIDParams
- func (o *DeleteIkePoliciesIDParams) SetContext(ctx context.Context)
- func (o *DeleteIkePoliciesIDParams) SetGeneration(generation int64)
- func (o *DeleteIkePoliciesIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteIkePoliciesIDParams) SetID(id string)
- func (o *DeleteIkePoliciesIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteIkePoliciesIDParams) SetVersion(version string)
- func (o *DeleteIkePoliciesIDParams) WithContext(ctx context.Context) *DeleteIkePoliciesIDParams
- func (o *DeleteIkePoliciesIDParams) WithGeneration(generation int64) *DeleteIkePoliciesIDParams
- func (o *DeleteIkePoliciesIDParams) WithHTTPClient(client *http.Client) *DeleteIkePoliciesIDParams
- func (o *DeleteIkePoliciesIDParams) WithID(id string) *DeleteIkePoliciesIDParams
- func (o *DeleteIkePoliciesIDParams) WithTimeout(timeout time.Duration) *DeleteIkePoliciesIDParams
- func (o *DeleteIkePoliciesIDParams) WithVersion(version string) *DeleteIkePoliciesIDParams
- func (o *DeleteIkePoliciesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteIkePoliciesIDReader
- type DeleteIpsecPoliciesIDConflict
- type DeleteIpsecPoliciesIDNoContent
- type DeleteIpsecPoliciesIDNotFound
- type DeleteIpsecPoliciesIDParams
- func NewDeleteIpsecPoliciesIDParams() *DeleteIpsecPoliciesIDParams
- func NewDeleteIpsecPoliciesIDParamsWithContext(ctx context.Context) *DeleteIpsecPoliciesIDParams
- func NewDeleteIpsecPoliciesIDParamsWithHTTPClient(client *http.Client) *DeleteIpsecPoliciesIDParams
- func NewDeleteIpsecPoliciesIDParamsWithTimeout(timeout time.Duration) *DeleteIpsecPoliciesIDParams
- func (o *DeleteIpsecPoliciesIDParams) SetContext(ctx context.Context)
- func (o *DeleteIpsecPoliciesIDParams) SetGeneration(generation int64)
- func (o *DeleteIpsecPoliciesIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteIpsecPoliciesIDParams) SetID(id string)
- func (o *DeleteIpsecPoliciesIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteIpsecPoliciesIDParams) SetVersion(version string)
- func (o *DeleteIpsecPoliciesIDParams) WithContext(ctx context.Context) *DeleteIpsecPoliciesIDParams
- func (o *DeleteIpsecPoliciesIDParams) WithGeneration(generation int64) *DeleteIpsecPoliciesIDParams
- func (o *DeleteIpsecPoliciesIDParams) WithHTTPClient(client *http.Client) *DeleteIpsecPoliciesIDParams
- func (o *DeleteIpsecPoliciesIDParams) WithID(id string) *DeleteIpsecPoliciesIDParams
- func (o *DeleteIpsecPoliciesIDParams) WithTimeout(timeout time.Duration) *DeleteIpsecPoliciesIDParams
- func (o *DeleteIpsecPoliciesIDParams) WithVersion(version string) *DeleteIpsecPoliciesIDParams
- func (o *DeleteIpsecPoliciesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteIpsecPoliciesIDReader
- type DeleteVpnGatewaysIDAccepted
- type DeleteVpnGatewaysIDNotFound
- type DeleteVpnGatewaysIDParams
- func NewDeleteVpnGatewaysIDParams() *DeleteVpnGatewaysIDParams
- func NewDeleteVpnGatewaysIDParamsWithContext(ctx context.Context) *DeleteVpnGatewaysIDParams
- func NewDeleteVpnGatewaysIDParamsWithHTTPClient(client *http.Client) *DeleteVpnGatewaysIDParams
- func NewDeleteVpnGatewaysIDParamsWithTimeout(timeout time.Duration) *DeleteVpnGatewaysIDParams
- func (o *DeleteVpnGatewaysIDParams) SetContext(ctx context.Context)
- func (o *DeleteVpnGatewaysIDParams) SetGeneration(generation int64)
- func (o *DeleteVpnGatewaysIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteVpnGatewaysIDParams) SetID(id string)
- func (o *DeleteVpnGatewaysIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteVpnGatewaysIDParams) SetVersion(version string)
- func (o *DeleteVpnGatewaysIDParams) WithContext(ctx context.Context) *DeleteVpnGatewaysIDParams
- func (o *DeleteVpnGatewaysIDParams) WithGeneration(generation int64) *DeleteVpnGatewaysIDParams
- func (o *DeleteVpnGatewaysIDParams) WithHTTPClient(client *http.Client) *DeleteVpnGatewaysIDParams
- func (o *DeleteVpnGatewaysIDParams) WithID(id string) *DeleteVpnGatewaysIDParams
- func (o *DeleteVpnGatewaysIDParams) WithTimeout(timeout time.Duration) *DeleteVpnGatewaysIDParams
- func (o *DeleteVpnGatewaysIDParams) WithVersion(version string) *DeleteVpnGatewaysIDParams
- func (o *DeleteVpnGatewaysIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteVpnGatewaysIDReader
- type DeleteVpnGatewaysVpnGatewayIDConnectionsIDAccepted
- type DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent
- type DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound
- type DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
- func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams() ...
- func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithContext(ctx context.Context) ...
- func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithHTTPClient(client *http.Client) ...
- func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithTimeout(timeout time.Duration) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetContext(ctx context.Context)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetGeneration(generation int64)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetHTTPClient(client *http.Client)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetID(id string)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress(prefixAddress string)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixLength(prefixLength string)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetTimeout(timeout time.Duration)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVersion(version string)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID(vpnGatewayID string)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithContext(ctx context.Context) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithGeneration(generation int64) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithHTTPClient(client *http.Client) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithID(id string) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress(prefixAddress string) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixLength(prefixLength string) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithTimeout(timeout time.Duration) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVersion(version string) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID(vpnGatewayID string) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader
- type DeleteVpnGatewaysVpnGatewayIDConnectionsIDNotFound
- type DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
- func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParams() *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
- func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParamsWithContext(ctx context.Context) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
- func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParamsWithHTTPClient(client *http.Client) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
- func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParamsWithTimeout(timeout time.Duration) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetContext(ctx context.Context)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetGeneration(generation int64)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetID(id string)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVersion(version string)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVpnGatewayID(vpnGatewayID string)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithContext(ctx context.Context) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithGeneration(generation int64) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithHTTPClient(client *http.Client) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithID(id string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithTimeout(timeout time.Duration) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVersion(version string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVpnGatewayID(vpnGatewayID string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent
- type DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound
- type DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
- func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams() ...
- func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithContext(ctx context.Context) ...
- func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithHTTPClient(client *http.Client) ...
- func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithTimeout(timeout time.Duration) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetContext(ctx context.Context)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetGeneration(generation int64)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetHTTPClient(client *http.Client)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetID(id string)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress(prefixAddress string)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixLength(prefixLength string)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetTimeout(timeout time.Duration)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVersion(version string)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID(vpnGatewayID string)
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithContext(ctx context.Context) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithGeneration(generation int64) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithHTTPClient(client *http.Client) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithID(id string) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress(prefixAddress string) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixLength(prefixLength string) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithTimeout(timeout time.Duration) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVersion(version string) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID(vpnGatewayID string) ...
- func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader
- type DeleteVpnGatewaysVpnGatewayIDConnectionsIDReader
- type GetIkePoliciesIDConnectionsNotFound
- type GetIkePoliciesIDConnectionsOK
- type GetIkePoliciesIDConnectionsParams
- func NewGetIkePoliciesIDConnectionsParams() *GetIkePoliciesIDConnectionsParams
- func NewGetIkePoliciesIDConnectionsParamsWithContext(ctx context.Context) *GetIkePoliciesIDConnectionsParams
- func NewGetIkePoliciesIDConnectionsParamsWithHTTPClient(client *http.Client) *GetIkePoliciesIDConnectionsParams
- func NewGetIkePoliciesIDConnectionsParamsWithTimeout(timeout time.Duration) *GetIkePoliciesIDConnectionsParams
- func (o *GetIkePoliciesIDConnectionsParams) SetContext(ctx context.Context)
- func (o *GetIkePoliciesIDConnectionsParams) SetGeneration(generation int64)
- func (o *GetIkePoliciesIDConnectionsParams) SetHTTPClient(client *http.Client)
- func (o *GetIkePoliciesIDConnectionsParams) SetID(id string)
- func (o *GetIkePoliciesIDConnectionsParams) SetTimeout(timeout time.Duration)
- func (o *GetIkePoliciesIDConnectionsParams) SetVersion(version string)
- func (o *GetIkePoliciesIDConnectionsParams) WithContext(ctx context.Context) *GetIkePoliciesIDConnectionsParams
- func (o *GetIkePoliciesIDConnectionsParams) WithGeneration(generation int64) *GetIkePoliciesIDConnectionsParams
- func (o *GetIkePoliciesIDConnectionsParams) WithHTTPClient(client *http.Client) *GetIkePoliciesIDConnectionsParams
- func (o *GetIkePoliciesIDConnectionsParams) WithID(id string) *GetIkePoliciesIDConnectionsParams
- func (o *GetIkePoliciesIDConnectionsParams) WithTimeout(timeout time.Duration) *GetIkePoliciesIDConnectionsParams
- func (o *GetIkePoliciesIDConnectionsParams) WithVersion(version string) *GetIkePoliciesIDConnectionsParams
- func (o *GetIkePoliciesIDConnectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIkePoliciesIDConnectionsReader
- type GetIkePoliciesIDNotFound
- type GetIkePoliciesIDOK
- type GetIkePoliciesIDParams
- func NewGetIkePoliciesIDParams() *GetIkePoliciesIDParams
- func NewGetIkePoliciesIDParamsWithContext(ctx context.Context) *GetIkePoliciesIDParams
- func NewGetIkePoliciesIDParamsWithHTTPClient(client *http.Client) *GetIkePoliciesIDParams
- func NewGetIkePoliciesIDParamsWithTimeout(timeout time.Duration) *GetIkePoliciesIDParams
- func (o *GetIkePoliciesIDParams) SetContext(ctx context.Context)
- func (o *GetIkePoliciesIDParams) SetGeneration(generation int64)
- func (o *GetIkePoliciesIDParams) SetHTTPClient(client *http.Client)
- func (o *GetIkePoliciesIDParams) SetID(id string)
- func (o *GetIkePoliciesIDParams) SetTimeout(timeout time.Duration)
- func (o *GetIkePoliciesIDParams) SetVersion(version string)
- func (o *GetIkePoliciesIDParams) WithContext(ctx context.Context) *GetIkePoliciesIDParams
- func (o *GetIkePoliciesIDParams) WithGeneration(generation int64) *GetIkePoliciesIDParams
- func (o *GetIkePoliciesIDParams) WithHTTPClient(client *http.Client) *GetIkePoliciesIDParams
- func (o *GetIkePoliciesIDParams) WithID(id string) *GetIkePoliciesIDParams
- func (o *GetIkePoliciesIDParams) WithTimeout(timeout time.Duration) *GetIkePoliciesIDParams
- func (o *GetIkePoliciesIDParams) WithVersion(version string) *GetIkePoliciesIDParams
- func (o *GetIkePoliciesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIkePoliciesIDReader
- type GetIkePoliciesOK
- type GetIkePoliciesParams
- func NewGetIkePoliciesParams() *GetIkePoliciesParams
- func NewGetIkePoliciesParamsWithContext(ctx context.Context) *GetIkePoliciesParams
- func NewGetIkePoliciesParamsWithHTTPClient(client *http.Client) *GetIkePoliciesParams
- func NewGetIkePoliciesParamsWithTimeout(timeout time.Duration) *GetIkePoliciesParams
- func (o *GetIkePoliciesParams) SetContext(ctx context.Context)
- func (o *GetIkePoliciesParams) SetGeneration(generation int64)
- func (o *GetIkePoliciesParams) SetHTTPClient(client *http.Client)
- func (o *GetIkePoliciesParams) SetLimit(limit *int32)
- func (o *GetIkePoliciesParams) SetStart(start *string)
- func (o *GetIkePoliciesParams) SetTimeout(timeout time.Duration)
- func (o *GetIkePoliciesParams) SetVersion(version string)
- func (o *GetIkePoliciesParams) WithContext(ctx context.Context) *GetIkePoliciesParams
- func (o *GetIkePoliciesParams) WithGeneration(generation int64) *GetIkePoliciesParams
- func (o *GetIkePoliciesParams) WithHTTPClient(client *http.Client) *GetIkePoliciesParams
- func (o *GetIkePoliciesParams) WithLimit(limit *int32) *GetIkePoliciesParams
- func (o *GetIkePoliciesParams) WithStart(start *string) *GetIkePoliciesParams
- func (o *GetIkePoliciesParams) WithTimeout(timeout time.Duration) *GetIkePoliciesParams
- func (o *GetIkePoliciesParams) WithVersion(version string) *GetIkePoliciesParams
- func (o *GetIkePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIkePoliciesReader
- type GetIpsecPoliciesIDConnectionsNotFound
- type GetIpsecPoliciesIDConnectionsOK
- type GetIpsecPoliciesIDConnectionsParams
- func NewGetIpsecPoliciesIDConnectionsParams() *GetIpsecPoliciesIDConnectionsParams
- func NewGetIpsecPoliciesIDConnectionsParamsWithContext(ctx context.Context) *GetIpsecPoliciesIDConnectionsParams
- func NewGetIpsecPoliciesIDConnectionsParamsWithHTTPClient(client *http.Client) *GetIpsecPoliciesIDConnectionsParams
- func NewGetIpsecPoliciesIDConnectionsParamsWithTimeout(timeout time.Duration) *GetIpsecPoliciesIDConnectionsParams
- func (o *GetIpsecPoliciesIDConnectionsParams) SetContext(ctx context.Context)
- func (o *GetIpsecPoliciesIDConnectionsParams) SetGeneration(generation int64)
- func (o *GetIpsecPoliciesIDConnectionsParams) SetHTTPClient(client *http.Client)
- func (o *GetIpsecPoliciesIDConnectionsParams) SetID(id string)
- func (o *GetIpsecPoliciesIDConnectionsParams) SetTimeout(timeout time.Duration)
- func (o *GetIpsecPoliciesIDConnectionsParams) SetVersion(version string)
- func (o *GetIpsecPoliciesIDConnectionsParams) WithContext(ctx context.Context) *GetIpsecPoliciesIDConnectionsParams
- func (o *GetIpsecPoliciesIDConnectionsParams) WithGeneration(generation int64) *GetIpsecPoliciesIDConnectionsParams
- func (o *GetIpsecPoliciesIDConnectionsParams) WithHTTPClient(client *http.Client) *GetIpsecPoliciesIDConnectionsParams
- func (o *GetIpsecPoliciesIDConnectionsParams) WithID(id string) *GetIpsecPoliciesIDConnectionsParams
- func (o *GetIpsecPoliciesIDConnectionsParams) WithTimeout(timeout time.Duration) *GetIpsecPoliciesIDConnectionsParams
- func (o *GetIpsecPoliciesIDConnectionsParams) WithVersion(version string) *GetIpsecPoliciesIDConnectionsParams
- func (o *GetIpsecPoliciesIDConnectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIpsecPoliciesIDConnectionsReader
- type GetIpsecPoliciesIDNotFound
- type GetIpsecPoliciesIDOK
- type GetIpsecPoliciesIDParams
- func NewGetIpsecPoliciesIDParams() *GetIpsecPoliciesIDParams
- func NewGetIpsecPoliciesIDParamsWithContext(ctx context.Context) *GetIpsecPoliciesIDParams
- func NewGetIpsecPoliciesIDParamsWithHTTPClient(client *http.Client) *GetIpsecPoliciesIDParams
- func NewGetIpsecPoliciesIDParamsWithTimeout(timeout time.Duration) *GetIpsecPoliciesIDParams
- func (o *GetIpsecPoliciesIDParams) SetContext(ctx context.Context)
- func (o *GetIpsecPoliciesIDParams) SetGeneration(generation int64)
- func (o *GetIpsecPoliciesIDParams) SetHTTPClient(client *http.Client)
- func (o *GetIpsecPoliciesIDParams) SetID(id string)
- func (o *GetIpsecPoliciesIDParams) SetTimeout(timeout time.Duration)
- func (o *GetIpsecPoliciesIDParams) SetVersion(version string)
- func (o *GetIpsecPoliciesIDParams) WithContext(ctx context.Context) *GetIpsecPoliciesIDParams
- func (o *GetIpsecPoliciesIDParams) WithGeneration(generation int64) *GetIpsecPoliciesIDParams
- func (o *GetIpsecPoliciesIDParams) WithHTTPClient(client *http.Client) *GetIpsecPoliciesIDParams
- func (o *GetIpsecPoliciesIDParams) WithID(id string) *GetIpsecPoliciesIDParams
- func (o *GetIpsecPoliciesIDParams) WithTimeout(timeout time.Duration) *GetIpsecPoliciesIDParams
- func (o *GetIpsecPoliciesIDParams) WithVersion(version string) *GetIpsecPoliciesIDParams
- func (o *GetIpsecPoliciesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIpsecPoliciesIDReader
- type GetIpsecPoliciesOK
- type GetIpsecPoliciesParams
- func NewGetIpsecPoliciesParams() *GetIpsecPoliciesParams
- func NewGetIpsecPoliciesParamsWithContext(ctx context.Context) *GetIpsecPoliciesParams
- func NewGetIpsecPoliciesParamsWithHTTPClient(client *http.Client) *GetIpsecPoliciesParams
- func NewGetIpsecPoliciesParamsWithTimeout(timeout time.Duration) *GetIpsecPoliciesParams
- func (o *GetIpsecPoliciesParams) SetContext(ctx context.Context)
- func (o *GetIpsecPoliciesParams) SetGeneration(generation int64)
- func (o *GetIpsecPoliciesParams) SetHTTPClient(client *http.Client)
- func (o *GetIpsecPoliciesParams) SetLimit(limit *int32)
- func (o *GetIpsecPoliciesParams) SetStart(start *string)
- func (o *GetIpsecPoliciesParams) SetTimeout(timeout time.Duration)
- func (o *GetIpsecPoliciesParams) SetVersion(version string)
- func (o *GetIpsecPoliciesParams) WithContext(ctx context.Context) *GetIpsecPoliciesParams
- func (o *GetIpsecPoliciesParams) WithGeneration(generation int64) *GetIpsecPoliciesParams
- func (o *GetIpsecPoliciesParams) WithHTTPClient(client *http.Client) *GetIpsecPoliciesParams
- func (o *GetIpsecPoliciesParams) WithLimit(limit *int32) *GetIpsecPoliciesParams
- func (o *GetIpsecPoliciesParams) WithStart(start *string) *GetIpsecPoliciesParams
- func (o *GetIpsecPoliciesParams) WithTimeout(timeout time.Duration) *GetIpsecPoliciesParams
- func (o *GetIpsecPoliciesParams) WithVersion(version string) *GetIpsecPoliciesParams
- func (o *GetIpsecPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIpsecPoliciesReader
- type GetVpnGatewaysIDNotFound
- type GetVpnGatewaysIDOK
- type GetVpnGatewaysIDParams
- func NewGetVpnGatewaysIDParams() *GetVpnGatewaysIDParams
- func NewGetVpnGatewaysIDParamsWithContext(ctx context.Context) *GetVpnGatewaysIDParams
- func NewGetVpnGatewaysIDParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysIDParams
- func NewGetVpnGatewaysIDParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysIDParams
- func (o *GetVpnGatewaysIDParams) SetContext(ctx context.Context)
- func (o *GetVpnGatewaysIDParams) SetGeneration(generation int64)
- func (o *GetVpnGatewaysIDParams) SetHTTPClient(client *http.Client)
- func (o *GetVpnGatewaysIDParams) SetID(id string)
- func (o *GetVpnGatewaysIDParams) SetTimeout(timeout time.Duration)
- func (o *GetVpnGatewaysIDParams) SetVersion(version string)
- func (o *GetVpnGatewaysIDParams) WithContext(ctx context.Context) *GetVpnGatewaysIDParams
- func (o *GetVpnGatewaysIDParams) WithGeneration(generation int64) *GetVpnGatewaysIDParams
- func (o *GetVpnGatewaysIDParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysIDParams
- func (o *GetVpnGatewaysIDParams) WithID(id string) *GetVpnGatewaysIDParams
- func (o *GetVpnGatewaysIDParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysIDParams
- func (o *GetVpnGatewaysIDParams) WithVersion(version string) *GetVpnGatewaysIDParams
- func (o *GetVpnGatewaysIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVpnGatewaysIDReader
- type GetVpnGatewaysOK
- type GetVpnGatewaysParams
- func NewGetVpnGatewaysParams() *GetVpnGatewaysParams
- func NewGetVpnGatewaysParamsWithContext(ctx context.Context) *GetVpnGatewaysParams
- func NewGetVpnGatewaysParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysParams
- func NewGetVpnGatewaysParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysParams
- func (o *GetVpnGatewaysParams) SetContext(ctx context.Context)
- func (o *GetVpnGatewaysParams) SetGeneration(generation int64)
- func (o *GetVpnGatewaysParams) SetHTTPClient(client *http.Client)
- func (o *GetVpnGatewaysParams) SetLimit(limit *int32)
- func (o *GetVpnGatewaysParams) SetResourceGroupID(resourceGroupID *string)
- func (o *GetVpnGatewaysParams) SetStart(start *string)
- func (o *GetVpnGatewaysParams) SetTimeout(timeout time.Duration)
- func (o *GetVpnGatewaysParams) SetVersion(version string)
- func (o *GetVpnGatewaysParams) WithContext(ctx context.Context) *GetVpnGatewaysParams
- func (o *GetVpnGatewaysParams) WithGeneration(generation int64) *GetVpnGatewaysParams
- func (o *GetVpnGatewaysParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysParams
- func (o *GetVpnGatewaysParams) WithLimit(limit *int32) *GetVpnGatewaysParams
- func (o *GetVpnGatewaysParams) WithResourceGroupID(resourceGroupID *string) *GetVpnGatewaysParams
- func (o *GetVpnGatewaysParams) WithStart(start *string) *GetVpnGatewaysParams
- func (o *GetVpnGatewaysParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysParams
- func (o *GetVpnGatewaysParams) WithVersion(version string) *GetVpnGatewaysParams
- func (o *GetVpnGatewaysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVpnGatewaysReader
- type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsNotFound
- type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsOK
- type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams() *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParamsWithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetContext(ctx context.Context)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetGeneration(generation int64)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetHTTPClient(client *http.Client)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetID(id string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetTimeout(timeout time.Duration)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetVersion(version string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetVpnGatewayID(vpnGatewayID string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithGeneration(generation int64) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithID(id string) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithVersion(version string) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithVpnGatewayID(vpnGatewayID string) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent
- type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound
- type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams() ...
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithContext(ctx context.Context) ...
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithHTTPClient(client *http.Client) ...
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithTimeout(timeout time.Duration) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetContext(ctx context.Context)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetGeneration(generation int64)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetHTTPClient(client *http.Client)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetID(id string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress(prefixAddress string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixLength(prefixLength string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetTimeout(timeout time.Duration)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVersion(version string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID(vpnGatewayID string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithContext(ctx context.Context) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithGeneration(generation int64) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithHTTPClient(client *http.Client) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithID(id string) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress(prefixAddress string) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixLength(prefixLength string) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithTimeout(timeout time.Duration) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVersion(version string) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID(vpnGatewayID string) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader
- type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsReader
- type GetVpnGatewaysVpnGatewayIDConnectionsIDNotFound
- type GetVpnGatewaysVpnGatewayIDConnectionsIDOK
- type GetVpnGatewaysVpnGatewayIDConnectionsIDParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDParams() *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDParamsWithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetContext(ctx context.Context)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetGeneration(generation int64)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetHTTPClient(client *http.Client)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetID(id string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetTimeout(timeout time.Duration)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVersion(version string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVpnGatewayID(vpnGatewayID string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithGeneration(generation int64) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithID(id string) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVersion(version string) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVpnGatewayID(vpnGatewayID string) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsNotFound
- type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsOK
- type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams() *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParamsWithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetContext(ctx context.Context)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetGeneration(generation int64)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetHTTPClient(client *http.Client)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetID(id string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetTimeout(timeout time.Duration)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetVersion(version string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetVpnGatewayID(vpnGatewayID string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithGeneration(generation int64) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithID(id string) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithVersion(version string) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithVpnGatewayID(vpnGatewayID string) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent
- type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound
- type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams() ...
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithContext(ctx context.Context) ...
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithHTTPClient(client *http.Client) ...
- func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithTimeout(timeout time.Duration) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetContext(ctx context.Context)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetGeneration(generation int64)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetHTTPClient(client *http.Client)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetID(id string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress(prefixAddress string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixLength(prefixLength string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetTimeout(timeout time.Duration)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVersion(version string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID(vpnGatewayID string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithContext(ctx context.Context) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithGeneration(generation int64) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithHTTPClient(client *http.Client) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithID(id string) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress(prefixAddress string) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixLength(prefixLength string) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithTimeout(timeout time.Duration) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVersion(version string) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID(vpnGatewayID string) ...
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader
- type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsReader
- type GetVpnGatewaysVpnGatewayIDConnectionsIDReader
- type GetVpnGatewaysVpnGatewayIDConnectionsNotFound
- type GetVpnGatewaysVpnGatewayIDConnectionsOK
- type GetVpnGatewaysVpnGatewayIDConnectionsParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsParams() *GetVpnGatewaysVpnGatewayIDConnectionsParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsParamsWithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsParams
- func NewGetVpnGatewaysVpnGatewayIDConnectionsParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetContext(ctx context.Context)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetGeneration(generation int64)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetHTTPClient(client *http.Client)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetStatus(status *string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetTimeout(timeout time.Duration)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetVersion(version string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetVpnGatewayID(vpnGatewayID string)
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithGeneration(generation int64) *GetVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithStatus(status *string) *GetVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithVersion(version string) *GetVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithVpnGatewayID(vpnGatewayID string) *GetVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVpnGatewaysVpnGatewayIDConnectionsReader
- type PatchIkePoliciesIDBadRequest
- type PatchIkePoliciesIDOK
- type PatchIkePoliciesIDParams
- func NewPatchIkePoliciesIDParams() *PatchIkePoliciesIDParams
- func NewPatchIkePoliciesIDParamsWithContext(ctx context.Context) *PatchIkePoliciesIDParams
- func NewPatchIkePoliciesIDParamsWithHTTPClient(client *http.Client) *PatchIkePoliciesIDParams
- func NewPatchIkePoliciesIDParamsWithTimeout(timeout time.Duration) *PatchIkePoliciesIDParams
- func (o *PatchIkePoliciesIDParams) SetBody(body *models.IKEPolicyPatch)
- func (o *PatchIkePoliciesIDParams) SetContext(ctx context.Context)
- func (o *PatchIkePoliciesIDParams) SetGeneration(generation int64)
- func (o *PatchIkePoliciesIDParams) SetHTTPClient(client *http.Client)
- func (o *PatchIkePoliciesIDParams) SetID(id string)
- func (o *PatchIkePoliciesIDParams) SetTimeout(timeout time.Duration)
- func (o *PatchIkePoliciesIDParams) SetVersion(version string)
- func (o *PatchIkePoliciesIDParams) WithBody(body *models.IKEPolicyPatch) *PatchIkePoliciesIDParams
- func (o *PatchIkePoliciesIDParams) WithContext(ctx context.Context) *PatchIkePoliciesIDParams
- func (o *PatchIkePoliciesIDParams) WithGeneration(generation int64) *PatchIkePoliciesIDParams
- func (o *PatchIkePoliciesIDParams) WithHTTPClient(client *http.Client) *PatchIkePoliciesIDParams
- func (o *PatchIkePoliciesIDParams) WithID(id string) *PatchIkePoliciesIDParams
- func (o *PatchIkePoliciesIDParams) WithTimeout(timeout time.Duration) *PatchIkePoliciesIDParams
- func (o *PatchIkePoliciesIDParams) WithVersion(version string) *PatchIkePoliciesIDParams
- func (o *PatchIkePoliciesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchIkePoliciesIDReader
- type PatchIpsecPoliciesIDBadRequest
- type PatchIpsecPoliciesIDOK
- type PatchIpsecPoliciesIDParams
- func NewPatchIpsecPoliciesIDParams() *PatchIpsecPoliciesIDParams
- func NewPatchIpsecPoliciesIDParamsWithContext(ctx context.Context) *PatchIpsecPoliciesIDParams
- func NewPatchIpsecPoliciesIDParamsWithHTTPClient(client *http.Client) *PatchIpsecPoliciesIDParams
- func NewPatchIpsecPoliciesIDParamsWithTimeout(timeout time.Duration) *PatchIpsecPoliciesIDParams
- func (o *PatchIpsecPoliciesIDParams) SetBody(body *models.IpsecPolicyPatch)
- func (o *PatchIpsecPoliciesIDParams) SetContext(ctx context.Context)
- func (o *PatchIpsecPoliciesIDParams) SetGeneration(generation int64)
- func (o *PatchIpsecPoliciesIDParams) SetHTTPClient(client *http.Client)
- func (o *PatchIpsecPoliciesIDParams) SetID(id string)
- func (o *PatchIpsecPoliciesIDParams) SetTimeout(timeout time.Duration)
- func (o *PatchIpsecPoliciesIDParams) SetVersion(version string)
- func (o *PatchIpsecPoliciesIDParams) WithBody(body *models.IpsecPolicyPatch) *PatchIpsecPoliciesIDParams
- func (o *PatchIpsecPoliciesIDParams) WithContext(ctx context.Context) *PatchIpsecPoliciesIDParams
- func (o *PatchIpsecPoliciesIDParams) WithGeneration(generation int64) *PatchIpsecPoliciesIDParams
- func (o *PatchIpsecPoliciesIDParams) WithHTTPClient(client *http.Client) *PatchIpsecPoliciesIDParams
- func (o *PatchIpsecPoliciesIDParams) WithID(id string) *PatchIpsecPoliciesIDParams
- func (o *PatchIpsecPoliciesIDParams) WithTimeout(timeout time.Duration) *PatchIpsecPoliciesIDParams
- func (o *PatchIpsecPoliciesIDParams) WithVersion(version string) *PatchIpsecPoliciesIDParams
- func (o *PatchIpsecPoliciesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchIpsecPoliciesIDReader
- type PatchVpnGatewaysIDBadRequest
- type PatchVpnGatewaysIDOK
- type PatchVpnGatewaysIDParams
- func NewPatchVpnGatewaysIDParams() *PatchVpnGatewaysIDParams
- func NewPatchVpnGatewaysIDParamsWithContext(ctx context.Context) *PatchVpnGatewaysIDParams
- func NewPatchVpnGatewaysIDParamsWithHTTPClient(client *http.Client) *PatchVpnGatewaysIDParams
- func NewPatchVpnGatewaysIDParamsWithTimeout(timeout time.Duration) *PatchVpnGatewaysIDParams
- func (o *PatchVpnGatewaysIDParams) SetBody(body *models.VPNGatewayPatch)
- func (o *PatchVpnGatewaysIDParams) SetContext(ctx context.Context)
- func (o *PatchVpnGatewaysIDParams) SetGeneration(generation int64)
- func (o *PatchVpnGatewaysIDParams) SetHTTPClient(client *http.Client)
- func (o *PatchVpnGatewaysIDParams) SetID(id string)
- func (o *PatchVpnGatewaysIDParams) SetTimeout(timeout time.Duration)
- func (o *PatchVpnGatewaysIDParams) SetVersion(version string)
- func (o *PatchVpnGatewaysIDParams) WithBody(body *models.VPNGatewayPatch) *PatchVpnGatewaysIDParams
- func (o *PatchVpnGatewaysIDParams) WithContext(ctx context.Context) *PatchVpnGatewaysIDParams
- func (o *PatchVpnGatewaysIDParams) WithGeneration(generation int64) *PatchVpnGatewaysIDParams
- func (o *PatchVpnGatewaysIDParams) WithHTTPClient(client *http.Client) *PatchVpnGatewaysIDParams
- func (o *PatchVpnGatewaysIDParams) WithID(id string) *PatchVpnGatewaysIDParams
- func (o *PatchVpnGatewaysIDParams) WithTimeout(timeout time.Duration) *PatchVpnGatewaysIDParams
- func (o *PatchVpnGatewaysIDParams) WithVersion(version string) *PatchVpnGatewaysIDParams
- func (o *PatchVpnGatewaysIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchVpnGatewaysIDReader
- type PatchVpnGatewaysVpnGatewayIDConnectionsIDBadRequest
- type PatchVpnGatewaysVpnGatewayIDConnectionsIDOK
- type PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
- func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParams() *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
- func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParamsWithContext(ctx context.Context) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
- func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParamsWithHTTPClient(client *http.Client) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
- func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParamsWithTimeout(timeout time.Duration) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetBody(body *models.VPNGatewayConnectionPatch)
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetContext(ctx context.Context)
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetGeneration(generation int64)
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetHTTPClient(client *http.Client)
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetID(id string)
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetTimeout(timeout time.Duration)
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVersion(version string)
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVpnGatewayID(vpnGatewayID string)
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithBody(body *models.VPNGatewayConnectionPatch) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithContext(ctx context.Context) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithGeneration(generation int64) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithHTTPClient(client *http.Client) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithID(id string) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithTimeout(timeout time.Duration) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVersion(version string) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVpnGatewayID(vpnGatewayID string) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
- func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchVpnGatewaysVpnGatewayIDConnectionsIDReader
- type PostIkePoliciesBadRequest
- type PostIkePoliciesCreated
- type PostIkePoliciesParams
- func NewPostIkePoliciesParams() *PostIkePoliciesParams
- func NewPostIkePoliciesParamsWithContext(ctx context.Context) *PostIkePoliciesParams
- func NewPostIkePoliciesParamsWithHTTPClient(client *http.Client) *PostIkePoliciesParams
- func NewPostIkePoliciesParamsWithTimeout(timeout time.Duration) *PostIkePoliciesParams
- func (o *PostIkePoliciesParams) SetBody(body *models.IKEPolicyTemplate)
- func (o *PostIkePoliciesParams) SetContext(ctx context.Context)
- func (o *PostIkePoliciesParams) SetGeneration(generation int64)
- func (o *PostIkePoliciesParams) SetHTTPClient(client *http.Client)
- func (o *PostIkePoliciesParams) SetTimeout(timeout time.Duration)
- func (o *PostIkePoliciesParams) SetVersion(version string)
- func (o *PostIkePoliciesParams) WithBody(body *models.IKEPolicyTemplate) *PostIkePoliciesParams
- func (o *PostIkePoliciesParams) WithContext(ctx context.Context) *PostIkePoliciesParams
- func (o *PostIkePoliciesParams) WithGeneration(generation int64) *PostIkePoliciesParams
- func (o *PostIkePoliciesParams) WithHTTPClient(client *http.Client) *PostIkePoliciesParams
- func (o *PostIkePoliciesParams) WithTimeout(timeout time.Duration) *PostIkePoliciesParams
- func (o *PostIkePoliciesParams) WithVersion(version string) *PostIkePoliciesParams
- func (o *PostIkePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostIkePoliciesReader
- type PostIpsecPoliciesBadRequest
- type PostIpsecPoliciesCreated
- type PostIpsecPoliciesParams
- func NewPostIpsecPoliciesParams() *PostIpsecPoliciesParams
- func NewPostIpsecPoliciesParamsWithContext(ctx context.Context) *PostIpsecPoliciesParams
- func NewPostIpsecPoliciesParamsWithHTTPClient(client *http.Client) *PostIpsecPoliciesParams
- func NewPostIpsecPoliciesParamsWithTimeout(timeout time.Duration) *PostIpsecPoliciesParams
- func (o *PostIpsecPoliciesParams) SetBody(body *models.IpsecPolicyTemplate)
- func (o *PostIpsecPoliciesParams) SetContext(ctx context.Context)
- func (o *PostIpsecPoliciesParams) SetGeneration(generation int64)
- func (o *PostIpsecPoliciesParams) SetHTTPClient(client *http.Client)
- func (o *PostIpsecPoliciesParams) SetTimeout(timeout time.Duration)
- func (o *PostIpsecPoliciesParams) SetVersion(version string)
- func (o *PostIpsecPoliciesParams) WithBody(body *models.IpsecPolicyTemplate) *PostIpsecPoliciesParams
- func (o *PostIpsecPoliciesParams) WithContext(ctx context.Context) *PostIpsecPoliciesParams
- func (o *PostIpsecPoliciesParams) WithGeneration(generation int64) *PostIpsecPoliciesParams
- func (o *PostIpsecPoliciesParams) WithHTTPClient(client *http.Client) *PostIpsecPoliciesParams
- func (o *PostIpsecPoliciesParams) WithTimeout(timeout time.Duration) *PostIpsecPoliciesParams
- func (o *PostIpsecPoliciesParams) WithVersion(version string) *PostIpsecPoliciesParams
- func (o *PostIpsecPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostIpsecPoliciesReader
- type PostVpnGatewaysBadRequest
- type PostVpnGatewaysCreated
- type PostVpnGatewaysParams
- func NewPostVpnGatewaysParams() *PostVpnGatewaysParams
- func NewPostVpnGatewaysParamsWithContext(ctx context.Context) *PostVpnGatewaysParams
- func NewPostVpnGatewaysParamsWithHTTPClient(client *http.Client) *PostVpnGatewaysParams
- func NewPostVpnGatewaysParamsWithTimeout(timeout time.Duration) *PostVpnGatewaysParams
- func (o *PostVpnGatewaysParams) SetBody(body *models.VPNGatewayTemplate)
- func (o *PostVpnGatewaysParams) SetContext(ctx context.Context)
- func (o *PostVpnGatewaysParams) SetGeneration(generation int64)
- func (o *PostVpnGatewaysParams) SetHTTPClient(client *http.Client)
- func (o *PostVpnGatewaysParams) SetTimeout(timeout time.Duration)
- func (o *PostVpnGatewaysParams) SetVersion(version string)
- func (o *PostVpnGatewaysParams) WithBody(body *models.VPNGatewayTemplate) *PostVpnGatewaysParams
- func (o *PostVpnGatewaysParams) WithContext(ctx context.Context) *PostVpnGatewaysParams
- func (o *PostVpnGatewaysParams) WithGeneration(generation int64) *PostVpnGatewaysParams
- func (o *PostVpnGatewaysParams) WithHTTPClient(client *http.Client) *PostVpnGatewaysParams
- func (o *PostVpnGatewaysParams) WithTimeout(timeout time.Duration) *PostVpnGatewaysParams
- func (o *PostVpnGatewaysParams) WithVersion(version string) *PostVpnGatewaysParams
- func (o *PostVpnGatewaysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostVpnGatewaysReader
- type PostVpnGatewaysVpnGatewayIDConnectionsBadRequest
- type PostVpnGatewaysVpnGatewayIDConnectionsCreated
- type PostVpnGatewaysVpnGatewayIDConnectionsParams
- func NewPostVpnGatewaysVpnGatewayIDConnectionsParams() *PostVpnGatewaysVpnGatewayIDConnectionsParams
- func NewPostVpnGatewaysVpnGatewayIDConnectionsParamsWithContext(ctx context.Context) *PostVpnGatewaysVpnGatewayIDConnectionsParams
- func NewPostVpnGatewaysVpnGatewayIDConnectionsParamsWithHTTPClient(client *http.Client) *PostVpnGatewaysVpnGatewayIDConnectionsParams
- func NewPostVpnGatewaysVpnGatewayIDConnectionsParamsWithTimeout(timeout time.Duration) *PostVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetBody(body *models.VPNGatewayConnectionTemplate)
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetContext(ctx context.Context)
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetGeneration(generation int64)
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetHTTPClient(client *http.Client)
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetTimeout(timeout time.Duration)
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetVersion(version string)
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetVpnGatewayID(vpnGatewayID string)
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithBody(body *models.VPNGatewayConnectionTemplate) *PostVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithContext(ctx context.Context) *PostVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithGeneration(generation int64) *PostVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithHTTPClient(client *http.Client) *PostVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithTimeout(timeout time.Duration) *PostVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithVersion(version string) *PostVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithVpnGatewayID(vpnGatewayID string) *PostVpnGatewaysVpnGatewayIDConnectionsParams
- func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostVpnGatewaysVpnGatewayIDConnectionsReader
- type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthBadRequest
- type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent
- type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound
- type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
- func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams() ...
- func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithContext(ctx context.Context) ...
- func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithHTTPClient(client *http.Client) ...
- func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithTimeout(timeout time.Duration) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetContext(ctx context.Context)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetGeneration(generation int64)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetHTTPClient(client *http.Client)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetID(id string)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress(prefixAddress string)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixLength(prefixLength string)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetTimeout(timeout time.Duration)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVersion(version string)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID(vpnGatewayID string)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithContext(ctx context.Context) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithGeneration(generation int64) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithHTTPClient(client *http.Client) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithID(id string) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress(prefixAddress string) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixLength(prefixLength string) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithTimeout(timeout time.Duration) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVersion(version string) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID(vpnGatewayID string) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader
- type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthBadRequest
- type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent
- type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound
- type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
- func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams() ...
- func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithContext(ctx context.Context) ...
- func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithHTTPClient(client *http.Client) ...
- func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithTimeout(timeout time.Duration) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetContext(ctx context.Context)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetGeneration(generation int64)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetHTTPClient(client *http.Client)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetID(id string)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress(prefixAddress string)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixLength(prefixLength string)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetTimeout(timeout time.Duration)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVersion(version string)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID(vpnGatewayID string)
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithContext(ctx context.Context) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithGeneration(generation int64) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithHTTPClient(client *http.Client) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithID(id string) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress(prefixAddress string) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixLength(prefixLength string) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithTimeout(timeout time.Duration) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVersion(version string) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID(vpnGatewayID string) ...
- func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader
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 v p naa s API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new v p naa s API client.
func (*Client) DeleteIkePoliciesID ¶
func (a *Client) DeleteIkePoliciesID(params *DeleteIkePoliciesIDParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteIkePoliciesIDNoContent, error)
DeleteIkePoliciesID deletes an i k e policy
Deletes an IKE policy. This operation cannot be reversed.
func (*Client) DeleteIpsecPoliciesID ¶
func (a *Client) DeleteIpsecPoliciesID(params *DeleteIpsecPoliciesIDParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteIpsecPoliciesIDNoContent, error)
DeleteIpsecPoliciesID deletes an ipsec policy
Deletes an IPsec policy. This operation cannot be reversed.
func (*Client) DeleteVpnGatewaysID ¶
func (a *Client) DeleteVpnGatewaysID(params *DeleteVpnGatewaysIDParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteVpnGatewaysIDAccepted, error)
DeleteVpnGatewaysID deletes a v p n gateway
Deletes a VPN gateway. This operation deletes all the VPN connections associated to this VPN gateway. This operation cannot be reversed.
func (*Client) DeleteVpnGatewaysVpnGatewayIDConnectionsID ¶
func (a *Client) DeleteVpnGatewaysVpnGatewayIDConnectionsID(params *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDAccepted, error)
DeleteVpnGatewaysVpnGatewayIDConnectionsID deletes a v p n connection
Deletes a VPN connection. This operation cannot be reversed.
func (*Client) DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength ¶
func (a *Client) DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength(params *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent, error)
DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength removes a c ID r from a resource
This request removes a CIDR from a resource.
func (*Client) DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength ¶
func (a *Client) DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength(params *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent, error)
DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength removes a c ID r from a resource
This request removes a CIDR from a resource.
func (*Client) GetIkePolicies ¶
func (a *Client) GetIkePolicies(params *GetIkePoliciesParams, authInfo runtime.ClientAuthInfoWriter) (*GetIkePoliciesOK, error)
GetIkePolicies Retrieves a paginated list of all IKE policies belonging to this account.
func (*Client) GetIkePoliciesID ¶
func (a *Client) GetIkePoliciesID(params *GetIkePoliciesIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetIkePoliciesIDOK, error)
GetIkePoliciesID retrieves the specified i k e policy
This request retrieves a single IKE policy specified by the identifier in the URL.
func (*Client) GetIkePoliciesIDConnections ¶
func (a *Client) GetIkePoliciesIDConnections(params *GetIkePoliciesIDConnectionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetIkePoliciesIDConnectionsOK, error)
GetIkePoliciesIDConnections retrieves all the connections that use the specified policy
Retrieves all the connections that use the specified policy.
func (*Client) GetIpsecPolicies ¶
func (a *Client) GetIpsecPolicies(params *GetIpsecPoliciesParams, authInfo runtime.ClientAuthInfoWriter) (*GetIpsecPoliciesOK, error)
GetIpsecPolicies retrieves all ipsec policies
Retrieves a paginated list of all IPsec policies belonging to this account.
func (*Client) GetIpsecPoliciesID ¶
func (a *Client) GetIpsecPoliciesID(params *GetIpsecPoliciesIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetIpsecPoliciesIDOK, error)
GetIpsecPoliciesID retrieves the specified ipsec policy
This request retrieves a single IPsec policy specified by the identifier in the URL.
func (*Client) GetIpsecPoliciesIDConnections ¶
func (a *Client) GetIpsecPoliciesIDConnections(params *GetIpsecPoliciesIDConnectionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetIpsecPoliciesIDConnectionsOK, error)
GetIpsecPoliciesIDConnections retrieves all the connections that use the specified policy
Retrieves all the connections that use the specified policy.
func (*Client) GetVpnGateways ¶
func (a *Client) GetVpnGateways(params *GetVpnGatewaysParams, authInfo runtime.ClientAuthInfoWriter) (*GetVpnGatewaysOK, error)
GetVpnGateways retrieves all v p n gateways
Retrieves a paginated list of all VPN gateways belonging to this account.
func (*Client) GetVpnGatewaysID ¶
func (a *Client) GetVpnGatewaysID(params *GetVpnGatewaysIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetVpnGatewaysIDOK, error)
GetVpnGatewaysID retrieves the specified v p n gateway
This request retrieves a single VPN gateway specified by the identifier in the URL.
func (*Client) GetVpnGatewaysVpnGatewayIDConnections ¶
func (a *Client) GetVpnGatewaysVpnGatewayIDConnections(params *GetVpnGatewaysVpnGatewayIDConnectionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetVpnGatewaysVpnGatewayIDConnectionsOK, error)
GetVpnGatewaysVpnGatewayIDConnections retrieves all the connections of a v p n gateway
Retrieves all the connections of a particular VPN gateway.
func (*Client) GetVpnGatewaysVpnGatewayIDConnectionsID ¶
func (a *Client) GetVpnGatewaysVpnGatewayIDConnectionsID(params *GetVpnGatewaysVpnGatewayIDConnectionsIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetVpnGatewaysVpnGatewayIDConnectionsIDOK, error)
GetVpnGatewaysVpnGatewayIDConnectionsID retrieves the specified v p n connection
This request retrieves a single VPN connection specified by the identifier in the URL.
func (*Client) GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrs ¶
func (a *Client) GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrs(params *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams, authInfo runtime.ClientAuthInfoWriter) (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsOK, error)
GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrs retrieves all local c ID rs for a resource
This request retrieves all local CIDRs for the resource specified by the identifier in the URL.
func (*Client) GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength ¶
func (a *Client) GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength(params *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams, authInfo runtime.ClientAuthInfoWriter) (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent, error)
GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength checks if a specific c ID r exists on a specific resource
This request succeeds if a CIDR exists on the resource and fails otherwise.
func (*Client) GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrs ¶
func (a *Client) GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrs(params *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams, authInfo runtime.ClientAuthInfoWriter) (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsOK, error)
GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrs retrieves all peer c ID rs for a resource
This request retrieves all peer CIDRs for the resource specified by the identifier in the URL.
func (*Client) GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength ¶
func (a *Client) GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength(params *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams, authInfo runtime.ClientAuthInfoWriter) (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent, error)
GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength checks if a specific c ID r exists on a specific resource
This request succeeds if a CIDR exists on the resource and fails otherwise.
func (*Client) PatchIkePoliciesID ¶
func (a *Client) PatchIkePoliciesID(params *PatchIkePoliciesIDParams, authInfo runtime.ClientAuthInfoWriter) (*PatchIkePoliciesIDOK, error)
PatchIkePoliciesID updates an i k e policy
Updates the properties of an existing IKE policy.
func (*Client) PatchIpsecPoliciesID ¶
func (a *Client) PatchIpsecPoliciesID(params *PatchIpsecPoliciesIDParams, authInfo runtime.ClientAuthInfoWriter) (*PatchIpsecPoliciesIDOK, error)
PatchIpsecPoliciesID updates an ipsec policy
Updates the properties of an existing IPsec policy.
func (*Client) PatchVpnGatewaysID ¶
func (a *Client) PatchVpnGatewaysID(params *PatchVpnGatewaysIDParams, authInfo runtime.ClientAuthInfoWriter) (*PatchVpnGatewaysIDOK, error)
PatchVpnGatewaysID updates a v p n gateway
Updates the properties of an existing VPN gateway.
func (*Client) PatchVpnGatewaysVpnGatewayIDConnectionsID ¶
func (a *Client) PatchVpnGatewaysVpnGatewayIDConnectionsID(params *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams, authInfo runtime.ClientAuthInfoWriter) (*PatchVpnGatewaysVpnGatewayIDConnectionsIDOK, error)
PatchVpnGatewaysVpnGatewayIDConnectionsID updates a v p n connection
Updates the properties of an existing VPN connection.
func (*Client) PostIkePolicies ¶
func (a *Client) PostIkePolicies(params *PostIkePoliciesParams, authInfo runtime.ClientAuthInfoWriter) (*PostIkePoliciesCreated, error)
PostIkePolicies creates an i k e policy
Creates a new IKE policy.
func (*Client) PostIpsecPolicies ¶
func (a *Client) PostIpsecPolicies(params *PostIpsecPoliciesParams, authInfo runtime.ClientAuthInfoWriter) (*PostIpsecPoliciesCreated, error)
PostIpsecPolicies creates an ipsec policy
Creates a new IPsec policy.
func (*Client) PostVpnGateways ¶
func (a *Client) PostVpnGateways(params *PostVpnGatewaysParams, authInfo runtime.ClientAuthInfoWriter) (*PostVpnGatewaysCreated, error)
PostVpnGateways creates a v p n gateway
Creates a new VPN gateway.
func (*Client) PostVpnGatewaysVpnGatewayIDConnections ¶
func (a *Client) PostVpnGatewaysVpnGatewayIDConnections(params *PostVpnGatewaysVpnGatewayIDConnectionsParams, authInfo runtime.ClientAuthInfoWriter) (*PostVpnGatewaysVpnGatewayIDConnectionsCreated, error)
PostVpnGatewaysVpnGatewayIDConnections creates a v p n connection
Creates a new VPN connection.
func (*Client) PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength ¶
func (a *Client) PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength(params *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams, authInfo runtime.ClientAuthInfoWriter) (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent, error)
PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength sets a c ID r on a resource
This request adds the specified CIDR to the specified resource. A request body is not required, and if supplied, is ignored. It succeeds if the CIDR already exists on the resource.
func (*Client) PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength ¶
func (a *Client) PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength(params *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams, authInfo runtime.ClientAuthInfoWriter) (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent, error)
PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength sets a c ID r on a resource
This request adds the specified CIDR to the specified resource. A request body is not required, and if supplied, is ignored. It succeeds if the CIDR already exists on the resource.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type DeleteIkePoliciesIDConflict ¶
type DeleteIkePoliciesIDConflict struct {
Payload *models.Riaaserror
}
DeleteIkePoliciesIDConflict handles this case with default header values.
The IKE policy is in use and cannot be removed.
func NewDeleteIkePoliciesIDConflict ¶
func NewDeleteIkePoliciesIDConflict() *DeleteIkePoliciesIDConflict
NewDeleteIkePoliciesIDConflict creates a DeleteIkePoliciesIDConflict with default headers values
func (*DeleteIkePoliciesIDConflict) Error ¶
func (o *DeleteIkePoliciesIDConflict) Error() string
type DeleteIkePoliciesIDNoContent ¶
type DeleteIkePoliciesIDNoContent struct { }
DeleteIkePoliciesIDNoContent handles this case with default header values.
The IKE policy was deleted successfully.
func NewDeleteIkePoliciesIDNoContent ¶
func NewDeleteIkePoliciesIDNoContent() *DeleteIkePoliciesIDNoContent
NewDeleteIkePoliciesIDNoContent creates a DeleteIkePoliciesIDNoContent with default headers values
func (*DeleteIkePoliciesIDNoContent) Error ¶
func (o *DeleteIkePoliciesIDNoContent) Error() string
type DeleteIkePoliciesIDNotFound ¶
type DeleteIkePoliciesIDNotFound struct {
Payload *models.Riaaserror
}
DeleteIkePoliciesIDNotFound handles this case with default header values.
An IKE policy with the specified identifier could not be found.
func NewDeleteIkePoliciesIDNotFound ¶
func NewDeleteIkePoliciesIDNotFound() *DeleteIkePoliciesIDNotFound
NewDeleteIkePoliciesIDNotFound creates a DeleteIkePoliciesIDNotFound with default headers values
func (*DeleteIkePoliciesIDNotFound) Error ¶
func (o *DeleteIkePoliciesIDNotFound) Error() string
type DeleteIkePoliciesIDParams ¶
type DeleteIkePoliciesIDParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The IKE policy identifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteIkePoliciesIDParams contains all the parameters to send to the API endpoint for the delete ike policies ID operation typically these are written to a http.Request
func NewDeleteIkePoliciesIDParams ¶
func NewDeleteIkePoliciesIDParams() *DeleteIkePoliciesIDParams
NewDeleteIkePoliciesIDParams creates a new DeleteIkePoliciesIDParams object with the default values initialized.
func NewDeleteIkePoliciesIDParamsWithContext ¶
func NewDeleteIkePoliciesIDParamsWithContext(ctx context.Context) *DeleteIkePoliciesIDParams
NewDeleteIkePoliciesIDParamsWithContext creates a new DeleteIkePoliciesIDParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteIkePoliciesIDParamsWithHTTPClient ¶
func NewDeleteIkePoliciesIDParamsWithHTTPClient(client *http.Client) *DeleteIkePoliciesIDParams
NewDeleteIkePoliciesIDParamsWithHTTPClient creates a new DeleteIkePoliciesIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteIkePoliciesIDParamsWithTimeout ¶
func NewDeleteIkePoliciesIDParamsWithTimeout(timeout time.Duration) *DeleteIkePoliciesIDParams
NewDeleteIkePoliciesIDParamsWithTimeout creates a new DeleteIkePoliciesIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteIkePoliciesIDParams) SetContext ¶
func (o *DeleteIkePoliciesIDParams) SetContext(ctx context.Context)
SetContext adds the context to the delete ike policies ID params
func (*DeleteIkePoliciesIDParams) SetGeneration ¶
func (o *DeleteIkePoliciesIDParams) SetGeneration(generation int64)
SetGeneration adds the generation to the delete ike policies ID params
func (*DeleteIkePoliciesIDParams) SetHTTPClient ¶
func (o *DeleteIkePoliciesIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete ike policies ID params
func (*DeleteIkePoliciesIDParams) SetID ¶
func (o *DeleteIkePoliciesIDParams) SetID(id string)
SetID adds the id to the delete ike policies ID params
func (*DeleteIkePoliciesIDParams) SetTimeout ¶
func (o *DeleteIkePoliciesIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete ike policies ID params
func (*DeleteIkePoliciesIDParams) SetVersion ¶
func (o *DeleteIkePoliciesIDParams) SetVersion(version string)
SetVersion adds the version to the delete ike policies ID params
func (*DeleteIkePoliciesIDParams) WithContext ¶
func (o *DeleteIkePoliciesIDParams) WithContext(ctx context.Context) *DeleteIkePoliciesIDParams
WithContext adds the context to the delete ike policies ID params
func (*DeleteIkePoliciesIDParams) WithGeneration ¶
func (o *DeleteIkePoliciesIDParams) WithGeneration(generation int64) *DeleteIkePoliciesIDParams
WithGeneration adds the generation to the delete ike policies ID params
func (*DeleteIkePoliciesIDParams) WithHTTPClient ¶
func (o *DeleteIkePoliciesIDParams) WithHTTPClient(client *http.Client) *DeleteIkePoliciesIDParams
WithHTTPClient adds the HTTPClient to the delete ike policies ID params
func (*DeleteIkePoliciesIDParams) WithID ¶
func (o *DeleteIkePoliciesIDParams) WithID(id string) *DeleteIkePoliciesIDParams
WithID adds the id to the delete ike policies ID params
func (*DeleteIkePoliciesIDParams) WithTimeout ¶
func (o *DeleteIkePoliciesIDParams) WithTimeout(timeout time.Duration) *DeleteIkePoliciesIDParams
WithTimeout adds the timeout to the delete ike policies ID params
func (*DeleteIkePoliciesIDParams) WithVersion ¶
func (o *DeleteIkePoliciesIDParams) WithVersion(version string) *DeleteIkePoliciesIDParams
WithVersion adds the version to the delete ike policies ID params
func (*DeleteIkePoliciesIDParams) WriteToRequest ¶
func (o *DeleteIkePoliciesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteIkePoliciesIDReader ¶
type DeleteIkePoliciesIDReader struct {
// contains filtered or unexported fields
}
DeleteIkePoliciesIDReader is a Reader for the DeleteIkePoliciesID structure.
func (*DeleteIkePoliciesIDReader) ReadResponse ¶
func (o *DeleteIkePoliciesIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteIpsecPoliciesIDConflict ¶
type DeleteIpsecPoliciesIDConflict struct {
Payload *models.Riaaserror
}
DeleteIpsecPoliciesIDConflict handles this case with default header values.
The IPsec policy is in use and cannot be removed.
func NewDeleteIpsecPoliciesIDConflict ¶
func NewDeleteIpsecPoliciesIDConflict() *DeleteIpsecPoliciesIDConflict
NewDeleteIpsecPoliciesIDConflict creates a DeleteIpsecPoliciesIDConflict with default headers values
func (*DeleteIpsecPoliciesIDConflict) Error ¶
func (o *DeleteIpsecPoliciesIDConflict) Error() string
type DeleteIpsecPoliciesIDNoContent ¶
type DeleteIpsecPoliciesIDNoContent struct { }
DeleteIpsecPoliciesIDNoContent handles this case with default header values.
The IPsec policy was deleted successfully.
func NewDeleteIpsecPoliciesIDNoContent ¶
func NewDeleteIpsecPoliciesIDNoContent() *DeleteIpsecPoliciesIDNoContent
NewDeleteIpsecPoliciesIDNoContent creates a DeleteIpsecPoliciesIDNoContent with default headers values
func (*DeleteIpsecPoliciesIDNoContent) Error ¶
func (o *DeleteIpsecPoliciesIDNoContent) Error() string
type DeleteIpsecPoliciesIDNotFound ¶
type DeleteIpsecPoliciesIDNotFound struct {
Payload *models.Riaaserror
}
DeleteIpsecPoliciesIDNotFound handles this case with default header values.
An IPsec policy with the specified identifier could not be found.
func NewDeleteIpsecPoliciesIDNotFound ¶
func NewDeleteIpsecPoliciesIDNotFound() *DeleteIpsecPoliciesIDNotFound
NewDeleteIpsecPoliciesIDNotFound creates a DeleteIpsecPoliciesIDNotFound with default headers values
func (*DeleteIpsecPoliciesIDNotFound) Error ¶
func (o *DeleteIpsecPoliciesIDNotFound) Error() string
type DeleteIpsecPoliciesIDParams ¶
type DeleteIpsecPoliciesIDParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The IPsec policy identifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteIpsecPoliciesIDParams contains all the parameters to send to the API endpoint for the delete ipsec policies ID operation typically these are written to a http.Request
func NewDeleteIpsecPoliciesIDParams ¶
func NewDeleteIpsecPoliciesIDParams() *DeleteIpsecPoliciesIDParams
NewDeleteIpsecPoliciesIDParams creates a new DeleteIpsecPoliciesIDParams object with the default values initialized.
func NewDeleteIpsecPoliciesIDParamsWithContext ¶
func NewDeleteIpsecPoliciesIDParamsWithContext(ctx context.Context) *DeleteIpsecPoliciesIDParams
NewDeleteIpsecPoliciesIDParamsWithContext creates a new DeleteIpsecPoliciesIDParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteIpsecPoliciesIDParamsWithHTTPClient ¶
func NewDeleteIpsecPoliciesIDParamsWithHTTPClient(client *http.Client) *DeleteIpsecPoliciesIDParams
NewDeleteIpsecPoliciesIDParamsWithHTTPClient creates a new DeleteIpsecPoliciesIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteIpsecPoliciesIDParamsWithTimeout ¶
func NewDeleteIpsecPoliciesIDParamsWithTimeout(timeout time.Duration) *DeleteIpsecPoliciesIDParams
NewDeleteIpsecPoliciesIDParamsWithTimeout creates a new DeleteIpsecPoliciesIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteIpsecPoliciesIDParams) SetContext ¶
func (o *DeleteIpsecPoliciesIDParams) SetContext(ctx context.Context)
SetContext adds the context to the delete ipsec policies ID params
func (*DeleteIpsecPoliciesIDParams) SetGeneration ¶
func (o *DeleteIpsecPoliciesIDParams) SetGeneration(generation int64)
SetGeneration adds the generation to the delete ipsec policies ID params
func (*DeleteIpsecPoliciesIDParams) SetHTTPClient ¶
func (o *DeleteIpsecPoliciesIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete ipsec policies ID params
func (*DeleteIpsecPoliciesIDParams) SetID ¶
func (o *DeleteIpsecPoliciesIDParams) SetID(id string)
SetID adds the id to the delete ipsec policies ID params
func (*DeleteIpsecPoliciesIDParams) SetTimeout ¶
func (o *DeleteIpsecPoliciesIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete ipsec policies ID params
func (*DeleteIpsecPoliciesIDParams) SetVersion ¶
func (o *DeleteIpsecPoliciesIDParams) SetVersion(version string)
SetVersion adds the version to the delete ipsec policies ID params
func (*DeleteIpsecPoliciesIDParams) WithContext ¶
func (o *DeleteIpsecPoliciesIDParams) WithContext(ctx context.Context) *DeleteIpsecPoliciesIDParams
WithContext adds the context to the delete ipsec policies ID params
func (*DeleteIpsecPoliciesIDParams) WithGeneration ¶
func (o *DeleteIpsecPoliciesIDParams) WithGeneration(generation int64) *DeleteIpsecPoliciesIDParams
WithGeneration adds the generation to the delete ipsec policies ID params
func (*DeleteIpsecPoliciesIDParams) WithHTTPClient ¶
func (o *DeleteIpsecPoliciesIDParams) WithHTTPClient(client *http.Client) *DeleteIpsecPoliciesIDParams
WithHTTPClient adds the HTTPClient to the delete ipsec policies ID params
func (*DeleteIpsecPoliciesIDParams) WithID ¶
func (o *DeleteIpsecPoliciesIDParams) WithID(id string) *DeleteIpsecPoliciesIDParams
WithID adds the id to the delete ipsec policies ID params
func (*DeleteIpsecPoliciesIDParams) WithTimeout ¶
func (o *DeleteIpsecPoliciesIDParams) WithTimeout(timeout time.Duration) *DeleteIpsecPoliciesIDParams
WithTimeout adds the timeout to the delete ipsec policies ID params
func (*DeleteIpsecPoliciesIDParams) WithVersion ¶
func (o *DeleteIpsecPoliciesIDParams) WithVersion(version string) *DeleteIpsecPoliciesIDParams
WithVersion adds the version to the delete ipsec policies ID params
func (*DeleteIpsecPoliciesIDParams) WriteToRequest ¶
func (o *DeleteIpsecPoliciesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteIpsecPoliciesIDReader ¶
type DeleteIpsecPoliciesIDReader struct {
// contains filtered or unexported fields
}
DeleteIpsecPoliciesIDReader is a Reader for the DeleteIpsecPoliciesID structure.
func (*DeleteIpsecPoliciesIDReader) ReadResponse ¶
func (o *DeleteIpsecPoliciesIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteVpnGatewaysIDAccepted ¶
type DeleteVpnGatewaysIDAccepted struct { }
DeleteVpnGatewaysIDAccepted handles this case with default header values.
The VPN gateway was deleted successfully.
func NewDeleteVpnGatewaysIDAccepted ¶
func NewDeleteVpnGatewaysIDAccepted() *DeleteVpnGatewaysIDAccepted
NewDeleteVpnGatewaysIDAccepted creates a DeleteVpnGatewaysIDAccepted with default headers values
func (*DeleteVpnGatewaysIDAccepted) Error ¶
func (o *DeleteVpnGatewaysIDAccepted) Error() string
type DeleteVpnGatewaysIDNotFound ¶
type DeleteVpnGatewaysIDNotFound struct {
Payload *models.Riaaserror
}
DeleteVpnGatewaysIDNotFound handles this case with default header values.
A VPN gateway with the specified identifier could not be found.
func NewDeleteVpnGatewaysIDNotFound ¶
func NewDeleteVpnGatewaysIDNotFound() *DeleteVpnGatewaysIDNotFound
NewDeleteVpnGatewaysIDNotFound creates a DeleteVpnGatewaysIDNotFound with default headers values
func (*DeleteVpnGatewaysIDNotFound) Error ¶
func (o *DeleteVpnGatewaysIDNotFound) Error() string
type DeleteVpnGatewaysIDParams ¶
type DeleteVpnGatewaysIDParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN gateway identifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteVpnGatewaysIDParams contains all the parameters to send to the API endpoint for the delete vpn gateways ID operation typically these are written to a http.Request
func NewDeleteVpnGatewaysIDParams ¶
func NewDeleteVpnGatewaysIDParams() *DeleteVpnGatewaysIDParams
NewDeleteVpnGatewaysIDParams creates a new DeleteVpnGatewaysIDParams object with the default values initialized.
func NewDeleteVpnGatewaysIDParamsWithContext ¶
func NewDeleteVpnGatewaysIDParamsWithContext(ctx context.Context) *DeleteVpnGatewaysIDParams
NewDeleteVpnGatewaysIDParamsWithContext creates a new DeleteVpnGatewaysIDParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteVpnGatewaysIDParamsWithHTTPClient ¶
func NewDeleteVpnGatewaysIDParamsWithHTTPClient(client *http.Client) *DeleteVpnGatewaysIDParams
NewDeleteVpnGatewaysIDParamsWithHTTPClient creates a new DeleteVpnGatewaysIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteVpnGatewaysIDParamsWithTimeout ¶
func NewDeleteVpnGatewaysIDParamsWithTimeout(timeout time.Duration) *DeleteVpnGatewaysIDParams
NewDeleteVpnGatewaysIDParamsWithTimeout creates a new DeleteVpnGatewaysIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteVpnGatewaysIDParams) SetContext ¶
func (o *DeleteVpnGatewaysIDParams) SetContext(ctx context.Context)
SetContext adds the context to the delete vpn gateways ID params
func (*DeleteVpnGatewaysIDParams) SetGeneration ¶
func (o *DeleteVpnGatewaysIDParams) SetGeneration(generation int64)
SetGeneration adds the generation to the delete vpn gateways ID params
func (*DeleteVpnGatewaysIDParams) SetHTTPClient ¶
func (o *DeleteVpnGatewaysIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete vpn gateways ID params
func (*DeleteVpnGatewaysIDParams) SetID ¶
func (o *DeleteVpnGatewaysIDParams) SetID(id string)
SetID adds the id to the delete vpn gateways ID params
func (*DeleteVpnGatewaysIDParams) SetTimeout ¶
func (o *DeleteVpnGatewaysIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete vpn gateways ID params
func (*DeleteVpnGatewaysIDParams) SetVersion ¶
func (o *DeleteVpnGatewaysIDParams) SetVersion(version string)
SetVersion adds the version to the delete vpn gateways ID params
func (*DeleteVpnGatewaysIDParams) WithContext ¶
func (o *DeleteVpnGatewaysIDParams) WithContext(ctx context.Context) *DeleteVpnGatewaysIDParams
WithContext adds the context to the delete vpn gateways ID params
func (*DeleteVpnGatewaysIDParams) WithGeneration ¶
func (o *DeleteVpnGatewaysIDParams) WithGeneration(generation int64) *DeleteVpnGatewaysIDParams
WithGeneration adds the generation to the delete vpn gateways ID params
func (*DeleteVpnGatewaysIDParams) WithHTTPClient ¶
func (o *DeleteVpnGatewaysIDParams) WithHTTPClient(client *http.Client) *DeleteVpnGatewaysIDParams
WithHTTPClient adds the HTTPClient to the delete vpn gateways ID params
func (*DeleteVpnGatewaysIDParams) WithID ¶
func (o *DeleteVpnGatewaysIDParams) WithID(id string) *DeleteVpnGatewaysIDParams
WithID adds the id to the delete vpn gateways ID params
func (*DeleteVpnGatewaysIDParams) WithTimeout ¶
func (o *DeleteVpnGatewaysIDParams) WithTimeout(timeout time.Duration) *DeleteVpnGatewaysIDParams
WithTimeout adds the timeout to the delete vpn gateways ID params
func (*DeleteVpnGatewaysIDParams) WithVersion ¶
func (o *DeleteVpnGatewaysIDParams) WithVersion(version string) *DeleteVpnGatewaysIDParams
WithVersion adds the version to the delete vpn gateways ID params
func (*DeleteVpnGatewaysIDParams) WriteToRequest ¶
func (o *DeleteVpnGatewaysIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteVpnGatewaysIDReader ¶
type DeleteVpnGatewaysIDReader struct {
// contains filtered or unexported fields
}
DeleteVpnGatewaysIDReader is a Reader for the DeleteVpnGatewaysID structure.
func (*DeleteVpnGatewaysIDReader) ReadResponse ¶
func (o *DeleteVpnGatewaysIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDAccepted ¶
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDAccepted struct { }
DeleteVpnGatewaysVpnGatewayIDConnectionsIDAccepted handles this case with default header values.
The VPN connection was deleted successfully.
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDAccepted ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDAccepted() *DeleteVpnGatewaysVpnGatewayIDConnectionsIDAccepted
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDAccepted creates a DeleteVpnGatewaysVpnGatewayIDConnectionsIDAccepted with default headers values
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDAccepted) Error ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDAccepted) Error() string
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent ¶
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent struct { }
DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent handles this case with default header values.
The CIDR was successfully removed from the resource.
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent() *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent creates a DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent with default headers values
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound ¶
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound struct {
Payload *models.Riaaserror
}
DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound handles this case with default header values.
The the specified CIDR does not exist on the specified resource or the specified resource could not be found.
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound() *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound creates a DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound with default headers values
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams ¶
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN connection identifier */ ID string /*PrefixAddress The prefix address part of the CIDR */ PrefixAddress string /*PrefixLength The prefix length part of the CIDR */ PrefixLength string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string /*VpnGatewayID The VPN gateway identifier */ VpnGatewayID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams contains all the parameters to send to the API endpoint for the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length operation typically these are written to a http.Request
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams() *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams creates a new DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams object with the default values initialized.
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithContext ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithContext(ctx context.Context) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithContext creates a new DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithHTTPClient ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithHTTPClient(client *http.Client) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithHTTPClient creates a new DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithTimeout ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithTimeout(timeout time.Duration) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithTimeout creates a new DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetContext ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetContext(ctx context.Context)
SetContext adds the context to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetGeneration ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetGeneration(generation int64)
SetGeneration adds the generation to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetHTTPClient ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetID ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetID(id string)
SetID adds the id to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress(prefixAddress string)
SetPrefixAddress adds the prefixAddress to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixLength ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixLength(prefixLength string)
SetPrefixLength adds the prefixLength to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetTimeout ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVersion ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVersion(version string)
SetVersion adds the version to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID(vpnGatewayID string)
SetVpnGatewayID adds the vpnGatewayId to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithContext ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithContext(ctx context.Context) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithContext adds the context to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithGeneration ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithGeneration(generation int64) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithGeneration adds the generation to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithHTTPClient ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithHTTPClient(client *http.Client) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithHTTPClient adds the HTTPClient to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithID ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithID(id string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithID adds the id to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress(prefixAddress string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithPrefixAddress adds the prefixAddress to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixLength ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixLength(prefixLength string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithPrefixLength adds the prefixLength to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithTimeout ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithTimeout(timeout time.Duration) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithTimeout adds the timeout to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVersion ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVersion(version string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithVersion adds the version to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID(vpnGatewayID string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithVpnGatewayID adds the vpnGatewayID to the delete vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WriteToRequest ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader ¶
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader struct {
// contains filtered or unexported fields
}
DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader is a Reader for the DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength structure.
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader) ReadResponse ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDNotFound ¶
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDNotFound struct {
Payload *models.Riaaserror
}
DeleteVpnGatewaysVpnGatewayIDConnectionsIDNotFound handles this case with default header values.
A VPN connection with the specified identifier could not be found.
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDNotFound ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDNotFound() *DeleteVpnGatewaysVpnGatewayIDConnectionsIDNotFound
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDNotFound creates a DeleteVpnGatewaysVpnGatewayIDConnectionsIDNotFound with default headers values
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDNotFound) Error ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDNotFound) Error() string
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams ¶
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN connection identifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string /*VpnGatewayID The VPN gateway identifier */ VpnGatewayID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams contains all the parameters to send to the API endpoint for the delete vpn gateways vpn gateway ID connections ID operation typically these are written to a http.Request
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParams ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParams() *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParams creates a new DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams object with the default values initialized.
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParamsWithContext ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParamsWithContext(ctx context.Context) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParamsWithContext creates a new DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParamsWithHTTPClient ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParamsWithHTTPClient(client *http.Client) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParamsWithHTTPClient creates a new DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParamsWithTimeout ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParamsWithTimeout(timeout time.Duration) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDParamsWithTimeout creates a new DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetContext ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetContext(ctx context.Context)
SetContext adds the context to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetGeneration ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetGeneration(generation int64)
SetGeneration adds the generation to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetHTTPClient ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetID ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetID(id string)
SetID adds the id to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetTimeout ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVersion ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVersion(version string)
SetVersion adds the version to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVpnGatewayID ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVpnGatewayID(vpnGatewayID string)
SetVpnGatewayID adds the vpnGatewayId to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithContext ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithContext(ctx context.Context) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
WithContext adds the context to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithGeneration ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithGeneration(generation int64) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
WithGeneration adds the generation to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithHTTPClient ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithHTTPClient(client *http.Client) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
WithHTTPClient adds the HTTPClient to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithID ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithID(id string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
WithID adds the id to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithTimeout ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithTimeout(timeout time.Duration) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
WithTimeout adds the timeout to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVersion ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVersion(version string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
WithVersion adds the version to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVpnGatewayID ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVpnGatewayID(vpnGatewayID string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams
WithVpnGatewayID adds the vpnGatewayID to the delete vpn gateways vpn gateway ID connections ID params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WriteToRequest ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent ¶
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent struct { }
DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent handles this case with default header values.
The CIDR was successfully removed from the resource.
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent() *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent creates a DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent with default headers values
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound ¶
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound struct {
Payload *models.Riaaserror
}
DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound handles this case with default header values.
The the specified CIDR does not exist on the specified resource or the specified resource could not be found.
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound() *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound creates a DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound with default headers values
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams ¶
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN connection identifier */ ID string /*PrefixAddress The prefix address part of the CIDR */ PrefixAddress string /*PrefixLength The prefix length part of the CIDR */ PrefixLength string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string /*VpnGatewayID The VPN gateway identifier */ VpnGatewayID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams contains all the parameters to send to the API endpoint for the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length operation typically these are written to a http.Request
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams() *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams creates a new DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams object with the default values initialized.
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithContext ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithContext(ctx context.Context) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithContext creates a new DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithHTTPClient ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithHTTPClient(client *http.Client) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithHTTPClient creates a new DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithTimeout ¶
func NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithTimeout(timeout time.Duration) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
NewDeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithTimeout creates a new DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetContext ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetContext(ctx context.Context)
SetContext adds the context to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetGeneration ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetGeneration(generation int64)
SetGeneration adds the generation to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetHTTPClient ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetID ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetID(id string)
SetID adds the id to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress(prefixAddress string)
SetPrefixAddress adds the prefixAddress to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixLength ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixLength(prefixLength string)
SetPrefixLength adds the prefixLength to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetTimeout ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVersion ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVersion(version string)
SetVersion adds the version to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID(vpnGatewayID string)
SetVpnGatewayID adds the vpnGatewayId to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithContext ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithContext(ctx context.Context) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithContext adds the context to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithGeneration ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithGeneration(generation int64) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithGeneration adds the generation to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithHTTPClient ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithHTTPClient(client *http.Client) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithHTTPClient adds the HTTPClient to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithID ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithID(id string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithID adds the id to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress(prefixAddress string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithPrefixAddress adds the prefixAddress to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixLength ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixLength(prefixLength string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithPrefixLength adds the prefixLength to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithTimeout ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithTimeout(timeout time.Duration) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithTimeout adds the timeout to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVersion ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVersion(version string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithVersion adds the version to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID(vpnGatewayID string) *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithVpnGatewayID adds the vpnGatewayID to the delete vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WriteToRequest ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader ¶
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader struct {
// contains filtered or unexported fields
}
DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader is a Reader for the DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength structure.
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader) ReadResponse ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDReader ¶
type DeleteVpnGatewaysVpnGatewayIDConnectionsIDReader struct {
// contains filtered or unexported fields
}
DeleteVpnGatewaysVpnGatewayIDConnectionsIDReader is a Reader for the DeleteVpnGatewaysVpnGatewayIDConnectionsID structure.
func (*DeleteVpnGatewaysVpnGatewayIDConnectionsIDReader) ReadResponse ¶
func (o *DeleteVpnGatewaysVpnGatewayIDConnectionsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIkePoliciesIDConnectionsNotFound ¶
type GetIkePoliciesIDConnectionsNotFound struct {
Payload *models.Riaaserror
}
GetIkePoliciesIDConnectionsNotFound handles this case with default header values.
A policy with the specified identifier could not be found.
func NewGetIkePoliciesIDConnectionsNotFound ¶
func NewGetIkePoliciesIDConnectionsNotFound() *GetIkePoliciesIDConnectionsNotFound
NewGetIkePoliciesIDConnectionsNotFound creates a GetIkePoliciesIDConnectionsNotFound with default headers values
func (*GetIkePoliciesIDConnectionsNotFound) Error ¶
func (o *GetIkePoliciesIDConnectionsNotFound) Error() string
type GetIkePoliciesIDConnectionsOK ¶
type GetIkePoliciesIDConnectionsOK struct {
Payload *models.VPNGatewayConnectionCollection
}
GetIkePoliciesIDConnectionsOK handles this case with default header values.
The VPN connections were retrieved successfully.
func NewGetIkePoliciesIDConnectionsOK ¶
func NewGetIkePoliciesIDConnectionsOK() *GetIkePoliciesIDConnectionsOK
NewGetIkePoliciesIDConnectionsOK creates a GetIkePoliciesIDConnectionsOK with default headers values
func (*GetIkePoliciesIDConnectionsOK) Error ¶
func (o *GetIkePoliciesIDConnectionsOK) Error() string
type GetIkePoliciesIDConnectionsParams ¶
type GetIkePoliciesIDConnectionsParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The policy identifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIkePoliciesIDConnectionsParams contains all the parameters to send to the API endpoint for the get ike policies ID connections operation typically these are written to a http.Request
func NewGetIkePoliciesIDConnectionsParams ¶
func NewGetIkePoliciesIDConnectionsParams() *GetIkePoliciesIDConnectionsParams
NewGetIkePoliciesIDConnectionsParams creates a new GetIkePoliciesIDConnectionsParams object with the default values initialized.
func NewGetIkePoliciesIDConnectionsParamsWithContext ¶
func NewGetIkePoliciesIDConnectionsParamsWithContext(ctx context.Context) *GetIkePoliciesIDConnectionsParams
NewGetIkePoliciesIDConnectionsParamsWithContext creates a new GetIkePoliciesIDConnectionsParams object with the default values initialized, and the ability to set a context for a request
func NewGetIkePoliciesIDConnectionsParamsWithHTTPClient ¶
func NewGetIkePoliciesIDConnectionsParamsWithHTTPClient(client *http.Client) *GetIkePoliciesIDConnectionsParams
NewGetIkePoliciesIDConnectionsParamsWithHTTPClient creates a new GetIkePoliciesIDConnectionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetIkePoliciesIDConnectionsParamsWithTimeout ¶
func NewGetIkePoliciesIDConnectionsParamsWithTimeout(timeout time.Duration) *GetIkePoliciesIDConnectionsParams
NewGetIkePoliciesIDConnectionsParamsWithTimeout creates a new GetIkePoliciesIDConnectionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetIkePoliciesIDConnectionsParams) SetContext ¶
func (o *GetIkePoliciesIDConnectionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get ike policies ID connections params
func (*GetIkePoliciesIDConnectionsParams) SetGeneration ¶
func (o *GetIkePoliciesIDConnectionsParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get ike policies ID connections params
func (*GetIkePoliciesIDConnectionsParams) SetHTTPClient ¶
func (o *GetIkePoliciesIDConnectionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get ike policies ID connections params
func (*GetIkePoliciesIDConnectionsParams) SetID ¶
func (o *GetIkePoliciesIDConnectionsParams) SetID(id string)
SetID adds the id to the get ike policies ID connections params
func (*GetIkePoliciesIDConnectionsParams) SetTimeout ¶
func (o *GetIkePoliciesIDConnectionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get ike policies ID connections params
func (*GetIkePoliciesIDConnectionsParams) SetVersion ¶
func (o *GetIkePoliciesIDConnectionsParams) SetVersion(version string)
SetVersion adds the version to the get ike policies ID connections params
func (*GetIkePoliciesIDConnectionsParams) WithContext ¶
func (o *GetIkePoliciesIDConnectionsParams) WithContext(ctx context.Context) *GetIkePoliciesIDConnectionsParams
WithContext adds the context to the get ike policies ID connections params
func (*GetIkePoliciesIDConnectionsParams) WithGeneration ¶
func (o *GetIkePoliciesIDConnectionsParams) WithGeneration(generation int64) *GetIkePoliciesIDConnectionsParams
WithGeneration adds the generation to the get ike policies ID connections params
func (*GetIkePoliciesIDConnectionsParams) WithHTTPClient ¶
func (o *GetIkePoliciesIDConnectionsParams) WithHTTPClient(client *http.Client) *GetIkePoliciesIDConnectionsParams
WithHTTPClient adds the HTTPClient to the get ike policies ID connections params
func (*GetIkePoliciesIDConnectionsParams) WithID ¶
func (o *GetIkePoliciesIDConnectionsParams) WithID(id string) *GetIkePoliciesIDConnectionsParams
WithID adds the id to the get ike policies ID connections params
func (*GetIkePoliciesIDConnectionsParams) WithTimeout ¶
func (o *GetIkePoliciesIDConnectionsParams) WithTimeout(timeout time.Duration) *GetIkePoliciesIDConnectionsParams
WithTimeout adds the timeout to the get ike policies ID connections params
func (*GetIkePoliciesIDConnectionsParams) WithVersion ¶
func (o *GetIkePoliciesIDConnectionsParams) WithVersion(version string) *GetIkePoliciesIDConnectionsParams
WithVersion adds the version to the get ike policies ID connections params
func (*GetIkePoliciesIDConnectionsParams) WriteToRequest ¶
func (o *GetIkePoliciesIDConnectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIkePoliciesIDConnectionsReader ¶
type GetIkePoliciesIDConnectionsReader struct {
// contains filtered or unexported fields
}
GetIkePoliciesIDConnectionsReader is a Reader for the GetIkePoliciesIDConnections structure.
func (*GetIkePoliciesIDConnectionsReader) ReadResponse ¶
func (o *GetIkePoliciesIDConnectionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIkePoliciesIDNotFound ¶
type GetIkePoliciesIDNotFound struct {
Payload *models.Riaaserror
}
GetIkePoliciesIDNotFound handles this case with default header values.
An IKE policy with the specified identifier could not be found.
func NewGetIkePoliciesIDNotFound ¶
func NewGetIkePoliciesIDNotFound() *GetIkePoliciesIDNotFound
NewGetIkePoliciesIDNotFound creates a GetIkePoliciesIDNotFound with default headers values
func (*GetIkePoliciesIDNotFound) Error ¶
func (o *GetIkePoliciesIDNotFound) Error() string
type GetIkePoliciesIDOK ¶
GetIkePoliciesIDOK handles this case with default header values.
The IKE policy was retrieved successfully.
func NewGetIkePoliciesIDOK ¶
func NewGetIkePoliciesIDOK() *GetIkePoliciesIDOK
NewGetIkePoliciesIDOK creates a GetIkePoliciesIDOK with default headers values
func (*GetIkePoliciesIDOK) Error ¶
func (o *GetIkePoliciesIDOK) Error() string
type GetIkePoliciesIDParams ¶
type GetIkePoliciesIDParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The IKE policy idenitifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIkePoliciesIDParams contains all the parameters to send to the API endpoint for the get ike policies ID operation typically these are written to a http.Request
func NewGetIkePoliciesIDParams ¶
func NewGetIkePoliciesIDParams() *GetIkePoliciesIDParams
NewGetIkePoliciesIDParams creates a new GetIkePoliciesIDParams object with the default values initialized.
func NewGetIkePoliciesIDParamsWithContext ¶
func NewGetIkePoliciesIDParamsWithContext(ctx context.Context) *GetIkePoliciesIDParams
NewGetIkePoliciesIDParamsWithContext creates a new GetIkePoliciesIDParams object with the default values initialized, and the ability to set a context for a request
func NewGetIkePoliciesIDParamsWithHTTPClient ¶
func NewGetIkePoliciesIDParamsWithHTTPClient(client *http.Client) *GetIkePoliciesIDParams
NewGetIkePoliciesIDParamsWithHTTPClient creates a new GetIkePoliciesIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetIkePoliciesIDParamsWithTimeout ¶
func NewGetIkePoliciesIDParamsWithTimeout(timeout time.Duration) *GetIkePoliciesIDParams
NewGetIkePoliciesIDParamsWithTimeout creates a new GetIkePoliciesIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetIkePoliciesIDParams) SetContext ¶
func (o *GetIkePoliciesIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get ike policies ID params
func (*GetIkePoliciesIDParams) SetGeneration ¶
func (o *GetIkePoliciesIDParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get ike policies ID params
func (*GetIkePoliciesIDParams) SetHTTPClient ¶
func (o *GetIkePoliciesIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get ike policies ID params
func (*GetIkePoliciesIDParams) SetID ¶
func (o *GetIkePoliciesIDParams) SetID(id string)
SetID adds the id to the get ike policies ID params
func (*GetIkePoliciesIDParams) SetTimeout ¶
func (o *GetIkePoliciesIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get ike policies ID params
func (*GetIkePoliciesIDParams) SetVersion ¶
func (o *GetIkePoliciesIDParams) SetVersion(version string)
SetVersion adds the version to the get ike policies ID params
func (*GetIkePoliciesIDParams) WithContext ¶
func (o *GetIkePoliciesIDParams) WithContext(ctx context.Context) *GetIkePoliciesIDParams
WithContext adds the context to the get ike policies ID params
func (*GetIkePoliciesIDParams) WithGeneration ¶
func (o *GetIkePoliciesIDParams) WithGeneration(generation int64) *GetIkePoliciesIDParams
WithGeneration adds the generation to the get ike policies ID params
func (*GetIkePoliciesIDParams) WithHTTPClient ¶
func (o *GetIkePoliciesIDParams) WithHTTPClient(client *http.Client) *GetIkePoliciesIDParams
WithHTTPClient adds the HTTPClient to the get ike policies ID params
func (*GetIkePoliciesIDParams) WithID ¶
func (o *GetIkePoliciesIDParams) WithID(id string) *GetIkePoliciesIDParams
WithID adds the id to the get ike policies ID params
func (*GetIkePoliciesIDParams) WithTimeout ¶
func (o *GetIkePoliciesIDParams) WithTimeout(timeout time.Duration) *GetIkePoliciesIDParams
WithTimeout adds the timeout to the get ike policies ID params
func (*GetIkePoliciesIDParams) WithVersion ¶
func (o *GetIkePoliciesIDParams) WithVersion(version string) *GetIkePoliciesIDParams
WithVersion adds the version to the get ike policies ID params
func (*GetIkePoliciesIDParams) WriteToRequest ¶
func (o *GetIkePoliciesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIkePoliciesIDReader ¶
type GetIkePoliciesIDReader struct {
// contains filtered or unexported fields
}
GetIkePoliciesIDReader is a Reader for the GetIkePoliciesID structure.
func (*GetIkePoliciesIDReader) ReadResponse ¶
func (o *GetIkePoliciesIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIkePoliciesOK ¶
type GetIkePoliciesOK struct {
Payload *models.IKEPolicyCollection
}
GetIkePoliciesOK handles this case with default header values.
The IKE policies were retrieved successfully.
func NewGetIkePoliciesOK ¶
func NewGetIkePoliciesOK() *GetIkePoliciesOK
NewGetIkePoliciesOK creates a GetIkePoliciesOK with default headers values
func (*GetIkePoliciesOK) Error ¶
func (o *GetIkePoliciesOK) Error() string
type GetIkePoliciesParams ¶
type GetIkePoliciesParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*Limit The number of resources to return on a page */ Limit *int32 /*Start A server-supplied token determining what resource to start the page on */ Start *string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIkePoliciesParams contains all the parameters to send to the API endpoint for the get ike policies operation typically these are written to a http.Request
func NewGetIkePoliciesParams ¶
func NewGetIkePoliciesParams() *GetIkePoliciesParams
NewGetIkePoliciesParams creates a new GetIkePoliciesParams object with the default values initialized.
func NewGetIkePoliciesParamsWithContext ¶
func NewGetIkePoliciesParamsWithContext(ctx context.Context) *GetIkePoliciesParams
NewGetIkePoliciesParamsWithContext creates a new GetIkePoliciesParams object with the default values initialized, and the ability to set a context for a request
func NewGetIkePoliciesParamsWithHTTPClient ¶
func NewGetIkePoliciesParamsWithHTTPClient(client *http.Client) *GetIkePoliciesParams
NewGetIkePoliciesParamsWithHTTPClient creates a new GetIkePoliciesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetIkePoliciesParamsWithTimeout ¶
func NewGetIkePoliciesParamsWithTimeout(timeout time.Duration) *GetIkePoliciesParams
NewGetIkePoliciesParamsWithTimeout creates a new GetIkePoliciesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetIkePoliciesParams) SetContext ¶
func (o *GetIkePoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the get ike policies params
func (*GetIkePoliciesParams) SetGeneration ¶
func (o *GetIkePoliciesParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get ike policies params
func (*GetIkePoliciesParams) SetHTTPClient ¶
func (o *GetIkePoliciesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get ike policies params
func (*GetIkePoliciesParams) SetLimit ¶
func (o *GetIkePoliciesParams) SetLimit(limit *int32)
SetLimit adds the limit to the get ike policies params
func (*GetIkePoliciesParams) SetStart ¶
func (o *GetIkePoliciesParams) SetStart(start *string)
SetStart adds the start to the get ike policies params
func (*GetIkePoliciesParams) SetTimeout ¶
func (o *GetIkePoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get ike policies params
func (*GetIkePoliciesParams) SetVersion ¶
func (o *GetIkePoliciesParams) SetVersion(version string)
SetVersion adds the version to the get ike policies params
func (*GetIkePoliciesParams) WithContext ¶
func (o *GetIkePoliciesParams) WithContext(ctx context.Context) *GetIkePoliciesParams
WithContext adds the context to the get ike policies params
func (*GetIkePoliciesParams) WithGeneration ¶
func (o *GetIkePoliciesParams) WithGeneration(generation int64) *GetIkePoliciesParams
WithGeneration adds the generation to the get ike policies params
func (*GetIkePoliciesParams) WithHTTPClient ¶
func (o *GetIkePoliciesParams) WithHTTPClient(client *http.Client) *GetIkePoliciesParams
WithHTTPClient adds the HTTPClient to the get ike policies params
func (*GetIkePoliciesParams) WithLimit ¶
func (o *GetIkePoliciesParams) WithLimit(limit *int32) *GetIkePoliciesParams
WithLimit adds the limit to the get ike policies params
func (*GetIkePoliciesParams) WithStart ¶
func (o *GetIkePoliciesParams) WithStart(start *string) *GetIkePoliciesParams
WithStart adds the start to the get ike policies params
func (*GetIkePoliciesParams) WithTimeout ¶
func (o *GetIkePoliciesParams) WithTimeout(timeout time.Duration) *GetIkePoliciesParams
WithTimeout adds the timeout to the get ike policies params
func (*GetIkePoliciesParams) WithVersion ¶
func (o *GetIkePoliciesParams) WithVersion(version string) *GetIkePoliciesParams
WithVersion adds the version to the get ike policies params
func (*GetIkePoliciesParams) WriteToRequest ¶
func (o *GetIkePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIkePoliciesReader ¶
type GetIkePoliciesReader struct {
// contains filtered or unexported fields
}
GetIkePoliciesReader is a Reader for the GetIkePolicies structure.
func (*GetIkePoliciesReader) ReadResponse ¶
func (o *GetIkePoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIpsecPoliciesIDConnectionsNotFound ¶
type GetIpsecPoliciesIDConnectionsNotFound struct {
Payload *models.Riaaserror
}
GetIpsecPoliciesIDConnectionsNotFound handles this case with default header values.
A policy with the specified identifier could not be found.
func NewGetIpsecPoliciesIDConnectionsNotFound ¶
func NewGetIpsecPoliciesIDConnectionsNotFound() *GetIpsecPoliciesIDConnectionsNotFound
NewGetIpsecPoliciesIDConnectionsNotFound creates a GetIpsecPoliciesIDConnectionsNotFound with default headers values
func (*GetIpsecPoliciesIDConnectionsNotFound) Error ¶
func (o *GetIpsecPoliciesIDConnectionsNotFound) Error() string
type GetIpsecPoliciesIDConnectionsOK ¶
type GetIpsecPoliciesIDConnectionsOK struct {
Payload *models.VPNGatewayConnectionCollection
}
GetIpsecPoliciesIDConnectionsOK handles this case with default header values.
The VPN connections were retrieved successfully.
func NewGetIpsecPoliciesIDConnectionsOK ¶
func NewGetIpsecPoliciesIDConnectionsOK() *GetIpsecPoliciesIDConnectionsOK
NewGetIpsecPoliciesIDConnectionsOK creates a GetIpsecPoliciesIDConnectionsOK with default headers values
func (*GetIpsecPoliciesIDConnectionsOK) Error ¶
func (o *GetIpsecPoliciesIDConnectionsOK) Error() string
type GetIpsecPoliciesIDConnectionsParams ¶
type GetIpsecPoliciesIDConnectionsParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The policy identifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIpsecPoliciesIDConnectionsParams contains all the parameters to send to the API endpoint for the get ipsec policies ID connections operation typically these are written to a http.Request
func NewGetIpsecPoliciesIDConnectionsParams ¶
func NewGetIpsecPoliciesIDConnectionsParams() *GetIpsecPoliciesIDConnectionsParams
NewGetIpsecPoliciesIDConnectionsParams creates a new GetIpsecPoliciesIDConnectionsParams object with the default values initialized.
func NewGetIpsecPoliciesIDConnectionsParamsWithContext ¶
func NewGetIpsecPoliciesIDConnectionsParamsWithContext(ctx context.Context) *GetIpsecPoliciesIDConnectionsParams
NewGetIpsecPoliciesIDConnectionsParamsWithContext creates a new GetIpsecPoliciesIDConnectionsParams object with the default values initialized, and the ability to set a context for a request
func NewGetIpsecPoliciesIDConnectionsParamsWithHTTPClient ¶
func NewGetIpsecPoliciesIDConnectionsParamsWithHTTPClient(client *http.Client) *GetIpsecPoliciesIDConnectionsParams
NewGetIpsecPoliciesIDConnectionsParamsWithHTTPClient creates a new GetIpsecPoliciesIDConnectionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetIpsecPoliciesIDConnectionsParamsWithTimeout ¶
func NewGetIpsecPoliciesIDConnectionsParamsWithTimeout(timeout time.Duration) *GetIpsecPoliciesIDConnectionsParams
NewGetIpsecPoliciesIDConnectionsParamsWithTimeout creates a new GetIpsecPoliciesIDConnectionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetIpsecPoliciesIDConnectionsParams) SetContext ¶
func (o *GetIpsecPoliciesIDConnectionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get ipsec policies ID connections params
func (*GetIpsecPoliciesIDConnectionsParams) SetGeneration ¶
func (o *GetIpsecPoliciesIDConnectionsParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get ipsec policies ID connections params
func (*GetIpsecPoliciesIDConnectionsParams) SetHTTPClient ¶
func (o *GetIpsecPoliciesIDConnectionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get ipsec policies ID connections params
func (*GetIpsecPoliciesIDConnectionsParams) SetID ¶
func (o *GetIpsecPoliciesIDConnectionsParams) SetID(id string)
SetID adds the id to the get ipsec policies ID connections params
func (*GetIpsecPoliciesIDConnectionsParams) SetTimeout ¶
func (o *GetIpsecPoliciesIDConnectionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get ipsec policies ID connections params
func (*GetIpsecPoliciesIDConnectionsParams) SetVersion ¶
func (o *GetIpsecPoliciesIDConnectionsParams) SetVersion(version string)
SetVersion adds the version to the get ipsec policies ID connections params
func (*GetIpsecPoliciesIDConnectionsParams) WithContext ¶
func (o *GetIpsecPoliciesIDConnectionsParams) WithContext(ctx context.Context) *GetIpsecPoliciesIDConnectionsParams
WithContext adds the context to the get ipsec policies ID connections params
func (*GetIpsecPoliciesIDConnectionsParams) WithGeneration ¶
func (o *GetIpsecPoliciesIDConnectionsParams) WithGeneration(generation int64) *GetIpsecPoliciesIDConnectionsParams
WithGeneration adds the generation to the get ipsec policies ID connections params
func (*GetIpsecPoliciesIDConnectionsParams) WithHTTPClient ¶
func (o *GetIpsecPoliciesIDConnectionsParams) WithHTTPClient(client *http.Client) *GetIpsecPoliciesIDConnectionsParams
WithHTTPClient adds the HTTPClient to the get ipsec policies ID connections params
func (*GetIpsecPoliciesIDConnectionsParams) WithID ¶
func (o *GetIpsecPoliciesIDConnectionsParams) WithID(id string) *GetIpsecPoliciesIDConnectionsParams
WithID adds the id to the get ipsec policies ID connections params
func (*GetIpsecPoliciesIDConnectionsParams) WithTimeout ¶
func (o *GetIpsecPoliciesIDConnectionsParams) WithTimeout(timeout time.Duration) *GetIpsecPoliciesIDConnectionsParams
WithTimeout adds the timeout to the get ipsec policies ID connections params
func (*GetIpsecPoliciesIDConnectionsParams) WithVersion ¶
func (o *GetIpsecPoliciesIDConnectionsParams) WithVersion(version string) *GetIpsecPoliciesIDConnectionsParams
WithVersion adds the version to the get ipsec policies ID connections params
func (*GetIpsecPoliciesIDConnectionsParams) WriteToRequest ¶
func (o *GetIpsecPoliciesIDConnectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIpsecPoliciesIDConnectionsReader ¶
type GetIpsecPoliciesIDConnectionsReader struct {
// contains filtered or unexported fields
}
GetIpsecPoliciesIDConnectionsReader is a Reader for the GetIpsecPoliciesIDConnections structure.
func (*GetIpsecPoliciesIDConnectionsReader) ReadResponse ¶
func (o *GetIpsecPoliciesIDConnectionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIpsecPoliciesIDNotFound ¶
type GetIpsecPoliciesIDNotFound struct {
Payload *models.Riaaserror
}
GetIpsecPoliciesIDNotFound handles this case with default header values.
An IPsec policy with the specified identifier could not be found.
func NewGetIpsecPoliciesIDNotFound ¶
func NewGetIpsecPoliciesIDNotFound() *GetIpsecPoliciesIDNotFound
NewGetIpsecPoliciesIDNotFound creates a GetIpsecPoliciesIDNotFound with default headers values
func (*GetIpsecPoliciesIDNotFound) Error ¶
func (o *GetIpsecPoliciesIDNotFound) Error() string
type GetIpsecPoliciesIDOK ¶
type GetIpsecPoliciesIDOK struct {
Payload *models.IpsecPolicy
}
GetIpsecPoliciesIDOK handles this case with default header values.
The IPsec policy was retrieved successfully.
func NewGetIpsecPoliciesIDOK ¶
func NewGetIpsecPoliciesIDOK() *GetIpsecPoliciesIDOK
NewGetIpsecPoliciesIDOK creates a GetIpsecPoliciesIDOK with default headers values
func (*GetIpsecPoliciesIDOK) Error ¶
func (o *GetIpsecPoliciesIDOK) Error() string
type GetIpsecPoliciesIDParams ¶
type GetIpsecPoliciesIDParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The IPsec policy idenitifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIpsecPoliciesIDParams contains all the parameters to send to the API endpoint for the get ipsec policies ID operation typically these are written to a http.Request
func NewGetIpsecPoliciesIDParams ¶
func NewGetIpsecPoliciesIDParams() *GetIpsecPoliciesIDParams
NewGetIpsecPoliciesIDParams creates a new GetIpsecPoliciesIDParams object with the default values initialized.
func NewGetIpsecPoliciesIDParamsWithContext ¶
func NewGetIpsecPoliciesIDParamsWithContext(ctx context.Context) *GetIpsecPoliciesIDParams
NewGetIpsecPoliciesIDParamsWithContext creates a new GetIpsecPoliciesIDParams object with the default values initialized, and the ability to set a context for a request
func NewGetIpsecPoliciesIDParamsWithHTTPClient ¶
func NewGetIpsecPoliciesIDParamsWithHTTPClient(client *http.Client) *GetIpsecPoliciesIDParams
NewGetIpsecPoliciesIDParamsWithHTTPClient creates a new GetIpsecPoliciesIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetIpsecPoliciesIDParamsWithTimeout ¶
func NewGetIpsecPoliciesIDParamsWithTimeout(timeout time.Duration) *GetIpsecPoliciesIDParams
NewGetIpsecPoliciesIDParamsWithTimeout creates a new GetIpsecPoliciesIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetIpsecPoliciesIDParams) SetContext ¶
func (o *GetIpsecPoliciesIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get ipsec policies ID params
func (*GetIpsecPoliciesIDParams) SetGeneration ¶
func (o *GetIpsecPoliciesIDParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get ipsec policies ID params
func (*GetIpsecPoliciesIDParams) SetHTTPClient ¶
func (o *GetIpsecPoliciesIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get ipsec policies ID params
func (*GetIpsecPoliciesIDParams) SetID ¶
func (o *GetIpsecPoliciesIDParams) SetID(id string)
SetID adds the id to the get ipsec policies ID params
func (*GetIpsecPoliciesIDParams) SetTimeout ¶
func (o *GetIpsecPoliciesIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get ipsec policies ID params
func (*GetIpsecPoliciesIDParams) SetVersion ¶
func (o *GetIpsecPoliciesIDParams) SetVersion(version string)
SetVersion adds the version to the get ipsec policies ID params
func (*GetIpsecPoliciesIDParams) WithContext ¶
func (o *GetIpsecPoliciesIDParams) WithContext(ctx context.Context) *GetIpsecPoliciesIDParams
WithContext adds the context to the get ipsec policies ID params
func (*GetIpsecPoliciesIDParams) WithGeneration ¶
func (o *GetIpsecPoliciesIDParams) WithGeneration(generation int64) *GetIpsecPoliciesIDParams
WithGeneration adds the generation to the get ipsec policies ID params
func (*GetIpsecPoliciesIDParams) WithHTTPClient ¶
func (o *GetIpsecPoliciesIDParams) WithHTTPClient(client *http.Client) *GetIpsecPoliciesIDParams
WithHTTPClient adds the HTTPClient to the get ipsec policies ID params
func (*GetIpsecPoliciesIDParams) WithID ¶
func (o *GetIpsecPoliciesIDParams) WithID(id string) *GetIpsecPoliciesIDParams
WithID adds the id to the get ipsec policies ID params
func (*GetIpsecPoliciesIDParams) WithTimeout ¶
func (o *GetIpsecPoliciesIDParams) WithTimeout(timeout time.Duration) *GetIpsecPoliciesIDParams
WithTimeout adds the timeout to the get ipsec policies ID params
func (*GetIpsecPoliciesIDParams) WithVersion ¶
func (o *GetIpsecPoliciesIDParams) WithVersion(version string) *GetIpsecPoliciesIDParams
WithVersion adds the version to the get ipsec policies ID params
func (*GetIpsecPoliciesIDParams) WriteToRequest ¶
func (o *GetIpsecPoliciesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIpsecPoliciesIDReader ¶
type GetIpsecPoliciesIDReader struct {
// contains filtered or unexported fields
}
GetIpsecPoliciesIDReader is a Reader for the GetIpsecPoliciesID structure.
func (*GetIpsecPoliciesIDReader) ReadResponse ¶
func (o *GetIpsecPoliciesIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIpsecPoliciesOK ¶
type GetIpsecPoliciesOK struct {
Payload *models.IpsecPolicyCollection
}
GetIpsecPoliciesOK handles this case with default header values.
The IPsec policies were retrieved successfully.
func NewGetIpsecPoliciesOK ¶
func NewGetIpsecPoliciesOK() *GetIpsecPoliciesOK
NewGetIpsecPoliciesOK creates a GetIpsecPoliciesOK with default headers values
func (*GetIpsecPoliciesOK) Error ¶
func (o *GetIpsecPoliciesOK) Error() string
type GetIpsecPoliciesParams ¶
type GetIpsecPoliciesParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*Limit The number of resources to return on a page */ Limit *int32 /*Start A server-supplied token determining what resource to start the page on */ Start *string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIpsecPoliciesParams contains all the parameters to send to the API endpoint for the get ipsec policies operation typically these are written to a http.Request
func NewGetIpsecPoliciesParams ¶
func NewGetIpsecPoliciesParams() *GetIpsecPoliciesParams
NewGetIpsecPoliciesParams creates a new GetIpsecPoliciesParams object with the default values initialized.
func NewGetIpsecPoliciesParamsWithContext ¶
func NewGetIpsecPoliciesParamsWithContext(ctx context.Context) *GetIpsecPoliciesParams
NewGetIpsecPoliciesParamsWithContext creates a new GetIpsecPoliciesParams object with the default values initialized, and the ability to set a context for a request
func NewGetIpsecPoliciesParamsWithHTTPClient ¶
func NewGetIpsecPoliciesParamsWithHTTPClient(client *http.Client) *GetIpsecPoliciesParams
NewGetIpsecPoliciesParamsWithHTTPClient creates a new GetIpsecPoliciesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetIpsecPoliciesParamsWithTimeout ¶
func NewGetIpsecPoliciesParamsWithTimeout(timeout time.Duration) *GetIpsecPoliciesParams
NewGetIpsecPoliciesParamsWithTimeout creates a new GetIpsecPoliciesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetIpsecPoliciesParams) SetContext ¶
func (o *GetIpsecPoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the get ipsec policies params
func (*GetIpsecPoliciesParams) SetGeneration ¶
func (o *GetIpsecPoliciesParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get ipsec policies params
func (*GetIpsecPoliciesParams) SetHTTPClient ¶
func (o *GetIpsecPoliciesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get ipsec policies params
func (*GetIpsecPoliciesParams) SetLimit ¶
func (o *GetIpsecPoliciesParams) SetLimit(limit *int32)
SetLimit adds the limit to the get ipsec policies params
func (*GetIpsecPoliciesParams) SetStart ¶
func (o *GetIpsecPoliciesParams) SetStart(start *string)
SetStart adds the start to the get ipsec policies params
func (*GetIpsecPoliciesParams) SetTimeout ¶
func (o *GetIpsecPoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get ipsec policies params
func (*GetIpsecPoliciesParams) SetVersion ¶
func (o *GetIpsecPoliciesParams) SetVersion(version string)
SetVersion adds the version to the get ipsec policies params
func (*GetIpsecPoliciesParams) WithContext ¶
func (o *GetIpsecPoliciesParams) WithContext(ctx context.Context) *GetIpsecPoliciesParams
WithContext adds the context to the get ipsec policies params
func (*GetIpsecPoliciesParams) WithGeneration ¶
func (o *GetIpsecPoliciesParams) WithGeneration(generation int64) *GetIpsecPoliciesParams
WithGeneration adds the generation to the get ipsec policies params
func (*GetIpsecPoliciesParams) WithHTTPClient ¶
func (o *GetIpsecPoliciesParams) WithHTTPClient(client *http.Client) *GetIpsecPoliciesParams
WithHTTPClient adds the HTTPClient to the get ipsec policies params
func (*GetIpsecPoliciesParams) WithLimit ¶
func (o *GetIpsecPoliciesParams) WithLimit(limit *int32) *GetIpsecPoliciesParams
WithLimit adds the limit to the get ipsec policies params
func (*GetIpsecPoliciesParams) WithStart ¶
func (o *GetIpsecPoliciesParams) WithStart(start *string) *GetIpsecPoliciesParams
WithStart adds the start to the get ipsec policies params
func (*GetIpsecPoliciesParams) WithTimeout ¶
func (o *GetIpsecPoliciesParams) WithTimeout(timeout time.Duration) *GetIpsecPoliciesParams
WithTimeout adds the timeout to the get ipsec policies params
func (*GetIpsecPoliciesParams) WithVersion ¶
func (o *GetIpsecPoliciesParams) WithVersion(version string) *GetIpsecPoliciesParams
WithVersion adds the version to the get ipsec policies params
func (*GetIpsecPoliciesParams) WriteToRequest ¶
func (o *GetIpsecPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIpsecPoliciesReader ¶
type GetIpsecPoliciesReader struct {
// contains filtered or unexported fields
}
GetIpsecPoliciesReader is a Reader for the GetIpsecPolicies structure.
func (*GetIpsecPoliciesReader) ReadResponse ¶
func (o *GetIpsecPoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVpnGatewaysIDNotFound ¶
type GetVpnGatewaysIDNotFound struct {
Payload *models.Riaaserror
}
GetVpnGatewaysIDNotFound handles this case with default header values.
A VPN gateway with the specified identifier could not be found.
func NewGetVpnGatewaysIDNotFound ¶
func NewGetVpnGatewaysIDNotFound() *GetVpnGatewaysIDNotFound
NewGetVpnGatewaysIDNotFound creates a GetVpnGatewaysIDNotFound with default headers values
func (*GetVpnGatewaysIDNotFound) Error ¶
func (o *GetVpnGatewaysIDNotFound) Error() string
type GetVpnGatewaysIDOK ¶
type GetVpnGatewaysIDOK struct {
Payload *models.VPNGateway
}
GetVpnGatewaysIDOK handles this case with default header values.
The VPN gateway was retrieved successfully.
func NewGetVpnGatewaysIDOK ¶
func NewGetVpnGatewaysIDOK() *GetVpnGatewaysIDOK
NewGetVpnGatewaysIDOK creates a GetVpnGatewaysIDOK with default headers values
func (*GetVpnGatewaysIDOK) Error ¶
func (o *GetVpnGatewaysIDOK) Error() string
type GetVpnGatewaysIDParams ¶
type GetVpnGatewaysIDParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN gateway idenitifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVpnGatewaysIDParams contains all the parameters to send to the API endpoint for the get vpn gateways ID operation typically these are written to a http.Request
func NewGetVpnGatewaysIDParams ¶
func NewGetVpnGatewaysIDParams() *GetVpnGatewaysIDParams
NewGetVpnGatewaysIDParams creates a new GetVpnGatewaysIDParams object with the default values initialized.
func NewGetVpnGatewaysIDParamsWithContext ¶
func NewGetVpnGatewaysIDParamsWithContext(ctx context.Context) *GetVpnGatewaysIDParams
NewGetVpnGatewaysIDParamsWithContext creates a new GetVpnGatewaysIDParams object with the default values initialized, and the ability to set a context for a request
func NewGetVpnGatewaysIDParamsWithHTTPClient ¶
func NewGetVpnGatewaysIDParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysIDParams
NewGetVpnGatewaysIDParamsWithHTTPClient creates a new GetVpnGatewaysIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVpnGatewaysIDParamsWithTimeout ¶
func NewGetVpnGatewaysIDParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysIDParams
NewGetVpnGatewaysIDParamsWithTimeout creates a new GetVpnGatewaysIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVpnGatewaysIDParams) SetContext ¶
func (o *GetVpnGatewaysIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get vpn gateways ID params
func (*GetVpnGatewaysIDParams) SetGeneration ¶
func (o *GetVpnGatewaysIDParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get vpn gateways ID params
func (*GetVpnGatewaysIDParams) SetHTTPClient ¶
func (o *GetVpnGatewaysIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get vpn gateways ID params
func (*GetVpnGatewaysIDParams) SetID ¶
func (o *GetVpnGatewaysIDParams) SetID(id string)
SetID adds the id to the get vpn gateways ID params
func (*GetVpnGatewaysIDParams) SetTimeout ¶
func (o *GetVpnGatewaysIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get vpn gateways ID params
func (*GetVpnGatewaysIDParams) SetVersion ¶
func (o *GetVpnGatewaysIDParams) SetVersion(version string)
SetVersion adds the version to the get vpn gateways ID params
func (*GetVpnGatewaysIDParams) WithContext ¶
func (o *GetVpnGatewaysIDParams) WithContext(ctx context.Context) *GetVpnGatewaysIDParams
WithContext adds the context to the get vpn gateways ID params
func (*GetVpnGatewaysIDParams) WithGeneration ¶
func (o *GetVpnGatewaysIDParams) WithGeneration(generation int64) *GetVpnGatewaysIDParams
WithGeneration adds the generation to the get vpn gateways ID params
func (*GetVpnGatewaysIDParams) WithHTTPClient ¶
func (o *GetVpnGatewaysIDParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysIDParams
WithHTTPClient adds the HTTPClient to the get vpn gateways ID params
func (*GetVpnGatewaysIDParams) WithID ¶
func (o *GetVpnGatewaysIDParams) WithID(id string) *GetVpnGatewaysIDParams
WithID adds the id to the get vpn gateways ID params
func (*GetVpnGatewaysIDParams) WithTimeout ¶
func (o *GetVpnGatewaysIDParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysIDParams
WithTimeout adds the timeout to the get vpn gateways ID params
func (*GetVpnGatewaysIDParams) WithVersion ¶
func (o *GetVpnGatewaysIDParams) WithVersion(version string) *GetVpnGatewaysIDParams
WithVersion adds the version to the get vpn gateways ID params
func (*GetVpnGatewaysIDParams) WriteToRequest ¶
func (o *GetVpnGatewaysIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVpnGatewaysIDReader ¶
type GetVpnGatewaysIDReader struct {
// contains filtered or unexported fields
}
GetVpnGatewaysIDReader is a Reader for the GetVpnGatewaysID structure.
func (*GetVpnGatewaysIDReader) ReadResponse ¶
func (o *GetVpnGatewaysIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVpnGatewaysOK ¶
type GetVpnGatewaysOK struct {
Payload *models.VPNGatewayCollection
}
GetVpnGatewaysOK handles this case with default header values.
The VPN gateways were retrieved successfully.
func NewGetVpnGatewaysOK ¶
func NewGetVpnGatewaysOK() *GetVpnGatewaysOK
NewGetVpnGatewaysOK creates a GetVpnGatewaysOK with default headers values
func (*GetVpnGatewaysOK) Error ¶
func (o *GetVpnGatewaysOK) Error() string
type GetVpnGatewaysParams ¶
type GetVpnGatewaysParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*Limit The number of resources to return on a page */ Limit *int32 /*ResourceGroupID Filters the collection to resources within one of the resource groups identified in a comma-separated list of resource group identifiers */ ResourceGroupID *string /*Start A server-supplied token determining what resource to start the page on */ Start *string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVpnGatewaysParams contains all the parameters to send to the API endpoint for the get vpn gateways operation typically these are written to a http.Request
func NewGetVpnGatewaysParams ¶
func NewGetVpnGatewaysParams() *GetVpnGatewaysParams
NewGetVpnGatewaysParams creates a new GetVpnGatewaysParams object with the default values initialized.
func NewGetVpnGatewaysParamsWithContext ¶
func NewGetVpnGatewaysParamsWithContext(ctx context.Context) *GetVpnGatewaysParams
NewGetVpnGatewaysParamsWithContext creates a new GetVpnGatewaysParams object with the default values initialized, and the ability to set a context for a request
func NewGetVpnGatewaysParamsWithHTTPClient ¶
func NewGetVpnGatewaysParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysParams
NewGetVpnGatewaysParamsWithHTTPClient creates a new GetVpnGatewaysParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVpnGatewaysParamsWithTimeout ¶
func NewGetVpnGatewaysParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysParams
NewGetVpnGatewaysParamsWithTimeout creates a new GetVpnGatewaysParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVpnGatewaysParams) SetContext ¶
func (o *GetVpnGatewaysParams) SetContext(ctx context.Context)
SetContext adds the context to the get vpn gateways params
func (*GetVpnGatewaysParams) SetGeneration ¶
func (o *GetVpnGatewaysParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get vpn gateways params
func (*GetVpnGatewaysParams) SetHTTPClient ¶
func (o *GetVpnGatewaysParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get vpn gateways params
func (*GetVpnGatewaysParams) SetLimit ¶
func (o *GetVpnGatewaysParams) SetLimit(limit *int32)
SetLimit adds the limit to the get vpn gateways params
func (*GetVpnGatewaysParams) SetResourceGroupID ¶
func (o *GetVpnGatewaysParams) SetResourceGroupID(resourceGroupID *string)
SetResourceGroupID adds the resourceGroupId to the get vpn gateways params
func (*GetVpnGatewaysParams) SetStart ¶
func (o *GetVpnGatewaysParams) SetStart(start *string)
SetStart adds the start to the get vpn gateways params
func (*GetVpnGatewaysParams) SetTimeout ¶
func (o *GetVpnGatewaysParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get vpn gateways params
func (*GetVpnGatewaysParams) SetVersion ¶
func (o *GetVpnGatewaysParams) SetVersion(version string)
SetVersion adds the version to the get vpn gateways params
func (*GetVpnGatewaysParams) WithContext ¶
func (o *GetVpnGatewaysParams) WithContext(ctx context.Context) *GetVpnGatewaysParams
WithContext adds the context to the get vpn gateways params
func (*GetVpnGatewaysParams) WithGeneration ¶
func (o *GetVpnGatewaysParams) WithGeneration(generation int64) *GetVpnGatewaysParams
WithGeneration adds the generation to the get vpn gateways params
func (*GetVpnGatewaysParams) WithHTTPClient ¶
func (o *GetVpnGatewaysParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysParams
WithHTTPClient adds the HTTPClient to the get vpn gateways params
func (*GetVpnGatewaysParams) WithLimit ¶
func (o *GetVpnGatewaysParams) WithLimit(limit *int32) *GetVpnGatewaysParams
WithLimit adds the limit to the get vpn gateways params
func (*GetVpnGatewaysParams) WithResourceGroupID ¶
func (o *GetVpnGatewaysParams) WithResourceGroupID(resourceGroupID *string) *GetVpnGatewaysParams
WithResourceGroupID adds the resourceGroupID to the get vpn gateways params
func (*GetVpnGatewaysParams) WithStart ¶
func (o *GetVpnGatewaysParams) WithStart(start *string) *GetVpnGatewaysParams
WithStart adds the start to the get vpn gateways params
func (*GetVpnGatewaysParams) WithTimeout ¶
func (o *GetVpnGatewaysParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysParams
WithTimeout adds the timeout to the get vpn gateways params
func (*GetVpnGatewaysParams) WithVersion ¶
func (o *GetVpnGatewaysParams) WithVersion(version string) *GetVpnGatewaysParams
WithVersion adds the version to the get vpn gateways params
func (*GetVpnGatewaysParams) WriteToRequest ¶
func (o *GetVpnGatewaysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVpnGatewaysReader ¶
type GetVpnGatewaysReader struct {
// contains filtered or unexported fields
}
GetVpnGatewaysReader is a Reader for the GetVpnGateways structure.
func (*GetVpnGatewaysReader) ReadResponse ¶
func (o *GetVpnGatewaysReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsNotFound ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsNotFound struct {
Payload *models.Riaaserror
}
GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsNotFound handles this case with default header values.
A resource with the specified identifier could not be found.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsNotFound ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsNotFound() *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsNotFound
NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsNotFound creates a GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsNotFound with default headers values
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsNotFound) Error ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsNotFound) Error() string
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsOK ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsOK struct {
Payload *models.VPNGatewayConnectionLocalCIDRs
}
GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsOK handles this case with default header values.
The CIDRs were retrieved successfully.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsOK ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsOK() *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsOK
NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsOK creates a GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsOK with default headers values
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsOK) Error ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsOK) Error() string
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN connection identifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string /*VpnGatewayID The VPN gateway identifier */ VpnGatewayID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams contains all the parameters to send to the API endpoint for the get vpn gateways vpn gateway ID connections ID local cidrs operation typically these are written to a http.Request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams() *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams object with the default values initialized.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParamsWithContext ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParamsWithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParamsWithContext creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams object with the default values initialized, and the ability to set a context for a request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParamsWithHTTPClient ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParamsWithHTTPClient creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParamsWithTimeout ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParamsWithTimeout creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetContext ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetContext(ctx context.Context)
SetContext adds the context to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetGeneration ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetHTTPClient ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetID(id string)
SetID adds the id to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetTimeout ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetVersion ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetVersion(version string)
SetVersion adds the version to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetVpnGatewayID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) SetVpnGatewayID(vpnGatewayID string)
SetVpnGatewayID adds the vpnGatewayId to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithContext ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
WithContext adds the context to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithGeneration ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithGeneration(generation int64) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
WithGeneration adds the generation to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithHTTPClient ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
WithHTTPClient adds the HTTPClient to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithID(id string) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
WithID adds the id to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithTimeout ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
WithTimeout adds the timeout to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithVersion ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithVersion(version string) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
WithVersion adds the version to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithVpnGatewayID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WithVpnGatewayID(vpnGatewayID string) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams
WithVpnGatewayID adds the vpnGatewayID to the get vpn gateways vpn gateway ID connections ID local cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WriteToRequest ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent struct { }
GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent handles this case with default header values.
The specified CIDR exists on the specified resource.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent() *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent
NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent creates a GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent with default headers values
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound struct {
Payload *models.Riaaserror
}
GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound handles this case with default header values.
The specified CIDR does not exist on the specified resource or the specified resource could not be found.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound() *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound
NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound creates a GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound with default headers values
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN connection identifier */ ID string /*PrefixAddress The prefix address part of the CIDR */ PrefixAddress string /*PrefixLength The prefix length part of the CIDR */ PrefixLength string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string /*VpnGatewayID The VPN gateway identifier */ VpnGatewayID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams contains all the parameters to send to the API endpoint for the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length operation typically these are written to a http.Request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams() *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams object with the default values initialized.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithContext ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithContext creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a context for a request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithHTTPClient ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithHTTPClient creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithTimeout ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithTimeout creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetContext ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetContext(ctx context.Context)
SetContext adds the context to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetGeneration ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetHTTPClient ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetID(id string)
SetID adds the id to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress(prefixAddress string)
SetPrefixAddress adds the prefixAddress to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixLength ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixLength(prefixLength string)
SetPrefixLength adds the prefixLength to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetTimeout ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVersion ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVersion(version string)
SetVersion adds the version to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID(vpnGatewayID string)
SetVpnGatewayID adds the vpnGatewayId to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithContext ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithContext adds the context to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithGeneration ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithGeneration(generation int64) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithGeneration adds the generation to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithHTTPClient ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithHTTPClient adds the HTTPClient to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithID(id string) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithID adds the id to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress(prefixAddress string) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithPrefixAddress adds the prefixAddress to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixLength ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixLength(prefixLength string) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithPrefixLength adds the prefixLength to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithTimeout ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithTimeout adds the timeout to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVersion ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVersion(version string) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithVersion adds the version to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID(vpnGatewayID string) *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithVpnGatewayID adds the vpnGatewayID to the get vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WriteToRequest ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader struct {
// contains filtered or unexported fields
}
GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader is a Reader for the GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength structure.
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader) ReadResponse ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsReader ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsReader struct {
// contains filtered or unexported fields
}
GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsReader is a Reader for the GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrs structure.
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsReader) ReadResponse ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVpnGatewaysVpnGatewayIDConnectionsIDNotFound ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDNotFound struct {
Payload *models.Riaaserror
}
GetVpnGatewaysVpnGatewayIDConnectionsIDNotFound handles this case with default header values.
A VPN connection with the specified identifier could not be found.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDNotFound ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDNotFound() *GetVpnGatewaysVpnGatewayIDConnectionsIDNotFound
NewGetVpnGatewaysVpnGatewayIDConnectionsIDNotFound creates a GetVpnGatewaysVpnGatewayIDConnectionsIDNotFound with default headers values
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDNotFound) Error ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDNotFound) Error() string
type GetVpnGatewaysVpnGatewayIDConnectionsIDOK ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDOK struct {
Payload *models.VPNGatewayConnection
}
GetVpnGatewaysVpnGatewayIDConnectionsIDOK handles this case with default header values.
The VPN connection was retrieved successfully.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDOK ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDOK() *GetVpnGatewaysVpnGatewayIDConnectionsIDOK
NewGetVpnGatewaysVpnGatewayIDConnectionsIDOK creates a GetVpnGatewaysVpnGatewayIDConnectionsIDOK with default headers values
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDOK) Error ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDOK) Error() string
type GetVpnGatewaysVpnGatewayIDConnectionsIDParams ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN connection idenitifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string /*VpnGatewayID The VPN gateway identifier */ VpnGatewayID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVpnGatewaysVpnGatewayIDConnectionsIDParams contains all the parameters to send to the API endpoint for the get vpn gateways vpn gateway ID connections ID operation typically these are written to a http.Request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDParams ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDParams() *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDParams creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDParams object with the default values initialized.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDParamsWithContext ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDParamsWithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDParamsWithContext creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDParams object with the default values initialized, and the ability to set a context for a request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDParamsWithHTTPClient ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDParamsWithHTTPClient creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDParamsWithTimeout ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDParamsWithTimeout creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetContext ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetGeneration ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetHTTPClient ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetID(id string)
SetID adds the id to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetTimeout ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVersion ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVersion(version string)
SetVersion adds the version to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVpnGatewayID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVpnGatewayID(vpnGatewayID string)
SetVpnGatewayID adds the vpnGatewayId to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithContext ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
WithContext adds the context to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithGeneration ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithGeneration(generation int64) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
WithGeneration adds the generation to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithHTTPClient ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
WithHTTPClient adds the HTTPClient to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithID(id string) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
WithID adds the id to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithTimeout ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
WithTimeout adds the timeout to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVersion ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVersion(version string) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
WithVersion adds the version to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVpnGatewayID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVpnGatewayID(vpnGatewayID string) *GetVpnGatewaysVpnGatewayIDConnectionsIDParams
WithVpnGatewayID adds the vpnGatewayID to the get vpn gateways vpn gateway ID connections ID params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WriteToRequest ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsNotFound ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsNotFound struct {
Payload *models.Riaaserror
}
GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsNotFound handles this case with default header values.
A resource with the specified identifier could not be found.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsNotFound ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsNotFound() *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsNotFound
NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsNotFound creates a GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsNotFound with default headers values
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsNotFound) Error ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsNotFound) Error() string
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsOK ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsOK struct {
Payload *models.VPNGatewayConnectionPeerCIDRs
}
GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsOK handles this case with default header values.
The CIDRs were retrieved successfully.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsOK ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsOK() *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsOK
NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsOK creates a GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsOK with default headers values
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsOK) Error ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsOK) Error() string
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN connection identifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string /*VpnGatewayID The VPN gateway identifier */ VpnGatewayID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams contains all the parameters to send to the API endpoint for the get vpn gateways vpn gateway ID connections ID peer cidrs operation typically these are written to a http.Request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams() *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams object with the default values initialized.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParamsWithContext ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParamsWithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParamsWithContext creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams object with the default values initialized, and the ability to set a context for a request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParamsWithHTTPClient ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParamsWithHTTPClient creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParamsWithTimeout ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParamsWithTimeout creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetContext ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetContext(ctx context.Context)
SetContext adds the context to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetGeneration ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetHTTPClient ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetID(id string)
SetID adds the id to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetTimeout ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetVersion ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetVersion(version string)
SetVersion adds the version to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetVpnGatewayID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) SetVpnGatewayID(vpnGatewayID string)
SetVpnGatewayID adds the vpnGatewayId to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithContext ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
WithContext adds the context to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithGeneration ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithGeneration(generation int64) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
WithGeneration adds the generation to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithHTTPClient ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
WithHTTPClient adds the HTTPClient to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithID(id string) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
WithID adds the id to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithTimeout ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
WithTimeout adds the timeout to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithVersion ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithVersion(version string) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
WithVersion adds the version to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithVpnGatewayID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WithVpnGatewayID(vpnGatewayID string) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams
WithVpnGatewayID adds the vpnGatewayID to the get vpn gateways vpn gateway ID connections ID peer cidrs params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WriteToRequest ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent struct { }
GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent handles this case with default header values.
The specified CIDR exists on the specified resource.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent() *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent
NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent creates a GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent with default headers values
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound struct {
Payload *models.Riaaserror
}
GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound handles this case with default header values.
The specified CIDR does not exist on the specified resource or the specified resource could not be found.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound() *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound
NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound creates a GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound with default headers values
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN connection identifier */ ID string /*PrefixAddress The prefix address part of the CIDR */ PrefixAddress string /*PrefixLength The prefix length part of the CIDR */ PrefixLength string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string /*VpnGatewayID The VPN gateway identifier */ VpnGatewayID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams contains all the parameters to send to the API endpoint for the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length operation typically these are written to a http.Request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams() *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams object with the default values initialized.
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithContext ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithContext creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a context for a request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithHTTPClient ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithHTTPClient creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithTimeout ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
NewGetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithTimeout creates a new GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetContext ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetContext(ctx context.Context)
SetContext adds the context to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetGeneration ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetHTTPClient ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetID(id string)
SetID adds the id to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress(prefixAddress string)
SetPrefixAddress adds the prefixAddress to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixLength ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixLength(prefixLength string)
SetPrefixLength adds the prefixLength to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetTimeout ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVersion ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVersion(version string)
SetVersion adds the version to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID(vpnGatewayID string)
SetVpnGatewayID adds the vpnGatewayId to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithContext ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithContext adds the context to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithGeneration ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithGeneration(generation int64) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithGeneration adds the generation to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithHTTPClient ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithHTTPClient adds the HTTPClient to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithID(id string) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithID adds the id to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress(prefixAddress string) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithPrefixAddress adds the prefixAddress to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixLength ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixLength(prefixLength string) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithPrefixLength adds the prefixLength to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithTimeout ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithTimeout adds the timeout to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVersion ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVersion(version string) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithVersion adds the version to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID(vpnGatewayID string) *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithVpnGatewayID adds the vpnGatewayID to the get vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WriteToRequest ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader struct {
// contains filtered or unexported fields
}
GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader is a Reader for the GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength structure.
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader) ReadResponse ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsReader ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsReader struct {
// contains filtered or unexported fields
}
GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsReader is a Reader for the GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrs structure.
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsReader) ReadResponse ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVpnGatewaysVpnGatewayIDConnectionsIDReader ¶
type GetVpnGatewaysVpnGatewayIDConnectionsIDReader struct {
// contains filtered or unexported fields
}
GetVpnGatewaysVpnGatewayIDConnectionsIDReader is a Reader for the GetVpnGatewaysVpnGatewayIDConnectionsID structure.
func (*GetVpnGatewaysVpnGatewayIDConnectionsIDReader) ReadResponse ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVpnGatewaysVpnGatewayIDConnectionsNotFound ¶
type GetVpnGatewaysVpnGatewayIDConnectionsNotFound struct {
Payload *models.Riaaserror
}
GetVpnGatewaysVpnGatewayIDConnectionsNotFound handles this case with default header values.
A VPN gateway with the specified identifier could not be found.
func NewGetVpnGatewaysVpnGatewayIDConnectionsNotFound ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsNotFound() *GetVpnGatewaysVpnGatewayIDConnectionsNotFound
NewGetVpnGatewaysVpnGatewayIDConnectionsNotFound creates a GetVpnGatewaysVpnGatewayIDConnectionsNotFound with default headers values
func (*GetVpnGatewaysVpnGatewayIDConnectionsNotFound) Error ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsNotFound) Error() string
type GetVpnGatewaysVpnGatewayIDConnectionsOK ¶
type GetVpnGatewaysVpnGatewayIDConnectionsOK struct {
Payload *models.VPNGatewayConnectionCollection
}
GetVpnGatewaysVpnGatewayIDConnectionsOK handles this case with default header values.
The VPN connections were retrieved successfully.
func NewGetVpnGatewaysVpnGatewayIDConnectionsOK ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsOK() *GetVpnGatewaysVpnGatewayIDConnectionsOK
NewGetVpnGatewaysVpnGatewayIDConnectionsOK creates a GetVpnGatewaysVpnGatewayIDConnectionsOK with default headers values
func (*GetVpnGatewaysVpnGatewayIDConnectionsOK) Error ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsOK) Error() string
type GetVpnGatewaysVpnGatewayIDConnectionsParams ¶
type GetVpnGatewaysVpnGatewayIDConnectionsParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*Status Filters the collection to VPN connections with the specified status */ Status *string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string /*VpnGatewayID The VPN gateway identifier */ VpnGatewayID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVpnGatewaysVpnGatewayIDConnectionsParams contains all the parameters to send to the API endpoint for the get vpn gateways vpn gateway ID connections operation typically these are written to a http.Request
func NewGetVpnGatewaysVpnGatewayIDConnectionsParams ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsParams() *GetVpnGatewaysVpnGatewayIDConnectionsParams
NewGetVpnGatewaysVpnGatewayIDConnectionsParams creates a new GetVpnGatewaysVpnGatewayIDConnectionsParams object with the default values initialized.
func NewGetVpnGatewaysVpnGatewayIDConnectionsParamsWithContext ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsParamsWithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsParams
NewGetVpnGatewaysVpnGatewayIDConnectionsParamsWithContext creates a new GetVpnGatewaysVpnGatewayIDConnectionsParams object with the default values initialized, and the ability to set a context for a request
func NewGetVpnGatewaysVpnGatewayIDConnectionsParamsWithHTTPClient ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsParamsWithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsParams
NewGetVpnGatewaysVpnGatewayIDConnectionsParamsWithHTTPClient creates a new GetVpnGatewaysVpnGatewayIDConnectionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVpnGatewaysVpnGatewayIDConnectionsParamsWithTimeout ¶
func NewGetVpnGatewaysVpnGatewayIDConnectionsParamsWithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsParams
NewGetVpnGatewaysVpnGatewayIDConnectionsParamsWithTimeout creates a new GetVpnGatewaysVpnGatewayIDConnectionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) SetContext ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) SetGeneration ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetGeneration(generation int64)
SetGeneration adds the generation to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) SetHTTPClient ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) SetStatus ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetStatus(status *string)
SetStatus adds the status to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) SetTimeout ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) SetVersion ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetVersion(version string)
SetVersion adds the version to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) SetVpnGatewayID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) SetVpnGatewayID(vpnGatewayID string)
SetVpnGatewayID adds the vpnGatewayId to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) WithContext ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithContext(ctx context.Context) *GetVpnGatewaysVpnGatewayIDConnectionsParams
WithContext adds the context to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) WithGeneration ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithGeneration(generation int64) *GetVpnGatewaysVpnGatewayIDConnectionsParams
WithGeneration adds the generation to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) WithHTTPClient ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithHTTPClient(client *http.Client) *GetVpnGatewaysVpnGatewayIDConnectionsParams
WithHTTPClient adds the HTTPClient to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) WithStatus ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithStatus(status *string) *GetVpnGatewaysVpnGatewayIDConnectionsParams
WithStatus adds the status to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) WithTimeout ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithTimeout(timeout time.Duration) *GetVpnGatewaysVpnGatewayIDConnectionsParams
WithTimeout adds the timeout to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) WithVersion ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithVersion(version string) *GetVpnGatewaysVpnGatewayIDConnectionsParams
WithVersion adds the version to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) WithVpnGatewayID ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WithVpnGatewayID(vpnGatewayID string) *GetVpnGatewaysVpnGatewayIDConnectionsParams
WithVpnGatewayID adds the vpnGatewayID to the get vpn gateways vpn gateway ID connections params
func (*GetVpnGatewaysVpnGatewayIDConnectionsParams) WriteToRequest ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVpnGatewaysVpnGatewayIDConnectionsReader ¶
type GetVpnGatewaysVpnGatewayIDConnectionsReader struct {
// contains filtered or unexported fields
}
GetVpnGatewaysVpnGatewayIDConnectionsReader is a Reader for the GetVpnGatewaysVpnGatewayIDConnections structure.
func (*GetVpnGatewaysVpnGatewayIDConnectionsReader) ReadResponse ¶
func (o *GetVpnGatewaysVpnGatewayIDConnectionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchIkePoliciesIDBadRequest ¶
type PatchIkePoliciesIDBadRequest struct {
Payload *models.Riaaserror
}
PatchIkePoliciesIDBadRequest handles this case with default header values.
An invalid IKE policy patch was provided.
func NewPatchIkePoliciesIDBadRequest ¶
func NewPatchIkePoliciesIDBadRequest() *PatchIkePoliciesIDBadRequest
NewPatchIkePoliciesIDBadRequest creates a PatchIkePoliciesIDBadRequest with default headers values
func (*PatchIkePoliciesIDBadRequest) Error ¶
func (o *PatchIkePoliciesIDBadRequest) Error() string
type PatchIkePoliciesIDOK ¶
PatchIkePoliciesIDOK handles this case with default header values.
The IKE policy was updated successfully.
func NewPatchIkePoliciesIDOK ¶
func NewPatchIkePoliciesIDOK() *PatchIkePoliciesIDOK
NewPatchIkePoliciesIDOK creates a PatchIkePoliciesIDOK with default headers values
func (*PatchIkePoliciesIDOK) Error ¶
func (o *PatchIkePoliciesIDOK) Error() string
type PatchIkePoliciesIDParams ¶
type PatchIkePoliciesIDParams struct { /*Body The IKE policy patch. */ Body *models.IKEPolicyPatch /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The IKE policy identifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchIkePoliciesIDParams contains all the parameters to send to the API endpoint for the patch ike policies ID operation typically these are written to a http.Request
func NewPatchIkePoliciesIDParams ¶
func NewPatchIkePoliciesIDParams() *PatchIkePoliciesIDParams
NewPatchIkePoliciesIDParams creates a new PatchIkePoliciesIDParams object with the default values initialized.
func NewPatchIkePoliciesIDParamsWithContext ¶
func NewPatchIkePoliciesIDParamsWithContext(ctx context.Context) *PatchIkePoliciesIDParams
NewPatchIkePoliciesIDParamsWithContext creates a new PatchIkePoliciesIDParams object with the default values initialized, and the ability to set a context for a request
func NewPatchIkePoliciesIDParamsWithHTTPClient ¶
func NewPatchIkePoliciesIDParamsWithHTTPClient(client *http.Client) *PatchIkePoliciesIDParams
NewPatchIkePoliciesIDParamsWithHTTPClient creates a new PatchIkePoliciesIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPatchIkePoliciesIDParamsWithTimeout ¶
func NewPatchIkePoliciesIDParamsWithTimeout(timeout time.Duration) *PatchIkePoliciesIDParams
NewPatchIkePoliciesIDParamsWithTimeout creates a new PatchIkePoliciesIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*PatchIkePoliciesIDParams) SetBody ¶
func (o *PatchIkePoliciesIDParams) SetBody(body *models.IKEPolicyPatch)
SetBody adds the body to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) SetContext ¶
func (o *PatchIkePoliciesIDParams) SetContext(ctx context.Context)
SetContext adds the context to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) SetGeneration ¶
func (o *PatchIkePoliciesIDParams) SetGeneration(generation int64)
SetGeneration adds the generation to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) SetHTTPClient ¶
func (o *PatchIkePoliciesIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) SetID ¶
func (o *PatchIkePoliciesIDParams) SetID(id string)
SetID adds the id to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) SetTimeout ¶
func (o *PatchIkePoliciesIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) SetVersion ¶
func (o *PatchIkePoliciesIDParams) SetVersion(version string)
SetVersion adds the version to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) WithBody ¶
func (o *PatchIkePoliciesIDParams) WithBody(body *models.IKEPolicyPatch) *PatchIkePoliciesIDParams
WithBody adds the body to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) WithContext ¶
func (o *PatchIkePoliciesIDParams) WithContext(ctx context.Context) *PatchIkePoliciesIDParams
WithContext adds the context to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) WithGeneration ¶
func (o *PatchIkePoliciesIDParams) WithGeneration(generation int64) *PatchIkePoliciesIDParams
WithGeneration adds the generation to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) WithHTTPClient ¶
func (o *PatchIkePoliciesIDParams) WithHTTPClient(client *http.Client) *PatchIkePoliciesIDParams
WithHTTPClient adds the HTTPClient to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) WithID ¶
func (o *PatchIkePoliciesIDParams) WithID(id string) *PatchIkePoliciesIDParams
WithID adds the id to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) WithTimeout ¶
func (o *PatchIkePoliciesIDParams) WithTimeout(timeout time.Duration) *PatchIkePoliciesIDParams
WithTimeout adds the timeout to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) WithVersion ¶
func (o *PatchIkePoliciesIDParams) WithVersion(version string) *PatchIkePoliciesIDParams
WithVersion adds the version to the patch ike policies ID params
func (*PatchIkePoliciesIDParams) WriteToRequest ¶
func (o *PatchIkePoliciesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchIkePoliciesIDReader ¶
type PatchIkePoliciesIDReader struct {
// contains filtered or unexported fields
}
PatchIkePoliciesIDReader is a Reader for the PatchIkePoliciesID structure.
func (*PatchIkePoliciesIDReader) ReadResponse ¶
func (o *PatchIkePoliciesIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchIpsecPoliciesIDBadRequest ¶
type PatchIpsecPoliciesIDBadRequest struct {
Payload *models.Riaaserror
}
PatchIpsecPoliciesIDBadRequest handles this case with default header values.
An invalid IPsec policy patch was provided.
func NewPatchIpsecPoliciesIDBadRequest ¶
func NewPatchIpsecPoliciesIDBadRequest() *PatchIpsecPoliciesIDBadRequest
NewPatchIpsecPoliciesIDBadRequest creates a PatchIpsecPoliciesIDBadRequest with default headers values
func (*PatchIpsecPoliciesIDBadRequest) Error ¶
func (o *PatchIpsecPoliciesIDBadRequest) Error() string
type PatchIpsecPoliciesIDOK ¶
type PatchIpsecPoliciesIDOK struct {
Payload *models.IpsecPolicy
}
PatchIpsecPoliciesIDOK handles this case with default header values.
The IPsec policy was updated successfully.
func NewPatchIpsecPoliciesIDOK ¶
func NewPatchIpsecPoliciesIDOK() *PatchIpsecPoliciesIDOK
NewPatchIpsecPoliciesIDOK creates a PatchIpsecPoliciesIDOK with default headers values
func (*PatchIpsecPoliciesIDOK) Error ¶
func (o *PatchIpsecPoliciesIDOK) Error() string
type PatchIpsecPoliciesIDParams ¶
type PatchIpsecPoliciesIDParams struct { /*Body The IPsec policy patch. */ Body *models.IpsecPolicyPatch /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The IPsec policy identifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchIpsecPoliciesIDParams contains all the parameters to send to the API endpoint for the patch ipsec policies ID operation typically these are written to a http.Request
func NewPatchIpsecPoliciesIDParams ¶
func NewPatchIpsecPoliciesIDParams() *PatchIpsecPoliciesIDParams
NewPatchIpsecPoliciesIDParams creates a new PatchIpsecPoliciesIDParams object with the default values initialized.
func NewPatchIpsecPoliciesIDParamsWithContext ¶
func NewPatchIpsecPoliciesIDParamsWithContext(ctx context.Context) *PatchIpsecPoliciesIDParams
NewPatchIpsecPoliciesIDParamsWithContext creates a new PatchIpsecPoliciesIDParams object with the default values initialized, and the ability to set a context for a request
func NewPatchIpsecPoliciesIDParamsWithHTTPClient ¶
func NewPatchIpsecPoliciesIDParamsWithHTTPClient(client *http.Client) *PatchIpsecPoliciesIDParams
NewPatchIpsecPoliciesIDParamsWithHTTPClient creates a new PatchIpsecPoliciesIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPatchIpsecPoliciesIDParamsWithTimeout ¶
func NewPatchIpsecPoliciesIDParamsWithTimeout(timeout time.Duration) *PatchIpsecPoliciesIDParams
NewPatchIpsecPoliciesIDParamsWithTimeout creates a new PatchIpsecPoliciesIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*PatchIpsecPoliciesIDParams) SetBody ¶
func (o *PatchIpsecPoliciesIDParams) SetBody(body *models.IpsecPolicyPatch)
SetBody adds the body to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) SetContext ¶
func (o *PatchIpsecPoliciesIDParams) SetContext(ctx context.Context)
SetContext adds the context to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) SetGeneration ¶
func (o *PatchIpsecPoliciesIDParams) SetGeneration(generation int64)
SetGeneration adds the generation to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) SetHTTPClient ¶
func (o *PatchIpsecPoliciesIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) SetID ¶
func (o *PatchIpsecPoliciesIDParams) SetID(id string)
SetID adds the id to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) SetTimeout ¶
func (o *PatchIpsecPoliciesIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) SetVersion ¶
func (o *PatchIpsecPoliciesIDParams) SetVersion(version string)
SetVersion adds the version to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) WithBody ¶
func (o *PatchIpsecPoliciesIDParams) WithBody(body *models.IpsecPolicyPatch) *PatchIpsecPoliciesIDParams
WithBody adds the body to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) WithContext ¶
func (o *PatchIpsecPoliciesIDParams) WithContext(ctx context.Context) *PatchIpsecPoliciesIDParams
WithContext adds the context to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) WithGeneration ¶
func (o *PatchIpsecPoliciesIDParams) WithGeneration(generation int64) *PatchIpsecPoliciesIDParams
WithGeneration adds the generation to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) WithHTTPClient ¶
func (o *PatchIpsecPoliciesIDParams) WithHTTPClient(client *http.Client) *PatchIpsecPoliciesIDParams
WithHTTPClient adds the HTTPClient to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) WithID ¶
func (o *PatchIpsecPoliciesIDParams) WithID(id string) *PatchIpsecPoliciesIDParams
WithID adds the id to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) WithTimeout ¶
func (o *PatchIpsecPoliciesIDParams) WithTimeout(timeout time.Duration) *PatchIpsecPoliciesIDParams
WithTimeout adds the timeout to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) WithVersion ¶
func (o *PatchIpsecPoliciesIDParams) WithVersion(version string) *PatchIpsecPoliciesIDParams
WithVersion adds the version to the patch ipsec policies ID params
func (*PatchIpsecPoliciesIDParams) WriteToRequest ¶
func (o *PatchIpsecPoliciesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchIpsecPoliciesIDReader ¶
type PatchIpsecPoliciesIDReader struct {
// contains filtered or unexported fields
}
PatchIpsecPoliciesIDReader is a Reader for the PatchIpsecPoliciesID structure.
func (*PatchIpsecPoliciesIDReader) ReadResponse ¶
func (o *PatchIpsecPoliciesIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchVpnGatewaysIDBadRequest ¶
type PatchVpnGatewaysIDBadRequest struct {
Payload *models.Riaaserror
}
PatchVpnGatewaysIDBadRequest handles this case with default header values.
An invalid VPN gateway patch was provided.
func NewPatchVpnGatewaysIDBadRequest ¶
func NewPatchVpnGatewaysIDBadRequest() *PatchVpnGatewaysIDBadRequest
NewPatchVpnGatewaysIDBadRequest creates a PatchVpnGatewaysIDBadRequest with default headers values
func (*PatchVpnGatewaysIDBadRequest) Error ¶
func (o *PatchVpnGatewaysIDBadRequest) Error() string
type PatchVpnGatewaysIDOK ¶
type PatchVpnGatewaysIDOK struct {
Payload *models.VPNGateway
}
PatchVpnGatewaysIDOK handles this case with default header values.
The VPN gateway was updated successfully.
func NewPatchVpnGatewaysIDOK ¶
func NewPatchVpnGatewaysIDOK() *PatchVpnGatewaysIDOK
NewPatchVpnGatewaysIDOK creates a PatchVpnGatewaysIDOK with default headers values
func (*PatchVpnGatewaysIDOK) Error ¶
func (o *PatchVpnGatewaysIDOK) Error() string
type PatchVpnGatewaysIDParams ¶
type PatchVpnGatewaysIDParams struct { /*Body The VPN gateway patch. */ Body *models.VPNGatewayPatch /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN gateway identifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchVpnGatewaysIDParams contains all the parameters to send to the API endpoint for the patch vpn gateways ID operation typically these are written to a http.Request
func NewPatchVpnGatewaysIDParams ¶
func NewPatchVpnGatewaysIDParams() *PatchVpnGatewaysIDParams
NewPatchVpnGatewaysIDParams creates a new PatchVpnGatewaysIDParams object with the default values initialized.
func NewPatchVpnGatewaysIDParamsWithContext ¶
func NewPatchVpnGatewaysIDParamsWithContext(ctx context.Context) *PatchVpnGatewaysIDParams
NewPatchVpnGatewaysIDParamsWithContext creates a new PatchVpnGatewaysIDParams object with the default values initialized, and the ability to set a context for a request
func NewPatchVpnGatewaysIDParamsWithHTTPClient ¶
func NewPatchVpnGatewaysIDParamsWithHTTPClient(client *http.Client) *PatchVpnGatewaysIDParams
NewPatchVpnGatewaysIDParamsWithHTTPClient creates a new PatchVpnGatewaysIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPatchVpnGatewaysIDParamsWithTimeout ¶
func NewPatchVpnGatewaysIDParamsWithTimeout(timeout time.Duration) *PatchVpnGatewaysIDParams
NewPatchVpnGatewaysIDParamsWithTimeout creates a new PatchVpnGatewaysIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*PatchVpnGatewaysIDParams) SetBody ¶
func (o *PatchVpnGatewaysIDParams) SetBody(body *models.VPNGatewayPatch)
SetBody adds the body to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) SetContext ¶
func (o *PatchVpnGatewaysIDParams) SetContext(ctx context.Context)
SetContext adds the context to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) SetGeneration ¶
func (o *PatchVpnGatewaysIDParams) SetGeneration(generation int64)
SetGeneration adds the generation to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) SetHTTPClient ¶
func (o *PatchVpnGatewaysIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) SetID ¶
func (o *PatchVpnGatewaysIDParams) SetID(id string)
SetID adds the id to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) SetTimeout ¶
func (o *PatchVpnGatewaysIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) SetVersion ¶
func (o *PatchVpnGatewaysIDParams) SetVersion(version string)
SetVersion adds the version to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) WithBody ¶
func (o *PatchVpnGatewaysIDParams) WithBody(body *models.VPNGatewayPatch) *PatchVpnGatewaysIDParams
WithBody adds the body to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) WithContext ¶
func (o *PatchVpnGatewaysIDParams) WithContext(ctx context.Context) *PatchVpnGatewaysIDParams
WithContext adds the context to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) WithGeneration ¶
func (o *PatchVpnGatewaysIDParams) WithGeneration(generation int64) *PatchVpnGatewaysIDParams
WithGeneration adds the generation to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) WithHTTPClient ¶
func (o *PatchVpnGatewaysIDParams) WithHTTPClient(client *http.Client) *PatchVpnGatewaysIDParams
WithHTTPClient adds the HTTPClient to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) WithID ¶
func (o *PatchVpnGatewaysIDParams) WithID(id string) *PatchVpnGatewaysIDParams
WithID adds the id to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) WithTimeout ¶
func (o *PatchVpnGatewaysIDParams) WithTimeout(timeout time.Duration) *PatchVpnGatewaysIDParams
WithTimeout adds the timeout to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) WithVersion ¶
func (o *PatchVpnGatewaysIDParams) WithVersion(version string) *PatchVpnGatewaysIDParams
WithVersion adds the version to the patch vpn gateways ID params
func (*PatchVpnGatewaysIDParams) WriteToRequest ¶
func (o *PatchVpnGatewaysIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchVpnGatewaysIDReader ¶
type PatchVpnGatewaysIDReader struct {
// contains filtered or unexported fields
}
PatchVpnGatewaysIDReader is a Reader for the PatchVpnGatewaysID structure.
func (*PatchVpnGatewaysIDReader) ReadResponse ¶
func (o *PatchVpnGatewaysIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchVpnGatewaysVpnGatewayIDConnectionsIDBadRequest ¶
type PatchVpnGatewaysVpnGatewayIDConnectionsIDBadRequest struct {
Payload *models.Riaaserror
}
PatchVpnGatewaysVpnGatewayIDConnectionsIDBadRequest handles this case with default header values.
An invalid VPN connection patch was provided.
func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDBadRequest ¶
func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDBadRequest() *PatchVpnGatewaysVpnGatewayIDConnectionsIDBadRequest
NewPatchVpnGatewaysVpnGatewayIDConnectionsIDBadRequest creates a PatchVpnGatewaysVpnGatewayIDConnectionsIDBadRequest with default headers values
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDBadRequest) Error ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDBadRequest) Error() string
type PatchVpnGatewaysVpnGatewayIDConnectionsIDOK ¶
type PatchVpnGatewaysVpnGatewayIDConnectionsIDOK struct {
Payload *models.VPNGatewayConnection
}
PatchVpnGatewaysVpnGatewayIDConnectionsIDOK handles this case with default header values.
The VPN connection was updated successfully.
func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDOK ¶
func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDOK() *PatchVpnGatewaysVpnGatewayIDConnectionsIDOK
NewPatchVpnGatewaysVpnGatewayIDConnectionsIDOK creates a PatchVpnGatewaysVpnGatewayIDConnectionsIDOK with default headers values
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDOK) Error ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDOK) Error() string
type PatchVpnGatewaysVpnGatewayIDConnectionsIDParams ¶
type PatchVpnGatewaysVpnGatewayIDConnectionsIDParams struct { /*Body The VPN connection patch. */ Body *models.VPNGatewayConnectionPatch /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN connection identifier */ ID string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string /*VpnGatewayID The VPN gateway identifier */ VpnGatewayID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchVpnGatewaysVpnGatewayIDConnectionsIDParams contains all the parameters to send to the API endpoint for the patch vpn gateways vpn gateway ID connections ID operation typically these are written to a http.Request
func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParams ¶
func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParams() *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParams creates a new PatchVpnGatewaysVpnGatewayIDConnectionsIDParams object with the default values initialized.
func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParamsWithContext ¶
func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParamsWithContext(ctx context.Context) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParamsWithContext creates a new PatchVpnGatewaysVpnGatewayIDConnectionsIDParams object with the default values initialized, and the ability to set a context for a request
func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParamsWithHTTPClient ¶
func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParamsWithHTTPClient(client *http.Client) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParamsWithHTTPClient creates a new PatchVpnGatewaysVpnGatewayIDConnectionsIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParamsWithTimeout ¶
func NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParamsWithTimeout(timeout time.Duration) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
NewPatchVpnGatewaysVpnGatewayIDConnectionsIDParamsWithTimeout creates a new PatchVpnGatewaysVpnGatewayIDConnectionsIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetBody ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetBody(body *models.VPNGatewayConnectionPatch)
SetBody adds the body to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetContext ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetContext(ctx context.Context)
SetContext adds the context to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetGeneration ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetGeneration(generation int64)
SetGeneration adds the generation to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetHTTPClient ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetID ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetID(id string)
SetID adds the id to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetTimeout ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVersion ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVersion(version string)
SetVersion adds the version to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVpnGatewayID ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) SetVpnGatewayID(vpnGatewayID string)
SetVpnGatewayID adds the vpnGatewayId to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithBody ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithBody(body *models.VPNGatewayConnectionPatch) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
WithBody adds the body to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithContext ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithContext(ctx context.Context) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
WithContext adds the context to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithGeneration ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithGeneration(generation int64) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
WithGeneration adds the generation to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithHTTPClient ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithHTTPClient(client *http.Client) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
WithHTTPClient adds the HTTPClient to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithID ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithID(id string) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
WithID adds the id to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithTimeout ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithTimeout(timeout time.Duration) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
WithTimeout adds the timeout to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVersion ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVersion(version string) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
WithVersion adds the version to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVpnGatewayID ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WithVpnGatewayID(vpnGatewayID string) *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams
WithVpnGatewayID adds the vpnGatewayID to the patch vpn gateways vpn gateway ID connections ID params
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WriteToRequest ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchVpnGatewaysVpnGatewayIDConnectionsIDReader ¶
type PatchVpnGatewaysVpnGatewayIDConnectionsIDReader struct {
// contains filtered or unexported fields
}
PatchVpnGatewaysVpnGatewayIDConnectionsIDReader is a Reader for the PatchVpnGatewaysVpnGatewayIDConnectionsID structure.
func (*PatchVpnGatewaysVpnGatewayIDConnectionsIDReader) ReadResponse ¶
func (o *PatchVpnGatewaysVpnGatewayIDConnectionsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostIkePoliciesBadRequest ¶
type PostIkePoliciesBadRequest struct {
Payload *models.Riaaserror
}
PostIkePoliciesBadRequest handles this case with default header values.
An invalid IKE policy template was provided.
func NewPostIkePoliciesBadRequest ¶
func NewPostIkePoliciesBadRequest() *PostIkePoliciesBadRequest
NewPostIkePoliciesBadRequest creates a PostIkePoliciesBadRequest with default headers values
func (*PostIkePoliciesBadRequest) Error ¶
func (o *PostIkePoliciesBadRequest) Error() string
type PostIkePoliciesCreated ¶
PostIkePoliciesCreated handles this case with default header values.
The IKE policy was created successfully.
func NewPostIkePoliciesCreated ¶
func NewPostIkePoliciesCreated() *PostIkePoliciesCreated
NewPostIkePoliciesCreated creates a PostIkePoliciesCreated with default headers values
func (*PostIkePoliciesCreated) Error ¶
func (o *PostIkePoliciesCreated) Error() string
type PostIkePoliciesParams ¶
type PostIkePoliciesParams struct { /*Body*/ Body *models.IKEPolicyTemplate /*Generation The infrastructure generation for the request. */ Generation int64 /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostIkePoliciesParams contains all the parameters to send to the API endpoint for the post ike policies operation typically these are written to a http.Request
func NewPostIkePoliciesParams ¶
func NewPostIkePoliciesParams() *PostIkePoliciesParams
NewPostIkePoliciesParams creates a new PostIkePoliciesParams object with the default values initialized.
func NewPostIkePoliciesParamsWithContext ¶
func NewPostIkePoliciesParamsWithContext(ctx context.Context) *PostIkePoliciesParams
NewPostIkePoliciesParamsWithContext creates a new PostIkePoliciesParams object with the default values initialized, and the ability to set a context for a request
func NewPostIkePoliciesParamsWithHTTPClient ¶
func NewPostIkePoliciesParamsWithHTTPClient(client *http.Client) *PostIkePoliciesParams
NewPostIkePoliciesParamsWithHTTPClient creates a new PostIkePoliciesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostIkePoliciesParamsWithTimeout ¶
func NewPostIkePoliciesParamsWithTimeout(timeout time.Duration) *PostIkePoliciesParams
NewPostIkePoliciesParamsWithTimeout creates a new PostIkePoliciesParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostIkePoliciesParams) SetBody ¶
func (o *PostIkePoliciesParams) SetBody(body *models.IKEPolicyTemplate)
SetBody adds the body to the post ike policies params
func (*PostIkePoliciesParams) SetContext ¶
func (o *PostIkePoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the post ike policies params
func (*PostIkePoliciesParams) SetGeneration ¶
func (o *PostIkePoliciesParams) SetGeneration(generation int64)
SetGeneration adds the generation to the post ike policies params
func (*PostIkePoliciesParams) SetHTTPClient ¶
func (o *PostIkePoliciesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post ike policies params
func (*PostIkePoliciesParams) SetTimeout ¶
func (o *PostIkePoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post ike policies params
func (*PostIkePoliciesParams) SetVersion ¶
func (o *PostIkePoliciesParams) SetVersion(version string)
SetVersion adds the version to the post ike policies params
func (*PostIkePoliciesParams) WithBody ¶
func (o *PostIkePoliciesParams) WithBody(body *models.IKEPolicyTemplate) *PostIkePoliciesParams
WithBody adds the body to the post ike policies params
func (*PostIkePoliciesParams) WithContext ¶
func (o *PostIkePoliciesParams) WithContext(ctx context.Context) *PostIkePoliciesParams
WithContext adds the context to the post ike policies params
func (*PostIkePoliciesParams) WithGeneration ¶
func (o *PostIkePoliciesParams) WithGeneration(generation int64) *PostIkePoliciesParams
WithGeneration adds the generation to the post ike policies params
func (*PostIkePoliciesParams) WithHTTPClient ¶
func (o *PostIkePoliciesParams) WithHTTPClient(client *http.Client) *PostIkePoliciesParams
WithHTTPClient adds the HTTPClient to the post ike policies params
func (*PostIkePoliciesParams) WithTimeout ¶
func (o *PostIkePoliciesParams) WithTimeout(timeout time.Duration) *PostIkePoliciesParams
WithTimeout adds the timeout to the post ike policies params
func (*PostIkePoliciesParams) WithVersion ¶
func (o *PostIkePoliciesParams) WithVersion(version string) *PostIkePoliciesParams
WithVersion adds the version to the post ike policies params
func (*PostIkePoliciesParams) WriteToRequest ¶
func (o *PostIkePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostIkePoliciesReader ¶
type PostIkePoliciesReader struct {
// contains filtered or unexported fields
}
PostIkePoliciesReader is a Reader for the PostIkePolicies structure.
func (*PostIkePoliciesReader) ReadResponse ¶
func (o *PostIkePoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostIpsecPoliciesBadRequest ¶
type PostIpsecPoliciesBadRequest struct {
Payload *models.Riaaserror
}
PostIpsecPoliciesBadRequest handles this case with default header values.
An invalid IPsec policy template was provided.
func NewPostIpsecPoliciesBadRequest ¶
func NewPostIpsecPoliciesBadRequest() *PostIpsecPoliciesBadRequest
NewPostIpsecPoliciesBadRequest creates a PostIpsecPoliciesBadRequest with default headers values
func (*PostIpsecPoliciesBadRequest) Error ¶
func (o *PostIpsecPoliciesBadRequest) Error() string
type PostIpsecPoliciesCreated ¶
type PostIpsecPoliciesCreated struct {
Payload *models.IpsecPolicy
}
PostIpsecPoliciesCreated handles this case with default header values.
The IPsec policy was created successfully.
func NewPostIpsecPoliciesCreated ¶
func NewPostIpsecPoliciesCreated() *PostIpsecPoliciesCreated
NewPostIpsecPoliciesCreated creates a PostIpsecPoliciesCreated with default headers values
func (*PostIpsecPoliciesCreated) Error ¶
func (o *PostIpsecPoliciesCreated) Error() string
type PostIpsecPoliciesParams ¶
type PostIpsecPoliciesParams struct { /*Body The IPsec policy template. */ Body *models.IpsecPolicyTemplate /*Generation The infrastructure generation for the request. */ Generation int64 /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostIpsecPoliciesParams contains all the parameters to send to the API endpoint for the post ipsec policies operation typically these are written to a http.Request
func NewPostIpsecPoliciesParams ¶
func NewPostIpsecPoliciesParams() *PostIpsecPoliciesParams
NewPostIpsecPoliciesParams creates a new PostIpsecPoliciesParams object with the default values initialized.
func NewPostIpsecPoliciesParamsWithContext ¶
func NewPostIpsecPoliciesParamsWithContext(ctx context.Context) *PostIpsecPoliciesParams
NewPostIpsecPoliciesParamsWithContext creates a new PostIpsecPoliciesParams object with the default values initialized, and the ability to set a context for a request
func NewPostIpsecPoliciesParamsWithHTTPClient ¶
func NewPostIpsecPoliciesParamsWithHTTPClient(client *http.Client) *PostIpsecPoliciesParams
NewPostIpsecPoliciesParamsWithHTTPClient creates a new PostIpsecPoliciesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostIpsecPoliciesParamsWithTimeout ¶
func NewPostIpsecPoliciesParamsWithTimeout(timeout time.Duration) *PostIpsecPoliciesParams
NewPostIpsecPoliciesParamsWithTimeout creates a new PostIpsecPoliciesParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostIpsecPoliciesParams) SetBody ¶
func (o *PostIpsecPoliciesParams) SetBody(body *models.IpsecPolicyTemplate)
SetBody adds the body to the post ipsec policies params
func (*PostIpsecPoliciesParams) SetContext ¶
func (o *PostIpsecPoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the post ipsec policies params
func (*PostIpsecPoliciesParams) SetGeneration ¶
func (o *PostIpsecPoliciesParams) SetGeneration(generation int64)
SetGeneration adds the generation to the post ipsec policies params
func (*PostIpsecPoliciesParams) SetHTTPClient ¶
func (o *PostIpsecPoliciesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post ipsec policies params
func (*PostIpsecPoliciesParams) SetTimeout ¶
func (o *PostIpsecPoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post ipsec policies params
func (*PostIpsecPoliciesParams) SetVersion ¶
func (o *PostIpsecPoliciesParams) SetVersion(version string)
SetVersion adds the version to the post ipsec policies params
func (*PostIpsecPoliciesParams) WithBody ¶
func (o *PostIpsecPoliciesParams) WithBody(body *models.IpsecPolicyTemplate) *PostIpsecPoliciesParams
WithBody adds the body to the post ipsec policies params
func (*PostIpsecPoliciesParams) WithContext ¶
func (o *PostIpsecPoliciesParams) WithContext(ctx context.Context) *PostIpsecPoliciesParams
WithContext adds the context to the post ipsec policies params
func (*PostIpsecPoliciesParams) WithGeneration ¶
func (o *PostIpsecPoliciesParams) WithGeneration(generation int64) *PostIpsecPoliciesParams
WithGeneration adds the generation to the post ipsec policies params
func (*PostIpsecPoliciesParams) WithHTTPClient ¶
func (o *PostIpsecPoliciesParams) WithHTTPClient(client *http.Client) *PostIpsecPoliciesParams
WithHTTPClient adds the HTTPClient to the post ipsec policies params
func (*PostIpsecPoliciesParams) WithTimeout ¶
func (o *PostIpsecPoliciesParams) WithTimeout(timeout time.Duration) *PostIpsecPoliciesParams
WithTimeout adds the timeout to the post ipsec policies params
func (*PostIpsecPoliciesParams) WithVersion ¶
func (o *PostIpsecPoliciesParams) WithVersion(version string) *PostIpsecPoliciesParams
WithVersion adds the version to the post ipsec policies params
func (*PostIpsecPoliciesParams) WriteToRequest ¶
func (o *PostIpsecPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostIpsecPoliciesReader ¶
type PostIpsecPoliciesReader struct {
// contains filtered or unexported fields
}
PostIpsecPoliciesReader is a Reader for the PostIpsecPolicies structure.
func (*PostIpsecPoliciesReader) ReadResponse ¶
func (o *PostIpsecPoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostVpnGatewaysBadRequest ¶
type PostVpnGatewaysBadRequest struct {
Payload *models.Riaaserror
}
PostVpnGatewaysBadRequest handles this case with default header values.
An invalid VPN gateway template was provided.
func NewPostVpnGatewaysBadRequest ¶
func NewPostVpnGatewaysBadRequest() *PostVpnGatewaysBadRequest
NewPostVpnGatewaysBadRequest creates a PostVpnGatewaysBadRequest with default headers values
func (*PostVpnGatewaysBadRequest) Error ¶
func (o *PostVpnGatewaysBadRequest) Error() string
type PostVpnGatewaysCreated ¶
type PostVpnGatewaysCreated struct {
Payload *models.VPNGateway
}
PostVpnGatewaysCreated handles this case with default header values.
The VPN gateway was created successfully.
func NewPostVpnGatewaysCreated ¶
func NewPostVpnGatewaysCreated() *PostVpnGatewaysCreated
NewPostVpnGatewaysCreated creates a PostVpnGatewaysCreated with default headers values
func (*PostVpnGatewaysCreated) Error ¶
func (o *PostVpnGatewaysCreated) Error() string
type PostVpnGatewaysParams ¶
type PostVpnGatewaysParams struct { /*Body The VPN gateway template. */ Body *models.VPNGatewayTemplate /*Generation The infrastructure generation for the request. */ Generation int64 /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostVpnGatewaysParams contains all the parameters to send to the API endpoint for the post vpn gateways operation typically these are written to a http.Request
func NewPostVpnGatewaysParams ¶
func NewPostVpnGatewaysParams() *PostVpnGatewaysParams
NewPostVpnGatewaysParams creates a new PostVpnGatewaysParams object with the default values initialized.
func NewPostVpnGatewaysParamsWithContext ¶
func NewPostVpnGatewaysParamsWithContext(ctx context.Context) *PostVpnGatewaysParams
NewPostVpnGatewaysParamsWithContext creates a new PostVpnGatewaysParams object with the default values initialized, and the ability to set a context for a request
func NewPostVpnGatewaysParamsWithHTTPClient ¶
func NewPostVpnGatewaysParamsWithHTTPClient(client *http.Client) *PostVpnGatewaysParams
NewPostVpnGatewaysParamsWithHTTPClient creates a new PostVpnGatewaysParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostVpnGatewaysParamsWithTimeout ¶
func NewPostVpnGatewaysParamsWithTimeout(timeout time.Duration) *PostVpnGatewaysParams
NewPostVpnGatewaysParamsWithTimeout creates a new PostVpnGatewaysParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostVpnGatewaysParams) SetBody ¶
func (o *PostVpnGatewaysParams) SetBody(body *models.VPNGatewayTemplate)
SetBody adds the body to the post vpn gateways params
func (*PostVpnGatewaysParams) SetContext ¶
func (o *PostVpnGatewaysParams) SetContext(ctx context.Context)
SetContext adds the context to the post vpn gateways params
func (*PostVpnGatewaysParams) SetGeneration ¶
func (o *PostVpnGatewaysParams) SetGeneration(generation int64)
SetGeneration adds the generation to the post vpn gateways params
func (*PostVpnGatewaysParams) SetHTTPClient ¶
func (o *PostVpnGatewaysParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post vpn gateways params
func (*PostVpnGatewaysParams) SetTimeout ¶
func (o *PostVpnGatewaysParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post vpn gateways params
func (*PostVpnGatewaysParams) SetVersion ¶
func (o *PostVpnGatewaysParams) SetVersion(version string)
SetVersion adds the version to the post vpn gateways params
func (*PostVpnGatewaysParams) WithBody ¶
func (o *PostVpnGatewaysParams) WithBody(body *models.VPNGatewayTemplate) *PostVpnGatewaysParams
WithBody adds the body to the post vpn gateways params
func (*PostVpnGatewaysParams) WithContext ¶
func (o *PostVpnGatewaysParams) WithContext(ctx context.Context) *PostVpnGatewaysParams
WithContext adds the context to the post vpn gateways params
func (*PostVpnGatewaysParams) WithGeneration ¶
func (o *PostVpnGatewaysParams) WithGeneration(generation int64) *PostVpnGatewaysParams
WithGeneration adds the generation to the post vpn gateways params
func (*PostVpnGatewaysParams) WithHTTPClient ¶
func (o *PostVpnGatewaysParams) WithHTTPClient(client *http.Client) *PostVpnGatewaysParams
WithHTTPClient adds the HTTPClient to the post vpn gateways params
func (*PostVpnGatewaysParams) WithTimeout ¶
func (o *PostVpnGatewaysParams) WithTimeout(timeout time.Duration) *PostVpnGatewaysParams
WithTimeout adds the timeout to the post vpn gateways params
func (*PostVpnGatewaysParams) WithVersion ¶
func (o *PostVpnGatewaysParams) WithVersion(version string) *PostVpnGatewaysParams
WithVersion adds the version to the post vpn gateways params
func (*PostVpnGatewaysParams) WriteToRequest ¶
func (o *PostVpnGatewaysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostVpnGatewaysReader ¶
type PostVpnGatewaysReader struct {
// contains filtered or unexported fields
}
PostVpnGatewaysReader is a Reader for the PostVpnGateways structure.
func (*PostVpnGatewaysReader) ReadResponse ¶
func (o *PostVpnGatewaysReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostVpnGatewaysVpnGatewayIDConnectionsBadRequest ¶
type PostVpnGatewaysVpnGatewayIDConnectionsBadRequest struct {
Payload *models.Riaaserror
}
PostVpnGatewaysVpnGatewayIDConnectionsBadRequest handles this case with default header values.
An invalid VPN connection template was provided.
func NewPostVpnGatewaysVpnGatewayIDConnectionsBadRequest ¶
func NewPostVpnGatewaysVpnGatewayIDConnectionsBadRequest() *PostVpnGatewaysVpnGatewayIDConnectionsBadRequest
NewPostVpnGatewaysVpnGatewayIDConnectionsBadRequest creates a PostVpnGatewaysVpnGatewayIDConnectionsBadRequest with default headers values
func (*PostVpnGatewaysVpnGatewayIDConnectionsBadRequest) Error ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsBadRequest) Error() string
type PostVpnGatewaysVpnGatewayIDConnectionsCreated ¶
type PostVpnGatewaysVpnGatewayIDConnectionsCreated struct {
Payload *models.VPNGatewayConnection
}
PostVpnGatewaysVpnGatewayIDConnectionsCreated handles this case with default header values.
The VPN connection was created successfully.
func NewPostVpnGatewaysVpnGatewayIDConnectionsCreated ¶
func NewPostVpnGatewaysVpnGatewayIDConnectionsCreated() *PostVpnGatewaysVpnGatewayIDConnectionsCreated
NewPostVpnGatewaysVpnGatewayIDConnectionsCreated creates a PostVpnGatewaysVpnGatewayIDConnectionsCreated with default headers values
func (*PostVpnGatewaysVpnGatewayIDConnectionsCreated) Error ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsCreated) Error() string
type PostVpnGatewaysVpnGatewayIDConnectionsParams ¶
type PostVpnGatewaysVpnGatewayIDConnectionsParams struct { /*Body The VPN connection template. */ Body *models.VPNGatewayConnectionTemplate /*Generation The infrastructure generation for the request. */ Generation int64 /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string /*VpnGatewayID The VPN gateway identifier */ VpnGatewayID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostVpnGatewaysVpnGatewayIDConnectionsParams contains all the parameters to send to the API endpoint for the post vpn gateways vpn gateway ID connections operation typically these are written to a http.Request
func NewPostVpnGatewaysVpnGatewayIDConnectionsParams ¶
func NewPostVpnGatewaysVpnGatewayIDConnectionsParams() *PostVpnGatewaysVpnGatewayIDConnectionsParams
NewPostVpnGatewaysVpnGatewayIDConnectionsParams creates a new PostVpnGatewaysVpnGatewayIDConnectionsParams object with the default values initialized.
func NewPostVpnGatewaysVpnGatewayIDConnectionsParamsWithContext ¶
func NewPostVpnGatewaysVpnGatewayIDConnectionsParamsWithContext(ctx context.Context) *PostVpnGatewaysVpnGatewayIDConnectionsParams
NewPostVpnGatewaysVpnGatewayIDConnectionsParamsWithContext creates a new PostVpnGatewaysVpnGatewayIDConnectionsParams object with the default values initialized, and the ability to set a context for a request
func NewPostVpnGatewaysVpnGatewayIDConnectionsParamsWithHTTPClient ¶
func NewPostVpnGatewaysVpnGatewayIDConnectionsParamsWithHTTPClient(client *http.Client) *PostVpnGatewaysVpnGatewayIDConnectionsParams
NewPostVpnGatewaysVpnGatewayIDConnectionsParamsWithHTTPClient creates a new PostVpnGatewaysVpnGatewayIDConnectionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostVpnGatewaysVpnGatewayIDConnectionsParamsWithTimeout ¶
func NewPostVpnGatewaysVpnGatewayIDConnectionsParamsWithTimeout(timeout time.Duration) *PostVpnGatewaysVpnGatewayIDConnectionsParams
NewPostVpnGatewaysVpnGatewayIDConnectionsParamsWithTimeout creates a new PostVpnGatewaysVpnGatewayIDConnectionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) SetBody ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetBody(body *models.VPNGatewayConnectionTemplate)
SetBody adds the body to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) SetContext ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetContext(ctx context.Context)
SetContext adds the context to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) SetGeneration ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetGeneration(generation int64)
SetGeneration adds the generation to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) SetHTTPClient ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) SetTimeout ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) SetVersion ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetVersion(version string)
SetVersion adds the version to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) SetVpnGatewayID ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) SetVpnGatewayID(vpnGatewayID string)
SetVpnGatewayID adds the vpnGatewayId to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) WithBody ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithBody(body *models.VPNGatewayConnectionTemplate) *PostVpnGatewaysVpnGatewayIDConnectionsParams
WithBody adds the body to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) WithContext ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithContext(ctx context.Context) *PostVpnGatewaysVpnGatewayIDConnectionsParams
WithContext adds the context to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) WithGeneration ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithGeneration(generation int64) *PostVpnGatewaysVpnGatewayIDConnectionsParams
WithGeneration adds the generation to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) WithHTTPClient ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithHTTPClient(client *http.Client) *PostVpnGatewaysVpnGatewayIDConnectionsParams
WithHTTPClient adds the HTTPClient to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) WithTimeout ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithTimeout(timeout time.Duration) *PostVpnGatewaysVpnGatewayIDConnectionsParams
WithTimeout adds the timeout to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) WithVersion ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithVersion(version string) *PostVpnGatewaysVpnGatewayIDConnectionsParams
WithVersion adds the version to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) WithVpnGatewayID ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WithVpnGatewayID(vpnGatewayID string) *PostVpnGatewaysVpnGatewayIDConnectionsParams
WithVpnGatewayID adds the vpnGatewayID to the post vpn gateways vpn gateway ID connections params
func (*PostVpnGatewaysVpnGatewayIDConnectionsParams) WriteToRequest ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostVpnGatewaysVpnGatewayIDConnectionsReader ¶
type PostVpnGatewaysVpnGatewayIDConnectionsReader struct {
// contains filtered or unexported fields
}
PostVpnGatewaysVpnGatewayIDConnectionsReader is a Reader for the PostVpnGatewaysVpnGatewayIDConnections structure.
func (*PostVpnGatewaysVpnGatewayIDConnectionsReader) ReadResponse ¶
func (o *PostVpnGatewaysVpnGatewayIDConnectionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthBadRequest ¶
type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthBadRequest struct {
Payload *models.Riaaserror
}
PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthBadRequest handles this case with default header values.
The supplied CIDR was invalid.
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthBadRequest ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthBadRequest() *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthBadRequest
NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthBadRequest creates a PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthBadRequest with default headers values
type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent ¶
type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent struct { }
PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent handles this case with default header values.
The CIDR was successfully set on the resource.
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent() *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent
NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent creates a PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNoContent with default headers values
type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound ¶
type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound struct {
Payload *models.Riaaserror
}
PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound handles this case with default header values.
The specified resource could not be found.
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound() *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound
NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound creates a PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthNotFound with default headers values
type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams ¶
type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN connection identifier */ ID string /*PrefixAddress The prefix address part of the CIDR */ PrefixAddress string /*PrefixLength The prefix length part of the CIDR */ PrefixLength string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string /*VpnGatewayID The VPN gateway identifier */ VpnGatewayID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams contains all the parameters to send to the API endpoint for the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length operation typically these are written to a http.Request
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams() *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams creates a new PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams object with the default values initialized.
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithContext ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithContext(ctx context.Context) *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithContext creates a new PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a context for a request
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithHTTPClient ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithHTTPClient(client *http.Client) *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithHTTPClient creates a new PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithTimeout ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithTimeout(timeout time.Duration) *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
NewPutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParamsWithTimeout creates a new PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a timeout on a request
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetContext ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetContext(ctx context.Context)
SetContext adds the context to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetGeneration ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetGeneration(generation int64)
SetGeneration adds the generation to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetHTTPClient ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetID ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetID(id string)
SetID adds the id to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress(prefixAddress string)
SetPrefixAddress adds the prefixAddress to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixLength ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetPrefixLength(prefixLength string)
SetPrefixLength adds the prefixLength to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetTimeout ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVersion ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVersion(version string)
SetVersion adds the version to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID(vpnGatewayID string)
SetVpnGatewayID adds the vpnGatewayId to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithContext ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithContext(ctx context.Context) *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithContext adds the context to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithGeneration ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithGeneration(generation int64) *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithGeneration adds the generation to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithHTTPClient ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithHTTPClient(client *http.Client) *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithHTTPClient adds the HTTPClient to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithID ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithID(id string) *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithID adds the id to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress(prefixAddress string) *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithPrefixAddress adds the prefixAddress to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixLength ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithPrefixLength(prefixLength string) *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithPrefixLength adds the prefixLength to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithTimeout ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithTimeout(timeout time.Duration) *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithTimeout adds the timeout to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVersion ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVersion(version string) *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithVersion adds the version to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID(vpnGatewayID string) *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams
WithVpnGatewayID adds the vpnGatewayID to the put vpn gateways vpn gateway ID connections ID local cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WriteToRequest ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader ¶
type PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader struct {
// contains filtered or unexported fields
}
PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader is a Reader for the PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLength structure.
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader) ReadResponse ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDLocalCidrsPrefixAddressPrefixLengthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthBadRequest ¶
type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthBadRequest struct {
Payload *models.Riaaserror
}
PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthBadRequest handles this case with default header values.
The supplied CIDR was invalid.
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthBadRequest ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthBadRequest() *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthBadRequest
NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthBadRequest creates a PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthBadRequest with default headers values
type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent ¶
type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent struct { }
PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent handles this case with default header values.
The CIDR was successfully set on the resource.
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent() *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent
NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent creates a PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNoContent with default headers values
type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound ¶
type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound struct {
Payload *models.Riaaserror
}
PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound handles this case with default header values.
The specified resource could not be found.
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound() *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound
NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound creates a PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthNotFound with default headers values
type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams ¶
type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams struct { /*Generation The infrastructure generation for the request. */ Generation int64 /*ID The VPN connection identifier */ ID string /*PrefixAddress The prefix address part of the CIDR */ PrefixAddress string /*PrefixLength The prefix length part of the CIDR */ PrefixLength string /*Version Requests the version of the API as of a date in the format `YYYY-MM-DD`. Any date up to the current date may be provided. Specify the current date to request the latest version. */ Version string /*VpnGatewayID The VPN gateway identifier */ VpnGatewayID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams contains all the parameters to send to the API endpoint for the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length operation typically these are written to a http.Request
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams() *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams creates a new PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams object with the default values initialized.
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithContext ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithContext(ctx context.Context) *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithContext creates a new PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a context for a request
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithHTTPClient ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithHTTPClient(client *http.Client) *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithHTTPClient creates a new PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithTimeout ¶
func NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithTimeout(timeout time.Duration) *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
NewPutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParamsWithTimeout creates a new PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams object with the default values initialized, and the ability to set a timeout on a request
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetContext ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetContext(ctx context.Context)
SetContext adds the context to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetGeneration ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetGeneration(generation int64)
SetGeneration adds the generation to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetHTTPClient ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetID ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetID(id string)
SetID adds the id to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixAddress(prefixAddress string)
SetPrefixAddress adds the prefixAddress to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixLength ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetPrefixLength(prefixLength string)
SetPrefixLength adds the prefixLength to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetTimeout ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVersion ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVersion(version string)
SetVersion adds the version to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) SetVpnGatewayID(vpnGatewayID string)
SetVpnGatewayID adds the vpnGatewayId to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithContext ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithContext(ctx context.Context) *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithContext adds the context to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithGeneration ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithGeneration(generation int64) *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithGeneration adds the generation to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithHTTPClient ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithHTTPClient(client *http.Client) *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithHTTPClient adds the HTTPClient to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithID ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithID(id string) *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithID adds the id to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixAddress(prefixAddress string) *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithPrefixAddress adds the prefixAddress to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixLength ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithPrefixLength(prefixLength string) *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithPrefixLength adds the prefixLength to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithTimeout ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithTimeout(timeout time.Duration) *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithTimeout adds the timeout to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVersion ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVersion(version string) *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithVersion adds the version to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WithVpnGatewayID(vpnGatewayID string) *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams
WithVpnGatewayID adds the vpnGatewayID to the put vpn gateways vpn gateway ID connections ID peer cidrs prefix address prefix length params
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WriteToRequest ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader ¶
type PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader struct {
// contains filtered or unexported fields
}
PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader is a Reader for the PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLength structure.
func (*PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader) ReadResponse ¶
func (o *PutVpnGatewaysVpnGatewayIDConnectionsIDPeerCidrsPrefixAddressPrefixLengthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- delete_ike_policies_id_parameters.go
- delete_ike_policies_id_responses.go
- delete_ipsec_policies_id_parameters.go
- delete_ipsec_policies_id_responses.go
- delete_vpn_gateways_id_parameters.go
- delete_vpn_gateways_id_responses.go
- delete_vpn_gateways_vpn_gateway_id_connections_id_local_cidrs_prefix_address_prefix_length_parameters.go
- delete_vpn_gateways_vpn_gateway_id_connections_id_local_cidrs_prefix_address_prefix_length_responses.go
- delete_vpn_gateways_vpn_gateway_id_connections_id_parameters.go
- delete_vpn_gateways_vpn_gateway_id_connections_id_peer_cidrs_prefix_address_prefix_length_parameters.go
- delete_vpn_gateways_vpn_gateway_id_connections_id_peer_cidrs_prefix_address_prefix_length_responses.go
- delete_vpn_gateways_vpn_gateway_id_connections_id_responses.go
- get_ike_policies_id_connections_parameters.go
- get_ike_policies_id_connections_responses.go
- get_ike_policies_id_parameters.go
- get_ike_policies_id_responses.go
- get_ike_policies_parameters.go
- get_ike_policies_responses.go
- get_ipsec_policies_id_connections_parameters.go
- get_ipsec_policies_id_connections_responses.go
- get_ipsec_policies_id_parameters.go
- get_ipsec_policies_id_responses.go
- get_ipsec_policies_parameters.go
- get_ipsec_policies_responses.go
- get_vpn_gateways_id_parameters.go
- get_vpn_gateways_id_responses.go
- get_vpn_gateways_parameters.go
- get_vpn_gateways_responses.go
- get_vpn_gateways_vpn_gateway_id_connections_id_local_cidrs_parameters.go
- get_vpn_gateways_vpn_gateway_id_connections_id_local_cidrs_prefix_address_prefix_length_parameters.go
- get_vpn_gateways_vpn_gateway_id_connections_id_local_cidrs_prefix_address_prefix_length_responses.go
- get_vpn_gateways_vpn_gateway_id_connections_id_local_cidrs_responses.go
- get_vpn_gateways_vpn_gateway_id_connections_id_parameters.go
- get_vpn_gateways_vpn_gateway_id_connections_id_peer_cidrs_parameters.go
- get_vpn_gateways_vpn_gateway_id_connections_id_peer_cidrs_prefix_address_prefix_length_parameters.go
- get_vpn_gateways_vpn_gateway_id_connections_id_peer_cidrs_prefix_address_prefix_length_responses.go
- get_vpn_gateways_vpn_gateway_id_connections_id_peer_cidrs_responses.go
- get_vpn_gateways_vpn_gateway_id_connections_id_responses.go
- get_vpn_gateways_vpn_gateway_id_connections_parameters.go
- get_vpn_gateways_vpn_gateway_id_connections_responses.go
- patch_ike_policies_id_parameters.go
- patch_ike_policies_id_responses.go
- patch_ipsec_policies_id_parameters.go
- patch_ipsec_policies_id_responses.go
- patch_vpn_gateways_id_parameters.go
- patch_vpn_gateways_id_responses.go
- patch_vpn_gateways_vpn_gateway_id_connections_id_parameters.go
- patch_vpn_gateways_vpn_gateway_id_connections_id_responses.go
- post_ike_policies_parameters.go
- post_ike_policies_responses.go
- post_ipsec_policies_parameters.go
- post_ipsec_policies_responses.go
- post_vpn_gateways_parameters.go
- post_vpn_gateways_responses.go
- post_vpn_gateways_vpn_gateway_id_connections_parameters.go
- post_vpn_gateways_vpn_gateway_id_connections_responses.go
- put_vpn_gateways_vpn_gateway_id_connections_id_local_cidrs_prefix_address_prefix_length_parameters.go
- put_vpn_gateways_vpn_gateway_id_connections_id_local_cidrs_prefix_address_prefix_length_responses.go
- put_vpn_gateways_vpn_gateway_id_connections_id_peer_cidrs_prefix_address_prefix_length_parameters.go
- put_vpn_gateways_vpn_gateway_id_connections_id_peer_cidrs_prefix_address_prefix_length_responses.go
- v_p_naa_s_client.go