Documentation
¶
Index ¶
- type AddDNSZoneForSubnetIdsV1OK
- type AddDNSZoneForSubnetIdsV1Params
- func NewAddDNSZoneForSubnetIdsV1Params() *AddDNSZoneForSubnetIdsV1Params
- func NewAddDNSZoneForSubnetIdsV1ParamsWithContext(ctx context.Context) *AddDNSZoneForSubnetIdsV1Params
- func NewAddDNSZoneForSubnetIdsV1ParamsWithHTTPClient(client *http.Client) *AddDNSZoneForSubnetIdsV1Params
- func NewAddDNSZoneForSubnetIdsV1ParamsWithTimeout(timeout time.Duration) *AddDNSZoneForSubnetIdsV1Params
- func (o *AddDNSZoneForSubnetIdsV1Params) SetBody(body *model.AddDNSZoneForSubnetIdsV1Request)
- func (o *AddDNSZoneForSubnetIdsV1Params) SetContext(ctx context.Context)
- func (o *AddDNSZoneForSubnetIdsV1Params) SetHTTPClient(client *http.Client)
- func (o *AddDNSZoneForSubnetIdsV1Params) SetTimeout(timeout time.Duration)
- func (o *AddDNSZoneForSubnetIdsV1Params) WithBody(body *model.AddDNSZoneForSubnetIdsV1Request) *AddDNSZoneForSubnetIdsV1Params
- func (o *AddDNSZoneForSubnetIdsV1Params) WithContext(ctx context.Context) *AddDNSZoneForSubnetIdsV1Params
- func (o *AddDNSZoneForSubnetIdsV1Params) WithHTTPClient(client *http.Client) *AddDNSZoneForSubnetIdsV1Params
- func (o *AddDNSZoneForSubnetIdsV1Params) WithTimeout(timeout time.Duration) *AddDNSZoneForSubnetIdsV1Params
- func (o *AddDNSZoneForSubnetIdsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddDNSZoneForSubnetIdsV1Reader
- type AddDNSZoneForSubnetsV1OK
- type AddDNSZoneForSubnetsV1Params
- func NewAddDNSZoneForSubnetsV1Params() *AddDNSZoneForSubnetsV1Params
- func NewAddDNSZoneForSubnetsV1ParamsWithContext(ctx context.Context) *AddDNSZoneForSubnetsV1Params
- func NewAddDNSZoneForSubnetsV1ParamsWithHTTPClient(client *http.Client) *AddDNSZoneForSubnetsV1Params
- func NewAddDNSZoneForSubnetsV1ParamsWithTimeout(timeout time.Duration) *AddDNSZoneForSubnetsV1Params
- func (o *AddDNSZoneForSubnetsV1Params) SetBody(body *model.AddDNSZoneForSubnetsV1Request)
- func (o *AddDNSZoneForSubnetsV1Params) SetContext(ctx context.Context)
- func (o *AddDNSZoneForSubnetsV1Params) SetHTTPClient(client *http.Client)
- func (o *AddDNSZoneForSubnetsV1Params) SetTimeout(timeout time.Duration)
- func (o *AddDNSZoneForSubnetsV1Params) WithBody(body *model.AddDNSZoneForSubnetsV1Request) *AddDNSZoneForSubnetsV1Params
- func (o *AddDNSZoneForSubnetsV1Params) WithContext(ctx context.Context) *AddDNSZoneForSubnetsV1Params
- func (o *AddDNSZoneForSubnetsV1Params) WithHTTPClient(client *http.Client) *AddDNSZoneForSubnetsV1Params
- func (o *AddDNSZoneForSubnetsV1Params) WithTimeout(timeout time.Duration) *AddDNSZoneForSubnetsV1Params
- func (o *AddDNSZoneForSubnetsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddDNSZoneForSubnetsV1Reader
- type Client
- func (a *Client) AddDNSZoneForSubnetIdsV1(params *AddDNSZoneForSubnetIdsV1Params) (*AddDNSZoneForSubnetIdsV1OK, error)
- func (a *Client) AddDNSZoneForSubnetsV1(params *AddDNSZoneForSubnetsV1Params) (*AddDNSZoneForSubnetsV1OK, error)
- func (a *Client) DeleteDNSRecordByFqdnV1(params *DeleteDNSRecordByFqdnV1Params) error
- func (a *Client) DeleteDNSZoneBySubnetIDV1(params *DeleteDNSZoneBySubnetIDV1Params) error
- func (a *Client) DeleteDNSZoneBySubnetV1(params *DeleteDNSZoneBySubnetV1Params) error
- func (a *Client) ListDNSZonesV1(params *ListDNSZonesV1Params) (*ListDNSZonesV1OK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type DeleteDNSRecordByFqdnV1Default
- type DeleteDNSRecordByFqdnV1Params
- func NewDeleteDNSRecordByFqdnV1Params() *DeleteDNSRecordByFqdnV1Params
- func NewDeleteDNSRecordByFqdnV1ParamsWithContext(ctx context.Context) *DeleteDNSRecordByFqdnV1Params
- func NewDeleteDNSRecordByFqdnV1ParamsWithHTTPClient(client *http.Client) *DeleteDNSRecordByFqdnV1Params
- func NewDeleteDNSRecordByFqdnV1ParamsWithTimeout(timeout time.Duration) *DeleteDNSRecordByFqdnV1Params
- func (o *DeleteDNSRecordByFqdnV1Params) SetContext(ctx context.Context)
- func (o *DeleteDNSRecordByFqdnV1Params) SetEnvironment(environment *string)
- func (o *DeleteDNSRecordByFqdnV1Params) SetFqdn(fqdn []string)
- func (o *DeleteDNSRecordByFqdnV1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteDNSRecordByFqdnV1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteDNSRecordByFqdnV1Params) WithContext(ctx context.Context) *DeleteDNSRecordByFqdnV1Params
- func (o *DeleteDNSRecordByFqdnV1Params) WithEnvironment(environment *string) *DeleteDNSRecordByFqdnV1Params
- func (o *DeleteDNSRecordByFqdnV1Params) WithFqdn(fqdn []string) *DeleteDNSRecordByFqdnV1Params
- func (o *DeleteDNSRecordByFqdnV1Params) WithHTTPClient(client *http.Client) *DeleteDNSRecordByFqdnV1Params
- func (o *DeleteDNSRecordByFqdnV1Params) WithTimeout(timeout time.Duration) *DeleteDNSRecordByFqdnV1Params
- func (o *DeleteDNSRecordByFqdnV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDNSRecordByFqdnV1Reader
- type DeleteDNSZoneBySubnetIDV1Default
- type DeleteDNSZoneBySubnetIDV1Params
- func NewDeleteDNSZoneBySubnetIDV1Params() *DeleteDNSZoneBySubnetIDV1Params
- func NewDeleteDNSZoneBySubnetIDV1ParamsWithContext(ctx context.Context) *DeleteDNSZoneBySubnetIDV1Params
- func NewDeleteDNSZoneBySubnetIDV1ParamsWithHTTPClient(client *http.Client) *DeleteDNSZoneBySubnetIDV1Params
- func NewDeleteDNSZoneBySubnetIDV1ParamsWithTimeout(timeout time.Duration) *DeleteDNSZoneBySubnetIDV1Params
- func (o *DeleteDNSZoneBySubnetIDV1Params) SetContext(ctx context.Context)
- func (o *DeleteDNSZoneBySubnetIDV1Params) SetEnvironment(environment *string)
- func (o *DeleteDNSZoneBySubnetIDV1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteDNSZoneBySubnetIDV1Params) SetNetworkID(networkID *string)
- func (o *DeleteDNSZoneBySubnetIDV1Params) SetSubnetID(subnetID *string)
- func (o *DeleteDNSZoneBySubnetIDV1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteDNSZoneBySubnetIDV1Params) WithContext(ctx context.Context) *DeleteDNSZoneBySubnetIDV1Params
- func (o *DeleteDNSZoneBySubnetIDV1Params) WithEnvironment(environment *string) *DeleteDNSZoneBySubnetIDV1Params
- func (o *DeleteDNSZoneBySubnetIDV1Params) WithHTTPClient(client *http.Client) *DeleteDNSZoneBySubnetIDV1Params
- func (o *DeleteDNSZoneBySubnetIDV1Params) WithNetworkID(networkID *string) *DeleteDNSZoneBySubnetIDV1Params
- func (o *DeleteDNSZoneBySubnetIDV1Params) WithSubnetID(subnetID *string) *DeleteDNSZoneBySubnetIDV1Params
- func (o *DeleteDNSZoneBySubnetIDV1Params) WithTimeout(timeout time.Duration) *DeleteDNSZoneBySubnetIDV1Params
- func (o *DeleteDNSZoneBySubnetIDV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDNSZoneBySubnetIDV1Reader
- type DeleteDNSZoneBySubnetV1Default
- type DeleteDNSZoneBySubnetV1Params
- func NewDeleteDNSZoneBySubnetV1Params() *DeleteDNSZoneBySubnetV1Params
- func NewDeleteDNSZoneBySubnetV1ParamsWithContext(ctx context.Context) *DeleteDNSZoneBySubnetV1Params
- func NewDeleteDNSZoneBySubnetV1ParamsWithHTTPClient(client *http.Client) *DeleteDNSZoneBySubnetV1Params
- func NewDeleteDNSZoneBySubnetV1ParamsWithTimeout(timeout time.Duration) *DeleteDNSZoneBySubnetV1Params
- func (o *DeleteDNSZoneBySubnetV1Params) SetContext(ctx context.Context)
- func (o *DeleteDNSZoneBySubnetV1Params) SetEnvironment(environment *string)
- func (o *DeleteDNSZoneBySubnetV1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteDNSZoneBySubnetV1Params) SetSubnet(subnet *string)
- func (o *DeleteDNSZoneBySubnetV1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteDNSZoneBySubnetV1Params) WithContext(ctx context.Context) *DeleteDNSZoneBySubnetV1Params
- func (o *DeleteDNSZoneBySubnetV1Params) WithEnvironment(environment *string) *DeleteDNSZoneBySubnetV1Params
- func (o *DeleteDNSZoneBySubnetV1Params) WithHTTPClient(client *http.Client) *DeleteDNSZoneBySubnetV1Params
- func (o *DeleteDNSZoneBySubnetV1Params) WithSubnet(subnet *string) *DeleteDNSZoneBySubnetV1Params
- func (o *DeleteDNSZoneBySubnetV1Params) WithTimeout(timeout time.Duration) *DeleteDNSZoneBySubnetV1Params
- func (o *DeleteDNSZoneBySubnetV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDNSZoneBySubnetV1Reader
- type ListDNSZonesV1OK
- type ListDNSZonesV1Params
- func NewListDNSZonesV1Params() *ListDNSZonesV1Params
- func NewListDNSZonesV1ParamsWithContext(ctx context.Context) *ListDNSZonesV1Params
- func NewListDNSZonesV1ParamsWithHTTPClient(client *http.Client) *ListDNSZonesV1Params
- func NewListDNSZonesV1ParamsWithTimeout(timeout time.Duration) *ListDNSZonesV1Params
- func (o *ListDNSZonesV1Params) SetContext(ctx context.Context)
- func (o *ListDNSZonesV1Params) SetEnvironment(environment *string)
- func (o *ListDNSZonesV1Params) SetHTTPClient(client *http.Client)
- func (o *ListDNSZonesV1Params) SetTimeout(timeout time.Duration)
- func (o *ListDNSZonesV1Params) WithContext(ctx context.Context) *ListDNSZonesV1Params
- func (o *ListDNSZonesV1Params) WithEnvironment(environment *string) *ListDNSZonesV1Params
- func (o *ListDNSZonesV1Params) WithHTTPClient(client *http.Client) *ListDNSZonesV1Params
- func (o *ListDNSZonesV1Params) WithTimeout(timeout time.Duration) *ListDNSZonesV1Params
- func (o *ListDNSZonesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDNSZonesV1Reader
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 ¶
func (o *AddDNSZoneForSubnetIdsV1OK) Error() string
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 ¶
func (o *AddDNSZoneForSubnetIdsV1Params) SetBody(body *model.AddDNSZoneForSubnetIdsV1Request)
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 ¶
func (o *AddDNSZoneForSubnetIdsV1Params) WithBody(body *model.AddDNSZoneForSubnetIdsV1Request) *AddDNSZoneForSubnetIdsV1Params
WithBody adds the body to the add Dns zone for subnet ids v1 params
func (*AddDNSZoneForSubnetIdsV1Params) WithContext ¶
func (o *AddDNSZoneForSubnetIdsV1Params) WithContext(ctx context.Context) *AddDNSZoneForSubnetIdsV1Params
WithContext adds the context to the add Dns zone for subnet ids v1 params
func (*AddDNSZoneForSubnetIdsV1Params) WithHTTPClient ¶
func (o *AddDNSZoneForSubnetIdsV1Params) WithHTTPClient(client *http.Client) *AddDNSZoneForSubnetIdsV1Params
WithHTTPClient adds the HTTPClient to the add Dns zone for subnet ids v1 params
func (*AddDNSZoneForSubnetIdsV1Params) WithTimeout ¶
func (o *AddDNSZoneForSubnetIdsV1Params) WithTimeout(timeout time.Duration) *AddDNSZoneForSubnetIdsV1Params
WithTimeout adds the timeout to the add Dns zone for subnet ids v1 params
func (*AddDNSZoneForSubnetIdsV1Params) WriteToRequest ¶
func (o *AddDNSZoneForSubnetIdsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *AddDNSZoneForSubnetsV1Params) SetBody(body *model.AddDNSZoneForSubnetsV1Request)
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 ¶
func (o *AddDNSZoneForSubnetsV1Params) WithBody(body *model.AddDNSZoneForSubnetsV1Request) *AddDNSZoneForSubnetsV1Params
WithBody adds the body to the add Dns zone for subnets v1 params
func (*AddDNSZoneForSubnetsV1Params) WithContext ¶
func (o *AddDNSZoneForSubnetsV1Params) WithContext(ctx context.Context) *AddDNSZoneForSubnetsV1Params
WithContext adds the context to the add Dns zone for subnets v1 params
func (*AddDNSZoneForSubnetsV1Params) WithHTTPClient ¶
func (o *AddDNSZoneForSubnetsV1Params) WithHTTPClient(client *http.Client) *AddDNSZoneForSubnetsV1Params
WithHTTPClient adds the HTTPClient to the add Dns zone for subnets v1 params
func (*AddDNSZoneForSubnetsV1Params) WithTimeout ¶
func (o *AddDNSZoneForSubnetsV1Params) WithTimeout(timeout time.Duration) *AddDNSZoneForSubnetsV1Params
WithTimeout adds the timeout to the add Dns zone for subnets v1 params
func (*AddDNSZoneForSubnetsV1Params) WriteToRequest ¶
func (o *AddDNSZoneForSubnetsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteDNSRecordByFqdnV1Default) Code() int
Code gets the status code for the delete Dns record by fqdn v1 default response
func (*DeleteDNSRecordByFqdnV1Default) Error ¶
func (o *DeleteDNSRecordByFqdnV1Default) Error() string
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 ¶
func (o *DeleteDNSRecordByFqdnV1Params) WithContext(ctx context.Context) *DeleteDNSRecordByFqdnV1Params
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 ¶
func (o *DeleteDNSRecordByFqdnV1Params) WithFqdn(fqdn []string) *DeleteDNSRecordByFqdnV1Params
WithFqdn adds the fqdn to the delete Dns record by fqdn v1 params
func (*DeleteDNSRecordByFqdnV1Params) WithHTTPClient ¶
func (o *DeleteDNSRecordByFqdnV1Params) WithHTTPClient(client *http.Client) *DeleteDNSRecordByFqdnV1Params
WithHTTPClient adds the HTTPClient to the delete Dns record by fqdn v1 params
func (*DeleteDNSRecordByFqdnV1Params) WithTimeout ¶
func (o *DeleteDNSRecordByFqdnV1Params) WithTimeout(timeout time.Duration) *DeleteDNSRecordByFqdnV1Params
WithTimeout adds the timeout to the delete Dns record by fqdn v1 params
func (*DeleteDNSRecordByFqdnV1Params) WriteToRequest ¶
func (o *DeleteDNSRecordByFqdnV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteDNSZoneBySubnetIDV1Default) Code() int
Code gets the status code for the delete Dns zone by subnet Id v1 default response
func (*DeleteDNSZoneBySubnetIDV1Default) Error ¶
func (o *DeleteDNSZoneBySubnetIDV1Default) Error() string
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 ¶
func (o *DeleteDNSZoneBySubnetIDV1Params) WithContext(ctx context.Context) *DeleteDNSZoneBySubnetIDV1Params
WithContext adds the context to the delete Dns zone by subnet Id v1 params
func (*DeleteDNSZoneBySubnetIDV1Params) WithEnvironment ¶
func (o *DeleteDNSZoneBySubnetIDV1Params) WithEnvironment(environment *string) *DeleteDNSZoneBySubnetIDV1Params
WithEnvironment adds the environment to the delete Dns zone by subnet Id v1 params
func (*DeleteDNSZoneBySubnetIDV1Params) WithHTTPClient ¶
func (o *DeleteDNSZoneBySubnetIDV1Params) WithHTTPClient(client *http.Client) *DeleteDNSZoneBySubnetIDV1Params
WithHTTPClient adds the HTTPClient to the delete Dns zone by subnet Id v1 params
func (*DeleteDNSZoneBySubnetIDV1Params) WithNetworkID ¶
func (o *DeleteDNSZoneBySubnetIDV1Params) WithNetworkID(networkID *string) *DeleteDNSZoneBySubnetIDV1Params
WithNetworkID adds the networkID to the delete Dns zone by subnet Id v1 params
func (*DeleteDNSZoneBySubnetIDV1Params) WithSubnetID ¶
func (o *DeleteDNSZoneBySubnetIDV1Params) WithSubnetID(subnetID *string) *DeleteDNSZoneBySubnetIDV1Params
WithSubnetID adds the subnetID to the delete Dns zone by subnet Id v1 params
func (*DeleteDNSZoneBySubnetIDV1Params) WithTimeout ¶
func (o *DeleteDNSZoneBySubnetIDV1Params) WithTimeout(timeout time.Duration) *DeleteDNSZoneBySubnetIDV1Params
WithTimeout adds the timeout to the delete Dns zone by subnet Id v1 params
func (*DeleteDNSZoneBySubnetIDV1Params) WriteToRequest ¶
func (o *DeleteDNSZoneBySubnetIDV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteDNSZoneBySubnetV1Default) Code() int
Code gets the status code for the delete Dns zone by subnet v1 default response
func (*DeleteDNSZoneBySubnetV1Default) Error ¶
func (o *DeleteDNSZoneBySubnetV1Default) Error() string
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 ¶
func (o *DeleteDNSZoneBySubnetV1Params) WithContext(ctx context.Context) *DeleteDNSZoneBySubnetV1Params
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 ¶
func (o *DeleteDNSZoneBySubnetV1Params) WithHTTPClient(client *http.Client) *DeleteDNSZoneBySubnetV1Params
WithHTTPClient adds the HTTPClient to the delete Dns zone by subnet v1 params
func (*DeleteDNSZoneBySubnetV1Params) WithSubnet ¶
func (o *DeleteDNSZoneBySubnetV1Params) WithSubnet(subnet *string) *DeleteDNSZoneBySubnetV1Params
WithSubnet adds the subnet to the delete Dns zone by subnet v1 params
func (*DeleteDNSZoneBySubnetV1Params) WithTimeout ¶
func (o *DeleteDNSZoneBySubnetV1Params) WithTimeout(timeout time.Duration) *DeleteDNSZoneBySubnetV1Params
WithTimeout adds the timeout to the delete Dns zone by subnet v1 params
func (*DeleteDNSZoneBySubnetV1Params) WriteToRequest ¶
func (o *DeleteDNSZoneBySubnetV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListDNSZonesV1Params) WithContext(ctx context.Context) *ListDNSZonesV1Params
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.
Source Files
¶
- add_dns_zone_for_subnet_ids_v1_parameters.go
- add_dns_zone_for_subnet_ids_v1_responses.go
- add_dns_zone_for_subnets_v1_parameters.go
- add_dns_zone_for_subnets_v1_responses.go
- delete_dns_record_by_fqdn_v1_parameters.go
- delete_dns_record_by_fqdn_v1_responses.go
- delete_dns_zone_by_subnet_id_v1_parameters.go
- delete_dns_zone_by_subnet_id_v1_responses.go
- delete_dns_zone_by_subnet_v1_parameters.go
- delete_dns_zone_by_subnet_v1_responses.go
- list_dns_zones_v1_parameters.go
- list_dns_zones_v1_responses.go
- v1dns_client.go