v1dns

package
v1.999.999-b9 Latest Latest
Warning

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

Go to latest
Published: May 7, 2020 License: Apache-2.0, BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddDNSZoneForSubnetIdsV1OK

type AddDNSZoneForSubnetIdsV1OK struct {
	Payload *model.AddDNSZoneForSubnetsV1Request
}

AddDNSZoneForSubnetIdsV1OK handles this case with default header values.

successful operation

func NewAddDNSZoneForSubnetIdsV1OK

func NewAddDNSZoneForSubnetIdsV1OK() *AddDNSZoneForSubnetIdsV1OK

NewAddDNSZoneForSubnetIdsV1OK creates a AddDNSZoneForSubnetIdsV1OK with default headers values

func (*AddDNSZoneForSubnetIdsV1OK) Error

type AddDNSZoneForSubnetIdsV1Params

type AddDNSZoneForSubnetIdsV1Params struct {

	/*Body*/
	Body *model.AddDNSZoneForSubnetIdsV1Request

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

AddDNSZoneForSubnetIdsV1Params contains all the parameters to send to the API endpoint for the add Dns zone for subnet ids v1 operation typically these are written to a http.Request

func NewAddDNSZoneForSubnetIdsV1Params

func NewAddDNSZoneForSubnetIdsV1Params() *AddDNSZoneForSubnetIdsV1Params

NewAddDNSZoneForSubnetIdsV1Params creates a new AddDNSZoneForSubnetIdsV1Params object with the default values initialized.

func NewAddDNSZoneForSubnetIdsV1ParamsWithContext

func NewAddDNSZoneForSubnetIdsV1ParamsWithContext(ctx context.Context) *AddDNSZoneForSubnetIdsV1Params

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

func NewAddDNSZoneForSubnetIdsV1ParamsWithHTTPClient

func NewAddDNSZoneForSubnetIdsV1ParamsWithHTTPClient(client *http.Client) *AddDNSZoneForSubnetIdsV1Params

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

func NewAddDNSZoneForSubnetIdsV1ParamsWithTimeout

func NewAddDNSZoneForSubnetIdsV1ParamsWithTimeout(timeout time.Duration) *AddDNSZoneForSubnetIdsV1Params

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

func (*AddDNSZoneForSubnetIdsV1Params) SetBody

SetBody adds the body to the add Dns zone for subnet ids v1 params

func (*AddDNSZoneForSubnetIdsV1Params) SetContext

func (o *AddDNSZoneForSubnetIdsV1Params) SetContext(ctx context.Context)

SetContext adds the context to the add Dns zone for subnet ids v1 params

func (*AddDNSZoneForSubnetIdsV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add Dns zone for subnet ids v1 params

func (*AddDNSZoneForSubnetIdsV1Params) SetTimeout

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

SetTimeout adds the timeout to the add Dns zone for subnet ids v1 params

func (*AddDNSZoneForSubnetIdsV1Params) WithBody

WithBody adds the body to the add Dns zone for subnet ids v1 params

func (*AddDNSZoneForSubnetIdsV1Params) WithContext

WithContext adds the context to the add Dns zone for subnet ids v1 params

func (*AddDNSZoneForSubnetIdsV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add Dns zone for subnet ids v1 params

func (*AddDNSZoneForSubnetIdsV1Params) WithTimeout

WithTimeout adds the timeout to the add Dns zone for subnet ids v1 params

func (*AddDNSZoneForSubnetIdsV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddDNSZoneForSubnetIdsV1Reader

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

AddDNSZoneForSubnetIdsV1Reader is a Reader for the AddDNSZoneForSubnetIdsV1 structure.

func (*AddDNSZoneForSubnetIdsV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddDNSZoneForSubnetsV1OK

type AddDNSZoneForSubnetsV1OK struct {
	Payload *model.AddDNSZoneForSubnetsV1Request
}

AddDNSZoneForSubnetsV1OK handles this case with default header values.

successful operation

func NewAddDNSZoneForSubnetsV1OK

func NewAddDNSZoneForSubnetsV1OK() *AddDNSZoneForSubnetsV1OK

NewAddDNSZoneForSubnetsV1OK creates a AddDNSZoneForSubnetsV1OK with default headers values

func (*AddDNSZoneForSubnetsV1OK) Error

func (o *AddDNSZoneForSubnetsV1OK) Error() string

type AddDNSZoneForSubnetsV1Params

type AddDNSZoneForSubnetsV1Params struct {

	/*Body*/
	Body *model.AddDNSZoneForSubnetsV1Request

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

AddDNSZoneForSubnetsV1Params contains all the parameters to send to the API endpoint for the add Dns zone for subnets v1 operation typically these are written to a http.Request

func NewAddDNSZoneForSubnetsV1Params

func NewAddDNSZoneForSubnetsV1Params() *AddDNSZoneForSubnetsV1Params

NewAddDNSZoneForSubnetsV1Params creates a new AddDNSZoneForSubnetsV1Params object with the default values initialized.

func NewAddDNSZoneForSubnetsV1ParamsWithContext

func NewAddDNSZoneForSubnetsV1ParamsWithContext(ctx context.Context) *AddDNSZoneForSubnetsV1Params

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

func NewAddDNSZoneForSubnetsV1ParamsWithHTTPClient

func NewAddDNSZoneForSubnetsV1ParamsWithHTTPClient(client *http.Client) *AddDNSZoneForSubnetsV1Params

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

func NewAddDNSZoneForSubnetsV1ParamsWithTimeout

func NewAddDNSZoneForSubnetsV1ParamsWithTimeout(timeout time.Duration) *AddDNSZoneForSubnetsV1Params

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

func (*AddDNSZoneForSubnetsV1Params) SetBody

SetBody adds the body to the add Dns zone for subnets v1 params

func (*AddDNSZoneForSubnetsV1Params) SetContext

func (o *AddDNSZoneForSubnetsV1Params) SetContext(ctx context.Context)

SetContext adds the context to the add Dns zone for subnets v1 params

func (*AddDNSZoneForSubnetsV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add Dns zone for subnets v1 params

func (*AddDNSZoneForSubnetsV1Params) SetTimeout

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

SetTimeout adds the timeout to the add Dns zone for subnets v1 params

func (*AddDNSZoneForSubnetsV1Params) WithBody

WithBody adds the body to the add Dns zone for subnets v1 params

func (*AddDNSZoneForSubnetsV1Params) WithContext

WithContext adds the context to the add Dns zone for subnets v1 params

func (*AddDNSZoneForSubnetsV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add Dns zone for subnets v1 params

func (*AddDNSZoneForSubnetsV1Params) WithTimeout

WithTimeout adds the timeout to the add Dns zone for subnets v1 params

func (*AddDNSZoneForSubnetsV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddDNSZoneForSubnetsV1Reader

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

AddDNSZoneForSubnetsV1Reader is a Reader for the AddDNSZoneForSubnetsV1 structure.

func (*AddDNSZoneForSubnetsV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for v1dns API

func New

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

New creates a new v1dns API client.

func (*Client) AddDNSZoneForSubnetIdsV1

func (a *Client) AddDNSZoneForSubnetIdsV1(params *AddDNSZoneForSubnetIdsV1Params) (*AddDNSZoneForSubnetIdsV1OK, error)

AddDNSZoneForSubnetIdsV1 creates reverse DNS zone entry for subnet ids

FreeIPA is an integrated Identity and Authentication solution that can be used for any of CM, CDP services.

func (*Client) AddDNSZoneForSubnetsV1

func (a *Client) AddDNSZoneForSubnetsV1(params *AddDNSZoneForSubnetsV1Params) (*AddDNSZoneForSubnetsV1OK, error)

AddDNSZoneForSubnetsV1 creates reverse DNS zone entry for subnets in c ID r format

FreeIPA is an integrated Identity and Authentication solution that can be used for any of CM, CDP services.

func (*Client) DeleteDNSRecordByFqdnV1

func (a *Client) DeleteDNSRecordByFqdnV1(params *DeleteDNSRecordByFqdnV1Params) error

DeleteDNSRecordByFqdnV1 deletes all related a and p t r DNS record

FreeIPA is an integrated Identity and Authentication solution that can be used for any of CM, CDP services.

func (*Client) DeleteDNSZoneBySubnetIDV1

func (a *Client) DeleteDNSZoneBySubnetIDV1(params *DeleteDNSZoneBySubnetIDV1Params) error

DeleteDNSZoneBySubnetIDV1 deletes reverse DNS zone entry by subnet ID

FreeIPA is an integrated Identity and Authentication solution that can be used for any of CM, CDP services.

func (*Client) DeleteDNSZoneBySubnetV1

func (a *Client) DeleteDNSZoneBySubnetV1(params *DeleteDNSZoneBySubnetV1Params) error

DeleteDNSZoneBySubnetV1 deletes reverse DNS zone entry by subnet c ID r

FreeIPA is an integrated Identity and Authentication solution that can be used for any of CM, CDP services.

func (*Client) ListDNSZonesV1

func (a *Client) ListDNSZonesV1(params *ListDNSZonesV1Params) (*ListDNSZonesV1OK, error)

ListDNSZonesV1 lists DNS zones available in free IP a

FreeIPA is an integrated Identity and Authentication solution that can be used for any of CM, CDP services.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DeleteDNSRecordByFqdnV1Default

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

DeleteDNSRecordByFqdnV1Default handles this case with default header values.

successful operation

func NewDeleteDNSRecordByFqdnV1Default

func NewDeleteDNSRecordByFqdnV1Default(code int) *DeleteDNSRecordByFqdnV1Default

NewDeleteDNSRecordByFqdnV1Default creates a DeleteDNSRecordByFqdnV1Default with default headers values

func (*DeleteDNSRecordByFqdnV1Default) Code

Code gets the status code for the delete Dns record by fqdn v1 default response

func (*DeleteDNSRecordByFqdnV1Default) Error

type DeleteDNSRecordByFqdnV1Params

type DeleteDNSRecordByFqdnV1Params struct {

	/*Environment*/
	Environment *string
	/*Fqdn*/
	Fqdn []string

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

DeleteDNSRecordByFqdnV1Params contains all the parameters to send to the API endpoint for the delete Dns record by fqdn v1 operation typically these are written to a http.Request

func NewDeleteDNSRecordByFqdnV1Params

func NewDeleteDNSRecordByFqdnV1Params() *DeleteDNSRecordByFqdnV1Params

NewDeleteDNSRecordByFqdnV1Params creates a new DeleteDNSRecordByFqdnV1Params object with the default values initialized.

func NewDeleteDNSRecordByFqdnV1ParamsWithContext

func NewDeleteDNSRecordByFqdnV1ParamsWithContext(ctx context.Context) *DeleteDNSRecordByFqdnV1Params

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

func NewDeleteDNSRecordByFqdnV1ParamsWithHTTPClient

func NewDeleteDNSRecordByFqdnV1ParamsWithHTTPClient(client *http.Client) *DeleteDNSRecordByFqdnV1Params

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

func NewDeleteDNSRecordByFqdnV1ParamsWithTimeout

func NewDeleteDNSRecordByFqdnV1ParamsWithTimeout(timeout time.Duration) *DeleteDNSRecordByFqdnV1Params

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

func (*DeleteDNSRecordByFqdnV1Params) SetContext

func (o *DeleteDNSRecordByFqdnV1Params) SetContext(ctx context.Context)

SetContext adds the context to the delete Dns record by fqdn v1 params

func (*DeleteDNSRecordByFqdnV1Params) SetEnvironment

func (o *DeleteDNSRecordByFqdnV1Params) SetEnvironment(environment *string)

SetEnvironment adds the environment to the delete Dns record by fqdn v1 params

func (*DeleteDNSRecordByFqdnV1Params) SetFqdn

func (o *DeleteDNSRecordByFqdnV1Params) SetFqdn(fqdn []string)

SetFqdn adds the fqdn to the delete Dns record by fqdn v1 params

func (*DeleteDNSRecordByFqdnV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete Dns record by fqdn v1 params

func (*DeleteDNSRecordByFqdnV1Params) SetTimeout

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

SetTimeout adds the timeout to the delete Dns record by fqdn v1 params

func (*DeleteDNSRecordByFqdnV1Params) WithContext

WithContext adds the context to the delete Dns record by fqdn v1 params

func (*DeleteDNSRecordByFqdnV1Params) WithEnvironment

func (o *DeleteDNSRecordByFqdnV1Params) WithEnvironment(environment *string) *DeleteDNSRecordByFqdnV1Params

WithEnvironment adds the environment to the delete Dns record by fqdn v1 params

func (*DeleteDNSRecordByFqdnV1Params) WithFqdn

WithFqdn adds the fqdn to the delete Dns record by fqdn v1 params

func (*DeleteDNSRecordByFqdnV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete Dns record by fqdn v1 params

func (*DeleteDNSRecordByFqdnV1Params) WithTimeout

WithTimeout adds the timeout to the delete Dns record by fqdn v1 params

func (*DeleteDNSRecordByFqdnV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDNSRecordByFqdnV1Reader

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

DeleteDNSRecordByFqdnV1Reader is a Reader for the DeleteDNSRecordByFqdnV1 structure.

func (*DeleteDNSRecordByFqdnV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDNSZoneBySubnetIDV1Default

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

DeleteDNSZoneBySubnetIDV1Default handles this case with default header values.

successful operation

func NewDeleteDNSZoneBySubnetIDV1Default

func NewDeleteDNSZoneBySubnetIDV1Default(code int) *DeleteDNSZoneBySubnetIDV1Default

NewDeleteDNSZoneBySubnetIDV1Default creates a DeleteDNSZoneBySubnetIDV1Default with default headers values

func (*DeleteDNSZoneBySubnetIDV1Default) Code

Code gets the status code for the delete Dns zone by subnet Id v1 default response

func (*DeleteDNSZoneBySubnetIDV1Default) Error

type DeleteDNSZoneBySubnetIDV1Params

type DeleteDNSZoneBySubnetIDV1Params struct {

	/*Environment*/
	Environment *string
	/*NetworkID*/
	NetworkID *string
	/*SubnetID*/
	SubnetID *string

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

DeleteDNSZoneBySubnetIDV1Params contains all the parameters to send to the API endpoint for the delete Dns zone by subnet Id v1 operation typically these are written to a http.Request

func NewDeleteDNSZoneBySubnetIDV1Params

func NewDeleteDNSZoneBySubnetIDV1Params() *DeleteDNSZoneBySubnetIDV1Params

NewDeleteDNSZoneBySubnetIDV1Params creates a new DeleteDNSZoneBySubnetIDV1Params object with the default values initialized.

func NewDeleteDNSZoneBySubnetIDV1ParamsWithContext

func NewDeleteDNSZoneBySubnetIDV1ParamsWithContext(ctx context.Context) *DeleteDNSZoneBySubnetIDV1Params

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

func NewDeleteDNSZoneBySubnetIDV1ParamsWithHTTPClient

func NewDeleteDNSZoneBySubnetIDV1ParamsWithHTTPClient(client *http.Client) *DeleteDNSZoneBySubnetIDV1Params

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

func NewDeleteDNSZoneBySubnetIDV1ParamsWithTimeout

func NewDeleteDNSZoneBySubnetIDV1ParamsWithTimeout(timeout time.Duration) *DeleteDNSZoneBySubnetIDV1Params

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

func (*DeleteDNSZoneBySubnetIDV1Params) SetContext

func (o *DeleteDNSZoneBySubnetIDV1Params) SetContext(ctx context.Context)

SetContext adds the context to the delete Dns zone by subnet Id v1 params

func (*DeleteDNSZoneBySubnetIDV1Params) SetEnvironment

func (o *DeleteDNSZoneBySubnetIDV1Params) SetEnvironment(environment *string)

SetEnvironment adds the environment to the delete Dns zone by subnet Id v1 params

func (*DeleteDNSZoneBySubnetIDV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete Dns zone by subnet Id v1 params

func (*DeleteDNSZoneBySubnetIDV1Params) SetNetworkID

func (o *DeleteDNSZoneBySubnetIDV1Params) SetNetworkID(networkID *string)

SetNetworkID adds the networkId to the delete Dns zone by subnet Id v1 params

func (*DeleteDNSZoneBySubnetIDV1Params) SetSubnetID

func (o *DeleteDNSZoneBySubnetIDV1Params) SetSubnetID(subnetID *string)

SetSubnetID adds the subnetId to the delete Dns zone by subnet Id v1 params

func (*DeleteDNSZoneBySubnetIDV1Params) SetTimeout

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

SetTimeout adds the timeout to the delete Dns zone by subnet Id v1 params

func (*DeleteDNSZoneBySubnetIDV1Params) WithContext

WithContext adds the context to the delete Dns zone by subnet Id v1 params

func (*DeleteDNSZoneBySubnetIDV1Params) WithEnvironment

WithEnvironment adds the environment to the delete Dns zone by subnet Id v1 params

func (*DeleteDNSZoneBySubnetIDV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete Dns zone by subnet Id v1 params

func (*DeleteDNSZoneBySubnetIDV1Params) WithNetworkID

WithNetworkID adds the networkID to the delete Dns zone by subnet Id v1 params

func (*DeleteDNSZoneBySubnetIDV1Params) WithSubnetID

WithSubnetID adds the subnetID to the delete Dns zone by subnet Id v1 params

func (*DeleteDNSZoneBySubnetIDV1Params) WithTimeout

WithTimeout adds the timeout to the delete Dns zone by subnet Id v1 params

func (*DeleteDNSZoneBySubnetIDV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDNSZoneBySubnetIDV1Reader

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

DeleteDNSZoneBySubnetIDV1Reader is a Reader for the DeleteDNSZoneBySubnetIDV1 structure.

func (*DeleteDNSZoneBySubnetIDV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDNSZoneBySubnetV1Default

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

DeleteDNSZoneBySubnetV1Default handles this case with default header values.

successful operation

func NewDeleteDNSZoneBySubnetV1Default

func NewDeleteDNSZoneBySubnetV1Default(code int) *DeleteDNSZoneBySubnetV1Default

NewDeleteDNSZoneBySubnetV1Default creates a DeleteDNSZoneBySubnetV1Default with default headers values

func (*DeleteDNSZoneBySubnetV1Default) Code

Code gets the status code for the delete Dns zone by subnet v1 default response

func (*DeleteDNSZoneBySubnetV1Default) Error

type DeleteDNSZoneBySubnetV1Params

type DeleteDNSZoneBySubnetV1Params struct {

	/*Environment*/
	Environment *string
	/*Subnet*/
	Subnet *string

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

DeleteDNSZoneBySubnetV1Params contains all the parameters to send to the API endpoint for the delete Dns zone by subnet v1 operation typically these are written to a http.Request

func NewDeleteDNSZoneBySubnetV1Params

func NewDeleteDNSZoneBySubnetV1Params() *DeleteDNSZoneBySubnetV1Params

NewDeleteDNSZoneBySubnetV1Params creates a new DeleteDNSZoneBySubnetV1Params object with the default values initialized.

func NewDeleteDNSZoneBySubnetV1ParamsWithContext

func NewDeleteDNSZoneBySubnetV1ParamsWithContext(ctx context.Context) *DeleteDNSZoneBySubnetV1Params

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

func NewDeleteDNSZoneBySubnetV1ParamsWithHTTPClient

func NewDeleteDNSZoneBySubnetV1ParamsWithHTTPClient(client *http.Client) *DeleteDNSZoneBySubnetV1Params

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

func NewDeleteDNSZoneBySubnetV1ParamsWithTimeout

func NewDeleteDNSZoneBySubnetV1ParamsWithTimeout(timeout time.Duration) *DeleteDNSZoneBySubnetV1Params

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

func (*DeleteDNSZoneBySubnetV1Params) SetContext

func (o *DeleteDNSZoneBySubnetV1Params) SetContext(ctx context.Context)

SetContext adds the context to the delete Dns zone by subnet v1 params

func (*DeleteDNSZoneBySubnetV1Params) SetEnvironment

func (o *DeleteDNSZoneBySubnetV1Params) SetEnvironment(environment *string)

SetEnvironment adds the environment to the delete Dns zone by subnet v1 params

func (*DeleteDNSZoneBySubnetV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete Dns zone by subnet v1 params

func (*DeleteDNSZoneBySubnetV1Params) SetSubnet

func (o *DeleteDNSZoneBySubnetV1Params) SetSubnet(subnet *string)

SetSubnet adds the subnet to the delete Dns zone by subnet v1 params

func (*DeleteDNSZoneBySubnetV1Params) SetTimeout

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

SetTimeout adds the timeout to the delete Dns zone by subnet v1 params

func (*DeleteDNSZoneBySubnetV1Params) WithContext

WithContext adds the context to the delete Dns zone by subnet v1 params

func (*DeleteDNSZoneBySubnetV1Params) WithEnvironment

func (o *DeleteDNSZoneBySubnetV1Params) WithEnvironment(environment *string) *DeleteDNSZoneBySubnetV1Params

WithEnvironment adds the environment to the delete Dns zone by subnet v1 params

func (*DeleteDNSZoneBySubnetV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete Dns zone by subnet v1 params

func (*DeleteDNSZoneBySubnetV1Params) WithSubnet

WithSubnet adds the subnet to the delete Dns zone by subnet v1 params

func (*DeleteDNSZoneBySubnetV1Params) WithTimeout

WithTimeout adds the timeout to the delete Dns zone by subnet v1 params

func (*DeleteDNSZoneBySubnetV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDNSZoneBySubnetV1Reader

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

DeleteDNSZoneBySubnetV1Reader is a Reader for the DeleteDNSZoneBySubnetV1 structure.

func (*DeleteDNSZoneBySubnetV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListDNSZonesV1OK

type ListDNSZonesV1OK struct {
	Payload []string
}

ListDNSZonesV1OK handles this case with default header values.

successful operation

func NewListDNSZonesV1OK

func NewListDNSZonesV1OK() *ListDNSZonesV1OK

NewListDNSZonesV1OK creates a ListDNSZonesV1OK with default headers values

func (*ListDNSZonesV1OK) Error

func (o *ListDNSZonesV1OK) Error() string

type ListDNSZonesV1Params

type ListDNSZonesV1Params struct {

	/*Environment*/
	Environment *string

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

ListDNSZonesV1Params contains all the parameters to send to the API endpoint for the list Dns zones v1 operation typically these are written to a http.Request

func NewListDNSZonesV1Params

func NewListDNSZonesV1Params() *ListDNSZonesV1Params

NewListDNSZonesV1Params creates a new ListDNSZonesV1Params object with the default values initialized.

func NewListDNSZonesV1ParamsWithContext

func NewListDNSZonesV1ParamsWithContext(ctx context.Context) *ListDNSZonesV1Params

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

func NewListDNSZonesV1ParamsWithHTTPClient

func NewListDNSZonesV1ParamsWithHTTPClient(client *http.Client) *ListDNSZonesV1Params

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

func NewListDNSZonesV1ParamsWithTimeout

func NewListDNSZonesV1ParamsWithTimeout(timeout time.Duration) *ListDNSZonesV1Params

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

func (*ListDNSZonesV1Params) SetContext

func (o *ListDNSZonesV1Params) SetContext(ctx context.Context)

SetContext adds the context to the list Dns zones v1 params

func (*ListDNSZonesV1Params) SetEnvironment

func (o *ListDNSZonesV1Params) SetEnvironment(environment *string)

SetEnvironment adds the environment to the list Dns zones v1 params

func (*ListDNSZonesV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list Dns zones v1 params

func (*ListDNSZonesV1Params) SetTimeout

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

SetTimeout adds the timeout to the list Dns zones v1 params

func (*ListDNSZonesV1Params) WithContext

WithContext adds the context to the list Dns zones v1 params

func (*ListDNSZonesV1Params) WithEnvironment

func (o *ListDNSZonesV1Params) WithEnvironment(environment *string) *ListDNSZonesV1Params

WithEnvironment adds the environment to the list Dns zones v1 params

func (*ListDNSZonesV1Params) WithHTTPClient

func (o *ListDNSZonesV1Params) WithHTTPClient(client *http.Client) *ListDNSZonesV1Params

WithHTTPClient adds the HTTPClient to the list Dns zones v1 params

func (*ListDNSZonesV1Params) WithTimeout

func (o *ListDNSZonesV1Params) WithTimeout(timeout time.Duration) *ListDNSZonesV1Params

WithTimeout adds the timeout to the list Dns zones v1 params

func (*ListDNSZonesV1Params) WriteToRequest

func (o *ListDNSZonesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListDNSZonesV1Reader

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

ListDNSZonesV1Reader is a Reader for the ListDNSZonesV1 structure.

func (*ListDNSZonesV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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