Documentation
¶
Index ¶
- type Client
- func (a *Client) GetVsphereFabricNetwork(params *GetVsphereFabricNetworkParams) (*GetVsphereFabricNetworkOK, error)
- func (a *Client) GetVsphereFabricNetworks(params *GetVsphereFabricNetworksParams) (*GetVsphereFabricNetworksOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdatevSphereFabricNetwork(params *UpdatevSphereFabricNetworkParams) (*UpdatevSphereFabricNetworkOK, error)
- type GetVsphereFabricNetworkForbidden
- type GetVsphereFabricNetworkNotFound
- type GetVsphereFabricNetworkOK
- type GetVsphereFabricNetworkParams
- func NewGetVsphereFabricNetworkParams() *GetVsphereFabricNetworkParams
- func NewGetVsphereFabricNetworkParamsWithContext(ctx context.Context) *GetVsphereFabricNetworkParams
- func NewGetVsphereFabricNetworkParamsWithHTTPClient(client *http.Client) *GetVsphereFabricNetworkParams
- func NewGetVsphereFabricNetworkParamsWithTimeout(timeout time.Duration) *GetVsphereFabricNetworkParams
- func (o *GetVsphereFabricNetworkParams) SetAPIVersion(aPIVersion *string)
- func (o *GetVsphereFabricNetworkParams) SetContext(ctx context.Context)
- func (o *GetVsphereFabricNetworkParams) SetHTTPClient(client *http.Client)
- func (o *GetVsphereFabricNetworkParams) SetID(id string)
- func (o *GetVsphereFabricNetworkParams) SetTimeout(timeout time.Duration)
- func (o *GetVsphereFabricNetworkParams) WithAPIVersion(aPIVersion *string) *GetVsphereFabricNetworkParams
- func (o *GetVsphereFabricNetworkParams) WithContext(ctx context.Context) *GetVsphereFabricNetworkParams
- func (o *GetVsphereFabricNetworkParams) WithHTTPClient(client *http.Client) *GetVsphereFabricNetworkParams
- func (o *GetVsphereFabricNetworkParams) WithID(id string) *GetVsphereFabricNetworkParams
- func (o *GetVsphereFabricNetworkParams) WithTimeout(timeout time.Duration) *GetVsphereFabricNetworkParams
- func (o *GetVsphereFabricNetworkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVsphereFabricNetworkReader
- type GetVsphereFabricNetworksForbidden
- type GetVsphereFabricNetworksOK
- type GetVsphereFabricNetworksParams
- func NewGetVsphereFabricNetworksParams() *GetVsphereFabricNetworksParams
- func NewGetVsphereFabricNetworksParamsWithContext(ctx context.Context) *GetVsphereFabricNetworksParams
- func NewGetVsphereFabricNetworksParamsWithHTTPClient(client *http.Client) *GetVsphereFabricNetworksParams
- func NewGetVsphereFabricNetworksParamsWithTimeout(timeout time.Duration) *GetVsphereFabricNetworksParams
- func (o *GetVsphereFabricNetworksParams) SetAPIVersion(aPIVersion *string)
- func (o *GetVsphereFabricNetworksParams) SetContext(ctx context.Context)
- func (o *GetVsphereFabricNetworksParams) SetHTTPClient(client *http.Client)
- func (o *GetVsphereFabricNetworksParams) SetTimeout(timeout time.Duration)
- func (o *GetVsphereFabricNetworksParams) WithAPIVersion(aPIVersion *string) *GetVsphereFabricNetworksParams
- func (o *GetVsphereFabricNetworksParams) WithContext(ctx context.Context) *GetVsphereFabricNetworksParams
- func (o *GetVsphereFabricNetworksParams) WithHTTPClient(client *http.Client) *GetVsphereFabricNetworksParams
- func (o *GetVsphereFabricNetworksParams) WithTimeout(timeout time.Duration) *GetVsphereFabricNetworksParams
- func (o *GetVsphereFabricNetworksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVsphereFabricNetworksReader
- type UpdatevSphereFabricNetworkForbidden
- type UpdatevSphereFabricNetworkNotFound
- type UpdatevSphereFabricNetworkOK
- type UpdatevSphereFabricNetworkParams
- func NewUpdatevSphereFabricNetworkParams() *UpdatevSphereFabricNetworkParams
- func NewUpdatevSphereFabricNetworkParamsWithContext(ctx context.Context) *UpdatevSphereFabricNetworkParams
- func NewUpdatevSphereFabricNetworkParamsWithHTTPClient(client *http.Client) *UpdatevSphereFabricNetworkParams
- func NewUpdatevSphereFabricNetworkParamsWithTimeout(timeout time.Duration) *UpdatevSphereFabricNetworkParams
- func (o *UpdatevSphereFabricNetworkParams) SetAPIVersion(aPIVersion *string)
- func (o *UpdatevSphereFabricNetworkParams) SetBody(body *models.FabricNetworkVsphereSpecification)
- func (o *UpdatevSphereFabricNetworkParams) SetContext(ctx context.Context)
- func (o *UpdatevSphereFabricNetworkParams) SetHTTPClient(client *http.Client)
- func (o *UpdatevSphereFabricNetworkParams) SetID(id string)
- func (o *UpdatevSphereFabricNetworkParams) SetTimeout(timeout time.Duration)
- func (o *UpdatevSphereFabricNetworkParams) WithAPIVersion(aPIVersion *string) *UpdatevSphereFabricNetworkParams
- func (o *UpdatevSphereFabricNetworkParams) WithBody(body *models.FabricNetworkVsphereSpecification) *UpdatevSphereFabricNetworkParams
- func (o *UpdatevSphereFabricNetworkParams) WithContext(ctx context.Context) *UpdatevSphereFabricNetworkParams
- func (o *UpdatevSphereFabricNetworkParams) WithHTTPClient(client *http.Client) *UpdatevSphereFabricNetworkParams
- func (o *UpdatevSphereFabricNetworkParams) WithID(id string) *UpdatevSphereFabricNetworkParams
- func (o *UpdatevSphereFabricNetworkParams) WithTimeout(timeout time.Duration) *UpdatevSphereFabricNetworkParams
- func (o *UpdatevSphereFabricNetworkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatevSphereFabricNetworkReader
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 fabric networks vsphere API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new fabric networks vsphere API client.
func (*Client) GetVsphereFabricNetwork ¶
func (a *Client) GetVsphereFabricNetwork(params *GetVsphereFabricNetworkParams) (*GetVsphereFabricNetworkOK, error)
GetVsphereFabricNetwork gets v sphere fabric network
Get vSphere fabric network with a given id
func (*Client) GetVsphereFabricNetworks ¶
func (a *Client) GetVsphereFabricNetworks(params *GetVsphereFabricNetworksParams) (*GetVsphereFabricNetworksOK, error)
GetVsphereFabricNetworks gets v sphere fabric networks
Get all vSphere fabric networks.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdatevSphereFabricNetwork ¶
func (a *Client) UpdatevSphereFabricNetwork(params *UpdatevSphereFabricNetworkParams) (*UpdatevSphereFabricNetworkOK, error)
UpdatevSphereFabricNetwork updates v sphere fabric network
Update vSphere fabric network.
type GetVsphereFabricNetworkForbidden ¶
type GetVsphereFabricNetworkForbidden struct { }
GetVsphereFabricNetworkForbidden handles this case with default header values.
Forbidden
func NewGetVsphereFabricNetworkForbidden ¶
func NewGetVsphereFabricNetworkForbidden() *GetVsphereFabricNetworkForbidden
NewGetVsphereFabricNetworkForbidden creates a GetVsphereFabricNetworkForbidden with default headers values
func (*GetVsphereFabricNetworkForbidden) Error ¶
func (o *GetVsphereFabricNetworkForbidden) Error() string
type GetVsphereFabricNetworkNotFound ¶
type GetVsphereFabricNetworkNotFound struct { }
GetVsphereFabricNetworkNotFound handles this case with default header values.
Not Found
func NewGetVsphereFabricNetworkNotFound ¶
func NewGetVsphereFabricNetworkNotFound() *GetVsphereFabricNetworkNotFound
NewGetVsphereFabricNetworkNotFound creates a GetVsphereFabricNetworkNotFound with default headers values
func (*GetVsphereFabricNetworkNotFound) Error ¶
func (o *GetVsphereFabricNetworkNotFound) Error() string
type GetVsphereFabricNetworkOK ¶
type GetVsphereFabricNetworkOK struct {
Payload *models.FabricNetworkVsphere
}
GetVsphereFabricNetworkOK handles this case with default header values.
successful operation
func NewGetVsphereFabricNetworkOK ¶
func NewGetVsphereFabricNetworkOK() *GetVsphereFabricNetworkOK
NewGetVsphereFabricNetworkOK creates a GetVsphereFabricNetworkOK with default headers values
func (*GetVsphereFabricNetworkOK) Error ¶
func (o *GetVsphereFabricNetworkOK) Error() string
func (*GetVsphereFabricNetworkOK) GetPayload ¶
func (o *GetVsphereFabricNetworkOK) GetPayload() *models.FabricNetworkVsphere
type GetVsphereFabricNetworkParams ¶
type GetVsphereFabricNetworkParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the fabric network. */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVsphereFabricNetworkParams contains all the parameters to send to the API endpoint for the get vsphere fabric network operation typically these are written to a http.Request
func NewGetVsphereFabricNetworkParams ¶
func NewGetVsphereFabricNetworkParams() *GetVsphereFabricNetworkParams
NewGetVsphereFabricNetworkParams creates a new GetVsphereFabricNetworkParams object with the default values initialized.
func NewGetVsphereFabricNetworkParamsWithContext ¶
func NewGetVsphereFabricNetworkParamsWithContext(ctx context.Context) *GetVsphereFabricNetworkParams
NewGetVsphereFabricNetworkParamsWithContext creates a new GetVsphereFabricNetworkParams object with the default values initialized, and the ability to set a context for a request
func NewGetVsphereFabricNetworkParamsWithHTTPClient ¶
func NewGetVsphereFabricNetworkParamsWithHTTPClient(client *http.Client) *GetVsphereFabricNetworkParams
NewGetVsphereFabricNetworkParamsWithHTTPClient creates a new GetVsphereFabricNetworkParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVsphereFabricNetworkParamsWithTimeout ¶
func NewGetVsphereFabricNetworkParamsWithTimeout(timeout time.Duration) *GetVsphereFabricNetworkParams
NewGetVsphereFabricNetworkParamsWithTimeout creates a new GetVsphereFabricNetworkParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVsphereFabricNetworkParams) SetAPIVersion ¶
func (o *GetVsphereFabricNetworkParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get vsphere fabric network params
func (*GetVsphereFabricNetworkParams) SetContext ¶
func (o *GetVsphereFabricNetworkParams) SetContext(ctx context.Context)
SetContext adds the context to the get vsphere fabric network params
func (*GetVsphereFabricNetworkParams) SetHTTPClient ¶
func (o *GetVsphereFabricNetworkParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get vsphere fabric network params
func (*GetVsphereFabricNetworkParams) SetID ¶
func (o *GetVsphereFabricNetworkParams) SetID(id string)
SetID adds the id to the get vsphere fabric network params
func (*GetVsphereFabricNetworkParams) SetTimeout ¶
func (o *GetVsphereFabricNetworkParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get vsphere fabric network params
func (*GetVsphereFabricNetworkParams) WithAPIVersion ¶
func (o *GetVsphereFabricNetworkParams) WithAPIVersion(aPIVersion *string) *GetVsphereFabricNetworkParams
WithAPIVersion adds the aPIVersion to the get vsphere fabric network params
func (*GetVsphereFabricNetworkParams) WithContext ¶
func (o *GetVsphereFabricNetworkParams) WithContext(ctx context.Context) *GetVsphereFabricNetworkParams
WithContext adds the context to the get vsphere fabric network params
func (*GetVsphereFabricNetworkParams) WithHTTPClient ¶
func (o *GetVsphereFabricNetworkParams) WithHTTPClient(client *http.Client) *GetVsphereFabricNetworkParams
WithHTTPClient adds the HTTPClient to the get vsphere fabric network params
func (*GetVsphereFabricNetworkParams) WithID ¶
func (o *GetVsphereFabricNetworkParams) WithID(id string) *GetVsphereFabricNetworkParams
WithID adds the id to the get vsphere fabric network params
func (*GetVsphereFabricNetworkParams) WithTimeout ¶
func (o *GetVsphereFabricNetworkParams) WithTimeout(timeout time.Duration) *GetVsphereFabricNetworkParams
WithTimeout adds the timeout to the get vsphere fabric network params
func (*GetVsphereFabricNetworkParams) WriteToRequest ¶
func (o *GetVsphereFabricNetworkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVsphereFabricNetworkReader ¶
type GetVsphereFabricNetworkReader struct {
// contains filtered or unexported fields
}
GetVsphereFabricNetworkReader is a Reader for the GetVsphereFabricNetwork structure.
func (*GetVsphereFabricNetworkReader) ReadResponse ¶
func (o *GetVsphereFabricNetworkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVsphereFabricNetworksForbidden ¶
type GetVsphereFabricNetworksForbidden struct { }
GetVsphereFabricNetworksForbidden handles this case with default header values.
Forbidden
func NewGetVsphereFabricNetworksForbidden ¶
func NewGetVsphereFabricNetworksForbidden() *GetVsphereFabricNetworksForbidden
NewGetVsphereFabricNetworksForbidden creates a GetVsphereFabricNetworksForbidden with default headers values
func (*GetVsphereFabricNetworksForbidden) Error ¶
func (o *GetVsphereFabricNetworksForbidden) Error() string
type GetVsphereFabricNetworksOK ¶
type GetVsphereFabricNetworksOK struct {
Payload *models.FabricNetworkVsphereResult
}
GetVsphereFabricNetworksOK handles this case with default header values.
successful operation
func NewGetVsphereFabricNetworksOK ¶
func NewGetVsphereFabricNetworksOK() *GetVsphereFabricNetworksOK
NewGetVsphereFabricNetworksOK creates a GetVsphereFabricNetworksOK with default headers values
func (*GetVsphereFabricNetworksOK) Error ¶
func (o *GetVsphereFabricNetworksOK) Error() string
func (*GetVsphereFabricNetworksOK) GetPayload ¶
func (o *GetVsphereFabricNetworksOK) GetPayload() *models.FabricNetworkVsphereResult
type GetVsphereFabricNetworksParams ¶
type GetVsphereFabricNetworksParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVsphereFabricNetworksParams contains all the parameters to send to the API endpoint for the get vsphere fabric networks operation typically these are written to a http.Request
func NewGetVsphereFabricNetworksParams ¶
func NewGetVsphereFabricNetworksParams() *GetVsphereFabricNetworksParams
NewGetVsphereFabricNetworksParams creates a new GetVsphereFabricNetworksParams object with the default values initialized.
func NewGetVsphereFabricNetworksParamsWithContext ¶
func NewGetVsphereFabricNetworksParamsWithContext(ctx context.Context) *GetVsphereFabricNetworksParams
NewGetVsphereFabricNetworksParamsWithContext creates a new GetVsphereFabricNetworksParams object with the default values initialized, and the ability to set a context for a request
func NewGetVsphereFabricNetworksParamsWithHTTPClient ¶
func NewGetVsphereFabricNetworksParamsWithHTTPClient(client *http.Client) *GetVsphereFabricNetworksParams
NewGetVsphereFabricNetworksParamsWithHTTPClient creates a new GetVsphereFabricNetworksParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVsphereFabricNetworksParamsWithTimeout ¶
func NewGetVsphereFabricNetworksParamsWithTimeout(timeout time.Duration) *GetVsphereFabricNetworksParams
NewGetVsphereFabricNetworksParamsWithTimeout creates a new GetVsphereFabricNetworksParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVsphereFabricNetworksParams) SetAPIVersion ¶
func (o *GetVsphereFabricNetworksParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get vsphere fabric networks params
func (*GetVsphereFabricNetworksParams) SetContext ¶
func (o *GetVsphereFabricNetworksParams) SetContext(ctx context.Context)
SetContext adds the context to the get vsphere fabric networks params
func (*GetVsphereFabricNetworksParams) SetHTTPClient ¶
func (o *GetVsphereFabricNetworksParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get vsphere fabric networks params
func (*GetVsphereFabricNetworksParams) SetTimeout ¶
func (o *GetVsphereFabricNetworksParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get vsphere fabric networks params
func (*GetVsphereFabricNetworksParams) WithAPIVersion ¶
func (o *GetVsphereFabricNetworksParams) WithAPIVersion(aPIVersion *string) *GetVsphereFabricNetworksParams
WithAPIVersion adds the aPIVersion to the get vsphere fabric networks params
func (*GetVsphereFabricNetworksParams) WithContext ¶
func (o *GetVsphereFabricNetworksParams) WithContext(ctx context.Context) *GetVsphereFabricNetworksParams
WithContext adds the context to the get vsphere fabric networks params
func (*GetVsphereFabricNetworksParams) WithHTTPClient ¶
func (o *GetVsphereFabricNetworksParams) WithHTTPClient(client *http.Client) *GetVsphereFabricNetworksParams
WithHTTPClient adds the HTTPClient to the get vsphere fabric networks params
func (*GetVsphereFabricNetworksParams) WithTimeout ¶
func (o *GetVsphereFabricNetworksParams) WithTimeout(timeout time.Duration) *GetVsphereFabricNetworksParams
WithTimeout adds the timeout to the get vsphere fabric networks params
func (*GetVsphereFabricNetworksParams) WriteToRequest ¶
func (o *GetVsphereFabricNetworksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVsphereFabricNetworksReader ¶
type GetVsphereFabricNetworksReader struct {
// contains filtered or unexported fields
}
GetVsphereFabricNetworksReader is a Reader for the GetVsphereFabricNetworks structure.
func (*GetVsphereFabricNetworksReader) ReadResponse ¶
func (o *GetVsphereFabricNetworksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatevSphereFabricNetworkForbidden ¶
type UpdatevSphereFabricNetworkForbidden struct { }
UpdatevSphereFabricNetworkForbidden handles this case with default header values.
Forbidden
func NewUpdatevSphereFabricNetworkForbidden ¶
func NewUpdatevSphereFabricNetworkForbidden() *UpdatevSphereFabricNetworkForbidden
NewUpdatevSphereFabricNetworkForbidden creates a UpdatevSphereFabricNetworkForbidden with default headers values
func (*UpdatevSphereFabricNetworkForbidden) Error ¶
func (o *UpdatevSphereFabricNetworkForbidden) Error() string
type UpdatevSphereFabricNetworkNotFound ¶
type UpdatevSphereFabricNetworkNotFound struct { }
UpdatevSphereFabricNetworkNotFound handles this case with default header values.
Not Found
func NewUpdatevSphereFabricNetworkNotFound ¶
func NewUpdatevSphereFabricNetworkNotFound() *UpdatevSphereFabricNetworkNotFound
NewUpdatevSphereFabricNetworkNotFound creates a UpdatevSphereFabricNetworkNotFound with default headers values
func (*UpdatevSphereFabricNetworkNotFound) Error ¶
func (o *UpdatevSphereFabricNetworkNotFound) Error() string
type UpdatevSphereFabricNetworkOK ¶
type UpdatevSphereFabricNetworkOK struct {
Payload *models.FabricNetworkVsphere
}
UpdatevSphereFabricNetworkOK handles this case with default header values.
successful operation
func NewUpdatevSphereFabricNetworkOK ¶
func NewUpdatevSphereFabricNetworkOK() *UpdatevSphereFabricNetworkOK
NewUpdatevSphereFabricNetworkOK creates a UpdatevSphereFabricNetworkOK with default headers values
func (*UpdatevSphereFabricNetworkOK) Error ¶
func (o *UpdatevSphereFabricNetworkOK) Error() string
func (*UpdatevSphereFabricNetworkOK) GetPayload ¶
func (o *UpdatevSphereFabricNetworkOK) GetPayload() *models.FabricNetworkVsphere
type UpdatevSphereFabricNetworkParams ¶
type UpdatevSphereFabricNetworkParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body Vsphere Fabric Network Specification */ Body *models.FabricNetworkVsphereSpecification /*ID The ID of the vSphere Fabric Network. */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdatevSphereFabricNetworkParams contains all the parameters to send to the API endpoint for the updatev sphere fabric network operation typically these are written to a http.Request
func NewUpdatevSphereFabricNetworkParams ¶
func NewUpdatevSphereFabricNetworkParams() *UpdatevSphereFabricNetworkParams
NewUpdatevSphereFabricNetworkParams creates a new UpdatevSphereFabricNetworkParams object with the default values initialized.
func NewUpdatevSphereFabricNetworkParamsWithContext ¶
func NewUpdatevSphereFabricNetworkParamsWithContext(ctx context.Context) *UpdatevSphereFabricNetworkParams
NewUpdatevSphereFabricNetworkParamsWithContext creates a new UpdatevSphereFabricNetworkParams object with the default values initialized, and the ability to set a context for a request
func NewUpdatevSphereFabricNetworkParamsWithHTTPClient ¶
func NewUpdatevSphereFabricNetworkParamsWithHTTPClient(client *http.Client) *UpdatevSphereFabricNetworkParams
NewUpdatevSphereFabricNetworkParamsWithHTTPClient creates a new UpdatevSphereFabricNetworkParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdatevSphereFabricNetworkParamsWithTimeout ¶
func NewUpdatevSphereFabricNetworkParamsWithTimeout(timeout time.Duration) *UpdatevSphereFabricNetworkParams
NewUpdatevSphereFabricNetworkParamsWithTimeout creates a new UpdatevSphereFabricNetworkParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdatevSphereFabricNetworkParams) SetAPIVersion ¶
func (o *UpdatevSphereFabricNetworkParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the updatev sphere fabric network params
func (*UpdatevSphereFabricNetworkParams) SetBody ¶
func (o *UpdatevSphereFabricNetworkParams) SetBody(body *models.FabricNetworkVsphereSpecification)
SetBody adds the body to the updatev sphere fabric network params
func (*UpdatevSphereFabricNetworkParams) SetContext ¶
func (o *UpdatevSphereFabricNetworkParams) SetContext(ctx context.Context)
SetContext adds the context to the updatev sphere fabric network params
func (*UpdatevSphereFabricNetworkParams) SetHTTPClient ¶
func (o *UpdatevSphereFabricNetworkParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the updatev sphere fabric network params
func (*UpdatevSphereFabricNetworkParams) SetID ¶
func (o *UpdatevSphereFabricNetworkParams) SetID(id string)
SetID adds the id to the updatev sphere fabric network params
func (*UpdatevSphereFabricNetworkParams) SetTimeout ¶
func (o *UpdatevSphereFabricNetworkParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the updatev sphere fabric network params
func (*UpdatevSphereFabricNetworkParams) WithAPIVersion ¶
func (o *UpdatevSphereFabricNetworkParams) WithAPIVersion(aPIVersion *string) *UpdatevSphereFabricNetworkParams
WithAPIVersion adds the aPIVersion to the updatev sphere fabric network params
func (*UpdatevSphereFabricNetworkParams) WithBody ¶
func (o *UpdatevSphereFabricNetworkParams) WithBody(body *models.FabricNetworkVsphereSpecification) *UpdatevSphereFabricNetworkParams
WithBody adds the body to the updatev sphere fabric network params
func (*UpdatevSphereFabricNetworkParams) WithContext ¶
func (o *UpdatevSphereFabricNetworkParams) WithContext(ctx context.Context) *UpdatevSphereFabricNetworkParams
WithContext adds the context to the updatev sphere fabric network params
func (*UpdatevSphereFabricNetworkParams) WithHTTPClient ¶
func (o *UpdatevSphereFabricNetworkParams) WithHTTPClient(client *http.Client) *UpdatevSphereFabricNetworkParams
WithHTTPClient adds the HTTPClient to the updatev sphere fabric network params
func (*UpdatevSphereFabricNetworkParams) WithID ¶
func (o *UpdatevSphereFabricNetworkParams) WithID(id string) *UpdatevSphereFabricNetworkParams
WithID adds the id to the updatev sphere fabric network params
func (*UpdatevSphereFabricNetworkParams) WithTimeout ¶
func (o *UpdatevSphereFabricNetworkParams) WithTimeout(timeout time.Duration) *UpdatevSphereFabricNetworkParams
WithTimeout adds the timeout to the updatev sphere fabric network params
func (*UpdatevSphereFabricNetworkParams) WriteToRequest ¶
func (o *UpdatevSphereFabricNetworkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatevSphereFabricNetworkReader ¶
type UpdatevSphereFabricNetworkReader struct {
// contains filtered or unexported fields
}
UpdatevSphereFabricNetworkReader is a Reader for the UpdatevSphereFabricNetwork structure.
func (*UpdatevSphereFabricNetworkReader) ReadResponse ¶
func (o *UpdatevSphereFabricNetworkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.