osmapi

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package osmapi provides primitives to interact with the openapi HTTP API.

Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.3.0 DO NOT EDIT.

Index

Constants

View Source
const (
	BearerAuthScopes = "bearerAuth.Scopes"
)

Variables

This section is empty.

Functions

func NewActionOnNSIRequest

func NewActionOnNSIRequest(server string, netsliceInstanceId string, body ActionOnNSIJSONRequestBody) (*http.Request, error)

NewActionOnNSIRequest calls the generic ActionOnNSI builder with application/json body

func NewActionOnNSIRequestWithBody

func NewActionOnNSIRequestWithBody(server string, netsliceInstanceId string, contentType string, body io.Reader) (*http.Request, error)

NewActionOnNSIRequestWithBody generates requests for ActionOnNSI with any type of body

func NewActionOnNSinstanceRequest

func NewActionOnNSinstanceRequest(server string, nsInstanceId string, body ActionOnNSinstanceJSONRequestBody) (*http.Request, error)

NewActionOnNSinstanceRequest calls the generic ActionOnNSinstance builder with application/json body

func NewActionOnNSinstanceRequestWithBody

func NewActionOnNSinstanceRequestWithBody(server string, nsInstanceId string, contentType string, body io.Reader) (*http.Request, error)

NewActionOnNSinstanceRequestWithBody generates requests for ActionOnNSinstance with any type of body

func NewAddKSURequest

func NewAddKSURequest(server string, body AddKSUJSONRequestBody) (*http.Request, error)

NewAddKSURequest calls the generic AddKSU builder with application/json body

func NewAddKSURequestWithBody

func NewAddKSURequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAddKSURequestWithBody generates requests for AddKSU with any type of body

func NewAddNSDRequest

func NewAddNSDRequest(server string, body AddNSDJSONRequestBody) (*http.Request, error)

NewAddNSDRequest calls the generic AddNSD builder with application/json body

func NewAddNSDRequestWithBody

func NewAddNSDRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAddNSDRequestWithBody generates requests for AddNSD with any type of body

func NewAddNSIRequest

func NewAddNSIRequest(server string, body AddNSIJSONRequestBody) (*http.Request, error)

NewAddNSIRequest calls the generic AddNSI builder with application/json body

func NewAddNSIRequestWithBody

func NewAddNSIRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAddNSIRequestWithBody generates requests for AddNSI with any type of body

func NewAddNSTRequest

func NewAddNSTRequest(server string, body AddNSTJSONRequestBody) (*http.Request, error)

NewAddNSTRequest calls the generic AddNST builder with application/json body

func NewAddNSTRequestWithBody

func NewAddNSTRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAddNSTRequestWithBody generates requests for AddNST with any type of body

func NewAddNSinstanceRequest

func NewAddNSinstanceRequest(server string, body AddNSinstanceJSONRequestBody) (*http.Request, error)

NewAddNSinstanceRequest calls the generic AddNSinstance builder with application/json body

func NewAddNSinstanceRequestWithBody

func NewAddNSinstanceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAddNSinstanceRequestWithBody generates requests for AddNSinstance with any type of body

func NewAddNsSubcriptionsRequest

func NewAddNsSubcriptionsRequest(server string, body AddNsSubcriptionsJSONRequestBody) (*http.Request, error)

NewAddNsSubcriptionsRequest calls the generic AddNsSubcriptions builder with application/json body

func NewAddNsSubcriptionsRequestWithBody

func NewAddNsSubcriptionsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAddNsSubcriptionsRequestWithBody generates requests for AddNsSubcriptions with any type of body

func NewAddNsconfigtemplateRequest

func NewAddNsconfigtemplateRequest(server string, body AddNsconfigtemplateJSONRequestBody) (*http.Request, error)

NewAddNsconfigtemplateRequest calls the generic AddNsconfigtemplate builder with application/json body

func NewAddNsconfigtemplateRequestWithBody

func NewAddNsconfigtemplateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAddNsconfigtemplateRequestWithBody generates requests for AddNsconfigtemplate with any type of body

func NewAddOKAPackageRequestWithBody

func NewAddOKAPackageRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAddOKAPackageRequestWithBody generates requests for AddOKAPackage with any type of body

func NewAddRemoveAppProfileRequest

func NewAddRemoveAppProfileRequest(server string, clusterId string, body AddRemoveAppProfileJSONRequestBody) (*http.Request, error)

NewAddRemoveAppProfileRequest calls the generic AddRemoveAppProfile builder with application/json body

func NewAddRemoveAppProfileRequestWithBody

func NewAddRemoveAppProfileRequestWithBody(server string, clusterId string, contentType string, body io.Reader) (*http.Request, error)

NewAddRemoveAppProfileRequestWithBody generates requests for AddRemoveAppProfile with any type of body

func NewAddVnfPkgRequest

func NewAddVnfPkgRequest(server string, body AddVnfPkgJSONRequestBody) (*http.Request, error)

NewAddVnfPkgRequest calls the generic AddVnfPkg builder with application/json body

func NewAddVnfPkgRequestWithBody

func NewAddVnfPkgRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewAddVnfPkgRequestWithBody generates requests for AddVnfPkg with any type of body

func NewAddremoveInfraConfigProfileRequest

func NewAddremoveInfraConfigProfileRequest(server string, clusterId string, body AddremoveInfraConfigProfileJSONRequestBody) (*http.Request, error)

NewAddremoveInfraConfigProfileRequest calls the generic AddremoveInfraConfigProfile builder with application/json body

func NewAddremoveInfraConfigProfileRequestWithBody

func NewAddremoveInfraConfigProfileRequestWithBody(server string, clusterId string, contentType string, body io.Reader) (*http.Request, error)

NewAddremoveInfraConfigProfileRequestWithBody generates requests for AddremoveInfraConfigProfile with any type of body

func NewAddremoveInfraControllerProfileRequest

func NewAddremoveInfraControllerProfileRequest(server string, clusterId string, body AddremoveInfraControllerProfileJSONRequestBody) (*http.Request, error)

NewAddremoveInfraControllerProfileRequest calls the generic AddremoveInfraControllerProfile builder with application/json body

func NewAddremoveInfraControllerProfileRequestWithBody

func NewAddremoveInfraControllerProfileRequestWithBody(server string, clusterId string, contentType string, body io.Reader) (*http.Request, error)

NewAddremoveInfraControllerProfileRequestWithBody generates requests for AddremoveInfraControllerProfile with any type of body

func NewAddremoveResourceProfileRequest

func NewAddremoveResourceProfileRequest(server string, clusterId string, body AddremoveResourceProfileJSONRequestBody) (*http.Request, error)

NewAddremoveResourceProfileRequest calls the generic AddremoveResourceProfile builder with application/json body

func NewAddremoveResourceProfileRequestWithBody

func NewAddremoveResourceProfileRequestWithBody(server string, clusterId string, contentType string, body io.Reader) (*http.Request, error)

NewAddremoveResourceProfileRequestWithBody generates requests for AddremoveResourceProfile with any type of body

func NewCancelNSLCMOpOccRequest

func NewCancelNSLCMOpOccRequest(server string, nsLcmOpOccId string, body CancelNSLCMOpOccJSONRequestBody) (*http.Request, error)

NewCancelNSLCMOpOccRequest calls the generic CancelNSLCMOpOcc builder with application/json body

func NewCancelNSLCMOpOccRequestWithBody

func NewCancelNSLCMOpOccRequestWithBody(server string, nsLcmOpOccId string, contentType string, body io.Reader) (*http.Request, error)

NewCancelNSLCMOpOccRequestWithBody generates requests for CancelNSLCMOpOcc with any type of body

func NewCloneKSURequest

func NewCloneKSURequest(server string, ksuId string, body CloneKSUJSONRequestBody) (*http.Request, error)

NewCloneKSURequest calls the generic CloneKSU builder with application/json body

func NewCloneKSURequestWithBody

func NewCloneKSURequestWithBody(server string, ksuId string, contentType string, body io.Reader) (*http.Request, error)

NewCloneKSURequestWithBody generates requests for CloneKSU with any type of body

func NewCreateAppProfileRequest

func NewCreateAppProfileRequest(server string, body CreateAppProfileJSONRequestBody) (*http.Request, error)

NewCreateAppProfileRequest calls the generic CreateAppProfile builder with application/json body

func NewCreateAppProfileRequestWithBody

func NewCreateAppProfileRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateAppProfileRequestWithBody generates requests for CreateAppProfile with any type of body

func NewCreateInfraConfigProfileRequest

func NewCreateInfraConfigProfileRequest(server string, body CreateInfraConfigProfileJSONRequestBody) (*http.Request, error)

NewCreateInfraConfigProfileRequest calls the generic CreateInfraConfigProfile builder with application/json body

func NewCreateInfraConfigProfileRequestWithBody

func NewCreateInfraConfigProfileRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateInfraConfigProfileRequestWithBody generates requests for CreateInfraConfigProfile with any type of body

func NewCreateInfraControllerProfileRequest

func NewCreateInfraControllerProfileRequest(server string, body CreateInfraControllerProfileJSONRequestBody) (*http.Request, error)

NewCreateInfraControllerProfileRequest calls the generic CreateInfraControllerProfile builder with application/json body

func NewCreateInfraControllerProfileRequestWithBody

func NewCreateInfraControllerProfileRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateInfraControllerProfileRequestWithBody generates requests for CreateInfraControllerProfile with any type of body

func NewCreateK8sClusterRequest

func NewCreateK8sClusterRequest(server string, body CreateK8sClusterJSONRequestBody) (*http.Request, error)

NewCreateK8sClusterRequest calls the generic CreateK8sCluster builder with application/json body

func NewCreateK8sClusterRequestWithBody

func NewCreateK8sClusterRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateK8sClusterRequestWithBody generates requests for CreateK8sCluster with any type of body

func NewCreateK8sRepoRequest

func NewCreateK8sRepoRequest(server string, body CreateK8sRepoJSONRequestBody) (*http.Request, error)

NewCreateK8sRepoRequest calls the generic CreateK8sRepo builder with application/json body

func NewCreateK8sRepoRequestWithBody

func NewCreateK8sRepoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateK8sRepoRequestWithBody generates requests for CreateK8sRepo with any type of body

func NewCreateNSIContentRequest

func NewCreateNSIContentRequest(server string, body CreateNSIContentJSONRequestBody) (*http.Request, error)

NewCreateNSIContentRequest calls the generic CreateNSIContent builder with application/json body

func NewCreateNSIContentRequestWithBody

func NewCreateNSIContentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateNSIContentRequestWithBody generates requests for CreateNSIContent with any type of body

func NewCreateNSinstanceContentRequest

func NewCreateNSinstanceContentRequest(server string, body CreateNSinstanceContentJSONRequestBody) (*http.Request, error)

NewCreateNSinstanceContentRequest calls the generic CreateNSinstanceContent builder with application/json body

func NewCreateNSinstanceContentRequestWithBody

func NewCreateNSinstanceContentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateNSinstanceContentRequestWithBody generates requests for CreateNSinstanceContent with any type of body

func NewCreatePDURequest

func NewCreatePDURequest(server string, body CreatePDUJSONRequestBody) (*http.Request, error)

NewCreatePDURequest calls the generic CreatePDU builder with application/json body

func NewCreatePDURequestWithBody

func NewCreatePDURequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreatePDURequestWithBody generates requests for CreatePDU with any type of body

func NewCreateProjectRequest

func NewCreateProjectRequest(server string, body CreateProjectJSONRequestBody) (*http.Request, error)

NewCreateProjectRequest calls the generic CreateProject builder with application/json body

func NewCreateProjectRequestWithBody

func NewCreateProjectRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateProjectRequestWithBody generates requests for CreateProject with any type of body

func NewCreateResourceProfileRequest

func NewCreateResourceProfileRequest(server string, body CreateResourceProfileJSONRequestBody) (*http.Request, error)

NewCreateResourceProfileRequest calls the generic CreateResourceProfile builder with application/json body

func NewCreateResourceProfileRequestWithBody

func NewCreateResourceProfileRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateResourceProfileRequestWithBody generates requests for CreateResourceProfile with any type of body

func NewCreateRoleRequest

func NewCreateRoleRequest(server string, body CreateRoleJSONRequestBody) (*http.Request, error)

NewCreateRoleRequest calls the generic CreateRole builder with application/json body

func NewCreateRoleRequestWithBody

func NewCreateRoleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateRoleRequestWithBody generates requests for CreateRole with any type of body

func NewCreateSDNRequest

func NewCreateSDNRequest(server string, body CreateSDNJSONRequestBody) (*http.Request, error)

NewCreateSDNRequest calls the generic CreateSDN builder with application/json body

func NewCreateSDNRequestWithBody

func NewCreateSDNRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateSDNRequestWithBody generates requests for CreateSDN with any type of body

func NewCreateTokenRequest

func NewCreateTokenRequest(server string, body CreateTokenJSONRequestBody) (*http.Request, error)

NewCreateTokenRequest calls the generic CreateToken builder with application/json body

func NewCreateTokenRequestWithBody

func NewCreateTokenRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateTokenRequestWithBody generates requests for CreateToken with any type of body

func NewCreateUserRequest

func NewCreateUserRequest(server string, body CreateUserJSONRequestBody) (*http.Request, error)

NewCreateUserRequest calls the generic CreateUser builder with application/json body

func NewCreateUserRequestWithBody

func NewCreateUserRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateUserRequestWithBody generates requests for CreateUser with any type of body

func NewCreateVIMRequest

func NewCreateVIMRequest(server string, body CreateVIMJSONRequestBody) (*http.Request, error)

NewCreateVIMRequest calls the generic CreateVIM builder with application/json body

func NewCreateVIMRequestWithBody

func NewCreateVIMRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateVIMRequestWithBody generates requests for CreateVIM with any type of body

func NewCreateVcaRequest

func NewCreateVcaRequest(server string, body CreateVcaJSONRequestBody) (*http.Request, error)

NewCreateVcaRequest calls the generic CreateVca builder with application/json body

func NewCreateVcaRequestWithBody

func NewCreateVcaRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateVcaRequestWithBody generates requests for CreateVca with any type of body

func NewCreateVimAccountRequest

func NewCreateVimAccountRequest(server string, body CreateVimAccountJSONRequestBody) (*http.Request, error)

NewCreateVimAccountRequest calls the generic CreateVimAccount builder with application/json body

func NewCreateVimAccountRequestWithBody

func NewCreateVimAccountRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateVimAccountRequestWithBody generates requests for CreateVimAccount with any type of body

func NewCreateWimAccountRequest

func NewCreateWimAccountRequest(server string, body CreateWimAccountJSONRequestBody) (*http.Request, error)

NewCreateWimAccountRequest calls the generic CreateWimAccount builder with application/json body

func NewCreateWimAccountRequestWithBody

func NewCreateWimAccountRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateWimAccountRequestWithBody generates requests for CreateWimAccount with any type of body

func NewCreatek8sClusterRequest

func NewCreatek8sClusterRequest(server string, body Createk8sClusterJSONRequestBody) (*http.Request, error)

NewCreatek8sClusterRequest calls the generic Createk8sCluster builder with application/json body

func NewCreatek8sClusterRequestWithBody

func NewCreatek8sClusterRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreatek8sClusterRequestWithBody generates requests for Createk8sCluster with any type of body

func NewDeleteAppProfileRequest

func NewDeleteAppProfileRequest(server string, appProfileId string) (*http.Request, error)

NewDeleteAppProfileRequest generates requests for DeleteAppProfile

func NewDeleteAuthTokenRequest

func NewDeleteAuthTokenRequest(server string) (*http.Request, error)

NewDeleteAuthTokenRequest generates requests for DeleteAuthToken

func NewDeleteInfraConfigProfileRequest

func NewDeleteInfraConfigProfileRequest(server string, infraConfigProfileId string) (*http.Request, error)

NewDeleteInfraConfigProfileRequest generates requests for DeleteInfraConfigProfile

func NewDeleteInfraControllerProfileRequest

func NewDeleteInfraControllerProfileRequest(server string, infraControllerProfileId string) (*http.Request, error)

NewDeleteInfraControllerProfileRequest generates requests for DeleteInfraControllerProfile

func NewDeleteK8sClusterRequest

func NewDeleteK8sClusterRequest(server string, k8sClusterId openapi_types.UUID) (*http.Request, error)

NewDeleteK8sClusterRequest generates requests for DeleteK8sCluster

func NewDeleteK8sRepoRequest

func NewDeleteK8sRepoRequest(server string, k8sRepoId openapi_types.UUID) (*http.Request, error)

NewDeleteK8sRepoRequest generates requests for DeleteK8sRepo

func NewDeleteKSURequest

func NewDeleteKSURequest(server string, ksuId string) (*http.Request, error)

NewDeleteKSURequest generates requests for DeleteKSU

func NewDeleteMultipleKSURequest

func NewDeleteMultipleKSURequest(server string, body DeleteMultipleKSUJSONRequestBody) (*http.Request, error)

NewDeleteMultipleKSURequest calls the generic DeleteMultipleKSU builder with application/json body

func NewDeleteMultipleKSURequestWithBody

func NewDeleteMultipleKSURequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteMultipleKSURequestWithBody generates requests for DeleteMultipleKSU with any type of body

func NewDeleteNSDRequest

func NewDeleteNSDRequest(server string, nsdInfoId string) (*http.Request, error)

NewDeleteNSDRequest generates requests for DeleteNSD

func NewDeleteNSIContentRequest

func NewDeleteNSIContentRequest(server string, netsliceInstanceContentId string) (*http.Request, error)

NewDeleteNSIContentRequest generates requests for DeleteNSIContent

func NewDeleteNSIRequest

func NewDeleteNSIRequest(server string, netsliceInstanceId string) (*http.Request, error)

NewDeleteNSIRequest generates requests for DeleteNSI

func NewDeleteNSPkgsIdContentRequest

func NewDeleteNSPkgsIdContentRequest(server string, nsdInfoId string) (*http.Request, error)

NewDeleteNSPkgsIdContentRequest generates requests for DeleteNSPkgsIdContent

func NewDeleteNSTRequest

func NewDeleteNSTRequest(server string, netsliceTemplateId string) (*http.Request, error)

NewDeleteNSTRequest generates requests for DeleteNST

func NewDeleteNSinstanceContentRequest

func NewDeleteNSinstanceContentRequest(server string, nsInstanceContentId string) (*http.Request, error)

NewDeleteNSinstanceContentRequest generates requests for DeleteNSinstanceContent

func NewDeleteNSinstanceRequest

func NewDeleteNSinstanceRequest(server string, nsInstanceId string, params *DeleteNSinstanceParams) (*http.Request, error)

NewDeleteNSinstanceRequest generates requests for DeleteNSinstance

func NewDeleteNsSubcriptionIdRequest

func NewDeleteNsSubcriptionIdRequest(server string, nsSubscriptionsId string) (*http.Request, error)

NewDeleteNsSubcriptionIdRequest generates requests for DeleteNsSubcriptionId

func NewDeleteNsconfigtemplateRequest

func NewDeleteNsconfigtemplateRequest(server string, nsconfigTemplateId string) (*http.Request, error)

NewDeleteNsconfigtemplateRequest generates requests for DeleteNsconfigtemplate

func NewDeleteNstIdContentRequest

func NewDeleteNstIdContentRequest(server string, netsliceTemplateContentId string) (*http.Request, error)

NewDeleteNstIdContentRequest generates requests for DeleteNstIdContent

func NewDeleteOKAPackageRequest

func NewDeleteOKAPackageRequest(server string, okaPkgId string) (*http.Request, error)

NewDeleteOKAPackageRequest generates requests for DeleteOKAPackage

func NewDeletePDURequest

func NewDeletePDURequest(server string, pduDescriptorId string) (*http.Request, error)

NewDeletePDURequest generates requests for DeletePDU

func NewDeleteProjectRequest

func NewDeleteProjectRequest(server string, projectId string) (*http.Request, error)

NewDeleteProjectRequest generates requests for DeleteProject

func NewDeleteResourceProfileRequest

func NewDeleteResourceProfileRequest(server string, resourceProfileId string) (*http.Request, error)

NewDeleteResourceProfileRequest generates requests for DeleteResourceProfile

func NewDeleteRoleRequest

func NewDeleteRoleRequest(server string, roleId string) (*http.Request, error)

NewDeleteRoleRequest generates requests for DeleteRole

func NewDeleteSDNRequest

func NewDeleteSDNRequest(server string, sdnId openapi_types.UUID) (*http.Request, error)

NewDeleteSDNRequest generates requests for DeleteSDN

func NewDeleteTokenRequest

func NewDeleteTokenRequest(server string, tokenId string) (*http.Request, error)

NewDeleteTokenRequest generates requests for DeleteToken

func NewDeleteUserRequest

func NewDeleteUserRequest(server string, userId string) (*http.Request, error)

NewDeleteUserRequest generates requests for DeleteUser

func NewDeleteVIMRequest

func NewDeleteVIMRequest(server string, vimId openapi_types.UUID) (*http.Request, error)

NewDeleteVIMRequest generates requests for DeleteVIM

func NewDeleteVcaRequest

func NewDeleteVcaRequest(server string, vcaId openapi_types.UUID) (*http.Request, error)

NewDeleteVcaRequest generates requests for DeleteVca

func NewDeleteVimAccountRequest

func NewDeleteVimAccountRequest(server string, vimAccountId openapi_types.UUID) (*http.Request, error)

NewDeleteVimAccountRequest generates requests for DeleteVimAccount

func NewDeleteVnfPkgRequest

func NewDeleteVnfPkgRequest(server string, vnfPkgId string) (*http.Request, error)

NewDeleteVnfPkgRequest generates requests for DeleteVnfPkg

func NewDeleteVnfPkgsIdContentRequest

func NewDeleteVnfPkgsIdContentRequest(server string, packageContentId string) (*http.Request, error)

NewDeleteVnfPkgsIdContentRequest generates requests for DeleteVnfPkgsIdContent

func NewDeleteWimAccountRequest

func NewDeleteWimAccountRequest(server string, wimAccountId openapi_types.UUID) (*http.Request, error)

NewDeleteWimAccountRequest generates requests for DeleteWimAccount

func NewDeletek8sClusterRequest

func NewDeletek8sClusterRequest(server string, clusterId string) (*http.Request, error)

NewDeletek8sClusterRequest generates requests for Deletek8sCluster

func NewEditK8sClusterRequest

func NewEditK8sClusterRequest(server string, k8sClusterId openapi_types.UUID, body EditK8sClusterJSONRequestBody) (*http.Request, error)

NewEditK8sClusterRequest calls the generic EditK8sCluster builder with application/json body

func NewEditK8sClusterRequestWithBody

func NewEditK8sClusterRequestWithBody(server string, k8sClusterId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewEditK8sClusterRequestWithBody generates requests for EditK8sCluster with any type of body

func NewEditPDURequest

func NewEditPDURequest(server string, pduDescriptorId string, body EditPDUJSONRequestBody) (*http.Request, error)

NewEditPDURequest calls the generic EditPDU builder with application/json body

func NewEditPDURequestWithBody

func NewEditPDURequestWithBody(server string, pduDescriptorId string, contentType string, body io.Reader) (*http.Request, error)

NewEditPDURequestWithBody generates requests for EditPDU with any type of body

func NewEditProjectRequest

func NewEditProjectRequest(server string, projectId string, body EditProjectJSONRequestBody) (*http.Request, error)

NewEditProjectRequest calls the generic EditProject builder with application/json body

func NewEditProjectRequestWithBody

func NewEditProjectRequestWithBody(server string, projectId string, contentType string, body io.Reader) (*http.Request, error)

NewEditProjectRequestWithBody generates requests for EditProject with any type of body

func NewEditRoleRequest

func NewEditRoleRequest(server string, roleId string, body EditRoleJSONRequestBody) (*http.Request, error)

NewEditRoleRequest calls the generic EditRole builder with application/json body

func NewEditRoleRequestWithBody

func NewEditRoleRequestWithBody(server string, roleId string, contentType string, body io.Reader) (*http.Request, error)

NewEditRoleRequestWithBody generates requests for EditRole with any type of body

func NewEditSDNRequest

func NewEditSDNRequest(server string, sdnId openapi_types.UUID, body EditSDNJSONRequestBody) (*http.Request, error)

NewEditSDNRequest calls the generic EditSDN builder with application/json body

func NewEditSDNRequestWithBody

func NewEditSDNRequestWithBody(server string, sdnId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewEditSDNRequestWithBody generates requests for EditSDN with any type of body

func NewEditUserRequest

func NewEditUserRequest(server string, userId string, body EditUserJSONRequestBody) (*http.Request, error)

NewEditUserRequest calls the generic EditUser builder with application/json body

func NewEditUserRequestWithBody

func NewEditUserRequestWithBody(server string, userId string, contentType string, body io.Reader) (*http.Request, error)

NewEditUserRequestWithBody generates requests for EditUser with any type of body

func NewEditVIMRequest

func NewEditVIMRequest(server string, vimId openapi_types.UUID, body EditVIMJSONRequestBody) (*http.Request, error)

NewEditVIMRequest calls the generic EditVIM builder with application/json body

func NewEditVIMRequestWithBody

func NewEditVIMRequestWithBody(server string, vimId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewEditVIMRequestWithBody generates requests for EditVIM with any type of body

func NewEditVcaRequest

func NewEditVcaRequest(server string, vcaId openapi_types.UUID, body EditVcaJSONRequestBody) (*http.Request, error)

NewEditVcaRequest calls the generic EditVca builder with application/json body

func NewEditVcaRequestWithBody

func NewEditVcaRequestWithBody(server string, vcaId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewEditVcaRequestWithBody generates requests for EditVca with any type of body

func NewEditVimAccountRequest

func NewEditVimAccountRequest(server string, vimAccountId openapi_types.UUID, body EditVimAccountJSONRequestBody) (*http.Request, error)

NewEditVimAccountRequest calls the generic EditVimAccount builder with application/json body

func NewEditVimAccountRequestWithBody

func NewEditVimAccountRequestWithBody(server string, vimAccountId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewEditVimAccountRequestWithBody generates requests for EditVimAccount with any type of body

func NewEditWimAccountRequest

func NewEditWimAccountRequest(server string, wimAccountId openapi_types.UUID, body EditWimAccountJSONRequestBody) (*http.Request, error)

NewEditWimAccountRequest calls the generic EditWimAccount builder with application/json body

func NewEditWimAccountRequestWithBody

func NewEditWimAccountRequestWithBody(server string, wimAccountId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)

NewEditWimAccountRequestWithBody generates requests for EditWimAccount with any type of body

func NewGetAlarmRequest

func NewGetAlarmRequest(server string, uuid string) (*http.Request, error)

NewGetAlarmRequest generates requests for GetAlarm

func NewGetAlarmsRequest

func NewGetAlarmsRequest(server string) (*http.Request, error)

NewGetAlarmsRequest generates requests for GetAlarms

func NewGetAppProfileRequest

func NewGetAppProfileRequest(server string, clusterId string) (*http.Request, error)

NewGetAppProfileRequest generates requests for GetAppProfile

func NewGetCredsRequest

func NewGetCredsRequest(server string, clusterId string) (*http.Request, error)

NewGetCredsRequest generates requests for GetCreds

func NewGetInfraConfigProfileRequest

func NewGetInfraConfigProfileRequest(server string, clusterId string) (*http.Request, error)

NewGetInfraConfigProfileRequest generates requests for GetInfraConfigProfile

func NewGetInfraControllerProfileRequest

func NewGetInfraControllerProfileRequest(server string, clusterId string) (*http.Request, error)

NewGetInfraControllerProfileRequest generates requests for GetInfraControllerProfile

func NewGetK8sClusterRequest

func NewGetK8sClusterRequest(server string, k8sClusterId openapi_types.UUID) (*http.Request, error)

NewGetK8sClusterRequest generates requests for GetK8sCluster

func NewGetK8sClustersRequest

func NewGetK8sClustersRequest(server string) (*http.Request, error)

NewGetK8sClustersRequest generates requests for GetK8sClusters

func NewGetK8sRepoRequest

func NewGetK8sRepoRequest(server string, k8sRepoId openapi_types.UUID) (*http.Request, error)

NewGetK8sRepoRequest generates requests for GetK8sRepo

func NewGetK8sReposRequest

func NewGetK8sReposRequest(server string) (*http.Request, error)

NewGetK8sReposRequest generates requests for GetK8sRepos

func NewGetKSURequest

func NewGetKSURequest(server string) (*http.Request, error)

NewGetKSURequest generates requests for GetKSU

func NewGetNSDRequest

func NewGetNSDRequest(server string, nsdInfoId string) (*http.Request, error)

NewGetNSDRequest generates requests for GetNSD

func NewGetNSDcontentRequest

func NewGetNSDcontentRequest(server string, nsdInfoId string) (*http.Request, error)

NewGetNSDcontentRequest generates requests for GetNSDcontent

func NewGetNSDsRequest

func NewGetNSDsRequest(server string) (*http.Request, error)

NewGetNSDsRequest generates requests for GetNSDs

func NewGetNSIContentRequest

func NewGetNSIContentRequest(server string, netsliceInstanceContentId string) (*http.Request, error)

NewGetNSIContentRequest generates requests for GetNSIContent

func NewGetNSIRequest

func NewGetNSIRequest(server string, netsliceInstanceId string) (*http.Request, error)

NewGetNSIRequest generates requests for GetNSI

func NewGetNSIsContentRequest

func NewGetNSIsContentRequest(server string) (*http.Request, error)

NewGetNSIsContentRequest generates requests for GetNSIsContent

func NewGetNSIsRequest

func NewGetNSIsRequest(server string) (*http.Request, error)

NewGetNSIsRequest generates requests for GetNSIs

func NewGetNSLCMOpOccRequest

func NewGetNSLCMOpOccRequest(server string, nsLcmOpOccId string) (*http.Request, error)

NewGetNSLCMOpOccRequest generates requests for GetNSLCMOpOcc

func NewGetNSLCMOpOccsRequest

func NewGetNSLCMOpOccsRequest(server string) (*http.Request, error)

NewGetNSLCMOpOccsRequest generates requests for GetNSLCMOpOccs

func NewGetNSTRequest

func NewGetNSTRequest(server string, netsliceTemplateId string) (*http.Request, error)

NewGetNSTRequest generates requests for GetNST

func NewGetNSTcontentRequest

func NewGetNSTcontentRequest(server string, netsliceTemplateId string) (*http.Request, error)

NewGetNSTcontentRequest generates requests for GetNSTcontent

func NewGetNSTsRequest

func NewGetNSTsRequest(server string) (*http.Request, error)

NewGetNSTsRequest generates requests for GetNSTs

func NewGetNSinstanceContentRequest

func NewGetNSinstanceContentRequest(server string, nsInstanceContentId string) (*http.Request, error)

NewGetNSinstanceContentRequest generates requests for GetNSinstanceContent

func NewGetNSinstanceRequest

func NewGetNSinstanceRequest(server string, nsInstanceId string, params *GetNSinstanceParams) (*http.Request, error)

NewGetNSinstanceRequest generates requests for GetNSinstance

func NewGetNSinstancesContentRequest

func NewGetNSinstancesContentRequest(server string) (*http.Request, error)

NewGetNSinstancesContentRequest generates requests for GetNSinstancesContent

func NewGetNSinstancesRequest

func NewGetNSinstancesRequest(server string) (*http.Request, error)

NewGetNSinstancesRequest generates requests for GetNSinstances

func NewGetNsPkgArtifactRequest

func NewGetNsPkgArtifactRequest(server string, nsdInfoId string, artifactPath string) (*http.Request, error)

NewGetNsPkgArtifactRequest generates requests for GetNsPkgArtifact

func NewGetNsPkgNsdRequest

func NewGetNsPkgNsdRequest(server string, nsdInfoId string) (*http.Request, error)

NewGetNsPkgNsdRequest generates requests for GetNsPkgNsd

func NewGetNsPkgsContentRequest

func NewGetNsPkgsContentRequest(server string) (*http.Request, error)

NewGetNsPkgsContentRequest generates requests for GetNsPkgsContent

func NewGetNsPkgsIdContentRequest

func NewGetNsPkgsIdContentRequest(server string, nsdInfoId string) (*http.Request, error)

NewGetNsPkgsIdContentRequest generates requests for GetNsPkgsIdContent

func NewGetNsPmJobReportRequest

func NewGetNsPmJobReportRequest(server string, pmJobId string, nsId string) (*http.Request, error)

NewGetNsPmJobReportRequest generates requests for GetNsPmJobReport

func NewGetNsSubcriptionIdRequest

func NewGetNsSubcriptionIdRequest(server string, nsSubscriptionsId string) (*http.Request, error)

NewGetNsSubcriptionIdRequest generates requests for GetNsSubcriptionId

func NewGetNsSubcriptionsRequest

func NewGetNsSubcriptionsRequest(server string) (*http.Request, error)

NewGetNsSubcriptionsRequest generates requests for GetNsSubcriptions

func NewGetNsconfigtemplateRequest

func NewGetNsconfigtemplateRequest(server string, nsconfigTemplateId string) (*http.Request, error)

NewGetNsconfigtemplateRequest generates requests for GetNsconfigtemplate

func NewGetNsconfigtemplatesRequest

func NewGetNsconfigtemplatesRequest(server string) (*http.Request, error)

NewGetNsconfigtemplatesRequest generates requests for GetNsconfigtemplates

func NewGetNsiLcmOpOccRequest

func NewGetNsiLcmOpOccRequest(server string, nsiLcmOpOccId string) (*http.Request, error)

NewGetNsiLcmOpOccRequest generates requests for GetNsiLcmOpOcc

func NewGetNsiLcmOpOccsRequest

func NewGetNsiLcmOpOccsRequest(server string) (*http.Request, error)

NewGetNsiLcmOpOccsRequest generates requests for GetNsiLcmOpOccs

func NewGetNstArtifactRequest

func NewGetNstArtifactRequest(server string, netsliceTemplateId string, artifactPath string) (*http.Request, error)

NewGetNstArtifactRequest generates requests for GetNstArtifact

func NewGetNstContentRequest

func NewGetNstContentRequest(server string) (*http.Request, error)

NewGetNstContentRequest generates requests for GetNstContent

func NewGetNstIdContentRequest

func NewGetNstIdContentRequest(server string, netsliceTemplateContentId string) (*http.Request, error)

NewGetNstIdContentRequest generates requests for GetNstIdContent

func NewGetNstNstRequest

func NewGetNstNstRequest(server string, netsliceTemplateId string) (*http.Request, error)

NewGetNstNstRequest generates requests for GetNstNst

func NewGetOKAPackageRequest

func NewGetOKAPackageRequest(server string) (*http.Request, error)

NewGetOKAPackageRequest generates requests for GetOKAPackage

func NewGetPDURequest

func NewGetPDURequest(server string, pduDescriptorId string) (*http.Request, error)

NewGetPDURequest generates requests for GetPDU

func NewGetPDUsRequest

func NewGetPDUsRequest(server string) (*http.Request, error)

NewGetPDUsRequest generates requests for GetPDUs

func NewGetProjectRequest

func NewGetProjectRequest(server string, projectId string) (*http.Request, error)

NewGetProjectRequest generates requests for GetProject

func NewGetProjectsRequest

func NewGetProjectsRequest(server string) (*http.Request, error)

NewGetProjectsRequest generates requests for GetProjects

func NewGetResourceProfileRequest

func NewGetResourceProfileRequest(server string, clusterId string) (*http.Request, error)

NewGetResourceProfileRequest generates requests for GetResourceProfile

func NewGetRoleRequest

func NewGetRoleRequest(server string, roleId string) (*http.Request, error)

NewGetRoleRequest generates requests for GetRole

func NewGetRolesRequest

func NewGetRolesRequest(server string) (*http.Request, error)

NewGetRolesRequest generates requests for GetRoles

func NewGetSDNRequest

func NewGetSDNRequest(server string, sdnId openapi_types.UUID) (*http.Request, error)

NewGetSDNRequest generates requests for GetSDN

func NewGetSDNsRequest

func NewGetSDNsRequest(server string) (*http.Request, error)

NewGetSDNsRequest generates requests for GetSDNs

func NewGetTemplatecontentRequest

func NewGetTemplatecontentRequest(server string, nsconfigTemplateId string) (*http.Request, error)

NewGetTemplatecontentRequest generates requests for GetTemplatecontent

func NewGetTokenRequest

func NewGetTokenRequest(server string, tokenId string) (*http.Request, error)

NewGetTokenRequest generates requests for GetToken

func NewGetTokensRequest

func NewGetTokensRequest(server string) (*http.Request, error)

NewGetTokensRequest generates requests for GetTokens

func NewGetUserRequest

func NewGetUserRequest(server string, userId string) (*http.Request, error)

NewGetUserRequest generates requests for GetUser

func NewGetUsersRequest

func NewGetUsersRequest(server string) (*http.Request, error)

NewGetUsersRequest generates requests for GetUsers

func NewGetVIMRequest

func NewGetVIMRequest(server string, vimId openapi_types.UUID) (*http.Request, error)

NewGetVIMRequest generates requests for GetVIM

func NewGetVIMsRequest

func NewGetVIMsRequest(server string) (*http.Request, error)

NewGetVIMsRequest generates requests for GetVIMs

func NewGetVcaRequest

func NewGetVcaRequest(server string, vcaId openapi_types.UUID) (*http.Request, error)

NewGetVcaRequest generates requests for GetVca

func NewGetVcasRequest

func NewGetVcasRequest(server string) (*http.Request, error)

NewGetVcasRequest generates requests for GetVcas

func NewGetVimAccountRequest

func NewGetVimAccountRequest(server string, vimAccountId openapi_types.UUID) (*http.Request, error)

NewGetVimAccountRequest generates requests for GetVimAccount

func NewGetVimAccountsRequest

func NewGetVimAccountsRequest(server string) (*http.Request, error)

NewGetVimAccountsRequest generates requests for GetVimAccounts

func NewGetVnfInstanceRequest

func NewGetVnfInstanceRequest(server string, vnfInstanceId string) (*http.Request, error)

NewGetVnfInstanceRequest generates requests for GetVnfInstance

func NewGetVnfInstancesRequest

func NewGetVnfInstancesRequest(server string) (*http.Request, error)

NewGetVnfInstancesRequest generates requests for GetVnfInstances

func NewGetVnfPkgArtifactRequest

func NewGetVnfPkgArtifactRequest(server string, vnfPkgId string, artifactPath string) (*http.Request, error)

NewGetVnfPkgArtifactRequest generates requests for GetVnfPkgArtifact

func NewGetVnfPkgContentRequest

func NewGetVnfPkgContentRequest(server string, vnfPkgId string) (*http.Request, error)

NewGetVnfPkgContentRequest generates requests for GetVnfPkgContent

func NewGetVnfPkgRequest

func NewGetVnfPkgRequest(server string, vnfPkgId string) (*http.Request, error)

NewGetVnfPkgRequest generates requests for GetVnfPkg

func NewGetVnfPkgVnfdRequest

func NewGetVnfPkgVnfdRequest(server string, vnfPkgId string) (*http.Request, error)

NewGetVnfPkgVnfdRequest generates requests for GetVnfPkgVnfd

func NewGetVnfPkgsContentRequest

func NewGetVnfPkgsContentRequest(server string) (*http.Request, error)

NewGetVnfPkgsContentRequest generates requests for GetVnfPkgsContent

func NewGetVnfPkgsIdContentRequest

func NewGetVnfPkgsIdContentRequest(server string, packageContentId string) (*http.Request, error)

NewGetVnfPkgsIdContentRequest generates requests for GetVnfPkgsIdContent

func NewGetVnfPkgsRequest

func NewGetVnfPkgsRequest(server string) (*http.Request, error)

NewGetVnfPkgsRequest generates requests for GetVnfPkgs

func NewGetWimAccountRequest

func NewGetWimAccountRequest(server string, wimAccountId openapi_types.UUID) (*http.Request, error)

NewGetWimAccountRequest generates requests for GetWimAccount

func NewGetWimAccountsRequest

func NewGetWimAccountsRequest(server string) (*http.Request, error)

NewGetWimAccountsRequest generates requests for GetWimAccounts

func NewHealNSinstanceRequest

func NewHealNSinstanceRequest(server string, nsInstanceId string, body HealNSinstanceJSONRequestBody) (*http.Request, error)

NewHealNSinstanceRequest calls the generic HealNSinstance builder with application/json body

func NewHealNSinstanceRequestWithBody

func NewHealNSinstanceRequestWithBody(server string, nsInstanceId string, contentType string, body io.Reader) (*http.Request, error)

NewHealNSinstanceRequestWithBody generates requests for HealNSinstance with any type of body

func NewInstantiateNSIRequest

func NewInstantiateNSIRequest(server string, netsliceInstanceId string, body InstantiateNSIJSONRequestBody) (*http.Request, error)

NewInstantiateNSIRequest calls the generic InstantiateNSI builder with application/json body

func NewInstantiateNSIRequestWithBody

func NewInstantiateNSIRequestWithBody(server string, netsliceInstanceId string, contentType string, body io.Reader) (*http.Request, error)

NewInstantiateNSIRequestWithBody generates requests for InstantiateNSI with any type of body

func NewInstantiateNSinstanceRequest

func NewInstantiateNSinstanceRequest(server string, nsInstanceId string, body InstantiateNSinstanceJSONRequestBody) (*http.Request, error)

NewInstantiateNSinstanceRequest calls the generic InstantiateNSinstance builder with application/json body

func NewInstantiateNSinstanceRequestWithBody

func NewInstantiateNSinstanceRequestWithBody(server string, nsInstanceId string, contentType string, body io.Reader) (*http.Request, error)

NewInstantiateNSinstanceRequestWithBody generates requests for InstantiateNSinstance with any type of body

func NewListAppProfileRequest

func NewListAppProfileRequest(server string) (*http.Request, error)

NewListAppProfileRequest generates requests for ListAppProfile

func NewListInfraConfigProfileRequest

func NewListInfraConfigProfileRequest(server string) (*http.Request, error)

NewListInfraConfigProfileRequest generates requests for ListInfraConfigProfile

func NewListInfraControllerProfileRequest

func NewListInfraControllerProfileRequest(server string) (*http.Request, error)

NewListInfraControllerProfileRequest generates requests for ListInfraControllerProfile

func NewListResourceProfileRequest

func NewListResourceProfileRequest(server string) (*http.Request, error)

NewListResourceProfileRequest generates requests for ListResourceProfile

func NewListk8sClusterRequest

func NewListk8sClusterRequest(server string) (*http.Request, error)

NewListk8sClusterRequest generates requests for Listk8sCluster

func NewMigrateNSinstanceRequest

func NewMigrateNSinstanceRequest(server string, nsInstanceId string, body MigrateNSinstanceJSONRequestBody) (*http.Request, error)

NewMigrateNSinstanceRequest calls the generic MigrateNSinstance builder with application/json body

func NewMigrateNSinstanceRequestWithBody

func NewMigrateNSinstanceRequestWithBody(server string, nsInstanceId string, contentType string, body io.Reader) (*http.Request, error)

NewMigrateNSinstanceRequestWithBody generates requests for MigrateNSinstance with any type of body

func NewMoveKSURequest

func NewMoveKSURequest(server string, ksuId string, body MoveKSUJSONRequestBody) (*http.Request, error)

NewMoveKSURequest calls the generic MoveKSU builder with application/json body

func NewMoveKSURequestWithBody

func NewMoveKSURequestWithBody(server string, ksuId string, contentType string, body io.Reader) (*http.Request, error)

NewMoveKSURequestWithBody generates requests for MoveKSU with any type of body

func NewMultiNsTerminateRequestRequest

func NewMultiNsTerminateRequestRequest(server string, body MultiNsTerminateRequestJSONRequestBody) (*http.Request, error)

NewMultiNsTerminateRequestRequest calls the generic MultiNsTerminateRequest builder with application/json body

func NewMultiNsTerminateRequestRequestWithBody

func NewMultiNsTerminateRequestRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewMultiNsTerminateRequestRequestWithBody generates requests for MultiNsTerminateRequest with any type of body

func NewNodeScalingRequest

func NewNodeScalingRequest(server string, clusterId string, body NodeScalingJSONRequestBody) (*http.Request, error)

NewNodeScalingRequest calls the generic NodeScaling builder with application/json body

func NewNodeScalingRequestWithBody

func NewNodeScalingRequestWithBody(server string, clusterId string, contentType string, body io.Reader) (*http.Request, error)

NewNodeScalingRequestWithBody generates requests for NodeScaling with any type of body

func NewPatchAppProfileRequest

func NewPatchAppProfileRequest(server string, appProfileId string, body PatchAppProfileJSONRequestBody) (*http.Request, error)

NewPatchAppProfileRequest calls the generic PatchAppProfile builder with application/json body

func NewPatchAppProfileRequestWithBody

func NewPatchAppProfileRequestWithBody(server string, appProfileId string, contentType string, body io.Reader) (*http.Request, error)

NewPatchAppProfileRequestWithBody generates requests for PatchAppProfile with any type of body

func NewPatchInfraConfigProfileRequest

func NewPatchInfraConfigProfileRequest(server string, infraConfigProfileId string, body PatchInfraConfigProfileJSONRequestBody) (*http.Request, error)

NewPatchInfraConfigProfileRequest calls the generic PatchInfraConfigProfile builder with application/json body

func NewPatchInfraConfigProfileRequestWithBody

func NewPatchInfraConfigProfileRequestWithBody(server string, infraConfigProfileId string, contentType string, body io.Reader) (*http.Request, error)

NewPatchInfraConfigProfileRequestWithBody generates requests for PatchInfraConfigProfile with any type of body

func NewPatchInfraControllerProfileRequest

func NewPatchInfraControllerProfileRequest(server string, infraControllerProfileId string, body PatchInfraControllerProfileJSONRequestBody) (*http.Request, error)

NewPatchInfraControllerProfileRequest calls the generic PatchInfraControllerProfile builder with application/json body

func NewPatchInfraControllerProfileRequestWithBody

func NewPatchInfraControllerProfileRequestWithBody(server string, infraControllerProfileId string, contentType string, body io.Reader) (*http.Request, error)

NewPatchInfraControllerProfileRequestWithBody generates requests for PatchInfraControllerProfile with any type of body

func NewPatchResourceProfileRequest

func NewPatchResourceProfileRequest(server string, resourceProfileId string, body PatchResourceProfileJSONRequestBody) (*http.Request, error)

NewPatchResourceProfileRequest calls the generic PatchResourceProfile builder with application/json body

func NewPatchResourceProfileRequestWithBody

func NewPatchResourceProfileRequestWithBody(server string, resourceProfileId string, contentType string, body io.Reader) (*http.Request, error)

NewPatchResourceProfileRequestWithBody generates requests for PatchResourceProfile with any type of body

func NewReadAppProfileRequest

func NewReadAppProfileRequest(server string, appProfileId string) (*http.Request, error)

NewReadAppProfileRequest generates requests for ReadAppProfile

func NewReadInfraConfigProfileRequest

func NewReadInfraConfigProfileRequest(server string, infraConfigProfileId string) (*http.Request, error)

NewReadInfraConfigProfileRequest generates requests for ReadInfraConfigProfile

func NewReadInfraControllerProfileRequest

func NewReadInfraControllerProfileRequest(server string, infraControllerProfileId string) (*http.Request, error)

NewReadInfraControllerProfileRequest generates requests for ReadInfraControllerProfile

func NewReadKSURequest

func NewReadKSURequest(server string, ksuId string) (*http.Request, error)

NewReadKSURequest generates requests for ReadKSU

func NewReadOKAPackageRequest

func NewReadOKAPackageRequest(server string, okaPkgId string) (*http.Request, error)

NewReadOKAPackageRequest generates requests for ReadOKAPackage

func NewReadResourceProfileRequest

func NewReadResourceProfileRequest(server string, resourceProfileId string) (*http.Request, error)

NewReadResourceProfileRequest generates requests for ReadResourceProfile

func NewReadk8sClusterRequest

func NewReadk8sClusterRequest(server string, clusterId string) (*http.Request, error)

NewReadk8sClusterRequest generates requests for Readk8sCluster

func NewScaleNSinstanceRequest

func NewScaleNSinstanceRequest(server string, nsInstanceId string, body ScaleNSinstanceJSONRequestBody) (*http.Request, error)

NewScaleNSinstanceRequest calls the generic ScaleNSinstance builder with application/json body

func NewScaleNSinstanceRequestWithBody

func NewScaleNSinstanceRequestWithBody(server string, nsInstanceId string, contentType string, body io.Reader) (*http.Request, error)

NewScaleNSinstanceRequestWithBody generates requests for ScaleNSinstance with any type of body

func NewTerminateNSIRequest

func NewTerminateNSIRequest(server string, netsliceInstanceId string, body TerminateNSIJSONRequestBody) (*http.Request, error)

NewTerminateNSIRequest calls the generic TerminateNSI builder with application/json body

func NewTerminateNSIRequestWithBody

func NewTerminateNSIRequestWithBody(server string, netsliceInstanceId string, contentType string, body io.Reader) (*http.Request, error)

NewTerminateNSIRequestWithBody generates requests for TerminateNSI with any type of body

func NewTerminateNSinstanceRequest

func NewTerminateNSinstanceRequest(server string, nsInstanceId string, body TerminateNSinstanceJSONRequestBody) (*http.Request, error)

NewTerminateNSinstanceRequest calls the generic TerminateNSinstance builder with application/json body

func NewTerminateNSinstanceRequestWithBody

func NewTerminateNSinstanceRequestWithBody(server string, nsInstanceId string, contentType string, body io.Reader) (*http.Request, error)

NewTerminateNSinstanceRequestWithBody generates requests for TerminateNSinstance with any type of body

func NewUpdateAlarmRequest

func NewUpdateAlarmRequest(server string, uuid string, body UpdateAlarmJSONRequestBody) (*http.Request, error)

NewUpdateAlarmRequest calls the generic UpdateAlarm builder with application/json body

func NewUpdateAlarmRequestWithBody

func NewUpdateAlarmRequestWithBody(server string, uuid string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateAlarmRequestWithBody generates requests for UpdateAlarm with any type of body

func NewUpdateKSURequest

func NewUpdateKSURequest(server string, ksuId string, body UpdateKSUJSONRequestBody) (*http.Request, error)

NewUpdateKSURequest calls the generic UpdateKSU builder with application/json body

func NewUpdateKSURequestWithBody

func NewUpdateKSURequestWithBody(server string, ksuId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateKSURequestWithBody generates requests for UpdateKSU with any type of body

func NewUpdateMultipleKSURequest

func NewUpdateMultipleKSURequest(server string, body UpdateMultipleKSUJSONRequestBody) (*http.Request, error)

NewUpdateMultipleKSURequest calls the generic UpdateMultipleKSU builder with application/json body

func NewUpdateMultipleKSURequestWithBody

func NewUpdateMultipleKSURequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateMultipleKSURequestWithBody generates requests for UpdateMultipleKSU with any type of body

func NewUpdateNSDRequest

func NewUpdateNSDRequest(server string, nsdInfoId string, body UpdateNSDJSONRequestBody) (*http.Request, error)

NewUpdateNSDRequest calls the generic UpdateNSD builder with application/json body

func NewUpdateNSDRequestWithBody

func NewUpdateNSDRequestWithBody(server string, nsdInfoId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateNSDRequestWithBody generates requests for UpdateNSD with any type of body

func NewUpdateNSDcontentRequestWithBody

func NewUpdateNSDcontentRequestWithBody(server string, nsdInfoId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateNSDcontentRequestWithBody generates requests for UpdateNSDcontent with any type of body

func NewUpdateNSTcontentRequestWithBody

func NewUpdateNSTcontentRequestWithBody(server string, netsliceTemplateId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateNSTcontentRequestWithBody generates requests for UpdateNSTcontent with any type of body

func NewUpdateNSinstanceRequest

func NewUpdateNSinstanceRequest(server string, nsInstanceId string, body UpdateNSinstanceJSONRequestBody) (*http.Request, error)

NewUpdateNSinstanceRequest calls the generic UpdateNSinstance builder with application/json body

func NewUpdateNSinstanceRequestWithBody

func NewUpdateNSinstanceRequestWithBody(server string, nsInstanceId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateNSinstanceRequestWithBody generates requests for UpdateNSinstance with any type of body

func NewUpdateNsPkgsIdContentRequest

func NewUpdateNsPkgsIdContentRequest(server string, nsdInfoId string, body UpdateNsPkgsIdContentJSONRequestBody) (*http.Request, error)

NewUpdateNsPkgsIdContentRequest calls the generic UpdateNsPkgsIdContent builder with application/json body

func NewUpdateNsPkgsIdContentRequestWithBody

func NewUpdateNsPkgsIdContentRequestWithBody(server string, nsdInfoId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateNsPkgsIdContentRequestWithBody generates requests for UpdateNsPkgsIdContent with any type of body

func NewUpdateNstIdContentRequest

func NewUpdateNstIdContentRequest(server string, netsliceTemplateContentId string, body UpdateNstIdContentJSONRequestBody) (*http.Request, error)

NewUpdateNstIdContentRequest calls the generic UpdateNstIdContent builder with application/json body

func NewUpdateNstIdContentRequestWithBody

func NewUpdateNstIdContentRequestWithBody(server string, netsliceTemplateContentId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateNstIdContentRequestWithBody generates requests for UpdateNstIdContent with any type of body

func NewUpdateOKAPackageRequestWithBody

func NewUpdateOKAPackageRequestWithBody(server string, okaPkgId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateOKAPackageRequestWithBody generates requests for UpdateOKAPackage with any type of body

func NewUpdateTemplatecontentRequest

func NewUpdateTemplatecontentRequest(server string, nsconfigTemplateId string, body UpdateTemplatecontentJSONRequestBody) (*http.Request, error)

NewUpdateTemplatecontentRequest calls the generic UpdateTemplatecontent builder with application/json body

func NewUpdateTemplatecontentRequestWithBody

func NewUpdateTemplatecontentRequestWithBody(server string, nsconfigTemplateId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateTemplatecontentRequestWithBody generates requests for UpdateTemplatecontent with any type of body

func NewUpdateVnfPkgRequest

func NewUpdateVnfPkgRequest(server string, vnfPkgId string, body UpdateVnfPkgJSONRequestBody) (*http.Request, error)

NewUpdateVnfPkgRequest calls the generic UpdateVnfPkg builder with application/json body

func NewUpdateVnfPkgRequestWithBody

func NewUpdateVnfPkgRequestWithBody(server string, vnfPkgId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateVnfPkgRequestWithBody generates requests for UpdateVnfPkg with any type of body

func NewUpdateVnfPkgsIdContentRequest

func NewUpdateVnfPkgsIdContentRequest(server string, packageContentId string, body UpdateVnfPkgsIdContentJSONRequestBody) (*http.Request, error)

NewUpdateVnfPkgsIdContentRequest calls the generic UpdateVnfPkgsIdContent builder with application/json body

func NewUpdateVnfPkgsIdContentRequestWithBody

func NewUpdateVnfPkgsIdContentRequestWithBody(server string, packageContentId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateVnfPkgsIdContentRequestWithBody generates requests for UpdateVnfPkgsIdContent with any type of body

func NewUpgradeClusterRequest

func NewUpgradeClusterRequest(server string, clusterId string, body UpgradeClusterJSONRequestBody) (*http.Request, error)

NewUpgradeClusterRequest calls the generic UpgradeCluster builder with application/json body

func NewUpgradeClusterRequestWithBody

func NewUpgradeClusterRequestWithBody(server string, clusterId string, contentType string, body io.Reader) (*http.Request, error)

NewUpgradeClusterRequestWithBody generates requests for UpgradeCluster with any type of body

func NewUploadNsPkgsContentRequestWithBody

func NewUploadNsPkgsContentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUploadNsPkgsContentRequestWithBody generates requests for UploadNsPkgsContent with any type of body

func NewUploadNstContentRequestWithBody

func NewUploadNstContentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUploadNstContentRequestWithBody generates requests for UploadNstContent with any type of body

func NewUploadVnfPkgContentRequestWithBody

func NewUploadVnfPkgContentRequestWithBody(server string, vnfPkgId string, contentType string, body io.Reader) (*http.Request, error)

NewUploadVnfPkgContentRequestWithBody generates requests for UploadVnfPkgContent with any type of body

func NewUploadVnfPkgsContentRequestWithBody

func NewUploadVnfPkgsContentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUploadVnfPkgsContentRequestWithBody generates requests for UploadVnfPkgsContent with any type of body

Types

type ActionOnNSIJSONRequestBody

type ActionOnNSIJSONRequestBody = NsiActionRequest

ActionOnNSIJSONRequestBody defines body for ActionOnNSI for application/json ContentType.

type ActionOnNSIResponse

type ActionOnNSIResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectId
	YAML202      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseActionOnNSIResponse

func ParseActionOnNSIResponse(rsp *http.Response) (*ActionOnNSIResponse, error)

ParseActionOnNSIResponse parses an HTTP response from a ActionOnNSIWithResponse call

func (ActionOnNSIResponse) Status

func (r ActionOnNSIResponse) Status() string

Status returns HTTPResponse.Status

func (ActionOnNSIResponse) StatusCode

func (r ActionOnNSIResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ActionOnNSinstanceJSONRequestBody

type ActionOnNSinstanceJSONRequestBody = NSinstanceActionRequest

ActionOnNSinstanceJSONRequestBody defines body for ActionOnNSinstance for application/json ContentType.

type ActionOnNSinstanceResponse

type ActionOnNSinstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectId
	YAML202      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseActionOnNSinstanceResponse

func ParseActionOnNSinstanceResponse(rsp *http.Response) (*ActionOnNSinstanceResponse, error)

ParseActionOnNSinstanceResponse parses an HTTP response from a ActionOnNSinstanceWithResponse call

func (ActionOnNSinstanceResponse) Status

Status returns HTTPResponse.Status

func (ActionOnNSinstanceResponse) StatusCode

func (r ActionOnNSinstanceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddKSUJSONRequestBody

type AddKSUJSONRequestBody = MultipleKsu

AddKSUJSONRequestBody defines body for AddKSU for application/json ContentType.

type AddKSUResponse

type AddKSUResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseAddKSUResponse

func ParseAddKSUResponse(rsp *http.Response) (*AddKSUResponse, error)

ParseAddKSUResponse parses an HTTP response from a AddKSUWithResponse call

func (AddKSUResponse) Status

func (r AddKSUResponse) Status() string

Status returns HTTPResponse.Status

func (AddKSUResponse) StatusCode

func (r AddKSUResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddNSDJSONRequestBody

type AddNSDJSONRequestBody = CreateNsdInfoRequest

AddNSDJSONRequestBody defines body for AddNSD for application/json ContentType.

type AddNSDResponse

type AddNSDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseAddNSDResponse

func ParseAddNSDResponse(rsp *http.Response) (*AddNSDResponse, error)

ParseAddNSDResponse parses an HTTP response from a AddNSDWithResponse call

func (AddNSDResponse) Status

func (r AddNSDResponse) Status() string

Status returns HTTPResponse.Status

func (AddNSDResponse) StatusCode

func (r AddNSDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddNSIJSONRequestBody

type AddNSIJSONRequestBody = InstantiateNsiRequest

AddNSIJSONRequestBody defines body for AddNSI for application/json ContentType.

type AddNSIResponse

type AddNSIResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseAddNSIResponse

func ParseAddNSIResponse(rsp *http.Response) (*AddNSIResponse, error)

ParseAddNSIResponse parses an HTTP response from a AddNSIWithResponse call

func (AddNSIResponse) Status

func (r AddNSIResponse) Status() string

Status returns HTTPResponse.Status

func (AddNSIResponse) StatusCode

func (r AddNSIResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddNSTJSONRequestBody

type AddNSTJSONRequestBody = CreateNstInfoRequest

AddNSTJSONRequestBody defines body for AddNST for application/json ContentType.

type AddNSTResponse

type AddNSTResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseAddNSTResponse

func ParseAddNSTResponse(rsp *http.Response) (*AddNSTResponse, error)

ParseAddNSTResponse parses an HTTP response from a AddNSTWithResponse call

func (AddNSTResponse) Status

func (r AddNSTResponse) Status() string

Status returns HTTPResponse.Status

func (AddNSTResponse) StatusCode

func (r AddNSTResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddNSinstanceJSONRequestBody

type AddNSinstanceJSONRequestBody = InstantiateNsRequest

AddNSinstanceJSONRequestBody defines body for AddNSinstance for application/json ContentType.

type AddNSinstanceResponse

type AddNSinstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseAddNSinstanceResponse

func ParseAddNSinstanceResponse(rsp *http.Response) (*AddNSinstanceResponse, error)

ParseAddNSinstanceResponse parses an HTTP response from a AddNSinstanceWithResponse call

func (AddNSinstanceResponse) Status

func (r AddNSinstanceResponse) Status() string

Status returns HTTPResponse.Status

func (AddNSinstanceResponse) StatusCode

func (r AddNSinstanceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddNsSubcriptionsJSONRequestBody

type AddNsSubcriptionsJSONRequestBody = NslcmSubscriptionRequest

AddNsSubcriptionsJSONRequestBody defines body for AddNsSubcriptions for application/json ContentType.

type AddNsSubcriptionsResponse

type AddNsSubcriptionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NslcmSubscriptionResponse
	YAML201      *NslcmSubscriptionResponse
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseAddNsSubcriptionsResponse

func ParseAddNsSubcriptionsResponse(rsp *http.Response) (*AddNsSubcriptionsResponse, error)

ParseAddNsSubcriptionsResponse parses an HTTP response from a AddNsSubcriptionsWithResponse call

func (AddNsSubcriptionsResponse) Status

func (r AddNsSubcriptionsResponse) Status() string

Status returns HTTPResponse.Status

func (AddNsSubcriptionsResponse) StatusCode

func (r AddNsSubcriptionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddNsconfigtemplateJSONRequestBody

type AddNsconfigtemplateJSONRequestBody = CreateNsdInfoRequest

AddNsconfigtemplateJSONRequestBody defines body for AddNsconfigtemplate for application/json ContentType.

type AddNsconfigtemplateResponse

type AddNsconfigtemplateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseAddNsconfigtemplateResponse

func ParseAddNsconfigtemplateResponse(rsp *http.Response) (*AddNsconfigtemplateResponse, error)

ParseAddNsconfigtemplateResponse parses an HTTP response from a AddNsconfigtemplateWithResponse call

func (AddNsconfigtemplateResponse) Status

Status returns HTTPResponse.Status

func (AddNsconfigtemplateResponse) StatusCode

func (r AddNsconfigtemplateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddOKAPackageResponse

type AddOKAPackageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseAddOKAPackageResponse

func ParseAddOKAPackageResponse(rsp *http.Response) (*AddOKAPackageResponse, error)

ParseAddOKAPackageResponse parses an HTTP response from a AddOKAPackageWithResponse call

func (AddOKAPackageResponse) Status

func (r AddOKAPackageResponse) Status() string

Status returns HTTPResponse.Status

func (AddOKAPackageResponse) StatusCode

func (r AddOKAPackageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddRemoveAppProfileJSONRequestBody

type AddRemoveAppProfileJSONRequestBody = AttachDetachProfile

AddRemoveAppProfileJSONRequestBody defines body for AddRemoveAppProfile for application/json ContentType.

type AddRemoveAppProfileResponse

type AddRemoveAppProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseAddRemoveAppProfileResponse

func ParseAddRemoveAppProfileResponse(rsp *http.Response) (*AddRemoveAppProfileResponse, error)

ParseAddRemoveAppProfileResponse parses an HTTP response from a AddRemoveAppProfileWithResponse call

func (AddRemoveAppProfileResponse) Status

Status returns HTTPResponse.Status

func (AddRemoveAppProfileResponse) StatusCode

func (r AddRemoveAppProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddVnfPkgJSONRequestBody

type AddVnfPkgJSONRequestBody = CreateVnfPkgInfoRequest

AddVnfPkgJSONRequestBody defines body for AddVnfPkg for application/json ContentType.

type AddVnfPkgResponse

type AddVnfPkgResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseAddVnfPkgResponse

func ParseAddVnfPkgResponse(rsp *http.Response) (*AddVnfPkgResponse, error)

ParseAddVnfPkgResponse parses an HTTP response from a AddVnfPkgWithResponse call

func (AddVnfPkgResponse) Status

func (r AddVnfPkgResponse) Status() string

Status returns HTTPResponse.Status

func (AddVnfPkgResponse) StatusCode

func (r AddVnfPkgResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AddremoveInfraConfigProfileJSONRequestBody

type AddremoveInfraConfigProfileJSONRequestBody = AttachDetachProfile

AddremoveInfraConfigProfileJSONRequestBody defines body for AddremoveInfraConfigProfile for application/json ContentType.

type AddremoveInfraConfigProfileResponse

type AddremoveInfraConfigProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseAddremoveInfraConfigProfileResponse

func ParseAddremoveInfraConfigProfileResponse(rsp *http.Response) (*AddremoveInfraConfigProfileResponse, error)

ParseAddremoveInfraConfigProfileResponse parses an HTTP response from a AddremoveInfraConfigProfileWithResponse call

func (AddremoveInfraConfigProfileResponse) Status

Status returns HTTPResponse.Status

func (AddremoveInfraConfigProfileResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type AddremoveInfraControllerProfileJSONRequestBody

type AddremoveInfraControllerProfileJSONRequestBody = AttachDetachProfile

AddremoveInfraControllerProfileJSONRequestBody defines body for AddremoveInfraControllerProfile for application/json ContentType.

type AddremoveInfraControllerProfileResponse

type AddremoveInfraControllerProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseAddremoveInfraControllerProfileResponse

func ParseAddremoveInfraControllerProfileResponse(rsp *http.Response) (*AddremoveInfraControllerProfileResponse, error)

ParseAddremoveInfraControllerProfileResponse parses an HTTP response from a AddremoveInfraControllerProfileWithResponse call

func (AddremoveInfraControllerProfileResponse) Status

Status returns HTTPResponse.Status

func (AddremoveInfraControllerProfileResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type AddremoveResourceProfileJSONRequestBody

type AddremoveResourceProfileJSONRequestBody = AttachDetachProfile

AddremoveResourceProfileJSONRequestBody defines body for AddremoveResourceProfile for application/json ContentType.

type AddremoveResourceProfileResponse

type AddremoveResourceProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseAddremoveResourceProfileResponse

func ParseAddremoveResourceProfileResponse(rsp *http.Response) (*AddremoveResourceProfileResponse, error)

ParseAddremoveResourceProfileResponse parses an HTTP response from a AddremoveResourceProfileWithResponse call

func (AddremoveResourceProfileResponse) Status

Status returns HTTPResponse.Status

func (AddremoveResourceProfileResponse) StatusCode

func (r AddremoveResourceProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Alarm

type Alarm struct {
	// Id Identifier of the Alarm.
	Uid openapi_types.UUID `json:"_id"`

	// Action Action to be taken.
	Action *string `json:"action,omitempty"`

	// Id Identifier of the Alarm.
	Id openapi_types.UUID `json:"id"`

	// Metric Alarm metric.
	Metric string `json:"metric"`

	// Operation Operation to be applied.
	Operation string `json:"operation"`

	// Status Current status of the alarm.
	Status *string `json:"status,omitempty"`

	// Threshold Threshold value of the Alarm.
	Threshold float32 `json:"threshold"`
}

Alarm Alarm Information

type AlarmInfoModifications

type AlarmInfoModifications struct {
	// Id UUID
	Id *string `json:"id,omitempty"`

	// IsEnable To enable/disable the alarm.
	IsEnable *string `json:"is_enable,omitempty"`

	// Threshold Threshold value of the Alarm
	Threshold *string `json:"threshold,omitempty"`
}

AlarmInfoModifications Alarm Information

type ArrayEditionSchema

type ArrayEditionSchema map[string]interface{}

ArrayEditionSchema Array edition keys must start with '$' and follow the syntax defined in: https://osm.etsi.org/wikipub/index.php/NBI_API_Description

type ArrayOfAlarm

type ArrayOfAlarm = []Alarm

ArrayOfAlarm defines model for ArrayOfAlarm.

type ArrayOfK8sClusterInfo

type ArrayOfK8sClusterInfo = []K8sClusterInfo

ArrayOfK8sClusterInfo defines model for ArrayOfK8sClusterInfo.

type ArrayOfK8sRepoInfo

type ArrayOfK8sRepoInfo = []K8sRepoInfo

ArrayOfK8sRepoInfo defines model for ArrayOfK8sRepoInfo.

type ArrayOfNetSliceInstance

type ArrayOfNetSliceInstance = []NetSliceInstance

ArrayOfNetSliceInstance defines model for ArrayOfNetSliceInstance.

type ArrayOfNsConfigTemplateInfo

type ArrayOfNsConfigTemplateInfo = []NsConfigTemplateInfo

ArrayOfNsConfigTemplateInfo defines model for ArrayOfNsConfigTemplateInfo.

type ArrayOfNsInstance

type ArrayOfNsInstance = []NsInstance

ArrayOfNsInstance defines model for ArrayOfNsInstance.

type ArrayOfNsLcmOpOcc

type ArrayOfNsLcmOpOcc = []NsLcmOpOcc

ArrayOfNsLcmOpOcc defines model for ArrayOfNsLcmOpOcc.

type ArrayOfNsdInfo

type ArrayOfNsdInfo = []NsdInfo

ArrayOfNsdInfo defines model for ArrayOfNsdInfo.

type ArrayOfNsiLcmOpOcc

type ArrayOfNsiLcmOpOcc = []NsiLcmOpOcc

ArrayOfNsiLcmOpOcc defines model for ArrayOfNsiLcmOpOcc.

type ArrayOfNslcmSubscriptionInfo

type ArrayOfNslcmSubscriptionInfo = []NslcmSubscriptionInfo

ArrayOfNslcmSubscriptionInfo defines model for ArrayOfNslcmSubscriptionInfo.

type ArrayOfNstInfo

type ArrayOfNstInfo = []NstInfo

ArrayOfNstInfo defines model for ArrayOfNstInfo.

type ArrayOfPduInfo

type ArrayOfPduInfo = []PduInfo

ArrayOfPduInfo defines model for ArrayOfPduInfo.

type ArrayOfProjectInfo

type ArrayOfProjectInfo = []ProjectInfo

ArrayOfProjectInfo defines model for ArrayOfProjectInfo.

type ArrayOfRoleInfo

type ArrayOfRoleInfo = []RoleInfo

ArrayOfRoleInfo defines model for ArrayOfRoleInfo.

type ArrayOfSdnInfo

type ArrayOfSdnInfo = []SdnInfo

ArrayOfSdnInfo defines model for ArrayOfSdnInfo.

type ArrayOfTokenInfo

type ArrayOfTokenInfo = []TokenInfo

ArrayOfTokenInfo defines model for ArrayOfTokenInfo.

type ArrayOfUserInfo

type ArrayOfUserInfo = []UserInfo

ArrayOfUserInfo defines model for ArrayOfUserInfo.

type ArrayOfVcaInfo

type ArrayOfVcaInfo = []VcaInfo

ArrayOfVcaInfo defines model for ArrayOfVcaInfo.

type ArrayOfVimInfo

type ArrayOfVimInfo = []VimInfo

ArrayOfVimInfo defines model for ArrayOfVimInfo.

type ArrayOfVnfInstanceInfo

type ArrayOfVnfInstanceInfo = []VnfInstanceInfo

ArrayOfVnfInstanceInfo defines model for ArrayOfVnfInstanceInfo.

type ArrayOfVnfPkgInfo

type ArrayOfVnfPkgInfo = []VnfPkgInfo

ArrayOfVnfPkgInfo defines model for ArrayOfVnfPkgInfo.

type ArrayOfWimInfo

type ArrayOfWimInfo = []WimInfo

ArrayOfWimInfo defines model for ArrayOfWimInfo.

type AttachDetachProfile

type AttachDetachProfile struct {
	AddProfile *[]struct {
		Uid *string `json:"_id,omitempty"`
	} `json:"add_profile,omitempty"`
	RemoveProfile *[]struct {
		Uid *string `json:"_id,omitempty"`
	} `json:"remove_profile,omitempty"`
}

AttachDetachProfile defines model for AttachDetachProfile.

type Authenticationschema

type Authenticationschema struct {
	AuthType    *AuthenticationschemaAuthType `json:"authType,omitempty"`
	ParamsBasic *struct {
		Password *string `json:"password,omitempty"`
		UserName *string `json:"userName,omitempty"`
	} `json:"paramsBasic,omitempty"`
}

Authenticationschema defines model for Authenticationschema.

type AuthenticationschemaAuthType

type AuthenticationschemaAuthType string

AuthenticationschemaAuthType defines model for Authenticationschema.AuthType.

const (
	Basic AuthenticationschemaAuthType = "basic"
)

Defines values for AuthenticationschemaAuthType.

type BadRequest

type BadRequest = ProblemDetails

BadRequest defines model for BadRequest.

type CancelNSLCMOpOccJSONRequestBody

type CancelNSLCMOpOccJSONRequestBody = CancelNSLCMOpOccRequest

CancelNSLCMOpOccJSONRequestBody defines body for CancelNSLCMOpOcc for application/json ContentType.

type CancelNSLCMOpOccRequest

type CancelNSLCMOpOccRequest struct {
	CancelMode *CancelNSLCMOpOccRequestCancelMode `json:"cancelMode,omitempty"`
}

CancelNSLCMOpOccRequest defines model for CancelNSLCMOpOccRequest.

type CancelNSLCMOpOccRequestCancelMode

type CancelNSLCMOpOccRequestCancelMode string

CancelNSLCMOpOccRequestCancelMode defines model for CancelNSLCMOpOccRequest.CancelMode.

const (
	FORCEFUL CancelNSLCMOpOccRequestCancelMode = "FORCEFUL"
	GRACEFUL CancelNSLCMOpOccRequestCancelMode = "GRACEFUL"
)

Defines values for CancelNSLCMOpOccRequestCancelMode.

type CancelNSLCMOpOccResponse

type CancelNSLCMOpOccResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCancelNSLCMOpOccResponse

func ParseCancelNSLCMOpOccResponse(rsp *http.Response) (*CancelNSLCMOpOccResponse, error)

ParseCancelNSLCMOpOccResponse parses an HTTP response from a CancelNSLCMOpOccWithResponse call

func (CancelNSLCMOpOccResponse) Status

func (r CancelNSLCMOpOccResponse) Status() string

Status returns HTTPResponse.Status

func (CancelNSLCMOpOccResponse) StatusCode

func (r CancelNSLCMOpOccResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Client

type Client struct {
	// The endpoint of the server conforming to this interface, with scheme,
	// https://api.deepmap.com for example. This can contain a path relative
	// to the server, such as https://api.deepmap.com/dev-test, and all the
	// paths in the swagger spec will be appended to the server.
	Server string

	// Doer for performing requests, typically a *http.Client with any
	// customized settings, such as certificate chains.
	Client HttpRequestDoer

	// A list of callbacks for modifying requests which are generated before sending over
	// the network.
	RequestEditors []RequestEditorFn
}

Client which conforms to the OpenAPI3 specification for this service.

func NewClient

func NewClient(server string, opts ...ClientOption) (*Client, error)

Creates a new Client, with reasonable defaults

func (*Client) ActionOnNSI

func (c *Client) ActionOnNSI(ctx context.Context, netsliceInstanceId string, body ActionOnNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ActionOnNSIWithBody

func (c *Client) ActionOnNSIWithBody(ctx context.Context, netsliceInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ActionOnNSinstance

func (c *Client) ActionOnNSinstance(ctx context.Context, nsInstanceId string, body ActionOnNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ActionOnNSinstanceWithBody

func (c *Client) ActionOnNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddKSU

func (c *Client) AddKSU(ctx context.Context, body AddKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddKSUWithBody

func (c *Client) AddKSUWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddNSD

func (c *Client) AddNSD(ctx context.Context, body AddNSDJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddNSDWithBody

func (c *Client) AddNSDWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddNSI

func (c *Client) AddNSI(ctx context.Context, body AddNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddNSIWithBody

func (c *Client) AddNSIWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddNST

func (c *Client) AddNST(ctx context.Context, body AddNSTJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddNSTWithBody

func (c *Client) AddNSTWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddNSinstance

func (c *Client) AddNSinstance(ctx context.Context, body AddNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddNSinstanceWithBody

func (c *Client) AddNSinstanceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddNsSubcriptions

func (c *Client) AddNsSubcriptions(ctx context.Context, body AddNsSubcriptionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddNsSubcriptionsWithBody

func (c *Client) AddNsSubcriptionsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddNsconfigtemplate

func (c *Client) AddNsconfigtemplate(ctx context.Context, body AddNsconfigtemplateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddNsconfigtemplateWithBody

func (c *Client) AddNsconfigtemplateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddOKAPackageWithBody

func (c *Client) AddOKAPackageWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddRemoveAppProfile

func (c *Client) AddRemoveAppProfile(ctx context.Context, clusterId string, body AddRemoveAppProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddRemoveAppProfileWithBody

func (c *Client) AddRemoveAppProfileWithBody(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddVnfPkg

func (c *Client) AddVnfPkg(ctx context.Context, body AddVnfPkgJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddVnfPkgWithBody

func (c *Client) AddVnfPkgWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddremoveInfraConfigProfile

func (c *Client) AddremoveInfraConfigProfile(ctx context.Context, clusterId string, body AddremoveInfraConfigProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddremoveInfraConfigProfileWithBody

func (c *Client) AddremoveInfraConfigProfileWithBody(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddremoveInfraControllerProfile

func (c *Client) AddremoveInfraControllerProfile(ctx context.Context, clusterId string, body AddremoveInfraControllerProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddremoveInfraControllerProfileWithBody

func (c *Client) AddremoveInfraControllerProfileWithBody(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddremoveResourceProfile

func (c *Client) AddremoveResourceProfile(ctx context.Context, clusterId string, body AddremoveResourceProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AddremoveResourceProfileWithBody

func (c *Client) AddremoveResourceProfileWithBody(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CancelNSLCMOpOcc

func (c *Client) CancelNSLCMOpOcc(ctx context.Context, nsLcmOpOccId string, body CancelNSLCMOpOccJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CancelNSLCMOpOccWithBody

func (c *Client) CancelNSLCMOpOccWithBody(ctx context.Context, nsLcmOpOccId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CloneKSU

func (c *Client) CloneKSU(ctx context.Context, ksuId string, body CloneKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CloneKSUWithBody

func (c *Client) CloneKSUWithBody(ctx context.Context, ksuId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAppProfile

func (c *Client) CreateAppProfile(ctx context.Context, body CreateAppProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAppProfileWithBody

func (c *Client) CreateAppProfileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateInfraConfigProfile

func (c *Client) CreateInfraConfigProfile(ctx context.Context, body CreateInfraConfigProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateInfraConfigProfileWithBody

func (c *Client) CreateInfraConfigProfileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateInfraControllerProfile

func (c *Client) CreateInfraControllerProfile(ctx context.Context, body CreateInfraControllerProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateInfraControllerProfileWithBody

func (c *Client) CreateInfraControllerProfileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateK8sCluster

func (c *Client) CreateK8sCluster(ctx context.Context, body CreateK8sClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateK8sClusterWithBody

func (c *Client) CreateK8sClusterWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateK8sRepo

func (c *Client) CreateK8sRepo(ctx context.Context, body CreateK8sRepoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateK8sRepoWithBody

func (c *Client) CreateK8sRepoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateNSIContent

func (c *Client) CreateNSIContent(ctx context.Context, body CreateNSIContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateNSIContentWithBody

func (c *Client) CreateNSIContentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateNSinstanceContent

func (c *Client) CreateNSinstanceContent(ctx context.Context, body CreateNSinstanceContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateNSinstanceContentWithBody

func (c *Client) CreateNSinstanceContentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePDU

func (c *Client) CreatePDU(ctx context.Context, body CreatePDUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePDUWithBody

func (c *Client) CreatePDUWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateProject

func (c *Client) CreateProject(ctx context.Context, body CreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateProjectWithBody

func (c *Client) CreateProjectWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateResourceProfile

func (c *Client) CreateResourceProfile(ctx context.Context, body CreateResourceProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateResourceProfileWithBody

func (c *Client) CreateResourceProfileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateRole

func (c *Client) CreateRole(ctx context.Context, body CreateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateRoleWithBody

func (c *Client) CreateRoleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateSDN

func (c *Client) CreateSDN(ctx context.Context, body CreateSDNJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateSDNWithBody

func (c *Client) CreateSDNWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateToken

func (c *Client) CreateToken(ctx context.Context, body CreateTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateTokenWithBody

func (c *Client) CreateTokenWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateUser

func (c *Client) CreateUser(ctx context.Context, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateUserWithBody

func (c *Client) CreateUserWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateVIM

func (c *Client) CreateVIM(ctx context.Context, body CreateVIMJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateVIMWithBody

func (c *Client) CreateVIMWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateVca

func (c *Client) CreateVca(ctx context.Context, body CreateVcaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateVcaWithBody

func (c *Client) CreateVcaWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateVimAccount

func (c *Client) CreateVimAccount(ctx context.Context, body CreateVimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateVimAccountWithBody

func (c *Client) CreateVimAccountWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateWimAccount

func (c *Client) CreateWimAccount(ctx context.Context, body CreateWimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateWimAccountWithBody

func (c *Client) CreateWimAccountWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Createk8sCluster

func (c *Client) Createk8sCluster(ctx context.Context, body Createk8sClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Createk8sClusterWithBody

func (c *Client) Createk8sClusterWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAppProfile

func (c *Client) DeleteAppProfile(ctx context.Context, appProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAuthToken

func (c *Client) DeleteAuthToken(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteInfraConfigProfile

func (c *Client) DeleteInfraConfigProfile(ctx context.Context, infraConfigProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteInfraControllerProfile

func (c *Client) DeleteInfraControllerProfile(ctx context.Context, infraControllerProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteK8sCluster

func (c *Client) DeleteK8sCluster(ctx context.Context, k8sClusterId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteK8sRepo

func (c *Client) DeleteK8sRepo(ctx context.Context, k8sRepoId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteKSU

func (c *Client) DeleteKSU(ctx context.Context, ksuId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteMultipleKSU

func (c *Client) DeleteMultipleKSU(ctx context.Context, body DeleteMultipleKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteMultipleKSUWithBody

func (c *Client) DeleteMultipleKSUWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNSD

func (c *Client) DeleteNSD(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNSI

func (c *Client) DeleteNSI(ctx context.Context, netsliceInstanceId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNSIContent

func (c *Client) DeleteNSIContent(ctx context.Context, netsliceInstanceContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNSPkgsIdContent

func (c *Client) DeleteNSPkgsIdContent(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNST

func (c *Client) DeleteNST(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNSinstance

func (c *Client) DeleteNSinstance(ctx context.Context, nsInstanceId string, params *DeleteNSinstanceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNSinstanceContent

func (c *Client) DeleteNSinstanceContent(ctx context.Context, nsInstanceContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNsSubcriptionId

func (c *Client) DeleteNsSubcriptionId(ctx context.Context, nsSubscriptionsId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNsconfigtemplate

func (c *Client) DeleteNsconfigtemplate(ctx context.Context, nsconfigTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteNstIdContent

func (c *Client) DeleteNstIdContent(ctx context.Context, netsliceTemplateContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteOKAPackage

func (c *Client) DeleteOKAPackage(ctx context.Context, okaPkgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePDU

func (c *Client) DeletePDU(ctx context.Context, pduDescriptorId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteProject

func (c *Client) DeleteProject(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteResourceProfile

func (c *Client) DeleteResourceProfile(ctx context.Context, resourceProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRole

func (c *Client) DeleteRole(ctx context.Context, roleId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSDN

func (c *Client) DeleteSDN(ctx context.Context, sdnId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteToken

func (c *Client) DeleteToken(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteUser

func (c *Client) DeleteUser(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteVIM

func (c *Client) DeleteVIM(ctx context.Context, vimId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteVca

func (c *Client) DeleteVca(ctx context.Context, vcaId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteVimAccount

func (c *Client) DeleteVimAccount(ctx context.Context, vimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteVnfPkg

func (c *Client) DeleteVnfPkg(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteVnfPkgsIdContent

func (c *Client) DeleteVnfPkgsIdContent(ctx context.Context, packageContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteWimAccount

func (c *Client) DeleteWimAccount(ctx context.Context, wimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Deletek8sCluster

func (c *Client) Deletek8sCluster(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditK8sCluster

func (c *Client) EditK8sCluster(ctx context.Context, k8sClusterId openapi_types.UUID, body EditK8sClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditK8sClusterWithBody

func (c *Client) EditK8sClusterWithBody(ctx context.Context, k8sClusterId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditPDU

func (c *Client) EditPDU(ctx context.Context, pduDescriptorId string, body EditPDUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditPDUWithBody

func (c *Client) EditPDUWithBody(ctx context.Context, pduDescriptorId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditProject

func (c *Client) EditProject(ctx context.Context, projectId string, body EditProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditProjectWithBody

func (c *Client) EditProjectWithBody(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditRole

func (c *Client) EditRole(ctx context.Context, roleId string, body EditRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditRoleWithBody

func (c *Client) EditRoleWithBody(ctx context.Context, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditSDN

func (c *Client) EditSDN(ctx context.Context, sdnId openapi_types.UUID, body EditSDNJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditSDNWithBody

func (c *Client) EditSDNWithBody(ctx context.Context, sdnId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditUser

func (c *Client) EditUser(ctx context.Context, userId string, body EditUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditUserWithBody

func (c *Client) EditUserWithBody(ctx context.Context, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditVIM

func (c *Client) EditVIM(ctx context.Context, vimId openapi_types.UUID, body EditVIMJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditVIMWithBody

func (c *Client) EditVIMWithBody(ctx context.Context, vimId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditVca

func (c *Client) EditVca(ctx context.Context, vcaId openapi_types.UUID, body EditVcaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditVcaWithBody

func (c *Client) EditVcaWithBody(ctx context.Context, vcaId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditVimAccount

func (c *Client) EditVimAccount(ctx context.Context, vimAccountId openapi_types.UUID, body EditVimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditVimAccountWithBody

func (c *Client) EditVimAccountWithBody(ctx context.Context, vimAccountId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditWimAccount

func (c *Client) EditWimAccount(ctx context.Context, wimAccountId openapi_types.UUID, body EditWimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) EditWimAccountWithBody

func (c *Client) EditWimAccountWithBody(ctx context.Context, wimAccountId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAlarm

func (c *Client) GetAlarm(ctx context.Context, uuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAlarms

func (c *Client) GetAlarms(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAppProfile

func (c *Client) GetAppProfile(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCreds

func (c *Client) GetCreds(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetInfraConfigProfile

func (c *Client) GetInfraConfigProfile(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetInfraControllerProfile

func (c *Client) GetInfraControllerProfile(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetK8sCluster

func (c *Client) GetK8sCluster(ctx context.Context, k8sClusterId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetK8sClusters

func (c *Client) GetK8sClusters(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetK8sRepo

func (c *Client) GetK8sRepo(ctx context.Context, k8sRepoId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetK8sRepos

func (c *Client) GetK8sRepos(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetKSU

func (c *Client) GetKSU(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSD

func (c *Client) GetNSD(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSDcontent

func (c *Client) GetNSDcontent(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSDs

func (c *Client) GetNSDs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSI

func (c *Client) GetNSI(ctx context.Context, netsliceInstanceId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSIContent

func (c *Client) GetNSIContent(ctx context.Context, netsliceInstanceContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSIs

func (c *Client) GetNSIs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSIsContent

func (c *Client) GetNSIsContent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSLCMOpOcc

func (c *Client) GetNSLCMOpOcc(ctx context.Context, nsLcmOpOccId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSLCMOpOccs

func (c *Client) GetNSLCMOpOccs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNST

func (c *Client) GetNST(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSTcontent

func (c *Client) GetNSTcontent(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSTs

func (c *Client) GetNSTs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSinstance

func (c *Client) GetNSinstance(ctx context.Context, nsInstanceId string, params *GetNSinstanceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSinstanceContent

func (c *Client) GetNSinstanceContent(ctx context.Context, nsInstanceContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSinstances

func (c *Client) GetNSinstances(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNSinstancesContent

func (c *Client) GetNSinstancesContent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNsPkgArtifact

func (c *Client) GetNsPkgArtifact(ctx context.Context, nsdInfoId string, artifactPath string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNsPkgNsd

func (c *Client) GetNsPkgNsd(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNsPkgsContent

func (c *Client) GetNsPkgsContent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNsPkgsIdContent

func (c *Client) GetNsPkgsIdContent(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNsPmJobReport

func (c *Client) GetNsPmJobReport(ctx context.Context, pmJobId string, nsId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNsSubcriptionId

func (c *Client) GetNsSubcriptionId(ctx context.Context, nsSubscriptionsId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNsSubcriptions

func (c *Client) GetNsSubcriptions(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNsconfigtemplate

func (c *Client) GetNsconfigtemplate(ctx context.Context, nsconfigTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNsconfigtemplates

func (c *Client) GetNsconfigtemplates(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNsiLcmOpOcc

func (c *Client) GetNsiLcmOpOcc(ctx context.Context, nsiLcmOpOccId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNsiLcmOpOccs

func (c *Client) GetNsiLcmOpOccs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNstArtifact

func (c *Client) GetNstArtifact(ctx context.Context, netsliceTemplateId string, artifactPath string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNstContent

func (c *Client) GetNstContent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNstIdContent

func (c *Client) GetNstIdContent(ctx context.Context, netsliceTemplateContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetNstNst

func (c *Client) GetNstNst(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOKAPackage

func (c *Client) GetOKAPackage(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPDU

func (c *Client) GetPDU(ctx context.Context, pduDescriptorId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPDUs

func (c *Client) GetPDUs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetProject

func (c *Client) GetProject(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetProjects

func (c *Client) GetProjects(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetResourceProfile

func (c *Client) GetResourceProfile(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRole

func (c *Client) GetRole(ctx context.Context, roleId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRoles

func (c *Client) GetRoles(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSDN

func (c *Client) GetSDN(ctx context.Context, sdnId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSDNs

func (c *Client) GetSDNs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetTemplatecontent

func (c *Client) GetTemplatecontent(ctx context.Context, nsconfigTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetToken

func (c *Client) GetToken(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetTokens

func (c *Client) GetTokens(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUser

func (c *Client) GetUser(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUsers

func (c *Client) GetUsers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVIM

func (c *Client) GetVIM(ctx context.Context, vimId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVIMs

func (c *Client) GetVIMs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVca

func (c *Client) GetVca(ctx context.Context, vcaId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVcas

func (c *Client) GetVcas(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVimAccount

func (c *Client) GetVimAccount(ctx context.Context, vimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVimAccounts

func (c *Client) GetVimAccounts(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVnfInstance

func (c *Client) GetVnfInstance(ctx context.Context, vnfInstanceId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVnfInstances

func (c *Client) GetVnfInstances(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVnfPkg

func (c *Client) GetVnfPkg(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVnfPkgArtifact

func (c *Client) GetVnfPkgArtifact(ctx context.Context, vnfPkgId string, artifactPath string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVnfPkgContent

func (c *Client) GetVnfPkgContent(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVnfPkgVnfd

func (c *Client) GetVnfPkgVnfd(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVnfPkgs

func (c *Client) GetVnfPkgs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVnfPkgsContent

func (c *Client) GetVnfPkgsContent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVnfPkgsIdContent

func (c *Client) GetVnfPkgsIdContent(ctx context.Context, packageContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWimAccount

func (c *Client) GetWimAccount(ctx context.Context, wimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWimAccounts

func (c *Client) GetWimAccounts(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) HealNSinstance

func (c *Client) HealNSinstance(ctx context.Context, nsInstanceId string, body HealNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) HealNSinstanceWithBody

func (c *Client) HealNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InstantiateNSI

func (c *Client) InstantiateNSI(ctx context.Context, netsliceInstanceId string, body InstantiateNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InstantiateNSIWithBody

func (c *Client) InstantiateNSIWithBody(ctx context.Context, netsliceInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InstantiateNSinstance

func (c *Client) InstantiateNSinstance(ctx context.Context, nsInstanceId string, body InstantiateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InstantiateNSinstanceWithBody

func (c *Client) InstantiateNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListAppProfile

func (c *Client) ListAppProfile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListInfraConfigProfile

func (c *Client) ListInfraConfigProfile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListInfraControllerProfile

func (c *Client) ListInfraControllerProfile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListResourceProfile

func (c *Client) ListResourceProfile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Listk8sCluster

func (c *Client) Listk8sCluster(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MigrateNSinstance

func (c *Client) MigrateNSinstance(ctx context.Context, nsInstanceId string, body MigrateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MigrateNSinstanceWithBody

func (c *Client) MigrateNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MoveKSU

func (c *Client) MoveKSU(ctx context.Context, ksuId string, body MoveKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MoveKSUWithBody

func (c *Client) MoveKSUWithBody(ctx context.Context, ksuId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MultiNsTerminateRequest

func (c *Client) MultiNsTerminateRequest(ctx context.Context, body MultiNsTerminateRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MultiNsTerminateRequestWithBody

func (c *Client) MultiNsTerminateRequestWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) NodeScaling

func (c *Client) NodeScaling(ctx context.Context, clusterId string, body NodeScalingJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) NodeScalingWithBody

func (c *Client) NodeScalingWithBody(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PatchAppProfile

func (c *Client) PatchAppProfile(ctx context.Context, appProfileId string, body PatchAppProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PatchAppProfileWithBody

func (c *Client) PatchAppProfileWithBody(ctx context.Context, appProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PatchInfraConfigProfile

func (c *Client) PatchInfraConfigProfile(ctx context.Context, infraConfigProfileId string, body PatchInfraConfigProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PatchInfraConfigProfileWithBody

func (c *Client) PatchInfraConfigProfileWithBody(ctx context.Context, infraConfigProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PatchInfraControllerProfile

func (c *Client) PatchInfraControllerProfile(ctx context.Context, infraControllerProfileId string, body PatchInfraControllerProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PatchInfraControllerProfileWithBody

func (c *Client) PatchInfraControllerProfileWithBody(ctx context.Context, infraControllerProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PatchResourceProfile

func (c *Client) PatchResourceProfile(ctx context.Context, resourceProfileId string, body PatchResourceProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PatchResourceProfileWithBody

func (c *Client) PatchResourceProfileWithBody(ctx context.Context, resourceProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ReadAppProfile

func (c *Client) ReadAppProfile(ctx context.Context, appProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ReadInfraConfigProfile

func (c *Client) ReadInfraConfigProfile(ctx context.Context, infraConfigProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ReadInfraControllerProfile

func (c *Client) ReadInfraControllerProfile(ctx context.Context, infraControllerProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ReadKSU

func (c *Client) ReadKSU(ctx context.Context, ksuId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ReadOKAPackage

func (c *Client) ReadOKAPackage(ctx context.Context, okaPkgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ReadResourceProfile

func (c *Client) ReadResourceProfile(ctx context.Context, resourceProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Readk8sCluster

func (c *Client) Readk8sCluster(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ScaleNSinstance

func (c *Client) ScaleNSinstance(ctx context.Context, nsInstanceId string, body ScaleNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ScaleNSinstanceWithBody

func (c *Client) ScaleNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TerminateNSI

func (c *Client) TerminateNSI(ctx context.Context, netsliceInstanceId string, body TerminateNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TerminateNSIWithBody

func (c *Client) TerminateNSIWithBody(ctx context.Context, netsliceInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TerminateNSinstance

func (c *Client) TerminateNSinstance(ctx context.Context, nsInstanceId string, body TerminateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TerminateNSinstanceWithBody

func (c *Client) TerminateNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAlarm

func (c *Client) UpdateAlarm(ctx context.Context, uuid string, body UpdateAlarmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAlarmWithBody

func (c *Client) UpdateAlarmWithBody(ctx context.Context, uuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateKSU

func (c *Client) UpdateKSU(ctx context.Context, ksuId string, body UpdateKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateKSUWithBody

func (c *Client) UpdateKSUWithBody(ctx context.Context, ksuId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateMultipleKSU

func (c *Client) UpdateMultipleKSU(ctx context.Context, body UpdateMultipleKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateMultipleKSUWithBody

func (c *Client) UpdateMultipleKSUWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateNSD

func (c *Client) UpdateNSD(ctx context.Context, nsdInfoId string, body UpdateNSDJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateNSDWithBody

func (c *Client) UpdateNSDWithBody(ctx context.Context, nsdInfoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateNSDcontentWithBody

func (c *Client) UpdateNSDcontentWithBody(ctx context.Context, nsdInfoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateNSTcontentWithBody

func (c *Client) UpdateNSTcontentWithBody(ctx context.Context, netsliceTemplateId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateNSinstance

func (c *Client) UpdateNSinstance(ctx context.Context, nsInstanceId string, body UpdateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateNSinstanceWithBody

func (c *Client) UpdateNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateNsPkgsIdContent

func (c *Client) UpdateNsPkgsIdContent(ctx context.Context, nsdInfoId string, body UpdateNsPkgsIdContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateNsPkgsIdContentWithBody

func (c *Client) UpdateNsPkgsIdContentWithBody(ctx context.Context, nsdInfoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateNstIdContent

func (c *Client) UpdateNstIdContent(ctx context.Context, netsliceTemplateContentId string, body UpdateNstIdContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateNstIdContentWithBody

func (c *Client) UpdateNstIdContentWithBody(ctx context.Context, netsliceTemplateContentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateOKAPackageWithBody

func (c *Client) UpdateOKAPackageWithBody(ctx context.Context, okaPkgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateTemplatecontent

func (c *Client) UpdateTemplatecontent(ctx context.Context, nsconfigTemplateId string, body UpdateTemplatecontentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateTemplatecontentWithBody

func (c *Client) UpdateTemplatecontentWithBody(ctx context.Context, nsconfigTemplateId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateVnfPkg

func (c *Client) UpdateVnfPkg(ctx context.Context, vnfPkgId string, body UpdateVnfPkgJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateVnfPkgWithBody

func (c *Client) UpdateVnfPkgWithBody(ctx context.Context, vnfPkgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateVnfPkgsIdContent

func (c *Client) UpdateVnfPkgsIdContent(ctx context.Context, packageContentId string, body UpdateVnfPkgsIdContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateVnfPkgsIdContentWithBody

func (c *Client) UpdateVnfPkgsIdContentWithBody(ctx context.Context, packageContentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpgradeCluster

func (c *Client) UpgradeCluster(ctx context.Context, clusterId string, body UpgradeClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpgradeClusterWithBody

func (c *Client) UpgradeClusterWithBody(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UploadNsPkgsContentWithBody

func (c *Client) UploadNsPkgsContentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UploadNstContentWithBody

func (c *Client) UploadNstContentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UploadVnfPkgContentWithBody

func (c *Client) UploadVnfPkgContentWithBody(ctx context.Context, vnfPkgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UploadVnfPkgsContentWithBody

func (c *Client) UploadVnfPkgsContentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

type ClientInterface

type ClientInterface interface {
	// GetK8sClusters request
	GetK8sClusters(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateK8sClusterWithBody request with any body
	CreateK8sClusterWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateK8sCluster(ctx context.Context, body CreateK8sClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteK8sCluster request
	DeleteK8sCluster(ctx context.Context, k8sClusterId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetK8sCluster request
	GetK8sCluster(ctx context.Context, k8sClusterId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditK8sClusterWithBody request with any body
	EditK8sClusterWithBody(ctx context.Context, k8sClusterId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditK8sCluster(ctx context.Context, k8sClusterId openapi_types.UUID, body EditK8sClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetK8sRepos request
	GetK8sRepos(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateK8sRepoWithBody request with any body
	CreateK8sRepoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateK8sRepo(ctx context.Context, body CreateK8sRepoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteK8sRepo request
	DeleteK8sRepo(ctx context.Context, k8sRepoId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetK8sRepo request
	GetK8sRepo(ctx context.Context, k8sRepoId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetProjects request
	GetProjects(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateProjectWithBody request with any body
	CreateProjectWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateProject(ctx context.Context, body CreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteProject request
	DeleteProject(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetProject request
	GetProject(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditProjectWithBody request with any body
	EditProjectWithBody(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditProject(ctx context.Context, projectId string, body EditProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRoles request
	GetRoles(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateRoleWithBody request with any body
	CreateRoleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateRole(ctx context.Context, body CreateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRole request
	DeleteRole(ctx context.Context, roleId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRole request
	GetRole(ctx context.Context, roleId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditRoleWithBody request with any body
	EditRoleWithBody(ctx context.Context, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditRole(ctx context.Context, roleId string, body EditRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSDNs request
	GetSDNs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateSDNWithBody request with any body
	CreateSDNWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateSDN(ctx context.Context, body CreateSDNJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSDN request
	DeleteSDN(ctx context.Context, sdnId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSDN request
	GetSDN(ctx context.Context, sdnId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditSDNWithBody request with any body
	EditSDNWithBody(ctx context.Context, sdnId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditSDN(ctx context.Context, sdnId openapi_types.UUID, body EditSDNJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAuthToken request
	DeleteAuthToken(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetTokens request
	GetTokens(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateTokenWithBody request with any body
	CreateTokenWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateToken(ctx context.Context, body CreateTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteToken request
	DeleteToken(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetToken request
	GetToken(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUsers request
	GetUsers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateUserWithBody request with any body
	CreateUserWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateUser(ctx context.Context, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteUser request
	DeleteUser(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUser request
	GetUser(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditUserWithBody request with any body
	EditUserWithBody(ctx context.Context, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditUser(ctx context.Context, userId string, body EditUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVcas request
	GetVcas(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateVcaWithBody request with any body
	CreateVcaWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateVca(ctx context.Context, body CreateVcaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteVca request
	DeleteVca(ctx context.Context, vcaId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVca request
	GetVca(ctx context.Context, vcaId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditVcaWithBody request with any body
	EditVcaWithBody(ctx context.Context, vcaId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditVca(ctx context.Context, vcaId openapi_types.UUID, body EditVcaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVimAccounts request
	GetVimAccounts(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateVimAccountWithBody request with any body
	CreateVimAccountWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateVimAccount(ctx context.Context, body CreateVimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteVimAccount request
	DeleteVimAccount(ctx context.Context, vimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVimAccount request
	GetVimAccount(ctx context.Context, vimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditVimAccountWithBody request with any body
	EditVimAccountWithBody(ctx context.Context, vimAccountId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditVimAccount(ctx context.Context, vimAccountId openapi_types.UUID, body EditVimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVIMs request
	GetVIMs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateVIMWithBody request with any body
	CreateVIMWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateVIM(ctx context.Context, body CreateVIMJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteVIM request
	DeleteVIM(ctx context.Context, vimId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVIM request
	GetVIM(ctx context.Context, vimId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditVIMWithBody request with any body
	EditVIMWithBody(ctx context.Context, vimId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditVIM(ctx context.Context, vimId openapi_types.UUID, body EditVIMJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWimAccounts request
	GetWimAccounts(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateWimAccountWithBody request with any body
	CreateWimAccountWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateWimAccount(ctx context.Context, body CreateWimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteWimAccount request
	DeleteWimAccount(ctx context.Context, wimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWimAccount request
	GetWimAccount(ctx context.Context, wimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditWimAccountWithBody request with any body
	EditWimAccountWithBody(ctx context.Context, wimAccountId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditWimAccount(ctx context.Context, wimAccountId openapi_types.UUID, body EditWimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListAppProfile request
	ListAppProfile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateAppProfileWithBody request with any body
	CreateAppProfileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateAppProfile(ctx context.Context, body CreateAppProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAppProfile request
	DeleteAppProfile(ctx context.Context, appProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ReadAppProfile request
	ReadAppProfile(ctx context.Context, appProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PatchAppProfileWithBody request with any body
	PatchAppProfileWithBody(ctx context.Context, appProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PatchAppProfile(ctx context.Context, appProfileId string, body PatchAppProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Listk8sCluster request
	Listk8sCluster(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Createk8sClusterWithBody request with any body
	Createk8sClusterWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	Createk8sCluster(ctx context.Context, body Createk8sClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Deletek8sCluster request
	Deletek8sCluster(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Readk8sCluster request
	Readk8sCluster(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAppProfile request
	GetAppProfile(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddRemoveAppProfileWithBody request with any body
	AddRemoveAppProfileWithBody(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddRemoveAppProfile(ctx context.Context, clusterId string, body AddRemoveAppProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCreds request
	GetCreds(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetInfraConfigProfile request
	GetInfraConfigProfile(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddremoveInfraConfigProfileWithBody request with any body
	AddremoveInfraConfigProfileWithBody(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddremoveInfraConfigProfile(ctx context.Context, clusterId string, body AddremoveInfraConfigProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetInfraControllerProfile request
	GetInfraControllerProfile(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddremoveInfraControllerProfileWithBody request with any body
	AddremoveInfraControllerProfileWithBody(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddremoveInfraControllerProfile(ctx context.Context, clusterId string, body AddremoveInfraControllerProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetResourceProfile request
	GetResourceProfile(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddremoveResourceProfileWithBody request with any body
	AddremoveResourceProfileWithBody(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddremoveResourceProfile(ctx context.Context, clusterId string, body AddremoveResourceProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// NodeScalingWithBody request with any body
	NodeScalingWithBody(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	NodeScaling(ctx context.Context, clusterId string, body NodeScalingJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpgradeClusterWithBody request with any body
	UpgradeClusterWithBody(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpgradeCluster(ctx context.Context, clusterId string, body UpgradeClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListInfraConfigProfile request
	ListInfraConfigProfile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateInfraConfigProfileWithBody request with any body
	CreateInfraConfigProfileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateInfraConfigProfile(ctx context.Context, body CreateInfraConfigProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteInfraConfigProfile request
	DeleteInfraConfigProfile(ctx context.Context, infraConfigProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ReadInfraConfigProfile request
	ReadInfraConfigProfile(ctx context.Context, infraConfigProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PatchInfraConfigProfileWithBody request with any body
	PatchInfraConfigProfileWithBody(ctx context.Context, infraConfigProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PatchInfraConfigProfile(ctx context.Context, infraConfigProfileId string, body PatchInfraConfigProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListInfraControllerProfile request
	ListInfraControllerProfile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateInfraControllerProfileWithBody request with any body
	CreateInfraControllerProfileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateInfraControllerProfile(ctx context.Context, body CreateInfraControllerProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteInfraControllerProfile request
	DeleteInfraControllerProfile(ctx context.Context, infraControllerProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ReadInfraControllerProfile request
	ReadInfraControllerProfile(ctx context.Context, infraControllerProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PatchInfraControllerProfileWithBody request with any body
	PatchInfraControllerProfileWithBody(ctx context.Context, infraControllerProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PatchInfraControllerProfile(ctx context.Context, infraControllerProfileId string, body PatchInfraControllerProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListResourceProfile request
	ListResourceProfile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateResourceProfileWithBody request with any body
	CreateResourceProfileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateResourceProfile(ctx context.Context, body CreateResourceProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteResourceProfile request
	DeleteResourceProfile(ctx context.Context, resourceProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ReadResourceProfile request
	ReadResourceProfile(ctx context.Context, resourceProfileId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PatchResourceProfileWithBody request with any body
	PatchResourceProfileWithBody(ctx context.Context, resourceProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PatchResourceProfile(ctx context.Context, resourceProfileId string, body PatchResourceProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetKSU request
	GetKSU(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddKSUWithBody request with any body
	AddKSUWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddKSU(ctx context.Context, body AddKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteMultipleKSUWithBody request with any body
	DeleteMultipleKSUWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteMultipleKSU(ctx context.Context, body DeleteMultipleKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateMultipleKSUWithBody request with any body
	UpdateMultipleKSUWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateMultipleKSU(ctx context.Context, body UpdateMultipleKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteKSU request
	DeleteKSU(ctx context.Context, ksuId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ReadKSU request
	ReadKSU(ctx context.Context, ksuId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateKSUWithBody request with any body
	UpdateKSUWithBody(ctx context.Context, ksuId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateKSU(ctx context.Context, ksuId string, body UpdateKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CloneKSUWithBody request with any body
	CloneKSUWithBody(ctx context.Context, ksuId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CloneKSU(ctx context.Context, ksuId string, body CloneKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// MoveKSUWithBody request with any body
	MoveKSUWithBody(ctx context.Context, ksuId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	MoveKSU(ctx context.Context, ksuId string, body MoveKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNsconfigtemplates request
	GetNsconfigtemplates(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddNsconfigtemplateWithBody request with any body
	AddNsconfigtemplateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddNsconfigtemplate(ctx context.Context, body AddNsconfigtemplateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNsconfigtemplate request
	DeleteNsconfigtemplate(ctx context.Context, nsconfigTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNsconfigtemplate request
	GetNsconfigtemplate(ctx context.Context, nsconfigTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetTemplatecontent request
	GetTemplatecontent(ctx context.Context, nsconfigTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateTemplatecontentWithBody request with any body
	UpdateTemplatecontentWithBody(ctx context.Context, nsconfigTemplateId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateTemplatecontent(ctx context.Context, nsconfigTemplateId string, body UpdateTemplatecontentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSDs request
	GetNSDs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddNSDWithBody request with any body
	AddNSDWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddNSD(ctx context.Context, body AddNSDJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNSD request
	DeleteNSD(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSD request
	GetNSD(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateNSDWithBody request with any body
	UpdateNSDWithBody(ctx context.Context, nsdInfoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateNSD(ctx context.Context, nsdInfoId string, body UpdateNSDJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNsPkgArtifact request
	GetNsPkgArtifact(ctx context.Context, nsdInfoId string, artifactPath string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNsPkgNsd request
	GetNsPkgNsd(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSDcontent request
	GetNSDcontent(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateNSDcontentWithBody request with any body
	UpdateNSDcontentWithBody(ctx context.Context, nsdInfoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNsPkgsContent request
	GetNsPkgsContent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UploadNsPkgsContentWithBody request with any body
	UploadNsPkgsContentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNSPkgsIdContent request
	DeleteNSPkgsIdContent(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNsPkgsIdContent request
	GetNsPkgsIdContent(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateNsPkgsIdContentWithBody request with any body
	UpdateNsPkgsIdContentWithBody(ctx context.Context, nsdInfoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateNsPkgsIdContent(ctx context.Context, nsdInfoId string, body UpdateNsPkgsIdContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAlarms request
	GetAlarms(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAlarm request
	GetAlarm(ctx context.Context, uuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateAlarmWithBody request with any body
	UpdateAlarmWithBody(ctx context.Context, uuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateAlarm(ctx context.Context, uuid string, body UpdateAlarmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSIs request
	GetNSIs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddNSIWithBody request with any body
	AddNSIWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddNSI(ctx context.Context, body AddNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNSI request
	DeleteNSI(ctx context.Context, netsliceInstanceId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSI request
	GetNSI(ctx context.Context, netsliceInstanceId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ActionOnNSIWithBody request with any body
	ActionOnNSIWithBody(ctx context.Context, netsliceInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ActionOnNSI(ctx context.Context, netsliceInstanceId string, body ActionOnNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// InstantiateNSIWithBody request with any body
	InstantiateNSIWithBody(ctx context.Context, netsliceInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	InstantiateNSI(ctx context.Context, netsliceInstanceId string, body InstantiateNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TerminateNSIWithBody request with any body
	TerminateNSIWithBody(ctx context.Context, netsliceInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	TerminateNSI(ctx context.Context, netsliceInstanceId string, body TerminateNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSIsContent request
	GetNSIsContent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateNSIContentWithBody request with any body
	CreateNSIContentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateNSIContent(ctx context.Context, body CreateNSIContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNSIContent request
	DeleteNSIContent(ctx context.Context, netsliceInstanceContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSIContent request
	GetNSIContent(ctx context.Context, netsliceInstanceContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNsiLcmOpOccs request
	GetNsiLcmOpOccs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNsiLcmOpOcc request
	GetNsiLcmOpOcc(ctx context.Context, nsiLcmOpOccId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSinstances request
	GetNSinstances(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddNSinstanceWithBody request with any body
	AddNSinstanceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddNSinstance(ctx context.Context, body AddNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNSinstance request
	DeleteNSinstance(ctx context.Context, nsInstanceId string, params *DeleteNSinstanceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSinstance request
	GetNSinstance(ctx context.Context, nsInstanceId string, params *GetNSinstanceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ActionOnNSinstanceWithBody request with any body
	ActionOnNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ActionOnNSinstance(ctx context.Context, nsInstanceId string, body ActionOnNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// HealNSinstanceWithBody request with any body
	HealNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	HealNSinstance(ctx context.Context, nsInstanceId string, body HealNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// InstantiateNSinstanceWithBody request with any body
	InstantiateNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	InstantiateNSinstance(ctx context.Context, nsInstanceId string, body InstantiateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// MigrateNSinstanceWithBody request with any body
	MigrateNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	MigrateNSinstance(ctx context.Context, nsInstanceId string, body MigrateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ScaleNSinstanceWithBody request with any body
	ScaleNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ScaleNSinstance(ctx context.Context, nsInstanceId string, body ScaleNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TerminateNSinstanceWithBody request with any body
	TerminateNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	TerminateNSinstance(ctx context.Context, nsInstanceId string, body TerminateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateNSinstanceWithBody request with any body
	UpdateNSinstanceWithBody(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateNSinstance(ctx context.Context, nsInstanceId string, body UpdateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSinstancesContent request
	GetNSinstancesContent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateNSinstanceContentWithBody request with any body
	CreateNSinstanceContentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateNSinstanceContent(ctx context.Context, body CreateNSinstanceContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNSinstanceContent request
	DeleteNSinstanceContent(ctx context.Context, nsInstanceContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSinstanceContent request
	GetNSinstanceContent(ctx context.Context, nsInstanceContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// MultiNsTerminateRequestWithBody request with any body
	MultiNsTerminateRequestWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	MultiNsTerminateRequest(ctx context.Context, body MultiNsTerminateRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSLCMOpOccs request
	GetNSLCMOpOccs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSLCMOpOcc request
	GetNSLCMOpOcc(ctx context.Context, nsLcmOpOccId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CancelNSLCMOpOccWithBody request with any body
	CancelNSLCMOpOccWithBody(ctx context.Context, nsLcmOpOccId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CancelNSLCMOpOcc(ctx context.Context, nsLcmOpOccId string, body CancelNSLCMOpOccJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNsSubcriptions request
	GetNsSubcriptions(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddNsSubcriptionsWithBody request with any body
	AddNsSubcriptionsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddNsSubcriptions(ctx context.Context, body AddNsSubcriptionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNsSubcriptionId request
	DeleteNsSubcriptionId(ctx context.Context, nsSubscriptionsId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNsSubcriptionId request
	GetNsSubcriptionId(ctx context.Context, nsSubscriptionsId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVnfInstances request
	GetVnfInstances(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVnfInstance request
	GetVnfInstance(ctx context.Context, vnfInstanceId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNsPmJobReport request
	GetNsPmJobReport(ctx context.Context, pmJobId string, nsId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSTs request
	GetNSTs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddNSTWithBody request with any body
	AddNSTWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddNST(ctx context.Context, body AddNSTJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNST request
	DeleteNST(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNST request
	GetNST(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNstArtifact request
	GetNstArtifact(ctx context.Context, netsliceTemplateId string, artifactPath string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNstNst request
	GetNstNst(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNSTcontent request
	GetNSTcontent(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateNSTcontentWithBody request with any body
	UpdateNSTcontentWithBody(ctx context.Context, netsliceTemplateId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNstContent request
	GetNstContent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UploadNstContentWithBody request with any body
	UploadNstContentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteNstIdContent request
	DeleteNstIdContent(ctx context.Context, netsliceTemplateContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetNstIdContent request
	GetNstIdContent(ctx context.Context, netsliceTemplateContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateNstIdContentWithBody request with any body
	UpdateNstIdContentWithBody(ctx context.Context, netsliceTemplateContentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateNstIdContent(ctx context.Context, netsliceTemplateContentId string, body UpdateNstIdContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOKAPackage request
	GetOKAPackage(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddOKAPackageWithBody request with any body
	AddOKAPackageWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteOKAPackage request
	DeleteOKAPackage(ctx context.Context, okaPkgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ReadOKAPackage request
	ReadOKAPackage(ctx context.Context, okaPkgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateOKAPackageWithBody request with any body
	UpdateOKAPackageWithBody(ctx context.Context, okaPkgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPDUs request
	GetPDUs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreatePDUWithBody request with any body
	CreatePDUWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreatePDU(ctx context.Context, body CreatePDUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePDU request
	DeletePDU(ctx context.Context, pduDescriptorId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPDU request
	GetPDU(ctx context.Context, pduDescriptorId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// EditPDUWithBody request with any body
	EditPDUWithBody(ctx context.Context, pduDescriptorId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	EditPDU(ctx context.Context, pduDescriptorId string, body EditPDUJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVnfPkgs request
	GetVnfPkgs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AddVnfPkgWithBody request with any body
	AddVnfPkgWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AddVnfPkg(ctx context.Context, body AddVnfPkgJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteVnfPkg request
	DeleteVnfPkg(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVnfPkg request
	GetVnfPkg(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateVnfPkgWithBody request with any body
	UpdateVnfPkgWithBody(ctx context.Context, vnfPkgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateVnfPkg(ctx context.Context, vnfPkgId string, body UpdateVnfPkgJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVnfPkgArtifact request
	GetVnfPkgArtifact(ctx context.Context, vnfPkgId string, artifactPath string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVnfPkgContent request
	GetVnfPkgContent(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UploadVnfPkgContentWithBody request with any body
	UploadVnfPkgContentWithBody(ctx context.Context, vnfPkgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVnfPkgVnfd request
	GetVnfPkgVnfd(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVnfPkgsContent request
	GetVnfPkgsContent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UploadVnfPkgsContentWithBody request with any body
	UploadVnfPkgsContentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteVnfPkgsIdContent request
	DeleteVnfPkgsIdContent(ctx context.Context, packageContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVnfPkgsIdContent request
	GetVnfPkgsIdContent(ctx context.Context, packageContentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateVnfPkgsIdContentWithBody request with any body
	UpdateVnfPkgsIdContentWithBody(ctx context.Context, packageContentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateVnfPkgsIdContent(ctx context.Context, packageContentId string, body UpdateVnfPkgsIdContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
}

The interface specification for the client above.

type ClientOption

type ClientOption func(*Client) error

ClientOption allows setting custom parameters during construction

func WithBaseURL

func WithBaseURL(baseURL string) ClientOption

WithBaseURL overrides the baseURL.

func WithHTTPClient

func WithHTTPClient(doer HttpRequestDoer) ClientOption

WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.

func WithRequestEditorFn

func WithRequestEditorFn(fn RequestEditorFn) ClientOption

WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.

type ClientWithResponses

type ClientWithResponses struct {
	ClientInterface
}

ClientWithResponses builds on ClientInterface to offer response payloads

func NewClientWithResponses

func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)

NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling

func (*ClientWithResponses) ActionOnNSIWithBodyWithResponse

func (c *ClientWithResponses) ActionOnNSIWithBodyWithResponse(ctx context.Context, netsliceInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ActionOnNSIResponse, error)

ActionOnNSIWithBodyWithResponse request with arbitrary body returning *ActionOnNSIResponse

func (*ClientWithResponses) ActionOnNSIWithResponse

func (c *ClientWithResponses) ActionOnNSIWithResponse(ctx context.Context, netsliceInstanceId string, body ActionOnNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*ActionOnNSIResponse, error)

func (*ClientWithResponses) ActionOnNSinstanceWithBodyWithResponse

func (c *ClientWithResponses) ActionOnNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ActionOnNSinstanceResponse, error)

ActionOnNSinstanceWithBodyWithResponse request with arbitrary body returning *ActionOnNSinstanceResponse

func (*ClientWithResponses) ActionOnNSinstanceWithResponse

func (c *ClientWithResponses) ActionOnNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body ActionOnNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*ActionOnNSinstanceResponse, error)

func (*ClientWithResponses) AddKSUWithBodyWithResponse

func (c *ClientWithResponses) AddKSUWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddKSUResponse, error)

AddKSUWithBodyWithResponse request with arbitrary body returning *AddKSUResponse

func (*ClientWithResponses) AddKSUWithResponse

func (c *ClientWithResponses) AddKSUWithResponse(ctx context.Context, body AddKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*AddKSUResponse, error)

func (*ClientWithResponses) AddNSDWithBodyWithResponse

func (c *ClientWithResponses) AddNSDWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddNSDResponse, error)

AddNSDWithBodyWithResponse request with arbitrary body returning *AddNSDResponse

func (*ClientWithResponses) AddNSDWithResponse

func (c *ClientWithResponses) AddNSDWithResponse(ctx context.Context, body AddNSDJSONRequestBody, reqEditors ...RequestEditorFn) (*AddNSDResponse, error)

func (*ClientWithResponses) AddNSIWithBodyWithResponse

func (c *ClientWithResponses) AddNSIWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddNSIResponse, error)

AddNSIWithBodyWithResponse request with arbitrary body returning *AddNSIResponse

func (*ClientWithResponses) AddNSIWithResponse

func (c *ClientWithResponses) AddNSIWithResponse(ctx context.Context, body AddNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*AddNSIResponse, error)

func (*ClientWithResponses) AddNSTWithBodyWithResponse

func (c *ClientWithResponses) AddNSTWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddNSTResponse, error)

AddNSTWithBodyWithResponse request with arbitrary body returning *AddNSTResponse

func (*ClientWithResponses) AddNSTWithResponse

func (c *ClientWithResponses) AddNSTWithResponse(ctx context.Context, body AddNSTJSONRequestBody, reqEditors ...RequestEditorFn) (*AddNSTResponse, error)

func (*ClientWithResponses) AddNSinstanceWithBodyWithResponse

func (c *ClientWithResponses) AddNSinstanceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddNSinstanceResponse, error)

AddNSinstanceWithBodyWithResponse request with arbitrary body returning *AddNSinstanceResponse

func (*ClientWithResponses) AddNSinstanceWithResponse

func (c *ClientWithResponses) AddNSinstanceWithResponse(ctx context.Context, body AddNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*AddNSinstanceResponse, error)

func (*ClientWithResponses) AddNsSubcriptionsWithBodyWithResponse

func (c *ClientWithResponses) AddNsSubcriptionsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddNsSubcriptionsResponse, error)

AddNsSubcriptionsWithBodyWithResponse request with arbitrary body returning *AddNsSubcriptionsResponse

func (*ClientWithResponses) AddNsSubcriptionsWithResponse

func (c *ClientWithResponses) AddNsSubcriptionsWithResponse(ctx context.Context, body AddNsSubcriptionsJSONRequestBody, reqEditors ...RequestEditorFn) (*AddNsSubcriptionsResponse, error)

func (*ClientWithResponses) AddNsconfigtemplateWithBodyWithResponse

func (c *ClientWithResponses) AddNsconfigtemplateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddNsconfigtemplateResponse, error)

AddNsconfigtemplateWithBodyWithResponse request with arbitrary body returning *AddNsconfigtemplateResponse

func (*ClientWithResponses) AddNsconfigtemplateWithResponse

func (c *ClientWithResponses) AddNsconfigtemplateWithResponse(ctx context.Context, body AddNsconfigtemplateJSONRequestBody, reqEditors ...RequestEditorFn) (*AddNsconfigtemplateResponse, error)

func (*ClientWithResponses) AddOKAPackageWithBodyWithResponse

func (c *ClientWithResponses) AddOKAPackageWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddOKAPackageResponse, error)

AddOKAPackageWithBodyWithResponse request with arbitrary body returning *AddOKAPackageResponse

func (*ClientWithResponses) AddRemoveAppProfileWithBodyWithResponse

func (c *ClientWithResponses) AddRemoveAppProfileWithBodyWithResponse(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddRemoveAppProfileResponse, error)

AddRemoveAppProfileWithBodyWithResponse request with arbitrary body returning *AddRemoveAppProfileResponse

func (*ClientWithResponses) AddRemoveAppProfileWithResponse

func (c *ClientWithResponses) AddRemoveAppProfileWithResponse(ctx context.Context, clusterId string, body AddRemoveAppProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*AddRemoveAppProfileResponse, error)

func (*ClientWithResponses) AddVnfPkgWithBodyWithResponse

func (c *ClientWithResponses) AddVnfPkgWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddVnfPkgResponse, error)

AddVnfPkgWithBodyWithResponse request with arbitrary body returning *AddVnfPkgResponse

func (*ClientWithResponses) AddVnfPkgWithResponse

func (c *ClientWithResponses) AddVnfPkgWithResponse(ctx context.Context, body AddVnfPkgJSONRequestBody, reqEditors ...RequestEditorFn) (*AddVnfPkgResponse, error)

func (*ClientWithResponses) AddremoveInfraConfigProfileWithBodyWithResponse

func (c *ClientWithResponses) AddremoveInfraConfigProfileWithBodyWithResponse(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddremoveInfraConfigProfileResponse, error)

AddremoveInfraConfigProfileWithBodyWithResponse request with arbitrary body returning *AddremoveInfraConfigProfileResponse

func (*ClientWithResponses) AddremoveInfraConfigProfileWithResponse

func (c *ClientWithResponses) AddremoveInfraConfigProfileWithResponse(ctx context.Context, clusterId string, body AddremoveInfraConfigProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*AddremoveInfraConfigProfileResponse, error)

func (*ClientWithResponses) AddremoveInfraControllerProfileWithBodyWithResponse

func (c *ClientWithResponses) AddremoveInfraControllerProfileWithBodyWithResponse(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddremoveInfraControllerProfileResponse, error)

AddremoveInfraControllerProfileWithBodyWithResponse request with arbitrary body returning *AddremoveInfraControllerProfileResponse

func (*ClientWithResponses) AddremoveInfraControllerProfileWithResponse

func (c *ClientWithResponses) AddremoveInfraControllerProfileWithResponse(ctx context.Context, clusterId string, body AddremoveInfraControllerProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*AddremoveInfraControllerProfileResponse, error)

func (*ClientWithResponses) AddremoveResourceProfileWithBodyWithResponse

func (c *ClientWithResponses) AddremoveResourceProfileWithBodyWithResponse(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddremoveResourceProfileResponse, error)

AddremoveResourceProfileWithBodyWithResponse request with arbitrary body returning *AddremoveResourceProfileResponse

func (*ClientWithResponses) AddremoveResourceProfileWithResponse

func (c *ClientWithResponses) AddremoveResourceProfileWithResponse(ctx context.Context, clusterId string, body AddremoveResourceProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*AddremoveResourceProfileResponse, error)

func (*ClientWithResponses) CancelNSLCMOpOccWithBodyWithResponse

func (c *ClientWithResponses) CancelNSLCMOpOccWithBodyWithResponse(ctx context.Context, nsLcmOpOccId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CancelNSLCMOpOccResponse, error)

CancelNSLCMOpOccWithBodyWithResponse request with arbitrary body returning *CancelNSLCMOpOccResponse

func (*ClientWithResponses) CancelNSLCMOpOccWithResponse

func (c *ClientWithResponses) CancelNSLCMOpOccWithResponse(ctx context.Context, nsLcmOpOccId string, body CancelNSLCMOpOccJSONRequestBody, reqEditors ...RequestEditorFn) (*CancelNSLCMOpOccResponse, error)

func (*ClientWithResponses) CloneKSUWithBodyWithResponse

func (c *ClientWithResponses) CloneKSUWithBodyWithResponse(ctx context.Context, ksuId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CloneKSUResponse, error)

CloneKSUWithBodyWithResponse request with arbitrary body returning *CloneKSUResponse

func (*ClientWithResponses) CloneKSUWithResponse

func (c *ClientWithResponses) CloneKSUWithResponse(ctx context.Context, ksuId string, body CloneKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*CloneKSUResponse, error)

func (*ClientWithResponses) CreateAppProfileWithBodyWithResponse

func (c *ClientWithResponses) CreateAppProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAppProfileResponse, error)

CreateAppProfileWithBodyWithResponse request with arbitrary body returning *CreateAppProfileResponse

func (*ClientWithResponses) CreateAppProfileWithResponse

func (c *ClientWithResponses) CreateAppProfileWithResponse(ctx context.Context, body CreateAppProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAppProfileResponse, error)

func (*ClientWithResponses) CreateInfraConfigProfileWithBodyWithResponse

func (c *ClientWithResponses) CreateInfraConfigProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateInfraConfigProfileResponse, error)

CreateInfraConfigProfileWithBodyWithResponse request with arbitrary body returning *CreateInfraConfigProfileResponse

func (*ClientWithResponses) CreateInfraConfigProfileWithResponse

func (c *ClientWithResponses) CreateInfraConfigProfileWithResponse(ctx context.Context, body CreateInfraConfigProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateInfraConfigProfileResponse, error)

func (*ClientWithResponses) CreateInfraControllerProfileWithBodyWithResponse

func (c *ClientWithResponses) CreateInfraControllerProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateInfraControllerProfileResponse, error)

CreateInfraControllerProfileWithBodyWithResponse request with arbitrary body returning *CreateInfraControllerProfileResponse

func (*ClientWithResponses) CreateInfraControllerProfileWithResponse

func (c *ClientWithResponses) CreateInfraControllerProfileWithResponse(ctx context.Context, body CreateInfraControllerProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateInfraControllerProfileResponse, error)

func (*ClientWithResponses) CreateK8sClusterWithBodyWithResponse

func (c *ClientWithResponses) CreateK8sClusterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateK8sClusterResponse, error)

CreateK8sClusterWithBodyWithResponse request with arbitrary body returning *CreateK8sClusterResponse

func (*ClientWithResponses) CreateK8sClusterWithResponse

func (c *ClientWithResponses) CreateK8sClusterWithResponse(ctx context.Context, body CreateK8sClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateK8sClusterResponse, error)

func (*ClientWithResponses) CreateK8sRepoWithBodyWithResponse

func (c *ClientWithResponses) CreateK8sRepoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateK8sRepoResponse, error)

CreateK8sRepoWithBodyWithResponse request with arbitrary body returning *CreateK8sRepoResponse

func (*ClientWithResponses) CreateK8sRepoWithResponse

func (c *ClientWithResponses) CreateK8sRepoWithResponse(ctx context.Context, body CreateK8sRepoJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateK8sRepoResponse, error)

func (*ClientWithResponses) CreateNSIContentWithBodyWithResponse

func (c *ClientWithResponses) CreateNSIContentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNSIContentResponse, error)

CreateNSIContentWithBodyWithResponse request with arbitrary body returning *CreateNSIContentResponse

func (*ClientWithResponses) CreateNSIContentWithResponse

func (c *ClientWithResponses) CreateNSIContentWithResponse(ctx context.Context, body CreateNSIContentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateNSIContentResponse, error)

func (*ClientWithResponses) CreateNSinstanceContentWithBodyWithResponse

func (c *ClientWithResponses) CreateNSinstanceContentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNSinstanceContentResponse, error)

CreateNSinstanceContentWithBodyWithResponse request with arbitrary body returning *CreateNSinstanceContentResponse

func (*ClientWithResponses) CreateNSinstanceContentWithResponse

func (c *ClientWithResponses) CreateNSinstanceContentWithResponse(ctx context.Context, body CreateNSinstanceContentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateNSinstanceContentResponse, error)

func (*ClientWithResponses) CreatePDUWithBodyWithResponse

func (c *ClientWithResponses) CreatePDUWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePDUResponse, error)

CreatePDUWithBodyWithResponse request with arbitrary body returning *CreatePDUResponse

func (*ClientWithResponses) CreatePDUWithResponse

func (c *ClientWithResponses) CreatePDUWithResponse(ctx context.Context, body CreatePDUJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePDUResponse, error)

func (*ClientWithResponses) CreateProjectWithBodyWithResponse

func (c *ClientWithResponses) CreateProjectWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateProjectResponse, error)

CreateProjectWithBodyWithResponse request with arbitrary body returning *CreateProjectResponse

func (*ClientWithResponses) CreateProjectWithResponse

func (c *ClientWithResponses) CreateProjectWithResponse(ctx context.Context, body CreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateProjectResponse, error)

func (*ClientWithResponses) CreateResourceProfileWithBodyWithResponse

func (c *ClientWithResponses) CreateResourceProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateResourceProfileResponse, error)

CreateResourceProfileWithBodyWithResponse request with arbitrary body returning *CreateResourceProfileResponse

func (*ClientWithResponses) CreateResourceProfileWithResponse

func (c *ClientWithResponses) CreateResourceProfileWithResponse(ctx context.Context, body CreateResourceProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateResourceProfileResponse, error)

func (*ClientWithResponses) CreateRoleWithBodyWithResponse

func (c *ClientWithResponses) CreateRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRoleResponse, error)

CreateRoleWithBodyWithResponse request with arbitrary body returning *CreateRoleResponse

func (*ClientWithResponses) CreateRoleWithResponse

func (c *ClientWithResponses) CreateRoleWithResponse(ctx context.Context, body CreateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRoleResponse, error)

func (*ClientWithResponses) CreateSDNWithBodyWithResponse

func (c *ClientWithResponses) CreateSDNWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSDNResponse, error)

CreateSDNWithBodyWithResponse request with arbitrary body returning *CreateSDNResponse

func (*ClientWithResponses) CreateSDNWithResponse

func (c *ClientWithResponses) CreateSDNWithResponse(ctx context.Context, body CreateSDNJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSDNResponse, error)

func (*ClientWithResponses) CreateTokenWithBodyWithResponse

func (c *ClientWithResponses) CreateTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTokenResponse, error)

CreateTokenWithBodyWithResponse request with arbitrary body returning *CreateTokenResponse

func (*ClientWithResponses) CreateTokenWithResponse

func (c *ClientWithResponses) CreateTokenWithResponse(ctx context.Context, body CreateTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTokenResponse, error)

func (*ClientWithResponses) CreateUserWithBodyWithResponse

func (c *ClientWithResponses) CreateUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)

CreateUserWithBodyWithResponse request with arbitrary body returning *CreateUserResponse

func (*ClientWithResponses) CreateUserWithResponse

func (c *ClientWithResponses) CreateUserWithResponse(ctx context.Context, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)

func (*ClientWithResponses) CreateVIMWithBodyWithResponse

func (c *ClientWithResponses) CreateVIMWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateVIMResponse, error)

CreateVIMWithBodyWithResponse request with arbitrary body returning *CreateVIMResponse

func (*ClientWithResponses) CreateVIMWithResponse

func (c *ClientWithResponses) CreateVIMWithResponse(ctx context.Context, body CreateVIMJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateVIMResponse, error)

func (*ClientWithResponses) CreateVcaWithBodyWithResponse

func (c *ClientWithResponses) CreateVcaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateVcaResponse, error)

CreateVcaWithBodyWithResponse request with arbitrary body returning *CreateVcaResponse

func (*ClientWithResponses) CreateVcaWithResponse

func (c *ClientWithResponses) CreateVcaWithResponse(ctx context.Context, body CreateVcaJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateVcaResponse, error)

func (*ClientWithResponses) CreateVimAccountWithBodyWithResponse

func (c *ClientWithResponses) CreateVimAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateVimAccountResponse, error)

CreateVimAccountWithBodyWithResponse request with arbitrary body returning *CreateVimAccountResponse

func (*ClientWithResponses) CreateVimAccountWithResponse

func (c *ClientWithResponses) CreateVimAccountWithResponse(ctx context.Context, body CreateVimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateVimAccountResponse, error)

func (*ClientWithResponses) CreateWimAccountWithBodyWithResponse

func (c *ClientWithResponses) CreateWimAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWimAccountResponse, error)

CreateWimAccountWithBodyWithResponse request with arbitrary body returning *CreateWimAccountResponse

func (*ClientWithResponses) CreateWimAccountWithResponse

func (c *ClientWithResponses) CreateWimAccountWithResponse(ctx context.Context, body CreateWimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWimAccountResponse, error)

func (*ClientWithResponses) Createk8sClusterWithBodyWithResponse

func (c *ClientWithResponses) Createk8sClusterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*Createk8sClusterResponse, error)

Createk8sClusterWithBodyWithResponse request with arbitrary body returning *Createk8sClusterResponse

func (*ClientWithResponses) Createk8sClusterWithResponse

func (c *ClientWithResponses) Createk8sClusterWithResponse(ctx context.Context, body Createk8sClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*Createk8sClusterResponse, error)

func (*ClientWithResponses) DeleteAppProfileWithResponse

func (c *ClientWithResponses) DeleteAppProfileWithResponse(ctx context.Context, appProfileId string, reqEditors ...RequestEditorFn) (*DeleteAppProfileResponse, error)

DeleteAppProfileWithResponse request returning *DeleteAppProfileResponse

func (*ClientWithResponses) DeleteAuthTokenWithResponse

func (c *ClientWithResponses) DeleteAuthTokenWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeleteAuthTokenResponse, error)

DeleteAuthTokenWithResponse request returning *DeleteAuthTokenResponse

func (*ClientWithResponses) DeleteInfraConfigProfileWithResponse

func (c *ClientWithResponses) DeleteInfraConfigProfileWithResponse(ctx context.Context, infraConfigProfileId string, reqEditors ...RequestEditorFn) (*DeleteInfraConfigProfileResponse, error)

DeleteInfraConfigProfileWithResponse request returning *DeleteInfraConfigProfileResponse

func (*ClientWithResponses) DeleteInfraControllerProfileWithResponse

func (c *ClientWithResponses) DeleteInfraControllerProfileWithResponse(ctx context.Context, infraControllerProfileId string, reqEditors ...RequestEditorFn) (*DeleteInfraControllerProfileResponse, error)

DeleteInfraControllerProfileWithResponse request returning *DeleteInfraControllerProfileResponse

func (*ClientWithResponses) DeleteK8sClusterWithResponse

func (c *ClientWithResponses) DeleteK8sClusterWithResponse(ctx context.Context, k8sClusterId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteK8sClusterResponse, error)

DeleteK8sClusterWithResponse request returning *DeleteK8sClusterResponse

func (*ClientWithResponses) DeleteK8sRepoWithResponse

func (c *ClientWithResponses) DeleteK8sRepoWithResponse(ctx context.Context, k8sRepoId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteK8sRepoResponse, error)

DeleteK8sRepoWithResponse request returning *DeleteK8sRepoResponse

func (*ClientWithResponses) DeleteKSUWithResponse

func (c *ClientWithResponses) DeleteKSUWithResponse(ctx context.Context, ksuId string, reqEditors ...RequestEditorFn) (*DeleteKSUResponse, error)

DeleteKSUWithResponse request returning *DeleteKSUResponse

func (*ClientWithResponses) DeleteMultipleKSUWithBodyWithResponse

func (c *ClientWithResponses) DeleteMultipleKSUWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteMultipleKSUResponse, error)

DeleteMultipleKSUWithBodyWithResponse request with arbitrary body returning *DeleteMultipleKSUResponse

func (*ClientWithResponses) DeleteMultipleKSUWithResponse

func (c *ClientWithResponses) DeleteMultipleKSUWithResponse(ctx context.Context, body DeleteMultipleKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteMultipleKSUResponse, error)

func (*ClientWithResponses) DeleteNSDWithResponse

func (c *ClientWithResponses) DeleteNSDWithResponse(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*DeleteNSDResponse, error)

DeleteNSDWithResponse request returning *DeleteNSDResponse

func (*ClientWithResponses) DeleteNSIContentWithResponse

func (c *ClientWithResponses) DeleteNSIContentWithResponse(ctx context.Context, netsliceInstanceContentId string, reqEditors ...RequestEditorFn) (*DeleteNSIContentResponse, error)

DeleteNSIContentWithResponse request returning *DeleteNSIContentResponse

func (*ClientWithResponses) DeleteNSIWithResponse

func (c *ClientWithResponses) DeleteNSIWithResponse(ctx context.Context, netsliceInstanceId string, reqEditors ...RequestEditorFn) (*DeleteNSIResponse, error)

DeleteNSIWithResponse request returning *DeleteNSIResponse

func (*ClientWithResponses) DeleteNSPkgsIdContentWithResponse

func (c *ClientWithResponses) DeleteNSPkgsIdContentWithResponse(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*DeleteNSPkgsIdContentResponse, error)

DeleteNSPkgsIdContentWithResponse request returning *DeleteNSPkgsIdContentResponse

func (*ClientWithResponses) DeleteNSTWithResponse

func (c *ClientWithResponses) DeleteNSTWithResponse(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*DeleteNSTResponse, error)

DeleteNSTWithResponse request returning *DeleteNSTResponse

func (*ClientWithResponses) DeleteNSinstanceContentWithResponse

func (c *ClientWithResponses) DeleteNSinstanceContentWithResponse(ctx context.Context, nsInstanceContentId string, reqEditors ...RequestEditorFn) (*DeleteNSinstanceContentResponse, error)

DeleteNSinstanceContentWithResponse request returning *DeleteNSinstanceContentResponse

func (*ClientWithResponses) DeleteNSinstanceWithResponse

func (c *ClientWithResponses) DeleteNSinstanceWithResponse(ctx context.Context, nsInstanceId string, params *DeleteNSinstanceParams, reqEditors ...RequestEditorFn) (*DeleteNSinstanceResponse, error)

DeleteNSinstanceWithResponse request returning *DeleteNSinstanceResponse

func (*ClientWithResponses) DeleteNsSubcriptionIdWithResponse

func (c *ClientWithResponses) DeleteNsSubcriptionIdWithResponse(ctx context.Context, nsSubscriptionsId string, reqEditors ...RequestEditorFn) (*DeleteNsSubcriptionIdResponse, error)

DeleteNsSubcriptionIdWithResponse request returning *DeleteNsSubcriptionIdResponse

func (*ClientWithResponses) DeleteNsconfigtemplateWithResponse

func (c *ClientWithResponses) DeleteNsconfigtemplateWithResponse(ctx context.Context, nsconfigTemplateId string, reqEditors ...RequestEditorFn) (*DeleteNsconfigtemplateResponse, error)

DeleteNsconfigtemplateWithResponse request returning *DeleteNsconfigtemplateResponse

func (*ClientWithResponses) DeleteNstIdContentWithResponse

func (c *ClientWithResponses) DeleteNstIdContentWithResponse(ctx context.Context, netsliceTemplateContentId string, reqEditors ...RequestEditorFn) (*DeleteNstIdContentResponse, error)

DeleteNstIdContentWithResponse request returning *DeleteNstIdContentResponse

func (*ClientWithResponses) DeleteOKAPackageWithResponse

func (c *ClientWithResponses) DeleteOKAPackageWithResponse(ctx context.Context, okaPkgId string, reqEditors ...RequestEditorFn) (*DeleteOKAPackageResponse, error)

DeleteOKAPackageWithResponse request returning *DeleteOKAPackageResponse

func (*ClientWithResponses) DeletePDUWithResponse

func (c *ClientWithResponses) DeletePDUWithResponse(ctx context.Context, pduDescriptorId string, reqEditors ...RequestEditorFn) (*DeletePDUResponse, error)

DeletePDUWithResponse request returning *DeletePDUResponse

func (*ClientWithResponses) DeleteProjectWithResponse

func (c *ClientWithResponses) DeleteProjectWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*DeleteProjectResponse, error)

DeleteProjectWithResponse request returning *DeleteProjectResponse

func (*ClientWithResponses) DeleteResourceProfileWithResponse

func (c *ClientWithResponses) DeleteResourceProfileWithResponse(ctx context.Context, resourceProfileId string, reqEditors ...RequestEditorFn) (*DeleteResourceProfileResponse, error)

DeleteResourceProfileWithResponse request returning *DeleteResourceProfileResponse

func (*ClientWithResponses) DeleteRoleWithResponse

func (c *ClientWithResponses) DeleteRoleWithResponse(ctx context.Context, roleId string, reqEditors ...RequestEditorFn) (*DeleteRoleResponse, error)

DeleteRoleWithResponse request returning *DeleteRoleResponse

func (*ClientWithResponses) DeleteSDNWithResponse

func (c *ClientWithResponses) DeleteSDNWithResponse(ctx context.Context, sdnId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteSDNResponse, error)

DeleteSDNWithResponse request returning *DeleteSDNResponse

func (*ClientWithResponses) DeleteTokenWithResponse

func (c *ClientWithResponses) DeleteTokenWithResponse(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*DeleteTokenResponse, error)

DeleteTokenWithResponse request returning *DeleteTokenResponse

func (*ClientWithResponses) DeleteUserWithResponse

func (c *ClientWithResponses) DeleteUserWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*DeleteUserResponse, error)

DeleteUserWithResponse request returning *DeleteUserResponse

func (*ClientWithResponses) DeleteVIMWithResponse

func (c *ClientWithResponses) DeleteVIMWithResponse(ctx context.Context, vimId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteVIMResponse, error)

DeleteVIMWithResponse request returning *DeleteVIMResponse

func (*ClientWithResponses) DeleteVcaWithResponse

func (c *ClientWithResponses) DeleteVcaWithResponse(ctx context.Context, vcaId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteVcaResponse, error)

DeleteVcaWithResponse request returning *DeleteVcaResponse

func (*ClientWithResponses) DeleteVimAccountWithResponse

func (c *ClientWithResponses) DeleteVimAccountWithResponse(ctx context.Context, vimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteVimAccountResponse, error)

DeleteVimAccountWithResponse request returning *DeleteVimAccountResponse

func (*ClientWithResponses) DeleteVnfPkgWithResponse

func (c *ClientWithResponses) DeleteVnfPkgWithResponse(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*DeleteVnfPkgResponse, error)

DeleteVnfPkgWithResponse request returning *DeleteVnfPkgResponse

func (*ClientWithResponses) DeleteVnfPkgsIdContentWithResponse

func (c *ClientWithResponses) DeleteVnfPkgsIdContentWithResponse(ctx context.Context, packageContentId string, reqEditors ...RequestEditorFn) (*DeleteVnfPkgsIdContentResponse, error)

DeleteVnfPkgsIdContentWithResponse request returning *DeleteVnfPkgsIdContentResponse

func (*ClientWithResponses) DeleteWimAccountWithResponse

func (c *ClientWithResponses) DeleteWimAccountWithResponse(ctx context.Context, wimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteWimAccountResponse, error)

DeleteWimAccountWithResponse request returning *DeleteWimAccountResponse

func (*ClientWithResponses) Deletek8sClusterWithResponse

func (c *ClientWithResponses) Deletek8sClusterWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*Deletek8sClusterResponse, error)

Deletek8sClusterWithResponse request returning *Deletek8sClusterResponse

func (*ClientWithResponses) EditK8sClusterWithBodyWithResponse

func (c *ClientWithResponses) EditK8sClusterWithBodyWithResponse(ctx context.Context, k8sClusterId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditK8sClusterResponse, error)

EditK8sClusterWithBodyWithResponse request with arbitrary body returning *EditK8sClusterResponse

func (*ClientWithResponses) EditK8sClusterWithResponse

func (c *ClientWithResponses) EditK8sClusterWithResponse(ctx context.Context, k8sClusterId openapi_types.UUID, body EditK8sClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*EditK8sClusterResponse, error)

func (*ClientWithResponses) EditPDUWithBodyWithResponse

func (c *ClientWithResponses) EditPDUWithBodyWithResponse(ctx context.Context, pduDescriptorId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditPDUResponse, error)

EditPDUWithBodyWithResponse request with arbitrary body returning *EditPDUResponse

func (*ClientWithResponses) EditPDUWithResponse

func (c *ClientWithResponses) EditPDUWithResponse(ctx context.Context, pduDescriptorId string, body EditPDUJSONRequestBody, reqEditors ...RequestEditorFn) (*EditPDUResponse, error)

func (*ClientWithResponses) EditProjectWithBodyWithResponse

func (c *ClientWithResponses) EditProjectWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditProjectResponse, error)

EditProjectWithBodyWithResponse request with arbitrary body returning *EditProjectResponse

func (*ClientWithResponses) EditProjectWithResponse

func (c *ClientWithResponses) EditProjectWithResponse(ctx context.Context, projectId string, body EditProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*EditProjectResponse, error)

func (*ClientWithResponses) EditRoleWithBodyWithResponse

func (c *ClientWithResponses) EditRoleWithBodyWithResponse(ctx context.Context, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditRoleResponse, error)

EditRoleWithBodyWithResponse request with arbitrary body returning *EditRoleResponse

func (*ClientWithResponses) EditRoleWithResponse

func (c *ClientWithResponses) EditRoleWithResponse(ctx context.Context, roleId string, body EditRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*EditRoleResponse, error)

func (*ClientWithResponses) EditSDNWithBodyWithResponse

func (c *ClientWithResponses) EditSDNWithBodyWithResponse(ctx context.Context, sdnId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditSDNResponse, error)

EditSDNWithBodyWithResponse request with arbitrary body returning *EditSDNResponse

func (*ClientWithResponses) EditSDNWithResponse

func (c *ClientWithResponses) EditSDNWithResponse(ctx context.Context, sdnId openapi_types.UUID, body EditSDNJSONRequestBody, reqEditors ...RequestEditorFn) (*EditSDNResponse, error)

func (*ClientWithResponses) EditUserWithBodyWithResponse

func (c *ClientWithResponses) EditUserWithBodyWithResponse(ctx context.Context, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditUserResponse, error)

EditUserWithBodyWithResponse request with arbitrary body returning *EditUserResponse

func (*ClientWithResponses) EditUserWithResponse

func (c *ClientWithResponses) EditUserWithResponse(ctx context.Context, userId string, body EditUserJSONRequestBody, reqEditors ...RequestEditorFn) (*EditUserResponse, error)

func (*ClientWithResponses) EditVIMWithBodyWithResponse

func (c *ClientWithResponses) EditVIMWithBodyWithResponse(ctx context.Context, vimId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditVIMResponse, error)

EditVIMWithBodyWithResponse request with arbitrary body returning *EditVIMResponse

func (*ClientWithResponses) EditVIMWithResponse

func (c *ClientWithResponses) EditVIMWithResponse(ctx context.Context, vimId openapi_types.UUID, body EditVIMJSONRequestBody, reqEditors ...RequestEditorFn) (*EditVIMResponse, error)

func (*ClientWithResponses) EditVcaWithBodyWithResponse

func (c *ClientWithResponses) EditVcaWithBodyWithResponse(ctx context.Context, vcaId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditVcaResponse, error)

EditVcaWithBodyWithResponse request with arbitrary body returning *EditVcaResponse

func (*ClientWithResponses) EditVcaWithResponse

func (c *ClientWithResponses) EditVcaWithResponse(ctx context.Context, vcaId openapi_types.UUID, body EditVcaJSONRequestBody, reqEditors ...RequestEditorFn) (*EditVcaResponse, error)

func (*ClientWithResponses) EditVimAccountWithBodyWithResponse

func (c *ClientWithResponses) EditVimAccountWithBodyWithResponse(ctx context.Context, vimAccountId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditVimAccountResponse, error)

EditVimAccountWithBodyWithResponse request with arbitrary body returning *EditVimAccountResponse

func (*ClientWithResponses) EditVimAccountWithResponse

func (c *ClientWithResponses) EditVimAccountWithResponse(ctx context.Context, vimAccountId openapi_types.UUID, body EditVimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*EditVimAccountResponse, error)

func (*ClientWithResponses) EditWimAccountWithBodyWithResponse

func (c *ClientWithResponses) EditWimAccountWithBodyWithResponse(ctx context.Context, wimAccountId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditWimAccountResponse, error)

EditWimAccountWithBodyWithResponse request with arbitrary body returning *EditWimAccountResponse

func (*ClientWithResponses) EditWimAccountWithResponse

func (c *ClientWithResponses) EditWimAccountWithResponse(ctx context.Context, wimAccountId openapi_types.UUID, body EditWimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*EditWimAccountResponse, error)

func (*ClientWithResponses) GetAlarmWithResponse

func (c *ClientWithResponses) GetAlarmWithResponse(ctx context.Context, uuid string, reqEditors ...RequestEditorFn) (*GetAlarmResponse, error)

GetAlarmWithResponse request returning *GetAlarmResponse

func (*ClientWithResponses) GetAlarmsWithResponse

func (c *ClientWithResponses) GetAlarmsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAlarmsResponse, error)

GetAlarmsWithResponse request returning *GetAlarmsResponse

func (*ClientWithResponses) GetAppProfileWithResponse

func (c *ClientWithResponses) GetAppProfileWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*GetAppProfileResponse, error)

GetAppProfileWithResponse request returning *GetAppProfileResponse

func (*ClientWithResponses) GetCredsWithResponse

func (c *ClientWithResponses) GetCredsWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*GetCredsResponse, error)

GetCredsWithResponse request returning *GetCredsResponse

func (*ClientWithResponses) GetInfraConfigProfileWithResponse

func (c *ClientWithResponses) GetInfraConfigProfileWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*GetInfraConfigProfileResponse, error)

GetInfraConfigProfileWithResponse request returning *GetInfraConfigProfileResponse

func (*ClientWithResponses) GetInfraControllerProfileWithResponse

func (c *ClientWithResponses) GetInfraControllerProfileWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*GetInfraControllerProfileResponse, error)

GetInfraControllerProfileWithResponse request returning *GetInfraControllerProfileResponse

func (*ClientWithResponses) GetK8sClusterWithResponse

func (c *ClientWithResponses) GetK8sClusterWithResponse(ctx context.Context, k8sClusterId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetK8sClusterResponse, error)

GetK8sClusterWithResponse request returning *GetK8sClusterResponse

func (*ClientWithResponses) GetK8sClustersWithResponse

func (c *ClientWithResponses) GetK8sClustersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetK8sClustersResponse, error)

GetK8sClustersWithResponse request returning *GetK8sClustersResponse

func (*ClientWithResponses) GetK8sRepoWithResponse

func (c *ClientWithResponses) GetK8sRepoWithResponse(ctx context.Context, k8sRepoId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetK8sRepoResponse, error)

GetK8sRepoWithResponse request returning *GetK8sRepoResponse

func (*ClientWithResponses) GetK8sReposWithResponse

func (c *ClientWithResponses) GetK8sReposWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetK8sReposResponse, error)

GetK8sReposWithResponse request returning *GetK8sReposResponse

func (*ClientWithResponses) GetKSUWithResponse

func (c *ClientWithResponses) GetKSUWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetKSUResponse, error)

GetKSUWithResponse request returning *GetKSUResponse

func (*ClientWithResponses) GetNSDWithResponse

func (c *ClientWithResponses) GetNSDWithResponse(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*GetNSDResponse, error)

GetNSDWithResponse request returning *GetNSDResponse

func (*ClientWithResponses) GetNSDcontentWithResponse

func (c *ClientWithResponses) GetNSDcontentWithResponse(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*GetNSDcontentResponse, error)

GetNSDcontentWithResponse request returning *GetNSDcontentResponse

func (*ClientWithResponses) GetNSDsWithResponse

func (c *ClientWithResponses) GetNSDsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSDsResponse, error)

GetNSDsWithResponse request returning *GetNSDsResponse

func (*ClientWithResponses) GetNSIContentWithResponse

func (c *ClientWithResponses) GetNSIContentWithResponse(ctx context.Context, netsliceInstanceContentId string, reqEditors ...RequestEditorFn) (*GetNSIContentResponse, error)

GetNSIContentWithResponse request returning *GetNSIContentResponse

func (*ClientWithResponses) GetNSIWithResponse

func (c *ClientWithResponses) GetNSIWithResponse(ctx context.Context, netsliceInstanceId string, reqEditors ...RequestEditorFn) (*GetNSIResponse, error)

GetNSIWithResponse request returning *GetNSIResponse

func (*ClientWithResponses) GetNSIsContentWithResponse

func (c *ClientWithResponses) GetNSIsContentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSIsContentResponse, error)

GetNSIsContentWithResponse request returning *GetNSIsContentResponse

func (*ClientWithResponses) GetNSIsWithResponse

func (c *ClientWithResponses) GetNSIsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSIsResponse, error)

GetNSIsWithResponse request returning *GetNSIsResponse

func (*ClientWithResponses) GetNSLCMOpOccWithResponse

func (c *ClientWithResponses) GetNSLCMOpOccWithResponse(ctx context.Context, nsLcmOpOccId string, reqEditors ...RequestEditorFn) (*GetNSLCMOpOccResponse, error)

GetNSLCMOpOccWithResponse request returning *GetNSLCMOpOccResponse

func (*ClientWithResponses) GetNSLCMOpOccsWithResponse

func (c *ClientWithResponses) GetNSLCMOpOccsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSLCMOpOccsResponse, error)

GetNSLCMOpOccsWithResponse request returning *GetNSLCMOpOccsResponse

func (*ClientWithResponses) GetNSTWithResponse

func (c *ClientWithResponses) GetNSTWithResponse(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*GetNSTResponse, error)

GetNSTWithResponse request returning *GetNSTResponse

func (*ClientWithResponses) GetNSTcontentWithResponse

func (c *ClientWithResponses) GetNSTcontentWithResponse(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*GetNSTcontentResponse, error)

GetNSTcontentWithResponse request returning *GetNSTcontentResponse

func (*ClientWithResponses) GetNSTsWithResponse

func (c *ClientWithResponses) GetNSTsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSTsResponse, error)

GetNSTsWithResponse request returning *GetNSTsResponse

func (*ClientWithResponses) GetNSinstanceContentWithResponse

func (c *ClientWithResponses) GetNSinstanceContentWithResponse(ctx context.Context, nsInstanceContentId string, reqEditors ...RequestEditorFn) (*GetNSinstanceContentResponse, error)

GetNSinstanceContentWithResponse request returning *GetNSinstanceContentResponse

func (*ClientWithResponses) GetNSinstanceWithResponse

func (c *ClientWithResponses) GetNSinstanceWithResponse(ctx context.Context, nsInstanceId string, params *GetNSinstanceParams, reqEditors ...RequestEditorFn) (*GetNSinstanceResponse, error)

GetNSinstanceWithResponse request returning *GetNSinstanceResponse

func (*ClientWithResponses) GetNSinstancesContentWithResponse

func (c *ClientWithResponses) GetNSinstancesContentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSinstancesContentResponse, error)

GetNSinstancesContentWithResponse request returning *GetNSinstancesContentResponse

func (*ClientWithResponses) GetNSinstancesWithResponse

func (c *ClientWithResponses) GetNSinstancesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSinstancesResponse, error)

GetNSinstancesWithResponse request returning *GetNSinstancesResponse

func (*ClientWithResponses) GetNsPkgArtifactWithResponse

func (c *ClientWithResponses) GetNsPkgArtifactWithResponse(ctx context.Context, nsdInfoId string, artifactPath string, reqEditors ...RequestEditorFn) (*GetNsPkgArtifactResponse, error)

GetNsPkgArtifactWithResponse request returning *GetNsPkgArtifactResponse

func (*ClientWithResponses) GetNsPkgNsdWithResponse

func (c *ClientWithResponses) GetNsPkgNsdWithResponse(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*GetNsPkgNsdResponse, error)

GetNsPkgNsdWithResponse request returning *GetNsPkgNsdResponse

func (*ClientWithResponses) GetNsPkgsContentWithResponse

func (c *ClientWithResponses) GetNsPkgsContentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNsPkgsContentResponse, error)

GetNsPkgsContentWithResponse request returning *GetNsPkgsContentResponse

func (*ClientWithResponses) GetNsPkgsIdContentWithResponse

func (c *ClientWithResponses) GetNsPkgsIdContentWithResponse(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*GetNsPkgsIdContentResponse, error)

GetNsPkgsIdContentWithResponse request returning *GetNsPkgsIdContentResponse

func (*ClientWithResponses) GetNsPmJobReportWithResponse

func (c *ClientWithResponses) GetNsPmJobReportWithResponse(ctx context.Context, pmJobId string, nsId string, reqEditors ...RequestEditorFn) (*GetNsPmJobReportResponse, error)

GetNsPmJobReportWithResponse request returning *GetNsPmJobReportResponse

func (*ClientWithResponses) GetNsSubcriptionIdWithResponse

func (c *ClientWithResponses) GetNsSubcriptionIdWithResponse(ctx context.Context, nsSubscriptionsId string, reqEditors ...RequestEditorFn) (*GetNsSubcriptionIdResponse, error)

GetNsSubcriptionIdWithResponse request returning *GetNsSubcriptionIdResponse

func (*ClientWithResponses) GetNsSubcriptionsWithResponse

func (c *ClientWithResponses) GetNsSubcriptionsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNsSubcriptionsResponse, error)

GetNsSubcriptionsWithResponse request returning *GetNsSubcriptionsResponse

func (*ClientWithResponses) GetNsconfigtemplateWithResponse

func (c *ClientWithResponses) GetNsconfigtemplateWithResponse(ctx context.Context, nsconfigTemplateId string, reqEditors ...RequestEditorFn) (*GetNsconfigtemplateResponse, error)

GetNsconfigtemplateWithResponse request returning *GetNsconfigtemplateResponse

func (*ClientWithResponses) GetNsconfigtemplatesWithResponse

func (c *ClientWithResponses) GetNsconfigtemplatesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNsconfigtemplatesResponse, error)

GetNsconfigtemplatesWithResponse request returning *GetNsconfigtemplatesResponse

func (*ClientWithResponses) GetNsiLcmOpOccWithResponse

func (c *ClientWithResponses) GetNsiLcmOpOccWithResponse(ctx context.Context, nsiLcmOpOccId string, reqEditors ...RequestEditorFn) (*GetNsiLcmOpOccResponse, error)

GetNsiLcmOpOccWithResponse request returning *GetNsiLcmOpOccResponse

func (*ClientWithResponses) GetNsiLcmOpOccsWithResponse

func (c *ClientWithResponses) GetNsiLcmOpOccsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNsiLcmOpOccsResponse, error)

GetNsiLcmOpOccsWithResponse request returning *GetNsiLcmOpOccsResponse

func (*ClientWithResponses) GetNstArtifactWithResponse

func (c *ClientWithResponses) GetNstArtifactWithResponse(ctx context.Context, netsliceTemplateId string, artifactPath string, reqEditors ...RequestEditorFn) (*GetNstArtifactResponse, error)

GetNstArtifactWithResponse request returning *GetNstArtifactResponse

func (*ClientWithResponses) GetNstContentWithResponse

func (c *ClientWithResponses) GetNstContentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNstContentResponse, error)

GetNstContentWithResponse request returning *GetNstContentResponse

func (*ClientWithResponses) GetNstIdContentWithResponse

func (c *ClientWithResponses) GetNstIdContentWithResponse(ctx context.Context, netsliceTemplateContentId string, reqEditors ...RequestEditorFn) (*GetNstIdContentResponse, error)

GetNstIdContentWithResponse request returning *GetNstIdContentResponse

func (*ClientWithResponses) GetNstNstWithResponse

func (c *ClientWithResponses) GetNstNstWithResponse(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*GetNstNstResponse, error)

GetNstNstWithResponse request returning *GetNstNstResponse

func (*ClientWithResponses) GetOKAPackageWithResponse

func (c *ClientWithResponses) GetOKAPackageWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetOKAPackageResponse, error)

GetOKAPackageWithResponse request returning *GetOKAPackageResponse

func (*ClientWithResponses) GetPDUWithResponse

func (c *ClientWithResponses) GetPDUWithResponse(ctx context.Context, pduDescriptorId string, reqEditors ...RequestEditorFn) (*GetPDUResponse, error)

GetPDUWithResponse request returning *GetPDUResponse

func (*ClientWithResponses) GetPDUsWithResponse

func (c *ClientWithResponses) GetPDUsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPDUsResponse, error)

GetPDUsWithResponse request returning *GetPDUsResponse

func (*ClientWithResponses) GetProjectWithResponse

func (c *ClientWithResponses) GetProjectWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*GetProjectResponse, error)

GetProjectWithResponse request returning *GetProjectResponse

func (*ClientWithResponses) GetProjectsWithResponse

func (c *ClientWithResponses) GetProjectsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetProjectsResponse, error)

GetProjectsWithResponse request returning *GetProjectsResponse

func (*ClientWithResponses) GetResourceProfileWithResponse

func (c *ClientWithResponses) GetResourceProfileWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*GetResourceProfileResponse, error)

GetResourceProfileWithResponse request returning *GetResourceProfileResponse

func (*ClientWithResponses) GetRoleWithResponse

func (c *ClientWithResponses) GetRoleWithResponse(ctx context.Context, roleId string, reqEditors ...RequestEditorFn) (*GetRoleResponse, error)

GetRoleWithResponse request returning *GetRoleResponse

func (*ClientWithResponses) GetRolesWithResponse

func (c *ClientWithResponses) GetRolesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRolesResponse, error)

GetRolesWithResponse request returning *GetRolesResponse

func (*ClientWithResponses) GetSDNWithResponse

func (c *ClientWithResponses) GetSDNWithResponse(ctx context.Context, sdnId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetSDNResponse, error)

GetSDNWithResponse request returning *GetSDNResponse

func (*ClientWithResponses) GetSDNsWithResponse

func (c *ClientWithResponses) GetSDNsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSDNsResponse, error)

GetSDNsWithResponse request returning *GetSDNsResponse

func (*ClientWithResponses) GetTemplatecontentWithResponse

func (c *ClientWithResponses) GetTemplatecontentWithResponse(ctx context.Context, nsconfigTemplateId string, reqEditors ...RequestEditorFn) (*GetTemplatecontentResponse, error)

GetTemplatecontentWithResponse request returning *GetTemplatecontentResponse

func (*ClientWithResponses) GetTokenWithResponse

func (c *ClientWithResponses) GetTokenWithResponse(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*GetTokenResponse, error)

GetTokenWithResponse request returning *GetTokenResponse

func (*ClientWithResponses) GetTokensWithResponse

func (c *ClientWithResponses) GetTokensWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTokensResponse, error)

GetTokensWithResponse request returning *GetTokensResponse

func (*ClientWithResponses) GetUserWithResponse

func (c *ClientWithResponses) GetUserWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*GetUserResponse, error)

GetUserWithResponse request returning *GetUserResponse

func (*ClientWithResponses) GetUsersWithResponse

func (c *ClientWithResponses) GetUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUsersResponse, error)

GetUsersWithResponse request returning *GetUsersResponse

func (*ClientWithResponses) GetVIMWithResponse

func (c *ClientWithResponses) GetVIMWithResponse(ctx context.Context, vimId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetVIMResponse, error)

GetVIMWithResponse request returning *GetVIMResponse

func (*ClientWithResponses) GetVIMsWithResponse

func (c *ClientWithResponses) GetVIMsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVIMsResponse, error)

GetVIMsWithResponse request returning *GetVIMsResponse

func (*ClientWithResponses) GetVcaWithResponse

func (c *ClientWithResponses) GetVcaWithResponse(ctx context.Context, vcaId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetVcaResponse, error)

GetVcaWithResponse request returning *GetVcaResponse

func (*ClientWithResponses) GetVcasWithResponse

func (c *ClientWithResponses) GetVcasWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVcasResponse, error)

GetVcasWithResponse request returning *GetVcasResponse

func (*ClientWithResponses) GetVimAccountWithResponse

func (c *ClientWithResponses) GetVimAccountWithResponse(ctx context.Context, vimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetVimAccountResponse, error)

GetVimAccountWithResponse request returning *GetVimAccountResponse

func (*ClientWithResponses) GetVimAccountsWithResponse

func (c *ClientWithResponses) GetVimAccountsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVimAccountsResponse, error)

GetVimAccountsWithResponse request returning *GetVimAccountsResponse

func (*ClientWithResponses) GetVnfInstanceWithResponse

func (c *ClientWithResponses) GetVnfInstanceWithResponse(ctx context.Context, vnfInstanceId string, reqEditors ...RequestEditorFn) (*GetVnfInstanceResponse, error)

GetVnfInstanceWithResponse request returning *GetVnfInstanceResponse

func (*ClientWithResponses) GetVnfInstancesWithResponse

func (c *ClientWithResponses) GetVnfInstancesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVnfInstancesResponse, error)

GetVnfInstancesWithResponse request returning *GetVnfInstancesResponse

func (*ClientWithResponses) GetVnfPkgArtifactWithResponse

func (c *ClientWithResponses) GetVnfPkgArtifactWithResponse(ctx context.Context, vnfPkgId string, artifactPath string, reqEditors ...RequestEditorFn) (*GetVnfPkgArtifactResponse, error)

GetVnfPkgArtifactWithResponse request returning *GetVnfPkgArtifactResponse

func (*ClientWithResponses) GetVnfPkgContentWithResponse

func (c *ClientWithResponses) GetVnfPkgContentWithResponse(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*GetVnfPkgContentResponse, error)

GetVnfPkgContentWithResponse request returning *GetVnfPkgContentResponse

func (*ClientWithResponses) GetVnfPkgVnfdWithResponse

func (c *ClientWithResponses) GetVnfPkgVnfdWithResponse(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*GetVnfPkgVnfdResponse, error)

GetVnfPkgVnfdWithResponse request returning *GetVnfPkgVnfdResponse

func (*ClientWithResponses) GetVnfPkgWithResponse

func (c *ClientWithResponses) GetVnfPkgWithResponse(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*GetVnfPkgResponse, error)

GetVnfPkgWithResponse request returning *GetVnfPkgResponse

func (*ClientWithResponses) GetVnfPkgsContentWithResponse

func (c *ClientWithResponses) GetVnfPkgsContentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVnfPkgsContentResponse, error)

GetVnfPkgsContentWithResponse request returning *GetVnfPkgsContentResponse

func (*ClientWithResponses) GetVnfPkgsIdContentWithResponse

func (c *ClientWithResponses) GetVnfPkgsIdContentWithResponse(ctx context.Context, packageContentId string, reqEditors ...RequestEditorFn) (*GetVnfPkgsIdContentResponse, error)

GetVnfPkgsIdContentWithResponse request returning *GetVnfPkgsIdContentResponse

func (*ClientWithResponses) GetVnfPkgsWithResponse

func (c *ClientWithResponses) GetVnfPkgsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVnfPkgsResponse, error)

GetVnfPkgsWithResponse request returning *GetVnfPkgsResponse

func (*ClientWithResponses) GetWimAccountWithResponse

func (c *ClientWithResponses) GetWimAccountWithResponse(ctx context.Context, wimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetWimAccountResponse, error)

GetWimAccountWithResponse request returning *GetWimAccountResponse

func (*ClientWithResponses) GetWimAccountsWithResponse

func (c *ClientWithResponses) GetWimAccountsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetWimAccountsResponse, error)

GetWimAccountsWithResponse request returning *GetWimAccountsResponse

func (*ClientWithResponses) HealNSinstanceWithBodyWithResponse

func (c *ClientWithResponses) HealNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HealNSinstanceResponse, error)

HealNSinstanceWithBodyWithResponse request with arbitrary body returning *HealNSinstanceResponse

func (*ClientWithResponses) HealNSinstanceWithResponse

func (c *ClientWithResponses) HealNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body HealNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*HealNSinstanceResponse, error)

func (*ClientWithResponses) InstantiateNSIWithBodyWithResponse

func (c *ClientWithResponses) InstantiateNSIWithBodyWithResponse(ctx context.Context, netsliceInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InstantiateNSIResponse, error)

InstantiateNSIWithBodyWithResponse request with arbitrary body returning *InstantiateNSIResponse

func (*ClientWithResponses) InstantiateNSIWithResponse

func (c *ClientWithResponses) InstantiateNSIWithResponse(ctx context.Context, netsliceInstanceId string, body InstantiateNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*InstantiateNSIResponse, error)

func (*ClientWithResponses) InstantiateNSinstanceWithBodyWithResponse

func (c *ClientWithResponses) InstantiateNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InstantiateNSinstanceResponse, error)

InstantiateNSinstanceWithBodyWithResponse request with arbitrary body returning *InstantiateNSinstanceResponse

func (*ClientWithResponses) InstantiateNSinstanceWithResponse

func (c *ClientWithResponses) InstantiateNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body InstantiateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*InstantiateNSinstanceResponse, error)

func (*ClientWithResponses) ListAppProfileWithResponse

func (c *ClientWithResponses) ListAppProfileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAppProfileResponse, error)

ListAppProfileWithResponse request returning *ListAppProfileResponse

func (*ClientWithResponses) ListInfraConfigProfileWithResponse

func (c *ClientWithResponses) ListInfraConfigProfileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListInfraConfigProfileResponse, error)

ListInfraConfigProfileWithResponse request returning *ListInfraConfigProfileResponse

func (*ClientWithResponses) ListInfraControllerProfileWithResponse

func (c *ClientWithResponses) ListInfraControllerProfileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListInfraControllerProfileResponse, error)

ListInfraControllerProfileWithResponse request returning *ListInfraControllerProfileResponse

func (*ClientWithResponses) ListResourceProfileWithResponse

func (c *ClientWithResponses) ListResourceProfileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListResourceProfileResponse, error)

ListResourceProfileWithResponse request returning *ListResourceProfileResponse

func (*ClientWithResponses) Listk8sClusterWithResponse

func (c *ClientWithResponses) Listk8sClusterWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*Listk8sClusterResponse, error)

Listk8sClusterWithResponse request returning *Listk8sClusterResponse

func (*ClientWithResponses) MigrateNSinstanceWithBodyWithResponse

func (c *ClientWithResponses) MigrateNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MigrateNSinstanceResponse, error)

MigrateNSinstanceWithBodyWithResponse request with arbitrary body returning *MigrateNSinstanceResponse

func (*ClientWithResponses) MigrateNSinstanceWithResponse

func (c *ClientWithResponses) MigrateNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body MigrateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*MigrateNSinstanceResponse, error)

func (*ClientWithResponses) MoveKSUWithBodyWithResponse

func (c *ClientWithResponses) MoveKSUWithBodyWithResponse(ctx context.Context, ksuId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MoveKSUResponse, error)

MoveKSUWithBodyWithResponse request with arbitrary body returning *MoveKSUResponse

func (*ClientWithResponses) MoveKSUWithResponse

func (c *ClientWithResponses) MoveKSUWithResponse(ctx context.Context, ksuId string, body MoveKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*MoveKSUResponse, error)

func (*ClientWithResponses) MultiNsTerminateRequestWithBodyWithResponse

func (c *ClientWithResponses) MultiNsTerminateRequestWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MultiNsTerminateRequestResponse, error)

MultiNsTerminateRequestWithBodyWithResponse request with arbitrary body returning *MultiNsTerminateRequestResponse

func (*ClientWithResponses) MultiNsTerminateRequestWithResponse

func (c *ClientWithResponses) MultiNsTerminateRequestWithResponse(ctx context.Context, body MultiNsTerminateRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*MultiNsTerminateRequestResponse, error)

func (*ClientWithResponses) NodeScalingWithBodyWithResponse

func (c *ClientWithResponses) NodeScalingWithBodyWithResponse(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NodeScalingResponse, error)

NodeScalingWithBodyWithResponse request with arbitrary body returning *NodeScalingResponse

func (*ClientWithResponses) NodeScalingWithResponse

func (c *ClientWithResponses) NodeScalingWithResponse(ctx context.Context, clusterId string, body NodeScalingJSONRequestBody, reqEditors ...RequestEditorFn) (*NodeScalingResponse, error)

func (*ClientWithResponses) PatchAppProfileWithBodyWithResponse

func (c *ClientWithResponses) PatchAppProfileWithBodyWithResponse(ctx context.Context, appProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchAppProfileResponse, error)

PatchAppProfileWithBodyWithResponse request with arbitrary body returning *PatchAppProfileResponse

func (*ClientWithResponses) PatchAppProfileWithResponse

func (c *ClientWithResponses) PatchAppProfileWithResponse(ctx context.Context, appProfileId string, body PatchAppProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchAppProfileResponse, error)

func (*ClientWithResponses) PatchInfraConfigProfileWithBodyWithResponse

func (c *ClientWithResponses) PatchInfraConfigProfileWithBodyWithResponse(ctx context.Context, infraConfigProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchInfraConfigProfileResponse, error)

PatchInfraConfigProfileWithBodyWithResponse request with arbitrary body returning *PatchInfraConfigProfileResponse

func (*ClientWithResponses) PatchInfraConfigProfileWithResponse

func (c *ClientWithResponses) PatchInfraConfigProfileWithResponse(ctx context.Context, infraConfigProfileId string, body PatchInfraConfigProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchInfraConfigProfileResponse, error)

func (*ClientWithResponses) PatchInfraControllerProfileWithBodyWithResponse

func (c *ClientWithResponses) PatchInfraControllerProfileWithBodyWithResponse(ctx context.Context, infraControllerProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchInfraControllerProfileResponse, error)

PatchInfraControllerProfileWithBodyWithResponse request with arbitrary body returning *PatchInfraControllerProfileResponse

func (*ClientWithResponses) PatchInfraControllerProfileWithResponse

func (c *ClientWithResponses) PatchInfraControllerProfileWithResponse(ctx context.Context, infraControllerProfileId string, body PatchInfraControllerProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchInfraControllerProfileResponse, error)

func (*ClientWithResponses) PatchResourceProfileWithBodyWithResponse

func (c *ClientWithResponses) PatchResourceProfileWithBodyWithResponse(ctx context.Context, resourceProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchResourceProfileResponse, error)

PatchResourceProfileWithBodyWithResponse request with arbitrary body returning *PatchResourceProfileResponse

func (*ClientWithResponses) PatchResourceProfileWithResponse

func (c *ClientWithResponses) PatchResourceProfileWithResponse(ctx context.Context, resourceProfileId string, body PatchResourceProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchResourceProfileResponse, error)

func (*ClientWithResponses) ReadAppProfileWithResponse

func (c *ClientWithResponses) ReadAppProfileWithResponse(ctx context.Context, appProfileId string, reqEditors ...RequestEditorFn) (*ReadAppProfileResponse, error)

ReadAppProfileWithResponse request returning *ReadAppProfileResponse

func (*ClientWithResponses) ReadInfraConfigProfileWithResponse

func (c *ClientWithResponses) ReadInfraConfigProfileWithResponse(ctx context.Context, infraConfigProfileId string, reqEditors ...RequestEditorFn) (*ReadInfraConfigProfileResponse, error)

ReadInfraConfigProfileWithResponse request returning *ReadInfraConfigProfileResponse

func (*ClientWithResponses) ReadInfraControllerProfileWithResponse

func (c *ClientWithResponses) ReadInfraControllerProfileWithResponse(ctx context.Context, infraControllerProfileId string, reqEditors ...RequestEditorFn) (*ReadInfraControllerProfileResponse, error)

ReadInfraControllerProfileWithResponse request returning *ReadInfraControllerProfileResponse

func (*ClientWithResponses) ReadKSUWithResponse

func (c *ClientWithResponses) ReadKSUWithResponse(ctx context.Context, ksuId string, reqEditors ...RequestEditorFn) (*ReadKSUResponse, error)

ReadKSUWithResponse request returning *ReadKSUResponse

func (*ClientWithResponses) ReadOKAPackageWithResponse

func (c *ClientWithResponses) ReadOKAPackageWithResponse(ctx context.Context, okaPkgId string, reqEditors ...RequestEditorFn) (*ReadOKAPackageResponse, error)

ReadOKAPackageWithResponse request returning *ReadOKAPackageResponse

func (*ClientWithResponses) ReadResourceProfileWithResponse

func (c *ClientWithResponses) ReadResourceProfileWithResponse(ctx context.Context, resourceProfileId string, reqEditors ...RequestEditorFn) (*ReadResourceProfileResponse, error)

ReadResourceProfileWithResponse request returning *ReadResourceProfileResponse

func (*ClientWithResponses) Readk8sClusterWithResponse

func (c *ClientWithResponses) Readk8sClusterWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*Readk8sClusterResponse, error)

Readk8sClusterWithResponse request returning *Readk8sClusterResponse

func (*ClientWithResponses) ScaleNSinstanceWithBodyWithResponse

func (c *ClientWithResponses) ScaleNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ScaleNSinstanceResponse, error)

ScaleNSinstanceWithBodyWithResponse request with arbitrary body returning *ScaleNSinstanceResponse

func (*ClientWithResponses) ScaleNSinstanceWithResponse

func (c *ClientWithResponses) ScaleNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body ScaleNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*ScaleNSinstanceResponse, error)

func (*ClientWithResponses) TerminateNSIWithBodyWithResponse

func (c *ClientWithResponses) TerminateNSIWithBodyWithResponse(ctx context.Context, netsliceInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TerminateNSIResponse, error)

TerminateNSIWithBodyWithResponse request with arbitrary body returning *TerminateNSIResponse

func (*ClientWithResponses) TerminateNSIWithResponse

func (c *ClientWithResponses) TerminateNSIWithResponse(ctx context.Context, netsliceInstanceId string, body TerminateNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*TerminateNSIResponse, error)

func (*ClientWithResponses) TerminateNSinstanceWithBodyWithResponse

func (c *ClientWithResponses) TerminateNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TerminateNSinstanceResponse, error)

TerminateNSinstanceWithBodyWithResponse request with arbitrary body returning *TerminateNSinstanceResponse

func (*ClientWithResponses) TerminateNSinstanceWithResponse

func (c *ClientWithResponses) TerminateNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body TerminateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*TerminateNSinstanceResponse, error)

func (*ClientWithResponses) UpdateAlarmWithBodyWithResponse

func (c *ClientWithResponses) UpdateAlarmWithBodyWithResponse(ctx context.Context, uuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAlarmResponse, error)

UpdateAlarmWithBodyWithResponse request with arbitrary body returning *UpdateAlarmResponse

func (*ClientWithResponses) UpdateAlarmWithResponse

func (c *ClientWithResponses) UpdateAlarmWithResponse(ctx context.Context, uuid string, body UpdateAlarmJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAlarmResponse, error)

func (*ClientWithResponses) UpdateKSUWithBodyWithResponse

func (c *ClientWithResponses) UpdateKSUWithBodyWithResponse(ctx context.Context, ksuId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateKSUResponse, error)

UpdateKSUWithBodyWithResponse request with arbitrary body returning *UpdateKSUResponse

func (*ClientWithResponses) UpdateKSUWithResponse

func (c *ClientWithResponses) UpdateKSUWithResponse(ctx context.Context, ksuId string, body UpdateKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateKSUResponse, error)

func (*ClientWithResponses) UpdateMultipleKSUWithBodyWithResponse

func (c *ClientWithResponses) UpdateMultipleKSUWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateMultipleKSUResponse, error)

UpdateMultipleKSUWithBodyWithResponse request with arbitrary body returning *UpdateMultipleKSUResponse

func (*ClientWithResponses) UpdateMultipleKSUWithResponse

func (c *ClientWithResponses) UpdateMultipleKSUWithResponse(ctx context.Context, body UpdateMultipleKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateMultipleKSUResponse, error)

func (*ClientWithResponses) UpdateNSDWithBodyWithResponse

func (c *ClientWithResponses) UpdateNSDWithBodyWithResponse(ctx context.Context, nsdInfoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNSDResponse, error)

UpdateNSDWithBodyWithResponse request with arbitrary body returning *UpdateNSDResponse

func (*ClientWithResponses) UpdateNSDWithResponse

func (c *ClientWithResponses) UpdateNSDWithResponse(ctx context.Context, nsdInfoId string, body UpdateNSDJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateNSDResponse, error)

func (*ClientWithResponses) UpdateNSDcontentWithBodyWithResponse

func (c *ClientWithResponses) UpdateNSDcontentWithBodyWithResponse(ctx context.Context, nsdInfoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNSDcontentResponse, error)

UpdateNSDcontentWithBodyWithResponse request with arbitrary body returning *UpdateNSDcontentResponse

func (*ClientWithResponses) UpdateNSTcontentWithBodyWithResponse

func (c *ClientWithResponses) UpdateNSTcontentWithBodyWithResponse(ctx context.Context, netsliceTemplateId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNSTcontentResponse, error)

UpdateNSTcontentWithBodyWithResponse request with arbitrary body returning *UpdateNSTcontentResponse

func (*ClientWithResponses) UpdateNSinstanceWithBodyWithResponse

func (c *ClientWithResponses) UpdateNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNSinstanceResponse, error)

UpdateNSinstanceWithBodyWithResponse request with arbitrary body returning *UpdateNSinstanceResponse

func (*ClientWithResponses) UpdateNSinstanceWithResponse

func (c *ClientWithResponses) UpdateNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body UpdateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateNSinstanceResponse, error)

func (*ClientWithResponses) UpdateNsPkgsIdContentWithBodyWithResponse

func (c *ClientWithResponses) UpdateNsPkgsIdContentWithBodyWithResponse(ctx context.Context, nsdInfoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNsPkgsIdContentResponse, error)

UpdateNsPkgsIdContentWithBodyWithResponse request with arbitrary body returning *UpdateNsPkgsIdContentResponse

func (*ClientWithResponses) UpdateNsPkgsIdContentWithResponse

func (c *ClientWithResponses) UpdateNsPkgsIdContentWithResponse(ctx context.Context, nsdInfoId string, body UpdateNsPkgsIdContentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateNsPkgsIdContentResponse, error)

func (*ClientWithResponses) UpdateNstIdContentWithBodyWithResponse

func (c *ClientWithResponses) UpdateNstIdContentWithBodyWithResponse(ctx context.Context, netsliceTemplateContentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNstIdContentResponse, error)

UpdateNstIdContentWithBodyWithResponse request with arbitrary body returning *UpdateNstIdContentResponse

func (*ClientWithResponses) UpdateNstIdContentWithResponse

func (c *ClientWithResponses) UpdateNstIdContentWithResponse(ctx context.Context, netsliceTemplateContentId string, body UpdateNstIdContentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateNstIdContentResponse, error)

func (*ClientWithResponses) UpdateOKAPackageWithBodyWithResponse

func (c *ClientWithResponses) UpdateOKAPackageWithBodyWithResponse(ctx context.Context, okaPkgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateOKAPackageResponse, error)

UpdateOKAPackageWithBodyWithResponse request with arbitrary body returning *UpdateOKAPackageResponse

func (*ClientWithResponses) UpdateTemplatecontentWithBodyWithResponse

func (c *ClientWithResponses) UpdateTemplatecontentWithBodyWithResponse(ctx context.Context, nsconfigTemplateId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTemplatecontentResponse, error)

UpdateTemplatecontentWithBodyWithResponse request with arbitrary body returning *UpdateTemplatecontentResponse

func (*ClientWithResponses) UpdateTemplatecontentWithResponse

func (c *ClientWithResponses) UpdateTemplatecontentWithResponse(ctx context.Context, nsconfigTemplateId string, body UpdateTemplatecontentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTemplatecontentResponse, error)

func (*ClientWithResponses) UpdateVnfPkgWithBodyWithResponse

func (c *ClientWithResponses) UpdateVnfPkgWithBodyWithResponse(ctx context.Context, vnfPkgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateVnfPkgResponse, error)

UpdateVnfPkgWithBodyWithResponse request with arbitrary body returning *UpdateVnfPkgResponse

func (*ClientWithResponses) UpdateVnfPkgWithResponse

func (c *ClientWithResponses) UpdateVnfPkgWithResponse(ctx context.Context, vnfPkgId string, body UpdateVnfPkgJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateVnfPkgResponse, error)

func (*ClientWithResponses) UpdateVnfPkgsIdContentWithBodyWithResponse

func (c *ClientWithResponses) UpdateVnfPkgsIdContentWithBodyWithResponse(ctx context.Context, packageContentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateVnfPkgsIdContentResponse, error)

UpdateVnfPkgsIdContentWithBodyWithResponse request with arbitrary body returning *UpdateVnfPkgsIdContentResponse

func (*ClientWithResponses) UpdateVnfPkgsIdContentWithResponse

func (c *ClientWithResponses) UpdateVnfPkgsIdContentWithResponse(ctx context.Context, packageContentId string, body UpdateVnfPkgsIdContentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateVnfPkgsIdContentResponse, error)

func (*ClientWithResponses) UpgradeClusterWithBodyWithResponse

func (c *ClientWithResponses) UpgradeClusterWithBodyWithResponse(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpgradeClusterResponse, error)

UpgradeClusterWithBodyWithResponse request with arbitrary body returning *UpgradeClusterResponse

func (*ClientWithResponses) UpgradeClusterWithResponse

func (c *ClientWithResponses) UpgradeClusterWithResponse(ctx context.Context, clusterId string, body UpgradeClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*UpgradeClusterResponse, error)

func (*ClientWithResponses) UploadNsPkgsContentWithBodyWithResponse

func (c *ClientWithResponses) UploadNsPkgsContentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadNsPkgsContentResponse, error)

UploadNsPkgsContentWithBodyWithResponse request with arbitrary body returning *UploadNsPkgsContentResponse

func (*ClientWithResponses) UploadNstContentWithBodyWithResponse

func (c *ClientWithResponses) UploadNstContentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadNstContentResponse, error)

UploadNstContentWithBodyWithResponse request with arbitrary body returning *UploadNstContentResponse

func (*ClientWithResponses) UploadVnfPkgContentWithBodyWithResponse

func (c *ClientWithResponses) UploadVnfPkgContentWithBodyWithResponse(ctx context.Context, vnfPkgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadVnfPkgContentResponse, error)

UploadVnfPkgContentWithBodyWithResponse request with arbitrary body returning *UploadVnfPkgContentResponse

func (*ClientWithResponses) UploadVnfPkgsContentWithBodyWithResponse

func (c *ClientWithResponses) UploadVnfPkgsContentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadVnfPkgsContentResponse, error)

UploadVnfPkgsContentWithBodyWithResponse request with arbitrary body returning *UploadVnfPkgsContentResponse

type ClientWithResponsesInterface

type ClientWithResponsesInterface interface {
	// GetK8sClustersWithResponse request
	GetK8sClustersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetK8sClustersResponse, error)

	// CreateK8sClusterWithBodyWithResponse request with any body
	CreateK8sClusterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateK8sClusterResponse, error)

	CreateK8sClusterWithResponse(ctx context.Context, body CreateK8sClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateK8sClusterResponse, error)

	// DeleteK8sClusterWithResponse request
	DeleteK8sClusterWithResponse(ctx context.Context, k8sClusterId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteK8sClusterResponse, error)

	// GetK8sClusterWithResponse request
	GetK8sClusterWithResponse(ctx context.Context, k8sClusterId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetK8sClusterResponse, error)

	// EditK8sClusterWithBodyWithResponse request with any body
	EditK8sClusterWithBodyWithResponse(ctx context.Context, k8sClusterId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditK8sClusterResponse, error)

	EditK8sClusterWithResponse(ctx context.Context, k8sClusterId openapi_types.UUID, body EditK8sClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*EditK8sClusterResponse, error)

	// GetK8sReposWithResponse request
	GetK8sReposWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetK8sReposResponse, error)

	// CreateK8sRepoWithBodyWithResponse request with any body
	CreateK8sRepoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateK8sRepoResponse, error)

	CreateK8sRepoWithResponse(ctx context.Context, body CreateK8sRepoJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateK8sRepoResponse, error)

	// DeleteK8sRepoWithResponse request
	DeleteK8sRepoWithResponse(ctx context.Context, k8sRepoId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteK8sRepoResponse, error)

	// GetK8sRepoWithResponse request
	GetK8sRepoWithResponse(ctx context.Context, k8sRepoId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetK8sRepoResponse, error)

	// GetProjectsWithResponse request
	GetProjectsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetProjectsResponse, error)

	// CreateProjectWithBodyWithResponse request with any body
	CreateProjectWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateProjectResponse, error)

	CreateProjectWithResponse(ctx context.Context, body CreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateProjectResponse, error)

	// DeleteProjectWithResponse request
	DeleteProjectWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*DeleteProjectResponse, error)

	// GetProjectWithResponse request
	GetProjectWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*GetProjectResponse, error)

	// EditProjectWithBodyWithResponse request with any body
	EditProjectWithBodyWithResponse(ctx context.Context, projectId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditProjectResponse, error)

	EditProjectWithResponse(ctx context.Context, projectId string, body EditProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*EditProjectResponse, error)

	// GetRolesWithResponse request
	GetRolesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetRolesResponse, error)

	// CreateRoleWithBodyWithResponse request with any body
	CreateRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRoleResponse, error)

	CreateRoleWithResponse(ctx context.Context, body CreateRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRoleResponse, error)

	// DeleteRoleWithResponse request
	DeleteRoleWithResponse(ctx context.Context, roleId string, reqEditors ...RequestEditorFn) (*DeleteRoleResponse, error)

	// GetRoleWithResponse request
	GetRoleWithResponse(ctx context.Context, roleId string, reqEditors ...RequestEditorFn) (*GetRoleResponse, error)

	// EditRoleWithBodyWithResponse request with any body
	EditRoleWithBodyWithResponse(ctx context.Context, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditRoleResponse, error)

	EditRoleWithResponse(ctx context.Context, roleId string, body EditRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*EditRoleResponse, error)

	// GetSDNsWithResponse request
	GetSDNsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSDNsResponse, error)

	// CreateSDNWithBodyWithResponse request with any body
	CreateSDNWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSDNResponse, error)

	CreateSDNWithResponse(ctx context.Context, body CreateSDNJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSDNResponse, error)

	// DeleteSDNWithResponse request
	DeleteSDNWithResponse(ctx context.Context, sdnId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteSDNResponse, error)

	// GetSDNWithResponse request
	GetSDNWithResponse(ctx context.Context, sdnId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetSDNResponse, error)

	// EditSDNWithBodyWithResponse request with any body
	EditSDNWithBodyWithResponse(ctx context.Context, sdnId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditSDNResponse, error)

	EditSDNWithResponse(ctx context.Context, sdnId openapi_types.UUID, body EditSDNJSONRequestBody, reqEditors ...RequestEditorFn) (*EditSDNResponse, error)

	// DeleteAuthTokenWithResponse request
	DeleteAuthTokenWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeleteAuthTokenResponse, error)

	// GetTokensWithResponse request
	GetTokensWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTokensResponse, error)

	// CreateTokenWithBodyWithResponse request with any body
	CreateTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTokenResponse, error)

	CreateTokenWithResponse(ctx context.Context, body CreateTokenJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTokenResponse, error)

	// DeleteTokenWithResponse request
	DeleteTokenWithResponse(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*DeleteTokenResponse, error)

	// GetTokenWithResponse request
	GetTokenWithResponse(ctx context.Context, tokenId string, reqEditors ...RequestEditorFn) (*GetTokenResponse, error)

	// GetUsersWithResponse request
	GetUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUsersResponse, error)

	// CreateUserWithBodyWithResponse request with any body
	CreateUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)

	CreateUserWithResponse(ctx context.Context, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)

	// DeleteUserWithResponse request
	DeleteUserWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*DeleteUserResponse, error)

	// GetUserWithResponse request
	GetUserWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*GetUserResponse, error)

	// EditUserWithBodyWithResponse request with any body
	EditUserWithBodyWithResponse(ctx context.Context, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditUserResponse, error)

	EditUserWithResponse(ctx context.Context, userId string, body EditUserJSONRequestBody, reqEditors ...RequestEditorFn) (*EditUserResponse, error)

	// GetVcasWithResponse request
	GetVcasWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVcasResponse, error)

	// CreateVcaWithBodyWithResponse request with any body
	CreateVcaWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateVcaResponse, error)

	CreateVcaWithResponse(ctx context.Context, body CreateVcaJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateVcaResponse, error)

	// DeleteVcaWithResponse request
	DeleteVcaWithResponse(ctx context.Context, vcaId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteVcaResponse, error)

	// GetVcaWithResponse request
	GetVcaWithResponse(ctx context.Context, vcaId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetVcaResponse, error)

	// EditVcaWithBodyWithResponse request with any body
	EditVcaWithBodyWithResponse(ctx context.Context, vcaId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditVcaResponse, error)

	EditVcaWithResponse(ctx context.Context, vcaId openapi_types.UUID, body EditVcaJSONRequestBody, reqEditors ...RequestEditorFn) (*EditVcaResponse, error)

	// GetVimAccountsWithResponse request
	GetVimAccountsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVimAccountsResponse, error)

	// CreateVimAccountWithBodyWithResponse request with any body
	CreateVimAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateVimAccountResponse, error)

	CreateVimAccountWithResponse(ctx context.Context, body CreateVimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateVimAccountResponse, error)

	// DeleteVimAccountWithResponse request
	DeleteVimAccountWithResponse(ctx context.Context, vimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteVimAccountResponse, error)

	// GetVimAccountWithResponse request
	GetVimAccountWithResponse(ctx context.Context, vimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetVimAccountResponse, error)

	// EditVimAccountWithBodyWithResponse request with any body
	EditVimAccountWithBodyWithResponse(ctx context.Context, vimAccountId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditVimAccountResponse, error)

	EditVimAccountWithResponse(ctx context.Context, vimAccountId openapi_types.UUID, body EditVimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*EditVimAccountResponse, error)

	// GetVIMsWithResponse request
	GetVIMsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVIMsResponse, error)

	// CreateVIMWithBodyWithResponse request with any body
	CreateVIMWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateVIMResponse, error)

	CreateVIMWithResponse(ctx context.Context, body CreateVIMJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateVIMResponse, error)

	// DeleteVIMWithResponse request
	DeleteVIMWithResponse(ctx context.Context, vimId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteVIMResponse, error)

	// GetVIMWithResponse request
	GetVIMWithResponse(ctx context.Context, vimId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetVIMResponse, error)

	// EditVIMWithBodyWithResponse request with any body
	EditVIMWithBodyWithResponse(ctx context.Context, vimId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditVIMResponse, error)

	EditVIMWithResponse(ctx context.Context, vimId openapi_types.UUID, body EditVIMJSONRequestBody, reqEditors ...RequestEditorFn) (*EditVIMResponse, error)

	// GetWimAccountsWithResponse request
	GetWimAccountsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetWimAccountsResponse, error)

	// CreateWimAccountWithBodyWithResponse request with any body
	CreateWimAccountWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWimAccountResponse, error)

	CreateWimAccountWithResponse(ctx context.Context, body CreateWimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWimAccountResponse, error)

	// DeleteWimAccountWithResponse request
	DeleteWimAccountWithResponse(ctx context.Context, wimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteWimAccountResponse, error)

	// GetWimAccountWithResponse request
	GetWimAccountWithResponse(ctx context.Context, wimAccountId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetWimAccountResponse, error)

	// EditWimAccountWithBodyWithResponse request with any body
	EditWimAccountWithBodyWithResponse(ctx context.Context, wimAccountId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditWimAccountResponse, error)

	EditWimAccountWithResponse(ctx context.Context, wimAccountId openapi_types.UUID, body EditWimAccountJSONRequestBody, reqEditors ...RequestEditorFn) (*EditWimAccountResponse, error)

	// ListAppProfileWithResponse request
	ListAppProfileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAppProfileResponse, error)

	// CreateAppProfileWithBodyWithResponse request with any body
	CreateAppProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAppProfileResponse, error)

	CreateAppProfileWithResponse(ctx context.Context, body CreateAppProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAppProfileResponse, error)

	// DeleteAppProfileWithResponse request
	DeleteAppProfileWithResponse(ctx context.Context, appProfileId string, reqEditors ...RequestEditorFn) (*DeleteAppProfileResponse, error)

	// ReadAppProfileWithResponse request
	ReadAppProfileWithResponse(ctx context.Context, appProfileId string, reqEditors ...RequestEditorFn) (*ReadAppProfileResponse, error)

	// PatchAppProfileWithBodyWithResponse request with any body
	PatchAppProfileWithBodyWithResponse(ctx context.Context, appProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchAppProfileResponse, error)

	PatchAppProfileWithResponse(ctx context.Context, appProfileId string, body PatchAppProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchAppProfileResponse, error)

	// Listk8sClusterWithResponse request
	Listk8sClusterWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*Listk8sClusterResponse, error)

	// Createk8sClusterWithBodyWithResponse request with any body
	Createk8sClusterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*Createk8sClusterResponse, error)

	Createk8sClusterWithResponse(ctx context.Context, body Createk8sClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*Createk8sClusterResponse, error)

	// Deletek8sClusterWithResponse request
	Deletek8sClusterWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*Deletek8sClusterResponse, error)

	// Readk8sClusterWithResponse request
	Readk8sClusterWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*Readk8sClusterResponse, error)

	// GetAppProfileWithResponse request
	GetAppProfileWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*GetAppProfileResponse, error)

	// AddRemoveAppProfileWithBodyWithResponse request with any body
	AddRemoveAppProfileWithBodyWithResponse(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddRemoveAppProfileResponse, error)

	AddRemoveAppProfileWithResponse(ctx context.Context, clusterId string, body AddRemoveAppProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*AddRemoveAppProfileResponse, error)

	// GetCredsWithResponse request
	GetCredsWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*GetCredsResponse, error)

	// GetInfraConfigProfileWithResponse request
	GetInfraConfigProfileWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*GetInfraConfigProfileResponse, error)

	// AddremoveInfraConfigProfileWithBodyWithResponse request with any body
	AddremoveInfraConfigProfileWithBodyWithResponse(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddremoveInfraConfigProfileResponse, error)

	AddremoveInfraConfigProfileWithResponse(ctx context.Context, clusterId string, body AddremoveInfraConfigProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*AddremoveInfraConfigProfileResponse, error)

	// GetInfraControllerProfileWithResponse request
	GetInfraControllerProfileWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*GetInfraControllerProfileResponse, error)

	// AddremoveInfraControllerProfileWithBodyWithResponse request with any body
	AddremoveInfraControllerProfileWithBodyWithResponse(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddremoveInfraControllerProfileResponse, error)

	AddremoveInfraControllerProfileWithResponse(ctx context.Context, clusterId string, body AddremoveInfraControllerProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*AddremoveInfraControllerProfileResponse, error)

	// GetResourceProfileWithResponse request
	GetResourceProfileWithResponse(ctx context.Context, clusterId string, reqEditors ...RequestEditorFn) (*GetResourceProfileResponse, error)

	// AddremoveResourceProfileWithBodyWithResponse request with any body
	AddremoveResourceProfileWithBodyWithResponse(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddremoveResourceProfileResponse, error)

	AddremoveResourceProfileWithResponse(ctx context.Context, clusterId string, body AddremoveResourceProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*AddremoveResourceProfileResponse, error)

	// NodeScalingWithBodyWithResponse request with any body
	NodeScalingWithBodyWithResponse(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*NodeScalingResponse, error)

	NodeScalingWithResponse(ctx context.Context, clusterId string, body NodeScalingJSONRequestBody, reqEditors ...RequestEditorFn) (*NodeScalingResponse, error)

	// UpgradeClusterWithBodyWithResponse request with any body
	UpgradeClusterWithBodyWithResponse(ctx context.Context, clusterId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpgradeClusterResponse, error)

	UpgradeClusterWithResponse(ctx context.Context, clusterId string, body UpgradeClusterJSONRequestBody, reqEditors ...RequestEditorFn) (*UpgradeClusterResponse, error)

	// ListInfraConfigProfileWithResponse request
	ListInfraConfigProfileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListInfraConfigProfileResponse, error)

	// CreateInfraConfigProfileWithBodyWithResponse request with any body
	CreateInfraConfigProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateInfraConfigProfileResponse, error)

	CreateInfraConfigProfileWithResponse(ctx context.Context, body CreateInfraConfigProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateInfraConfigProfileResponse, error)

	// DeleteInfraConfigProfileWithResponse request
	DeleteInfraConfigProfileWithResponse(ctx context.Context, infraConfigProfileId string, reqEditors ...RequestEditorFn) (*DeleteInfraConfigProfileResponse, error)

	// ReadInfraConfigProfileWithResponse request
	ReadInfraConfigProfileWithResponse(ctx context.Context, infraConfigProfileId string, reqEditors ...RequestEditorFn) (*ReadInfraConfigProfileResponse, error)

	// PatchInfraConfigProfileWithBodyWithResponse request with any body
	PatchInfraConfigProfileWithBodyWithResponse(ctx context.Context, infraConfigProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchInfraConfigProfileResponse, error)

	PatchInfraConfigProfileWithResponse(ctx context.Context, infraConfigProfileId string, body PatchInfraConfigProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchInfraConfigProfileResponse, error)

	// ListInfraControllerProfileWithResponse request
	ListInfraControllerProfileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListInfraControllerProfileResponse, error)

	// CreateInfraControllerProfileWithBodyWithResponse request with any body
	CreateInfraControllerProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateInfraControllerProfileResponse, error)

	CreateInfraControllerProfileWithResponse(ctx context.Context, body CreateInfraControllerProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateInfraControllerProfileResponse, error)

	// DeleteInfraControllerProfileWithResponse request
	DeleteInfraControllerProfileWithResponse(ctx context.Context, infraControllerProfileId string, reqEditors ...RequestEditorFn) (*DeleteInfraControllerProfileResponse, error)

	// ReadInfraControllerProfileWithResponse request
	ReadInfraControllerProfileWithResponse(ctx context.Context, infraControllerProfileId string, reqEditors ...RequestEditorFn) (*ReadInfraControllerProfileResponse, error)

	// PatchInfraControllerProfileWithBodyWithResponse request with any body
	PatchInfraControllerProfileWithBodyWithResponse(ctx context.Context, infraControllerProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchInfraControllerProfileResponse, error)

	PatchInfraControllerProfileWithResponse(ctx context.Context, infraControllerProfileId string, body PatchInfraControllerProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchInfraControllerProfileResponse, error)

	// ListResourceProfileWithResponse request
	ListResourceProfileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListResourceProfileResponse, error)

	// CreateResourceProfileWithBodyWithResponse request with any body
	CreateResourceProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateResourceProfileResponse, error)

	CreateResourceProfileWithResponse(ctx context.Context, body CreateResourceProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateResourceProfileResponse, error)

	// DeleteResourceProfileWithResponse request
	DeleteResourceProfileWithResponse(ctx context.Context, resourceProfileId string, reqEditors ...RequestEditorFn) (*DeleteResourceProfileResponse, error)

	// ReadResourceProfileWithResponse request
	ReadResourceProfileWithResponse(ctx context.Context, resourceProfileId string, reqEditors ...RequestEditorFn) (*ReadResourceProfileResponse, error)

	// PatchResourceProfileWithBodyWithResponse request with any body
	PatchResourceProfileWithBodyWithResponse(ctx context.Context, resourceProfileId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchResourceProfileResponse, error)

	PatchResourceProfileWithResponse(ctx context.Context, resourceProfileId string, body PatchResourceProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchResourceProfileResponse, error)

	// GetKSUWithResponse request
	GetKSUWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetKSUResponse, error)

	// AddKSUWithBodyWithResponse request with any body
	AddKSUWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddKSUResponse, error)

	AddKSUWithResponse(ctx context.Context, body AddKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*AddKSUResponse, error)

	// DeleteMultipleKSUWithBodyWithResponse request with any body
	DeleteMultipleKSUWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteMultipleKSUResponse, error)

	DeleteMultipleKSUWithResponse(ctx context.Context, body DeleteMultipleKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteMultipleKSUResponse, error)

	// UpdateMultipleKSUWithBodyWithResponse request with any body
	UpdateMultipleKSUWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateMultipleKSUResponse, error)

	UpdateMultipleKSUWithResponse(ctx context.Context, body UpdateMultipleKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateMultipleKSUResponse, error)

	// DeleteKSUWithResponse request
	DeleteKSUWithResponse(ctx context.Context, ksuId string, reqEditors ...RequestEditorFn) (*DeleteKSUResponse, error)

	// ReadKSUWithResponse request
	ReadKSUWithResponse(ctx context.Context, ksuId string, reqEditors ...RequestEditorFn) (*ReadKSUResponse, error)

	// UpdateKSUWithBodyWithResponse request with any body
	UpdateKSUWithBodyWithResponse(ctx context.Context, ksuId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateKSUResponse, error)

	UpdateKSUWithResponse(ctx context.Context, ksuId string, body UpdateKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateKSUResponse, error)

	// CloneKSUWithBodyWithResponse request with any body
	CloneKSUWithBodyWithResponse(ctx context.Context, ksuId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CloneKSUResponse, error)

	CloneKSUWithResponse(ctx context.Context, ksuId string, body CloneKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*CloneKSUResponse, error)

	// MoveKSUWithBodyWithResponse request with any body
	MoveKSUWithBodyWithResponse(ctx context.Context, ksuId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MoveKSUResponse, error)

	MoveKSUWithResponse(ctx context.Context, ksuId string, body MoveKSUJSONRequestBody, reqEditors ...RequestEditorFn) (*MoveKSUResponse, error)

	// GetNsconfigtemplatesWithResponse request
	GetNsconfigtemplatesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNsconfigtemplatesResponse, error)

	// AddNsconfigtemplateWithBodyWithResponse request with any body
	AddNsconfigtemplateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddNsconfigtemplateResponse, error)

	AddNsconfigtemplateWithResponse(ctx context.Context, body AddNsconfigtemplateJSONRequestBody, reqEditors ...RequestEditorFn) (*AddNsconfigtemplateResponse, error)

	// DeleteNsconfigtemplateWithResponse request
	DeleteNsconfigtemplateWithResponse(ctx context.Context, nsconfigTemplateId string, reqEditors ...RequestEditorFn) (*DeleteNsconfigtemplateResponse, error)

	// GetNsconfigtemplateWithResponse request
	GetNsconfigtemplateWithResponse(ctx context.Context, nsconfigTemplateId string, reqEditors ...RequestEditorFn) (*GetNsconfigtemplateResponse, error)

	// GetTemplatecontentWithResponse request
	GetTemplatecontentWithResponse(ctx context.Context, nsconfigTemplateId string, reqEditors ...RequestEditorFn) (*GetTemplatecontentResponse, error)

	// UpdateTemplatecontentWithBodyWithResponse request with any body
	UpdateTemplatecontentWithBodyWithResponse(ctx context.Context, nsconfigTemplateId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTemplatecontentResponse, error)

	UpdateTemplatecontentWithResponse(ctx context.Context, nsconfigTemplateId string, body UpdateTemplatecontentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTemplatecontentResponse, error)

	// GetNSDsWithResponse request
	GetNSDsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSDsResponse, error)

	// AddNSDWithBodyWithResponse request with any body
	AddNSDWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddNSDResponse, error)

	AddNSDWithResponse(ctx context.Context, body AddNSDJSONRequestBody, reqEditors ...RequestEditorFn) (*AddNSDResponse, error)

	// DeleteNSDWithResponse request
	DeleteNSDWithResponse(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*DeleteNSDResponse, error)

	// GetNSDWithResponse request
	GetNSDWithResponse(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*GetNSDResponse, error)

	// UpdateNSDWithBodyWithResponse request with any body
	UpdateNSDWithBodyWithResponse(ctx context.Context, nsdInfoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNSDResponse, error)

	UpdateNSDWithResponse(ctx context.Context, nsdInfoId string, body UpdateNSDJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateNSDResponse, error)

	// GetNsPkgArtifactWithResponse request
	GetNsPkgArtifactWithResponse(ctx context.Context, nsdInfoId string, artifactPath string, reqEditors ...RequestEditorFn) (*GetNsPkgArtifactResponse, error)

	// GetNsPkgNsdWithResponse request
	GetNsPkgNsdWithResponse(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*GetNsPkgNsdResponse, error)

	// GetNSDcontentWithResponse request
	GetNSDcontentWithResponse(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*GetNSDcontentResponse, error)

	// UpdateNSDcontentWithBodyWithResponse request with any body
	UpdateNSDcontentWithBodyWithResponse(ctx context.Context, nsdInfoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNSDcontentResponse, error)

	// GetNsPkgsContentWithResponse request
	GetNsPkgsContentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNsPkgsContentResponse, error)

	// UploadNsPkgsContentWithBodyWithResponse request with any body
	UploadNsPkgsContentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadNsPkgsContentResponse, error)

	// DeleteNSPkgsIdContentWithResponse request
	DeleteNSPkgsIdContentWithResponse(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*DeleteNSPkgsIdContentResponse, error)

	// GetNsPkgsIdContentWithResponse request
	GetNsPkgsIdContentWithResponse(ctx context.Context, nsdInfoId string, reqEditors ...RequestEditorFn) (*GetNsPkgsIdContentResponse, error)

	// UpdateNsPkgsIdContentWithBodyWithResponse request with any body
	UpdateNsPkgsIdContentWithBodyWithResponse(ctx context.Context, nsdInfoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNsPkgsIdContentResponse, error)

	UpdateNsPkgsIdContentWithResponse(ctx context.Context, nsdInfoId string, body UpdateNsPkgsIdContentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateNsPkgsIdContentResponse, error)

	// GetAlarmsWithResponse request
	GetAlarmsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAlarmsResponse, error)

	// GetAlarmWithResponse request
	GetAlarmWithResponse(ctx context.Context, uuid string, reqEditors ...RequestEditorFn) (*GetAlarmResponse, error)

	// UpdateAlarmWithBodyWithResponse request with any body
	UpdateAlarmWithBodyWithResponse(ctx context.Context, uuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAlarmResponse, error)

	UpdateAlarmWithResponse(ctx context.Context, uuid string, body UpdateAlarmJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAlarmResponse, error)

	// GetNSIsWithResponse request
	GetNSIsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSIsResponse, error)

	// AddNSIWithBodyWithResponse request with any body
	AddNSIWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddNSIResponse, error)

	AddNSIWithResponse(ctx context.Context, body AddNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*AddNSIResponse, error)

	// DeleteNSIWithResponse request
	DeleteNSIWithResponse(ctx context.Context, netsliceInstanceId string, reqEditors ...RequestEditorFn) (*DeleteNSIResponse, error)

	// GetNSIWithResponse request
	GetNSIWithResponse(ctx context.Context, netsliceInstanceId string, reqEditors ...RequestEditorFn) (*GetNSIResponse, error)

	// ActionOnNSIWithBodyWithResponse request with any body
	ActionOnNSIWithBodyWithResponse(ctx context.Context, netsliceInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ActionOnNSIResponse, error)

	ActionOnNSIWithResponse(ctx context.Context, netsliceInstanceId string, body ActionOnNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*ActionOnNSIResponse, error)

	// InstantiateNSIWithBodyWithResponse request with any body
	InstantiateNSIWithBodyWithResponse(ctx context.Context, netsliceInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InstantiateNSIResponse, error)

	InstantiateNSIWithResponse(ctx context.Context, netsliceInstanceId string, body InstantiateNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*InstantiateNSIResponse, error)

	// TerminateNSIWithBodyWithResponse request with any body
	TerminateNSIWithBodyWithResponse(ctx context.Context, netsliceInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TerminateNSIResponse, error)

	TerminateNSIWithResponse(ctx context.Context, netsliceInstanceId string, body TerminateNSIJSONRequestBody, reqEditors ...RequestEditorFn) (*TerminateNSIResponse, error)

	// GetNSIsContentWithResponse request
	GetNSIsContentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSIsContentResponse, error)

	// CreateNSIContentWithBodyWithResponse request with any body
	CreateNSIContentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNSIContentResponse, error)

	CreateNSIContentWithResponse(ctx context.Context, body CreateNSIContentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateNSIContentResponse, error)

	// DeleteNSIContentWithResponse request
	DeleteNSIContentWithResponse(ctx context.Context, netsliceInstanceContentId string, reqEditors ...RequestEditorFn) (*DeleteNSIContentResponse, error)

	// GetNSIContentWithResponse request
	GetNSIContentWithResponse(ctx context.Context, netsliceInstanceContentId string, reqEditors ...RequestEditorFn) (*GetNSIContentResponse, error)

	// GetNsiLcmOpOccsWithResponse request
	GetNsiLcmOpOccsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNsiLcmOpOccsResponse, error)

	// GetNsiLcmOpOccWithResponse request
	GetNsiLcmOpOccWithResponse(ctx context.Context, nsiLcmOpOccId string, reqEditors ...RequestEditorFn) (*GetNsiLcmOpOccResponse, error)

	// GetNSinstancesWithResponse request
	GetNSinstancesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSinstancesResponse, error)

	// AddNSinstanceWithBodyWithResponse request with any body
	AddNSinstanceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddNSinstanceResponse, error)

	AddNSinstanceWithResponse(ctx context.Context, body AddNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*AddNSinstanceResponse, error)

	// DeleteNSinstanceWithResponse request
	DeleteNSinstanceWithResponse(ctx context.Context, nsInstanceId string, params *DeleteNSinstanceParams, reqEditors ...RequestEditorFn) (*DeleteNSinstanceResponse, error)

	// GetNSinstanceWithResponse request
	GetNSinstanceWithResponse(ctx context.Context, nsInstanceId string, params *GetNSinstanceParams, reqEditors ...RequestEditorFn) (*GetNSinstanceResponse, error)

	// ActionOnNSinstanceWithBodyWithResponse request with any body
	ActionOnNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ActionOnNSinstanceResponse, error)

	ActionOnNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body ActionOnNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*ActionOnNSinstanceResponse, error)

	// HealNSinstanceWithBodyWithResponse request with any body
	HealNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HealNSinstanceResponse, error)

	HealNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body HealNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*HealNSinstanceResponse, error)

	// InstantiateNSinstanceWithBodyWithResponse request with any body
	InstantiateNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InstantiateNSinstanceResponse, error)

	InstantiateNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body InstantiateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*InstantiateNSinstanceResponse, error)

	// MigrateNSinstanceWithBodyWithResponse request with any body
	MigrateNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MigrateNSinstanceResponse, error)

	MigrateNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body MigrateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*MigrateNSinstanceResponse, error)

	// ScaleNSinstanceWithBodyWithResponse request with any body
	ScaleNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ScaleNSinstanceResponse, error)

	ScaleNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body ScaleNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*ScaleNSinstanceResponse, error)

	// TerminateNSinstanceWithBodyWithResponse request with any body
	TerminateNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TerminateNSinstanceResponse, error)

	TerminateNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body TerminateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*TerminateNSinstanceResponse, error)

	// UpdateNSinstanceWithBodyWithResponse request with any body
	UpdateNSinstanceWithBodyWithResponse(ctx context.Context, nsInstanceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNSinstanceResponse, error)

	UpdateNSinstanceWithResponse(ctx context.Context, nsInstanceId string, body UpdateNSinstanceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateNSinstanceResponse, error)

	// GetNSinstancesContentWithResponse request
	GetNSinstancesContentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSinstancesContentResponse, error)

	// CreateNSinstanceContentWithBodyWithResponse request with any body
	CreateNSinstanceContentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNSinstanceContentResponse, error)

	CreateNSinstanceContentWithResponse(ctx context.Context, body CreateNSinstanceContentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateNSinstanceContentResponse, error)

	// DeleteNSinstanceContentWithResponse request
	DeleteNSinstanceContentWithResponse(ctx context.Context, nsInstanceContentId string, reqEditors ...RequestEditorFn) (*DeleteNSinstanceContentResponse, error)

	// GetNSinstanceContentWithResponse request
	GetNSinstanceContentWithResponse(ctx context.Context, nsInstanceContentId string, reqEditors ...RequestEditorFn) (*GetNSinstanceContentResponse, error)

	// MultiNsTerminateRequestWithBodyWithResponse request with any body
	MultiNsTerminateRequestWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MultiNsTerminateRequestResponse, error)

	MultiNsTerminateRequestWithResponse(ctx context.Context, body MultiNsTerminateRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*MultiNsTerminateRequestResponse, error)

	// GetNSLCMOpOccsWithResponse request
	GetNSLCMOpOccsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSLCMOpOccsResponse, error)

	// GetNSLCMOpOccWithResponse request
	GetNSLCMOpOccWithResponse(ctx context.Context, nsLcmOpOccId string, reqEditors ...RequestEditorFn) (*GetNSLCMOpOccResponse, error)

	// CancelNSLCMOpOccWithBodyWithResponse request with any body
	CancelNSLCMOpOccWithBodyWithResponse(ctx context.Context, nsLcmOpOccId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CancelNSLCMOpOccResponse, error)

	CancelNSLCMOpOccWithResponse(ctx context.Context, nsLcmOpOccId string, body CancelNSLCMOpOccJSONRequestBody, reqEditors ...RequestEditorFn) (*CancelNSLCMOpOccResponse, error)

	// GetNsSubcriptionsWithResponse request
	GetNsSubcriptionsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNsSubcriptionsResponse, error)

	// AddNsSubcriptionsWithBodyWithResponse request with any body
	AddNsSubcriptionsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddNsSubcriptionsResponse, error)

	AddNsSubcriptionsWithResponse(ctx context.Context, body AddNsSubcriptionsJSONRequestBody, reqEditors ...RequestEditorFn) (*AddNsSubcriptionsResponse, error)

	// DeleteNsSubcriptionIdWithResponse request
	DeleteNsSubcriptionIdWithResponse(ctx context.Context, nsSubscriptionsId string, reqEditors ...RequestEditorFn) (*DeleteNsSubcriptionIdResponse, error)

	// GetNsSubcriptionIdWithResponse request
	GetNsSubcriptionIdWithResponse(ctx context.Context, nsSubscriptionsId string, reqEditors ...RequestEditorFn) (*GetNsSubcriptionIdResponse, error)

	// GetVnfInstancesWithResponse request
	GetVnfInstancesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVnfInstancesResponse, error)

	// GetVnfInstanceWithResponse request
	GetVnfInstanceWithResponse(ctx context.Context, vnfInstanceId string, reqEditors ...RequestEditorFn) (*GetVnfInstanceResponse, error)

	// GetNsPmJobReportWithResponse request
	GetNsPmJobReportWithResponse(ctx context.Context, pmJobId string, nsId string, reqEditors ...RequestEditorFn) (*GetNsPmJobReportResponse, error)

	// GetNSTsWithResponse request
	GetNSTsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNSTsResponse, error)

	// AddNSTWithBodyWithResponse request with any body
	AddNSTWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddNSTResponse, error)

	AddNSTWithResponse(ctx context.Context, body AddNSTJSONRequestBody, reqEditors ...RequestEditorFn) (*AddNSTResponse, error)

	// DeleteNSTWithResponse request
	DeleteNSTWithResponse(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*DeleteNSTResponse, error)

	// GetNSTWithResponse request
	GetNSTWithResponse(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*GetNSTResponse, error)

	// GetNstArtifactWithResponse request
	GetNstArtifactWithResponse(ctx context.Context, netsliceTemplateId string, artifactPath string, reqEditors ...RequestEditorFn) (*GetNstArtifactResponse, error)

	// GetNstNstWithResponse request
	GetNstNstWithResponse(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*GetNstNstResponse, error)

	// GetNSTcontentWithResponse request
	GetNSTcontentWithResponse(ctx context.Context, netsliceTemplateId string, reqEditors ...RequestEditorFn) (*GetNSTcontentResponse, error)

	// UpdateNSTcontentWithBodyWithResponse request with any body
	UpdateNSTcontentWithBodyWithResponse(ctx context.Context, netsliceTemplateId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNSTcontentResponse, error)

	// GetNstContentWithResponse request
	GetNstContentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNstContentResponse, error)

	// UploadNstContentWithBodyWithResponse request with any body
	UploadNstContentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadNstContentResponse, error)

	// DeleteNstIdContentWithResponse request
	DeleteNstIdContentWithResponse(ctx context.Context, netsliceTemplateContentId string, reqEditors ...RequestEditorFn) (*DeleteNstIdContentResponse, error)

	// GetNstIdContentWithResponse request
	GetNstIdContentWithResponse(ctx context.Context, netsliceTemplateContentId string, reqEditors ...RequestEditorFn) (*GetNstIdContentResponse, error)

	// UpdateNstIdContentWithBodyWithResponse request with any body
	UpdateNstIdContentWithBodyWithResponse(ctx context.Context, netsliceTemplateContentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNstIdContentResponse, error)

	UpdateNstIdContentWithResponse(ctx context.Context, netsliceTemplateContentId string, body UpdateNstIdContentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateNstIdContentResponse, error)

	// GetOKAPackageWithResponse request
	GetOKAPackageWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetOKAPackageResponse, error)

	// AddOKAPackageWithBodyWithResponse request with any body
	AddOKAPackageWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddOKAPackageResponse, error)

	// DeleteOKAPackageWithResponse request
	DeleteOKAPackageWithResponse(ctx context.Context, okaPkgId string, reqEditors ...RequestEditorFn) (*DeleteOKAPackageResponse, error)

	// ReadOKAPackageWithResponse request
	ReadOKAPackageWithResponse(ctx context.Context, okaPkgId string, reqEditors ...RequestEditorFn) (*ReadOKAPackageResponse, error)

	// UpdateOKAPackageWithBodyWithResponse request with any body
	UpdateOKAPackageWithBodyWithResponse(ctx context.Context, okaPkgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateOKAPackageResponse, error)

	// GetPDUsWithResponse request
	GetPDUsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPDUsResponse, error)

	// CreatePDUWithBodyWithResponse request with any body
	CreatePDUWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePDUResponse, error)

	CreatePDUWithResponse(ctx context.Context, body CreatePDUJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePDUResponse, error)

	// DeletePDUWithResponse request
	DeletePDUWithResponse(ctx context.Context, pduDescriptorId string, reqEditors ...RequestEditorFn) (*DeletePDUResponse, error)

	// GetPDUWithResponse request
	GetPDUWithResponse(ctx context.Context, pduDescriptorId string, reqEditors ...RequestEditorFn) (*GetPDUResponse, error)

	// EditPDUWithBodyWithResponse request with any body
	EditPDUWithBodyWithResponse(ctx context.Context, pduDescriptorId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditPDUResponse, error)

	EditPDUWithResponse(ctx context.Context, pduDescriptorId string, body EditPDUJSONRequestBody, reqEditors ...RequestEditorFn) (*EditPDUResponse, error)

	// GetVnfPkgsWithResponse request
	GetVnfPkgsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVnfPkgsResponse, error)

	// AddVnfPkgWithBodyWithResponse request with any body
	AddVnfPkgWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddVnfPkgResponse, error)

	AddVnfPkgWithResponse(ctx context.Context, body AddVnfPkgJSONRequestBody, reqEditors ...RequestEditorFn) (*AddVnfPkgResponse, error)

	// DeleteVnfPkgWithResponse request
	DeleteVnfPkgWithResponse(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*DeleteVnfPkgResponse, error)

	// GetVnfPkgWithResponse request
	GetVnfPkgWithResponse(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*GetVnfPkgResponse, error)

	// UpdateVnfPkgWithBodyWithResponse request with any body
	UpdateVnfPkgWithBodyWithResponse(ctx context.Context, vnfPkgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateVnfPkgResponse, error)

	UpdateVnfPkgWithResponse(ctx context.Context, vnfPkgId string, body UpdateVnfPkgJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateVnfPkgResponse, error)

	// GetVnfPkgArtifactWithResponse request
	GetVnfPkgArtifactWithResponse(ctx context.Context, vnfPkgId string, artifactPath string, reqEditors ...RequestEditorFn) (*GetVnfPkgArtifactResponse, error)

	// GetVnfPkgContentWithResponse request
	GetVnfPkgContentWithResponse(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*GetVnfPkgContentResponse, error)

	// UploadVnfPkgContentWithBodyWithResponse request with any body
	UploadVnfPkgContentWithBodyWithResponse(ctx context.Context, vnfPkgId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadVnfPkgContentResponse, error)

	// GetVnfPkgVnfdWithResponse request
	GetVnfPkgVnfdWithResponse(ctx context.Context, vnfPkgId string, reqEditors ...RequestEditorFn) (*GetVnfPkgVnfdResponse, error)

	// GetVnfPkgsContentWithResponse request
	GetVnfPkgsContentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVnfPkgsContentResponse, error)

	// UploadVnfPkgsContentWithBodyWithResponse request with any body
	UploadVnfPkgsContentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadVnfPkgsContentResponse, error)

	// DeleteVnfPkgsIdContentWithResponse request
	DeleteVnfPkgsIdContentWithResponse(ctx context.Context, packageContentId string, reqEditors ...RequestEditorFn) (*DeleteVnfPkgsIdContentResponse, error)

	// GetVnfPkgsIdContentWithResponse request
	GetVnfPkgsIdContentWithResponse(ctx context.Context, packageContentId string, reqEditors ...RequestEditorFn) (*GetVnfPkgsIdContentResponse, error)

	// UpdateVnfPkgsIdContentWithBodyWithResponse request with any body
	UpdateVnfPkgsIdContentWithBodyWithResponse(ctx context.Context, packageContentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateVnfPkgsIdContentResponse, error)

	UpdateVnfPkgsIdContentWithResponse(ctx context.Context, packageContentId string, body UpdateVnfPkgsIdContentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateVnfPkgsIdContentResponse, error)
}

ClientWithResponsesInterface is the interface specification for the client with responses above.

type CloneKSUJSONRequestBody

type CloneKSUJSONRequestBody = CloneKsu

CloneKSUJSONRequestBody defines body for CloneKSU for application/json ContentType.

type CloneKSUResponse

type CloneKSUResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectId
	YAML202      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCloneKSUResponse

func ParseCloneKSUResponse(rsp *http.Response) (*CloneKSUResponse, error)

ParseCloneKSUResponse parses an HTTP response from a CloneKSUWithResponse call

func (CloneKSUResponse) Status

func (r CloneKSUResponse) Status() string

Status returns HTTPResponse.Status

func (CloneKSUResponse) StatusCode

func (r CloneKSUResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CloneKsu

type CloneKsu struct {
	Name    *string `json:"name,omitempty"`
	Profile *struct {
		Uid         *string `json:"_id,omitempty"`
		ProfileType *string `json:"profile_type,omitempty"`
	} `json:"profile,omitempty"`
}

CloneKsu defines model for CloneKsu.

type Conflict

type Conflict = ProblemDetails

Conflict defines model for Conflict.

type CreateAppProfileJSONRequestBody

type CreateAppProfileJSONRequestBody = ProfileInfo

CreateAppProfileJSONRequestBody defines body for CreateAppProfile for application/json ContentType.

type CreateAppProfileResponse

type CreateAppProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateAppProfileResponse

func ParseCreateAppProfileResponse(rsp *http.Response) (*CreateAppProfileResponse, error)

ParseCreateAppProfileResponse parses an HTTP response from a CreateAppProfileWithResponse call

func (CreateAppProfileResponse) Status

func (r CreateAppProfileResponse) Status() string

Status returns HTTPResponse.Status

func (CreateAppProfileResponse) StatusCode

func (r CreateAppProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateCluster

type CreateCluster = CreateClusterInfo

CreateCluster defines model for CreateCluster.

type CreateClusterInfo

type CreateClusterInfo struct {
	AppProfiles             *[]string `json:"app_profiles,omitempty"`
	Description             *string   `json:"description,omitempty"`
	InfraConfigProfiles     *[]string `json:"infra_config_profiles,omitempty"`
	InfraControllerProfiles *[]string `json:"infra_controller_profiles,omitempty"`
	K8sVersion              *string   `json:"k8s_version,omitempty"`
	Location                *string   `json:"location,omitempty"`
	Name                    *string   `json:"name,omitempty"`
	NodeCount               *string   `json:"node_count,omitempty"`
	NodeSize                *string   `json:"node_size,omitempty"`
	RegionName              *string   `json:"region_name,omitempty"`
	ResourceGroup           *string   `json:"resource_group,omitempty"`
	ResourceProfiles        *[]string `json:"resource_profiles,omitempty"`
	VimAccount              *string   `json:"vim_account,omitempty"`
}

CreateClusterInfo defines model for CreateClusterInfo.

type CreateInfraConfigProfileJSONRequestBody

type CreateInfraConfigProfileJSONRequestBody = ProfileInfo

CreateInfraConfigProfileJSONRequestBody defines body for CreateInfraConfigProfile for application/json ContentType.

type CreateInfraConfigProfileResponse

type CreateInfraConfigProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateInfraConfigProfileResponse

func ParseCreateInfraConfigProfileResponse(rsp *http.Response) (*CreateInfraConfigProfileResponse, error)

ParseCreateInfraConfigProfileResponse parses an HTTP response from a CreateInfraConfigProfileWithResponse call

func (CreateInfraConfigProfileResponse) Status

Status returns HTTPResponse.Status

func (CreateInfraConfigProfileResponse) StatusCode

func (r CreateInfraConfigProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateInfraControllerProfileJSONRequestBody

type CreateInfraControllerProfileJSONRequestBody = ProfileInfo

CreateInfraControllerProfileJSONRequestBody defines body for CreateInfraControllerProfile for application/json ContentType.

type CreateInfraControllerProfileResponse

type CreateInfraControllerProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateInfraControllerProfileResponse

func ParseCreateInfraControllerProfileResponse(rsp *http.Response) (*CreateInfraControllerProfileResponse, error)

ParseCreateInfraControllerProfileResponse parses an HTTP response from a CreateInfraControllerProfileWithResponse call

func (CreateInfraControllerProfileResponse) Status

Status returns HTTPResponse.Status

func (CreateInfraControllerProfileResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreateK8sClusterJSONRequestBody

type CreateK8sClusterJSONRequestBody = CreateK8sClusterRequest

CreateK8sClusterJSONRequestBody defines body for CreateK8sCluster for application/json ContentType.

type CreateK8sClusterRequest

type CreateK8sClusterRequest struct {
	Cni           *[]string              `json:"cni,omitempty"`
	Credentials   map[string]interface{} `json:"credentials"`
	Description   *string                `json:"description,omitempty"`
	K8sVersion    string                 `json:"k8s_version"`
	Name          string                 `json:"name"`
	Namespace     *string                `json:"namespace,omitempty"`
	Nets          K8sClusterNetList      `json:"nets"`
	SchemaType    *string                `json:"schema_type,omitempty"`
	SchemaVersion *string                `json:"schema_version,omitempty"`
	VimAccount    openapi_types.UUID     `json:"vim_account"`
}

CreateK8sClusterRequest defines model for CreateK8sClusterRequest.

type CreateK8sClusterResponse

type CreateK8sClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectIdPlusOpId
	YAML202      *ObjectIdPlusOpId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateK8sClusterResponse

func ParseCreateK8sClusterResponse(rsp *http.Response) (*CreateK8sClusterResponse, error)

ParseCreateK8sClusterResponse parses an HTTP response from a CreateK8sClusterWithResponse call

func (CreateK8sClusterResponse) Status

func (r CreateK8sClusterResponse) Status() string

Status returns HTTPResponse.Status

func (CreateK8sClusterResponse) StatusCode

func (r CreateK8sClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateK8sRepoJSONRequestBody

type CreateK8sRepoJSONRequestBody = CreateK8sRepoRequest

CreateK8sRepoJSONRequestBody defines body for CreateK8sRepo for application/json ContentType.

type CreateK8sRepoRequest

type CreateK8sRepoRequest struct {
	Description *string     `json:"description,omitempty"`
	Name        string      `json:"name"`
	Type        K8sRepoType `json:"type"`
	Url         string      `json:"url"`
}

CreateK8sRepoRequest defines model for CreateK8sRepoRequest.

type CreateK8sRepoResponse

type CreateK8sRepoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectIdPlusOpId
	YAML202      *ObjectIdPlusOpId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateK8sRepoResponse

func ParseCreateK8sRepoResponse(rsp *http.Response) (*CreateK8sRepoResponse, error)

ParseCreateK8sRepoResponse parses an HTTP response from a CreateK8sRepoWithResponse call

func (CreateK8sRepoResponse) Status

func (r CreateK8sRepoResponse) Status() string

Status returns HTTPResponse.Status

func (CreateK8sRepoResponse) StatusCode

func (r CreateK8sRepoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateNSIContentJSONRequestBody

type CreateNSIContentJSONRequestBody = InstantiateNsiRequest

CreateNSIContentJSONRequestBody defines body for CreateNSIContent for application/json ContentType.

type CreateNSIContentResponse

type CreateNSIContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *CreateNsiContentResponse
	YAML201      *CreateNsiContentResponse
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateNSIContentResponse

func ParseCreateNSIContentResponse(rsp *http.Response) (*CreateNSIContentResponse, error)

ParseCreateNSIContentResponse parses an HTTP response from a CreateNSIContentWithResponse call

func (CreateNSIContentResponse) Status

func (r CreateNSIContentResponse) Status() string

Status returns HTTPResponse.Status

func (CreateNSIContentResponse) StatusCode

func (r CreateNSIContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateNSinstanceContentJSONRequestBody

type CreateNSinstanceContentJSONRequestBody = InstantiateNsRequest

CreateNSinstanceContentJSONRequestBody defines body for CreateNSinstanceContent for application/json ContentType.

type CreateNSinstanceContentResp

type CreateNSinstanceContentResp struct {
	Id        *openapi_types.UUID `json:"id,omitempty"`
	NslcmopId *openapi_types.UUID `json:"nslcmop_id,omitempty"`
}

CreateNSinstanceContentResp defines model for CreateNSinstanceContentResp.

type CreateNSinstanceContentResponse

type CreateNSinstanceContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *CreateNSinstanceContentResp
	YAML201      *CreateNSinstanceContentResp
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateNSinstanceContentResponse

func ParseCreateNSinstanceContentResponse(rsp *http.Response) (*CreateNSinstanceContentResponse, error)

ParseCreateNSinstanceContentResponse parses an HTTP response from a CreateNSinstanceContentWithResponse call

func (CreateNSinstanceContentResponse) Status

Status returns HTTPResponse.Status

func (CreateNSinstanceContentResponse) StatusCode

func (r CreateNSinstanceContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateNsConfigTemplateInfoRequest

type CreateNsConfigTemplateInfoRequest = CreateNsdInfoRequest

CreateNsConfigTemplateInfoRequest defines model for CreateNsConfigTemplateInfoRequest.

type CreateNsdInfoRequest

type CreateNsdInfoRequest map[string]interface{}

CreateNsdInfoRequest defines model for CreateNsdInfoRequest.

type CreateNsiContentResponse

type CreateNsiContentResponse struct {
	Id         *openapi_types.UUID `json:"id,omitempty"`
	NsilcmopId *openapi_types.UUID `json:"nsilcmop_id,omitempty"`
}

CreateNsiContentResponse defines model for CreateNsiContentResponse.

type CreateNstInfoRequest

type CreateNstInfoRequest map[string]interface{}

CreateNstInfoRequest defines model for CreateNstInfoRequest.

type CreatePDUJSONRequestBody

type CreatePDUJSONRequestBody = CreatePduRequest

CreatePDUJSONRequestBody defines body for CreatePDU for application/json ContentType.

type CreatePDUResponse

type CreatePDUResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ObjectId
	YAML200      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreatePDUResponse

func ParseCreatePDUResponse(rsp *http.Response) (*CreatePDUResponse, error)

ParseCreatePDUResponse parses an HTTP response from a CreatePDUWithResponse call

func (CreatePDUResponse) Status

func (r CreatePDUResponse) Status() string

Status returns HTTPResponse.Status

func (CreatePDUResponse) StatusCode

func (r CreatePDUResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreatePduRequest

type CreatePduRequest struct {
	Description *string       `json:"description,omitempty"`
	Interfaces  PduInterfaces `json:"interfaces"`
	Name        string        `json:"name"`
	Shared      *bool         `json:"shared,omitempty"`
	Type        string        `json:"type"`
	VimAccounts *[]string     `json:"vim_accounts,omitempty"`
	Vims        *[]string     `json:"vims,omitempty"`
}

CreatePduRequest defines model for CreatePduRequest.

type CreateProjectJSONRequestBody

type CreateProjectJSONRequestBody = CreateProjectRequest

CreateProjectJSONRequestBody defines body for CreateProject for application/json ContentType.

type CreateProjectRequest

type CreateProjectRequest struct {
	Admin  *bool       `json:"admin,omitempty"`
	Name   string      `json:"name"`
	Quotas *QuotasInfo `json:"quotas,omitempty"`
}

CreateProjectRequest defines model for CreateProjectRequest.

type CreateProjectResponse

type CreateProjectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateProjectResponse

func ParseCreateProjectResponse(rsp *http.Response) (*CreateProjectResponse, error)

ParseCreateProjectResponse parses an HTTP response from a CreateProjectWithResponse call

func (CreateProjectResponse) Status

func (r CreateProjectResponse) Status() string

Status returns HTTPResponse.Status

func (CreateProjectResponse) StatusCode

func (r CreateProjectResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateResourceProfileJSONRequestBody

type CreateResourceProfileJSONRequestBody = ProfileInfo

CreateResourceProfileJSONRequestBody defines body for CreateResourceProfile for application/json ContentType.

type CreateResourceProfileResponse

type CreateResourceProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateResourceProfileResponse

func ParseCreateResourceProfileResponse(rsp *http.Response) (*CreateResourceProfileResponse, error)

ParseCreateResourceProfileResponse parses an HTTP response from a CreateResourceProfileWithResponse call

func (CreateResourceProfileResponse) Status

Status returns HTTPResponse.Status

func (CreateResourceProfileResponse) StatusCode

func (r CreateResourceProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateRoleJSONRequestBody

type CreateRoleJSONRequestBody = CreateRoleRequest

CreateRoleJSONRequestBody defines body for CreateRole for application/json ContentType.

type CreateRoleRequest

type CreateRoleRequest struct {
	Name string `json:"name"`

	// Permissions Permissions keys must follow the syntax 'main_topic[:subtopic[:id[:component|action|etc]]]'
	// Permission values are either true or false
	Permissions *PermissionsInfo `json:"permissions,omitempty"`
}

CreateRoleRequest defines model for CreateRoleRequest.

type CreateRoleResponse

type CreateRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateRoleResponse

func ParseCreateRoleResponse(rsp *http.Response) (*CreateRoleResponse, error)

ParseCreateRoleResponse parses an HTTP response from a CreateRoleWithResponse call

func (CreateRoleResponse) Status

func (r CreateRoleResponse) Status() string

Status returns HTTPResponse.Status

func (CreateRoleResponse) StatusCode

func (r CreateRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateSDNJSONRequestBody

type CreateSDNJSONRequestBody = CreateSdnRequest

CreateSDNJSONRequestBody defines body for CreateSDN for application/json ContentType.

type CreateSDNResponse

type CreateSDNResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectIdPlusOpId
	YAML202      *ObjectIdPlusOpId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateSDNResponse

func ParseCreateSDNResponse(rsp *http.Response) (*CreateSDNResponse, error)

ParseCreateSDNResponse parses an HTTP response from a CreateSDNWithResponse call

func (CreateSDNResponse) Status

func (r CreateSDNResponse) Status() string

Status returns HTTPResponse.Status

func (CreateSDNResponse) StatusCode

func (r CreateSDNResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateSdnRequest

type CreateSdnRequest = SdnBasicProperties

CreateSdnRequest defines model for CreateSdnRequest.

type CreateTokenJSONRequestBody

type CreateTokenJSONRequestBody = CreateTokenRequest

CreateTokenJSONRequestBody defines body for CreateToken for application/json ContentType.

type CreateTokenRequest

type CreateTokenRequest struct {
	Password  string  `json:"password"`
	ProjectId *string `json:"project_id,omitempty"`
	Username  string  `json:"username"`
}

CreateTokenRequest defines model for CreateTokenRequest.

type CreateTokenResponse

type CreateTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// contains filtered or unexported fields
	}
	YAML200 *struct {
		// contains filtered or unexported fields
	}
	JSON400     *BadRequest
	JSON401     *Unauthorized
	JSON403     *Forbidden
	JSON404     *NotFound
	JSON405     *MethodNotAllowed
	JSON406     *NotAcceptable
	JSON409     *Conflict
	JSON422     *UnprocessableEntity
	JSON500     *InternalServerError
	JSON503     *ServiceUnavailable
	JSON5XX     *UnexpectedError
	JSONDefault *UnexpectedError
}

func ParseCreateTokenResponse

func ParseCreateTokenResponse(rsp *http.Response) (*CreateTokenResponse, error)

ParseCreateTokenResponse parses an HTTP response from a CreateTokenWithResponse call

func (CreateTokenResponse) Status

func (r CreateTokenResponse) Status() string

Status returns HTTPResponse.Status

func (CreateTokenResponse) StatusCode

func (r CreateTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateUserJSONRequestBody

type CreateUserJSONRequestBody = CreateUserRequest

CreateUserJSONRequestBody defines body for CreateUser for application/json ContentType.

type CreateUserRequest

type CreateUserRequest struct {
	Password            string               `json:"password"`
	ProjectRoleMappings *ProjectRoleMappings `json:"project_role_mappings,omitempty"`
	Projects            *[]string            `json:"projects,omitempty"`
	Username            string               `json:"username"`
}

CreateUserRequest defines model for CreateUserRequest.

type CreateUserResponse

type CreateUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateUserResponse

func ParseCreateUserResponse(rsp *http.Response) (*CreateUserResponse, error)

ParseCreateUserResponse parses an HTTP response from a CreateUserWithResponse call

func (CreateUserResponse) Status

func (r CreateUserResponse) Status() string

Status returns HTTPResponse.Status

func (CreateUserResponse) StatusCode

func (r CreateUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateVIMJSONRequestBody

type CreateVIMJSONRequestBody = CreateVimRequest

CreateVIMJSONRequestBody defines body for CreateVIM for application/json ContentType.

type CreateVIMResponse

type CreateVIMResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectIdPlusOpId
	YAML202      *ObjectIdPlusOpId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateVIMResponse

func ParseCreateVIMResponse(rsp *http.Response) (*CreateVIMResponse, error)

ParseCreateVIMResponse parses an HTTP response from a CreateVIMWithResponse call

func (CreateVIMResponse) Status

func (r CreateVIMResponse) Status() string

Status returns HTTPResponse.Status

func (CreateVIMResponse) StatusCode

func (r CreateVIMResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateVcaJSONRequestBody

type CreateVcaJSONRequestBody = CreateVcaRequest

CreateVcaJSONRequestBody defines body for CreateVca for application/json ContentType.

type CreateVcaRequest

type CreateVcaRequest struct {
	Cacert         string                  `json:"cacert"`
	Description    *string                 `json:"description,omitempty"`
	Endpoints      string                  `json:"endpoints"`
	K8sCloud       string                  `json:"k8s-cloud"`
	K8sCredentials string                  `json:"k8s-credentials"`
	LxdCloud       string                  `json:"lxd-cloud"`
	LxdCredentials string                  `json:"lxd-credentials"`
	ModelConfig    *map[string]interface{} `json:"model-config,omitempty"`
	Name           string                  `json:"name"`
	SchemaType     *string                 `json:"schema_type,omitempty"`
	SchemaVersion  *string                 `json:"schema_version,omitempty"`
	Secret         string                  `json:"secret"`
	User           string                  `json:"user"`
}

CreateVcaRequest defines model for CreateVcaRequest.

type CreateVcaResponse

type CreateVcaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectIdPlusOpId
	YAML202      *ObjectIdPlusOpId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateVcaResponse

func ParseCreateVcaResponse(rsp *http.Response) (*CreateVcaResponse, error)

ParseCreateVcaResponse parses an HTTP response from a CreateVcaWithResponse call

func (CreateVcaResponse) Status

func (r CreateVcaResponse) Status() string

Status returns HTTPResponse.Status

func (CreateVcaResponse) StatusCode

func (r CreateVcaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateVimAccountJSONRequestBody

type CreateVimAccountJSONRequestBody = CreateVimRequest

CreateVimAccountJSONRequestBody defines body for CreateVimAccount for application/json ContentType.

type CreateVimAccountResponse

type CreateVimAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectIdPlusOpId
	YAML202      *ObjectIdPlusOpId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateVimAccountResponse

func ParseCreateVimAccountResponse(rsp *http.Response) (*CreateVimAccountResponse, error)

ParseCreateVimAccountResponse parses an HTTP response from a CreateVimAccountWithResponse call

func (CreateVimAccountResponse) Status

func (r CreateVimAccountResponse) Status() string

Status returns HTTPResponse.Status

func (CreateVimAccountResponse) StatusCode

func (r CreateVimAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateVimRequest

type CreateVimRequest struct {
	Config           *map[string]interface{} `json:"config,omitempty"`
	Creds            *string                 `json:"creds,omitempty"`
	Datacenter       *string                 `json:"datacenter,omitempty"`
	Description      *string                 `json:"description,omitempty"`
	Name             string                  `json:"name"`
	PrometheusConfig *map[string]interface{} `json:"prometheus-config,omitempty"`
	Resources        *map[string]interface{} `json:"resources,omitempty"`
	SchemaType       *string                 `json:"schema_type,omitempty"`
	SchemaVersion    *string                 `json:"schema_version,omitempty"`
	Vca              *openapi_types.UUID     `json:"vca,omitempty"`
	Vim              *string                 `json:"vim,omitempty"`
	VimPassword      string                  `json:"vim_password"`
	VimTenantName    string                  `json:"vim_tenant_name"`
	VimType          VimType                 `json:"vim_type"`
	VimUrl           string                  `json:"vim_url"`
	VimUser          string                  `json:"vim_user"`
}

CreateVimRequest defines model for CreateVimRequest.

type CreateVnfPkgInfoRequest

type CreateVnfPkgInfoRequest map[string]interface{}

CreateVnfPkgInfoRequest defines model for CreateVnfPkgInfoRequest.

type CreateWimAccountJSONRequestBody

type CreateWimAccountJSONRequestBody = CreateWimRequest

CreateWimAccountJSONRequestBody defines body for CreateWimAccount for application/json ContentType.

type CreateWimAccountResponse

type CreateWimAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectIdPlusOpId
	YAML202      *ObjectIdPlusOpId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreateWimAccountResponse

func ParseCreateWimAccountResponse(rsp *http.Response) (*CreateWimAccountResponse, error)

ParseCreateWimAccountResponse parses an HTTP response from a CreateWimAccountWithResponse call

func (CreateWimAccountResponse) Status

func (r CreateWimAccountResponse) Status() string

Status returns HTTPResponse.Status

func (CreateWimAccountResponse) StatusCode

func (r CreateWimAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateWimRequest

type CreateWimRequest struct {
	Config        *map[string]interface{} `json:"config,omitempty"`
	Description   *string                 `json:"description,omitempty"`
	Name          string                  `json:"name"`
	Password      *string                 `json:"password,omitempty"`
	SchemaType    *string                 `json:"schema_type,omitempty"`
	SchemaVersion *string                 `json:"schema_version,omitempty"`
	User          *string                 `json:"user,omitempty"`
	Wim           *string                 `json:"wim,omitempty"`
	WimType       WimType                 `json:"wim_type"`
	WimUrl        string                  `json:"wim_url"`
}

CreateWimRequest defines model for CreateWimRequest.

type Createk8sClusterJSONRequestBody

type Createk8sClusterJSONRequestBody = CreateClusterInfo

Createk8sClusterJSONRequestBody defines body for Createk8sCluster for application/json ContentType.

type Createk8sClusterResponse

type Createk8sClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseCreatek8sClusterResponse

func ParseCreatek8sClusterResponse(rsp *http.Response) (*Createk8sClusterResponse, error)

ParseCreatek8sClusterResponse parses an HTTP response from a Createk8sClusterWithResponse call

func (Createk8sClusterResponse) Status

func (r Createk8sClusterResponse) Status() string

Status returns HTTPResponse.Status

func (Createk8sClusterResponse) StatusCode

func (r Createk8sClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteAppProfileResponse

type DeleteAppProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteAppProfileResponse

func ParseDeleteAppProfileResponse(rsp *http.Response) (*DeleteAppProfileResponse, error)

ParseDeleteAppProfileResponse parses an HTTP response from a DeleteAppProfileWithResponse call

func (DeleteAppProfileResponse) Status

func (r DeleteAppProfileResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteAppProfileResponse) StatusCode

func (r DeleteAppProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteAuthTokenResponse

type DeleteAuthTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
	YAML200      *string
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteAuthTokenResponse

func ParseDeleteAuthTokenResponse(rsp *http.Response) (*DeleteAuthTokenResponse, error)

ParseDeleteAuthTokenResponse parses an HTTP response from a DeleteAuthTokenWithResponse call

func (DeleteAuthTokenResponse) Status

func (r DeleteAuthTokenResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteAuthTokenResponse) StatusCode

func (r DeleteAuthTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteInfraConfigProfileResponse

type DeleteInfraConfigProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteInfraConfigProfileResponse

func ParseDeleteInfraConfigProfileResponse(rsp *http.Response) (*DeleteInfraConfigProfileResponse, error)

ParseDeleteInfraConfigProfileResponse parses an HTTP response from a DeleteInfraConfigProfileWithResponse call

func (DeleteInfraConfigProfileResponse) Status

Status returns HTTPResponse.Status

func (DeleteInfraConfigProfileResponse) StatusCode

func (r DeleteInfraConfigProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteInfraControllerProfileResponse

type DeleteInfraControllerProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteInfraControllerProfileResponse

func ParseDeleteInfraControllerProfileResponse(rsp *http.Response) (*DeleteInfraControllerProfileResponse, error)

ParseDeleteInfraControllerProfileResponse parses an HTTP response from a DeleteInfraControllerProfileWithResponse call

func (DeleteInfraControllerProfileResponse) Status

Status returns HTTPResponse.Status

func (DeleteInfraControllerProfileResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteK8sClusterResponse

type DeleteK8sClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteK8sClusterResponse

func ParseDeleteK8sClusterResponse(rsp *http.Response) (*DeleteK8sClusterResponse, error)

ParseDeleteK8sClusterResponse parses an HTTP response from a DeleteK8sClusterWithResponse call

func (DeleteK8sClusterResponse) Status

func (r DeleteK8sClusterResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteK8sClusterResponse) StatusCode

func (r DeleteK8sClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteK8sRepoResponse

type DeleteK8sRepoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteK8sRepoResponse

func ParseDeleteK8sRepoResponse(rsp *http.Response) (*DeleteK8sRepoResponse, error)

ParseDeleteK8sRepoResponse parses an HTTP response from a DeleteK8sRepoWithResponse call

func (DeleteK8sRepoResponse) Status

func (r DeleteK8sRepoResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteK8sRepoResponse) StatusCode

func (r DeleteK8sRepoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteKSUResponse

type DeleteKSUResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteKSUResponse

func ParseDeleteKSUResponse(rsp *http.Response) (*DeleteKSUResponse, error)

ParseDeleteKSUResponse parses an HTTP response from a DeleteKSUWithResponse call

func (DeleteKSUResponse) Status

func (r DeleteKSUResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteKSUResponse) StatusCode

func (r DeleteKSUResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteMultipleKSUJSONRequestBody

type DeleteMultipleKSUJSONRequestBody = DeleteMultipleKsu

DeleteMultipleKSUJSONRequestBody defines body for DeleteMultipleKSU for application/json ContentType.

type DeleteMultipleKSUResponse

type DeleteMultipleKSUResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteMultipleKSUResponse

func ParseDeleteMultipleKSUResponse(rsp *http.Response) (*DeleteMultipleKSUResponse, error)

ParseDeleteMultipleKSUResponse parses an HTTP response from a DeleteMultipleKSUWithResponse call

func (DeleteMultipleKSUResponse) Status

func (r DeleteMultipleKSUResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteMultipleKSUResponse) StatusCode

func (r DeleteMultipleKSUResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteMultipleKsu

type DeleteMultipleKsu struct {
	Ksus *[]struct {
		Uid *string `json:"_id,omitempty"`
	} `json:"ksus,omitempty"`
}

DeleteMultipleKsu defines model for DeleteMultipleKsu.

type DeleteNSDResponse

type DeleteNSDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteNSDResponse

func ParseDeleteNSDResponse(rsp *http.Response) (*DeleteNSDResponse, error)

ParseDeleteNSDResponse parses an HTTP response from a DeleteNSDWithResponse call

func (DeleteNSDResponse) Status

func (r DeleteNSDResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteNSDResponse) StatusCode

func (r DeleteNSDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteNSIContentResponse

type DeleteNSIContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectId
	YAML202      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteNSIContentResponse

func ParseDeleteNSIContentResponse(rsp *http.Response) (*DeleteNSIContentResponse, error)

ParseDeleteNSIContentResponse parses an HTTP response from a DeleteNSIContentWithResponse call

func (DeleteNSIContentResponse) Status

func (r DeleteNSIContentResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteNSIContentResponse) StatusCode

func (r DeleteNSIContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteNSIResponse

type DeleteNSIResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteNSIResponse

func ParseDeleteNSIResponse(rsp *http.Response) (*DeleteNSIResponse, error)

ParseDeleteNSIResponse parses an HTTP response from a DeleteNSIWithResponse call

func (DeleteNSIResponse) Status

func (r DeleteNSIResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteNSIResponse) StatusCode

func (r DeleteNSIResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteNSPkgsIdContentResponse

type DeleteNSPkgsIdContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteNSPkgsIdContentResponse

func ParseDeleteNSPkgsIdContentResponse(rsp *http.Response) (*DeleteNSPkgsIdContentResponse, error)

ParseDeleteNSPkgsIdContentResponse parses an HTTP response from a DeleteNSPkgsIdContentWithResponse call

func (DeleteNSPkgsIdContentResponse) Status

Status returns HTTPResponse.Status

func (DeleteNSPkgsIdContentResponse) StatusCode

func (r DeleteNSPkgsIdContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteNSTResponse

type DeleteNSTResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteNSTResponse

func ParseDeleteNSTResponse(rsp *http.Response) (*DeleteNSTResponse, error)

ParseDeleteNSTResponse parses an HTTP response from a DeleteNSTWithResponse call

func (DeleteNSTResponse) Status

func (r DeleteNSTResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteNSTResponse) StatusCode

func (r DeleteNSTResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteNSinstanceContentResponse

type DeleteNSinstanceContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectId
	YAML202      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteNSinstanceContentResponse

func ParseDeleteNSinstanceContentResponse(rsp *http.Response) (*DeleteNSinstanceContentResponse, error)

ParseDeleteNSinstanceContentResponse parses an HTTP response from a DeleteNSinstanceContentWithResponse call

func (DeleteNSinstanceContentResponse) Status

Status returns HTTPResponse.Status

func (DeleteNSinstanceContentResponse) StatusCode

func (r DeleteNSinstanceContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteNSinstanceParams

type DeleteNSinstanceParams struct {
	// VcaStatusRefresh Set to true if vca status needs to be refreshed.
	VcaStatusRefresh *bool `form:"vcaStatusRefresh,omitempty" json:"vcaStatusRefresh,omitempty"`
}

DeleteNSinstanceParams defines parameters for DeleteNSinstance.

type DeleteNSinstanceResponse

type DeleteNSinstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteNSinstanceResponse

func ParseDeleteNSinstanceResponse(rsp *http.Response) (*DeleteNSinstanceResponse, error)

ParseDeleteNSinstanceResponse parses an HTTP response from a DeleteNSinstanceWithResponse call

func (DeleteNSinstanceResponse) Status

func (r DeleteNSinstanceResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteNSinstanceResponse) StatusCode

func (r DeleteNSinstanceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteNsSubcriptionIdResponse

type DeleteNsSubcriptionIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteNsSubcriptionIdResponse

func ParseDeleteNsSubcriptionIdResponse(rsp *http.Response) (*DeleteNsSubcriptionIdResponse, error)

ParseDeleteNsSubcriptionIdResponse parses an HTTP response from a DeleteNsSubcriptionIdWithResponse call

func (DeleteNsSubcriptionIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteNsSubcriptionIdResponse) StatusCode

func (r DeleteNsSubcriptionIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteNsconfigtemplateResponse

type DeleteNsconfigtemplateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteNsconfigtemplateResponse

func ParseDeleteNsconfigtemplateResponse(rsp *http.Response) (*DeleteNsconfigtemplateResponse, error)

ParseDeleteNsconfigtemplateResponse parses an HTTP response from a DeleteNsconfigtemplateWithResponse call

func (DeleteNsconfigtemplateResponse) Status

Status returns HTTPResponse.Status

func (DeleteNsconfigtemplateResponse) StatusCode

func (r DeleteNsconfigtemplateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteNstIdContentResponse

type DeleteNstIdContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteNstIdContentResponse

func ParseDeleteNstIdContentResponse(rsp *http.Response) (*DeleteNstIdContentResponse, error)

ParseDeleteNstIdContentResponse parses an HTTP response from a DeleteNstIdContentWithResponse call

func (DeleteNstIdContentResponse) Status

Status returns HTTPResponse.Status

func (DeleteNstIdContentResponse) StatusCode

func (r DeleteNstIdContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteOKAPackageResponse

type DeleteOKAPackageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteOKAPackageResponse

func ParseDeleteOKAPackageResponse(rsp *http.Response) (*DeleteOKAPackageResponse, error)

ParseDeleteOKAPackageResponse parses an HTTP response from a DeleteOKAPackageWithResponse call

func (DeleteOKAPackageResponse) Status

func (r DeleteOKAPackageResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteOKAPackageResponse) StatusCode

func (r DeleteOKAPackageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeletePDUResponse

type DeletePDUResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeletePDUResponse

func ParseDeletePDUResponse(rsp *http.Response) (*DeletePDUResponse, error)

ParseDeletePDUResponse parses an HTTP response from a DeletePDUWithResponse call

func (DeletePDUResponse) Status

func (r DeletePDUResponse) Status() string

Status returns HTTPResponse.Status

func (DeletePDUResponse) StatusCode

func (r DeletePDUResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteProjectResponse

type DeleteProjectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteProjectResponse

func ParseDeleteProjectResponse(rsp *http.Response) (*DeleteProjectResponse, error)

ParseDeleteProjectResponse parses an HTTP response from a DeleteProjectWithResponse call

func (DeleteProjectResponse) Status

func (r DeleteProjectResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteProjectResponse) StatusCode

func (r DeleteProjectResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteResourceProfileResponse

type DeleteResourceProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteResourceProfileResponse

func ParseDeleteResourceProfileResponse(rsp *http.Response) (*DeleteResourceProfileResponse, error)

ParseDeleteResourceProfileResponse parses an HTTP response from a DeleteResourceProfileWithResponse call

func (DeleteResourceProfileResponse) Status

Status returns HTTPResponse.Status

func (DeleteResourceProfileResponse) StatusCode

func (r DeleteResourceProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRoleResponse

type DeleteRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteRoleResponse

func ParseDeleteRoleResponse(rsp *http.Response) (*DeleteRoleResponse, error)

ParseDeleteRoleResponse parses an HTTP response from a DeleteRoleWithResponse call

func (DeleteRoleResponse) Status

func (r DeleteRoleResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteRoleResponse) StatusCode

func (r DeleteRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteSDNResponse

type DeleteSDNResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteSDNResponse

func ParseDeleteSDNResponse(rsp *http.Response) (*DeleteSDNResponse, error)

ParseDeleteSDNResponse parses an HTTP response from a DeleteSDNWithResponse call

func (DeleteSDNResponse) Status

func (r DeleteSDNResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteSDNResponse) StatusCode

func (r DeleteSDNResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteTokenResponse

type DeleteTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *string
	YAML200      *string
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteTokenResponse

func ParseDeleteTokenResponse(rsp *http.Response) (*DeleteTokenResponse, error)

ParseDeleteTokenResponse parses an HTTP response from a DeleteTokenWithResponse call

func (DeleteTokenResponse) Status

func (r DeleteTokenResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteTokenResponse) StatusCode

func (r DeleteTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteUserResponse

type DeleteUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteUserResponse

func ParseDeleteUserResponse(rsp *http.Response) (*DeleteUserResponse, error)

ParseDeleteUserResponse parses an HTTP response from a DeleteUserWithResponse call

func (DeleteUserResponse) Status

func (r DeleteUserResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteUserResponse) StatusCode

func (r DeleteUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteVIMResponse

type DeleteVIMResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteVIMResponse

func ParseDeleteVIMResponse(rsp *http.Response) (*DeleteVIMResponse, error)

ParseDeleteVIMResponse parses an HTTP response from a DeleteVIMWithResponse call

func (DeleteVIMResponse) Status

func (r DeleteVIMResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteVIMResponse) StatusCode

func (r DeleteVIMResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteVcaResponse

type DeleteVcaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteVcaResponse

func ParseDeleteVcaResponse(rsp *http.Response) (*DeleteVcaResponse, error)

ParseDeleteVcaResponse parses an HTTP response from a DeleteVcaWithResponse call

func (DeleteVcaResponse) Status

func (r DeleteVcaResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteVcaResponse) StatusCode

func (r DeleteVcaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteVimAccountResponse

type DeleteVimAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteVimAccountResponse

func ParseDeleteVimAccountResponse(rsp *http.Response) (*DeleteVimAccountResponse, error)

ParseDeleteVimAccountResponse parses an HTTP response from a DeleteVimAccountWithResponse call

func (DeleteVimAccountResponse) Status

func (r DeleteVimAccountResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteVimAccountResponse) StatusCode

func (r DeleteVimAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteVnfPkgResponse

type DeleteVnfPkgResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteVnfPkgResponse

func ParseDeleteVnfPkgResponse(rsp *http.Response) (*DeleteVnfPkgResponse, error)

ParseDeleteVnfPkgResponse parses an HTTP response from a DeleteVnfPkgWithResponse call

func (DeleteVnfPkgResponse) Status

func (r DeleteVnfPkgResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteVnfPkgResponse) StatusCode

func (r DeleteVnfPkgResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteVnfPkgsIdContentResponse

type DeleteVnfPkgsIdContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteVnfPkgsIdContentResponse

func ParseDeleteVnfPkgsIdContentResponse(rsp *http.Response) (*DeleteVnfPkgsIdContentResponse, error)

ParseDeleteVnfPkgsIdContentResponse parses an HTTP response from a DeleteVnfPkgsIdContentWithResponse call

func (DeleteVnfPkgsIdContentResponse) Status

Status returns HTTPResponse.Status

func (DeleteVnfPkgsIdContentResponse) StatusCode

func (r DeleteVnfPkgsIdContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteWimAccountResponse

type DeleteWimAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeleteWimAccountResponse

func ParseDeleteWimAccountResponse(rsp *http.Response) (*DeleteWimAccountResponse, error)

ParseDeleteWimAccountResponse parses an HTTP response from a DeleteWimAccountWithResponse call

func (DeleteWimAccountResponse) Status

func (r DeleteWimAccountResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteWimAccountResponse) StatusCode

func (r DeleteWimAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Deletek8sClusterResponse

type Deletek8sClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseDeletek8sClusterResponse

func ParseDeletek8sClusterResponse(rsp *http.Response) (*Deletek8sClusterResponse, error)

ParseDeletek8sClusterResponse parses an HTTP response from a Deletek8sClusterWithResponse call

func (Deletek8sClusterResponse) Status

func (r Deletek8sClusterResponse) Status() string

Status returns HTTPResponse.Status

func (Deletek8sClusterResponse) StatusCode

func (r Deletek8sClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditK8sClusterJSONRequestBody

type EditK8sClusterJSONRequestBody = EditK8sClusterRequest

EditK8sClusterJSONRequestBody defines body for EditK8sCluster for application/json ContentType.

type EditK8sClusterRequest

type EditK8sClusterRequest struct {
	Cni         *[]string               `json:"cni,omitempty"`
	Credentials *map[string]interface{} `json:"credentials,omitempty"`
	Description *string                 `json:"description,omitempty"`
	K8sVersion  *string                 `json:"k8s_version,omitempty"`
	Name        *string                 `json:"name,omitempty"`
	Namespace   *string                 `json:"namespace,omitempty"`
	Nets        *K8sClusterNetList      `json:"nets,omitempty"`
	VimAccount  *openapi_types.UUID     `json:"vim_account,omitempty"`
}

EditK8sClusterRequest defines model for EditK8sClusterRequest.

type EditK8sClusterResponse

type EditK8sClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *OpId
	YAML202      *OpId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseEditK8sClusterResponse

func ParseEditK8sClusterResponse(rsp *http.Response) (*EditK8sClusterResponse, error)

ParseEditK8sClusterResponse parses an HTTP response from a EditK8sClusterWithResponse call

func (EditK8sClusterResponse) Status

func (r EditK8sClusterResponse) Status() string

Status returns HTTPResponse.Status

func (EditK8sClusterResponse) StatusCode

func (r EditK8sClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditPDUJSONRequestBody

type EditPDUJSONRequestBody = EditPduRequest

EditPDUJSONRequestBody defines body for EditPDU for application/json ContentType.

type EditPDUResponse

type EditPDUResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseEditPDUResponse

func ParseEditPDUResponse(rsp *http.Response) (*EditPDUResponse, error)

ParseEditPDUResponse parses an HTTP response from a EditPDUWithResponse call

func (EditPDUResponse) Status

func (r EditPDUResponse) Status() string

Status returns HTTPResponse.Status

func (EditPDUResponse) StatusCode

func (r EditPDUResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditPduRequest

type EditPduRequest struct {
	Description *string        `json:"description,omitempty"`
	Interfaces  *PduInterfaces `json:"interfaces,omitempty"`
	Name        *string        `json:"name,omitempty"`
	Shared      *bool          `json:"shared,omitempty"`
	Type        *string        `json:"type,omitempty"`
	VimAccounts *[]string      `json:"vim_accounts,omitempty"`
	Vims        *[]string      `json:"vims,omitempty"`
}

EditPduRequest defines model for EditPduRequest.

type EditPermissionsInfo

type EditPermissionsInfo map[string]*bool

EditPermissionsInfo Permissions keys must follow the syntax 'main_topic[:subtopic[:id[:component|action|etc]]]' Permission values are either true, false, or null

type EditProjectJSONRequestBody

type EditProjectJSONRequestBody = EditProjectRequest

EditProjectJSONRequestBody defines body for EditProject for application/json ContentType.

type EditProjectRequest

type EditProjectRequest struct {
	Admin  *bool           `json:"admin,omitempty"`
	Name   *string         `json:"name,omitempty"`
	Quotas *EditQuotasInfo `json:"quotas,omitempty"`
}

EditProjectRequest defines model for EditProjectRequest.

type EditProjectResponse

type EditProjectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseEditProjectResponse

func ParseEditProjectResponse(rsp *http.Response) (*EditProjectResponse, error)

ParseEditProjectResponse parses an HTTP response from a EditProjectWithResponse call

func (EditProjectResponse) Status

func (r EditProjectResponse) Status() string

Status returns HTTPResponse.Status

func (EditProjectResponse) StatusCode

func (r EditProjectResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditQuotasInfo

type EditQuotasInfo struct {
	K8sclusters    *int `json:"k8sclusters"`
	K8srepos       *int `json:"k8srepos"`
	NsInstances    *int `json:"ns_instances"`
	Nsds           *int `json:"nsds"`
	Osmrepos       *int `json:"osmrepos"`
	Pduds          *int `json:"pduds"`
	SdnControllers *int `json:"sdn_controllers"`
	SliceInstances *int `json:"slice_instances"`
	SliceTemplates *int `json:"slice_templates"`
	Vca            *int `json:"vca"`
	VimAccounts    *int `json:"vim_accounts"`
	Vnfds          *int `json:"vnfds"`
	WimAccounts    *int `json:"wim_accounts"`
}

EditQuotasInfo defines model for EditQuotasInfo.

type EditRoleJSONRequestBody

type EditRoleJSONRequestBody = EditRoleRequest

EditRoleJSONRequestBody defines body for EditRole for application/json ContentType.

type EditRoleRequest

type EditRoleRequest struct {
	Name *string `json:"name,omitempty"`

	// Permissions Permissions keys must follow the syntax 'main_topic[:subtopic[:id[:component|action|etc]]]'
	// Permission values are either true, false, or null
	Permissions *EditPermissionsInfo `json:"permissions,omitempty"`
}

EditRoleRequest defines model for EditRoleRequest.

type EditRoleResponse

type EditRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseEditRoleResponse

func ParseEditRoleResponse(rsp *http.Response) (*EditRoleResponse, error)

ParseEditRoleResponse parses an HTTP response from a EditRoleWithResponse call

func (EditRoleResponse) Status

func (r EditRoleResponse) Status() string

Status returns HTTPResponse.Status

func (EditRoleResponse) StatusCode

func (r EditRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditSDNJSONRequestBody

type EditSDNJSONRequestBody = EditSdnRequest

EditSDNJSONRequestBody defines body for EditSDN for application/json ContentType.

type EditSDNResponse

type EditSDNResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *OpId
	YAML202      *OpId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseEditSDNResponse

func ParseEditSDNResponse(rsp *http.Response) (*EditSDNResponse, error)

ParseEditSDNResponse parses an HTTP response from a EditSDNWithResponse call

func (EditSDNResponse) Status

func (r EditSDNResponse) Status() string

Status returns HTTPResponse.Status

func (EditSDNResponse) StatusCode

func (r EditSDNResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditSdnRequest

type EditSdnRequest = SdnBasicProperties

EditSdnRequest defines model for EditSdnRequest.

type EditUserJSONRequestBody

type EditUserJSONRequestBody = EditUserRequest

EditUserJSONRequestBody defines body for EditUser for application/json ContentType.

type EditUserRequest

type EditUserRequest struct {
	AddProjectRoleMappings    *ProjectRoleMappings      `json:"add_project_role_mappings,omitempty"`
	OldPassword               *string                   `json:"old_password,omitempty"`
	Password                  *string                   `json:"password,omitempty"`
	ProjectRoleMappings       *ProjectRoleMappings      `json:"project_role_mappings,omitempty"`
	Projects                  *EditUserRequest_Projects `json:"projects,omitempty"`
	RemoveProjectRoleMappings *ProjectRoleMappingsOpt   `json:"remove_project_role_mappings,omitempty"`
	Renew                     *bool                     `json:"renew,omitempty"`
	SystemAdminId             *openapi_types.UUID       `json:"system_admin_id,omitempty"`
	Unlock                    *bool                     `json:"unlock,omitempty"`
	Username                  *string                   `json:"username,omitempty"`
}

EditUserRequest defines model for EditUserRequest.

type EditUserRequest_Projects

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

EditUserRequest_Projects defines model for EditUserRequest.Projects.

func (EditUserRequest_Projects) AsArrayEditionSchema

func (t EditUserRequest_Projects) AsArrayEditionSchema() (ArrayEditionSchema, error)

AsArrayEditionSchema returns the union data inside the EditUserRequest_Projects as a ArrayEditionSchema

func (EditUserRequest_Projects) AsShortNameList

func (t EditUserRequest_Projects) AsShortNameList() (ShortNameList, error)

AsShortNameList returns the union data inside the EditUserRequest_Projects as a ShortNameList

func (*EditUserRequest_Projects) FromArrayEditionSchema

func (t *EditUserRequest_Projects) FromArrayEditionSchema(v ArrayEditionSchema) error

FromArrayEditionSchema overwrites any union data inside the EditUserRequest_Projects as the provided ArrayEditionSchema

func (*EditUserRequest_Projects) FromShortNameList

func (t *EditUserRequest_Projects) FromShortNameList(v ShortNameList) error

FromShortNameList overwrites any union data inside the EditUserRequest_Projects as the provided ShortNameList

func (EditUserRequest_Projects) MarshalJSON

func (t EditUserRequest_Projects) MarshalJSON() ([]byte, error)

func (*EditUserRequest_Projects) MergeArrayEditionSchema

func (t *EditUserRequest_Projects) MergeArrayEditionSchema(v ArrayEditionSchema) error

MergeArrayEditionSchema performs a merge with any union data inside the EditUserRequest_Projects, using the provided ArrayEditionSchema

func (*EditUserRequest_Projects) MergeShortNameList

func (t *EditUserRequest_Projects) MergeShortNameList(v ShortNameList) error

MergeShortNameList performs a merge with any union data inside the EditUserRequest_Projects, using the provided ShortNameList

func (*EditUserRequest_Projects) UnmarshalJSON

func (t *EditUserRequest_Projects) UnmarshalJSON(b []byte) error

type EditUserResponse

type EditUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseEditUserResponse

func ParseEditUserResponse(rsp *http.Response) (*EditUserResponse, error)

ParseEditUserResponse parses an HTTP response from a EditUserWithResponse call

func (EditUserResponse) Status

func (r EditUserResponse) Status() string

Status returns HTTPResponse.Status

func (EditUserResponse) StatusCode

func (r EditUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditVIMJSONRequestBody

type EditVIMJSONRequestBody = EditVimRequest

EditVIMJSONRequestBody defines body for EditVIM for application/json ContentType.

type EditVIMResponse

type EditVIMResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *OpId
	YAML202      *OpId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseEditVIMResponse

func ParseEditVIMResponse(rsp *http.Response) (*EditVIMResponse, error)

ParseEditVIMResponse parses an HTTP response from a EditVIMWithResponse call

func (EditVIMResponse) Status

func (r EditVIMResponse) Status() string

Status returns HTTPResponse.Status

func (EditVIMResponse) StatusCode

func (r EditVIMResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditVcaJSONRequestBody

type EditVcaJSONRequestBody = EditVcaRequest

EditVcaJSONRequestBody defines body for EditVca for application/json ContentType.

type EditVcaRequest

type EditVcaRequest struct {
	Cacert         *string                 `json:"cacert,omitempty"`
	Description    *string                 `json:"description,omitempty"`
	Endpoints      *string                 `json:"endpoints,omitempty"`
	K8sCloud       *string                 `json:"k8s-cloud,omitempty"`
	K8sCredentials *string                 `json:"k8s-credentials,omitempty"`
	LxdCloud       *string                 `json:"lxd-cloud,omitempty"`
	LxdCredentials *string                 `json:"lxd-credentials,omitempty"`
	ModelConfig    *map[string]interface{} `json:"model-config,omitempty"`
	Name           *string                 `json:"name,omitempty"`
	Secret         *string                 `json:"secret,omitempty"`
	User           *string                 `json:"user,omitempty"`
}

EditVcaRequest defines model for EditVcaRequest.

type EditVcaResponse

type EditVcaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *OpId
	YAML202      *OpId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseEditVcaResponse

func ParseEditVcaResponse(rsp *http.Response) (*EditVcaResponse, error)

ParseEditVcaResponse parses an HTTP response from a EditVcaWithResponse call

func (EditVcaResponse) Status

func (r EditVcaResponse) Status() string

Status returns HTTPResponse.Status

func (EditVcaResponse) StatusCode

func (r EditVcaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditVimAccountJSONRequestBody

type EditVimAccountJSONRequestBody = EditVimRequest

EditVimAccountJSONRequestBody defines body for EditVimAccount for application/json ContentType.

type EditVimAccountResponse

type EditVimAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *OpId
	YAML202      *OpId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseEditVimAccountResponse

func ParseEditVimAccountResponse(rsp *http.Response) (*EditVimAccountResponse, error)

ParseEditVimAccountResponse parses an HTTP response from a EditVimAccountWithResponse call

func (EditVimAccountResponse) Status

func (r EditVimAccountResponse) Status() string

Status returns HTTPResponse.Status

func (EditVimAccountResponse) StatusCode

func (r EditVimAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditVimRequest

type EditVimRequest struct {
	Config           *map[string]interface{} `json:"config,omitempty"`
	Datacenter       *string                 `json:"datacenter,omitempty"`
	Description      *string                 `json:"description,omitempty"`
	Name             *string                 `json:"name,omitempty"`
	PrometheusConfig *map[string]interface{} `json:"prometheus-config,omitempty"`
	Vca              *openapi_types.UUID     `json:"vca,omitempty"`
	Vim              *string                 `json:"vim,omitempty"`
	VimPassword      *string                 `json:"vim_password,omitempty"`
	VimTenantName    *string                 `json:"vim_tenant_name,omitempty"`
	VimType          *VimType                `json:"vim_type,omitempty"`
	VimUrl           *string                 `json:"vim_url,omitempty"`
	VimUser          *string                 `json:"vim_user,omitempty"`
}

EditVimRequest defines model for EditVimRequest.

type EditWimAccountJSONRequestBody

type EditWimAccountJSONRequestBody = EditWimRequest

EditWimAccountJSONRequestBody defines body for EditWimAccount for application/json ContentType.

type EditWimAccountResponse

type EditWimAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *OpId
	YAML202      *OpId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseEditWimAccountResponse

func ParseEditWimAccountResponse(rsp *http.Response) (*EditWimAccountResponse, error)

ParseEditWimAccountResponse parses an HTTP response from a EditWimAccountWithResponse call

func (EditWimAccountResponse) Status

func (r EditWimAccountResponse) Status() string

Status returns HTTPResponse.Status

func (EditWimAccountResponse) StatusCode

func (r EditWimAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type EditWimRequest

type EditWimRequest struct {
	Config      *map[string]interface{} `json:"config,omitempty"`
	Description *string                 `json:"description,omitempty"`
	Name        *string                 `json:"name,omitempty"`
	Password    *string                 `json:"password,omitempty"`
	User        *string                 `json:"user,omitempty"`
	Wim         *string                 `json:"wim,omitempty"`
	WimType     *string                 `json:"wim_type,omitempty"`
	WimUrl      *string                 `json:"wim_url,omitempty"`
}

EditWimRequest defines model for EditWimRequest.

type Forbidden

type Forbidden = ProblemDetails

Forbidden defines model for Forbidden.

type GetAlarmResponse

type GetAlarmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Alarm
	YAML200      *Alarm
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetAlarmResponse

func ParseGetAlarmResponse(rsp *http.Response) (*GetAlarmResponse, error)

ParseGetAlarmResponse parses an HTTP response from a GetAlarmWithResponse call

func (GetAlarmResponse) Status

func (r GetAlarmResponse) Status() string

Status returns HTTPResponse.Status

func (GetAlarmResponse) StatusCode

func (r GetAlarmResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAlarmsResponse

type GetAlarmsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfAlarm
	YAML200      *ArrayOfAlarm
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetAlarmsResponse

func ParseGetAlarmsResponse(rsp *http.Response) (*GetAlarmsResponse, error)

ParseGetAlarmsResponse parses an HTTP response from a GetAlarmsWithResponse call

func (GetAlarmsResponse) Status

func (r GetAlarmsResponse) Status() string

Status returns HTTPResponse.Status

func (GetAlarmsResponse) StatusCode

func (r GetAlarmsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAppProfileResponse

type GetAppProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetAppProfileResponse

func ParseGetAppProfileResponse(rsp *http.Response) (*GetAppProfileResponse, error)

ParseGetAppProfileResponse parses an HTTP response from a GetAppProfileWithResponse call

func (GetAppProfileResponse) Status

func (r GetAppProfileResponse) Status() string

Status returns HTTPResponse.Status

func (GetAppProfileResponse) StatusCode

func (r GetAppProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCredsResponse

type GetCredsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetCredsResponse

func ParseGetCredsResponse(rsp *http.Response) (*GetCredsResponse, error)

ParseGetCredsResponse parses an HTTP response from a GetCredsWithResponse call

func (GetCredsResponse) Status

func (r GetCredsResponse) Status() string

Status returns HTTPResponse.Status

func (GetCredsResponse) StatusCode

func (r GetCredsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetInfraConfigProfileResponse

type GetInfraConfigProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetInfraConfigProfileResponse

func ParseGetInfraConfigProfileResponse(rsp *http.Response) (*GetInfraConfigProfileResponse, error)

ParseGetInfraConfigProfileResponse parses an HTTP response from a GetInfraConfigProfileWithResponse call

func (GetInfraConfigProfileResponse) Status

Status returns HTTPResponse.Status

func (GetInfraConfigProfileResponse) StatusCode

func (r GetInfraConfigProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetInfraControllerProfileResponse

type GetInfraControllerProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetInfraControllerProfileResponse

func ParseGetInfraControllerProfileResponse(rsp *http.Response) (*GetInfraControllerProfileResponse, error)

ParseGetInfraControllerProfileResponse parses an HTTP response from a GetInfraControllerProfileWithResponse call

func (GetInfraControllerProfileResponse) Status

Status returns HTTPResponse.Status

func (GetInfraControllerProfileResponse) StatusCode

func (r GetInfraControllerProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetK8sClusterResponse

type GetK8sClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *K8sClusterInfo
	YAML200      *K8sClusterInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetK8sClusterResponse

func ParseGetK8sClusterResponse(rsp *http.Response) (*GetK8sClusterResponse, error)

ParseGetK8sClusterResponse parses an HTTP response from a GetK8sClusterWithResponse call

func (GetK8sClusterResponse) Status

func (r GetK8sClusterResponse) Status() string

Status returns HTTPResponse.Status

func (GetK8sClusterResponse) StatusCode

func (r GetK8sClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetK8sClustersResponse

type GetK8sClustersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfK8sClusterInfo
	YAML200      *ArrayOfK8sClusterInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetK8sClustersResponse

func ParseGetK8sClustersResponse(rsp *http.Response) (*GetK8sClustersResponse, error)

ParseGetK8sClustersResponse parses an HTTP response from a GetK8sClustersWithResponse call

func (GetK8sClustersResponse) Status

func (r GetK8sClustersResponse) Status() string

Status returns HTTPResponse.Status

func (GetK8sClustersResponse) StatusCode

func (r GetK8sClustersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetK8sRepoResponse

type GetK8sRepoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *K8sRepoInfo
	YAML200      *K8sRepoInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetK8sRepoResponse

func ParseGetK8sRepoResponse(rsp *http.Response) (*GetK8sRepoResponse, error)

ParseGetK8sRepoResponse parses an HTTP response from a GetK8sRepoWithResponse call

func (GetK8sRepoResponse) Status

func (r GetK8sRepoResponse) Status() string

Status returns HTTPResponse.Status

func (GetK8sRepoResponse) StatusCode

func (r GetK8sRepoResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetK8sReposResponse

type GetK8sReposResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfK8sRepoInfo
	YAML200      *ArrayOfK8sRepoInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetK8sReposResponse

func ParseGetK8sReposResponse(rsp *http.Response) (*GetK8sReposResponse, error)

ParseGetK8sReposResponse parses an HTTP response from a GetK8sReposWithResponse call

func (GetK8sReposResponse) Status

func (r GetK8sReposResponse) Status() string

Status returns HTTPResponse.Status

func (GetK8sReposResponse) StatusCode

func (r GetK8sReposResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetKSUResponse

type GetKSUResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetKSUResponse

func ParseGetKSUResponse(rsp *http.Response) (*GetKSUResponse, error)

ParseGetKSUResponse parses an HTTP response from a GetKSUWithResponse call

func (GetKSUResponse) Status

func (r GetKSUResponse) Status() string

Status returns HTTPResponse.Status

func (GetKSUResponse) StatusCode

func (r GetKSUResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSDResponse

type GetNSDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NsdInfo
	YAML200      *NsdInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSDResponse

func ParseGetNSDResponse(rsp *http.Response) (*GetNSDResponse, error)

ParseGetNSDResponse parses an HTTP response from a GetNSDWithResponse call

func (GetNSDResponse) Status

func (r GetNSDResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSDResponse) StatusCode

func (r GetNSDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSDcontentResponse

type GetNSDcontentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSDcontentResponse

func ParseGetNSDcontentResponse(rsp *http.Response) (*GetNSDcontentResponse, error)

ParseGetNSDcontentResponse parses an HTTP response from a GetNSDcontentWithResponse call

func (GetNSDcontentResponse) Status

func (r GetNSDcontentResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSDcontentResponse) StatusCode

func (r GetNSDcontentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSDsResponse

type GetNSDsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfNsdInfo
	YAML200      *ArrayOfNsdInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSDsResponse

func ParseGetNSDsResponse(rsp *http.Response) (*GetNSDsResponse, error)

ParseGetNSDsResponse parses an HTTP response from a GetNSDsWithResponse call

func (GetNSDsResponse) Status

func (r GetNSDsResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSDsResponse) StatusCode

func (r GetNSDsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSIContentResponse

type GetNSIContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NetSliceInstance
	YAML200      *NetSliceInstance
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSIContentResponse

func ParseGetNSIContentResponse(rsp *http.Response) (*GetNSIContentResponse, error)

ParseGetNSIContentResponse parses an HTTP response from a GetNSIContentWithResponse call

func (GetNSIContentResponse) Status

func (r GetNSIContentResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSIContentResponse) StatusCode

func (r GetNSIContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSIResponse

type GetNSIResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NetSliceInstance
	YAML200      *NetSliceInstance
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSIResponse

func ParseGetNSIResponse(rsp *http.Response) (*GetNSIResponse, error)

ParseGetNSIResponse parses an HTTP response from a GetNSIWithResponse call

func (GetNSIResponse) Status

func (r GetNSIResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSIResponse) StatusCode

func (r GetNSIResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSIsContentResponse

type GetNSIsContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfNetSliceInstance
	YAML200      *ArrayOfNetSliceInstance
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSIsContentResponse

func ParseGetNSIsContentResponse(rsp *http.Response) (*GetNSIsContentResponse, error)

ParseGetNSIsContentResponse parses an HTTP response from a GetNSIsContentWithResponse call

func (GetNSIsContentResponse) Status

func (r GetNSIsContentResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSIsContentResponse) StatusCode

func (r GetNSIsContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSIsResponse

type GetNSIsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfNetSliceInstance
	YAML200      *ArrayOfNetSliceInstance
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSIsResponse

func ParseGetNSIsResponse(rsp *http.Response) (*GetNSIsResponse, error)

ParseGetNSIsResponse parses an HTTP response from a GetNSIsWithResponse call

func (GetNSIsResponse) Status

func (r GetNSIsResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSIsResponse) StatusCode

func (r GetNSIsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSLCMOpOccResponse

type GetNSLCMOpOccResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NsLcmOpOcc
	YAML200      *NsLcmOpOcc
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSLCMOpOccResponse

func ParseGetNSLCMOpOccResponse(rsp *http.Response) (*GetNSLCMOpOccResponse, error)

ParseGetNSLCMOpOccResponse parses an HTTP response from a GetNSLCMOpOccWithResponse call

func (GetNSLCMOpOccResponse) Status

func (r GetNSLCMOpOccResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSLCMOpOccResponse) StatusCode

func (r GetNSLCMOpOccResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSLCMOpOccsResponse

type GetNSLCMOpOccsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfNsLcmOpOcc
	YAML200      *ArrayOfNsLcmOpOcc
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSLCMOpOccsResponse

func ParseGetNSLCMOpOccsResponse(rsp *http.Response) (*GetNSLCMOpOccsResponse, error)

ParseGetNSLCMOpOccsResponse parses an HTTP response from a GetNSLCMOpOccsWithResponse call

func (GetNSLCMOpOccsResponse) Status

func (r GetNSLCMOpOccsResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSLCMOpOccsResponse) StatusCode

func (r GetNSLCMOpOccsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSTResponse

type GetNSTResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NstInfo
	YAML200      *NstInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSTResponse

func ParseGetNSTResponse(rsp *http.Response) (*GetNSTResponse, error)

ParseGetNSTResponse parses an HTTP response from a GetNSTWithResponse call

func (GetNSTResponse) Status

func (r GetNSTResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSTResponse) StatusCode

func (r GetNSTResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSTcontentResponse

type GetNSTcontentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSTcontentResponse

func ParseGetNSTcontentResponse(rsp *http.Response) (*GetNSTcontentResponse, error)

ParseGetNSTcontentResponse parses an HTTP response from a GetNSTcontentWithResponse call

func (GetNSTcontentResponse) Status

func (r GetNSTcontentResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSTcontentResponse) StatusCode

func (r GetNSTcontentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSTsResponse

type GetNSTsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfNstInfo
	YAML200      *ArrayOfNstInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSTsResponse

func ParseGetNSTsResponse(rsp *http.Response) (*GetNSTsResponse, error)

ParseGetNSTsResponse parses an HTTP response from a GetNSTsWithResponse call

func (GetNSTsResponse) Status

func (r GetNSTsResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSTsResponse) StatusCode

func (r GetNSTsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSinstanceContentResponse

type GetNSinstanceContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NsInstance
	YAML200      *NsInstance
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSinstanceContentResponse

func ParseGetNSinstanceContentResponse(rsp *http.Response) (*GetNSinstanceContentResponse, error)

ParseGetNSinstanceContentResponse parses an HTTP response from a GetNSinstanceContentWithResponse call

func (GetNSinstanceContentResponse) Status

Status returns HTTPResponse.Status

func (GetNSinstanceContentResponse) StatusCode

func (r GetNSinstanceContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSinstanceParams

type GetNSinstanceParams struct {
	// VcaStatusRefresh Set to true if vca status needs to be refreshed.
	VcaStatusRefresh *bool `form:"vcaStatusRefresh,omitempty" json:"vcaStatusRefresh,omitempty"`
}

GetNSinstanceParams defines parameters for GetNSinstance.

type GetNSinstanceResponse

type GetNSinstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NsInstance
	YAML200      *NsInstance
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSinstanceResponse

func ParseGetNSinstanceResponse(rsp *http.Response) (*GetNSinstanceResponse, error)

ParseGetNSinstanceResponse parses an HTTP response from a GetNSinstanceWithResponse call

func (GetNSinstanceResponse) Status

func (r GetNSinstanceResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSinstanceResponse) StatusCode

func (r GetNSinstanceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSinstancesContentResponse

type GetNSinstancesContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfNsInstance
	YAML200      *ArrayOfNsInstance
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSinstancesContentResponse

func ParseGetNSinstancesContentResponse(rsp *http.Response) (*GetNSinstancesContentResponse, error)

ParseGetNSinstancesContentResponse parses an HTTP response from a GetNSinstancesContentWithResponse call

func (GetNSinstancesContentResponse) Status

Status returns HTTPResponse.Status

func (GetNSinstancesContentResponse) StatusCode

func (r GetNSinstancesContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNSinstancesResponse

type GetNSinstancesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfNsInstance
	YAML200      *ArrayOfNsInstance
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNSinstancesResponse

func ParseGetNSinstancesResponse(rsp *http.Response) (*GetNSinstancesResponse, error)

ParseGetNSinstancesResponse parses an HTTP response from a GetNSinstancesWithResponse call

func (GetNSinstancesResponse) Status

func (r GetNSinstancesResponse) Status() string

Status returns HTTPResponse.Status

func (GetNSinstancesResponse) StatusCode

func (r GetNSinstancesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNsPkgArtifactResponse

type GetNsPkgArtifactResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNsPkgArtifactResponse

func ParseGetNsPkgArtifactResponse(rsp *http.Response) (*GetNsPkgArtifactResponse, error)

ParseGetNsPkgArtifactResponse parses an HTTP response from a GetNsPkgArtifactWithResponse call

func (GetNsPkgArtifactResponse) Status

func (r GetNsPkgArtifactResponse) Status() string

Status returns HTTPResponse.Status

func (GetNsPkgArtifactResponse) StatusCode

func (r GetNsPkgArtifactResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNsPkgNsdResponse

type GetNsPkgNsdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNsPkgNsdResponse

func ParseGetNsPkgNsdResponse(rsp *http.Response) (*GetNsPkgNsdResponse, error)

ParseGetNsPkgNsdResponse parses an HTTP response from a GetNsPkgNsdWithResponse call

func (GetNsPkgNsdResponse) Status

func (r GetNsPkgNsdResponse) Status() string

Status returns HTTPResponse.Status

func (GetNsPkgNsdResponse) StatusCode

func (r GetNsPkgNsdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNsPkgsContentResponse

type GetNsPkgsContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfNsdInfo
	YAML200      *ArrayOfNsdInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNsPkgsContentResponse

func ParseGetNsPkgsContentResponse(rsp *http.Response) (*GetNsPkgsContentResponse, error)

ParseGetNsPkgsContentResponse parses an HTTP response from a GetNsPkgsContentWithResponse call

func (GetNsPkgsContentResponse) Status

func (r GetNsPkgsContentResponse) Status() string

Status returns HTTPResponse.Status

func (GetNsPkgsContentResponse) StatusCode

func (r GetNsPkgsContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNsPkgsIdContentResponse

type GetNsPkgsIdContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NsdInfo
	YAML200      *NsdInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNsPkgsIdContentResponse

func ParseGetNsPkgsIdContentResponse(rsp *http.Response) (*GetNsPkgsIdContentResponse, error)

ParseGetNsPkgsIdContentResponse parses an HTTP response from a GetNsPkgsIdContentWithResponse call

func (GetNsPkgsIdContentResponse) Status

Status returns HTTPResponse.Status

func (GetNsPkgsIdContentResponse) StatusCode

func (r GetNsPkgsIdContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNsPmJobReportResponse

type GetNsPmJobReportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NsPmJobReportInfo
	YAML200      *NsPmJobReportInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNsPmJobReportResponse

func ParseGetNsPmJobReportResponse(rsp *http.Response) (*GetNsPmJobReportResponse, error)

ParseGetNsPmJobReportResponse parses an HTTP response from a GetNsPmJobReportWithResponse call

func (GetNsPmJobReportResponse) Status

func (r GetNsPmJobReportResponse) Status() string

Status returns HTTPResponse.Status

func (GetNsPmJobReportResponse) StatusCode

func (r GetNsPmJobReportResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNsSubcriptionIdResponse

type GetNsSubcriptionIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NslcmSubscriptionInfo
	YAML200      *NslcmSubscriptionInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNsSubcriptionIdResponse

func ParseGetNsSubcriptionIdResponse(rsp *http.Response) (*GetNsSubcriptionIdResponse, error)

ParseGetNsSubcriptionIdResponse parses an HTTP response from a GetNsSubcriptionIdWithResponse call

func (GetNsSubcriptionIdResponse) Status

Status returns HTTPResponse.Status

func (GetNsSubcriptionIdResponse) StatusCode

func (r GetNsSubcriptionIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNsSubcriptionsResponse

type GetNsSubcriptionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfNslcmSubscriptionInfo
	YAML200      *ArrayOfNslcmSubscriptionInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNsSubcriptionsResponse

func ParseGetNsSubcriptionsResponse(rsp *http.Response) (*GetNsSubcriptionsResponse, error)

ParseGetNsSubcriptionsResponse parses an HTTP response from a GetNsSubcriptionsWithResponse call

func (GetNsSubcriptionsResponse) Status

func (r GetNsSubcriptionsResponse) Status() string

Status returns HTTPResponse.Status

func (GetNsSubcriptionsResponse) StatusCode

func (r GetNsSubcriptionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNsconfigtemplateResponse

type GetNsconfigtemplateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NsConfigTemplateInfo
	YAML200      *NsConfigTemplateInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNsconfigtemplateResponse

func ParseGetNsconfigtemplateResponse(rsp *http.Response) (*GetNsconfigtemplateResponse, error)

ParseGetNsconfigtemplateResponse parses an HTTP response from a GetNsconfigtemplateWithResponse call

func (GetNsconfigtemplateResponse) Status

Status returns HTTPResponse.Status

func (GetNsconfigtemplateResponse) StatusCode

func (r GetNsconfigtemplateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNsconfigtemplatesResponse

type GetNsconfigtemplatesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfNsConfigTemplateInfo
	YAML200      *ArrayOfNsConfigTemplateInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNsconfigtemplatesResponse

func ParseGetNsconfigtemplatesResponse(rsp *http.Response) (*GetNsconfigtemplatesResponse, error)

ParseGetNsconfigtemplatesResponse parses an HTTP response from a GetNsconfigtemplatesWithResponse call

func (GetNsconfigtemplatesResponse) Status

Status returns HTTPResponse.Status

func (GetNsconfigtemplatesResponse) StatusCode

func (r GetNsconfigtemplatesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNsiLcmOpOccResponse

type GetNsiLcmOpOccResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NsiLcmOpOcc
	YAML200      *NsiLcmOpOcc
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNsiLcmOpOccResponse

func ParseGetNsiLcmOpOccResponse(rsp *http.Response) (*GetNsiLcmOpOccResponse, error)

ParseGetNsiLcmOpOccResponse parses an HTTP response from a GetNsiLcmOpOccWithResponse call

func (GetNsiLcmOpOccResponse) Status

func (r GetNsiLcmOpOccResponse) Status() string

Status returns HTTPResponse.Status

func (GetNsiLcmOpOccResponse) StatusCode

func (r GetNsiLcmOpOccResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNsiLcmOpOccsResponse

type GetNsiLcmOpOccsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfNsiLcmOpOcc
	YAML200      *ArrayOfNsiLcmOpOcc
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNsiLcmOpOccsResponse

func ParseGetNsiLcmOpOccsResponse(rsp *http.Response) (*GetNsiLcmOpOccsResponse, error)

ParseGetNsiLcmOpOccsResponse parses an HTTP response from a GetNsiLcmOpOccsWithResponse call

func (GetNsiLcmOpOccsResponse) Status

func (r GetNsiLcmOpOccsResponse) Status() string

Status returns HTTPResponse.Status

func (GetNsiLcmOpOccsResponse) StatusCode

func (r GetNsiLcmOpOccsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNstArtifactResponse

type GetNstArtifactResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNstArtifactResponse

func ParseGetNstArtifactResponse(rsp *http.Response) (*GetNstArtifactResponse, error)

ParseGetNstArtifactResponse parses an HTTP response from a GetNstArtifactWithResponse call

func (GetNstArtifactResponse) Status

func (r GetNstArtifactResponse) Status() string

Status returns HTTPResponse.Status

func (GetNstArtifactResponse) StatusCode

func (r GetNstArtifactResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNstContentResponse

type GetNstContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfNstInfo
	YAML200      *ArrayOfNstInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNstContentResponse

func ParseGetNstContentResponse(rsp *http.Response) (*GetNstContentResponse, error)

ParseGetNstContentResponse parses an HTTP response from a GetNstContentWithResponse call

func (GetNstContentResponse) Status

func (r GetNstContentResponse) Status() string

Status returns HTTPResponse.Status

func (GetNstContentResponse) StatusCode

func (r GetNstContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNstIdContentResponse

type GetNstIdContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NstInfo
	YAML200      *NstInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNstIdContentResponse

func ParseGetNstIdContentResponse(rsp *http.Response) (*GetNstIdContentResponse, error)

ParseGetNstIdContentResponse parses an HTTP response from a GetNstIdContentWithResponse call

func (GetNstIdContentResponse) Status

func (r GetNstIdContentResponse) Status() string

Status returns HTTPResponse.Status

func (GetNstIdContentResponse) StatusCode

func (r GetNstIdContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNstNstResponse

type GetNstNstResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetNstNstResponse

func ParseGetNstNstResponse(rsp *http.Response) (*GetNstNstResponse, error)

ParseGetNstNstResponse parses an HTTP response from a GetNstNstWithResponse call

func (GetNstNstResponse) Status

func (r GetNstNstResponse) Status() string

Status returns HTTPResponse.Status

func (GetNstNstResponse) StatusCode

func (r GetNstNstResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOKAPackageResponse

type GetOKAPackageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetOKAPackageResponse

func ParseGetOKAPackageResponse(rsp *http.Response) (*GetOKAPackageResponse, error)

ParseGetOKAPackageResponse parses an HTTP response from a GetOKAPackageWithResponse call

func (GetOKAPackageResponse) Status

func (r GetOKAPackageResponse) Status() string

Status returns HTTPResponse.Status

func (GetOKAPackageResponse) StatusCode

func (r GetOKAPackageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPDUResponse

type GetPDUResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PduInfo
	YAML200      *PduInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetPDUResponse

func ParseGetPDUResponse(rsp *http.Response) (*GetPDUResponse, error)

ParseGetPDUResponse parses an HTTP response from a GetPDUWithResponse call

func (GetPDUResponse) Status

func (r GetPDUResponse) Status() string

Status returns HTTPResponse.Status

func (GetPDUResponse) StatusCode

func (r GetPDUResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPDUsResponse

type GetPDUsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfPduInfo
	YAML200      *ArrayOfPduInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetPDUsResponse

func ParseGetPDUsResponse(rsp *http.Response) (*GetPDUsResponse, error)

ParseGetPDUsResponse parses an HTTP response from a GetPDUsWithResponse call

func (GetPDUsResponse) Status

func (r GetPDUsResponse) Status() string

Status returns HTTPResponse.Status

func (GetPDUsResponse) StatusCode

func (r GetPDUsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetProjectResponse

type GetProjectResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ProjectInfo
	YAML200      *ProjectInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetProjectResponse

func ParseGetProjectResponse(rsp *http.Response) (*GetProjectResponse, error)

ParseGetProjectResponse parses an HTTP response from a GetProjectWithResponse call

func (GetProjectResponse) Status

func (r GetProjectResponse) Status() string

Status returns HTTPResponse.Status

func (GetProjectResponse) StatusCode

func (r GetProjectResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetProjectsResponse

type GetProjectsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfProjectInfo
	YAML200      *ArrayOfProjectInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetProjectsResponse

func ParseGetProjectsResponse(rsp *http.Response) (*GetProjectsResponse, error)

ParseGetProjectsResponse parses an HTTP response from a GetProjectsWithResponse call

func (GetProjectsResponse) Status

func (r GetProjectsResponse) Status() string

Status returns HTTPResponse.Status

func (GetProjectsResponse) StatusCode

func (r GetProjectsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetResourceProfileResponse

type GetResourceProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetResourceProfileResponse

func ParseGetResourceProfileResponse(rsp *http.Response) (*GetResourceProfileResponse, error)

ParseGetResourceProfileResponse parses an HTTP response from a GetResourceProfileWithResponse call

func (GetResourceProfileResponse) Status

Status returns HTTPResponse.Status

func (GetResourceProfileResponse) StatusCode

func (r GetResourceProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRoleResponse

type GetRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RoleInfo
	YAML200      *RoleInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetRoleResponse

func ParseGetRoleResponse(rsp *http.Response) (*GetRoleResponse, error)

ParseGetRoleResponse parses an HTTP response from a GetRoleWithResponse call

func (GetRoleResponse) Status

func (r GetRoleResponse) Status() string

Status returns HTTPResponse.Status

func (GetRoleResponse) StatusCode

func (r GetRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRolesResponse

type GetRolesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfRoleInfo
	YAML200      *ArrayOfRoleInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetRolesResponse

func ParseGetRolesResponse(rsp *http.Response) (*GetRolesResponse, error)

ParseGetRolesResponse parses an HTTP response from a GetRolesWithResponse call

func (GetRolesResponse) Status

func (r GetRolesResponse) Status() string

Status returns HTTPResponse.Status

func (GetRolesResponse) StatusCode

func (r GetRolesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSDNResponse

type GetSDNResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SdnInfo
	YAML200      *SdnInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetSDNResponse

func ParseGetSDNResponse(rsp *http.Response) (*GetSDNResponse, error)

ParseGetSDNResponse parses an HTTP response from a GetSDNWithResponse call

func (GetSDNResponse) Status

func (r GetSDNResponse) Status() string

Status returns HTTPResponse.Status

func (GetSDNResponse) StatusCode

func (r GetSDNResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSDNsResponse

type GetSDNsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfSdnInfo
	YAML200      *ArrayOfSdnInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetSDNsResponse

func ParseGetSDNsResponse(rsp *http.Response) (*GetSDNsResponse, error)

ParseGetSDNsResponse parses an HTTP response from a GetSDNsWithResponse call

func (GetSDNsResponse) Status

func (r GetSDNsResponse) Status() string

Status returns HTTPResponse.Status

func (GetSDNsResponse) StatusCode

func (r GetSDNsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTemplatecontentResponse

type GetTemplatecontentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NsConfigTemplateInfo
	YAML200      *NsConfigTemplateInfo
	JSON206      *NsConfigTemplateInfo
	YAML206      *NsConfigTemplateInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetTemplatecontentResponse

func ParseGetTemplatecontentResponse(rsp *http.Response) (*GetTemplatecontentResponse, error)

ParseGetTemplatecontentResponse parses an HTTP response from a GetTemplatecontentWithResponse call

func (GetTemplatecontentResponse) Status

Status returns HTTPResponse.Status

func (GetTemplatecontentResponse) StatusCode

func (r GetTemplatecontentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTokenResponse

type GetTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TokenInfo
	YAML200      *TokenInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetTokenResponse

func ParseGetTokenResponse(rsp *http.Response) (*GetTokenResponse, error)

ParseGetTokenResponse parses an HTTP response from a GetTokenWithResponse call

func (GetTokenResponse) Status

func (r GetTokenResponse) Status() string

Status returns HTTPResponse.Status

func (GetTokenResponse) StatusCode

func (r GetTokenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTokensResponse

type GetTokensResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfTokenInfo
	YAML200      *ArrayOfTokenInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetTokensResponse

func ParseGetTokensResponse(rsp *http.Response) (*GetTokensResponse, error)

ParseGetTokensResponse parses an HTTP response from a GetTokensWithResponse call

func (GetTokensResponse) Status

func (r GetTokensResponse) Status() string

Status returns HTTPResponse.Status

func (GetTokensResponse) StatusCode

func (r GetTokensResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetUserResponse

type GetUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *UserInfo
	YAML200      *UserInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetUserResponse

func ParseGetUserResponse(rsp *http.Response) (*GetUserResponse, error)

ParseGetUserResponse parses an HTTP response from a GetUserWithResponse call

func (GetUserResponse) Status

func (r GetUserResponse) Status() string

Status returns HTTPResponse.Status

func (GetUserResponse) StatusCode

func (r GetUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetUsersResponse

type GetUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfUserInfo
	YAML200      *ArrayOfUserInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetUsersResponse

func ParseGetUsersResponse(rsp *http.Response) (*GetUsersResponse, error)

ParseGetUsersResponse parses an HTTP response from a GetUsersWithResponse call

func (GetUsersResponse) Status

func (r GetUsersResponse) Status() string

Status returns HTTPResponse.Status

func (GetUsersResponse) StatusCode

func (r GetUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVIMResponse

type GetVIMResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *VimInfo
	YAML200      *VimInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVIMResponse

func ParseGetVIMResponse(rsp *http.Response) (*GetVIMResponse, error)

ParseGetVIMResponse parses an HTTP response from a GetVIMWithResponse call

func (GetVIMResponse) Status

func (r GetVIMResponse) Status() string

Status returns HTTPResponse.Status

func (GetVIMResponse) StatusCode

func (r GetVIMResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVIMsResponse

type GetVIMsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfVimInfo
	YAML200      *ArrayOfVimInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVIMsResponse

func ParseGetVIMsResponse(rsp *http.Response) (*GetVIMsResponse, error)

ParseGetVIMsResponse parses an HTTP response from a GetVIMsWithResponse call

func (GetVIMsResponse) Status

func (r GetVIMsResponse) Status() string

Status returns HTTPResponse.Status

func (GetVIMsResponse) StatusCode

func (r GetVIMsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVcaResponse

type GetVcaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *VcaInfo
	YAML200      *VcaInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVcaResponse

func ParseGetVcaResponse(rsp *http.Response) (*GetVcaResponse, error)

ParseGetVcaResponse parses an HTTP response from a GetVcaWithResponse call

func (GetVcaResponse) Status

func (r GetVcaResponse) Status() string

Status returns HTTPResponse.Status

func (GetVcaResponse) StatusCode

func (r GetVcaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVcasResponse

type GetVcasResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfVcaInfo
	YAML200      *ArrayOfVcaInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVcasResponse

func ParseGetVcasResponse(rsp *http.Response) (*GetVcasResponse, error)

ParseGetVcasResponse parses an HTTP response from a GetVcasWithResponse call

func (GetVcasResponse) Status

func (r GetVcasResponse) Status() string

Status returns HTTPResponse.Status

func (GetVcasResponse) StatusCode

func (r GetVcasResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVimAccountResponse

type GetVimAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *VimInfo
	YAML200      *VimInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVimAccountResponse

func ParseGetVimAccountResponse(rsp *http.Response) (*GetVimAccountResponse, error)

ParseGetVimAccountResponse parses an HTTP response from a GetVimAccountWithResponse call

func (GetVimAccountResponse) Status

func (r GetVimAccountResponse) Status() string

Status returns HTTPResponse.Status

func (GetVimAccountResponse) StatusCode

func (r GetVimAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVimAccountsResponse

type GetVimAccountsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfVimInfo
	YAML200      *ArrayOfVimInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVimAccountsResponse

func ParseGetVimAccountsResponse(rsp *http.Response) (*GetVimAccountsResponse, error)

ParseGetVimAccountsResponse parses an HTTP response from a GetVimAccountsWithResponse call

func (GetVimAccountsResponse) Status

func (r GetVimAccountsResponse) Status() string

Status returns HTTPResponse.Status

func (GetVimAccountsResponse) StatusCode

func (r GetVimAccountsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVnfInstanceResponse

type GetVnfInstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *VnfInstanceInfo
	YAML200      *VnfInstanceInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVnfInstanceResponse

func ParseGetVnfInstanceResponse(rsp *http.Response) (*GetVnfInstanceResponse, error)

ParseGetVnfInstanceResponse parses an HTTP response from a GetVnfInstanceWithResponse call

func (GetVnfInstanceResponse) Status

func (r GetVnfInstanceResponse) Status() string

Status returns HTTPResponse.Status

func (GetVnfInstanceResponse) StatusCode

func (r GetVnfInstanceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVnfInstancesResponse

type GetVnfInstancesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfVnfInstanceInfo
	YAML200      *ArrayOfVnfInstanceInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVnfInstancesResponse

func ParseGetVnfInstancesResponse(rsp *http.Response) (*GetVnfInstancesResponse, error)

ParseGetVnfInstancesResponse parses an HTTP response from a GetVnfInstancesWithResponse call

func (GetVnfInstancesResponse) Status

func (r GetVnfInstancesResponse) Status() string

Status returns HTTPResponse.Status

func (GetVnfInstancesResponse) StatusCode

func (r GetVnfInstancesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVnfPkgArtifactResponse

type GetVnfPkgArtifactResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVnfPkgArtifactResponse

func ParseGetVnfPkgArtifactResponse(rsp *http.Response) (*GetVnfPkgArtifactResponse, error)

ParseGetVnfPkgArtifactResponse parses an HTTP response from a GetVnfPkgArtifactWithResponse call

func (GetVnfPkgArtifactResponse) Status

func (r GetVnfPkgArtifactResponse) Status() string

Status returns HTTPResponse.Status

func (GetVnfPkgArtifactResponse) StatusCode

func (r GetVnfPkgArtifactResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVnfPkgContentResponse

type GetVnfPkgContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVnfPkgContentResponse

func ParseGetVnfPkgContentResponse(rsp *http.Response) (*GetVnfPkgContentResponse, error)

ParseGetVnfPkgContentResponse parses an HTTP response from a GetVnfPkgContentWithResponse call

func (GetVnfPkgContentResponse) Status

func (r GetVnfPkgContentResponse) Status() string

Status returns HTTPResponse.Status

func (GetVnfPkgContentResponse) StatusCode

func (r GetVnfPkgContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVnfPkgResponse

type GetVnfPkgResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *VnfPkgInfo
	YAML200      *VnfPkgInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVnfPkgResponse

func ParseGetVnfPkgResponse(rsp *http.Response) (*GetVnfPkgResponse, error)

ParseGetVnfPkgResponse parses an HTTP response from a GetVnfPkgWithResponse call

func (GetVnfPkgResponse) Status

func (r GetVnfPkgResponse) Status() string

Status returns HTTPResponse.Status

func (GetVnfPkgResponse) StatusCode

func (r GetVnfPkgResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVnfPkgVnfdResponse

type GetVnfPkgVnfdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVnfPkgVnfdResponse

func ParseGetVnfPkgVnfdResponse(rsp *http.Response) (*GetVnfPkgVnfdResponse, error)

ParseGetVnfPkgVnfdResponse parses an HTTP response from a GetVnfPkgVnfdWithResponse call

func (GetVnfPkgVnfdResponse) Status

func (r GetVnfPkgVnfdResponse) Status() string

Status returns HTTPResponse.Status

func (GetVnfPkgVnfdResponse) StatusCode

func (r GetVnfPkgVnfdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVnfPkgsContentResponse

type GetVnfPkgsContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfVnfPkgInfo
	YAML200      *ArrayOfVnfPkgInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVnfPkgsContentResponse

func ParseGetVnfPkgsContentResponse(rsp *http.Response) (*GetVnfPkgsContentResponse, error)

ParseGetVnfPkgsContentResponse parses an HTTP response from a GetVnfPkgsContentWithResponse call

func (GetVnfPkgsContentResponse) Status

func (r GetVnfPkgsContentResponse) Status() string

Status returns HTTPResponse.Status

func (GetVnfPkgsContentResponse) StatusCode

func (r GetVnfPkgsContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVnfPkgsIdContentResponse

type GetVnfPkgsIdContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *VnfPkgInfo
	YAML200      *VnfPkgInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVnfPkgsIdContentResponse

func ParseGetVnfPkgsIdContentResponse(rsp *http.Response) (*GetVnfPkgsIdContentResponse, error)

ParseGetVnfPkgsIdContentResponse parses an HTTP response from a GetVnfPkgsIdContentWithResponse call

func (GetVnfPkgsIdContentResponse) Status

Status returns HTTPResponse.Status

func (GetVnfPkgsIdContentResponse) StatusCode

func (r GetVnfPkgsIdContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVnfPkgsResponse

type GetVnfPkgsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfVnfPkgInfo
	YAML200      *ArrayOfVnfPkgInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetVnfPkgsResponse

func ParseGetVnfPkgsResponse(rsp *http.Response) (*GetVnfPkgsResponse, error)

ParseGetVnfPkgsResponse parses an HTTP response from a GetVnfPkgsWithResponse call

func (GetVnfPkgsResponse) Status

func (r GetVnfPkgsResponse) Status() string

Status returns HTTPResponse.Status

func (GetVnfPkgsResponse) StatusCode

func (r GetVnfPkgsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWimAccountResponse

type GetWimAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *WimInfo
	YAML200      *WimInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetWimAccountResponse

func ParseGetWimAccountResponse(rsp *http.Response) (*GetWimAccountResponse, error)

ParseGetWimAccountResponse parses an HTTP response from a GetWimAccountWithResponse call

func (GetWimAccountResponse) Status

func (r GetWimAccountResponse) Status() string

Status returns HTTPResponse.Status

func (GetWimAccountResponse) StatusCode

func (r GetWimAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWimAccountsResponse

type GetWimAccountsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ArrayOfWimInfo
	YAML200      *ArrayOfWimInfo
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseGetWimAccountsResponse

func ParseGetWimAccountsResponse(rsp *http.Response) (*GetWimAccountsResponse, error)

ParseGetWimAccountsResponse parses an HTTP response from a GetWimAccountsWithResponse call

func (GetWimAccountsResponse) Status

func (r GetWimAccountsResponse) Status() string

Status returns HTTPResponse.Status

func (GetWimAccountsResponse) StatusCode

func (r GetWimAccountsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type HealNSinstanceJSONRequestBody

type HealNSinstanceJSONRequestBody = HealNsRequest

HealNSinstanceJSONRequestBody defines body for HealNSinstance for application/json ContentType.

type HealNSinstanceResponse

type HealNSinstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseHealNSinstanceResponse

func ParseHealNSinstanceResponse(rsp *http.Response) (*HealNSinstanceResponse, error)

ParseHealNSinstanceResponse parses an HTTP response from a HealNSinstanceWithResponse call

func (HealNSinstanceResponse) Status

func (r HealNSinstanceResponse) Status() string

Status returns HTTPResponse.Status

func (HealNSinstanceResponse) StatusCode

func (r HealNSinstanceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type HealNsRequest

type HealNsRequest struct {
	// HealVnfData List of VNF to be healed, together with the information needed to heal each.
	HealVnfData []HealVnfData `json:"healVnfData"`

	// TimeoutNsHeal timeout for the heal operation in seconds
	TimeoutNsHeal *int `json:"timeout_ns_heal,omitempty"`
}

HealNsRequest This type represents request parameters for the "Heal NS" operation. This operation supports the healing of an NS instance by healing one or more of the VNF that are part of this NS.

type HealVduData

type HealVduData struct {
	// CountIndex Indicates the VDU number when the VDU is part of a scale-group.
	CountIndex *int `json:"count-index,omitempty"`

	// RunDay1 Flag to indicate whether or not to run day1 primitives for the VDU (default: false).
	RunDay1 *bool `json:"run-day1,omitempty"`

	// VduId Identifies the VDU id, part of the VNF, requiring a healing action.
	VduId openapi_types.UUID `json:"vdu-id"`
}

HealVduData This type represents the information to heal a VDU that is part of a VNF.

type HealVnfData

type HealVnfData struct {
	// AdditionalParams Additional parameters passed by the NFVO as input to the healing process, specific to the VNF being healed.
	AdditionalParams *struct {
		// RunDay1 Flag to indicate whether or not to run day1 primitives for the VNF (default: false).
		RunDay1 *bool `json:"run-day1,omitempty"`

		// Vdu List of VDU to be healed, together with the information needed to heal each.
		Vdu *[]HealVduData `json:"vdu,omitempty"`
	} `json:"additionalParams,omitempty"`

	// Cause Indicates the reason why a healing procedure is required.
	Cause *string `json:"cause,omitempty"`

	// VnfInstanceId Identifies the VNF instance, part of the NS, requiring a healing action.
	VnfInstanceId openapi_types.UUID `json:"vnfInstanceId"`
}

HealVnfData This type represents the information to heal a VNF that is part of an NS.

type HttpRequestDoer

type HttpRequestDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

Doer performs HTTP requests.

The standard http.Client implements this interface.

type InstantiateNSIJSONRequestBody

type InstantiateNSIJSONRequestBody = InstantiateNsiRequest

InstantiateNSIJSONRequestBody defines body for InstantiateNSI for application/json ContentType.

type InstantiateNSIResponse

type InstantiateNSIResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectId
	YAML202      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseInstantiateNSIResponse

func ParseInstantiateNSIResponse(rsp *http.Response) (*InstantiateNSIResponse, error)

ParseInstantiateNSIResponse parses an HTTP response from a InstantiateNSIWithResponse call

func (InstantiateNSIResponse) Status

func (r InstantiateNSIResponse) Status() string

Status returns HTTPResponse.Status

func (InstantiateNSIResponse) StatusCode

func (r InstantiateNSIResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type InstantiateNSinstanceJSONRequestBody

type InstantiateNSinstanceJSONRequestBody = InstantiateNsRequest

InstantiateNSinstanceJSONRequestBody defines body for InstantiateNSinstance for application/json ContentType.

type InstantiateNSinstanceResponse

type InstantiateNSinstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectId
	YAML202      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseInstantiateNSinstanceResponse

func ParseInstantiateNSinstanceResponse(rsp *http.Response) (*InstantiateNSinstanceResponse, error)

ParseInstantiateNSinstanceResponse parses an HTTP response from a InstantiateNSinstanceWithResponse call

func (InstantiateNSinstanceResponse) Status

Status returns HTTPResponse.Status

func (InstantiateNSinstanceResponse) StatusCode

func (r InstantiateNSinstanceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type InstantiateNsRequest

type InstantiateNsRequest struct {
	AdditionalParamsForNs  *map[string]interface{} `json:"additionalParamsForNs,omitempty"`
	AdditionalParamsForVnf *[]struct {
		AdditionalParams       *map[string]interface{} `json:"additionalParams,omitempty"`
		AdditionalParamsForKdu *[]struct {
			AdditionalParams *map[string]interface{} `json:"additionalParams,omitempty"`

			// K8sNamespace use this namespace for this KDU
			K8sNamespace *string `json:"k8s-namespace,omitempty"`
			KduModel     *string `json:"kdu_model,omitempty"`
			KduName      string  `json:"kdu_name"`
		} `json:"additionalParamsForKdu,omitempty"`
		AdditionalParamsForVdu *[]struct {
			AdditionalParams map[string]interface{} `json:"additionalParams"`
			VduId            string                 `json:"vdu_id"`
		} `json:"additionalParamsForVdu,omitempty"`

		// K8sNamespace use this namespace for all the KDU deployed in this VNF
		// (if any). By default it is used the id of the project
		K8sNamespace   *string `json:"k8s-namespace,omitempty"`
		MemberVnfIndex string  `json:"member-vnf-index"`
	} `json:"additionalParamsForVnf,omitempty"`
	K8sNamespace       *string             `json:"k8s-namespace,omitempty"`
	LcmOperationType   *string             `json:"lcmOperationType,omitempty"`
	NetsliceInstanceId *openapi_types.UUID `json:"netsliceInstanceId,omitempty"`

	// NsConfigTemplateId Identifier of the Ns config template which is selected
	// while instantiation
	NsConfigTemplateId *openapi_types.UUID `json:"nsConfigTemplateId,omitempty"`
	NsDescription      *string             `json:"nsDescription"`
	NsInstanceId       *openapi_types.UUID `json:"nsInstanceId,omitempty"`

	// NsName Human-readable name of the NS instance to be created.
	NsName string `json:"nsName"`

	// NsdId Identifier of the NSD that defines the NS instance to be created.
	NsdId                openapi_types.UUID      `json:"nsdId"`
	NsrId                *openapi_types.UUID     `json:"nsr_id,omitempty"`
	PlacementConstraints *map[string]interface{} `json:"placement-constraints,omitempty"`

	// PlacementEngine To compute automatically the target VIM for each VNF based on
	// constrains, e.g. latency. Currently only 'PLA' is supported
	PlacementEngine *string   `json:"placement-engine,omitempty"`
	SshKeys         *[]string `json:"ssh_keys,omitempty"`
	TimeoutNsDeploy *int      `json:"timeout_ns_deploy,omitempty"`
	VduImage        *string   `json:"vduImage,omitempty"`

	// VimAccountId Identifier of the VIM Account where the NS instance shall be created.
	VimAccountId openapi_types.UUID `json:"vimAccountId"`
	Vld          *[]struct {
		IpProfile       *map[string]interface{} `json:"ip-profile,omitempty"`
		Name            string                  `json:"name"`
		NsNet           *map[string]interface{} `json:"ns-net,omitempty"`
		ProviderNetwork *struct {
			PhysicalNetwork *string `json:"physical-network,omitempty"`
			SegmentationId  *string `json:"segmentation-id,omitempty"`
		} `json:"provider-network,omitempty"`
		VimNetworkId           *InstantiateNsRequest_Vld_VimNetworkId   `json:"vim-network-id,omitempty"`
		VimNetworkName         *InstantiateNsRequest_Vld_VimNetworkName `json:"vim-network-name,omitempty"`
		VnfdConnectionPointRef *[]struct {
			IpAddress              *string `json:"ip-address,omitempty"`
			MemberVnfIndexRef      string  `json:"member-vnf-index-ref"`
			VnfdConnectionPointRef string  `json:"vnfd-connection-point-ref"`
		} `json:"vnfd-connection-point-ref,omitempty"`
		WimAccountId *InstantiateNsRequest_Vld_WimAccountId `json:"wimAccountId"`
	} `json:"vld,omitempty"`
	Vnf *[]struct {
		InternalVld *[]struct {
			InternalConnectionPoint *[]struct {
				IdRef     string  `json:"id-ref"`
				IpAddress *string `json:"ip-address,omitempty"`
			} `json:"internal-connection-point,omitempty"`
			IpProfile *struct {
				DhcpParams *struct {
					Count        *int    `json:"count,omitempty"`
					Enabled      *bool   `json:"enabled,omitempty"`
					StartAddress *string `json:"start-address,omitempty"`
				} `json:"dhcp-params"`
				DnsServer *[]struct {
					Address string `json:"address"`
				} `json:"dns-server"`
				GatewayAddress *string                                               `json:"gateway-address"`
				IpVersion      *InstantiateNsRequestVnfInternalVldIpProfileIpVersion `json:"ip-version,omitempty"`
				SubnetAddress  *string                                               `json:"subnet-address"`
			} `json:"ip-profile,omitempty"`
			Name            string `json:"name"`
			ProviderNetwork *struct {
				NetworkType     *string `json:"network-type,omitempty"`
				PhysicalNetwork *string `json:"physical-network,omitempty"`

				// SdnPorts connect additional ports to the created underlay SDN connectivity.
				// Normally for external connectivy.
				SdnPorts       *[]InstantiateNsRequest_Vnf_InternalVld_ProviderNetwork_SdnPorts_Item `json:"sdn-ports,omitempty"`
				SegmentationId *string                                                               `json:"segmentation-id,omitempty"`
			} `json:"provider-network,omitempty"`
			VimNetworkId   *string `json:"vim-network-id,omitempty"`
			VimNetworkName *string `json:"vim-network-name,omitempty"`
		} `json:"internal-vld,omitempty"`
		MemberVnfIndex string `json:"member-vnf-index"`
		Vdu            *[]struct {
			Id        string `json:"id"`
			Interface *[]struct {
				FloatingIpRequired *bool   `json:"floating-ip-required,omitempty"`
				IpAddress          *string `json:"ip-address,omitempty"`
				MacAddress         *string `json:"mac-address,omitempty"`
				Name               string  `json:"name"`
			} `json:"interface,omitempty"`
			Volume *[]struct {
				Name        string `json:"name"`
				VimVolumeId string `json:"vim-volume-id"`
			} `json:"volume,omitempty"`
		} `json:"vdu,omitempty"`
		VimAccountId *openapi_types.UUID `json:"vimAccountId,omitempty"`
	} `json:"vnf,omitempty"`
	WimAccountId *InstantiateNsRequest_WimAccountId `json:"wimAccountId"`
}

InstantiateNsRequest defines model for InstantiateNsRequest.

type InstantiateNsRequestVldVimNetworkId0

type InstantiateNsRequestVldVimNetworkId0 = string

InstantiateNsRequestVldVimNetworkId0 defines model for .

type InstantiateNsRequestVldVimNetworkId1

type InstantiateNsRequestVldVimNetworkId1 = map[string]interface{}

InstantiateNsRequestVldVimNetworkId1 defines model for .

type InstantiateNsRequestVldVimNetworkName0

type InstantiateNsRequestVldVimNetworkName0 = string

InstantiateNsRequestVldVimNetworkName0 defines model for .

type InstantiateNsRequestVldVimNetworkName1

type InstantiateNsRequestVldVimNetworkName1 = map[string]interface{}

InstantiateNsRequestVldVimNetworkName1 defines model for .

type InstantiateNsRequestVldWimAccountId0

type InstantiateNsRequestVldWimAccountId0 = string

InstantiateNsRequestVldWimAccountId0 defines model for .

type InstantiateNsRequestVldWimAccountId1

type InstantiateNsRequestVldWimAccountId1 = bool

InstantiateNsRequestVldWimAccountId1 defines model for .

type InstantiateNsRequestVnfInternalVldIpProfileIpVersion

type InstantiateNsRequestVnfInternalVldIpProfileIpVersion string

InstantiateNsRequestVnfInternalVldIpProfileIpVersion defines model for InstantiateNsRequest.Vnf.InternalVld.IpProfile.IpVersion.

const (
	InstantiateNsRequestVnfInternalVldIpProfileIpVersionIpv4 InstantiateNsRequestVnfInternalVldIpProfileIpVersion = "ipv4"
	InstantiateNsRequestVnfInternalVldIpProfileIpVersionIpv6 InstantiateNsRequestVnfInternalVldIpProfileIpVersion = "ipv6"
)

Defines values for InstantiateNsRequestVnfInternalVldIpProfileIpVersion.

type InstantiateNsRequestWimAccountId0

type InstantiateNsRequestWimAccountId0 = string

InstantiateNsRequestWimAccountId0 defines model for .

type InstantiateNsRequestWimAccountId1

type InstantiateNsRequestWimAccountId1 = bool

InstantiateNsRequestWimAccountId1 defines model for .

type InstantiateNsRequest_Vld_VimNetworkId

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

InstantiateNsRequest_Vld_VimNetworkId defines model for InstantiateNsRequest.Vld.VimNetworkId.

func (InstantiateNsRequest_Vld_VimNetworkId) AsInstantiateNsRequestVldVimNetworkId0

func (t InstantiateNsRequest_Vld_VimNetworkId) AsInstantiateNsRequestVldVimNetworkId0() (InstantiateNsRequestVldVimNetworkId0, error)

AsInstantiateNsRequestVldVimNetworkId0 returns the union data inside the InstantiateNsRequest_Vld_VimNetworkId as a InstantiateNsRequestVldVimNetworkId0

func (InstantiateNsRequest_Vld_VimNetworkId) AsInstantiateNsRequestVldVimNetworkId1

func (t InstantiateNsRequest_Vld_VimNetworkId) AsInstantiateNsRequestVldVimNetworkId1() (InstantiateNsRequestVldVimNetworkId1, error)

AsInstantiateNsRequestVldVimNetworkId1 returns the union data inside the InstantiateNsRequest_Vld_VimNetworkId as a InstantiateNsRequestVldVimNetworkId1

func (*InstantiateNsRequest_Vld_VimNetworkId) FromInstantiateNsRequestVldVimNetworkId0

func (t *InstantiateNsRequest_Vld_VimNetworkId) FromInstantiateNsRequestVldVimNetworkId0(v InstantiateNsRequestVldVimNetworkId0) error

FromInstantiateNsRequestVldVimNetworkId0 overwrites any union data inside the InstantiateNsRequest_Vld_VimNetworkId as the provided InstantiateNsRequestVldVimNetworkId0

func (*InstantiateNsRequest_Vld_VimNetworkId) FromInstantiateNsRequestVldVimNetworkId1

func (t *InstantiateNsRequest_Vld_VimNetworkId) FromInstantiateNsRequestVldVimNetworkId1(v InstantiateNsRequestVldVimNetworkId1) error

FromInstantiateNsRequestVldVimNetworkId1 overwrites any union data inside the InstantiateNsRequest_Vld_VimNetworkId as the provided InstantiateNsRequestVldVimNetworkId1

func (InstantiateNsRequest_Vld_VimNetworkId) MarshalJSON

func (t InstantiateNsRequest_Vld_VimNetworkId) MarshalJSON() ([]byte, error)

func (*InstantiateNsRequest_Vld_VimNetworkId) MergeInstantiateNsRequestVldVimNetworkId0

func (t *InstantiateNsRequest_Vld_VimNetworkId) MergeInstantiateNsRequestVldVimNetworkId0(v InstantiateNsRequestVldVimNetworkId0) error

MergeInstantiateNsRequestVldVimNetworkId0 performs a merge with any union data inside the InstantiateNsRequest_Vld_VimNetworkId, using the provided InstantiateNsRequestVldVimNetworkId0

func (*InstantiateNsRequest_Vld_VimNetworkId) MergeInstantiateNsRequestVldVimNetworkId1

func (t *InstantiateNsRequest_Vld_VimNetworkId) MergeInstantiateNsRequestVldVimNetworkId1(v InstantiateNsRequestVldVimNetworkId1) error

MergeInstantiateNsRequestVldVimNetworkId1 performs a merge with any union data inside the InstantiateNsRequest_Vld_VimNetworkId, using the provided InstantiateNsRequestVldVimNetworkId1

func (*InstantiateNsRequest_Vld_VimNetworkId) UnmarshalJSON

func (t *InstantiateNsRequest_Vld_VimNetworkId) UnmarshalJSON(b []byte) error

type InstantiateNsRequest_Vld_VimNetworkName

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

InstantiateNsRequest_Vld_VimNetworkName defines model for InstantiateNsRequest.Vld.VimNetworkName.

func (InstantiateNsRequest_Vld_VimNetworkName) AsInstantiateNsRequestVldVimNetworkName0

func (t InstantiateNsRequest_Vld_VimNetworkName) AsInstantiateNsRequestVldVimNetworkName0() (InstantiateNsRequestVldVimNetworkName0, error)

AsInstantiateNsRequestVldVimNetworkName0 returns the union data inside the InstantiateNsRequest_Vld_VimNetworkName as a InstantiateNsRequestVldVimNetworkName0

func (InstantiateNsRequest_Vld_VimNetworkName) AsInstantiateNsRequestVldVimNetworkName1

func (t InstantiateNsRequest_Vld_VimNetworkName) AsInstantiateNsRequestVldVimNetworkName1() (InstantiateNsRequestVldVimNetworkName1, error)

AsInstantiateNsRequestVldVimNetworkName1 returns the union data inside the InstantiateNsRequest_Vld_VimNetworkName as a InstantiateNsRequestVldVimNetworkName1

func (*InstantiateNsRequest_Vld_VimNetworkName) FromInstantiateNsRequestVldVimNetworkName0

func (t *InstantiateNsRequest_Vld_VimNetworkName) FromInstantiateNsRequestVldVimNetworkName0(v InstantiateNsRequestVldVimNetworkName0) error

FromInstantiateNsRequestVldVimNetworkName0 overwrites any union data inside the InstantiateNsRequest_Vld_VimNetworkName as the provided InstantiateNsRequestVldVimNetworkName0

func (*InstantiateNsRequest_Vld_VimNetworkName) FromInstantiateNsRequestVldVimNetworkName1

func (t *InstantiateNsRequest_Vld_VimNetworkName) FromInstantiateNsRequestVldVimNetworkName1(v InstantiateNsRequestVldVimNetworkName1) error

FromInstantiateNsRequestVldVimNetworkName1 overwrites any union data inside the InstantiateNsRequest_Vld_VimNetworkName as the provided InstantiateNsRequestVldVimNetworkName1

func (InstantiateNsRequest_Vld_VimNetworkName) MarshalJSON

func (t InstantiateNsRequest_Vld_VimNetworkName) MarshalJSON() ([]byte, error)

func (*InstantiateNsRequest_Vld_VimNetworkName) MergeInstantiateNsRequestVldVimNetworkName0

func (t *InstantiateNsRequest_Vld_VimNetworkName) MergeInstantiateNsRequestVldVimNetworkName0(v InstantiateNsRequestVldVimNetworkName0) error

MergeInstantiateNsRequestVldVimNetworkName0 performs a merge with any union data inside the InstantiateNsRequest_Vld_VimNetworkName, using the provided InstantiateNsRequestVldVimNetworkName0

func (*InstantiateNsRequest_Vld_VimNetworkName) MergeInstantiateNsRequestVldVimNetworkName1

func (t *InstantiateNsRequest_Vld_VimNetworkName) MergeInstantiateNsRequestVldVimNetworkName1(v InstantiateNsRequestVldVimNetworkName1) error

MergeInstantiateNsRequestVldVimNetworkName1 performs a merge with any union data inside the InstantiateNsRequest_Vld_VimNetworkName, using the provided InstantiateNsRequestVldVimNetworkName1

func (*InstantiateNsRequest_Vld_VimNetworkName) UnmarshalJSON

func (t *InstantiateNsRequest_Vld_VimNetworkName) UnmarshalJSON(b []byte) error

type InstantiateNsRequest_Vld_WimAccountId

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

InstantiateNsRequest_Vld_WimAccountId defines model for InstantiateNsRequest.Vld.WimAccountId.

func (InstantiateNsRequest_Vld_WimAccountId) AsInstantiateNsRequestVldWimAccountId0

func (t InstantiateNsRequest_Vld_WimAccountId) AsInstantiateNsRequestVldWimAccountId0() (InstantiateNsRequestVldWimAccountId0, error)

AsInstantiateNsRequestVldWimAccountId0 returns the union data inside the InstantiateNsRequest_Vld_WimAccountId as a InstantiateNsRequestVldWimAccountId0

func (InstantiateNsRequest_Vld_WimAccountId) AsInstantiateNsRequestVldWimAccountId1

func (t InstantiateNsRequest_Vld_WimAccountId) AsInstantiateNsRequestVldWimAccountId1() (InstantiateNsRequestVldWimAccountId1, error)

AsInstantiateNsRequestVldWimAccountId1 returns the union data inside the InstantiateNsRequest_Vld_WimAccountId as a InstantiateNsRequestVldWimAccountId1

func (*InstantiateNsRequest_Vld_WimAccountId) FromInstantiateNsRequestVldWimAccountId0

func (t *InstantiateNsRequest_Vld_WimAccountId) FromInstantiateNsRequestVldWimAccountId0(v InstantiateNsRequestVldWimAccountId0) error

FromInstantiateNsRequestVldWimAccountId0 overwrites any union data inside the InstantiateNsRequest_Vld_WimAccountId as the provided InstantiateNsRequestVldWimAccountId0

func (*InstantiateNsRequest_Vld_WimAccountId) FromInstantiateNsRequestVldWimAccountId1

func (t *InstantiateNsRequest_Vld_WimAccountId) FromInstantiateNsRequestVldWimAccountId1(v InstantiateNsRequestVldWimAccountId1) error

FromInstantiateNsRequestVldWimAccountId1 overwrites any union data inside the InstantiateNsRequest_Vld_WimAccountId as the provided InstantiateNsRequestVldWimAccountId1

func (InstantiateNsRequest_Vld_WimAccountId) MarshalJSON

func (t InstantiateNsRequest_Vld_WimAccountId) MarshalJSON() ([]byte, error)

func (*InstantiateNsRequest_Vld_WimAccountId) MergeInstantiateNsRequestVldWimAccountId0

func (t *InstantiateNsRequest_Vld_WimAccountId) MergeInstantiateNsRequestVldWimAccountId0(v InstantiateNsRequestVldWimAccountId0) error

MergeInstantiateNsRequestVldWimAccountId0 performs a merge with any union data inside the InstantiateNsRequest_Vld_WimAccountId, using the provided InstantiateNsRequestVldWimAccountId0

func (*InstantiateNsRequest_Vld_WimAccountId) MergeInstantiateNsRequestVldWimAccountId1

func (t *InstantiateNsRequest_Vld_WimAccountId) MergeInstantiateNsRequestVldWimAccountId1(v InstantiateNsRequestVldWimAccountId1) error

MergeInstantiateNsRequestVldWimAccountId1 performs a merge with any union data inside the InstantiateNsRequest_Vld_WimAccountId, using the provided InstantiateNsRequestVldWimAccountId1

func (*InstantiateNsRequest_Vld_WimAccountId) UnmarshalJSON

func (t *InstantiateNsRequest_Vld_WimAccountId) UnmarshalJSON(b []byte) error

type InstantiateNsRequest_Vnf_InternalVld_ProviderNetwork_SdnPorts_Item

type InstantiateNsRequest_Vnf_InternalVld_ProviderNetwork_SdnPorts_Item struct {
	MacAddress           *string                `json:"mac_address,omitempty"`
	SwitchId             string                 `json:"switch_id"`
	SwitchPort           string                 `json:"switch_port"`
	Vlan                 *int                   `json:"vlan,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

InstantiateNsRequest_Vnf_InternalVld_ProviderNetwork_SdnPorts_Item defines model for InstantiateNsRequest.Vnf.InternalVld.ProviderNetwork.SdnPorts.Item.

func (InstantiateNsRequest_Vnf_InternalVld_ProviderNetwork_SdnPorts_Item) Get

func (a InstantiateNsRequest_Vnf_InternalVld_ProviderNetwork_SdnPorts_Item) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for InstantiateNsRequest_Vnf_InternalVld_ProviderNetwork_SdnPorts_Item. Returns the specified element and whether it was found

func (InstantiateNsRequest_Vnf_InternalVld_ProviderNetwork_SdnPorts_Item) MarshalJSON

Override default JSON handling for InstantiateNsRequest_Vnf_InternalVld_ProviderNetwork_SdnPorts_Item to handle AdditionalProperties

func (*InstantiateNsRequest_Vnf_InternalVld_ProviderNetwork_SdnPorts_Item) Set

Setter for additional properties for InstantiateNsRequest_Vnf_InternalVld_ProviderNetwork_SdnPorts_Item

func (*InstantiateNsRequest_Vnf_InternalVld_ProviderNetwork_SdnPorts_Item) UnmarshalJSON

Override default JSON handling for InstantiateNsRequest_Vnf_InternalVld_ProviderNetwork_SdnPorts_Item to handle AdditionalProperties

type InstantiateNsRequest_WimAccountId

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

InstantiateNsRequest_WimAccountId defines model for InstantiateNsRequest.WimAccountId.

func (InstantiateNsRequest_WimAccountId) AsInstantiateNsRequestWimAccountId0

func (t InstantiateNsRequest_WimAccountId) AsInstantiateNsRequestWimAccountId0() (InstantiateNsRequestWimAccountId0, error)

AsInstantiateNsRequestWimAccountId0 returns the union data inside the InstantiateNsRequest_WimAccountId as a InstantiateNsRequestWimAccountId0

func (InstantiateNsRequest_WimAccountId) AsInstantiateNsRequestWimAccountId1

func (t InstantiateNsRequest_WimAccountId) AsInstantiateNsRequestWimAccountId1() (InstantiateNsRequestWimAccountId1, error)

AsInstantiateNsRequestWimAccountId1 returns the union data inside the InstantiateNsRequest_WimAccountId as a InstantiateNsRequestWimAccountId1

func (*InstantiateNsRequest_WimAccountId) FromInstantiateNsRequestWimAccountId0

func (t *InstantiateNsRequest_WimAccountId) FromInstantiateNsRequestWimAccountId0(v InstantiateNsRequestWimAccountId0) error

FromInstantiateNsRequestWimAccountId0 overwrites any union data inside the InstantiateNsRequest_WimAccountId as the provided InstantiateNsRequestWimAccountId0

func (*InstantiateNsRequest_WimAccountId) FromInstantiateNsRequestWimAccountId1

func (t *InstantiateNsRequest_WimAccountId) FromInstantiateNsRequestWimAccountId1(v InstantiateNsRequestWimAccountId1) error

FromInstantiateNsRequestWimAccountId1 overwrites any union data inside the InstantiateNsRequest_WimAccountId as the provided InstantiateNsRequestWimAccountId1

func (InstantiateNsRequest_WimAccountId) MarshalJSON

func (t InstantiateNsRequest_WimAccountId) MarshalJSON() ([]byte, error)

func (*InstantiateNsRequest_WimAccountId) MergeInstantiateNsRequestWimAccountId0

func (t *InstantiateNsRequest_WimAccountId) MergeInstantiateNsRequestWimAccountId0(v InstantiateNsRequestWimAccountId0) error

MergeInstantiateNsRequestWimAccountId0 performs a merge with any union data inside the InstantiateNsRequest_WimAccountId, using the provided InstantiateNsRequestWimAccountId0

func (*InstantiateNsRequest_WimAccountId) MergeInstantiateNsRequestWimAccountId1

func (t *InstantiateNsRequest_WimAccountId) MergeInstantiateNsRequestWimAccountId1(v InstantiateNsRequestWimAccountId1) error

MergeInstantiateNsRequestWimAccountId1 performs a merge with any union data inside the InstantiateNsRequest_WimAccountId, using the provided InstantiateNsRequestWimAccountId1

func (*InstantiateNsRequest_WimAccountId) UnmarshalJSON

func (t *InstantiateNsRequest_WimAccountId) UnmarshalJSON(b []byte) error

type InstantiateNsiRequest

type InstantiateNsiRequest struct {
	AdditionalParamsForNsi *map[string]interface{} `json:"additionalParamsForNsi,omitempty"`
	LcmOperationType       *string                 `json:"lcmOperationType,omitempty"`
	NetsliceSubnet         *[]struct {
		AdditionalParamsForNs  *map[string]interface{} `json:"additionalParamsForNs,omitempty"`
		AdditionalParamsForVnf *[]struct {
			AdditionalParams       *map[string]interface{} `json:"additionalParams,omitempty"`
			AdditionalParamsForKdu *[]struct {
				AdditionalParams *map[string]interface{} `json:"additionalParams,omitempty"`

				// K8sNamespace use this namespace for this KDU
				K8sNamespace *string `json:"k8s-namespace,omitempty"`
				KduModel     *string `json:"kdu_model,omitempty"`
				KduName      string  `json:"kdu_name"`
			} `json:"additionalParamsForKdu,omitempty"`
			AdditionalParamsForVdu *[]struct {
				AdditionalParams map[string]interface{} `json:"additionalParams"`
				VduId            string                 `json:"vdu_id"`
			} `json:"additionalParamsForVdu,omitempty"`

			// K8sNamespace use this namespace for all the KDU deployed in this VNF
			// (if any). By default it is used the id of the project
			K8sNamespace   *string `json:"k8s-namespace,omitempty"`
			MemberVnfIndex string  `json:"member-vnf-index"`
		} `json:"additionalParamsForVnf,omitempty"`
		Id                 *string             `json:"id,omitempty"`
		LcmOperationType   *string             `json:"lcmOperationType,omitempty"`
		NetsliceInstanceId *openapi_types.UUID `json:"netsliceInstanceId,omitempty"`
		NsDescription      *string             `json:"nsDescription"`
		NsInstanceId       *openapi_types.UUID `json:"nsInstanceId,omitempty"`
		NsName             *string             `json:"nsName,omitempty"`
		NsdId              *openapi_types.UUID `json:"nsdId,omitempty"`
		NsrId              *openapi_types.UUID `json:"nsr_id,omitempty"`
		SshKeys            *[]string           `json:"ssh_keys,omitempty"`
		VduImage           *string             `json:"vduImage,omitempty"`
		VimAccountId       *openapi_types.UUID `json:"vimAccountId,omitempty"`
		Vld                *[]struct {
			IpProfile       *map[string]interface{} `json:"ip-profile,omitempty"`
			Name            string                  `json:"name"`
			NsNet           *map[string]interface{} `json:"ns-net,omitempty"`
			ProviderNetwork *struct {
				PhysicalNetwork *string `json:"physical-network,omitempty"`
				SegmentationId  *string `json:"segmentation-id,omitempty"`
			} `json:"provider-network,omitempty"`
			VimNetworkId           *InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId   `json:"vim-network-id,omitempty"`
			VimNetworkName         *InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName `json:"vim-network-name,omitempty"`
			VnfdConnectionPointRef *[]struct {
				IpAddress              *string `json:"ip-address,omitempty"`
				MemberVnfIndexRef      string  `json:"member-vnf-index-ref"`
				VnfdConnectionPointRef string  `json:"vnfd-connection-point-ref"`
			} `json:"vnfd-connection-point-ref,omitempty"`
			WimAccountId *InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId `json:"wimAccountId"`
		} `json:"vld,omitempty"`
		Vnf *[]struct {
			InternalVld *[]struct {
				InternalConnectionPoint *[]struct {
					IdRef     string  `json:"id-ref"`
					IpAddress *string `json:"ip-address,omitempty"`
				} `json:"internal-connection-point,omitempty"`
				IpProfile *struct {
					DhcpParams *struct {
						Count        *int    `json:"count,omitempty"`
						Enabled      *bool   `json:"enabled,omitempty"`
						StartAddress *string `json:"start-address,omitempty"`
					} `json:"dhcp-params"`
					DnsServer *[]struct {
						Address string `json:"address"`
					} `json:"dns-server"`
					GatewayAddress *string                                                              `json:"gateway-address"`
					IpVersion      *InstantiateNsiRequestNetsliceSubnetVnfInternalVldIpProfileIpVersion `json:"ip-version,omitempty"`
					SubnetAddress  *string                                                              `json:"subnet-address"`
				} `json:"ip-profile,omitempty"`
				Name            string `json:"name"`
				ProviderNetwork *struct {
					PhysicalNetwork *string `json:"physical-network,omitempty"`
					SegmentationId  *string `json:"segmentation-id,omitempty"`
				} `json:"provider-network,omitempty"`
				VimNetworkId   *string `json:"vim-network-id,omitempty"`
				VimNetworkName *string `json:"vim-network-name,omitempty"`
			} `json:"internal-vld,omitempty"`
			MemberVnfIndex string `json:"member-vnf-index"`
			Vdu            *[]struct {
				Id        string `json:"id"`
				Interface *[]struct {
					FloatingIpRequired *bool   `json:"floating-ip-required,omitempty"`
					IpAddress          *string `json:"ip-address,omitempty"`
					MacAddress         *string `json:"mac-address,omitempty"`
					Name               string  `json:"name"`
				} `json:"interface,omitempty"`
				Volume *[]struct {
					Name        string `json:"name"`
					VimVolumeId string `json:"vim-volume-id"`
				} `json:"volume,omitempty"`
			} `json:"vdu,omitempty"`
			VimAccountId *openapi_types.UUID `json:"vimAccountId,omitempty"`
		} `json:"vnf,omitempty"`
		WimAccountId *InstantiateNsiRequest_NetsliceSubnet_WimAccountId `json:"wimAccountId"`
	} `json:"netslice-subnet,omitempty"`
	NetsliceVld *[]struct {
		IpProfile      *map[string]interface{}                           `json:"ip-profile,omitempty"`
		Name           string                                            `json:"name"`
		VimNetworkId   *InstantiateNsiRequest_NetsliceVld_VimNetworkId   `json:"vim-network-id,omitempty"`
		VimNetworkName *InstantiateNsiRequest_NetsliceVld_VimNetworkName `json:"vim-network-name,omitempty"`
	} `json:"netslice-vld,omitempty"`
	NetsliceInstanceId *openapi_types.UUID `json:"netsliceInstanceId,omitempty"`
	NsiDescription     *string             `json:"nsiDescription"`

	// NsiName Human-readable name of the NetSlice instance to be created.
	NsiName string              `json:"nsiName"`
	NsiId   *openapi_types.UUID `json:"nsi_id,omitempty"`

	// NstId Identifier of the NST that defines the NetSlice instance to be created.
	NstId   openapi_types.UUID `json:"nstId"`
	SshKeys *string            `json:"ssh_keys,omitempty"`

	// VimAccountId Identifier of the VIM Account where the NetSlice instance shall be created.
	VimAccountId openapi_types.UUID `json:"vimAccountId"`
}

InstantiateNsiRequest defines model for InstantiateNsiRequest.

type InstantiateNsiRequestNetsliceSubnetVldVimNetworkId0

type InstantiateNsiRequestNetsliceSubnetVldVimNetworkId0 = string

InstantiateNsiRequestNetsliceSubnetVldVimNetworkId0 defines model for .

type InstantiateNsiRequestNetsliceSubnetVldVimNetworkId1

type InstantiateNsiRequestNetsliceSubnetVldVimNetworkId1 = map[string]interface{}

InstantiateNsiRequestNetsliceSubnetVldVimNetworkId1 defines model for .

type InstantiateNsiRequestNetsliceSubnetVldVimNetworkName0

type InstantiateNsiRequestNetsliceSubnetVldVimNetworkName0 = string

InstantiateNsiRequestNetsliceSubnetVldVimNetworkName0 defines model for .

type InstantiateNsiRequestNetsliceSubnetVldVimNetworkName1

type InstantiateNsiRequestNetsliceSubnetVldVimNetworkName1 = map[string]interface{}

InstantiateNsiRequestNetsliceSubnetVldVimNetworkName1 defines model for .

type InstantiateNsiRequestNetsliceSubnetVldWimAccountId0

type InstantiateNsiRequestNetsliceSubnetVldWimAccountId0 = string

InstantiateNsiRequestNetsliceSubnetVldWimAccountId0 defines model for .

type InstantiateNsiRequestNetsliceSubnetVldWimAccountId1

type InstantiateNsiRequestNetsliceSubnetVldWimAccountId1 = bool

InstantiateNsiRequestNetsliceSubnetVldWimAccountId1 defines model for .

type InstantiateNsiRequestNetsliceSubnetVnfInternalVldIpProfileIpVersion

type InstantiateNsiRequestNetsliceSubnetVnfInternalVldIpProfileIpVersion string

InstantiateNsiRequestNetsliceSubnetVnfInternalVldIpProfileIpVersion defines model for InstantiateNsiRequest.NetsliceSubnet.Vnf.InternalVld.IpProfile.IpVersion.

const (
	InstantiateNsiRequestNetsliceSubnetVnfInternalVldIpProfileIpVersionIpv4 InstantiateNsiRequestNetsliceSubnetVnfInternalVldIpProfileIpVersion = "ipv4"
	InstantiateNsiRequestNetsliceSubnetVnfInternalVldIpProfileIpVersionIpv6 InstantiateNsiRequestNetsliceSubnetVnfInternalVldIpProfileIpVersion = "ipv6"
)

Defines values for InstantiateNsiRequestNetsliceSubnetVnfInternalVldIpProfileIpVersion.

type InstantiateNsiRequestNetsliceSubnetWimAccountId0

type InstantiateNsiRequestNetsliceSubnetWimAccountId0 = string

InstantiateNsiRequestNetsliceSubnetWimAccountId0 defines model for .

type InstantiateNsiRequestNetsliceSubnetWimAccountId1

type InstantiateNsiRequestNetsliceSubnetWimAccountId1 = bool

InstantiateNsiRequestNetsliceSubnetWimAccountId1 defines model for .

type InstantiateNsiRequestNetsliceVldVimNetworkId0

type InstantiateNsiRequestNetsliceVldVimNetworkId0 = string

InstantiateNsiRequestNetsliceVldVimNetworkId0 defines model for .

type InstantiateNsiRequestNetsliceVldVimNetworkId1

type InstantiateNsiRequestNetsliceVldVimNetworkId1 = map[string]interface{}

InstantiateNsiRequestNetsliceVldVimNetworkId1 defines model for .

type InstantiateNsiRequestNetsliceVldVimNetworkName0

type InstantiateNsiRequestNetsliceVldVimNetworkName0 = string

InstantiateNsiRequestNetsliceVldVimNetworkName0 defines model for .

type InstantiateNsiRequestNetsliceVldVimNetworkName1

type InstantiateNsiRequestNetsliceVldVimNetworkName1 = map[string]interface{}

InstantiateNsiRequestNetsliceVldVimNetworkName1 defines model for .

type InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId

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

InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId defines model for InstantiateNsiRequest.NetsliceSubnet.Vld.VimNetworkId.

func (InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId) AsInstantiateNsiRequestNetsliceSubnetVldVimNetworkId0

AsInstantiateNsiRequestNetsliceSubnetVldVimNetworkId0 returns the union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId as a InstantiateNsiRequestNetsliceSubnetVldVimNetworkId0

func (InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId) AsInstantiateNsiRequestNetsliceSubnetVldVimNetworkId1

AsInstantiateNsiRequestNetsliceSubnetVldVimNetworkId1 returns the union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId as a InstantiateNsiRequestNetsliceSubnetVldVimNetworkId1

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId) FromInstantiateNsiRequestNetsliceSubnetVldVimNetworkId0

func (t *InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId) FromInstantiateNsiRequestNetsliceSubnetVldVimNetworkId0(v InstantiateNsiRequestNetsliceSubnetVldVimNetworkId0) error

FromInstantiateNsiRequestNetsliceSubnetVldVimNetworkId0 overwrites any union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId as the provided InstantiateNsiRequestNetsliceSubnetVldVimNetworkId0

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId) FromInstantiateNsiRequestNetsliceSubnetVldVimNetworkId1

func (t *InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId) FromInstantiateNsiRequestNetsliceSubnetVldVimNetworkId1(v InstantiateNsiRequestNetsliceSubnetVldVimNetworkId1) error

FromInstantiateNsiRequestNetsliceSubnetVldVimNetworkId1 overwrites any union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId as the provided InstantiateNsiRequestNetsliceSubnetVldVimNetworkId1

func (InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId) MarshalJSON

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId) MergeInstantiateNsiRequestNetsliceSubnetVldVimNetworkId0

func (t *InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId) MergeInstantiateNsiRequestNetsliceSubnetVldVimNetworkId0(v InstantiateNsiRequestNetsliceSubnetVldVimNetworkId0) error

MergeInstantiateNsiRequestNetsliceSubnetVldVimNetworkId0 performs a merge with any union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId, using the provided InstantiateNsiRequestNetsliceSubnetVldVimNetworkId0

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId) MergeInstantiateNsiRequestNetsliceSubnetVldVimNetworkId1

func (t *InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId) MergeInstantiateNsiRequestNetsliceSubnetVldVimNetworkId1(v InstantiateNsiRequestNetsliceSubnetVldVimNetworkId1) error

MergeInstantiateNsiRequestNetsliceSubnetVldVimNetworkId1 performs a merge with any union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId, using the provided InstantiateNsiRequestNetsliceSubnetVldVimNetworkId1

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkId) UnmarshalJSON

type InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName

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

InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName defines model for InstantiateNsiRequest.NetsliceSubnet.Vld.VimNetworkName.

func (InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName) AsInstantiateNsiRequestNetsliceSubnetVldVimNetworkName0

AsInstantiateNsiRequestNetsliceSubnetVldVimNetworkName0 returns the union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName as a InstantiateNsiRequestNetsliceSubnetVldVimNetworkName0

func (InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName) AsInstantiateNsiRequestNetsliceSubnetVldVimNetworkName1

AsInstantiateNsiRequestNetsliceSubnetVldVimNetworkName1 returns the union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName as a InstantiateNsiRequestNetsliceSubnetVldVimNetworkName1

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName) FromInstantiateNsiRequestNetsliceSubnetVldVimNetworkName0

FromInstantiateNsiRequestNetsliceSubnetVldVimNetworkName0 overwrites any union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName as the provided InstantiateNsiRequestNetsliceSubnetVldVimNetworkName0

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName) FromInstantiateNsiRequestNetsliceSubnetVldVimNetworkName1

FromInstantiateNsiRequestNetsliceSubnetVldVimNetworkName1 overwrites any union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName as the provided InstantiateNsiRequestNetsliceSubnetVldVimNetworkName1

func (InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName) MarshalJSON

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName) MergeInstantiateNsiRequestNetsliceSubnetVldVimNetworkName0

func (t *InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName) MergeInstantiateNsiRequestNetsliceSubnetVldVimNetworkName0(v InstantiateNsiRequestNetsliceSubnetVldVimNetworkName0) error

MergeInstantiateNsiRequestNetsliceSubnetVldVimNetworkName0 performs a merge with any union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName, using the provided InstantiateNsiRequestNetsliceSubnetVldVimNetworkName0

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName) MergeInstantiateNsiRequestNetsliceSubnetVldVimNetworkName1

func (t *InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName) MergeInstantiateNsiRequestNetsliceSubnetVldVimNetworkName1(v InstantiateNsiRequestNetsliceSubnetVldVimNetworkName1) error

MergeInstantiateNsiRequestNetsliceSubnetVldVimNetworkName1 performs a merge with any union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName, using the provided InstantiateNsiRequestNetsliceSubnetVldVimNetworkName1

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_VimNetworkName) UnmarshalJSON

type InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId

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

InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId defines model for InstantiateNsiRequest.NetsliceSubnet.Vld.WimAccountId.

func (InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId) AsInstantiateNsiRequestNetsliceSubnetVldWimAccountId0

AsInstantiateNsiRequestNetsliceSubnetVldWimAccountId0 returns the union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId as a InstantiateNsiRequestNetsliceSubnetVldWimAccountId0

func (InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId) AsInstantiateNsiRequestNetsliceSubnetVldWimAccountId1

AsInstantiateNsiRequestNetsliceSubnetVldWimAccountId1 returns the union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId as a InstantiateNsiRequestNetsliceSubnetVldWimAccountId1

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId) FromInstantiateNsiRequestNetsliceSubnetVldWimAccountId0

func (t *InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId) FromInstantiateNsiRequestNetsliceSubnetVldWimAccountId0(v InstantiateNsiRequestNetsliceSubnetVldWimAccountId0) error

FromInstantiateNsiRequestNetsliceSubnetVldWimAccountId0 overwrites any union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId as the provided InstantiateNsiRequestNetsliceSubnetVldWimAccountId0

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId) FromInstantiateNsiRequestNetsliceSubnetVldWimAccountId1

func (t *InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId) FromInstantiateNsiRequestNetsliceSubnetVldWimAccountId1(v InstantiateNsiRequestNetsliceSubnetVldWimAccountId1) error

FromInstantiateNsiRequestNetsliceSubnetVldWimAccountId1 overwrites any union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId as the provided InstantiateNsiRequestNetsliceSubnetVldWimAccountId1

func (InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId) MarshalJSON

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId) MergeInstantiateNsiRequestNetsliceSubnetVldWimAccountId0

func (t *InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId) MergeInstantiateNsiRequestNetsliceSubnetVldWimAccountId0(v InstantiateNsiRequestNetsliceSubnetVldWimAccountId0) error

MergeInstantiateNsiRequestNetsliceSubnetVldWimAccountId0 performs a merge with any union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId, using the provided InstantiateNsiRequestNetsliceSubnetVldWimAccountId0

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId) MergeInstantiateNsiRequestNetsliceSubnetVldWimAccountId1

func (t *InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId) MergeInstantiateNsiRequestNetsliceSubnetVldWimAccountId1(v InstantiateNsiRequestNetsliceSubnetVldWimAccountId1) error

MergeInstantiateNsiRequestNetsliceSubnetVldWimAccountId1 performs a merge with any union data inside the InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId, using the provided InstantiateNsiRequestNetsliceSubnetVldWimAccountId1

func (*InstantiateNsiRequest_NetsliceSubnet_Vld_WimAccountId) UnmarshalJSON

type InstantiateNsiRequest_NetsliceSubnet_WimAccountId

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

InstantiateNsiRequest_NetsliceSubnet_WimAccountId defines model for InstantiateNsiRequest.NetsliceSubnet.WimAccountId.

func (InstantiateNsiRequest_NetsliceSubnet_WimAccountId) AsInstantiateNsiRequestNetsliceSubnetWimAccountId0

func (t InstantiateNsiRequest_NetsliceSubnet_WimAccountId) AsInstantiateNsiRequestNetsliceSubnetWimAccountId0() (InstantiateNsiRequestNetsliceSubnetWimAccountId0, error)

AsInstantiateNsiRequestNetsliceSubnetWimAccountId0 returns the union data inside the InstantiateNsiRequest_NetsliceSubnet_WimAccountId as a InstantiateNsiRequestNetsliceSubnetWimAccountId0

func (InstantiateNsiRequest_NetsliceSubnet_WimAccountId) AsInstantiateNsiRequestNetsliceSubnetWimAccountId1

func (t InstantiateNsiRequest_NetsliceSubnet_WimAccountId) AsInstantiateNsiRequestNetsliceSubnetWimAccountId1() (InstantiateNsiRequestNetsliceSubnetWimAccountId1, error)

AsInstantiateNsiRequestNetsliceSubnetWimAccountId1 returns the union data inside the InstantiateNsiRequest_NetsliceSubnet_WimAccountId as a InstantiateNsiRequestNetsliceSubnetWimAccountId1

func (*InstantiateNsiRequest_NetsliceSubnet_WimAccountId) FromInstantiateNsiRequestNetsliceSubnetWimAccountId0

func (t *InstantiateNsiRequest_NetsliceSubnet_WimAccountId) FromInstantiateNsiRequestNetsliceSubnetWimAccountId0(v InstantiateNsiRequestNetsliceSubnetWimAccountId0) error

FromInstantiateNsiRequestNetsliceSubnetWimAccountId0 overwrites any union data inside the InstantiateNsiRequest_NetsliceSubnet_WimAccountId as the provided InstantiateNsiRequestNetsliceSubnetWimAccountId0

func (*InstantiateNsiRequest_NetsliceSubnet_WimAccountId) FromInstantiateNsiRequestNetsliceSubnetWimAccountId1

func (t *InstantiateNsiRequest_NetsliceSubnet_WimAccountId) FromInstantiateNsiRequestNetsliceSubnetWimAccountId1(v InstantiateNsiRequestNetsliceSubnetWimAccountId1) error

FromInstantiateNsiRequestNetsliceSubnetWimAccountId1 overwrites any union data inside the InstantiateNsiRequest_NetsliceSubnet_WimAccountId as the provided InstantiateNsiRequestNetsliceSubnetWimAccountId1

func (InstantiateNsiRequest_NetsliceSubnet_WimAccountId) MarshalJSON

func (*InstantiateNsiRequest_NetsliceSubnet_WimAccountId) MergeInstantiateNsiRequestNetsliceSubnetWimAccountId0

func (t *InstantiateNsiRequest_NetsliceSubnet_WimAccountId) MergeInstantiateNsiRequestNetsliceSubnetWimAccountId0(v InstantiateNsiRequestNetsliceSubnetWimAccountId0) error

MergeInstantiateNsiRequestNetsliceSubnetWimAccountId0 performs a merge with any union data inside the InstantiateNsiRequest_NetsliceSubnet_WimAccountId, using the provided InstantiateNsiRequestNetsliceSubnetWimAccountId0

func (*InstantiateNsiRequest_NetsliceSubnet_WimAccountId) MergeInstantiateNsiRequestNetsliceSubnetWimAccountId1

func (t *InstantiateNsiRequest_NetsliceSubnet_WimAccountId) MergeInstantiateNsiRequestNetsliceSubnetWimAccountId1(v InstantiateNsiRequestNetsliceSubnetWimAccountId1) error

MergeInstantiateNsiRequestNetsliceSubnetWimAccountId1 performs a merge with any union data inside the InstantiateNsiRequest_NetsliceSubnet_WimAccountId, using the provided InstantiateNsiRequestNetsliceSubnetWimAccountId1

func (*InstantiateNsiRequest_NetsliceSubnet_WimAccountId) UnmarshalJSON

type InstantiateNsiRequest_NetsliceVld_VimNetworkId

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

InstantiateNsiRequest_NetsliceVld_VimNetworkId defines model for InstantiateNsiRequest.NetsliceVld.VimNetworkId.

func (InstantiateNsiRequest_NetsliceVld_VimNetworkId) AsInstantiateNsiRequestNetsliceVldVimNetworkId0

func (t InstantiateNsiRequest_NetsliceVld_VimNetworkId) AsInstantiateNsiRequestNetsliceVldVimNetworkId0() (InstantiateNsiRequestNetsliceVldVimNetworkId0, error)

AsInstantiateNsiRequestNetsliceVldVimNetworkId0 returns the union data inside the InstantiateNsiRequest_NetsliceVld_VimNetworkId as a InstantiateNsiRequestNetsliceVldVimNetworkId0

func (InstantiateNsiRequest_NetsliceVld_VimNetworkId) AsInstantiateNsiRequestNetsliceVldVimNetworkId1

func (t InstantiateNsiRequest_NetsliceVld_VimNetworkId) AsInstantiateNsiRequestNetsliceVldVimNetworkId1() (InstantiateNsiRequestNetsliceVldVimNetworkId1, error)

AsInstantiateNsiRequestNetsliceVldVimNetworkId1 returns the union data inside the InstantiateNsiRequest_NetsliceVld_VimNetworkId as a InstantiateNsiRequestNetsliceVldVimNetworkId1

func (*InstantiateNsiRequest_NetsliceVld_VimNetworkId) FromInstantiateNsiRequestNetsliceVldVimNetworkId0

func (t *InstantiateNsiRequest_NetsliceVld_VimNetworkId) FromInstantiateNsiRequestNetsliceVldVimNetworkId0(v InstantiateNsiRequestNetsliceVldVimNetworkId0) error

FromInstantiateNsiRequestNetsliceVldVimNetworkId0 overwrites any union data inside the InstantiateNsiRequest_NetsliceVld_VimNetworkId as the provided InstantiateNsiRequestNetsliceVldVimNetworkId0

func (*InstantiateNsiRequest_NetsliceVld_VimNetworkId) FromInstantiateNsiRequestNetsliceVldVimNetworkId1

func (t *InstantiateNsiRequest_NetsliceVld_VimNetworkId) FromInstantiateNsiRequestNetsliceVldVimNetworkId1(v InstantiateNsiRequestNetsliceVldVimNetworkId1) error

FromInstantiateNsiRequestNetsliceVldVimNetworkId1 overwrites any union data inside the InstantiateNsiRequest_NetsliceVld_VimNetworkId as the provided InstantiateNsiRequestNetsliceVldVimNetworkId1

func (InstantiateNsiRequest_NetsliceVld_VimNetworkId) MarshalJSON

func (*InstantiateNsiRequest_NetsliceVld_VimNetworkId) MergeInstantiateNsiRequestNetsliceVldVimNetworkId0

func (t *InstantiateNsiRequest_NetsliceVld_VimNetworkId) MergeInstantiateNsiRequestNetsliceVldVimNetworkId0(v InstantiateNsiRequestNetsliceVldVimNetworkId0) error

MergeInstantiateNsiRequestNetsliceVldVimNetworkId0 performs a merge with any union data inside the InstantiateNsiRequest_NetsliceVld_VimNetworkId, using the provided InstantiateNsiRequestNetsliceVldVimNetworkId0

func (*InstantiateNsiRequest_NetsliceVld_VimNetworkId) MergeInstantiateNsiRequestNetsliceVldVimNetworkId1

func (t *InstantiateNsiRequest_NetsliceVld_VimNetworkId) MergeInstantiateNsiRequestNetsliceVldVimNetworkId1(v InstantiateNsiRequestNetsliceVldVimNetworkId1) error

MergeInstantiateNsiRequestNetsliceVldVimNetworkId1 performs a merge with any union data inside the InstantiateNsiRequest_NetsliceVld_VimNetworkId, using the provided InstantiateNsiRequestNetsliceVldVimNetworkId1

func (*InstantiateNsiRequest_NetsliceVld_VimNetworkId) UnmarshalJSON

type InstantiateNsiRequest_NetsliceVld_VimNetworkName

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

InstantiateNsiRequest_NetsliceVld_VimNetworkName defines model for InstantiateNsiRequest.NetsliceVld.VimNetworkName.

func (InstantiateNsiRequest_NetsliceVld_VimNetworkName) AsInstantiateNsiRequestNetsliceVldVimNetworkName0

func (t InstantiateNsiRequest_NetsliceVld_VimNetworkName) AsInstantiateNsiRequestNetsliceVldVimNetworkName0() (InstantiateNsiRequestNetsliceVldVimNetworkName0, error)

AsInstantiateNsiRequestNetsliceVldVimNetworkName0 returns the union data inside the InstantiateNsiRequest_NetsliceVld_VimNetworkName as a InstantiateNsiRequestNetsliceVldVimNetworkName0

func (InstantiateNsiRequest_NetsliceVld_VimNetworkName) AsInstantiateNsiRequestNetsliceVldVimNetworkName1

func (t InstantiateNsiRequest_NetsliceVld_VimNetworkName) AsInstantiateNsiRequestNetsliceVldVimNetworkName1() (InstantiateNsiRequestNetsliceVldVimNetworkName1, error)

AsInstantiateNsiRequestNetsliceVldVimNetworkName1 returns the union data inside the InstantiateNsiRequest_NetsliceVld_VimNetworkName as a InstantiateNsiRequestNetsliceVldVimNetworkName1

func (*InstantiateNsiRequest_NetsliceVld_VimNetworkName) FromInstantiateNsiRequestNetsliceVldVimNetworkName0

func (t *InstantiateNsiRequest_NetsliceVld_VimNetworkName) FromInstantiateNsiRequestNetsliceVldVimNetworkName0(v InstantiateNsiRequestNetsliceVldVimNetworkName0) error

FromInstantiateNsiRequestNetsliceVldVimNetworkName0 overwrites any union data inside the InstantiateNsiRequest_NetsliceVld_VimNetworkName as the provided InstantiateNsiRequestNetsliceVldVimNetworkName0

func (*InstantiateNsiRequest_NetsliceVld_VimNetworkName) FromInstantiateNsiRequestNetsliceVldVimNetworkName1

func (t *InstantiateNsiRequest_NetsliceVld_VimNetworkName) FromInstantiateNsiRequestNetsliceVldVimNetworkName1(v InstantiateNsiRequestNetsliceVldVimNetworkName1) error

FromInstantiateNsiRequestNetsliceVldVimNetworkName1 overwrites any union data inside the InstantiateNsiRequest_NetsliceVld_VimNetworkName as the provided InstantiateNsiRequestNetsliceVldVimNetworkName1

func (InstantiateNsiRequest_NetsliceVld_VimNetworkName) MarshalJSON

func (*InstantiateNsiRequest_NetsliceVld_VimNetworkName) MergeInstantiateNsiRequestNetsliceVldVimNetworkName0

func (t *InstantiateNsiRequest_NetsliceVld_VimNetworkName) MergeInstantiateNsiRequestNetsliceVldVimNetworkName0(v InstantiateNsiRequestNetsliceVldVimNetworkName0) error

MergeInstantiateNsiRequestNetsliceVldVimNetworkName0 performs a merge with any union data inside the InstantiateNsiRequest_NetsliceVld_VimNetworkName, using the provided InstantiateNsiRequestNetsliceVldVimNetworkName0

func (*InstantiateNsiRequest_NetsliceVld_VimNetworkName) MergeInstantiateNsiRequestNetsliceVldVimNetworkName1

func (t *InstantiateNsiRequest_NetsliceVld_VimNetworkName) MergeInstantiateNsiRequestNetsliceVldVimNetworkName1(v InstantiateNsiRequestNetsliceVldVimNetworkName1) error

MergeInstantiateNsiRequestNetsliceVldVimNetworkName1 performs a merge with any union data inside the InstantiateNsiRequest_NetsliceVld_VimNetworkName, using the provided InstantiateNsiRequestNetsliceVldVimNetworkName1

func (*InstantiateNsiRequest_NetsliceVld_VimNetworkName) UnmarshalJSON

type InternalServerError

type InternalServerError = ProblemDetails

InternalServerError defines model for InternalServerError.

type K8sClusterDeploymentMethods

type K8sClusterDeploymentMethods struct {
	HelmChartV3 *bool `json:"helm-chart-v3,omitempty"`
	JujuBundle  *bool `json:"juju-bundle,omitempty"`
}

K8sClusterDeploymentMethods defines model for K8sClusterDeploymentMethods.

type K8sClusterInfo

type K8sClusterInfo struct {
	Uid               *openapi_types.UUID          `json:"_id,omitempty"`
	Cni               *[]string                    `json:"cni,omitempty"`
	Credentials       *map[string]interface{}      `json:"credentials,omitempty"`
	DeploymentMethods *K8sClusterDeploymentMethods `json:"deployment_methods,omitempty"`
	Description       *string                      `json:"description,omitempty"`
	K8sVersion        *string                      `json:"k8s_version,omitempty"`
	Name              *string                      `json:"name,omitempty"`
	Namespace         *string                      `json:"namespace,omitempty"`
	Nets              *K8sClusterNetList           `json:"nets,omitempty"`
	SchemaType        *string                      `json:"schema_type,omitempty"`
	SchemaVersion     *string                      `json:"schema_version,omitempty"`
	VimAccount        *openapi_types.UUID          `json:"vim_account,omitempty"`
}

K8sClusterInfo defines model for K8sClusterInfo.

type K8sClusterNetList

type K8sClusterNetList = []map[string]interface{}

K8sClusterNetList defines model for K8sClusterNetList.

type K8sRepoInfo

type K8sRepoInfo struct {
	Uid *openapi_types.UUID `json:"_id,omitempty"`

	// CaFile verify certificates of HTTPS-enabled servers using this CA bundle
	CaFile *string `json:"ca-file,omitempty"`

	// CertFile identify HTTPS client using this SSL certificate file
	CertFile    *string `json:"cert-file,omitempty"`
	Description *string `json:"description,omitempty"`

	// KeyFile identify HTTPS client using this SSL key file
	KeyFile *string `json:"key-file,omitempty"`
	Name    string  `json:"name"`

	// Oci Flag to indicate whether or not it is an OCI-enabled repo (default: false)
	Oci *bool `json:"oci,omitempty"`

	// Password repository password
	Password *string `json:"password,omitempty"`

	// SkipTlsVerify skip tls certificate checks for the repository
	SkipTlsVerify *bool       `json:"skip-tls-verify,omitempty"`
	Type          K8sRepoType `json:"type"`
	Url           string      `json:"url"`

	// Username repository username
	Username *string `json:"username,omitempty"`
}

K8sRepoInfo defines model for K8sRepoInfo.

type K8sRepoType

type K8sRepoType string

K8sRepoType defines model for K8sRepoType.

const (
	Bundle K8sRepoType = "bundle"
	Chart  K8sRepoType = "chart"
)

Defines values for K8sRepoType.

type KeyValuePairs

type KeyValuePairs map[string]interface{}

KeyValuePairs defines model for KeyValuePairs.

type Ksu

type Ksu struct {
	Description *string `json:"description,omitempty"`
	Name        *string `json:"name,omitempty"`
	Oka         *[]struct {
		Uid            *string                 `json:"_id,omitempty"`
		SwCatalogPath  *string                 `json:"sw_catalog_path,omitempty"`
		Transformation *map[string]interface{} `json:"transformation,omitempty"`
	} `json:"oka,omitempty"`
	Profile *struct {
		Id          *string `json:"id,omitempty"`
		ProfileType *string `json:"profile_type,omitempty"`
	} `json:"profile,omitempty"`
}

Ksu defines model for Ksu.

type ListAppProfileResponse

type ListAppProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseListAppProfileResponse

func ParseListAppProfileResponse(rsp *http.Response) (*ListAppProfileResponse, error)

ParseListAppProfileResponse parses an HTTP response from a ListAppProfileWithResponse call

func (ListAppProfileResponse) Status

func (r ListAppProfileResponse) Status() string

Status returns HTTPResponse.Status

func (ListAppProfileResponse) StatusCode

func (r ListAppProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListInfraConfigProfileResponse

type ListInfraConfigProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseListInfraConfigProfileResponse

func ParseListInfraConfigProfileResponse(rsp *http.Response) (*ListInfraConfigProfileResponse, error)

ParseListInfraConfigProfileResponse parses an HTTP response from a ListInfraConfigProfileWithResponse call

func (ListInfraConfigProfileResponse) Status

Status returns HTTPResponse.Status

func (ListInfraConfigProfileResponse) StatusCode

func (r ListInfraConfigProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListInfraControllerProfileResponse

type ListInfraControllerProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseListInfraControllerProfileResponse

func ParseListInfraControllerProfileResponse(rsp *http.Response) (*ListInfraControllerProfileResponse, error)

ParseListInfraControllerProfileResponse parses an HTTP response from a ListInfraControllerProfileWithResponse call

func (ListInfraControllerProfileResponse) Status

Status returns HTTPResponse.Status

func (ListInfraControllerProfileResponse) StatusCode

func (r ListInfraControllerProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListResourceProfileResponse

type ListResourceProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseListResourceProfileResponse

func ParseListResourceProfileResponse(rsp *http.Response) (*ListResourceProfileResponse, error)

ParseListResourceProfileResponse parses an HTTP response from a ListResourceProfileWithResponse call

func (ListResourceProfileResponse) Status

Status returns HTTPResponse.Status

func (ListResourceProfileResponse) StatusCode

func (r ListResourceProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Listk8sClusterResponse

type Listk8sClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseListk8sClusterResponse

func ParseListk8sClusterResponse(rsp *http.Response) (*Listk8sClusterResponse, error)

ParseListk8sClusterResponse parses an HTTP response from a Listk8sClusterWithResponse call

func (Listk8sClusterResponse) Status

func (r Listk8sClusterResponse) Status() string

Status returns HTTPResponse.Status

func (Listk8sClusterResponse) StatusCode

func (r Listk8sClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type MethodNotAllowed

type MethodNotAllowed = ProblemDetails

MethodNotAllowed defines model for MethodNotAllowed.

type MigrateNSinstanceJSONRequestBody

type MigrateNSinstanceJSONRequestBody = NSinstanceMigrateRequest

MigrateNSinstanceJSONRequestBody defines body for MigrateNSinstance for application/json ContentType.

type MigrateNSinstanceResponse

type MigrateNSinstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseMigrateNSinstanceResponse

func ParseMigrateNSinstanceResponse(rsp *http.Response) (*MigrateNSinstanceResponse, error)

ParseMigrateNSinstanceResponse parses an HTTP response from a MigrateNSinstanceWithResponse call

func (MigrateNSinstanceResponse) Status

func (r MigrateNSinstanceResponse) Status() string

Status returns HTTPResponse.Status

func (MigrateNSinstanceResponse) StatusCode

func (r MigrateNSinstanceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type MoveKSUJSONRequestBody

type MoveKSUJSONRequestBody = MoveKsu

MoveKSUJSONRequestBody defines body for MoveKSU for application/json ContentType.

type MoveKSUResponse

type MoveKSUResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseMoveKSUResponse

func ParseMoveKSUResponse(rsp *http.Response) (*MoveKSUResponse, error)

ParseMoveKSUResponse parses an HTTP response from a MoveKSUWithResponse call

func (MoveKSUResponse) Status

func (r MoveKSUResponse) Status() string

Status returns HTTPResponse.Status

func (MoveKSUResponse) StatusCode

func (r MoveKSUResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type MoveKsu

type MoveKsu struct {
	Profile *struct {
		Uid         *string `json:"_id,omitempty"`
		ProfileType *string `json:"profile_type,omitempty"`
	} `json:"profile,omitempty"`
}

MoveKsu defines model for MoveKsu.

type MultiNsTerminateRequest

type MultiNsTerminateRequest struct {
	// Autoremove remove network service if termination end without error
	Autoremove *bool `json:"autoremove,omitempty"`

	// NsIds List of Ns instance Ids to be deleted
	NsIds *[]openapi_types.UUID `json:"ns_ids,omitempty"`
}

MultiNsTerminateRequest defines model for MultiNsTerminateRequest.

type MultiNsTerminateRequestJSONRequestBody

type MultiNsTerminateRequestJSONRequestBody = MultiNsTerminateRequest

MultiNsTerminateRequestJSONRequestBody defines body for MultiNsTerminateRequest for application/json ContentType.

type MultiNsTerminateRequestResponse

type MultiNsTerminateRequestResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectIdList
	YAML202      *ObjectIdList
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseMultiNsTerminateRequestResponse

func ParseMultiNsTerminateRequestResponse(rsp *http.Response) (*MultiNsTerminateRequestResponse, error)

ParseMultiNsTerminateRequestResponse parses an HTTP response from a MultiNsTerminateRequestWithResponse call

func (MultiNsTerminateRequestResponse) Status

Status returns HTTPResponse.Status

func (MultiNsTerminateRequestResponse) StatusCode

func (r MultiNsTerminateRequestResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type MultipleKsu

type MultipleKsu struct {
	Ksus *[]struct {
		Description *string `json:"description,omitempty"`
		Name        *string `json:"name,omitempty"`
		Oka         *[]struct {
			Uid            *string                 `json:"_id,omitempty"`
			SwCatalogPath  *string                 `json:"sw_catalog_path,omitempty"`
			Transformation *map[string]interface{} `json:"transformation,omitempty"`
		} `json:"oka,omitempty"`
		Profile *struct {
			Uid         *string `json:"_id,omitempty"`
			ProfileType *string `json:"profile_type,omitempty"`
		} `json:"profile,omitempty"`
	} `json:"ksus,omitempty"`
}

MultipleKsu defines model for MultipleKsu.

type NSinstanceActionRequest

type NSinstanceActionRequest struct {
	// KduName provide if the target action is for a kdu
	KduName *string `json:"kdu_name,omitempty"`

	// MemberVnfIndex provide if the target action is for a vnf, vdu or kdu
	MemberVnfIndex *string `json:"member_vnf_index,omitempty"`

	// Primitive name of the primitive in the 'config-descriptor'. If the target is
	// a kdu it can be also 'status', 'rollback' or 'upgrade'
	Primitive       string        `json:"primitive"`
	PrimitiveParams KeyValuePairs `json:"primitive_params"`

	// TimeoutNsAction timeout for the day 1/2 operation
	TimeoutNsAction *int `json:"timeout_ns_action,omitempty"`
	VduCountIndex   *int `json:"vdu_count_index,omitempty"`

	// VduId provide if the target action is for a vdu
	VduId *string `json:"vdu_id,omitempty"`
}

NSinstanceActionRequest defines model for NSinstanceActionRequest.

type NSinstanceMigrateRequest

type NSinstanceMigrateRequest struct {
	MigrateToHost *string `json:"migrateToHost,omitempty"`
	Vdu           *struct {
		VduCountIndex *int   `json:"vduCountIndex,omitempty"`
		VduId         string `json:"vduId"`
	} `json:"vdu,omitempty"`
	VnfInstanceId string `json:"vnfInstanceId"`
}

NSinstanceMigrateRequest This type represents request parameters for the "Migrate" operation. This operation supports the migration of an NS instance by migrating one or more of the VDUs that are part of this NS.

type NetSliceInstance

type NetSliceInstance struct {
	// Id Identifier of the NetSlice instance.
	Uid openapi_types.UUID `json:"_id"`

	// Description Human readable description of the NetSlice instance.
	Description *string `json:"description,omitempty"`

	// Id Identifier of the NetSlice instance.
	Id openapi_types.UUID `json:"id"`

	// Name Human readable name of the NetSlice instance.
	Name string `json:"name"`
}

NetSliceInstance NetSlice Instance Information Only generic fields (_id, id, name, description) are described For a full specification of the NetSlice Instance see: http://osm-download.etsi.org/ftp/osm-doc/nsi.html

type NetSlicePackage

type NetSlicePackage = openapi_types.File

NetSlicePackage defines model for NetSlicePackage.

type NetSliceTemplate

type NetSliceTemplate = string

NetSliceTemplate defines model for NetSliceTemplate.

type NodeScalingJSONRequestBody

type NodeScalingJSONRequestBody = ScaleNodeInfo

NodeScalingJSONRequestBody defines body for NodeScaling for application/json ContentType.

type NodeScalingResponse

type NodeScalingResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseNodeScalingResponse

func ParseNodeScalingResponse(rsp *http.Response) (*NodeScalingResponse, error)

ParseNodeScalingResponse parses an HTTP response from a NodeScalingWithResponse call

func (NodeScalingResponse) Status

func (r NodeScalingResponse) Status() string

Status returns HTTPResponse.Status

func (NodeScalingResponse) StatusCode

func (r NodeScalingResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type NotAcceptable

type NotAcceptable = ProblemDetails

NotAcceptable defines model for NotAcceptable.

type NotFound

type NotFound = ProblemDetails

NotFound defines model for NotFound.

type NsConfigTemplateInfo

type NsConfigTemplateInfo struct {
	// Id Identifier of the inboarded Ns config template resource.
	Uid *openapi_types.UUID `json:"_id,omitempty"`

	// Config It includes instantiation parameters such as
	// vld, vnf, additionalParamforVnf.
	Config *map[string]interface{} `json:"config,omitempty"`

	// Name Name of the onboarded Ns config template. This information
	// is given by the user and it is unique.
	Name *string `json:"name,omitempty"`

	// NsdId Identifier of the NS descriptor, which is associated
	// with Ns config template
	NsdId *string `json:"nsdId,omitempty"`
}

NsConfigTemplateInfo Ns Config template information includes NSD ID, name and instantiation parameters of vld, vnf, additionParamForVnf, additionalParamsForNs.

type NsConfigTemplateInfoModifications

type NsConfigTemplateInfoModifications = NsdInfoModifications

NsConfigTemplateInfoModifications NS Descriptor Information Only generic fields (id, name, description) are described For a full specification of the NS Descriptor see: http://osm-download.etsi.org/ftp/osm-doc/nsd.html

type NsDescriptor

type NsDescriptor = string

NsDescriptor defines model for NsDescriptor.

type NsInstance

type NsInstance struct {
	// Id Identifier of the NS instance.
	Uid openapi_types.UUID `json:"_id"`

	// Description Human readable description of the NS instance.
	Description *string `json:"description,omitempty"`

	// Id Identifier of the NS instance.
	Id openapi_types.UUID `json:"id"`

	// Name Human readable name of the NS instance.
	Name string `json:"name"`
}

NsInstance NS Instance Information Only generic fields (_id, id, name, description) are described For a full specification of the NS Instance see: http://osm-download.etsi.org/ftp/osm-doc/nsr.html

type NsInstanceIds

type NsInstanceIds = []string

NsInstanceIds defines model for nsInstanceIds.

type NsInstanceNames

type NsInstanceNames = []string

NsInstanceNames defines model for nsInstanceNames.

type NsInstanceSubscriptionFilter

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

NsInstanceSubscriptionFilter used to identify the network service

func (NsInstanceSubscriptionFilter) AsNsInstanceIds

func (t NsInstanceSubscriptionFilter) AsNsInstanceIds() (NsInstanceIds, error)

AsNsInstanceIds returns the union data inside the NsInstanceSubscriptionFilter as a NsInstanceIds

func (NsInstanceSubscriptionFilter) AsNsInstanceNames

func (t NsInstanceSubscriptionFilter) AsNsInstanceNames() (NsInstanceNames, error)

AsNsInstanceNames returns the union data inside the NsInstanceSubscriptionFilter as a NsInstanceNames

func (NsInstanceSubscriptionFilter) AsNsdIds

func (t NsInstanceSubscriptionFilter) AsNsdIds() (NsdIds, error)

AsNsdIds returns the union data inside the NsInstanceSubscriptionFilter as a NsdIds

func (NsInstanceSubscriptionFilter) AsPnfdIds

func (t NsInstanceSubscriptionFilter) AsPnfdIds() (PnfdIds, error)

AsPnfdIds returns the union data inside the NsInstanceSubscriptionFilter as a PnfdIds

func (NsInstanceSubscriptionFilter) AsVnfdIds

func (t NsInstanceSubscriptionFilter) AsVnfdIds() (VnfdIds, error)

AsVnfdIds returns the union data inside the NsInstanceSubscriptionFilter as a VnfdIds

func (*NsInstanceSubscriptionFilter) FromNsInstanceIds

func (t *NsInstanceSubscriptionFilter) FromNsInstanceIds(v NsInstanceIds) error

FromNsInstanceIds overwrites any union data inside the NsInstanceSubscriptionFilter as the provided NsInstanceIds

func (*NsInstanceSubscriptionFilter) FromNsInstanceNames

func (t *NsInstanceSubscriptionFilter) FromNsInstanceNames(v NsInstanceNames) error

FromNsInstanceNames overwrites any union data inside the NsInstanceSubscriptionFilter as the provided NsInstanceNames

func (*NsInstanceSubscriptionFilter) FromNsdIds

func (t *NsInstanceSubscriptionFilter) FromNsdIds(v NsdIds) error

FromNsdIds overwrites any union data inside the NsInstanceSubscriptionFilter as the provided NsdIds

func (*NsInstanceSubscriptionFilter) FromPnfdIds

func (t *NsInstanceSubscriptionFilter) FromPnfdIds(v PnfdIds) error

FromPnfdIds overwrites any union data inside the NsInstanceSubscriptionFilter as the provided PnfdIds

func (*NsInstanceSubscriptionFilter) FromVnfdIds

func (t *NsInstanceSubscriptionFilter) FromVnfdIds(v VnfdIds) error

FromVnfdIds overwrites any union data inside the NsInstanceSubscriptionFilter as the provided VnfdIds

func (NsInstanceSubscriptionFilter) MarshalJSON

func (t NsInstanceSubscriptionFilter) MarshalJSON() ([]byte, error)

func (*NsInstanceSubscriptionFilter) MergeNsInstanceIds

func (t *NsInstanceSubscriptionFilter) MergeNsInstanceIds(v NsInstanceIds) error

MergeNsInstanceIds performs a merge with any union data inside the NsInstanceSubscriptionFilter, using the provided NsInstanceIds

func (*NsInstanceSubscriptionFilter) MergeNsInstanceNames

func (t *NsInstanceSubscriptionFilter) MergeNsInstanceNames(v NsInstanceNames) error

MergeNsInstanceNames performs a merge with any union data inside the NsInstanceSubscriptionFilter, using the provided NsInstanceNames

func (*NsInstanceSubscriptionFilter) MergeNsdIds

func (t *NsInstanceSubscriptionFilter) MergeNsdIds(v NsdIds) error

MergeNsdIds performs a merge with any union data inside the NsInstanceSubscriptionFilter, using the provided NsdIds

func (*NsInstanceSubscriptionFilter) MergePnfdIds

func (t *NsInstanceSubscriptionFilter) MergePnfdIds(v PnfdIds) error

MergePnfdIds performs a merge with any union data inside the NsInstanceSubscriptionFilter, using the provided PnfdIds

func (*NsInstanceSubscriptionFilter) MergeVnfdIds

func (t *NsInstanceSubscriptionFilter) MergeVnfdIds(v VnfdIds) error

MergeVnfdIds performs a merge with any union data inside the NsInstanceSubscriptionFilter, using the provided VnfdIds

func (*NsInstanceSubscriptionFilter) UnmarshalJSON

func (t *NsInstanceSubscriptionFilter) UnmarshalJSON(b []byte) error

type NsLcmOpOcc

type NsLcmOpOcc struct {
	Uid                   *openapi_types.UUID `json:"_id,omitempty"`
	DetailedStatus        *string             `json:"detailed-status,omitempty"`
	Id                    *openapi_types.UUID `json:"id,omitempty"`
	IsAutomaticInvocation *bool               `json:"isAutomaticInvocation,omitempty"`
	IsCancelPending       *bool               `json:"isCancelPending,omitempty"`
	LcmOperationType      *string             `json:"lcmOperationType,omitempty"`
	Links                 *struct {
		NsInstance *string `json:"nsInstance,omitempty"`
		Self       *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	NsInstanceId    *openapi_types.UUID `json:"nsInstanceId,omitempty"`
	OperationParams *struct {
		LcmOperationType *string             `json:"lcmOperationType,omitempty"`
		NsInstanceId     *openapi_types.UUID `json:"nsInstanceId,omitempty"`
		NsName           *string             `json:"nsName,omitempty"`
		NsdId            *openapi_types.UUID `json:"nsdId,omitempty"`
		VimAccountId     *openapi_types.UUID `json:"vimAccountId,omitempty"`
	} `json:"operationParams,omitempty"`
	OperationState    *string  `json:"operationState,omitempty"`
	StartTime         *float32 `json:"startTime,omitempty"`
	StatusEnteredTime *float32 `json:"statusEnteredTime,omitempty"`
}

NsLcmOpOcc defines model for NsLcmOpOcc.

type NsPackage

type NsPackage = openapi_types.File

NsPackage defines model for NsPackage.

type NsPmJobReportInfo

type NsPmJobReportInfo struct {
	Entries *[]struct {
		ObjectInstanceId  *openapi_types.UUID `json:"objectInstanceId,omitempty"`
		PerformanceMetric *string             `json:"performanceMetric,omitempty"`
		PerformanceValue  *struct {
			PerformanceValue *struct {
				PerformanceValue *float32 `json:"performanceValue,omitempty"`
				VduName          *string  `json:"vduName,omitempty"`
				VnfMemberIndex   *string  `json:"vnfMemberIndex,omitempty"`
			} `json:"performanceValue,omitempty"`
			Timestamp *float32 `json:"timestamp,omitempty"`
		} `json:"performanceValue,omitempty"`
	} `json:"entries,omitempty"`
}

NsPmJobReportInfo defines model for NsPmJobReportInfo.

type NsdIds

type NsdIds = []string

NsdIds defines model for nsdIds.

type NsdInfo

type NsdInfo struct {
	// Id Identifier of the onboarded individual NS descriptor
	// resource. This identifier is allocated by the NFVO.
	Uid openapi_types.UUID `json:"_id"`

	// Description Description of the onboarded NSD.
	// This information is copied from the NSD content.
	Description *string `json:"description,omitempty"`

	// Id This identifier, which is allocated by the NSD
	// designer, identifies the NSD in a globally unique
	// way. It is copied from the NSD content and shall be
	// present after the NSD content is on-boarded.
	Id string `json:"id"`

	// Name Name of the onboarded NSD. This information is
	// copied from the NSD content and shall be present
	// after the NSD content is on-boarded.
	Name *string `json:"name,omitempty"`
}

NsdInfo NS Descriptor Information Only generic fields (_id, id, name, description) are described For a full specification of the NS Descriptor see: http://osm-download.etsi.org/ftp/osm-doc/nsd.html

type NsdInfoModifications

type NsdInfoModifications struct {
	// Description NSD Description
	Description *string `json:"description,omitempty"`

	// Id NSD Identifier
	Id *string `json:"id,omitempty"`

	// Name NSD Name
	Name *string `json:"name,omitempty"`
}

NsdInfoModifications NS Descriptor Information Only generic fields (id, name, description) are described For a full specification of the NS Descriptor see: http://osm-download.etsi.org/ftp/osm-doc/nsd.html

type NsiActionRequest

type NsiActionRequest struct {
	LcmOperationType   *string             `json:"lcmOperationType,omitempty"`
	NetsliceInstanceId *openapi_types.UUID `json:"netsliceInstanceId,omitempty"`
	Primitive          string              `json:"primitive"`
	PrimitiveParams    KeyValuePairs       `json:"primitive_params"`
}

NsiActionRequest defines model for NsiActionRequest.

type NsiLcmOpOcc

type NsiLcmOpOcc struct {
	Uid                   *openapi_types.UUID `json:"_id,omitempty"`
	DetailedStatus        *string             `json:"detailed-status,omitempty"`
	Id                    *openapi_types.UUID `json:"id,omitempty"`
	IsAutomaticInvocation *bool               `json:"isAutomaticInvocation,omitempty"`
	IsCancelPending       *bool               `json:"isCancelPending,omitempty"`
	LcmOperationType      *string             `json:"lcmOperationType,omitempty"`
	Links                 *struct {
		NetsliceInstanceId *string `json:"netsliceInstanceId,omitempty"`
		Self               *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	NetsliceInstanceId *openapi_types.UUID `json:"netsliceInstanceId,omitempty"`
	OperationParams    *struct {
		LcmOperationType   *string               `json:"lcmOperationType,omitempty"`
		NetsliceInstanceId *openapi_types.UUID   `json:"netsliceInstanceId,omitempty"`
		NsiName            *string               `json:"nsiName,omitempty"`
		NslcmopsIds        *[]openapi_types.UUID `json:"nslcmops_ids,omitempty"`
		NstId              *openapi_types.UUID   `json:"nstId,omitempty"`
		VimAccountId       *openapi_types.UUID   `json:"vimAccountId,omitempty"`
	} `json:"operationParams,omitempty"`
	OperationState    *string  `json:"operationState,omitempty"`
	StartTime         *float32 `json:"startTime,omitempty"`
	StatusEnteredTime *float32 `json:"statusEnteredTime,omitempty"`
}

NsiLcmOpOcc defines model for NsiLcmOpOcc.

type NslcmSubscriptionInfo

type NslcmSubscriptionInfo struct {
	CallbackUri    *string                 `json:"CallbackUri,omitempty"`
	Admin          *map[string]interface{} `json:"_admin,omitempty"`
	Uid            *openapi_types.UUID     `json:"_id,omitempty"`
	Authentication *Authenticationschema   `json:"authentication,omitempty"`
	Filter         *map[string]interface{} `json:"filter,omitempty"`
	SchemaVersion  *string                 `json:"schema_version,omitempty"`
}

NslcmSubscriptionInfo defines model for NslcmSubscriptionInfo.

type NslcmSubscriptionRequest

type NslcmSubscriptionRequest struct {
	CallbackUri    string                `json:"CallbackUri"`
	Authentication *Authenticationschema `json:"authentication,omitempty"`
	Filter         *Nslcmsubschema       `json:"filter,omitempty"`
}

NslcmSubscriptionRequest defines model for NslcmSubscriptionRequest.

type NslcmSubscriptionResponse

type NslcmSubscriptionResponse struct {
	CallbackUri *string                 `json:"CallbackUri,omitempty"`
	Links       *map[string]interface{} `json:"_links,omitempty"`
	Filter      *map[string]interface{} `json:"filter,omitempty"`
	Id          *openapi_types.UUID     `json:"id,omitempty"`
}

NslcmSubscriptionResponse defines model for NslcmSubscriptionResponse.

type Nslcmsubschema

type Nslcmsubschema struct {
	LcmOpNameImpactingNsComponent      *[]NslcmsubschemaLcmOpNameImpactingNsComponent      `json:"lcmOpNameImpactingNsComponent,omitempty"`
	LcmOpOccStatusImpactingNsComponent *[]NslcmsubschemaLcmOpOccStatusImpactingNsComponent `json:"lcmOpOccStatusImpactingNsComponent,omitempty"`

	// NotificationTypes If NsLcmOperationOccurrenceNotification is selected then at least operationTypes or states is required. If NsLcmOperationOccurrenceNotification is selected then at least nsComponentTypes, lcmOpName and lcmOpOccStatus is required
	NotificationTypes *[]NslcmsubschemaNotificationTypes `json:"notificationTypes,omitempty"`
	NsComponentTypes  *[]NslcmsubschemaNsComponentTypes  `json:"nsComponentTypes,omitempty"`

	// NsInstanceSubscriptionFilter used to identify the network service
	NsInstanceSubscriptionFilter *NsInstanceSubscriptionFilter    `json:"nsInstanceSubscriptionFilter,omitempty"`
	OperationStates              *[]NslcmsubschemaOperationStates `json:"operationStates,omitempty"`
	OperationTypes               *[]NslcmsubschemaOperationTypes  `json:"operationTypes,omitempty"`
}

Nslcmsubschema defines model for Nslcmsubschema.

type NslcmsubschemaLcmOpNameImpactingNsComponent

type NslcmsubschemaLcmOpNameImpactingNsComponent string

NslcmsubschemaLcmOpNameImpactingNsComponent defines model for Nslcmsubschema.LcmOpNameImpactingNsComponent.

const (
	NSHEAL           NslcmsubschemaLcmOpNameImpactingNsComponent = "NS_HEAL"
	NSINSTANTIATE    NslcmsubschemaLcmOpNameImpactingNsComponent = "NS_INSTANTIATE"
	NSSCALE          NslcmsubschemaLcmOpNameImpactingNsComponent = "NS_SCALE"
	NSTERMINATE      NslcmsubschemaLcmOpNameImpactingNsComponent = "NS_TERMINATE"
	NSUPDATE         NslcmsubschemaLcmOpNameImpactingNsComponent = "NS_UPDATE"
	VNFCHANGEEXTCONN NslcmsubschemaLcmOpNameImpactingNsComponent = "VNF_CHANGE_EXT_CONN"
	VNFCHANGEFLAVOUR NslcmsubschemaLcmOpNameImpactingNsComponent = "VNF_CHANGE_FLAVOUR"
	VNFHEAL          NslcmsubschemaLcmOpNameImpactingNsComponent = "VNF_HEAL"
	VNFINSTANTIATE   NslcmsubschemaLcmOpNameImpactingNsComponent = "VNF_INSTANTIATE"
	VNFMODIFYINFO    NslcmsubschemaLcmOpNameImpactingNsComponent = "VNF_MODIFY_INFO"
	VNFOPERATE       NslcmsubschemaLcmOpNameImpactingNsComponent = "VNF_OPERATE"
	VNFSCALE         NslcmsubschemaLcmOpNameImpactingNsComponent = "VNF_SCALE"
	VNFSCALETOLEVEL  NslcmsubschemaLcmOpNameImpactingNsComponent = "VNF_SCALE_TO_LEVEL"
	VNFTERMINATE     NslcmsubschemaLcmOpNameImpactingNsComponent = "VNF_TERMINATE"
)

Defines values for NslcmsubschemaLcmOpNameImpactingNsComponent.

type NslcmsubschemaLcmOpOccStatusImpactingNsComponent

type NslcmsubschemaLcmOpOccStatusImpactingNsComponent string

NslcmsubschemaLcmOpOccStatusImpactingNsComponent defines model for Nslcmsubschema.LcmOpOccStatusImpactingNsComponent.

const (
	NslcmsubschemaLcmOpOccStatusImpactingNsComponentCOMPLETED          NslcmsubschemaLcmOpOccStatusImpactingNsComponent = "COMPLETED"
	NslcmsubschemaLcmOpOccStatusImpactingNsComponentFAILED             NslcmsubschemaLcmOpOccStatusImpactingNsComponent = "FAILED"
	NslcmsubschemaLcmOpOccStatusImpactingNsComponentPARTIALLYCOMPLETED NslcmsubschemaLcmOpOccStatusImpactingNsComponent = "PARTIALLY_COMPLETED"
	NslcmsubschemaLcmOpOccStatusImpactingNsComponentROLLEDBACK         NslcmsubschemaLcmOpOccStatusImpactingNsComponent = "ROLLED_BACK"
	NslcmsubschemaLcmOpOccStatusImpactingNsComponentSTART              NslcmsubschemaLcmOpOccStatusImpactingNsComponent = "START"
)

Defines values for NslcmsubschemaLcmOpOccStatusImpactingNsComponent.

type NslcmsubschemaNotificationTypes

type NslcmsubschemaNotificationTypes string

NslcmsubschemaNotificationTypes defines model for Nslcmsubschema.NotificationTypes.

const (
	NsChangeNotification                 NslcmsubschemaNotificationTypes = "NsChangeNotification"
	NsIdentifierCreationNotification     NslcmsubschemaNotificationTypes = "NsIdentifierCreationNotification"
	NsIdentifierDeletionNotification     NslcmsubschemaNotificationTypes = "NsIdentifierDeletionNotification"
	NsLcmOperationOccurrenceNotification NslcmsubschemaNotificationTypes = "NsLcmOperationOccurrenceNotification"
)

Defines values for NslcmsubschemaNotificationTypes.

type NslcmsubschemaNsComponentTypes

type NslcmsubschemaNsComponentTypes string

NslcmsubschemaNsComponentTypes defines model for Nslcmsubschema.NsComponentTypes.

Defines values for NslcmsubschemaNsComponentTypes.

type NslcmsubschemaOperationStates

type NslcmsubschemaOperationStates string

NslcmsubschemaOperationStates defines model for Nslcmsubschema.OperationStates.

const (
	NslcmsubschemaOperationStatesCOMPLETED          NslcmsubschemaOperationStates = "COMPLETED"
	NslcmsubschemaOperationStatesFAILED             NslcmsubschemaOperationStates = "FAILED"
	NslcmsubschemaOperationStatesFAILEDTEMP         NslcmsubschemaOperationStates = "FAILED_TEMP"
	NslcmsubschemaOperationStatesPARTIALLYCOMPLETED NslcmsubschemaOperationStates = "PARTIALLY_COMPLETED"
	NslcmsubschemaOperationStatesPROCESSING         NslcmsubschemaOperationStates = "PROCESSING"
	NslcmsubschemaOperationStatesROLLEDBACK         NslcmsubschemaOperationStates = "ROLLED_BACK"
	NslcmsubschemaOperationStatesROLLINGBACK        NslcmsubschemaOperationStates = "ROLLING_BACK"
)

Defines values for NslcmsubschemaOperationStates.

type NslcmsubschemaOperationTypes

type NslcmsubschemaOperationTypes string

NslcmsubschemaOperationTypes defines model for Nslcmsubschema.OperationTypes.

const (
	HEAL        NslcmsubschemaOperationTypes = "HEAL"
	INSTANTIATE NslcmsubschemaOperationTypes = "INSTANTIATE"
	SCALE       NslcmsubschemaOperationTypes = "SCALE"
	TERMINATE   NslcmsubschemaOperationTypes = "TERMINATE"
	UPDATE      NslcmsubschemaOperationTypes = "UPDATE"
)

Defines values for NslcmsubschemaOperationTypes.

type NstInfo

type NstInfo struct {
	// Id NetSlice Template Identifier
	Uid *openapi_types.UUID `json:"_id,omitempty"`

	// Id Human readable NetSlice Template Identifier
	Id *string `json:"id,omitempty"`

	// Name Human readable name of the NetSlice Template
	Name *string `json:"name,omitempty"`
}

NstInfo NetSlice Template Information Only generic fields (_id, id, name) are described For a full specification of the NetSlice Template see: http://osm-download.etsi.org/ftp/osm-doc/nst.html

type NstInfoModifications

type NstInfoModifications struct {
	// Id NST Identifier
	Id *string `json:"id,omitempty"`

	// Name NST Name
	Name *string `json:"name,omitempty"`
}

NstInfoModifications NetSlice Template Information Only generic fields (id, name) are described For a full specification of the NetSlice Template see: http://osm-download.etsi.org/ftp/osm-doc/nst.html

type ObjectId

type ObjectId struct {
	Id *openapi_types.UUID `json:"id,omitempty"`
}

ObjectId defines model for ObjectId.

type ObjectIdList

type ObjectIdList struct {
	NsIds *[]openapi_types.UUID `json:"ns_ids,omitempty"`
}

ObjectIdList defines model for ObjectIdList.

type ObjectIdPlusOpId

type ObjectIdPlusOpId struct {
	Id   *openapi_types.UUID `json:"id,omitempty"`
	OpId *openapi_types.UUID `json:"op_id,omitempty"`
}

ObjectIdPlusOpId defines model for ObjectId_plus_OpId.

type OkaPackage

type OkaPackage struct {
	Description *string             `json:"description,omitempty"`
	Name        *string             `json:"name,omitempty"`
	Package     *openapi_types.File `json:"package,omitempty"`
}

OkaPackage defines model for OkaPackage.

type OpId

type OpId struct {
	OpId *openapi_types.UUID `json:"op_id,omitempty"`
}

OpId defines model for OpId.

type PasswordExpiryInfo

type PasswordExpiryInfo struct {
	Id      *string             `json:"id,omitempty"`
	Message *string             `json:"message,omitempty"`
	UserId  *openapi_types.UUID `json:"user_id,omitempty"`
}

PasswordExpiryInfo defines model for PasswordExpiryInfo.

type PatchAppProfileJSONRequestBody

type PatchAppProfileJSONRequestBody = ProfileInfo

PatchAppProfileJSONRequestBody defines body for PatchAppProfile for application/json ContentType.

type PatchAppProfileResponse

type PatchAppProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParsePatchAppProfileResponse

func ParsePatchAppProfileResponse(rsp *http.Response) (*PatchAppProfileResponse, error)

ParsePatchAppProfileResponse parses an HTTP response from a PatchAppProfileWithResponse call

func (PatchAppProfileResponse) Status

func (r PatchAppProfileResponse) Status() string

Status returns HTTPResponse.Status

func (PatchAppProfileResponse) StatusCode

func (r PatchAppProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchInfraConfigProfileJSONRequestBody

type PatchInfraConfigProfileJSONRequestBody = ProfileInfo

PatchInfraConfigProfileJSONRequestBody defines body for PatchInfraConfigProfile for application/json ContentType.

type PatchInfraConfigProfileResponse

type PatchInfraConfigProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParsePatchInfraConfigProfileResponse

func ParsePatchInfraConfigProfileResponse(rsp *http.Response) (*PatchInfraConfigProfileResponse, error)

ParsePatchInfraConfigProfileResponse parses an HTTP response from a PatchInfraConfigProfileWithResponse call

func (PatchInfraConfigProfileResponse) Status

Status returns HTTPResponse.Status

func (PatchInfraConfigProfileResponse) StatusCode

func (r PatchInfraConfigProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchInfraControllerProfileJSONRequestBody

type PatchInfraControllerProfileJSONRequestBody = ProfileInfo

PatchInfraControllerProfileJSONRequestBody defines body for PatchInfraControllerProfile for application/json ContentType.

type PatchInfraControllerProfileResponse

type PatchInfraControllerProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParsePatchInfraControllerProfileResponse

func ParsePatchInfraControllerProfileResponse(rsp *http.Response) (*PatchInfraControllerProfileResponse, error)

ParsePatchInfraControllerProfileResponse parses an HTTP response from a PatchInfraControllerProfileWithResponse call

func (PatchInfraControllerProfileResponse) Status

Status returns HTTPResponse.Status

func (PatchInfraControllerProfileResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PatchResourceProfileJSONRequestBody

type PatchResourceProfileJSONRequestBody = ProfileInfo

PatchResourceProfileJSONRequestBody defines body for PatchResourceProfile for application/json ContentType.

type PatchResourceProfileResponse

type PatchResourceProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParsePatchResourceProfileResponse

func ParsePatchResourceProfileResponse(rsp *http.Response) (*PatchResourceProfileResponse, error)

ParsePatchResourceProfileResponse parses an HTTP response from a PatchResourceProfileWithResponse call

func (PatchResourceProfileResponse) Status

Status returns HTTPResponse.Status

func (PatchResourceProfileResponse) StatusCode

func (r PatchResourceProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PduInfo

type PduInfo struct {
	Uid         *openapi_types.UUID `json:"_id,omitempty"`
	Description *string             `json:"description,omitempty"`
	Interfaces  *PduInterfaces      `json:"interfaces,omitempty"`
	Name        *string             `json:"name,omitempty"`
	Shared      *bool               `json:"shared,omitempty"`
	Type        *string             `json:"type,omitempty"`
	VimAccounts *[]string           `json:"vim_accounts,omitempty"`
	Vims        *[]string           `json:"vims,omitempty"`
}

PduInfo defines model for PduInfo.

type PduInterfaces

type PduInterfaces = []struct {
	IpAddress      string             `json:"ip-address"`
	MacAddress     *string            `json:"mac-address,omitempty"`
	Mgmt           bool               `json:"mgmt"`
	Name           string             `json:"name"`
	Type           *PduInterfacesType `json:"type,omitempty"`
	VimNetworkId   *string            `json:"vim-network-id,omitempty"`
	VimNetworkName *string            `json:"vim-network-name,omitempty"`
}

PduInterfaces defines model for PduInterfaces.

type PduInterfacesType

type PduInterfacesType string

PduInterfacesType defines model for PduInterfaces.Type.

const (
	Overlay  PduInterfacesType = "overlay"
	Underlay PduInterfacesType = "underlay"
)

Defines values for PduInterfacesType.

type PermissionsInfo

type PermissionsInfo map[string]bool

PermissionsInfo Permissions keys must follow the syntax 'main_topic[:subtopic[:id[:component|action|etc]]]' Permission values are either true or false

type PnfdIds

type PnfdIds = []string

PnfdIds defines model for pnfdIds.

type ProblemDetails

type ProblemDetails struct {
	Detail               string                 `json:"detail"`
	Instance             *string                `json:"instance,omitempty"`
	Status               int                    `json:"status"`
	Title                *string                `json:"title,omitempty"`
	Type                 *string                `json:"type,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

ProblemDetails defines model for ProblemDetails.

func (ProblemDetails) Get

func (a ProblemDetails) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for ProblemDetails. Returns the specified element and whether it was found

func (ProblemDetails) MarshalJSON

func (a ProblemDetails) MarshalJSON() ([]byte, error)

Override default JSON handling for ProblemDetails to handle AdditionalProperties

func (*ProblemDetails) Set

func (a *ProblemDetails) Set(fieldName string, value interface{})

Setter for additional properties for ProblemDetails

func (*ProblemDetails) UnmarshalJSON

func (a *ProblemDetails) UnmarshalJSON(b []byte) error

Override default JSON handling for ProblemDetails to handle AdditionalProperties

type ProfileInfo

type ProfileInfo struct {
	Description *string `json:"description,omitempty"`
	Name        *string `json:"name,omitempty"`
}

ProfileInfo defines model for ProfileInfo.

type ProjectInfo

type ProjectInfo struct {
	Uid    *openapi_types.UUID `json:"_id,omitempty"`
	Name   *string             `json:"name,omitempty"`
	Quotas *QuotasInfo         `json:"quotas,omitempty"`
}

ProjectInfo defines model for ProjectInfo.

type ProjectRoleMappings

type ProjectRoleMappings = []struct {
	Project *string `json:"project,omitempty"`
	Role    *string `json:"role,omitempty"`
}

ProjectRoleMappings defines model for ProjectRoleMappings.

type ProjectRoleMappingsOpt

type ProjectRoleMappingsOpt = []struct {
	Project *string `json:"project,omitempty"`
	Role    *string `json:"role,omitempty"`
}

ProjectRoleMappingsOpt defines model for ProjectRoleMappingsOpt.

type QuotasInfo

type QuotasInfo struct {
	K8sclusters    *int `json:"k8sclusters,omitempty"`
	K8srepos       *int `json:"k8srepos,omitempty"`
	NsInstances    *int `json:"ns_instances,omitempty"`
	Nsds           *int `json:"nsds,omitempty"`
	Osmrepos       *int `json:"osmrepos,omitempty"`
	Pduds          *int `json:"pduds,omitempty"`
	SdnControllers *int `json:"sdn_controllers,omitempty"`
	SliceInstances *int `json:"slice_instances,omitempty"`
	SliceTemplates *int `json:"slice_templates,omitempty"`
	Vca            *int `json:"vca,omitempty"`
	VimAccounts    *int `json:"vim_accounts,omitempty"`
	Vnfds          *int `json:"vnfds,omitempty"`
	WimAccounts    *int `json:"wim_accounts,omitempty"`
}

QuotasInfo defines model for QuotasInfo.

type ReadAppProfileResponse

type ReadAppProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseReadAppProfileResponse

func ParseReadAppProfileResponse(rsp *http.Response) (*ReadAppProfileResponse, error)

ParseReadAppProfileResponse parses an HTTP response from a ReadAppProfileWithResponse call

func (ReadAppProfileResponse) Status

func (r ReadAppProfileResponse) Status() string

Status returns HTTPResponse.Status

func (ReadAppProfileResponse) StatusCode

func (r ReadAppProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ReadInfraConfigProfileResponse

type ReadInfraConfigProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseReadInfraConfigProfileResponse

func ParseReadInfraConfigProfileResponse(rsp *http.Response) (*ReadInfraConfigProfileResponse, error)

ParseReadInfraConfigProfileResponse parses an HTTP response from a ReadInfraConfigProfileWithResponse call

func (ReadInfraConfigProfileResponse) Status

Status returns HTTPResponse.Status

func (ReadInfraConfigProfileResponse) StatusCode

func (r ReadInfraConfigProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ReadInfraControllerProfileResponse

type ReadInfraControllerProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseReadInfraControllerProfileResponse

func ParseReadInfraControllerProfileResponse(rsp *http.Response) (*ReadInfraControllerProfileResponse, error)

ParseReadInfraControllerProfileResponse parses an HTTP response from a ReadInfraControllerProfileWithResponse call

func (ReadInfraControllerProfileResponse) Status

Status returns HTTPResponse.Status

func (ReadInfraControllerProfileResponse) StatusCode

func (r ReadInfraControllerProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ReadKSUResponse

type ReadKSUResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseReadKSUResponse

func ParseReadKSUResponse(rsp *http.Response) (*ReadKSUResponse, error)

ParseReadKSUResponse parses an HTTP response from a ReadKSUWithResponse call

func (ReadKSUResponse) Status

func (r ReadKSUResponse) Status() string

Status returns HTTPResponse.Status

func (ReadKSUResponse) StatusCode

func (r ReadKSUResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ReadOKAPackageResponse

type ReadOKAPackageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseReadOKAPackageResponse

func ParseReadOKAPackageResponse(rsp *http.Response) (*ReadOKAPackageResponse, error)

ParseReadOKAPackageResponse parses an HTTP response from a ReadOKAPackageWithResponse call

func (ReadOKAPackageResponse) Status

func (r ReadOKAPackageResponse) Status() string

Status returns HTTPResponse.Status

func (ReadOKAPackageResponse) StatusCode

func (r ReadOKAPackageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ReadResourceProfileResponse

type ReadResourceProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseReadResourceProfileResponse

func ParseReadResourceProfileResponse(rsp *http.Response) (*ReadResourceProfileResponse, error)

ParseReadResourceProfileResponse parses an HTTP response from a ReadResourceProfileWithResponse call

func (ReadResourceProfileResponse) Status

Status returns HTTPResponse.Status

func (ReadResourceProfileResponse) StatusCode

func (r ReadResourceProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Readk8sClusterResponse

type Readk8sClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseReadk8sClusterResponse

func ParseReadk8sClusterResponse(rsp *http.Response) (*Readk8sClusterResponse, error)

ParseReadk8sClusterResponse parses an HTTP response from a Readk8sClusterWithResponse call

func (Readk8sClusterResponse) Status

func (r Readk8sClusterResponse) Status() string

Status returns HTTPResponse.Status

func (Readk8sClusterResponse) StatusCode

func (r Readk8sClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RequestEditorFn

type RequestEditorFn func(ctx context.Context, req *http.Request) error

RequestEditorFn is the function signature for the RequestEditor callback function

type RoleInfo

type RoleInfo struct {
	Uid  *openapi_types.UUID `json:"_id,omitempty"`
	Name *string             `json:"name,omitempty"`

	// Permissions Permissions keys must follow the syntax 'main_topic[:subtopic[:id[:component|action|etc]]]'
	// Permission values are either true or false
	Permissions *PermissionsInfo `json:"permissions,omitempty"`
}

RoleInfo defines model for RoleInfo.

type ScaleNSinstanceJSONRequestBody

type ScaleNSinstanceJSONRequestBody = ScaleNsRequest

ScaleNSinstanceJSONRequestBody defines body for ScaleNSinstance for application/json ContentType.

type ScaleNSinstanceResponse

type ScaleNSinstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseScaleNSinstanceResponse

func ParseScaleNSinstanceResponse(rsp *http.Response) (*ScaleNSinstanceResponse, error)

ParseScaleNSinstanceResponse parses an HTTP response from a ScaleNSinstanceWithResponse call

func (ScaleNSinstanceResponse) Status

func (r ScaleNSinstanceResponse) Status() string

Status returns HTTPResponse.Status

func (ScaleNSinstanceResponse) StatusCode

func (r ScaleNSinstanceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ScaleNode

type ScaleNode = ScaleNodeInfo

ScaleNode defines model for ScaleNode.

type ScaleNodeInfo

type ScaleNodeInfo struct {
	NodeCount *int `json:"node_count,omitempty"`
}

ScaleNodeInfo defines model for ScaleNodeInfo.

type ScaleNsRequest

type ScaleNsRequest struct {
	ScaleType    ScaleNsRequestScaleType `json:"scaleType"`
	ScaleVnfData struct {
		ScaleByStepData struct {
			MemberVnfIndex         string  `json:"member-vnf-index"`
			ScalingGroupDescriptor string  `json:"scaling-group-descriptor"`
			ScalingPolicy          *string `json:"scaling-policy,omitempty"`
		} `json:"scaleByStepData"`
		ScaleVnfType ScaleNsRequestScaleVnfDataScaleVnfType `json:"scaleVnfType"`
	} `json:"scaleVnfData"`

	// TimeoutNsScale timeout for the scale operation
	TimeoutNsScale *int `json:"timeout_ns_scale,omitempty"`
}

ScaleNsRequest defines model for ScaleNsRequest.

type ScaleNsRequestScaleType

type ScaleNsRequestScaleType string

ScaleNsRequestScaleType defines model for ScaleNsRequest.ScaleType.

const (
	SCALEVNF ScaleNsRequestScaleType = "SCALE_VNF"
)

Defines values for ScaleNsRequestScaleType.

type ScaleNsRequestScaleVnfDataScaleVnfType

type ScaleNsRequestScaleVnfDataScaleVnfType string

ScaleNsRequestScaleVnfDataScaleVnfType defines model for ScaleNsRequest.ScaleVnfData.ScaleVnfType.

const (
	SCALEIN  ScaleNsRequestScaleVnfDataScaleVnfType = "SCALE_IN"
	SCALEOUT ScaleNsRequestScaleVnfDataScaleVnfType = "SCALE_OUT"
)

Defines values for ScaleNsRequestScaleVnfDataScaleVnfType.

type SdnBasicProperties

type SdnBasicProperties struct {
	Description *string                 `json:"description,omitempty"`
	Dpid        *string                 `json:"dpid,omitempty"`
	Ip          *string                 `json:"ip,omitempty"`
	Name        *string                 `json:"name,omitempty"`
	Password    *string                 `json:"password,omitempty"`
	Port        *int                    `json:"port,omitempty"`
	Type        *SdnBasicPropertiesType `json:"type,omitempty"`
	User        *string                 `json:"user,omitempty"`
	Version     *string                 `json:"version,omitempty"`
}

SdnBasicProperties defines model for SdnBasicProperties.

type SdnBasicPropertiesType

type SdnBasicPropertiesType string

SdnBasicPropertiesType defines model for SdnBasicProperties.Type.

const (
	SdnBasicPropertiesTypeFloodlight   SdnBasicPropertiesType = "floodlight"
	SdnBasicPropertiesTypeOnos         SdnBasicPropertiesType = "onos"
	SdnBasicPropertiesTypeOpendaylight SdnBasicPropertiesType = "opendaylight"
)

Defines values for SdnBasicPropertiesType.

type SdnExtraProperties

type SdnExtraProperties struct {
	Uid           *openapi_types.UUID `json:"_id,omitempty"`
	SchemaVersion *string             `json:"schema_version,omitempty"`
}

SdnExtraProperties defines model for SdnExtraProperties.

type SdnInfo

type SdnInfo struct {
	Uid           *openapi_types.UUID `json:"_id,omitempty"`
	Description   *string             `json:"description,omitempty"`
	Dpid          *string             `json:"dpid,omitempty"`
	Ip            *string             `json:"ip,omitempty"`
	Name          *string             `json:"name,omitempty"`
	Password      *string             `json:"password,omitempty"`
	Port          *int                `json:"port,omitempty"`
	SchemaVersion *string             `json:"schema_version,omitempty"`
	Type          *SdnInfoType        `json:"type,omitempty"`
	User          *string             `json:"user,omitempty"`
	Version       *string             `json:"version,omitempty"`
}

SdnInfo defines model for SdnInfo.

type SdnInfoType

type SdnInfoType string

SdnInfoType defines model for SdnInfo.Type.

const (
	SdnInfoTypeFloodlight   SdnInfoType = "floodlight"
	SdnInfoTypeOnos         SdnInfoType = "onos"
	SdnInfoTypeOpendaylight SdnInfoType = "opendaylight"
)

Defines values for SdnInfoType.

type ServiceUnavailable

type ServiceUnavailable = ProblemDetails

ServiceUnavailable defines model for ServiceUnavailable.

type ShortNameList

type ShortNameList = []string

ShortNameList defines model for ShortNameList.

type TerminateNSIJSONRequestBody

type TerminateNSIJSONRequestBody = TerminateNsiRequest

TerminateNSIJSONRequestBody defines body for TerminateNSI for application/json ContentType.

type TerminateNSIResponse

type TerminateNSIResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectId
	YAML202      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseTerminateNSIResponse

func ParseTerminateNSIResponse(rsp *http.Response) (*TerminateNSIResponse, error)

ParseTerminateNSIResponse parses an HTTP response from a TerminateNSIWithResponse call

func (TerminateNSIResponse) Status

func (r TerminateNSIResponse) Status() string

Status returns HTTPResponse.Status

func (TerminateNSIResponse) StatusCode

func (r TerminateNSIResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TerminateNSinstanceJSONRequestBody

type TerminateNSinstanceJSONRequestBody = TerminateNsRequest

TerminateNSinstanceJSONRequestBody defines body for TerminateNSinstance for application/json ContentType.

type TerminateNSinstanceResponse

type TerminateNSinstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *ObjectId
	YAML202      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseTerminateNSinstanceResponse

func ParseTerminateNSinstanceResponse(rsp *http.Response) (*TerminateNSinstanceResponse, error)

ParseTerminateNSinstanceResponse parses an HTTP response from a TerminateNSinstanceWithResponse call

func (TerminateNSinstanceResponse) Status

Status returns HTTPResponse.Status

func (TerminateNSinstanceResponse) StatusCode

func (r TerminateNSinstanceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type TerminateNsRequest

type TerminateNsRequest struct {
	// Autoremove remove network service if termination end without error
	Autoremove *bool `json:"autoremove,omitempty"`

	// SkipTerminatePrimitives Do not execute network service termination primitives
	SkipTerminatePrimitives *bool `json:"skip_terminate_primitives,omitempty"`

	// TimeoutNsTerminate timeout for terminate operation
	TimeoutNsTerminate *int `json:"timeout_ns_terminate,omitempty"`
}

TerminateNsRequest defines model for TerminateNsRequest.

type TerminateNsiRequest

type TerminateNsiRequest struct {
	// TerminationTime Timestamp indicating the end time of the NSI, i.e. the NSI will be terminated
	// automatically at this timestamp. Cardinality "0" indicates the NSI termination
	// takes place immediately.
	TerminationTime *time.Time `json:"terminationTime,omitempty"`
}

TerminateNsiRequest defines model for TerminateNsiRequest.

type TokenInfo

type TokenInfo struct {
	Uid         *string             `json:"_id,omitempty"`
	Admin       *bool               `json:"admin,omitempty"`
	AdminShow   *bool               `json:"admin_show,omitempty"`
	Expires     *float32            `json:"expires,omitempty"`
	Id          *string             `json:"id,omitempty"`
	IssuedAt    *float32            `json:"issued_at,omitempty"`
	LastLogin   *float32            `json:"last_login,omitempty"`
	LoginCount  *float32            `json:"login_count,omitempty"`
	ProjectId   *openapi_types.UUID `json:"project_id,omitempty"`
	ProjectName *string             `json:"project_name,omitempty"`
	RemoteHost  *string             `json:"remote_host,omitempty"`
	RemotePort  *int                `json:"remote_port,omitempty"`
	Roles       *[]struct {
		Id   *openapi_types.UUID `json:"id,omitempty"`
		Name *string             `json:"name,omitempty"`
	} `json:"roles,omitempty"`
	UserId   *openapi_types.UUID `json:"user_id,omitempty"`
	UserShow *bool               `json:"user_show,omitempty"`
	Username *string             `json:"username,omitempty"`
}

TokenInfo defines model for TokenInfo.

type Unauthorized

type Unauthorized = ProblemDetails

Unauthorized defines model for Unauthorized.

type UnexpectedError

type UnexpectedError = ProblemDetails

UnexpectedError defines model for UnexpectedError.

type UnprocessableEntity

type UnprocessableEntity = ProblemDetails

UnprocessableEntity defines model for UnprocessableEntity.

type UpdateAlarmJSONRequestBody

type UpdateAlarmJSONRequestBody = AlarmInfoModifications

UpdateAlarmJSONRequestBody defines body for UpdateAlarm for application/json ContentType.

type UpdateAlarmResponse

type UpdateAlarmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpdateAlarmResponse

func ParseUpdateAlarmResponse(rsp *http.Response) (*UpdateAlarmResponse, error)

ParseUpdateAlarmResponse parses an HTTP response from a UpdateAlarmWithResponse call

func (UpdateAlarmResponse) Status

func (r UpdateAlarmResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateAlarmResponse) StatusCode

func (r UpdateAlarmResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateKSUJSONRequestBody

type UpdateKSUJSONRequestBody = Ksu

UpdateKSUJSONRequestBody defines body for UpdateKSU for application/json ContentType.

type UpdateKSUResponse

type UpdateKSUResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpdateKSUResponse

func ParseUpdateKSUResponse(rsp *http.Response) (*UpdateKSUResponse, error)

ParseUpdateKSUResponse parses an HTTP response from a UpdateKSUWithResponse call

func (UpdateKSUResponse) Status

func (r UpdateKSUResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateKSUResponse) StatusCode

func (r UpdateKSUResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateMultipleKSUJSONRequestBody

type UpdateMultipleKSUJSONRequestBody = MultipleKsu

UpdateMultipleKSUJSONRequestBody defines body for UpdateMultipleKSU for application/json ContentType.

type UpdateMultipleKSUResponse

type UpdateMultipleKSUResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpdateMultipleKSUResponse

func ParseUpdateMultipleKSUResponse(rsp *http.Response) (*UpdateMultipleKSUResponse, error)

ParseUpdateMultipleKSUResponse parses an HTTP response from a UpdateMultipleKSUWithResponse call

func (UpdateMultipleKSUResponse) Status

func (r UpdateMultipleKSUResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateMultipleKSUResponse) StatusCode

func (r UpdateMultipleKSUResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateNSDJSONRequestBody

type UpdateNSDJSONRequestBody = NsdInfoModifications

UpdateNSDJSONRequestBody defines body for UpdateNSD for application/json ContentType.

type UpdateNSDResponse

type UpdateNSDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpdateNSDResponse

func ParseUpdateNSDResponse(rsp *http.Response) (*UpdateNSDResponse, error)

ParseUpdateNSDResponse parses an HTTP response from a UpdateNSDWithResponse call

func (UpdateNSDResponse) Status

func (r UpdateNSDResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateNSDResponse) StatusCode

func (r UpdateNSDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateNSDcontentResponse

type UpdateNSDcontentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpdateNSDcontentResponse

func ParseUpdateNSDcontentResponse(rsp *http.Response) (*UpdateNSDcontentResponse, error)

ParseUpdateNSDcontentResponse parses an HTTP response from a UpdateNSDcontentWithResponse call

func (UpdateNSDcontentResponse) Status

func (r UpdateNSDcontentResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateNSDcontentResponse) StatusCode

func (r UpdateNSDcontentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateNSTcontentResponse

type UpdateNSTcontentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpdateNSTcontentResponse

func ParseUpdateNSTcontentResponse(rsp *http.Response) (*UpdateNSTcontentResponse, error)

ParseUpdateNSTcontentResponse parses an HTTP response from a UpdateNSTcontentWithResponse call

func (UpdateNSTcontentResponse) Status

func (r UpdateNSTcontentResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateNSTcontentResponse) StatusCode

func (r UpdateNSTcontentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateNSinstanceJSONRequestBody

type UpdateNSinstanceJSONRequestBody = UpdateNsRequest

UpdateNSinstanceJSONRequestBody defines body for UpdateNSinstance for application/json ContentType.

type UpdateNSinstanceResponse

type UpdateNSinstanceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpdateNSinstanceResponse

func ParseUpdateNSinstanceResponse(rsp *http.Response) (*UpdateNSinstanceResponse, error)

ParseUpdateNSinstanceResponse parses an HTTP response from a UpdateNSinstanceWithResponse call

func (UpdateNSinstanceResponse) Status

func (r UpdateNSinstanceResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateNSinstanceResponse) StatusCode

func (r UpdateNSinstanceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateNsPkgsIdContentJSONRequestBody

type UpdateNsPkgsIdContentJSONRequestBody = NsdInfoModifications

UpdateNsPkgsIdContentJSONRequestBody defines body for UpdateNsPkgsIdContent for application/json ContentType.

type UpdateNsPkgsIdContentResponse

type UpdateNsPkgsIdContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpdateNsPkgsIdContentResponse

func ParseUpdateNsPkgsIdContentResponse(rsp *http.Response) (*UpdateNsPkgsIdContentResponse, error)

ParseUpdateNsPkgsIdContentResponse parses an HTTP response from a UpdateNsPkgsIdContentWithResponse call

func (UpdateNsPkgsIdContentResponse) Status

Status returns HTTPResponse.Status

func (UpdateNsPkgsIdContentResponse) StatusCode

func (r UpdateNsPkgsIdContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateNsRequest

type UpdateNsRequest struct {
	ChangeVnfPackageData *struct {
		VnfInstanceId string `json:"vnfInstanceId"`
		VnfdId        string `json:"vnfdId"`
	} `json:"changeVnfPackageData,omitempty"`
	ModifyVnfInfoData *struct {
		VnfInstanceId string `json:"vnfInstanceId"`
		VnfdId        string `json:"vnfdId"`
	} `json:"modifyVnfInfoData,omitempty"`
	OperateVnfData *struct {
		AdditionalParam *struct {
			CountIndex float32 `json:"count-index"`
			RunDay1    *bool   `json:"run-day1,omitempty"`
			VduId      string  `json:"vdu_id"`
		} `json:"additionalParam,omitempty"`
		ChangeStateTo string `json:"changeStateTo"`
		VnfInstanceId string `json:"vnfInstanceId"`
	} `json:"operateVnfData,omitempty"`
	RemoveVnfInstanceId *string                   `json:"removeVnfInstanceId,omitempty"`
	UpdateType          UpdateNsRequestUpdateType `json:"updateType"`
	VerticalScaleVnf    *struct {
		CountIndex    *float32 `json:"countIndex,omitempty"`
		VduId         string   `json:"vduId"`
		VnfInstanceId string   `json:"vnfInstanceId"`
		VnfdId        string   `json:"vnfdId"`
	} `json:"verticalScaleVnf,omitempty"`
}

UpdateNsRequest This type represents request parameters for the "Update NS" operation. This operation supports the update of an NS instance by updating one or more of the VNFs that are part of this NS.

type UpdateNsRequestUpdateType

type UpdateNsRequestUpdateType string

UpdateNsRequestUpdateType defines model for UpdateNsRequest.UpdateType.

const (
	CHANGEVNFPKG         UpdateNsRequestUpdateType = "CHANGE_VNFPKG"
	MODIFYVNFINFORMATION UpdateNsRequestUpdateType = "MODIFY_VNF_INFORMATION"
	OPERATEVNF           UpdateNsRequestUpdateType = "OPERATE_VNF"
	REMOVEVNF            UpdateNsRequestUpdateType = "REMOVE_VNF"
	VERTICALSCALE        UpdateNsRequestUpdateType = "VERTICAL_SCALE"
)

Defines values for UpdateNsRequestUpdateType.

type UpdateNstIdContentJSONRequestBody

type UpdateNstIdContentJSONRequestBody = NstInfoModifications

UpdateNstIdContentJSONRequestBody defines body for UpdateNstIdContent for application/json ContentType.

type UpdateNstIdContentResponse

type UpdateNstIdContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpdateNstIdContentResponse

func ParseUpdateNstIdContentResponse(rsp *http.Response) (*UpdateNstIdContentResponse, error)

ParseUpdateNstIdContentResponse parses an HTTP response from a UpdateNstIdContentWithResponse call

func (UpdateNstIdContentResponse) Status

Status returns HTTPResponse.Status

func (UpdateNstIdContentResponse) StatusCode

func (r UpdateNstIdContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateOKAPackageResponse

type UpdateOKAPackageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpdateOKAPackageResponse

func ParseUpdateOKAPackageResponse(rsp *http.Response) (*UpdateOKAPackageResponse, error)

ParseUpdateOKAPackageResponse parses an HTTP response from a UpdateOKAPackageWithResponse call

func (UpdateOKAPackageResponse) Status

func (r UpdateOKAPackageResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateOKAPackageResponse) StatusCode

func (r UpdateOKAPackageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateTemplatecontentJSONRequestBody

type UpdateTemplatecontentJSONRequestBody = NsdInfoModifications

UpdateTemplatecontentJSONRequestBody defines body for UpdateTemplatecontent for application/json ContentType.

type UpdateTemplatecontentResponse

type UpdateTemplatecontentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpdateTemplatecontentResponse

func ParseUpdateTemplatecontentResponse(rsp *http.Response) (*UpdateTemplatecontentResponse, error)

ParseUpdateTemplatecontentResponse parses an HTTP response from a UpdateTemplatecontentWithResponse call

func (UpdateTemplatecontentResponse) Status

Status returns HTTPResponse.Status

func (UpdateTemplatecontentResponse) StatusCode

func (r UpdateTemplatecontentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateVnfPkgJSONRequestBody

type UpdateVnfPkgJSONRequestBody = VnfPkgInfoModifications

UpdateVnfPkgJSONRequestBody defines body for UpdateVnfPkg for application/json ContentType.

type UpdateVnfPkgResponse

type UpdateVnfPkgResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpdateVnfPkgResponse

func ParseUpdateVnfPkgResponse(rsp *http.Response) (*UpdateVnfPkgResponse, error)

ParseUpdateVnfPkgResponse parses an HTTP response from a UpdateVnfPkgWithResponse call

func (UpdateVnfPkgResponse) Status

func (r UpdateVnfPkgResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateVnfPkgResponse) StatusCode

func (r UpdateVnfPkgResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateVnfPkgsIdContentJSONRequestBody

type UpdateVnfPkgsIdContentJSONRequestBody = VnfPkgInfoModifications

UpdateVnfPkgsIdContentJSONRequestBody defines body for UpdateVnfPkgsIdContent for application/json ContentType.

type UpdateVnfPkgsIdContentResponse

type UpdateVnfPkgsIdContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpdateVnfPkgsIdContentResponse

func ParseUpdateVnfPkgsIdContentResponse(rsp *http.Response) (*UpdateVnfPkgsIdContentResponse, error)

ParseUpdateVnfPkgsIdContentResponse parses an HTTP response from a UpdateVnfPkgsIdContentWithResponse call

func (UpdateVnfPkgsIdContentResponse) Status

Status returns HTTPResponse.Status

func (UpdateVnfPkgsIdContentResponse) StatusCode

func (r UpdateVnfPkgsIdContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpgradeCluster

type UpgradeCluster = UpgradeClusterInfo

UpgradeCluster defines model for UpgradeCluster.

type UpgradeClusterInfo

type UpgradeClusterInfo struct {
	K8sVersion *string `json:"k8s_version,omitempty"`
}

UpgradeClusterInfo defines model for UpgradeClusterInfo.

type UpgradeClusterJSONRequestBody

type UpgradeClusterJSONRequestBody = UpgradeClusterInfo

UpgradeClusterJSONRequestBody defines body for UpgradeCluster for application/json ContentType.

type UpgradeClusterResponse

type UpgradeClusterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUpgradeClusterResponse

func ParseUpgradeClusterResponse(rsp *http.Response) (*UpgradeClusterResponse, error)

ParseUpgradeClusterResponse parses an HTTP response from a UpgradeClusterWithResponse call

func (UpgradeClusterResponse) Status

func (r UpgradeClusterResponse) Status() string

Status returns HTTPResponse.Status

func (UpgradeClusterResponse) StatusCode

func (r UpgradeClusterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UploadNsPkgsContentResponse

type UploadNsPkgsContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUploadNsPkgsContentResponse

func ParseUploadNsPkgsContentResponse(rsp *http.Response) (*UploadNsPkgsContentResponse, error)

ParseUploadNsPkgsContentResponse parses an HTTP response from a UploadNsPkgsContentWithResponse call

func (UploadNsPkgsContentResponse) Status

Status returns HTTPResponse.Status

func (UploadNsPkgsContentResponse) StatusCode

func (r UploadNsPkgsContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UploadNstContentResponse

type UploadNstContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUploadNstContentResponse

func ParseUploadNstContentResponse(rsp *http.Response) (*UploadNstContentResponse, error)

ParseUploadNstContentResponse parses an HTTP response from a UploadNstContentWithResponse call

func (UploadNstContentResponse) Status

func (r UploadNstContentResponse) Status() string

Status returns HTTPResponse.Status

func (UploadNstContentResponse) StatusCode

func (r UploadNstContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UploadVnfPkgContentResponse

type UploadVnfPkgContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUploadVnfPkgContentResponse

func ParseUploadVnfPkgContentResponse(rsp *http.Response) (*UploadVnfPkgContentResponse, error)

ParseUploadVnfPkgContentResponse parses an HTTP response from a UploadVnfPkgContentWithResponse call

func (UploadVnfPkgContentResponse) Status

Status returns HTTPResponse.Status

func (UploadVnfPkgContentResponse) StatusCode

func (r UploadVnfPkgContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UploadVnfPkgsContentResponse

type UploadVnfPkgsContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ObjectId
	YAML201      *ObjectId
	JSON400      *BadRequest
	JSON401      *Unauthorized
	JSON403      *Forbidden
	JSON404      *NotFound
	JSON405      *MethodNotAllowed
	JSON406      *NotAcceptable
	JSON409      *Conflict
	JSON422      *UnprocessableEntity
	JSON500      *InternalServerError
	JSON503      *ServiceUnavailable
	JSON5XX      *UnexpectedError
	JSONDefault  *UnexpectedError
}

func ParseUploadVnfPkgsContentResponse

func ParseUploadVnfPkgsContentResponse(rsp *http.Response) (*UploadVnfPkgsContentResponse, error)

ParseUploadVnfPkgsContentResponse parses an HTTP response from a UploadVnfPkgsContentWithResponse call

func (UploadVnfPkgsContentResponse) Status

Status returns HTTPResponse.Status

func (UploadVnfPkgsContentResponse) StatusCode

func (r UploadVnfPkgsContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserInfo

type UserInfo struct {
	Uid                 *openapi_types.UUID `json:"_id,omitempty"`
	Password            *string             `json:"password,omitempty"`
	ProjectRoleMappings *[]struct {
		Project     *openapi_types.UUID `json:"project,omitempty"`
		ProjectName *string             `json:"project_name,omitempty"`
		Role        *openapi_types.UUID `json:"role,omitempty"`
		RoleName    *string             `json:"role_name,omitempty"`
	} `json:"project_role_mappings,omitempty"`
	Projects *[]string `json:"projects,omitempty"`
	Username *string   `json:"username,omitempty"`
}

UserInfo defines model for UserInfo.

type VcaInfo

type VcaInfo struct {
	Uid            *openapi_types.UUID     `json:"_id,omitempty"`
	Cacert         *string                 `json:"cacert,omitempty"`
	Description    *string                 `json:"description,omitempty"`
	Endpoints      *string                 `json:"endpoints,omitempty"`
	K8sCloud       *string                 `json:"k8s-cloud,omitempty"`
	K8sCredentials *string                 `json:"k8s-credentials,omitempty"`
	LxdCloud       *string                 `json:"lxd-cloud,omitempty"`
	LxdCredentials *string                 `json:"lxd-credentials,omitempty"`
	ModelConfig    *map[string]interface{} `json:"model-config,omitempty"`
	Name           *string                 `json:"name,omitempty"`
	SchemaType     *string                 `json:"schema_type,omitempty"`
	SchemaVersion  *string                 `json:"schema_version,omitempty"`
	Secret         *string                 `json:"secret,omitempty"`
	User           *string                 `json:"user,omitempty"`
}

VcaInfo defines model for VcaInfo.

type VimInfo

type VimInfo struct {
	Uid           *openapi_types.UUID     `json:"_id,omitempty"`
	Config        *map[string]interface{} `json:"config,omitempty"`
	Datacenter    *string                 `json:"datacenter,omitempty"`
	Description   *string                 `json:"description,omitempty"`
	Name          *string                 `json:"name,omitempty"`
	Resources     *map[string]interface{} `json:"resources,omitempty"`
	SchemaType    *string                 `json:"schema_type,omitempty"`
	SchemaVersion *string                 `json:"schema_version,omitempty"`
	Vca           *openapi_types.UUID     `json:"vca,omitempty"`
	Vim           *string                 `json:"vim,omitempty"`
	VimPassword   *string                 `json:"vim_password,omitempty"`
	VimTenantName *string                 `json:"vim_tenant_name,omitempty"`
	VimType       *VimType                `json:"vim_type,omitempty"`
	VimUrl        *string                 `json:"vim_url,omitempty"`
	VimUser       *string                 `json:"vim_user,omitempty"`
}

VimInfo defines model for VimInfo.

type VimType

type VimType string

VimType defines model for VimType.

const (
	Aws        VimType = "aws"
	Azure      VimType = "azure"
	Fos        VimType = "fos"
	Opennebula VimType = "opennebula"
	Openstack  VimType = "openstack"
	Openvim    VimType = "openvim"
	Vmware     VimType = "vmware"
)

Defines values for VimType.

type VnfDescriptor

type VnfDescriptor = string

VnfDescriptor defines model for VnfDescriptor.

type VnfInstanceInfo

type VnfInstanceInfo struct {
	Uid *openapi_types.UUID `json:"_id,omitempty"`
	Id  *openapi_types.UUID `json:"id,omitempty"`
}

VnfInstanceInfo VNF Instance Information Only generic fields (_id, id) are described For a full specification of the VNF Instance see: http://osm-download.etsi.org/ftp/osm-doc/vnfr.html

type VnfPackage

type VnfPackage = openapi_types.File

VnfPackage defines model for VnfPackage.

type VnfPkgInfo

type VnfPkgInfo struct {
	// Id Identifier of the VNF package. This identifier is allocated by the NFVO.
	Uid openapi_types.UUID `json:"_id"`

	// Description VNF Package description
	Description *string `json:"description,omitempty"`

	// Id VNF Package Identifier
	Id string `json:"id"`

	// Name VNF Package Name
	Name *string `json:"name,omitempty"`
}

VnfPkgInfo VNF Package Information Only generic fields (_id, id, name, description) are described For a full specification of the VNF Descriptor see: http://osm-download.etsi.org/ftp/osm-doc/vnfd.html

type VnfPkgInfoModifications

type VnfPkgInfoModifications struct {
	// Description VNF Package description
	Description *string `json:"description,omitempty"`

	// Id VNF Package Identifier
	Id *string `json:"id,omitempty"`

	// Name VNF Package Name
	Name *string `json:"name,omitempty"`
}

VnfPkgInfoModifications VNF Package Information Only generic fields (id, name, description) are described For a full specification of the VNF Descriptor see: http://osm-download.etsi.org/ftp/osm-doc/vnfd.html

type VnfdIds

type VnfdIds = []string

VnfdIds defines model for vnfdIds.

type WimInfo

type WimInfo struct {
	Uid           *openapi_types.UUID     `json:"_id,omitempty"`
	Config        *map[string]interface{} `json:"config,omitempty"`
	Description   *string                 `json:"description,omitempty"`
	Name          *string                 `json:"name,omitempty"`
	Password      *string                 `json:"password,omitempty"`
	SchemaType    *string                 `json:"schema_type,omitempty"`
	SchemaVersion *string                 `json:"schema_version,omitempty"`
	User          *string                 `json:"user,omitempty"`
	Wim           *string                 `json:"wim,omitempty"`
	WimType       *WimType                `json:"wim_type,omitempty"`
	WimUrl        *string                 `json:"wim_url,omitempty"`
}

WimInfo defines model for WimInfo.

type WimType

type WimType string

WimType defines model for WimType.

const (
	Dynpac WimType = "dynpac"
	Fake   WimType = "fake"
	Odl    WimType = "odl"
	Onos   WimType = "onos"
	Tapi   WimType = "tapi"
)

Defines values for WimType.

Jump to

Keyboard shortcuts

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