Documentation
¶
Overview ¶
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) stringdeprecated
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- func (a *APIClient) CreateInstance(ctx context.Context, projectId string, regionId string) ApiCreateInstanceRequestdeprecated
- func (a *APIClient) CreateInstanceExecute(ctx context.Context, projectId string, regionId string) (*Instance, error)deprecated
- func (a *APIClient) DeleteInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteInstanceRequestdeprecated
- func (a *APIClient) DeleteInstanceByName(ctx context.Context, projectId string, regionId string, displayName string) ApiDeleteInstanceByNameRequestdeprecated
- func (a *APIClient) DeleteInstanceByNameExecute(ctx context.Context, projectId string, regionId string, displayName string) errordeprecated
- func (a *APIClient) DeleteInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) errordeprecated
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) GetInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetInstanceRequestdeprecated
- func (a *APIClient) GetInstanceByName(ctx context.Context, projectId string, regionId string, displayName string) ApiGetInstanceByNameRequestdeprecated
- func (a *APIClient) GetInstanceByNameExecute(ctx context.Context, projectId string, regionId string, displayName string) (*Instance, error)deprecated
- func (a *APIClient) GetInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*Instance, error)deprecated
- func (a *APIClient) GetKubeconfigByInstanceId(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetKubeconfigByInstanceIdRequestdeprecated
- func (a *APIClient) GetKubeconfigByInstanceIdExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*Kubeconfig, error)deprecated
- func (a *APIClient) GetKubeconfigByInstanceName(ctx context.Context, projectId string, regionId string, displayName string) ApiGetKubeconfigByInstanceNameRequestdeprecated
- func (a *APIClient) GetKubeconfigByInstanceNameExecute(ctx context.Context, projectId string, regionId string, displayName string) (*Kubeconfig, error)deprecated
- func (a *APIClient) GetTokenByInstanceId(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetTokenByInstanceIdRequestdeprecated
- func (a *APIClient) GetTokenByInstanceIdExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*Token, error)deprecated
- func (a *APIClient) GetTokenByInstanceName(ctx context.Context, projectId string, regionId string, displayName string) ApiGetTokenByInstanceNameRequestdeprecated
- func (a *APIClient) GetTokenByInstanceNameExecute(ctx context.Context, projectId string, regionId string, displayName string) (*Token, error)deprecated
- func (a *APIClient) ListInstances(ctx context.Context, projectId string, regionId string) ApiListInstancesRequestdeprecated
- func (a *APIClient) ListInstancesExecute(ctx context.Context, projectId string, regionId string) (*InstanceList, error)deprecated
- func (a *APIClient) ListPlansGlobal(ctx context.Context) ApiListPlansGlobalRequestdeprecated
- func (a *APIClient) ListPlansGlobalExecute(ctx context.Context) (*PlanList, error)deprecated
- func (a *APIClient) ListPlansProject(ctx context.Context, projectId string) ApiListPlansProjectRequestdeprecated
- func (a *APIClient) ListPlansProjectExecute(ctx context.Context, projectId string) (*PlanList, error)deprecated
- func (a *APIClient) UpdateInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiUpdateInstanceRequestdeprecated
- func (a *APIClient) UpdateInstanceByName(ctx context.Context, projectId string, regionId string, displayName string) ApiUpdateInstanceByNameRequestdeprecated
- func (a *APIClient) UpdateInstanceByNameExecute(ctx context.Context, projectId string, regionId string, displayName string) errordeprecated
- func (a *APIClient) UpdateInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) errordeprecated
- type ApiCreateInstanceRequestdeprecated
- type ApiDeleteInstanceByNameRequestdeprecated
- type ApiDeleteInstanceRequestdeprecated
- type ApiGetInstanceByNameRequestdeprecated
- type ApiGetInstanceRequestdeprecated
- type ApiGetKubeconfigByInstanceIdRequestdeprecated
- type ApiGetKubeconfigByInstanceNameRequestdeprecated
- type ApiGetTokenByInstanceIdRequestdeprecated
- type ApiGetTokenByInstanceNameRequestdeprecated
- type ApiListInstancesRequestdeprecated
- type ApiListPlansGlobalRequestdeprecated
- type ApiListPlansProjectRequestdeprecated
- type ApiUpdateInstanceByNameRequestdeprecated
- type ApiUpdateInstanceRequestdeprecated
- type BadRequest
- func (o *BadRequest) GetCode() (res BadRequestGetCodeRetType)
- func (o *BadRequest) GetCodeOk() (ret BadRequestGetCodeRetType, ok bool)
- func (o *BadRequest) GetMessage() (res BadRequestGetMessageRetType)
- func (o *BadRequest) GetMessageOk() (ret BadRequestGetMessageRetType, ok bool)
- func (o *BadRequest) HasCode() bool
- func (o *BadRequest) HasMessage() bool
- func (o *BadRequest) SetCode(v BadRequestGetCodeRetType)
- func (o *BadRequest) SetMessage(v BadRequestGetMessageRetType)
- func (o BadRequest) ToMap() (map[string]interface{}, error)deprecated
- type BadRequestGetCodeArgTypedeprecated
- type BadRequestGetCodeAttributeType
- type BadRequestGetCodeRetTypedeprecated
- type BadRequestGetMessageArgTypedeprecated
- type BadRequestGetMessageAttributeType
- type BadRequestGetMessageRetTypedeprecated
- type CreateInstancePayload
- func (o *CreateInstancePayload) GetDescription() (res CreateInstancePayloadGetDescriptionRetType)
- func (o *CreateInstancePayload) GetDescriptionOk() (ret CreateInstancePayloadGetDescriptionRetType, ok bool)
- func (o *CreateInstancePayload) GetDisplayName() (ret CreateInstancePayloadGetDisplayNameRetType)
- func (o *CreateInstancePayload) GetDisplayNameOk() (ret CreateInstancePayloadGetDisplayNameRetType, ok bool)
- func (o *CreateInstancePayload) GetPlanId() (ret CreateInstancePayloadGetPlanIdRetType)
- func (o *CreateInstancePayload) GetPlanIdOk() (ret CreateInstancePayloadGetPlanIdRetType, ok bool)
- func (o *CreateInstancePayload) HasDescription() bool
- func (o *CreateInstancePayload) SetDescription(v CreateInstancePayloadGetDescriptionRetType)
- func (o *CreateInstancePayload) SetDisplayName(v CreateInstancePayloadGetDisplayNameRetType)
- func (o *CreateInstancePayload) SetPlanId(v CreateInstancePayloadGetPlanIdRetType)
- func (o CreateInstancePayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateInstancePayloadGetDescriptionArgTypedeprecated
- type CreateInstancePayloadGetDescriptionAttributeType
- type CreateInstancePayloadGetDescriptionRetTypedeprecated
- type CreateInstancePayloadGetDisplayNameArgTypedeprecated
- type CreateInstancePayloadGetDisplayNameAttributeType
- type CreateInstancePayloadGetDisplayNameRetTypedeprecated
- type CreateInstancePayloadGetPlanIdArgTypedeprecated
- type CreateInstancePayloadGetPlanIdAttributeType
- type CreateInstancePayloadGetPlanIdRetTypedeprecated
- type CreateInstanceRequestdeprecated
- type DefaultApideprecated
- type DefaultApiService
- type DeleteInstanceByNameRequestdeprecated
- type DeleteInstanceRequestdeprecated
- type GetInstanceByNameRequestdeprecated
- type GetInstanceRequestdeprecated
- type GetKubeconfigByInstanceIdRequestdeprecated
- type GetKubeconfigByInstanceNameRequestdeprecated
- type GetTokenByInstanceIdRequestdeprecated
- type GetTokenByInstanceNameRequestdeprecated
- type Instance
- func (o *Instance) GetCreated() (ret InstanceGetCreatedRetType)
- func (o *Instance) GetCreatedOk() (ret InstanceGetCreatedRetType, ok bool)
- func (o *Instance) GetDescription() (res InstanceGetDescriptionRetType)
- func (o *Instance) GetDescriptionOk() (ret InstanceGetDescriptionRetType, ok bool)
- func (o *Instance) GetDisplayName() (ret InstanceGetDisplayNameRetType)
- func (o *Instance) GetDisplayNameOk() (ret InstanceGetDisplayNameRetType, ok bool)
- func (o *Instance) GetFrontendUrl() (ret InstanceGetFrontendUrlRetType)
- func (o *Instance) GetFrontendUrlOk() (ret InstanceGetFrontendUrlRetType, ok bool)
- func (o *Instance) GetId() (ret InstanceGetIdRetType)
- func (o *Instance) GetIdOk() (ret InstanceGetIdRetType, ok bool)
- func (o *Instance) GetPlanId() (ret InstanceGetPlanIdRetType)
- func (o *Instance) GetPlanIdOk() (ret InstanceGetPlanIdRetType, ok bool)
- func (o *Instance) GetStatus() (ret InstanceGetStatusRetType)
- func (o *Instance) GetStatusOk() (ret InstanceGetStatusRetType, ok bool)
- func (o *Instance) HasDescription() bool
- func (o *Instance) SetCreated(v InstanceGetCreatedRetType)
- func (o *Instance) SetDescription(v InstanceGetDescriptionRetType)
- func (o *Instance) SetDisplayName(v InstanceGetDisplayNameRetType)
- func (o *Instance) SetFrontendUrl(v InstanceGetFrontendUrlRetType)
- func (o *Instance) SetId(v InstanceGetIdRetType)
- func (o *Instance) SetPlanId(v InstanceGetPlanIdRetType)
- func (o *Instance) SetStatus(v InstanceGetStatusRetType)
- func (o Instance) ToMap() (map[string]interface{}, error)deprecated
- type InstanceGetCreatedArgTypedeprecated
- type InstanceGetCreatedAttributeType
- type InstanceGetCreatedRetTypedeprecated
- type InstanceGetDescriptionArgTypedeprecated
- type InstanceGetDescriptionAttributeType
- type InstanceGetDescriptionRetTypedeprecated
- type InstanceGetDisplayNameArgTypedeprecated
- type InstanceGetDisplayNameAttributeType
- type InstanceGetDisplayNameRetTypedeprecated
- type InstanceGetFrontendUrlArgTypedeprecated
- type InstanceGetFrontendUrlAttributeType
- type InstanceGetFrontendUrlRetTypedeprecated
- type InstanceGetIdArgTypedeprecated
- type InstanceGetIdAttributeType
- type InstanceGetIdRetTypedeprecated
- type InstanceGetPlanIdArgTypedeprecated
- type InstanceGetPlanIdAttributeType
- type InstanceGetPlanIdRetTypedeprecated
- type InstanceGetStatusArgTypedeprecated
- type InstanceGetStatusAttributeTypedeprecated
- type InstanceGetStatusRetTypedeprecated
- type InstanceList
- func (o *InstanceList) GetInstances() (ret InstanceListGetInstancesRetType)
- func (o *InstanceList) GetInstancesOk() (ret InstanceListGetInstancesRetType, ok bool)
- func (o *InstanceList) SetInstances(v InstanceListGetInstancesRetType)
- func (o InstanceList) ToMap() (map[string]interface{}, error)deprecated
- type InstanceListGetInstancesArgTypedeprecated
- type InstanceListGetInstancesAttributeType
- type InstanceListGetInstancesRetTypedeprecated
- type InstanceStatus
- type Kubeconfig
- type KubeconfigGetKubeconfigArgTypedeprecated
- type KubeconfigGetKubeconfigAttributeType
- type KubeconfigGetKubeconfigRetTypedeprecated
- type ListInstancesRequestdeprecated
- type ListPlansGlobalRequestdeprecated
- type ListPlansProjectRequestdeprecated
- type MappedNullabledeprecated
- type NullableBadRequestdeprecated
- func (v NullableBadRequest) Get() *BadRequestdeprecated
- func (v NullableBadRequest) IsSet() booldeprecated
- func (v NullableBadRequest) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableBadRequest) Set(val *BadRequest)deprecated
- func (v *NullableBadRequest) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableBadRequest) Unset()deprecated
- type NullableBooldeprecated
- func (v NullableBool) Get() *booldeprecated
- func (v NullableBool) IsSet() booldeprecated
- func (v NullableBool) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableBool) Set(val *bool)deprecated
- func (v *NullableBool) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableBool) Unset()deprecated
- type NullableCreateInstancePayloaddeprecated
- func (v NullableCreateInstancePayload) Get() *CreateInstancePayloaddeprecated
- func (v NullableCreateInstancePayload) IsSet() booldeprecated
- func (v NullableCreateInstancePayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateInstancePayload) Set(val *CreateInstancePayload)deprecated
- func (v *NullableCreateInstancePayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateInstancePayload) Unset()deprecated
- type NullableFloat32deprecated
- func (v NullableFloat32) Get() *float32deprecated
- func (v NullableFloat32) IsSet() booldeprecated
- func (v NullableFloat32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat32) Set(val *float32)deprecated
- func (v *NullableFloat32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat32) Unset()deprecated
- type NullableFloat64deprecated
- func (v NullableFloat64) Get() *float64deprecated
- func (v NullableFloat64) IsSet() booldeprecated
- func (v NullableFloat64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat64) Set(val *float64)deprecated
- func (v *NullableFloat64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat64) Unset()deprecated
- type NullableInstancedeprecated
- func (v NullableInstance) Get() *Instancedeprecated
- func (v NullableInstance) IsSet() booldeprecated
- func (v NullableInstance) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInstance) Set(val *Instance)deprecated
- func (v *NullableInstance) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInstance) Unset()deprecated
- type NullableInstanceListdeprecated
- func (v NullableInstanceList) Get() *InstanceListdeprecated
- func (v NullableInstanceList) IsSet() booldeprecated
- func (v NullableInstanceList) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInstanceList) Set(val *InstanceList)deprecated
- func (v *NullableInstanceList) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInstanceList) Unset()deprecated
- type NullableInstanceStatusdeprecated
- func (v NullableInstanceStatus) Get() *InstanceStatusdeprecated
- func (v NullableInstanceStatus) IsSet() booldeprecated
- func (v NullableInstanceStatus) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInstanceStatus) Set(val *InstanceStatus)deprecated
- func (v *NullableInstanceStatus) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInstanceStatus) Unset()deprecated
- type NullableIntdeprecated
- func (v NullableInt) Get() *intdeprecated
- func (v NullableInt) IsSet() booldeprecated
- func (v NullableInt) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt) Set(val *int)deprecated
- func (v *NullableInt) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt) Unset()deprecated
- type NullableInt32deprecated
- func (v NullableInt32) Get() *int32deprecated
- func (v NullableInt32) IsSet() booldeprecated
- func (v NullableInt32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt32) Set(val *int32)deprecated
- func (v *NullableInt32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt32) Unset()deprecated
- type NullableInt64deprecated
- func (v NullableInt64) Get() *int64deprecated
- func (v NullableInt64) IsSet() booldeprecated
- func (v NullableInt64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt64) Set(val *int64)deprecated
- func (v *NullableInt64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt64) Unset()deprecated
- type NullableKubeconfigdeprecated
- func (v NullableKubeconfig) Get() *Kubeconfigdeprecated
- func (v NullableKubeconfig) IsSet() booldeprecated
- func (v NullableKubeconfig) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableKubeconfig) Set(val *Kubeconfig)deprecated
- func (v *NullableKubeconfig) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableKubeconfig) Unset()deprecated
- type NullablePlandeprecated
- func (v NullablePlan) Get() *Plandeprecated
- func (v NullablePlan) IsSet() booldeprecated
- func (v NullablePlan) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePlan) Set(val *Plan)deprecated
- func (v *NullablePlan) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePlan) Unset()deprecated
- type NullablePlanListdeprecated
- func (v NullablePlanList) Get() *PlanListdeprecated
- func (v NullablePlanList) IsSet() booldeprecated
- func (v NullablePlanList) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePlanList) Set(val *PlanList)deprecated
- func (v *NullablePlanList) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePlanList) Unset()deprecated
- type NullableStringdeprecated
- func (v NullableString) Get() *stringdeprecated
- func (v NullableString) IsSet() booldeprecated
- func (v NullableString) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableString) Set(val *string)deprecated
- func (v *NullableString) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableString) Unset()deprecated
- type NullableTimedeprecated
- func (v NullableTime) Get() *time.Timedeprecated
- func (v NullableTime) IsSet() booldeprecated
- func (v NullableTime) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableTime) Set(val *time.Time)deprecated
- func (v *NullableTime) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableTime) Unset()deprecated
- type NullableTokendeprecated
- func (v NullableToken) Get() *Tokendeprecated
- func (v NullableToken) IsSet() booldeprecated
- func (v NullableToken) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableToken) Set(val *Token)deprecated
- func (v *NullableToken) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableToken) Unset()deprecated
- type NullableUnauthorizedRequestdeprecated
- func (v NullableUnauthorizedRequest) Get() *UnauthorizedRequestdeprecated
- func (v NullableUnauthorizedRequest) IsSet() booldeprecated
- func (v NullableUnauthorizedRequest) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableUnauthorizedRequest) Set(val *UnauthorizedRequest)deprecated
- func (v *NullableUnauthorizedRequest) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableUnauthorizedRequest) Unset()deprecated
- type NullableUpdateInstanceByNamePayloaddeprecated
- func (v NullableUpdateInstanceByNamePayload) Get() *UpdateInstanceByNamePayloaddeprecated
- func (v NullableUpdateInstanceByNamePayload) IsSet() booldeprecated
- func (v NullableUpdateInstanceByNamePayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableUpdateInstanceByNamePayload) Set(val *UpdateInstanceByNamePayload)deprecated
- func (v *NullableUpdateInstanceByNamePayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableUpdateInstanceByNamePayload) Unset()deprecated
- type NullableUpdateInstancePayloaddeprecated
- func (v NullableUpdateInstancePayload) Get() *UpdateInstancePayloaddeprecated
- func (v NullableUpdateInstancePayload) IsSet() booldeprecated
- func (v NullableUpdateInstancePayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableUpdateInstancePayload) Set(val *UpdateInstancePayload)deprecated
- func (v *NullableUpdateInstancePayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableUpdateInstancePayload) Unset()deprecated
- type NullableUserdeprecated
- func (v NullableUser) Get() *Userdeprecated
- func (v NullableUser) IsSet() booldeprecated
- func (v NullableUser) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableUser) Set(val *User)deprecated
- func (v *NullableUser) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableUser) Unset()deprecated
- type NullableValuedeprecated
- func (v NullableValue[T]) Get() *Tdeprecated
- func (v NullableValue[T]) IsSet() booldeprecated
- func (v *NullableValue[T]) Set(val *T)deprecated
- func (v *NullableValue[T]) Unset()deprecated
- type Plan
- func (o *Plan) GetDescription() (res PlanGetDescriptionRetType)
- func (o *Plan) GetDescriptionOk() (ret PlanGetDescriptionRetType, ok bool)
- func (o *Plan) GetId() (res PlanGetIdRetType)
- func (o *Plan) GetIdOk() (ret PlanGetIdRetType, ok bool)
- func (o *Plan) GetMaxEdgeHosts() (res PlanGetMaxEdgeHostsRetType)
- func (o *Plan) GetMaxEdgeHostsOk() (ret PlanGetMaxEdgeHostsRetType, ok bool)
- func (o *Plan) GetName() (res PlanGetNameRetType)
- func (o *Plan) GetNameOk() (ret PlanGetNameRetType, ok bool)
- func (o *Plan) HasDescription() bool
- func (o *Plan) HasId() bool
- func (o *Plan) HasMaxEdgeHosts() bool
- func (o *Plan) HasName() bool
- func (o *Plan) SetDescription(v PlanGetDescriptionRetType)
- func (o *Plan) SetId(v PlanGetIdRetType)
- func (o *Plan) SetMaxEdgeHosts(v PlanGetMaxEdgeHostsRetType)
- func (o *Plan) SetName(v PlanGetNameRetType)
- func (o Plan) ToMap() (map[string]interface{}, error)deprecated
- type PlanGetDescriptionArgTypedeprecated
- type PlanGetDescriptionAttributeType
- type PlanGetDescriptionRetTypedeprecated
- type PlanGetIdArgTypedeprecated
- type PlanGetIdAttributeType
- type PlanGetIdRetTypedeprecated
- type PlanGetMaxEdgeHostsArgTypedeprecated
- type PlanGetMaxEdgeHostsAttributeType
- type PlanGetMaxEdgeHostsRetTypedeprecated
- type PlanGetNameArgTypedeprecated
- type PlanGetNameAttributeType
- type PlanGetNameRetTypedeprecated
- type PlanList
- func (o *PlanList) GetValidPlans() (res PlanListGetValidPlansRetType)
- func (o *PlanList) GetValidPlansOk() (ret PlanListGetValidPlansRetType, ok bool)
- func (o *PlanList) HasValidPlans() bool
- func (o *PlanList) SetValidPlans(v PlanListGetValidPlansRetType)
- func (o PlanList) ToMap() (map[string]interface{}, error)deprecated
- type PlanListGetValidPlansArgTypedeprecated
- type PlanListGetValidPlansAttributeType
- type PlanListGetValidPlansRetTypedeprecated
- type Token
- type TokenGetTokenArgTypedeprecated
- type TokenGetTokenAttributeType
- type TokenGetTokenRetTypedeprecated
- type UnauthorizedRequest
- func (o *UnauthorizedRequest) GetCode() (res UnauthorizedRequestGetCodeRetType)
- func (o *UnauthorizedRequest) GetCodeOk() (ret UnauthorizedRequestGetCodeRetType, ok bool)
- func (o *UnauthorizedRequest) GetMessage() (res UnauthorizedRequestGetMessageRetType)
- func (o *UnauthorizedRequest) GetMessageOk() (ret UnauthorizedRequestGetMessageRetType, ok bool)
- func (o *UnauthorizedRequest) HasCode() bool
- func (o *UnauthorizedRequest) HasMessage() bool
- func (o *UnauthorizedRequest) SetCode(v UnauthorizedRequestGetCodeRetType)
- func (o *UnauthorizedRequest) SetMessage(v UnauthorizedRequestGetMessageRetType)
- func (o UnauthorizedRequest) ToMap() (map[string]interface{}, error)deprecated
- type UnauthorizedRequestGetCodeArgTypedeprecated
- type UnauthorizedRequestGetCodeAttributeType
- type UnauthorizedRequestGetCodeRetTypedeprecated
- type UnauthorizedRequestGetMessageArgTypedeprecated
- type UnauthorizedRequestGetMessageAttributeType
- type UnauthorizedRequestGetMessageRetTypedeprecated
- type UpdateInstanceByNamePayload
- func (o *UpdateInstanceByNamePayload) GetDescription() (res UpdateInstanceByNamePayloadGetDescriptionRetType)
- func (o *UpdateInstanceByNamePayload) GetDescriptionOk() (ret UpdateInstanceByNamePayloadGetDescriptionRetType, ok bool)
- func (o *UpdateInstanceByNamePayload) GetPlanId() (res UpdateInstanceByNamePayloadGetPlanIdRetType)
- func (o *UpdateInstanceByNamePayload) GetPlanIdOk() (ret UpdateInstanceByNamePayloadGetPlanIdRetType, ok bool)
- func (o *UpdateInstanceByNamePayload) HasDescription() bool
- func (o *UpdateInstanceByNamePayload) HasPlanId() bool
- func (o *UpdateInstanceByNamePayload) SetDescription(v UpdateInstanceByNamePayloadGetDescriptionRetType)
- func (o *UpdateInstanceByNamePayload) SetPlanId(v UpdateInstanceByNamePayloadGetPlanIdRetType)
- func (o UpdateInstanceByNamePayload) ToMap() (map[string]interface{}, error)deprecated
- type UpdateInstanceByNamePayloadGetDescriptionArgTypedeprecated
- type UpdateInstanceByNamePayloadGetDescriptionAttributeType
- type UpdateInstanceByNamePayloadGetDescriptionRetTypedeprecated
- type UpdateInstanceByNamePayloadGetPlanIdArgTypedeprecated
- type UpdateInstanceByNamePayloadGetPlanIdAttributeType
- type UpdateInstanceByNamePayloadGetPlanIdRetTypedeprecated
- type UpdateInstanceByNameRequestdeprecated
- type UpdateInstancePayload
- func (o *UpdateInstancePayload) GetDescription() (res UpdateInstancePayloadGetDescriptionRetType)
- func (o *UpdateInstancePayload) GetDescriptionOk() (ret UpdateInstancePayloadGetDescriptionRetType, ok bool)
- func (o *UpdateInstancePayload) GetPlanId() (res UpdateInstancePayloadGetPlanIdRetType)
- func (o *UpdateInstancePayload) GetPlanIdOk() (ret UpdateInstancePayloadGetPlanIdRetType, ok bool)
- func (o *UpdateInstancePayload) HasDescription() bool
- func (o *UpdateInstancePayload) HasPlanId() bool
- func (o *UpdateInstancePayload) SetDescription(v UpdateInstancePayloadGetDescriptionRetType)
- func (o *UpdateInstancePayload) SetPlanId(v UpdateInstancePayloadGetPlanIdRetType)
- func (o UpdateInstancePayload) ToMap() (map[string]interface{}, error)deprecated
- type UpdateInstancePayloadGetDescriptionArgTypedeprecated
- type UpdateInstancePayloadGetDescriptionAttributeType
- type UpdateInstancePayloadGetDescriptionRetTypedeprecated
- type UpdateInstancePayloadGetPlanIdArgTypedeprecated
- type UpdateInstancePayloadGetPlanIdAttributeType
- type UpdateInstancePayloadGetPlanIdRetTypedeprecated
- type UpdateInstanceRequestdeprecated
- type User
- func (o *User) GetEmail() (ret UserGetEmailRetType)
- func (o *User) GetEmailOk() (ret UserGetEmailRetType, ok bool)
- func (o *User) GetInternalId() (ret UserGetInternalIdRetType)
- func (o *User) GetInternalIdOk() (ret UserGetInternalIdRetType, ok bool)
- func (o *User) SetEmail(v UserGetEmailRetType)
- func (o *User) SetInternalId(v UserGetInternalIdRetType)
- func (o User) ToMap() (map[string]interface{}, error)deprecated
- type UserGetEmailArgTypedeprecated
- type UserGetEmailAttributeType
- type UserGetEmailRetTypedeprecated
- type UserGetInternalIdArgTypedeprecated
- type UserGetInternalIdAttributeType
- type UserGetInternalIdRetTypedeprecated
Constants ¶
This section is empty.
Variables ¶
var AllowedInstanceStatusEnumValues = []InstanceStatus{
"error",
"reconciling",
"active",
"deleting",
}
All allowed values of Instance enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func IsNil ¶
func IsNil(i interface{}) bool
IsNil checks if an input is nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func ParameterValueToString
deprecated
func PtrBool ¶
PtrBool is a helper routine that returns a pointer to given boolean value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt ¶
PtrInt is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt32 ¶
PtrInt32 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt64 ¶
PtrInt64 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient manages communication with the STACKIT Edge Cloud API API v1beta1 In most cases there should be only one, shared, APIClient. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Optionally receives configuration options Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) CreateInstance
deprecated
added in
v0.3.0
func (a *APIClient) CreateInstance(ctx context.Context, projectId string, regionId string) ApiCreateInstanceRequest
CreateInstance: Method for CreateInstance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the instance is part of. @param regionId The STACKIT region the instance is part of. @return ApiCreateInstanceRequest
func (*APIClient) DeleteInstance
deprecated
func (a *APIClient) DeleteInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteInstanceRequest
DeleteInstance: Method for DeleteInstance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the instance is part of. @param regionId The STACKIT region the instance is part of. @param instanceId The full ID of the instance, <display_name>-<project_hash>. @return ApiDeleteInstanceRequest
func (*APIClient) DeleteInstanceByName
deprecated
func (a *APIClient) DeleteInstanceByName(ctx context.Context, projectId string, regionId string, displayName string) ApiDeleteInstanceByNameRequest
DeleteInstanceByName: Method for DeleteInstanceByName
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the instance is part of. @param regionId The STACKIT region the instance is part of. @param displayName The instance display name. @return ApiDeleteInstanceByNameRequest
func (*APIClient) DeleteInstanceByNameExecute
deprecated
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *config.Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) GetInstance
deprecated
func (a *APIClient) GetInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetInstanceRequest
GetInstance: Method for GetInstance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the instance is part of. @param regionId The STACKIT region the instance is part of. @param instanceId The full ID of the instance, <display_name>-<project_hash>. @return ApiGetInstanceRequest
func (*APIClient) GetInstanceByName
deprecated
func (a *APIClient) GetInstanceByName(ctx context.Context, projectId string, regionId string, displayName string) ApiGetInstanceByNameRequest
GetInstanceByName: Method for GetInstanceByName
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the instance is part of. @param regionId The STACKIT region the instance is part of. @param displayName The instance display name. @return ApiGetInstanceByNameRequest
func (*APIClient) GetInstanceByNameExecute
deprecated
func (*APIClient) GetKubeconfigByInstanceId
deprecated
func (a *APIClient) GetKubeconfigByInstanceId(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetKubeconfigByInstanceIdRequest
GetKubeconfigByInstanceId: Method for GetKubeconfigByInstanceId
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the instance is part of. @param regionId The STACKIT region the instance is part of. @param instanceId The full ID of the instance, <display_name>-<project_hash>. @return ApiGetKubeconfigByInstanceIdRequest
func (*APIClient) GetKubeconfigByInstanceIdExecute
deprecated
func (*APIClient) GetKubeconfigByInstanceName
deprecated
func (a *APIClient) GetKubeconfigByInstanceName(ctx context.Context, projectId string, regionId string, displayName string) ApiGetKubeconfigByInstanceNameRequest
GetKubeconfigByInstanceName: Method for GetKubeconfigByInstanceName
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the instance is part of. @param regionId The STACKIT region the instance is part of. @param displayName The instance display name. @return ApiGetKubeconfigByInstanceNameRequest
func (*APIClient) GetKubeconfigByInstanceNameExecute
deprecated
func (*APIClient) GetTokenByInstanceId
deprecated
func (a *APIClient) GetTokenByInstanceId(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetTokenByInstanceIdRequest
GetTokenByInstanceId: Method for GetTokenByInstanceId
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the instance is part of. @param regionId The STACKIT region the instance is part of. @param instanceId The instance UUID. @return ApiGetTokenByInstanceIdRequest
func (*APIClient) GetTokenByInstanceIdExecute
deprecated
func (*APIClient) GetTokenByInstanceName
deprecated
func (a *APIClient) GetTokenByInstanceName(ctx context.Context, projectId string, regionId string, displayName string) ApiGetTokenByInstanceNameRequest
GetTokenByInstanceName: Method for GetTokenByInstanceName
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the instance is part of. @param regionId The STACKIT region the instance is part of. @param displayName The instance display name. @return ApiGetTokenByInstanceNameRequest
func (*APIClient) GetTokenByInstanceNameExecute
deprecated
func (*APIClient) ListInstances
deprecated
added in
v0.3.0
func (a *APIClient) ListInstances(ctx context.Context, projectId string, regionId string) ApiListInstancesRequest
ListInstances: Method for ListInstances
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the instance is part of. @param regionId The STACKIT region the instance is part of. @return ApiListInstancesRequest
func (*APIClient) ListInstancesExecute
deprecated
added in
v0.3.0
func (*APIClient) ListPlansGlobal
deprecated
func (a *APIClient) ListPlansGlobal(ctx context.Context) ApiListPlansGlobalRequest
ListPlansGlobal: Method for ListPlansGlobal
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListPlansGlobalRequest
func (*APIClient) ListPlansProject
deprecated
func (a *APIClient) ListPlansProject(ctx context.Context, projectId string) ApiListPlansProjectRequest
ListPlansProject: Method for ListPlansProject
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the plan is part of. @return ApiListPlansProjectRequest
func (*APIClient) UpdateInstance
deprecated
func (a *APIClient) UpdateInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiUpdateInstanceRequest
UpdateInstance: Method for UpdateInstance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the instance is part of. @param regionId The STACKIT region the instance is part of. @param instanceId The full ID of the instance, <display_name>-<project_hash>. @return ApiUpdateInstanceRequest
func (*APIClient) UpdateInstanceByName
deprecated
func (a *APIClient) UpdateInstanceByName(ctx context.Context, projectId string, regionId string, displayName string) ApiUpdateInstanceByNameRequest
UpdateInstanceByName: Method for UpdateInstanceByName
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the instance is part of. @param regionId The STACKIT region the instance is part of. @param displayName The instance display name. @return ApiUpdateInstanceByNameRequest
func (*APIClient) UpdateInstanceByNameExecute
deprecated
type ApiCreateInstanceRequest
deprecated
added in
v0.3.0
type ApiCreateInstanceRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateInstancePayload(createInstancePayload CreateInstancePayload) ApiCreateInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Instance, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteInstanceByNameRequest
deprecated
type ApiDeleteInstanceByNameRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteInstanceRequest
deprecated
type ApiDeleteInstanceRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetInstanceByNameRequest
deprecated
type ApiGetInstanceByNameRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Instance, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetInstanceRequest
deprecated
type ApiGetInstanceRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Instance, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetKubeconfigByInstanceIdRequest
deprecated
type ApiGetKubeconfigByInstanceIdRequest interface {
// Expiration of the included token in seconds
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
ExpirationSeconds(expirationSeconds int64) ApiGetKubeconfigByInstanceIdRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Kubeconfig, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetKubeconfigByInstanceNameRequest
deprecated
type ApiGetKubeconfigByInstanceNameRequest interface {
// Expiration of the included token in seconds
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
ExpirationSeconds(expirationSeconds int64) ApiGetKubeconfigByInstanceNameRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Kubeconfig, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetTokenByInstanceIdRequest
deprecated
type ApiGetTokenByInstanceIdRequest interface {
// Expiration of the token in seconds
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
ExpirationSeconds(expirationSeconds int64) ApiGetTokenByInstanceIdRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Token, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetTokenByInstanceNameRequest
deprecated
type ApiGetTokenByInstanceNameRequest interface {
// Expiration of the included token in seconds
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
ExpirationSeconds(expirationSeconds int64) ApiGetTokenByInstanceNameRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*Token, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListInstancesRequest
deprecated
added in
v0.3.0
type ApiListInstancesRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*InstanceList, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListPlansGlobalRequest
deprecated
type ApiListPlansGlobalRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*PlanList, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListPlansProjectRequest
deprecated
type ApiListPlansProjectRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*PlanList, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiUpdateInstanceByNameRequest
deprecated
type ApiUpdateInstanceByNameRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
UpdateInstanceByNamePayload(updateInstanceByNamePayload UpdateInstanceByNamePayload) ApiUpdateInstanceByNameRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiUpdateInstanceRequest
deprecated
type ApiUpdateInstanceRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
UpdateInstancePayload(updateInstancePayload UpdateInstancePayload) ApiUpdateInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadRequest ¶
type BadRequest struct {
Code BadRequestGetCodeAttributeType `json:"code,omitempty"`
Message BadRequestGetMessageAttributeType `json:"message,omitempty"`
}
BadRequest struct for BadRequest Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewBadRequest ¶
func NewBadRequest() *BadRequest
NewBadRequest instantiates a new BadRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewBadRequestWithDefaults ¶
func NewBadRequestWithDefaults() *BadRequest
NewBadRequestWithDefaults instantiates a new BadRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadRequest) GetCode ¶
func (o *BadRequest) GetCode() (res BadRequestGetCodeRetType)
GetCode returns the Code field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadRequest) GetCodeOk ¶
func (o *BadRequest) GetCodeOk() (ret BadRequestGetCodeRetType, ok bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadRequest) GetMessage ¶
func (o *BadRequest) GetMessage() (res BadRequestGetMessageRetType)
GetMessage returns the Message field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadRequest) GetMessageOk ¶
func (o *BadRequest) GetMessageOk() (ret BadRequestGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadRequest) HasCode ¶
func (o *BadRequest) HasCode() bool
HasCode returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadRequest) HasMessage ¶
func (o *BadRequest) HasMessage() bool
HasMessage returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadRequest) SetCode ¶
func (o *BadRequest) SetCode(v BadRequestGetCodeRetType)
SetCode gets a reference to the given string and assigns it to the Code field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*BadRequest) SetMessage ¶
func (o *BadRequest) SetMessage(v BadRequestGetMessageRetType)
SetMessage gets a reference to the given string and assigns it to the Message field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (BadRequest) ToMap
deprecated
func (o BadRequest) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadRequestGetCodeArgType
deprecated
type BadRequestGetCodeArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadRequestGetCodeAttributeType ¶
type BadRequestGetCodeAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadRequestGetCodeRetType
deprecated
type BadRequestGetCodeRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadRequestGetMessageArgType
deprecated
type BadRequestGetMessageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadRequestGetMessageAttributeType ¶
type BadRequestGetMessageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type BadRequestGetMessageRetType
deprecated
type BadRequestGetMessageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayload ¶ added in v0.3.0
type CreateInstancePayload struct {
// A user chosen description to distinguish multiple instances.
Description CreateInstancePayloadGetDescriptionAttributeType `json:"description,omitempty"`
// The displayed name to distinguish multiple instances.
// REQUIRED
DisplayName CreateInstancePayloadGetDisplayNameAttributeType `json:"displayName" required:"true"`
// Service Plan configures the size of the Instance.
// REQUIRED
PlanId CreateInstancePayloadGetPlanIdAttributeType `json:"planId" required:"true"`
}
CreateInstancePayload struct for CreateInstancePayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateInstancePayload ¶ added in v0.3.0
func NewCreateInstancePayload(displayName CreateInstancePayloadGetDisplayNameArgType, planId CreateInstancePayloadGetPlanIdArgType) *CreateInstancePayload
NewCreateInstancePayload instantiates a new CreateInstancePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateInstancePayloadWithDefaults ¶ added in v0.3.0
func NewCreateInstancePayloadWithDefaults() *CreateInstancePayload
NewCreateInstancePayloadWithDefaults instantiates a new CreateInstancePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) GetDescription ¶ added in v0.3.0
func (o *CreateInstancePayload) GetDescription() (res CreateInstancePayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) GetDescriptionOk ¶ added in v0.3.0
func (o *CreateInstancePayload) GetDescriptionOk() (ret CreateInstancePayloadGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) GetDisplayName ¶ added in v0.3.0
func (o *CreateInstancePayload) GetDisplayName() (ret CreateInstancePayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) GetDisplayNameOk ¶ added in v0.3.0
func (o *CreateInstancePayload) GetDisplayNameOk() (ret CreateInstancePayloadGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) GetPlanId ¶ added in v0.3.0
func (o *CreateInstancePayload) GetPlanId() (ret CreateInstancePayloadGetPlanIdRetType)
GetPlanId returns the PlanId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) GetPlanIdOk ¶ added in v0.3.0
func (o *CreateInstancePayload) GetPlanIdOk() (ret CreateInstancePayloadGetPlanIdRetType, ok bool)
GetPlanIdOk returns a tuple with the PlanId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) HasDescription ¶ added in v0.3.0
func (o *CreateInstancePayload) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) SetDescription ¶ added in v0.3.0
func (o *CreateInstancePayload) SetDescription(v CreateInstancePayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) SetDisplayName ¶ added in v0.3.0
func (o *CreateInstancePayload) SetDisplayName(v CreateInstancePayloadGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateInstancePayload) SetPlanId ¶ added in v0.3.0
func (o *CreateInstancePayload) SetPlanId(v CreateInstancePayloadGetPlanIdRetType)
SetPlanId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateInstancePayload) ToMap
deprecated
added in
v0.3.0
func (o CreateInstancePayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetDescriptionArgType
deprecated
added in
v0.3.0
type CreateInstancePayloadGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetDescriptionAttributeType ¶ added in v0.3.0
type CreateInstancePayloadGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetDescriptionRetType
deprecated
added in
v0.3.0
type CreateInstancePayloadGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetDisplayNameArgType
deprecated
added in
v0.3.0
type CreateInstancePayloadGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetDisplayNameAttributeType ¶ added in v0.3.0
type CreateInstancePayloadGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetDisplayNameRetType
deprecated
added in
v0.3.0
type CreateInstancePayloadGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetPlanIdArgType
deprecated
added in
v0.3.0
type CreateInstancePayloadGetPlanIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetPlanIdAttributeType ¶ added in v0.3.0
type CreateInstancePayloadGetPlanIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstancePayloadGetPlanIdRetType
deprecated
added in
v0.3.0
type CreateInstancePayloadGetPlanIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateInstanceRequest
deprecated
added in
v0.3.0
type CreateInstanceRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateInstanceRequest) CreateInstancePayload
deprecated
added in
v0.3.0
func (r CreateInstanceRequest) CreateInstancePayload(createInstancePayload CreateInstancePayload) ApiCreateInstanceRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateInstanceRequest) Execute
deprecated
added in
v0.3.0
func (r CreateInstanceRequest) Execute() (*Instance, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApi
deprecated
type DefaultApi interface {
/*
CreateInstance Method for CreateInstance
Creates a new instance within the project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@return ApiCreateInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateInstance(ctx context.Context, projectId string, regionId string) ApiCreateInstanceRequest
/*
CreateInstanceExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@return Instance
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateInstanceExecute(ctx context.Context, projectId string, regionId string) (*Instance, error)
/*
DeleteInstance Method for DeleteInstance
Deletes the given instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param instanceId The full ID of the instance, <display_name>-<project_hash>.
@return ApiDeleteInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteInstanceRequest
/*
DeleteInstanceExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) error
/*
DeleteInstanceByName Method for DeleteInstanceByName
Deletes the given instance by name.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param displayName The instance display name.
@return ApiDeleteInstanceByNameRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteInstanceByName(ctx context.Context, projectId string, regionId string, displayName string) ApiDeleteInstanceByNameRequest
/*
DeleteInstanceByNameExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteInstanceByNameExecute(ctx context.Context, projectId string, regionId string, displayName string) error
/*
GetInstance Method for GetInstance
Returns the details for the given instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param instanceId The full ID of the instance, <display_name>-<project_hash>.
@return ApiGetInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetInstanceRequest
/*
GetInstanceExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param instanceId The full ID of the instance, <display_name>-<project_hash>.
@return Instance
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*Instance, error)
/*
GetInstanceByName Method for GetInstanceByName
Returns the details for the given instance by name.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param displayName The instance display name.
@return ApiGetInstanceByNameRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetInstanceByName(ctx context.Context, projectId string, regionId string, displayName string) ApiGetInstanceByNameRequest
/*
GetInstanceByNameExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param displayName The instance display name.
@return Instance
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetInstanceByNameExecute(ctx context.Context, projectId string, regionId string, displayName string) (*Instance, error)
/*
GetKubeconfigByInstanceId Method for GetKubeconfigByInstanceId
Returns the kubeconfig for the given instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param instanceId The full ID of the instance, <display_name>-<project_hash>.
@return ApiGetKubeconfigByInstanceIdRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetKubeconfigByInstanceId(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetKubeconfigByInstanceIdRequest
/*
GetKubeconfigByInstanceIdExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param instanceId The full ID of the instance, <display_name>-<project_hash>.
@return Kubeconfig
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetKubeconfigByInstanceIdExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*Kubeconfig, error)
/*
GetKubeconfigByInstanceName Method for GetKubeconfigByInstanceName
Returns the kubeconfig for the given instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param displayName The instance display name.
@return ApiGetKubeconfigByInstanceNameRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetKubeconfigByInstanceName(ctx context.Context, projectId string, regionId string, displayName string) ApiGetKubeconfigByInstanceNameRequest
/*
GetKubeconfigByInstanceNameExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param displayName The instance display name.
@return Kubeconfig
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetKubeconfigByInstanceNameExecute(ctx context.Context, projectId string, regionId string, displayName string) (*Kubeconfig, error)
/*
GetTokenByInstanceId Method for GetTokenByInstanceId
Returns an ServiceAccount token.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param instanceId The instance UUID.
@return ApiGetTokenByInstanceIdRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetTokenByInstanceId(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetTokenByInstanceIdRequest
/*
GetTokenByInstanceIdExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param instanceId The instance UUID.
@return Token
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetTokenByInstanceIdExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*Token, error)
/*
GetTokenByInstanceName Method for GetTokenByInstanceName
Returns an ServiceAccount token.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param displayName The instance display name.
@return ApiGetTokenByInstanceNameRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetTokenByInstanceName(ctx context.Context, projectId string, regionId string, displayName string) ApiGetTokenByInstanceNameRequest
/*
GetTokenByInstanceNameExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param displayName The instance display name.
@return Token
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetTokenByInstanceNameExecute(ctx context.Context, projectId string, regionId string, displayName string) (*Token, error)
/*
ListInstances Method for ListInstances
Returns a list of all instances within the project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@return ApiListInstancesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListInstances(ctx context.Context, projectId string, regionId string) ApiListInstancesRequest
/*
ListInstancesExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@return InstanceList
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListInstancesExecute(ctx context.Context, projectId string, regionId string) (*InstanceList, error)
/*
ListPlansGlobal Method for ListPlansGlobal
Deprecated: DEPRECATED: Will be removed at the 28 of february 2026. Use list-plans-project instead.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListPlansGlobalRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListPlansGlobal(ctx context.Context) ApiListPlansGlobalRequest
/*
ListPlansGlobalExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return PlanList
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListPlansGlobalExecute(ctx context.Context) (*PlanList, error)
/*
ListPlansProject Method for ListPlansProject
List all possible plans for the project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the plan is part of.
@return ApiListPlansProjectRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListPlansProject(ctx context.Context, projectId string) ApiListPlansProjectRequest
/*
ListPlansProjectExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the plan is part of.
@return PlanList
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListPlansProjectExecute(ctx context.Context, projectId string) (*PlanList, error)
/*
UpdateInstance Method for UpdateInstance
Updates the given instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param instanceId The full ID of the instance, <display_name>-<project_hash>.
@return ApiUpdateInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiUpdateInstanceRequest
/*
UpdateInstanceExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) error
/*
UpdateInstanceByName Method for UpdateInstanceByName
Updates the given instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the instance is part of.
@param regionId The STACKIT region the instance is part of.
@param displayName The instance display name.
@return ApiUpdateInstanceByNameRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateInstanceByName(ctx context.Context, projectId string, regionId string, displayName string) ApiUpdateInstanceByNameRequest
/*
UpdateInstanceByNameExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateInstanceByNameExecute(ctx context.Context, projectId string, regionId string, displayName string) error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteInstanceByNameRequest
deprecated
type DeleteInstanceByNameRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteInstanceByNameRequest) Execute
deprecated
func (r DeleteInstanceByNameRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteInstanceRequest
deprecated
type DeleteInstanceRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteInstanceRequest) Execute
deprecated
func (r DeleteInstanceRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetInstanceByNameRequest
deprecated
type GetInstanceByNameRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetInstanceByNameRequest) Execute
deprecated
func (r GetInstanceByNameRequest) Execute() (*Instance, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetInstanceRequest
deprecated
type GetInstanceRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetInstanceRequest) Execute
deprecated
func (r GetInstanceRequest) Execute() (*Instance, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetKubeconfigByInstanceIdRequest
deprecated
type GetKubeconfigByInstanceIdRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetKubeconfigByInstanceIdRequest) Execute
deprecated
func (r GetKubeconfigByInstanceIdRequest) Execute() (*Kubeconfig, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetKubeconfigByInstanceIdRequest) ExpirationSeconds ¶
func (r GetKubeconfigByInstanceIdRequest) ExpirationSeconds(expirationSeconds int64) ApiGetKubeconfigByInstanceIdRequest
Expiration of the included token in seconds Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetKubeconfigByInstanceNameRequest
deprecated
type GetKubeconfigByInstanceNameRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetKubeconfigByInstanceNameRequest) Execute
deprecated
func (r GetKubeconfigByInstanceNameRequest) Execute() (*Kubeconfig, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetKubeconfigByInstanceNameRequest) ExpirationSeconds ¶
func (r GetKubeconfigByInstanceNameRequest) ExpirationSeconds(expirationSeconds int64) ApiGetKubeconfigByInstanceNameRequest
Expiration of the included token in seconds Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetTokenByInstanceIdRequest
deprecated
type GetTokenByInstanceIdRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetTokenByInstanceIdRequest) Execute
deprecated
func (r GetTokenByInstanceIdRequest) Execute() (*Token, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetTokenByInstanceIdRequest) ExpirationSeconds ¶
func (r GetTokenByInstanceIdRequest) ExpirationSeconds(expirationSeconds int64) ApiGetTokenByInstanceIdRequest
Expiration of the token in seconds Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetTokenByInstanceNameRequest
deprecated
type GetTokenByInstanceNameRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetTokenByInstanceNameRequest) Execute
deprecated
func (r GetTokenByInstanceNameRequest) Execute() (*Token, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetTokenByInstanceNameRequest) ExpirationSeconds ¶
func (r GetTokenByInstanceNameRequest) ExpirationSeconds(expirationSeconds int64) ApiGetTokenByInstanceNameRequest
Expiration of the included token in seconds Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Instance ¶
type Instance struct {
// The date and time the creation of the instance was triggered.
// REQUIRED
Created InstanceGetCreatedAttributeType `json:"created" required:"true"`
// A user chosen description to distinguish multiple instances.
Description InstanceGetDescriptionAttributeType `json:"description,omitempty"`
// The displayed name of the instance.
// REQUIRED
DisplayName InstanceGetDisplayNameAttributeType `json:"displayName" required:"true"`
// URL to the Management UI of the Instance.
// REQUIRED
FrontendUrl InstanceGetFrontendUrlAttributeType `json:"frontendUrl" required:"true"`
// A auto generated unique id which identifies the instance.
// REQUIRED
Id InstanceGetIdAttributeType `json:"id" required:"true"`
// Service Plan configures the size of the Instance.
// REQUIRED
PlanId InstanceGetPlanIdAttributeType `json:"planId" required:"true"`
// The current status of the instance.
// REQUIRED
Status InstanceGetStatusAttributeType `json:"status" required:"true"`
}
Instance struct for Instance Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewInstance ¶
func NewInstance(created InstanceGetCreatedArgType, displayName InstanceGetDisplayNameArgType, frontendUrl InstanceGetFrontendUrlArgType, id InstanceGetIdArgType, planId InstanceGetPlanIdArgType, status InstanceGetStatusArgType) *Instance
NewInstance instantiates a new Instance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewInstanceWithDefaults ¶
func NewInstanceWithDefaults() *Instance
NewInstanceWithDefaults instantiates a new Instance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetCreated ¶
func (o *Instance) GetCreated() (ret InstanceGetCreatedRetType)
GetCreated returns the Created field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetCreatedOk ¶
func (o *Instance) GetCreatedOk() (ret InstanceGetCreatedRetType, ok bool)
GetCreatedOk returns a tuple with the Created field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetDescription ¶
func (o *Instance) GetDescription() (res InstanceGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetDescriptionOk ¶
func (o *Instance) GetDescriptionOk() (ret InstanceGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetDisplayName ¶
func (o *Instance) GetDisplayName() (ret InstanceGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetDisplayNameOk ¶
func (o *Instance) GetDisplayNameOk() (ret InstanceGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetFrontendUrl ¶
func (o *Instance) GetFrontendUrl() (ret InstanceGetFrontendUrlRetType)
GetFrontendUrl returns the FrontendUrl field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetFrontendUrlOk ¶
func (o *Instance) GetFrontendUrlOk() (ret InstanceGetFrontendUrlRetType, ok bool)
GetFrontendUrlOk returns a tuple with the FrontendUrl field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetId ¶
func (o *Instance) GetId() (ret InstanceGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetIdOk ¶
func (o *Instance) GetIdOk() (ret InstanceGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetPlanId ¶
func (o *Instance) GetPlanId() (ret InstanceGetPlanIdRetType)
GetPlanId returns the PlanId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetPlanIdOk ¶
func (o *Instance) GetPlanIdOk() (ret InstanceGetPlanIdRetType, ok bool)
GetPlanIdOk returns a tuple with the PlanId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetStatus ¶
func (o *Instance) GetStatus() (ret InstanceGetStatusRetType)
GetStatus returns the Status field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) GetStatusOk ¶
func (o *Instance) GetStatusOk() (ret InstanceGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) HasDescription ¶
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetCreated ¶
func (o *Instance) SetCreated(v InstanceGetCreatedRetType)
SetCreated sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetDescription ¶
func (o *Instance) SetDescription(v InstanceGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetDisplayName ¶
func (o *Instance) SetDisplayName(v InstanceGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetFrontendUrl ¶
func (o *Instance) SetFrontendUrl(v InstanceGetFrontendUrlRetType)
SetFrontendUrl sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetId ¶
func (o *Instance) SetId(v InstanceGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetPlanId ¶
func (o *Instance) SetPlanId(v InstanceGetPlanIdRetType)
SetPlanId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Instance) SetStatus ¶
func (o *Instance) SetStatus(v InstanceGetStatusRetType)
SetStatus sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetCreatedArgType
deprecated
type InstanceGetCreatedAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetCreatedRetType
deprecated
type InstanceGetDescriptionArgType
deprecated
type InstanceGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetDescriptionAttributeType ¶
type InstanceGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetDescriptionRetType
deprecated
type InstanceGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetDisplayNameArgType
deprecated
type InstanceGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetDisplayNameAttributeType ¶
type InstanceGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetDisplayNameRetType
deprecated
type InstanceGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetFrontendUrlArgType
deprecated
type InstanceGetFrontendUrlArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetFrontendUrlAttributeType ¶
type InstanceGetFrontendUrlAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetFrontendUrlRetType
deprecated
type InstanceGetFrontendUrlRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetIdArgType
deprecated
type InstanceGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetIdAttributeType ¶
type InstanceGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetIdRetType
deprecated
type InstanceGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetPlanIdArgType
deprecated
type InstanceGetPlanIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetPlanIdAttributeType ¶
type InstanceGetPlanIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetPlanIdRetType
deprecated
type InstanceGetPlanIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetStatusArgType
deprecated
type InstanceGetStatusArgType = InstanceStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetStatusAttributeType
deprecated
type InstanceGetStatusAttributeType = *InstanceStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceGetStatusRetType
deprecated
type InstanceGetStatusRetType = InstanceStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceList ¶
type InstanceList struct {
// REQUIRED
Instances InstanceListGetInstancesAttributeType `json:"instances" required:"true"`
}
InstanceList struct for InstanceList Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewInstanceList ¶
func NewInstanceList(instances InstanceListGetInstancesArgType) *InstanceList
NewInstanceList instantiates a new InstanceList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewInstanceListWithDefaults ¶
func NewInstanceListWithDefaults() *InstanceList
NewInstanceListWithDefaults instantiates a new InstanceList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*InstanceList) GetInstances ¶
func (o *InstanceList) GetInstances() (ret InstanceListGetInstancesRetType)
GetInstances returns the Instances field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*InstanceList) GetInstancesOk ¶
func (o *InstanceList) GetInstancesOk() (ret InstanceListGetInstancesRetType, ok bool)
GetInstancesOk returns a tuple with the Instances field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*InstanceList) SetInstances ¶
func (o *InstanceList) SetInstances(v InstanceListGetInstancesRetType)
SetInstances sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (InstanceList) ToMap
deprecated
func (o InstanceList) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceListGetInstancesArgType
deprecated
type InstanceListGetInstancesArgType = []Instance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceListGetInstancesAttributeType ¶
type InstanceListGetInstancesAttributeType = *[]Instance
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceListGetInstancesRetType
deprecated
type InstanceListGetInstancesRetType = []Instance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type InstanceStatus ¶
type InstanceStatus string
InstanceStatus The current status of the instance. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INSTANCESTATUS_ERROR InstanceStatus = "error" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INSTANCESTATUS_RECONCILING InstanceStatus = "reconciling" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INSTANCESTATUS_ACTIVE InstanceStatus = "active" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INSTANCESTATUS_DELETING InstanceStatus = "deleting" )
List of Status
func NewInstanceStatusFromValue ¶
func NewInstanceStatusFromValue(v InstanceStatus) (*InstanceStatus, error)
NewInstanceStatusFromValue returns a pointer to a valid InstanceStatus for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (InstanceStatus) IsValid ¶
func (v InstanceStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (InstanceStatus) Ptr ¶
func (v InstanceStatus) Ptr() *InstanceStatus
Ptr returns reference to StatusStatus value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*InstanceStatus) UnmarshalJSON
deprecated
func (v *InstanceStatus) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Kubeconfig ¶
type Kubeconfig struct {
// The kubeconfig for the instance.
// REQUIRED
Kubeconfig KubeconfigGetKubeconfigAttributeType `json:"kubeconfig" required:"true"`
}
Kubeconfig struct for Kubeconfig Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewKubeconfig ¶
func NewKubeconfig(kubeconfig KubeconfigGetKubeconfigArgType) *Kubeconfig
NewKubeconfig instantiates a new Kubeconfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewKubeconfigWithDefaults ¶
func NewKubeconfigWithDefaults() *Kubeconfig
NewKubeconfigWithDefaults instantiates a new Kubeconfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Kubeconfig) GetKubeconfig ¶
func (o *Kubeconfig) GetKubeconfig() (ret KubeconfigGetKubeconfigRetType)
GetKubeconfig returns the Kubeconfig field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Kubeconfig) GetKubeconfigOk ¶
func (o *Kubeconfig) GetKubeconfigOk() (ret KubeconfigGetKubeconfigRetType, ok bool)
GetKubeconfigOk returns a tuple with the Kubeconfig field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Kubeconfig) SetKubeconfig ¶
func (o *Kubeconfig) SetKubeconfig(v KubeconfigGetKubeconfigRetType)
SetKubeconfig sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (Kubeconfig) ToMap
deprecated
func (o Kubeconfig) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type KubeconfigGetKubeconfigArgType
deprecated
type KubeconfigGetKubeconfigArgType = map[string]interface{}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type KubeconfigGetKubeconfigAttributeType ¶
type KubeconfigGetKubeconfigAttributeType = *map[string]interface{}
isFreeform Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type KubeconfigGetKubeconfigRetType
deprecated
type KubeconfigGetKubeconfigRetType = map[string]interface{}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListInstancesRequest
deprecated
added in
v0.3.0
type ListInstancesRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListInstancesRequest) Execute
deprecated
added in
v0.3.0
func (r ListInstancesRequest) Execute() (*InstanceList, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListPlansGlobalRequest
deprecated
type ListPlansGlobalRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListPlansGlobalRequest) Execute
deprecated
func (r ListPlansGlobalRequest) Execute() (*PlanList, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListPlansProjectRequest
deprecated
type ListPlansProjectRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListPlansProjectRequest) Execute
deprecated
func (r ListPlansProjectRequest) Execute() (*PlanList, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MappedNullable
deprecated
type NullableBadRequest
deprecated
type NullableBadRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableBadRequest
deprecated
func NewNullableBadRequest(val *BadRequest) *NullableBadRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBadRequest) Get
deprecated
func (v NullableBadRequest) Get() *BadRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBadRequest) IsSet
deprecated
func (v NullableBadRequest) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBadRequest) MarshalJSON
deprecated
func (v NullableBadRequest) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBadRequest) Set
deprecated
func (v *NullableBadRequest) Set(val *BadRequest)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBadRequest) UnmarshalJSON
deprecated
func (v *NullableBadRequest) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBadRequest) Unset
deprecated
func (v *NullableBadRequest) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableBool
deprecated
type NullableBool struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableBool
deprecated
func NewNullableBool(val *bool) *NullableBool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) Get
deprecated
func (v NullableBool) Get() *bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) IsSet
deprecated
func (v NullableBool) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) MarshalJSON
deprecated
func (v NullableBool) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) Set
deprecated
func (v *NullableBool) Set(val *bool)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) UnmarshalJSON
deprecated
func (v *NullableBool) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) Unset
deprecated
func (v *NullableBool) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateInstancePayload
deprecated
added in
v0.3.0
type NullableCreateInstancePayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateInstancePayload
deprecated
added in
v0.3.0
func NewNullableCreateInstancePayload(val *CreateInstancePayload) *NullableCreateInstancePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateInstancePayload) Get
deprecated
added in
v0.3.0
func (v NullableCreateInstancePayload) Get() *CreateInstancePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateInstancePayload) IsSet
deprecated
added in
v0.3.0
func (v NullableCreateInstancePayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateInstancePayload) MarshalJSON
deprecated
added in
v0.3.0
func (v NullableCreateInstancePayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateInstancePayload) Set
deprecated
added in
v0.3.0
func (v *NullableCreateInstancePayload) Set(val *CreateInstancePayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateInstancePayload) UnmarshalJSON
deprecated
added in
v0.3.0
func (v *NullableCreateInstancePayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateInstancePayload) Unset
deprecated
added in
v0.3.0
func (v *NullableCreateInstancePayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFloat32
deprecated
type NullableFloat32 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFloat32
deprecated
func NewNullableFloat32(val *float32) *NullableFloat32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) Get
deprecated
func (v NullableFloat32) Get() *float32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) IsSet
deprecated
func (v NullableFloat32) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) MarshalJSON
deprecated
func (v NullableFloat32) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) Set
deprecated
func (v *NullableFloat32) Set(val *float32)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) UnmarshalJSON
deprecated
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) Unset
deprecated
func (v *NullableFloat32) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFloat64
deprecated
type NullableFloat64 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFloat64
deprecated
func NewNullableFloat64(val *float64) *NullableFloat64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) Get
deprecated
func (v NullableFloat64) Get() *float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) IsSet
deprecated
func (v NullableFloat64) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) MarshalJSON
deprecated
func (v NullableFloat64) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) Set
deprecated
func (v *NullableFloat64) Set(val *float64)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) UnmarshalJSON
deprecated
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) Unset
deprecated
func (v *NullableFloat64) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInstance
deprecated
type NullableInstance struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInstance
deprecated
func NewNullableInstance(val *Instance) *NullableInstance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstance) Get
deprecated
func (v NullableInstance) Get() *Instance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstance) IsSet
deprecated
func (v NullableInstance) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstance) MarshalJSON
deprecated
func (v NullableInstance) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstance) Set
deprecated
func (v *NullableInstance) Set(val *Instance)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstance) UnmarshalJSON
deprecated
func (v *NullableInstance) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstance) Unset
deprecated
func (v *NullableInstance) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInstanceList
deprecated
type NullableInstanceList struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInstanceList
deprecated
func NewNullableInstanceList(val *InstanceList) *NullableInstanceList
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstanceList) Get
deprecated
func (v NullableInstanceList) Get() *InstanceList
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstanceList) IsSet
deprecated
func (v NullableInstanceList) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstanceList) MarshalJSON
deprecated
func (v NullableInstanceList) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstanceList) Set
deprecated
func (v *NullableInstanceList) Set(val *InstanceList)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstanceList) UnmarshalJSON
deprecated
func (v *NullableInstanceList) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstanceList) Unset
deprecated
func (v *NullableInstanceList) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInstanceStatus
deprecated
type NullableInstanceStatus struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInstanceStatus
deprecated
func NewNullableInstanceStatus(val *InstanceStatus) *NullableInstanceStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstanceStatus) Get
deprecated
func (v NullableInstanceStatus) Get() *InstanceStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstanceStatus) IsSet
deprecated
func (v NullableInstanceStatus) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInstanceStatus) MarshalJSON
deprecated
func (v NullableInstanceStatus) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstanceStatus) Set
deprecated
func (v *NullableInstanceStatus) Set(val *InstanceStatus)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstanceStatus) UnmarshalJSON
deprecated
func (v *NullableInstanceStatus) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInstanceStatus) Unset
deprecated
func (v *NullableInstanceStatus) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt
deprecated
type NullableInt struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt
deprecated
func NewNullableInt(val *int) *NullableInt
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) Get
deprecated
func (v NullableInt) Get() *int
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) IsSet
deprecated
func (v NullableInt) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) MarshalJSON
deprecated
func (v NullableInt) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) Set
deprecated
func (v *NullableInt) Set(val *int)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) UnmarshalJSON
deprecated
func (v *NullableInt) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) Unset
deprecated
func (v *NullableInt) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt32
deprecated
type NullableInt32 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt32
deprecated
func NewNullableInt32(val *int32) *NullableInt32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) Get
deprecated
func (v NullableInt32) Get() *int32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) IsSet
deprecated
func (v NullableInt32) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) MarshalJSON
deprecated
func (v NullableInt32) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) Set
deprecated
func (v *NullableInt32) Set(val *int32)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) UnmarshalJSON
deprecated
func (v *NullableInt32) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) Unset
deprecated
func (v *NullableInt32) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt64
deprecated
type NullableInt64 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt64
deprecated
func NewNullableInt64(val *int64) *NullableInt64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) Get
deprecated
func (v NullableInt64) Get() *int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) IsSet
deprecated
func (v NullableInt64) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) MarshalJSON
deprecated
func (v NullableInt64) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) Set
deprecated
func (v *NullableInt64) Set(val *int64)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) UnmarshalJSON
deprecated
func (v *NullableInt64) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) Unset
deprecated
func (v *NullableInt64) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableKubeconfig
deprecated
type NullableKubeconfig struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableKubeconfig
deprecated
func NewNullableKubeconfig(val *Kubeconfig) *NullableKubeconfig
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableKubeconfig) Get
deprecated
func (v NullableKubeconfig) Get() *Kubeconfig
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableKubeconfig) IsSet
deprecated
func (v NullableKubeconfig) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableKubeconfig) MarshalJSON
deprecated
func (v NullableKubeconfig) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableKubeconfig) Set
deprecated
func (v *NullableKubeconfig) Set(val *Kubeconfig)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableKubeconfig) UnmarshalJSON
deprecated
func (v *NullableKubeconfig) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableKubeconfig) Unset
deprecated
func (v *NullableKubeconfig) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePlan
deprecated
type NullablePlan struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePlan
deprecated
func NewNullablePlan(val *Plan) *NullablePlan
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePlan) Get
deprecated
func (v NullablePlan) Get() *Plan
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePlan) IsSet
deprecated
func (v NullablePlan) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePlan) MarshalJSON
deprecated
func (v NullablePlan) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePlan) Set
deprecated
func (v *NullablePlan) Set(val *Plan)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePlan) UnmarshalJSON
deprecated
func (v *NullablePlan) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePlan) Unset
deprecated
func (v *NullablePlan) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePlanList
deprecated
type NullablePlanList struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePlanList
deprecated
func NewNullablePlanList(val *PlanList) *NullablePlanList
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePlanList) Get
deprecated
func (v NullablePlanList) Get() *PlanList
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePlanList) IsSet
deprecated
func (v NullablePlanList) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePlanList) MarshalJSON
deprecated
func (v NullablePlanList) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePlanList) Set
deprecated
func (v *NullablePlanList) Set(val *PlanList)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePlanList) UnmarshalJSON
deprecated
func (v *NullablePlanList) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePlanList) Unset
deprecated
func (v *NullablePlanList) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableString
deprecated
type NullableString struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableString
deprecated
func NewNullableString(val *string) *NullableString
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) Get
deprecated
func (v NullableString) Get() *string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) IsSet
deprecated
func (v NullableString) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) MarshalJSON
deprecated
func (v NullableString) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) Set
deprecated
func (v *NullableString) Set(val *string)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) UnmarshalJSON
deprecated
func (v *NullableString) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) Unset
deprecated
func (v *NullableString) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableTime
deprecated
type NullableTime struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableTime
deprecated
func NewNullableTime(val *time.Time) *NullableTime
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) Get
deprecated
func (v NullableTime) Get() *time.Time
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) IsSet
deprecated
func (v NullableTime) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) MarshalJSON
deprecated
func (v NullableTime) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) Set
deprecated
func (v *NullableTime) Set(val *time.Time)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) UnmarshalJSON
deprecated
func (v *NullableTime) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) Unset
deprecated
func (v *NullableTime) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableToken
deprecated
type NullableToken struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableToken
deprecated
func NewNullableToken(val *Token) *NullableToken
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableToken) Get
deprecated
func (v NullableToken) Get() *Token
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableToken) IsSet
deprecated
func (v NullableToken) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableToken) MarshalJSON
deprecated
func (v NullableToken) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableToken) Set
deprecated
func (v *NullableToken) Set(val *Token)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableToken) UnmarshalJSON
deprecated
func (v *NullableToken) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableToken) Unset
deprecated
func (v *NullableToken) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableUnauthorizedRequest
deprecated
type NullableUnauthorizedRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableUnauthorizedRequest
deprecated
func NewNullableUnauthorizedRequest(val *UnauthorizedRequest) *NullableUnauthorizedRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUnauthorizedRequest) Get
deprecated
func (v NullableUnauthorizedRequest) Get() *UnauthorizedRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUnauthorizedRequest) IsSet
deprecated
func (v NullableUnauthorizedRequest) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUnauthorizedRequest) MarshalJSON
deprecated
func (v NullableUnauthorizedRequest) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUnauthorizedRequest) Set
deprecated
func (v *NullableUnauthorizedRequest) Set(val *UnauthorizedRequest)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUnauthorizedRequest) UnmarshalJSON
deprecated
func (v *NullableUnauthorizedRequest) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUnauthorizedRequest) Unset
deprecated
func (v *NullableUnauthorizedRequest) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableUpdateInstanceByNamePayload
deprecated
type NullableUpdateInstanceByNamePayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableUpdateInstanceByNamePayload
deprecated
func NewNullableUpdateInstanceByNamePayload(val *UpdateInstanceByNamePayload) *NullableUpdateInstanceByNamePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateInstanceByNamePayload) Get
deprecated
func (v NullableUpdateInstanceByNamePayload) Get() *UpdateInstanceByNamePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateInstanceByNamePayload) IsSet
deprecated
func (v NullableUpdateInstanceByNamePayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateInstanceByNamePayload) MarshalJSON
deprecated
func (v NullableUpdateInstanceByNamePayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateInstanceByNamePayload) Set
deprecated
func (v *NullableUpdateInstanceByNamePayload) Set(val *UpdateInstanceByNamePayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateInstanceByNamePayload) UnmarshalJSON
deprecated
func (v *NullableUpdateInstanceByNamePayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateInstanceByNamePayload) Unset
deprecated
func (v *NullableUpdateInstanceByNamePayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableUpdateInstancePayload
deprecated
type NullableUpdateInstancePayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableUpdateInstancePayload
deprecated
func NewNullableUpdateInstancePayload(val *UpdateInstancePayload) *NullableUpdateInstancePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateInstancePayload) Get
deprecated
func (v NullableUpdateInstancePayload) Get() *UpdateInstancePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateInstancePayload) IsSet
deprecated
func (v NullableUpdateInstancePayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateInstancePayload) MarshalJSON
deprecated
func (v NullableUpdateInstancePayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateInstancePayload) Set
deprecated
func (v *NullableUpdateInstancePayload) Set(val *UpdateInstancePayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateInstancePayload) UnmarshalJSON
deprecated
func (v *NullableUpdateInstancePayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateInstancePayload) Unset
deprecated
func (v *NullableUpdateInstancePayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableUser
deprecated
type NullableUser struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableUser
deprecated
func NewNullableUser(val *User) *NullableUser
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUser) Get
deprecated
func (v NullableUser) Get() *User
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUser) IsSet
deprecated
func (v NullableUser) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUser) MarshalJSON
deprecated
func (v NullableUser) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUser) Set
deprecated
func (v *NullableUser) Set(val *User)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUser) UnmarshalJSON
deprecated
func (v *NullableUser) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUser) Unset
deprecated
func (v *NullableUser) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableValue
deprecated
type NullableValue[T any] struct { // contains filtered or unexported fields }
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) Get
deprecated
func (v NullableValue[T]) Get() *T
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) IsSet
deprecated
func (v NullableValue[T]) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Set
deprecated
func (v *NullableValue[T]) Set(val *T)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Unset
deprecated
func (v *NullableValue[T]) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Plan ¶
type Plan struct {
// Description
Description PlanGetDescriptionAttributeType `json:"description,omitempty"`
// Service Plan Identifier
Id PlanGetIdAttributeType `json:"id,omitempty"`
// Maximum number of EdgeHosts
// Can be cast to int32 without loss of precision.
MaxEdgeHosts PlanGetMaxEdgeHostsAttributeType `json:"maxEdgeHosts,omitempty"`
// Service Plan Name
Name PlanGetNameAttributeType `json:"name,omitempty"`
}
Plan struct for Plan Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPlan ¶
func NewPlan() *Plan
NewPlan instantiates a new Plan object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPlanWithDefaults ¶
func NewPlanWithDefaults() *Plan
NewPlanWithDefaults instantiates a new Plan object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) GetDescription ¶
func (o *Plan) GetDescription() (res PlanGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) GetDescriptionOk ¶
func (o *Plan) GetDescriptionOk() (ret PlanGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) GetId ¶
func (o *Plan) GetId() (res PlanGetIdRetType)
GetId returns the Id field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) GetIdOk ¶
func (o *Plan) GetIdOk() (ret PlanGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) GetMaxEdgeHosts ¶
func (o *Plan) GetMaxEdgeHosts() (res PlanGetMaxEdgeHostsRetType)
GetMaxEdgeHosts returns the MaxEdgeHosts field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) GetMaxEdgeHostsOk ¶
func (o *Plan) GetMaxEdgeHostsOk() (ret PlanGetMaxEdgeHostsRetType, ok bool)
GetMaxEdgeHostsOk returns a tuple with the MaxEdgeHosts field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) GetName ¶
func (o *Plan) GetName() (res PlanGetNameRetType)
GetName returns the Name field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) GetNameOk ¶
func (o *Plan) GetNameOk() (ret PlanGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) HasDescription ¶
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) HasId ¶
HasId returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) HasMaxEdgeHosts ¶
HasMaxEdgeHosts returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) HasName ¶
HasName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) SetDescription ¶
func (o *Plan) SetDescription(v PlanGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) SetId ¶
func (o *Plan) SetId(v PlanGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) SetMaxEdgeHosts ¶
func (o *Plan) SetMaxEdgeHosts(v PlanGetMaxEdgeHostsRetType)
SetMaxEdgeHosts gets a reference to the given int64 and assigns it to the MaxEdgeHosts field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Plan) SetName ¶
func (o *Plan) SetName(v PlanGetNameRetType)
SetName gets a reference to the given string and assigns it to the Name field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanGetDescriptionArgType
deprecated
type PlanGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanGetDescriptionAttributeType ¶
type PlanGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanGetDescriptionRetType
deprecated
type PlanGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanGetIdArgType
deprecated
type PlanGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanGetIdAttributeType ¶
type PlanGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanGetIdRetType
deprecated
type PlanGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanGetMaxEdgeHostsArgType
deprecated
type PlanGetMaxEdgeHostsArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanGetMaxEdgeHostsAttributeType ¶
type PlanGetMaxEdgeHostsAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanGetMaxEdgeHostsRetType
deprecated
type PlanGetMaxEdgeHostsRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanGetNameArgType
deprecated
type PlanGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanGetNameAttributeType ¶
type PlanGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanGetNameRetType
deprecated
type PlanGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanList ¶
type PlanList struct {
ValidPlans PlanListGetValidPlansAttributeType `json:"validPlans,omitempty"`
}
PlanList struct for PlanList Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPlanList ¶
func NewPlanList() *PlanList
NewPlanList instantiates a new PlanList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPlanListWithDefaults ¶
func NewPlanListWithDefaults() *PlanList
NewPlanListWithDefaults instantiates a new PlanList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PlanList) GetValidPlans ¶
func (o *PlanList) GetValidPlans() (res PlanListGetValidPlansRetType)
GetValidPlans returns the ValidPlans field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PlanList) GetValidPlansOk ¶
func (o *PlanList) GetValidPlansOk() (ret PlanListGetValidPlansRetType, ok bool)
GetValidPlansOk returns a tuple with the ValidPlans field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PlanList) HasValidPlans ¶
HasValidPlans returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PlanList) SetValidPlans ¶
func (o *PlanList) SetValidPlans(v PlanListGetValidPlansRetType)
SetValidPlans gets a reference to the given []Plan and assigns it to the ValidPlans field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanListGetValidPlansArgType
deprecated
type PlanListGetValidPlansArgType = []Plan
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanListGetValidPlansAttributeType ¶
type PlanListGetValidPlansAttributeType = *[]Plan
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PlanListGetValidPlansRetType
deprecated
type PlanListGetValidPlansRetType = []Plan
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Token ¶
type Token struct {
// The token for the instance.
// REQUIRED
Token TokenGetTokenAttributeType `json:"token" required:"true"`
}
Token struct for Token Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewToken ¶
func NewToken(token TokenGetTokenArgType) *Token
NewToken instantiates a new Token object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewTokenWithDefaults ¶
func NewTokenWithDefaults() *Token
NewTokenWithDefaults instantiates a new Token object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Token) GetToken ¶
func (o *Token) GetToken() (ret TokenGetTokenRetType)
GetToken returns the Token field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Token) GetTokenOk ¶
func (o *Token) GetTokenOk() (ret TokenGetTokenRetType, ok bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Token) SetToken ¶
func (o *Token) SetToken(v TokenGetTokenRetType)
SetToken sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type TokenGetTokenArgType
deprecated
type TokenGetTokenArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type TokenGetTokenAttributeType ¶
type TokenGetTokenAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type TokenGetTokenRetType
deprecated
type TokenGetTokenRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedRequest ¶
type UnauthorizedRequest struct {
}
UnauthorizedRequest struct for UnauthorizedRequest Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUnauthorizedRequest ¶
func NewUnauthorizedRequest() *UnauthorizedRequest
NewUnauthorizedRequest instantiates a new UnauthorizedRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUnauthorizedRequestWithDefaults ¶
func NewUnauthorizedRequestWithDefaults() *UnauthorizedRequest
NewUnauthorizedRequestWithDefaults instantiates a new UnauthorizedRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedRequest) GetCode ¶
func (o *UnauthorizedRequest) GetCode() (res UnauthorizedRequestGetCodeRetType)
GetCode returns the Code field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedRequest) GetCodeOk ¶
func (o *UnauthorizedRequest) GetCodeOk() (ret UnauthorizedRequestGetCodeRetType, ok bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedRequest) GetMessage ¶
func (o *UnauthorizedRequest) GetMessage() (res UnauthorizedRequestGetMessageRetType)
GetMessage returns the Message field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedRequest) GetMessageOk ¶
func (o *UnauthorizedRequest) GetMessageOk() (ret UnauthorizedRequestGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedRequest) HasCode ¶
func (o *UnauthorizedRequest) HasCode() bool
HasCode returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedRequest) HasMessage ¶
func (o *UnauthorizedRequest) HasMessage() bool
HasMessage returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedRequest) SetCode ¶
func (o *UnauthorizedRequest) SetCode(v UnauthorizedRequestGetCodeRetType)
SetCode gets a reference to the given string and assigns it to the Code field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UnauthorizedRequest) SetMessage ¶
func (o *UnauthorizedRequest) SetMessage(v UnauthorizedRequestGetMessageRetType)
SetMessage gets a reference to the given string and assigns it to the Message field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UnauthorizedRequest) ToMap
deprecated
func (o UnauthorizedRequest) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedRequestGetCodeArgType
deprecated
type UnauthorizedRequestGetCodeArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedRequestGetCodeAttributeType ¶
type UnauthorizedRequestGetCodeAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedRequestGetCodeRetType
deprecated
type UnauthorizedRequestGetCodeRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedRequestGetMessageArgType
deprecated
type UnauthorizedRequestGetMessageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedRequestGetMessageAttributeType ¶
type UnauthorizedRequestGetMessageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UnauthorizedRequestGetMessageRetType
deprecated
type UnauthorizedRequestGetMessageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstanceByNamePayload ¶
type UpdateInstanceByNamePayload struct {
// A user chosen description to distinguish multiple instances.
Description UpdateInstanceByNamePayloadGetDescriptionAttributeType `json:"description,omitempty"`
// Service Plan configures the size of the Instance.
PlanId UpdateInstanceByNamePayloadGetPlanIdAttributeType `json:"planId,omitempty"`
}
UpdateInstanceByNamePayload struct for UpdateInstanceByNamePayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUpdateInstanceByNamePayload ¶
func NewUpdateInstanceByNamePayload() *UpdateInstanceByNamePayload
NewUpdateInstanceByNamePayload instantiates a new UpdateInstanceByNamePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUpdateInstanceByNamePayloadWithDefaults ¶
func NewUpdateInstanceByNamePayloadWithDefaults() *UpdateInstanceByNamePayload
NewUpdateInstanceByNamePayloadWithDefaults instantiates a new UpdateInstanceByNamePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstanceByNamePayload) GetDescription ¶
func (o *UpdateInstanceByNamePayload) GetDescription() (res UpdateInstanceByNamePayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstanceByNamePayload) GetDescriptionOk ¶
func (o *UpdateInstanceByNamePayload) GetDescriptionOk() (ret UpdateInstanceByNamePayloadGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstanceByNamePayload) GetPlanId ¶
func (o *UpdateInstanceByNamePayload) GetPlanId() (res UpdateInstanceByNamePayloadGetPlanIdRetType)
GetPlanId returns the PlanId field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstanceByNamePayload) GetPlanIdOk ¶
func (o *UpdateInstanceByNamePayload) GetPlanIdOk() (ret UpdateInstanceByNamePayloadGetPlanIdRetType, ok bool)
GetPlanIdOk returns a tuple with the PlanId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstanceByNamePayload) HasDescription ¶
func (o *UpdateInstanceByNamePayload) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstanceByNamePayload) HasPlanId ¶
func (o *UpdateInstanceByNamePayload) HasPlanId() bool
HasPlanId returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstanceByNamePayload) SetDescription ¶
func (o *UpdateInstanceByNamePayload) SetDescription(v UpdateInstanceByNamePayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstanceByNamePayload) SetPlanId ¶
func (o *UpdateInstanceByNamePayload) SetPlanId(v UpdateInstanceByNamePayloadGetPlanIdRetType)
SetPlanId gets a reference to the given string and assigns it to the PlanId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateInstanceByNamePayload) ToMap
deprecated
func (o UpdateInstanceByNamePayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstanceByNamePayloadGetDescriptionArgType
deprecated
type UpdateInstanceByNamePayloadGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstanceByNamePayloadGetDescriptionAttributeType ¶
type UpdateInstanceByNamePayloadGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstanceByNamePayloadGetDescriptionRetType
deprecated
type UpdateInstanceByNamePayloadGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstanceByNamePayloadGetPlanIdArgType
deprecated
type UpdateInstanceByNamePayloadGetPlanIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstanceByNamePayloadGetPlanIdAttributeType ¶
type UpdateInstanceByNamePayloadGetPlanIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstanceByNamePayloadGetPlanIdRetType
deprecated
type UpdateInstanceByNamePayloadGetPlanIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstanceByNameRequest
deprecated
type UpdateInstanceByNameRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateInstanceByNameRequest) Execute
deprecated
func (r UpdateInstanceByNameRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateInstanceByNameRequest) UpdateInstanceByNamePayload
deprecated
func (r UpdateInstanceByNameRequest) UpdateInstanceByNamePayload(updateInstanceByNamePayload UpdateInstanceByNamePayload) ApiUpdateInstanceByNameRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstancePayload ¶
type UpdateInstancePayload struct {
// A user chosen description to distinguish multiple instances.
Description UpdateInstancePayloadGetDescriptionAttributeType `json:"description,omitempty"`
// Service Plan configures the size of the Instance.
PlanId UpdateInstancePayloadGetPlanIdAttributeType `json:"planId,omitempty"`
}
UpdateInstancePayload struct for UpdateInstancePayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUpdateInstancePayload ¶
func NewUpdateInstancePayload() *UpdateInstancePayload
NewUpdateInstancePayload instantiates a new UpdateInstancePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUpdateInstancePayloadWithDefaults ¶
func NewUpdateInstancePayloadWithDefaults() *UpdateInstancePayload
NewUpdateInstancePayloadWithDefaults instantiates a new UpdateInstancePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstancePayload) GetDescription ¶
func (o *UpdateInstancePayload) GetDescription() (res UpdateInstancePayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstancePayload) GetDescriptionOk ¶
func (o *UpdateInstancePayload) GetDescriptionOk() (ret UpdateInstancePayloadGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstancePayload) GetPlanId ¶
func (o *UpdateInstancePayload) GetPlanId() (res UpdateInstancePayloadGetPlanIdRetType)
GetPlanId returns the PlanId field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstancePayload) GetPlanIdOk ¶
func (o *UpdateInstancePayload) GetPlanIdOk() (ret UpdateInstancePayloadGetPlanIdRetType, ok bool)
GetPlanIdOk returns a tuple with the PlanId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstancePayload) HasDescription ¶
func (o *UpdateInstancePayload) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstancePayload) HasPlanId ¶
func (o *UpdateInstancePayload) HasPlanId() bool
HasPlanId returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstancePayload) SetDescription ¶
func (o *UpdateInstancePayload) SetDescription(v UpdateInstancePayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateInstancePayload) SetPlanId ¶
func (o *UpdateInstancePayload) SetPlanId(v UpdateInstancePayloadGetPlanIdRetType)
SetPlanId gets a reference to the given string and assigns it to the PlanId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateInstancePayload) ToMap
deprecated
func (o UpdateInstancePayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstancePayloadGetDescriptionArgType
deprecated
type UpdateInstancePayloadGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstancePayloadGetDescriptionAttributeType ¶
type UpdateInstancePayloadGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstancePayloadGetDescriptionRetType
deprecated
type UpdateInstancePayloadGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstancePayloadGetPlanIdArgType
deprecated
type UpdateInstancePayloadGetPlanIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstancePayloadGetPlanIdAttributeType ¶
type UpdateInstancePayloadGetPlanIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstancePayloadGetPlanIdRetType
deprecated
type UpdateInstancePayloadGetPlanIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateInstanceRequest
deprecated
type UpdateInstanceRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateInstanceRequest) Execute
deprecated
func (r UpdateInstanceRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateInstanceRequest) UpdateInstancePayload
deprecated
func (r UpdateInstanceRequest) UpdateInstancePayload(updateInstancePayload UpdateInstancePayload) ApiUpdateInstanceRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type User ¶
type User struct {
// The email of the user.
// REQUIRED
Email UserGetEmailAttributeType `json:"email" required:"true"`
// The UUID of the user.
// REQUIRED
InternalId UserGetInternalIdAttributeType `json:"internalId" required:"true"`
}
User struct for User Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUser ¶
func NewUser(email UserGetEmailArgType, internalId UserGetInternalIdArgType) *User
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUserWithDefaults ¶
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*User) GetEmail ¶
func (o *User) GetEmail() (ret UserGetEmailRetType)
GetEmail returns the Email field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*User) GetEmailOk ¶
func (o *User) GetEmailOk() (ret UserGetEmailRetType, ok bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*User) GetInternalId ¶
func (o *User) GetInternalId() (ret UserGetInternalIdRetType)
GetInternalId returns the InternalId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*User) GetInternalIdOk ¶
func (o *User) GetInternalIdOk() (ret UserGetInternalIdRetType, ok bool)
GetInternalIdOk returns a tuple with the InternalId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*User) SetEmail ¶
func (o *User) SetEmail(v UserGetEmailRetType)
SetEmail sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*User) SetInternalId ¶
func (o *User) SetInternalId(v UserGetInternalIdRetType)
SetInternalId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UserGetEmailArgType
deprecated
type UserGetEmailArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UserGetEmailAttributeType ¶
type UserGetEmailAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UserGetEmailRetType
deprecated
type UserGetEmailRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UserGetInternalIdArgType
deprecated
type UserGetInternalIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UserGetInternalIdAttributeType ¶
type UserGetInternalIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UserGetInternalIdRetType
deprecated
type UserGetInternalIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Source Files
¶
- api_default.go
- client.go
- configuration.go
- model_bad_request.go
- model_create_instance_payload.go
- model_instance.go
- model_instance_list.go
- model_kubeconfig.go
- model_plan.go
- model_plan_list.go
- model_token.go
- model_unauthorized_request.go
- model_update_instance_by_name_payload.go
- model_update_instance_payload.go
- model_user.go
- utils.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. |
|
Deprecated: Will be removed after 2026-09-30.
|
Deprecated: Will be removed after 2026-09-30. |