serviceenablement

package module
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2026 License: Apache-2.0 Imports: 23 Imported by: 1

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

Index

Constants

This section is empty.

Variables

View Source
var AllowedActionErrorActionEnumValues = []ActionErrorAction{
	"DISABLE",
	"ENABLE",
}

All allowed values of ActionError enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedCheckServiceResourceTypeEnumValues = []CheckServiceResourceType{
	"project",
}

All allowed values of CheckService enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedCloudServiceScopeEnumValues = []CloudServiceScope{
	"PRIVATE",
	"PUBLIC",
}

All allowed values of CloudService enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedParametersGeneralProjectScopeEnumValues = []ParametersGeneralProjectScope{
	"SCHWARZ",
	"PUBLIC",
}

All allowed values of ParametersGeneral enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedServiceStatusEnablementEnumValues = []ServiceStatusEnablement{
	"REQUEST",
	"AUTO",
}

All allowed values of ServiceStatus enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedServiceStatusLifecycleEnumValues = []ServiceStatusLifecycle{
	"FLEX",
	"PROJECT",
}

All allowed values of ServiceStatus enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedServiceStatusScopeEnumValues = []ServiceStatusScope{
	"PRIVATE",
	"PUBLIC",
}

All allowed values of ServiceStatus enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedServiceStatusStateEnumValues = []ServiceStatusState{
	"ENABLED",
	"ENABLING",
	"DISABLED",
	"DISABLING",
}

All allowed values of ServiceStatus enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Functions

func CacheExpires

func CacheExpires(r *http.Response) time.Time

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 ParameterValueToString(obj interface{}, key string) string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrBool

func PtrBool(v bool) *bool

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

func PtrFloat32(v float32) *float32

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

func PtrFloat64(v float64) *float64

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

func PtrInt(v int) *int

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

func PtrInt32(v int32) *int32

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

func PtrInt64(v int64) *int64

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

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time 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 Service Enablement API API v2.0 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) DisableServiceRegional deprecated added in v0.6.0

func (a *APIClient) DisableServiceRegional(ctx context.Context, region string, projectId string, serviceId string) ApiDisableServiceRegionalRequest

DisableServiceRegional: Method for DisableServiceRegional

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 region
@param projectId
@param serviceId
@return ApiDisableServiceRegionalRequest

func (*APIClient) DisableServiceRegionalExecute deprecated added in v0.6.0

func (a *APIClient) DisableServiceRegionalExecute(ctx context.Context, region string, projectId string, serviceId string) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) EnableServiceRegional deprecated added in v0.6.0

func (a *APIClient) EnableServiceRegional(ctx context.Context, region string, projectId string, serviceId string) ApiEnableServiceRegionalRequest

EnableServiceRegional: Method for EnableServiceRegional

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 region
@param projectId
@param serviceId
@return ApiEnableServiceRegionalRequest

func (*APIClient) EnableServiceRegionalExecute deprecated added in v0.6.0

func (a *APIClient) EnableServiceRegionalExecute(ctx context.Context, region string, projectId string, serviceId string) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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) GetServiceStatusRegional deprecated added in v0.6.0

func (a *APIClient) GetServiceStatusRegional(ctx context.Context, region string, projectId string, serviceId string) ApiGetServiceStatusRegionalRequest

GetServiceStatusRegional: Method for GetServiceStatusRegional

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 region
@param projectId
@param serviceId
@return ApiGetServiceStatusRegionalRequest

func (*APIClient) GetServiceStatusRegionalExecute deprecated added in v0.6.0

func (a *APIClient) GetServiceStatusRegionalExecute(ctx context.Context, region string, projectId string, serviceId string) (*ServiceStatus, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) ListServiceStatusRegional deprecated added in v0.6.0

func (a *APIClient) ListServiceStatusRegional(ctx context.Context, region string, projectId string) ApiListServiceStatusRegionalRequest

ListServiceStatusRegional: Method for ListServiceStatusRegional

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 region
@param projectId
@return ApiListServiceStatusRegionalRequest

func (*APIClient) ListServiceStatusRegionalExecute deprecated added in v0.6.0

func (a *APIClient) ListServiceStatusRegionalExecute(ctx context.Context, region string, projectId string) (*ListServiceStatusRegional200Response, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ActionError

type ActionError struct {
	// the last action which was triggered on this service
	Action ActionErrorGetActionAttributeType `json:"action,omitempty"`
	// the error code if provided by the service
	Code ActionErrorGetCodeAttributeType `json:"code,omitempty"`
	// the error reason provided by the service
	Reason ActionErrorGetReasonAttributeType `json:"reason,omitempty"`
}

ActionError the last error for this service. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewActionError added in v0.3.0

func NewActionError() *ActionError

NewActionError instantiates a new ActionError 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 NewActionErrorWithDefaults added in v0.3.0

func NewActionErrorWithDefaults() *ActionError

NewActionErrorWithDefaults instantiates a new ActionError 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 (*ActionError) GetAction added in v0.3.0

func (o *ActionError) GetAction() (res ActionErrorGetActionRetType)

GetAction returns the Action 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 (*ActionError) GetActionOk added in v0.3.0

func (o *ActionError) GetActionOk() (ret ActionErrorGetActionRetType, ok bool)

GetActionOk returns a tuple with the Action 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 (*ActionError) GetCode added in v0.3.0

func (o *ActionError) GetCode() (res ActionErrorGetCodeRetType)

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 (*ActionError) GetCodeOk added in v0.3.0

func (o *ActionError) GetCodeOk() (ret ActionErrorGetCodeRetType, 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 (*ActionError) GetReason added in v0.3.0

func (o *ActionError) GetReason() (res ActionErrorGetReasonRetType)

GetReason returns the Reason 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 (*ActionError) GetReasonOk added in v0.3.0

func (o *ActionError) GetReasonOk() (ret ActionErrorGetReasonRetType, ok bool)

GetReasonOk returns a tuple with the Reason 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 (*ActionError) HasAction added in v0.3.0

func (o *ActionError) HasAction() bool

HasAction 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 (*ActionError) HasCode added in v0.3.0

func (o *ActionError) 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 (*ActionError) HasReason added in v0.3.0

func (o *ActionError) HasReason() bool

HasReason 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 (*ActionError) SetAction added in v0.3.0

func (o *ActionError) SetAction(v ActionErrorGetActionRetType)

SetAction gets a reference to the given string and assigns it to the Action field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ActionError) SetCode added in v0.3.0

func (o *ActionError) SetCode(v ActionErrorGetCodeRetType)

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 (*ActionError) SetReason added in v0.3.0

func (o *ActionError) SetReason(v ActionErrorGetReasonRetType)

SetReason gets a reference to the given string and assigns it to the Reason field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ActionError) ToMap deprecated added in v0.3.0

func (o ActionError) 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 ActionErrorAction added in v1.1.0

type ActionErrorAction string

ActionErrorAction the last action which was triggered on this service 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
	ACTIONERRORACTION_DISABLE ActionErrorAction = "DISABLE"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	ACTIONERRORACTION_ENABLE ActionErrorAction = "ENABLE"
)

List of Action

func NewActionErrorActionFromValue added in v1.1.0

func NewActionErrorActionFromValue(v ActionErrorAction) (*ActionErrorAction, error)

NewActionErrorActionFromValue returns a pointer to a valid ActionErrorAction 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 (ActionErrorAction) IsValid added in v1.1.0

func (v ActionErrorAction) 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 (ActionErrorAction) Ptr added in v1.1.0

Ptr returns reference to ActionAction value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ActionErrorAction) UnmarshalJSON deprecated added in v1.1.0

func (v *ActionErrorAction) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ActionErrorGetActionArgType deprecated added in v1.0.1

type ActionErrorGetActionArgType = ActionErrorAction

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ActionErrorGetActionAttributeType deprecated added in v1.0.1

type ActionErrorGetActionAttributeType = *ActionErrorAction

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ActionErrorGetActionRetType deprecated added in v1.0.1

type ActionErrorGetActionRetType = ActionErrorAction

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ActionErrorGetCodeArgType deprecated added in v1.0.1

type ActionErrorGetCodeArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ActionErrorGetCodeAttributeType added in v1.0.1

type ActionErrorGetCodeAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ActionErrorGetCodeRetType deprecated added in v1.0.1

type ActionErrorGetCodeRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ActionErrorGetReasonArgType deprecated added in v1.0.1

type ActionErrorGetReasonArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ActionErrorGetReasonAttributeType added in v1.0.1

type ActionErrorGetReasonAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ActionErrorGetReasonRetType deprecated added in v1.0.1

type ActionErrorGetReasonRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiDisableServiceRegionalRequest deprecated added in v0.6.0

type ApiDisableServiceRegionalRequest 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 ApiEnableServiceRegionalRequest deprecated added in v0.6.0

type ApiEnableServiceRegionalRequest 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 ApiGetServiceStatusRegionalRequest deprecated added in v0.6.0

type ApiGetServiceStatusRegionalRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*ServiceStatus, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiListServiceStatusRegionalRequest deprecated added in v0.6.0

type ApiListServiceStatusRegionalRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Cursor(cursor string) ApiListServiceStatusRegionalRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*ListServiceStatusRegional200Response, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CheckService added in v0.6.0

type CheckService struct {
	// the identifier of the resource e.g. projectID
	Resource     CheckServiceGetResourceAttributeType     `json:"resource,omitempty"`
	ResourceType CheckServiceGetResourceTypeAttributeType `json:"resourceType,omitempty"`
	// the id of the service
	ServiceId CheckServiceGetServiceIdAttributeType `json:"serviceId,omitempty"`
}

CheckService struct for CheckService Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewCheckService added in v0.6.0

func NewCheckService() *CheckService

NewCheckService instantiates a new CheckService 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 NewCheckServiceWithDefaults added in v0.6.0

func NewCheckServiceWithDefaults() *CheckService

NewCheckServiceWithDefaults instantiates a new CheckService 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 (*CheckService) GetResource added in v0.6.0

func (o *CheckService) GetResource() (res CheckServiceGetResourceRetType)

GetResource returns the Resource 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 (*CheckService) GetResourceOk added in v0.6.0

func (o *CheckService) GetResourceOk() (ret CheckServiceGetResourceRetType, ok bool)

GetResourceOk returns a tuple with the Resource 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 (*CheckService) GetResourceType added in v0.6.0

func (o *CheckService) GetResourceType() (res CheckServiceGetResourceTypeRetType)

GetResourceType returns the ResourceType 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 (*CheckService) GetResourceTypeOk added in v0.6.0

func (o *CheckService) GetResourceTypeOk() (ret CheckServiceGetResourceTypeRetType, ok bool)

GetResourceTypeOk returns a tuple with the ResourceType 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 (*CheckService) GetServiceId added in v0.6.0

func (o *CheckService) GetServiceId() (res CheckServiceGetServiceIdRetType)

GetServiceId returns the ServiceId 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 (*CheckService) GetServiceIdOk added in v0.6.0

func (o *CheckService) GetServiceIdOk() (ret CheckServiceGetServiceIdRetType, ok bool)

GetServiceIdOk returns a tuple with the ServiceId 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 (*CheckService) HasResource added in v0.6.0

func (o *CheckService) HasResource() bool

HasResource 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 (*CheckService) HasResourceType added in v0.6.0

func (o *CheckService) HasResourceType() bool

HasResourceType 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 (*CheckService) HasServiceId added in v0.6.0

func (o *CheckService) HasServiceId() bool

HasServiceId 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 (*CheckService) SetResource added in v0.6.0

func (o *CheckService) SetResource(v CheckServiceGetResourceRetType)

SetResource gets a reference to the given string and assigns it to the Resource field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CheckService) SetResourceType added in v0.6.0

func (o *CheckService) SetResourceType(v CheckServiceGetResourceTypeRetType)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CheckService) SetServiceId added in v0.6.0

func (o *CheckService) SetServiceId(v CheckServiceGetServiceIdRetType)

SetServiceId gets a reference to the given string and assigns it to the ServiceId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CheckService) ToMap deprecated added in v0.6.0

func (o CheckService) 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 CheckServiceGetResourceArgType deprecated added in v1.0.1

type CheckServiceGetResourceArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CheckServiceGetResourceAttributeType added in v1.0.1

type CheckServiceGetResourceAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CheckServiceGetResourceRetType deprecated added in v1.0.1

type CheckServiceGetResourceRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CheckServiceGetResourceTypeArgType deprecated added in v1.0.1

type CheckServiceGetResourceTypeArgType = CheckServiceResourceType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CheckServiceGetResourceTypeAttributeType deprecated added in v1.0.1

type CheckServiceGetResourceTypeAttributeType = *CheckServiceResourceType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CheckServiceGetResourceTypeRetType deprecated added in v1.0.1

type CheckServiceGetResourceTypeRetType = CheckServiceResourceType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CheckServiceGetServiceIdArgType deprecated added in v1.0.1

type CheckServiceGetServiceIdArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CheckServiceGetServiceIdAttributeType added in v1.0.1

type CheckServiceGetServiceIdAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CheckServiceGetServiceIdRetType deprecated added in v1.0.1

type CheckServiceGetServiceIdRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CheckServiceResourceType added in v1.1.0

type CheckServiceResourceType string

CheckServiceResourceType the model 'CheckService' 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
	CHECKSERVICERESOURCE_TYPE_PROJECT CheckServiceResourceType = "project"
)

List of ResourceType

func NewCheckServiceResourceTypeFromValue added in v1.1.0

func NewCheckServiceResourceTypeFromValue(v CheckServiceResourceType) (*CheckServiceResourceType, error)

NewCheckServiceResourceTypeFromValue returns a pointer to a valid CheckServiceResourceType 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 (CheckServiceResourceType) IsValid added in v1.1.0

func (v CheckServiceResourceType) 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 (CheckServiceResourceType) Ptr added in v1.1.0

Ptr returns reference to ResourceTypeResourceType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CheckServiceResourceType) UnmarshalJSON deprecated added in v1.1.0

func (v *CheckServiceResourceType) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CloudService

type CloudService struct {
	Dependencies CloudServiceGetDependenciesAttributeType `json:"dependencies,omitempty"`
	Labels       CloudServiceGetLabelsAttributeType       `json:"labels,omitempty"`
	Scope        CloudServiceGetScopeAttributeType        `json:"scope,omitempty"`
	// the id of the service
	ServiceId CloudServiceGetServiceIdAttributeType `json:"serviceId,omitempty"`
}

CloudService struct for CloudService Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewCloudService added in v0.3.0

func NewCloudService() *CloudService

NewCloudService instantiates a new CloudService 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 NewCloudServiceWithDefaults added in v0.3.0

func NewCloudServiceWithDefaults() *CloudService

NewCloudServiceWithDefaults instantiates a new CloudService 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 (*CloudService) GetDependencies added in v0.3.0

func (o *CloudService) GetDependencies() (res CloudServiceGetDependenciesRetType)

GetDependencies returns the Dependencies 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 (*CloudService) GetDependenciesOk added in v0.3.0

func (o *CloudService) GetDependenciesOk() (ret CloudServiceGetDependenciesRetType, ok bool)

GetDependenciesOk returns a tuple with the Dependencies 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 (*CloudService) GetLabels added in v0.3.0

func (o *CloudService) GetLabels() (res CloudServiceGetLabelsRetType)

GetLabels returns the Labels 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 (*CloudService) GetLabelsOk added in v0.3.0

func (o *CloudService) GetLabelsOk() (ret CloudServiceGetLabelsRetType, ok bool)

GetLabelsOk returns a tuple with the Labels 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 (*CloudService) GetScope added in v0.3.0

func (o *CloudService) GetScope() (res CloudServiceGetScopeRetType)

GetScope returns the Scope 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 (*CloudService) GetScopeOk added in v0.3.0

func (o *CloudService) GetScopeOk() (ret CloudServiceGetScopeRetType, ok bool)

GetScopeOk returns a tuple with the Scope 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 (*CloudService) GetServiceId added in v0.3.0

func (o *CloudService) GetServiceId() (res CloudServiceGetServiceIdRetType)

GetServiceId returns the ServiceId 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 (*CloudService) GetServiceIdOk added in v0.3.0

func (o *CloudService) GetServiceIdOk() (ret CloudServiceGetServiceIdRetType, ok bool)

GetServiceIdOk returns a tuple with the ServiceId 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 (*CloudService) HasDependencies added in v0.3.0

func (o *CloudService) HasDependencies() bool

HasDependencies 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 (*CloudService) HasLabels added in v0.3.0

func (o *CloudService) HasLabels() bool

HasLabels 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 (*CloudService) HasScope added in v0.3.0

func (o *CloudService) HasScope() bool

HasScope 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 (*CloudService) HasServiceId added in v0.3.0

func (o *CloudService) HasServiceId() bool

HasServiceId 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 (*CloudService) SetDependencies added in v0.3.0

func (o *CloudService) SetDependencies(v CloudServiceGetDependenciesRetType)

SetDependencies gets a reference to the given Dependencies and assigns it to the Dependencies field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CloudService) SetLabels added in v0.3.0

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CloudService) SetScope added in v0.3.0

SetScope gets a reference to the given string and assigns it to the Scope field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CloudService) SetServiceId added in v0.3.0

func (o *CloudService) SetServiceId(v CloudServiceGetServiceIdRetType)

SetServiceId gets a reference to the given string and assigns it to the ServiceId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CloudService) ToMap deprecated added in v0.3.0

func (o CloudService) 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 CloudServiceGetDependenciesArgType deprecated added in v1.0.1

type CloudServiceGetDependenciesArgType = Dependencies

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CloudServiceGetDependenciesAttributeType added in v1.0.1

type CloudServiceGetDependenciesAttributeType = *Dependencies

isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CloudServiceGetDependenciesRetType deprecated added in v1.0.1

type CloudServiceGetDependenciesRetType = Dependencies

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CloudServiceGetLabelsArgType deprecated added in v1.0.1

type CloudServiceGetLabelsArgType = map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CloudServiceGetLabelsAttributeType added in v1.0.1

type CloudServiceGetLabelsAttributeType = *map[string]string

isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CloudServiceGetLabelsRetType deprecated added in v1.0.1

type CloudServiceGetLabelsRetType = map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CloudServiceGetScopeArgType deprecated added in v1.0.1

type CloudServiceGetScopeArgType = CloudServiceScope

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CloudServiceGetScopeAttributeType deprecated added in v1.0.1

type CloudServiceGetScopeAttributeType = *CloudServiceScope

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CloudServiceGetScopeRetType deprecated added in v1.0.1

type CloudServiceGetScopeRetType = CloudServiceScope

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CloudServiceGetServiceIdArgType deprecated added in v1.0.1

type CloudServiceGetServiceIdArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CloudServiceGetServiceIdAttributeType added in v1.0.1

type CloudServiceGetServiceIdAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CloudServiceGetServiceIdRetType deprecated added in v1.0.1

type CloudServiceGetServiceIdRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CloudServiceScope added in v1.1.0

type CloudServiceScope string

CloudServiceScope the model 'CloudService' 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
	CLOUDSERVICESCOPE_PRIVATE CloudServiceScope = "PRIVATE"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	CLOUDSERVICESCOPE_PUBLIC CloudServiceScope = "PUBLIC"
)

List of Scope

func NewCloudServiceScopeFromValue added in v1.1.0

func NewCloudServiceScopeFromValue(v CloudServiceScope) (*CloudServiceScope, error)

NewCloudServiceScopeFromValue returns a pointer to a valid CloudServiceScope 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 (CloudServiceScope) IsValid added in v1.1.0

func (v CloudServiceScope) 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 (CloudServiceScope) Ptr added in v1.1.0

Ptr returns reference to ScopeScope value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CloudServiceScope) UnmarshalJSON deprecated added in v1.1.0

func (v *CloudServiceScope) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DefaultApi deprecated added in v1.2.0

type DefaultApi interface {
	/*
		DisableServiceRegional Method for DisableServiceRegional
		disables the service in a project.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param region
		@param projectId
		@param serviceId
		@return ApiDisableServiceRegionalRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DisableServiceRegional(ctx context.Context, region string, projectId string, serviceId string) ApiDisableServiceRegionalRequest
	/*
		DisableServiceRegionalExecute executes the request

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DisableServiceRegionalExecute(ctx context.Context, region string, projectId string, serviceId string) error
	/*
		EnableServiceRegional Method for EnableServiceRegional
		enables the service in a project.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param region
		@param projectId
		@param serviceId
		@return ApiEnableServiceRegionalRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	EnableServiceRegional(ctx context.Context, region string, projectId string, serviceId string) ApiEnableServiceRegionalRequest
	/*
		EnableServiceRegionalExecute executes the request

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	EnableServiceRegionalExecute(ctx context.Context, region string, projectId string, serviceId string) error
	/*
		GetServiceStatusRegional Method for GetServiceStatusRegional
		returns the current status of a service in a project.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param region
		@param projectId
		@param serviceId
		@return ApiGetServiceStatusRegionalRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetServiceStatusRegional(ctx context.Context, region string, projectId string, serviceId string) ApiGetServiceStatusRegionalRequest
	/*
		GetServiceStatusRegionalExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param region
		@param projectId
		@param serviceId
		@return ServiceStatus

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetServiceStatusRegionalExecute(ctx context.Context, region string, projectId string, serviceId string) (*ServiceStatus, error)
	/*
		ListServiceStatusRegional Method for ListServiceStatusRegional
		returns a list of all available services for a project.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param region
		@param projectId
		@return ApiListServiceStatusRegionalRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListServiceStatusRegional(ctx context.Context, region string, projectId string) ApiListServiceStatusRegionalRequest
	/*
		ListServiceStatusRegionalExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param region
		@param projectId
		@return ListServiceStatusRegional200Response

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListServiceStatusRegionalExecute(ctx context.Context, region string, projectId string) (*ListServiceStatusRegional200Response, 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 Dependencies

type Dependencies struct {
	// a list of service IDs which this service depend on. If the service is enabled, those service are enabled as well automatically.
	Hard DependenciesGetHardAttributeType `json:"hard,omitempty"`
	// a list of service IDs which this service depend on. When they are disabled a notification is sent.
	Soft DependenciesGetSoftAttributeType `json:"soft,omitempty"`
}

Dependencies struct for Dependencies Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewDependencies added in v0.3.0

func NewDependencies() *Dependencies

NewDependencies instantiates a new Dependencies 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 NewDependenciesWithDefaults added in v0.3.0

func NewDependenciesWithDefaults() *Dependencies

NewDependenciesWithDefaults instantiates a new Dependencies 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 (*Dependencies) GetHard added in v0.3.0

func (o *Dependencies) GetHard() (res DependenciesGetHardRetType)

GetHard returns the Hard 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 (*Dependencies) GetHardOk added in v0.3.0

func (o *Dependencies) GetHardOk() (ret DependenciesGetHardRetType, ok bool)

GetHardOk returns a tuple with the Hard 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 (*Dependencies) GetSoft added in v0.3.0

func (o *Dependencies) GetSoft() (res DependenciesGetSoftRetType)

GetSoft returns the Soft 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 (*Dependencies) GetSoftOk added in v0.3.0

func (o *Dependencies) GetSoftOk() (ret DependenciesGetSoftRetType, ok bool)

GetSoftOk returns a tuple with the Soft 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 (*Dependencies) HasHard added in v0.3.0

func (o *Dependencies) HasHard() bool

HasHard 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 (*Dependencies) HasSoft added in v0.3.0

func (o *Dependencies) HasSoft() bool

HasSoft 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 (*Dependencies) SetHard added in v0.3.0

SetHard gets a reference to the given []string and assigns it to the Hard field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*Dependencies) SetSoft added in v0.3.0

SetSoft gets a reference to the given []string and assigns it to the Soft field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (Dependencies) ToMap deprecated added in v0.3.0

func (o Dependencies) 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 DependenciesGetHardArgType deprecated added in v1.0.1

type DependenciesGetHardArgType = []string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DependenciesGetHardAttributeType added in v1.0.1

type DependenciesGetHardAttributeType = *[]string

isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DependenciesGetHardRetType deprecated added in v1.0.1

type DependenciesGetHardRetType = []string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DependenciesGetSoftArgType deprecated added in v1.0.1

type DependenciesGetSoftArgType = []string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DependenciesGetSoftAttributeType added in v1.0.1

type DependenciesGetSoftAttributeType = *[]string

isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DependenciesGetSoftRetType deprecated added in v1.0.1

type DependenciesGetSoftRetType = []string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DisableServiceRegionalRequest deprecated added in v1.2.0

type DisableServiceRegionalRequest 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 (DisableServiceRegionalRequest) Execute deprecated added in v1.2.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type EnableServiceRegionalRequest deprecated added in v1.2.0

type EnableServiceRegionalRequest 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 (EnableServiceRegionalRequest) Execute deprecated added in v1.2.0

func (r EnableServiceRegionalRequest) Execute() error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponse added in v0.6.0

type ErrorResponse struct {
	Error   ErrorResponseGetErrorAttributeType   `json:"error,omitempty"`
	Message ErrorResponseGetMessageAttributeType `json:"message,omitempty"`
	Path    ErrorResponseGetPathAttributeType    `json:"path,omitempty"`
	// Can be cast to int32 without loss of precision.
	Status    ErrorResponseGetStatusAttributeType    `json:"status,omitempty"`
	Timestamp ErrorResponseGetTimestampAttributeType `json:"timestamp,omitempty"`
}

ErrorResponse struct for ErrorResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewErrorResponse added in v0.6.0

func NewErrorResponse() *ErrorResponse

NewErrorResponse instantiates a new ErrorResponse 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 NewErrorResponseWithDefaults added in v0.6.0

func NewErrorResponseWithDefaults() *ErrorResponse

NewErrorResponseWithDefaults instantiates a new ErrorResponse 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 (*ErrorResponse) GetError added in v0.6.0

func (o *ErrorResponse) GetError() (res ErrorResponseGetErrorRetType)

GetError returns the Error 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 (*ErrorResponse) GetErrorOk added in v0.6.0

func (o *ErrorResponse) GetErrorOk() (ret ErrorResponseGetErrorRetType, ok bool)

GetErrorOk returns a tuple with the Error 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 (*ErrorResponse) GetMessage added in v0.6.0

func (o *ErrorResponse) GetMessage() (res ErrorResponseGetMessageRetType)

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 (*ErrorResponse) GetMessageOk added in v0.6.0

func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, 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 (*ErrorResponse) GetPath added in v0.6.0

func (o *ErrorResponse) GetPath() (res ErrorResponseGetPathRetType)

GetPath returns the Path 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 (*ErrorResponse) GetPathOk added in v0.6.0

func (o *ErrorResponse) GetPathOk() (ret ErrorResponseGetPathRetType, ok bool)

GetPathOk returns a tuple with the Path 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 (*ErrorResponse) GetStatus added in v0.6.0

func (o *ErrorResponse) GetStatus() (res ErrorResponseGetStatusRetType)

GetStatus returns the Status 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 (*ErrorResponse) GetStatusOk added in v0.6.0

func (o *ErrorResponse) GetStatusOk() (ret ErrorResponseGetStatusRetType, ok bool)

GetStatusOk returns a tuple with the Status 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 (*ErrorResponse) GetTimestamp added in v0.6.0

func (o *ErrorResponse) GetTimestamp() (res ErrorResponseGetTimestampRetType)

GetTimestamp returns the Timestamp 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 (*ErrorResponse) GetTimestampOk added in v0.6.0

func (o *ErrorResponse) GetTimestampOk() (ret ErrorResponseGetTimestampRetType, ok bool)

GetTimestampOk returns a tuple with the Timestamp 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 (*ErrorResponse) HasError added in v0.6.0

func (o *ErrorResponse) HasError() bool

HasError 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 (*ErrorResponse) HasMessage added in v0.6.0

func (o *ErrorResponse) 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 (*ErrorResponse) HasPath added in v0.6.0

func (o *ErrorResponse) HasPath() bool

HasPath 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 (*ErrorResponse) HasStatus added in v0.6.0

func (o *ErrorResponse) HasStatus() bool

HasStatus 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 (*ErrorResponse) HasTimestamp added in v0.6.0

func (o *ErrorResponse) HasTimestamp() bool

HasTimestamp 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 (*ErrorResponse) SetError added in v0.6.0

SetError gets a reference to the given string and assigns it to the Error field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ErrorResponse) SetMessage added in v0.6.0

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 (*ErrorResponse) SetPath added in v0.6.0

SetPath gets a reference to the given string and assigns it to the Path field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ErrorResponse) SetStatus added in v0.6.0

SetStatus gets a reference to the given int64 and assigns it to the Status field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ErrorResponse) SetTimestamp added in v0.6.0

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ErrorResponse) ToMap deprecated added in v0.6.0

func (o ErrorResponse) 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 ErrorResponseGetErrorArgType deprecated added in v1.0.1

type ErrorResponseGetErrorArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetErrorAttributeType added in v1.0.1

type ErrorResponseGetErrorAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetErrorRetType deprecated added in v1.0.1

type ErrorResponseGetErrorRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetMessageArgType deprecated added in v1.0.1

type ErrorResponseGetMessageArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetMessageAttributeType added in v1.0.1

type ErrorResponseGetMessageAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetMessageRetType deprecated added in v1.0.1

type ErrorResponseGetMessageRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetPathArgType deprecated added in v1.0.1

type ErrorResponseGetPathArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetPathAttributeType added in v1.0.1

type ErrorResponseGetPathAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetPathRetType deprecated added in v1.0.1

type ErrorResponseGetPathRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetStatusArgType deprecated added in v1.0.1

type ErrorResponseGetStatusArgType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetStatusAttributeType added in v1.0.1

type ErrorResponseGetStatusAttributeType = *int64

isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetStatusRetType deprecated added in v1.0.1

type ErrorResponseGetStatusRetType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetTimestampArgType deprecated added in v1.0.1

type ErrorResponseGetTimestampArgType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetTimestampAttributeType added in v1.0.1

type ErrorResponseGetTimestampAttributeType = *time.Time

isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetTimestampRetType deprecated added in v1.0.1

type ErrorResponseGetTimestampRetType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type GetServiceStatusRegionalRequest deprecated added in v1.2.0

type GetServiceStatusRegionalRequest 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 (GetServiceStatusRegionalRequest) Execute deprecated added in v1.2.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListServiceStatusRegional200Response added in v0.6.0

type ListServiceStatusRegional200Response struct {
	Items      ListServiceStatusRegional200ResponseGetItemsAttributeType      `json:"items,omitempty"`
	NextCursor ListServiceStatusRegional200ResponseGetNextCursorAttributeType `json:"nextCursor,omitempty"`
}

ListServiceStatusRegional200Response struct for ListServiceStatusRegional200Response Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewListServiceStatusRegional200Response added in v0.6.0

func NewListServiceStatusRegional200Response() *ListServiceStatusRegional200Response

NewListServiceStatusRegional200Response instantiates a new ListServiceStatusRegional200Response 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 NewListServiceStatusRegional200ResponseWithDefaults added in v0.6.0

func NewListServiceStatusRegional200ResponseWithDefaults() *ListServiceStatusRegional200Response

NewListServiceStatusRegional200ResponseWithDefaults instantiates a new ListServiceStatusRegional200Response 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 (*ListServiceStatusRegional200Response) GetItems added in v0.6.0

GetItems returns the Items 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 (*ListServiceStatusRegional200Response) GetItemsOk added in v0.6.0

GetItemsOk returns a tuple with the Items 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 (*ListServiceStatusRegional200Response) GetNextCursor added in v0.6.0

GetNextCursor returns the NextCursor 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 (*ListServiceStatusRegional200Response) GetNextCursorOk added in v0.6.0

GetNextCursorOk returns a tuple with the NextCursor 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 (*ListServiceStatusRegional200Response) HasItems added in v0.6.0

HasItems 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 (*ListServiceStatusRegional200Response) HasNextCursor added in v0.6.0

func (o *ListServiceStatusRegional200Response) HasNextCursor() bool

HasNextCursor 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 (*ListServiceStatusRegional200Response) SetItems added in v0.6.0

SetItems gets a reference to the given []ServiceStatus and assigns it to the Items field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListServiceStatusRegional200Response) SetNextCursor added in v0.6.0

SetNextCursor gets a reference to the given string and assigns it to the NextCursor field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListServiceStatusRegional200Response) ToMap deprecated added in v0.6.0

func (o ListServiceStatusRegional200Response) 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 ListServiceStatusRegional200ResponseGetItemsArgType deprecated added in v1.0.1

type ListServiceStatusRegional200ResponseGetItemsArgType = []ServiceStatus

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListServiceStatusRegional200ResponseGetItemsAttributeType added in v1.0.1

type ListServiceStatusRegional200ResponseGetItemsAttributeType = *[]ServiceStatus

isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListServiceStatusRegional200ResponseGetItemsRetType deprecated added in v1.0.1

type ListServiceStatusRegional200ResponseGetItemsRetType = []ServiceStatus

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListServiceStatusRegional200ResponseGetNextCursorArgType deprecated added in v1.0.1

type ListServiceStatusRegional200ResponseGetNextCursorArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListServiceStatusRegional200ResponseGetNextCursorAttributeType added in v1.0.1

type ListServiceStatusRegional200ResponseGetNextCursorAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListServiceStatusRegional200ResponseGetNextCursorRetType deprecated added in v1.0.1

type ListServiceStatusRegional200ResponseGetNextCursorRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListServiceStatusRegionalRequest deprecated added in v1.2.0

type ListServiceStatusRegionalRequest 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 (ListServiceStatusRegionalRequest) Cursor deprecated added in v1.2.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListServiceStatusRegionalRequest) Execute deprecated added in v1.2.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type MappedNullable deprecated

type MappedNullable interface {
	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 NullableActionError deprecated added in v0.3.0

type NullableActionError 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 NewNullableActionError deprecated added in v0.3.0

func NewNullableActionError(val *ActionError) *NullableActionError

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableActionError) Get deprecated added in v0.3.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableActionError) IsSet deprecated added in v0.3.0

func (v NullableActionError) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableActionError) MarshalJSON deprecated added in v0.3.0

func (v NullableActionError) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableActionError) Set deprecated added in v0.3.0

func (v *NullableActionError) Set(val *ActionError)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableActionError) UnmarshalJSON deprecated added in v0.3.0

func (v *NullableActionError) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableActionError) Unset deprecated added in v0.3.0

func (v *NullableActionError) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableActionErrorAction deprecated added in v1.1.0

type NullableActionErrorAction 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 NewNullableActionErrorAction deprecated added in v1.1.0

func NewNullableActionErrorAction(val *ActionErrorAction) *NullableActionErrorAction

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableActionErrorAction) Get deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableActionErrorAction) IsSet deprecated added in v1.1.0

func (v NullableActionErrorAction) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableActionErrorAction) MarshalJSON deprecated added in v1.1.0

func (v NullableActionErrorAction) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableActionErrorAction) Set deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableActionErrorAction) UnmarshalJSON deprecated added in v1.1.0

func (v *NullableActionErrorAction) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableActionErrorAction) Unset deprecated added in v1.1.0

func (v *NullableActionErrorAction) 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 NullableCheckService deprecated added in v0.6.0

type NullableCheckService 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 NewNullableCheckService deprecated added in v0.6.0

func NewNullableCheckService(val *CheckService) *NullableCheckService

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCheckService) Get deprecated added in v0.6.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCheckService) IsSet deprecated added in v0.6.0

func (v NullableCheckService) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCheckService) MarshalJSON deprecated added in v0.6.0

func (v NullableCheckService) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCheckService) Set deprecated added in v0.6.0

func (v *NullableCheckService) Set(val *CheckService)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCheckService) UnmarshalJSON deprecated added in v0.6.0

func (v *NullableCheckService) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCheckService) Unset deprecated added in v0.6.0

func (v *NullableCheckService) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableCheckServiceResourceType deprecated added in v1.1.0

type NullableCheckServiceResourceType 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 NewNullableCheckServiceResourceType deprecated added in v1.1.0

func NewNullableCheckServiceResourceType(val *CheckServiceResourceType) *NullableCheckServiceResourceType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCheckServiceResourceType) Get deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCheckServiceResourceType) IsSet deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCheckServiceResourceType) MarshalJSON deprecated added in v1.1.0

func (v NullableCheckServiceResourceType) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCheckServiceResourceType) Set deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCheckServiceResourceType) UnmarshalJSON deprecated added in v1.1.0

func (v *NullableCheckServiceResourceType) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCheckServiceResourceType) Unset deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableCloudService deprecated added in v0.3.0

type NullableCloudService 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 NewNullableCloudService deprecated added in v0.3.0

func NewNullableCloudService(val *CloudService) *NullableCloudService

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCloudService) Get deprecated added in v0.3.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCloudService) IsSet deprecated added in v0.3.0

func (v NullableCloudService) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCloudService) MarshalJSON deprecated added in v0.3.0

func (v NullableCloudService) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCloudService) Set deprecated added in v0.3.0

func (v *NullableCloudService) Set(val *CloudService)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCloudService) UnmarshalJSON deprecated added in v0.3.0

func (v *NullableCloudService) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCloudService) Unset deprecated added in v0.3.0

func (v *NullableCloudService) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableCloudServiceScope deprecated added in v1.1.0

type NullableCloudServiceScope 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 NewNullableCloudServiceScope deprecated added in v1.1.0

func NewNullableCloudServiceScope(val *CloudServiceScope) *NullableCloudServiceScope

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCloudServiceScope) Get deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCloudServiceScope) IsSet deprecated added in v1.1.0

func (v NullableCloudServiceScope) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCloudServiceScope) MarshalJSON deprecated added in v1.1.0

func (v NullableCloudServiceScope) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCloudServiceScope) Set deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCloudServiceScope) UnmarshalJSON deprecated added in v1.1.0

func (v *NullableCloudServiceScope) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCloudServiceScope) Unset deprecated added in v1.1.0

func (v *NullableCloudServiceScope) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableDependencies deprecated added in v0.3.0

type NullableDependencies 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 NewNullableDependencies deprecated added in v0.3.0

func NewNullableDependencies(val *Dependencies) *NullableDependencies

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableDependencies) Get deprecated added in v0.3.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableDependencies) IsSet deprecated added in v0.3.0

func (v NullableDependencies) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableDependencies) MarshalJSON deprecated added in v0.3.0

func (v NullableDependencies) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableDependencies) Set deprecated added in v0.3.0

func (v *NullableDependencies) Set(val *Dependencies)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableDependencies) UnmarshalJSON deprecated added in v0.3.0

func (v *NullableDependencies) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableDependencies) Unset deprecated added in v0.3.0

func (v *NullableDependencies) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableErrorResponse deprecated added in v0.6.0

type NullableErrorResponse 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 NewNullableErrorResponse deprecated added in v0.6.0

func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableErrorResponse) Get deprecated added in v0.6.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableErrorResponse) IsSet deprecated added in v0.6.0

func (v NullableErrorResponse) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableErrorResponse) MarshalJSON deprecated added in v0.6.0

func (v NullableErrorResponse) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableErrorResponse) Set deprecated added in v0.6.0

func (v *NullableErrorResponse) Set(val *ErrorResponse)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableErrorResponse) UnmarshalJSON deprecated added in v0.6.0

func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableErrorResponse) Unset deprecated added in v0.6.0

func (v *NullableErrorResponse) 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 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 NullableListServiceStatusRegional200Response deprecated added in v0.6.0

type NullableListServiceStatusRegional200Response 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 NewNullableListServiceStatusRegional200Response deprecated added in v0.6.0

func NewNullableListServiceStatusRegional200Response(val *ListServiceStatusRegional200Response) *NullableListServiceStatusRegional200Response

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableListServiceStatusRegional200Response) Get deprecated added in v0.6.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableListServiceStatusRegional200Response) IsSet deprecated added in v0.6.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableListServiceStatusRegional200Response) MarshalJSON deprecated added in v0.6.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableListServiceStatusRegional200Response) Set deprecated added in v0.6.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableListServiceStatusRegional200Response) UnmarshalJSON deprecated added in v0.6.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableListServiceStatusRegional200Response) Unset deprecated added in v0.6.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableParameters deprecated added in v0.3.0

type NullableParameters 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 NewNullableParameters deprecated added in v0.3.0

func NewNullableParameters(val *Parameters) *NullableParameters

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableParameters) Get deprecated added in v0.3.0

func (v NullableParameters) Get() *Parameters

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableParameters) IsSet deprecated added in v0.3.0

func (v NullableParameters) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableParameters) MarshalJSON deprecated added in v0.3.0

func (v NullableParameters) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableParameters) Set deprecated added in v0.3.0

func (v *NullableParameters) Set(val *Parameters)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableParameters) UnmarshalJSON deprecated added in v0.3.0

func (v *NullableParameters) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableParameters) Unset deprecated added in v0.3.0

func (v *NullableParameters) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableParametersGeneral deprecated added in v0.3.0

type NullableParametersGeneral 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 NewNullableParametersGeneral deprecated added in v0.3.0

func NewNullableParametersGeneral(val *ParametersGeneral) *NullableParametersGeneral

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableParametersGeneral) Get deprecated added in v0.3.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableParametersGeneral) IsSet deprecated added in v0.3.0

func (v NullableParametersGeneral) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableParametersGeneral) MarshalJSON deprecated added in v0.3.0

func (v NullableParametersGeneral) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableParametersGeneral) Set deprecated added in v0.3.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableParametersGeneral) UnmarshalJSON deprecated added in v0.3.0

func (v *NullableParametersGeneral) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableParametersGeneral) Unset deprecated added in v0.3.0

func (v *NullableParametersGeneral) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableParametersGeneralProjectScope deprecated added in v1.1.0

type NullableParametersGeneralProjectScope 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 NewNullableParametersGeneralProjectScope deprecated added in v1.1.0

func NewNullableParametersGeneralProjectScope(val *ParametersGeneralProjectScope) *NullableParametersGeneralProjectScope

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableParametersGeneralProjectScope) Get deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableParametersGeneralProjectScope) IsSet deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableParametersGeneralProjectScope) MarshalJSON deprecated added in v1.1.0

func (v NullableParametersGeneralProjectScope) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableParametersGeneralProjectScope) Set deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableParametersGeneralProjectScope) UnmarshalJSON deprecated added in v1.1.0

func (v *NullableParametersGeneralProjectScope) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableParametersGeneralProjectScope) Unset deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableServiceStatus deprecated added in v0.3.0

type NullableServiceStatus 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 NewNullableServiceStatus deprecated added in v0.3.0

func NewNullableServiceStatus(val *ServiceStatus) *NullableServiceStatus

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatus) Get deprecated added in v0.3.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatus) IsSet deprecated added in v0.3.0

func (v NullableServiceStatus) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatus) MarshalJSON deprecated added in v0.3.0

func (v NullableServiceStatus) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatus) Set deprecated added in v0.3.0

func (v *NullableServiceStatus) Set(val *ServiceStatus)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatus) UnmarshalJSON deprecated added in v0.3.0

func (v *NullableServiceStatus) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatus) Unset deprecated added in v0.3.0

func (v *NullableServiceStatus) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableServiceStatusEnablement deprecated added in v1.1.0

type NullableServiceStatusEnablement 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 NewNullableServiceStatusEnablement deprecated added in v1.1.0

func NewNullableServiceStatusEnablement(val *ServiceStatusEnablement) *NullableServiceStatusEnablement

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatusEnablement) Get deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatusEnablement) IsSet deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatusEnablement) MarshalJSON deprecated added in v1.1.0

func (v NullableServiceStatusEnablement) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatusEnablement) Set deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatusEnablement) UnmarshalJSON deprecated added in v1.1.0

func (v *NullableServiceStatusEnablement) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatusEnablement) Unset deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableServiceStatusLifecycle deprecated added in v1.1.0

type NullableServiceStatusLifecycle 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 NewNullableServiceStatusLifecycle deprecated added in v1.1.0

func NewNullableServiceStatusLifecycle(val *ServiceStatusLifecycle) *NullableServiceStatusLifecycle

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatusLifecycle) Get deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatusLifecycle) IsSet deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatusLifecycle) MarshalJSON deprecated added in v1.1.0

func (v NullableServiceStatusLifecycle) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatusLifecycle) Set deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatusLifecycle) UnmarshalJSON deprecated added in v1.1.0

func (v *NullableServiceStatusLifecycle) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatusLifecycle) Unset deprecated added in v1.1.0

func (v *NullableServiceStatusLifecycle) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableServiceStatusScope deprecated added in v1.1.0

type NullableServiceStatusScope 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 NewNullableServiceStatusScope deprecated added in v1.1.0

func NewNullableServiceStatusScope(val *ServiceStatusScope) *NullableServiceStatusScope

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatusScope) Get deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatusScope) IsSet deprecated added in v1.1.0

func (v NullableServiceStatusScope) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatusScope) MarshalJSON deprecated added in v1.1.0

func (v NullableServiceStatusScope) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatusScope) Set deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatusScope) UnmarshalJSON deprecated added in v1.1.0

func (v *NullableServiceStatusScope) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatusScope) Unset deprecated added in v1.1.0

func (v *NullableServiceStatusScope) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableServiceStatusState deprecated added in v1.1.0

type NullableServiceStatusState 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 NewNullableServiceStatusState deprecated added in v1.1.0

func NewNullableServiceStatusState(val *ServiceStatusState) *NullableServiceStatusState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatusState) Get deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatusState) IsSet deprecated added in v1.1.0

func (v NullableServiceStatusState) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceStatusState) MarshalJSON deprecated added in v1.1.0

func (v NullableServiceStatusState) MarshalJSON() ([]byte, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatusState) Set deprecated added in v1.1.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatusState) UnmarshalJSON deprecated added in v1.1.0

func (v *NullableServiceStatusState) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceStatusState) Unset deprecated added in v1.1.0

func (v *NullableServiceStatusState) 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 NullableValue deprecated added in v1.0.1

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 added in v1.0.1

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 added in v1.0.1

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 added in v1.0.1

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 added in v1.0.1

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 Parameters

type Parameters struct {
	General ParametersGetGeneralAttributeType `json:"general,omitempty"`
}

Parameters service parameters Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewParameters added in v0.3.0

func NewParameters() *Parameters

NewParameters instantiates a new Parameters 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 NewParametersWithDefaults added in v0.3.0

func NewParametersWithDefaults() *Parameters

NewParametersWithDefaults instantiates a new Parameters 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 (*Parameters) GetGeneral added in v0.3.0

func (o *Parameters) GetGeneral() (res ParametersGetGeneralRetType)

GetGeneral returns the General 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 (*Parameters) GetGeneralOk added in v0.3.0

func (o *Parameters) GetGeneralOk() (ret ParametersGetGeneralRetType, ok bool)

GetGeneralOk returns a tuple with the General 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 (*Parameters) HasGeneral added in v0.3.0

func (o *Parameters) HasGeneral() bool

HasGeneral 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 (*Parameters) SetGeneral added in v0.3.0

func (o *Parameters) SetGeneral(v ParametersGetGeneralRetType)

SetGeneral gets a reference to the given ParametersGeneral and assigns it to the General field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (Parameters) ToMap deprecated added in v0.3.0

func (o Parameters) 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 ParametersGeneral

type ParametersGeneral struct {
	OrganizationId ParametersGeneralGetOrganizationIdAttributeType `json:"organizationId,omitempty"`
	ProjectName    ParametersGeneralGetProjectNameAttributeType    `json:"projectName,omitempty"`
	ProjectScope   ParametersGeneralGetProjectScopeAttributeType   `json:"projectScope,omitempty"`
}

ParametersGeneral struct for ParametersGeneral Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewParametersGeneral added in v0.3.0

func NewParametersGeneral() *ParametersGeneral

NewParametersGeneral instantiates a new ParametersGeneral 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 NewParametersGeneralWithDefaults added in v0.3.0

func NewParametersGeneralWithDefaults() *ParametersGeneral

NewParametersGeneralWithDefaults instantiates a new ParametersGeneral 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 (*ParametersGeneral) GetOrganizationId added in v0.3.0

func (o *ParametersGeneral) GetOrganizationId() (res ParametersGeneralGetOrganizationIdRetType)

GetOrganizationId returns the OrganizationId 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 (*ParametersGeneral) GetOrganizationIdOk added in v0.3.0

func (o *ParametersGeneral) GetOrganizationIdOk() (ret ParametersGeneralGetOrganizationIdRetType, ok bool)

GetOrganizationIdOk returns a tuple with the OrganizationId 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 (*ParametersGeneral) GetProjectName added in v0.3.0

GetProjectName returns the ProjectName 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 (*ParametersGeneral) GetProjectNameOk added in v0.3.0

func (o *ParametersGeneral) GetProjectNameOk() (ret ParametersGeneralGetProjectNameRetType, ok bool)

GetProjectNameOk returns a tuple with the ProjectName 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 (*ParametersGeneral) GetProjectScope added in v0.3.0

GetProjectScope returns the ProjectScope 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 (*ParametersGeneral) GetProjectScopeOk added in v0.3.0

func (o *ParametersGeneral) GetProjectScopeOk() (ret ParametersGeneralGetProjectScopeRetType, ok bool)

GetProjectScopeOk returns a tuple with the ProjectScope 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 (*ParametersGeneral) HasOrganizationId added in v0.3.0

func (o *ParametersGeneral) HasOrganizationId() bool

HasOrganizationId 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 (*ParametersGeneral) HasProjectName added in v0.3.0

func (o *ParametersGeneral) HasProjectName() bool

HasProjectName 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 (*ParametersGeneral) HasProjectScope added in v0.3.0

func (o *ParametersGeneral) HasProjectScope() bool

HasProjectScope 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 (*ParametersGeneral) SetOrganizationId added in v0.3.0

SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ParametersGeneral) SetProjectName added in v0.3.0

SetProjectName gets a reference to the given string and assigns it to the ProjectName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ParametersGeneral) SetProjectScope added in v0.3.0

SetProjectScope gets a reference to the given string and assigns it to the ProjectScope field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ParametersGeneral) ToMap deprecated added in v0.3.0

func (o ParametersGeneral) 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 ParametersGeneralGetOrganizationIdArgType deprecated added in v1.0.1

type ParametersGeneralGetOrganizationIdArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ParametersGeneralGetOrganizationIdAttributeType added in v1.0.1

type ParametersGeneralGetOrganizationIdAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ParametersGeneralGetOrganizationIdRetType deprecated added in v1.0.1

type ParametersGeneralGetOrganizationIdRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ParametersGeneralGetProjectNameArgType deprecated added in v1.0.1

type ParametersGeneralGetProjectNameArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ParametersGeneralGetProjectNameAttributeType added in v1.0.1

type ParametersGeneralGetProjectNameAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ParametersGeneralGetProjectNameRetType deprecated added in v1.0.1

type ParametersGeneralGetProjectNameRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ParametersGeneralGetProjectScopeArgType deprecated added in v1.0.1

type ParametersGeneralGetProjectScopeArgType = ParametersGeneralProjectScope

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ParametersGeneralGetProjectScopeAttributeType deprecated added in v1.0.1

type ParametersGeneralGetProjectScopeAttributeType = *ParametersGeneralProjectScope

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ParametersGeneralGetProjectScopeRetType deprecated added in v1.0.1

type ParametersGeneralGetProjectScopeRetType = ParametersGeneralProjectScope

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ParametersGeneralProjectScope added in v1.1.0

type ParametersGeneralProjectScope string

ParametersGeneralProjectScope the model 'ParametersGeneral' 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
	PARAMETERSGENERALPROJECT_SCOPE_SCHWARZ ParametersGeneralProjectScope = "SCHWARZ"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	PARAMETERSGENERALPROJECT_SCOPE_PUBLIC ParametersGeneralProjectScope = "PUBLIC"
)

List of ProjectScope

func NewParametersGeneralProjectScopeFromValue added in v1.1.0

func NewParametersGeneralProjectScopeFromValue(v ParametersGeneralProjectScope) (*ParametersGeneralProjectScope, error)

NewParametersGeneralProjectScopeFromValue returns a pointer to a valid ParametersGeneralProjectScope 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 (ParametersGeneralProjectScope) IsValid added in v1.1.0

func (v ParametersGeneralProjectScope) 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 (ParametersGeneralProjectScope) Ptr added in v1.1.0

Ptr returns reference to ProjectScopeProjectScope value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ParametersGeneralProjectScope) UnmarshalJSON deprecated added in v1.1.0

func (v *ParametersGeneralProjectScope) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ParametersGetGeneralArgType deprecated added in v1.0.1

type ParametersGetGeneralArgType = ParametersGeneral

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ParametersGetGeneralAttributeType added in v1.0.1

type ParametersGetGeneralAttributeType = *ParametersGeneral

isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ParametersGetGeneralRetType deprecated added in v1.0.1

type ParametersGetGeneralRetType = ParametersGeneral

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatus

type ServiceStatus struct {
	Dependencies ServiceStatusGetDependenciesAttributeType `json:"dependencies,omitempty"`
	Enablement   ServiceStatusGetEnablementAttributeType   `json:"enablement,omitempty"`
	Error        ServiceStatusGetErrorAttributeType        `json:"error,omitempty"`
	Labels       ServiceStatusGetLabelsAttributeType       `json:"labels,omitempty"`
	Lifecycle    ServiceStatusGetLifecycleAttributeType    `json:"lifecycle,omitempty"`
	Parameters   ServiceStatusGetParametersAttributeType   `json:"parameters,omitempty"`
	Scope        ServiceStatusGetScopeAttributeType        `json:"scope,omitempty"`
	// the id of the service
	ServiceId ServiceStatusGetServiceIdAttributeType `json:"serviceId,omitempty"`
	// the state of a service within a project
	State ServiceStatusGetStateAttributeType `json:"state,omitempty"`
}

ServiceStatus struct for ServiceStatus Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewServiceStatus added in v0.3.0

func NewServiceStatus() *ServiceStatus

NewServiceStatus instantiates a new ServiceStatus 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 NewServiceStatusWithDefaults added in v0.3.0

func NewServiceStatusWithDefaults() *ServiceStatus

NewServiceStatusWithDefaults instantiates a new ServiceStatus 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 (*ServiceStatus) GetDependencies added in v0.3.0

func (o *ServiceStatus) GetDependencies() (res ServiceStatusGetDependenciesRetType)

GetDependencies returns the Dependencies 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 (*ServiceStatus) GetDependenciesOk added in v0.3.0

func (o *ServiceStatus) GetDependenciesOk() (ret ServiceStatusGetDependenciesRetType, ok bool)

GetDependenciesOk returns a tuple with the Dependencies 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 (*ServiceStatus) GetEnablement added in v0.3.0

func (o *ServiceStatus) GetEnablement() (res ServiceStatusGetEnablementRetType)

GetEnablement returns the Enablement 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 (*ServiceStatus) GetEnablementOk added in v0.3.0

func (o *ServiceStatus) GetEnablementOk() (ret ServiceStatusGetEnablementRetType, ok bool)

GetEnablementOk returns a tuple with the Enablement 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 (*ServiceStatus) GetError added in v0.3.0

func (o *ServiceStatus) GetError() (res ServiceStatusGetErrorRetType)

GetError returns the Error 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 (*ServiceStatus) GetErrorOk added in v0.3.0

func (o *ServiceStatus) GetErrorOk() (ret ServiceStatusGetErrorRetType, ok bool)

GetErrorOk returns a tuple with the Error 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 (*ServiceStatus) GetLabels added in v0.3.0

func (o *ServiceStatus) GetLabels() (res ServiceStatusGetLabelsRetType)

GetLabels returns the Labels 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 (*ServiceStatus) GetLabelsOk added in v0.3.0

func (o *ServiceStatus) GetLabelsOk() (ret ServiceStatusGetLabelsRetType, ok bool)

GetLabelsOk returns a tuple with the Labels 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 (*ServiceStatus) GetLifecycle added in v0.3.0

func (o *ServiceStatus) GetLifecycle() (res ServiceStatusGetLifecycleRetType)

GetLifecycle returns the Lifecycle 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 (*ServiceStatus) GetLifecycleOk added in v0.3.0

func (o *ServiceStatus) GetLifecycleOk() (ret ServiceStatusGetLifecycleRetType, ok bool)

GetLifecycleOk returns a tuple with the Lifecycle 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 (*ServiceStatus) GetParameters added in v0.3.0

func (o *ServiceStatus) GetParameters() (res ServiceStatusGetParametersRetType)

GetParameters returns the Parameters 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 (*ServiceStatus) GetParametersOk added in v0.3.0

func (o *ServiceStatus) GetParametersOk() (ret ServiceStatusGetParametersRetType, ok bool)

GetParametersOk returns a tuple with the Parameters 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 (*ServiceStatus) GetScope added in v0.3.0

func (o *ServiceStatus) GetScope() (res ServiceStatusGetScopeRetType)

GetScope returns the Scope 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 (*ServiceStatus) GetScopeOk added in v0.3.0

func (o *ServiceStatus) GetScopeOk() (ret ServiceStatusGetScopeRetType, ok bool)

GetScopeOk returns a tuple with the Scope 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 (*ServiceStatus) GetServiceId added in v0.3.0

func (o *ServiceStatus) GetServiceId() (res ServiceStatusGetServiceIdRetType)

GetServiceId returns the ServiceId 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 (*ServiceStatus) GetServiceIdOk added in v0.3.0

func (o *ServiceStatus) GetServiceIdOk() (ret ServiceStatusGetServiceIdRetType, ok bool)

GetServiceIdOk returns a tuple with the ServiceId 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 (*ServiceStatus) GetState added in v0.3.0

func (o *ServiceStatus) GetState() (res ServiceStatusGetStateRetType)

GetState returns the State 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 (*ServiceStatus) GetStateOk added in v0.3.0

func (o *ServiceStatus) GetStateOk() (ret ServiceStatusGetStateRetType, ok bool)

GetStateOk returns a tuple with the State 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 (*ServiceStatus) HasDependencies added in v0.3.0

func (o *ServiceStatus) HasDependencies() bool

HasDependencies 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 (*ServiceStatus) HasEnablement added in v0.3.0

func (o *ServiceStatus) HasEnablement() bool

HasEnablement 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 (*ServiceStatus) HasError added in v0.3.0

func (o *ServiceStatus) HasError() bool

HasError 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 (*ServiceStatus) HasLabels added in v0.3.0

func (o *ServiceStatus) HasLabels() bool

HasLabels 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 (*ServiceStatus) HasLifecycle added in v0.3.0

func (o *ServiceStatus) HasLifecycle() bool

HasLifecycle 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 (*ServiceStatus) HasParameters added in v0.3.0

func (o *ServiceStatus) HasParameters() bool

HasParameters 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 (*ServiceStatus) HasScope added in v0.3.0

func (o *ServiceStatus) HasScope() bool

HasScope 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 (*ServiceStatus) HasServiceId added in v0.3.0

func (o *ServiceStatus) HasServiceId() bool

HasServiceId 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 (*ServiceStatus) HasState added in v0.3.0

func (o *ServiceStatus) HasState() bool

HasState 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 (*ServiceStatus) SetDependencies added in v0.3.0

func (o *ServiceStatus) SetDependencies(v ServiceStatusGetDependenciesRetType)

SetDependencies gets a reference to the given Dependencies and assigns it to the Dependencies field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ServiceStatus) SetEnablement added in v0.3.0

SetEnablement gets a reference to the given string and assigns it to the Enablement field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ServiceStatus) SetError added in v0.3.0

SetError gets a reference to the given ActionError and assigns it to the Error field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ServiceStatus) SetLabels added in v0.3.0

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ServiceStatus) SetLifecycle added in v0.3.0

SetLifecycle gets a reference to the given string and assigns it to the Lifecycle field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ServiceStatus) SetParameters added in v0.3.0

SetParameters gets a reference to the given Parameters and assigns it to the Parameters field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ServiceStatus) SetScope added in v0.3.0

SetScope gets a reference to the given string and assigns it to the Scope field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ServiceStatus) SetServiceId added in v0.3.0

SetServiceId gets a reference to the given string and assigns it to the ServiceId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ServiceStatus) SetState added in v0.3.0

SetState gets a reference to the given string and assigns it to the State field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ServiceStatus) ToMap deprecated added in v0.3.0

func (o ServiceStatus) 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 ServiceStatusEnablement added in v1.1.0

type ServiceStatusEnablement string

ServiceStatusEnablement the model 'ServiceStatus' 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
	SERVICESTATUSENABLEMENT_REQUEST ServiceStatusEnablement = "REQUEST"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	SERVICESTATUSENABLEMENT_AUTO ServiceStatusEnablement = "AUTO"
)

List of Enablement

func NewServiceStatusEnablementFromValue added in v1.1.0

func NewServiceStatusEnablementFromValue(v ServiceStatusEnablement) (*ServiceStatusEnablement, error)

NewServiceStatusEnablementFromValue returns a pointer to a valid ServiceStatusEnablement 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 (ServiceStatusEnablement) IsValid added in v1.1.0

func (v ServiceStatusEnablement) 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 (ServiceStatusEnablement) Ptr added in v1.1.0

Ptr returns reference to EnablementEnablement value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ServiceStatusEnablement) UnmarshalJSON deprecated added in v1.1.0

func (v *ServiceStatusEnablement) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetDependenciesArgType deprecated added in v1.0.1

type ServiceStatusGetDependenciesArgType = Dependencies

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetDependenciesAttributeType added in v1.0.1

type ServiceStatusGetDependenciesAttributeType = *Dependencies

isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetDependenciesRetType deprecated added in v1.0.1

type ServiceStatusGetDependenciesRetType = Dependencies

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetEnablementArgType deprecated added in v1.0.1

type ServiceStatusGetEnablementArgType = ServiceStatusEnablement

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetEnablementAttributeType deprecated added in v1.0.1

type ServiceStatusGetEnablementAttributeType = *ServiceStatusEnablement

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetEnablementRetType deprecated added in v1.0.1

type ServiceStatusGetEnablementRetType = ServiceStatusEnablement

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetErrorArgType deprecated added in v1.0.1

type ServiceStatusGetErrorArgType = ActionError

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetErrorAttributeType added in v1.0.1

type ServiceStatusGetErrorAttributeType = *ActionError

isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetErrorRetType deprecated added in v1.0.1

type ServiceStatusGetErrorRetType = ActionError

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetLabelsArgType deprecated added in v1.0.1

type ServiceStatusGetLabelsArgType = map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetLabelsAttributeType added in v1.0.1

type ServiceStatusGetLabelsAttributeType = *map[string]string

isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetLabelsRetType deprecated added in v1.0.1

type ServiceStatusGetLabelsRetType = map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetLifecycleArgType deprecated added in v1.0.1

type ServiceStatusGetLifecycleArgType = ServiceStatusLifecycle

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetLifecycleAttributeType deprecated added in v1.0.1

type ServiceStatusGetLifecycleAttributeType = *ServiceStatusLifecycle

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetLifecycleRetType deprecated added in v1.0.1

type ServiceStatusGetLifecycleRetType = ServiceStatusLifecycle

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetParametersArgType deprecated added in v1.0.1

type ServiceStatusGetParametersArgType = Parameters

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetParametersAttributeType added in v1.0.1

type ServiceStatusGetParametersAttributeType = *Parameters

fallback Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetParametersRetType deprecated added in v1.0.1

type ServiceStatusGetParametersRetType = Parameters

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetScopeArgType deprecated added in v1.0.1

type ServiceStatusGetScopeArgType = ServiceStatusScope

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetScopeAttributeType deprecated added in v1.0.1

type ServiceStatusGetScopeAttributeType = *ServiceStatusScope

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetScopeRetType deprecated added in v1.0.1

type ServiceStatusGetScopeRetType = ServiceStatusScope

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetServiceIdArgType deprecated added in v1.0.1

type ServiceStatusGetServiceIdArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetServiceIdAttributeType added in v1.0.1

type ServiceStatusGetServiceIdAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetServiceIdRetType deprecated added in v1.0.1

type ServiceStatusGetServiceIdRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetStateArgType deprecated added in v1.0.1

type ServiceStatusGetStateArgType = ServiceStatusState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetStateAttributeType deprecated added in v1.0.1

type ServiceStatusGetStateAttributeType = *ServiceStatusState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusGetStateRetType deprecated added in v1.0.1

type ServiceStatusGetStateRetType = ServiceStatusState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusLifecycle added in v1.1.0

type ServiceStatusLifecycle string

ServiceStatusLifecycle the model 'ServiceStatus' 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
	SERVICESTATUSLIFECYCLE_FLEX ServiceStatusLifecycle = "FLEX"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	SERVICESTATUSLIFECYCLE_PROJECT ServiceStatusLifecycle = "PROJECT"
)

List of Lifecycle

func NewServiceStatusLifecycleFromValue added in v1.1.0

func NewServiceStatusLifecycleFromValue(v ServiceStatusLifecycle) (*ServiceStatusLifecycle, error)

NewServiceStatusLifecycleFromValue returns a pointer to a valid ServiceStatusLifecycle 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 (ServiceStatusLifecycle) IsValid added in v1.1.0

func (v ServiceStatusLifecycle) 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 (ServiceStatusLifecycle) Ptr added in v1.1.0

Ptr returns reference to LifecycleLifecycle value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ServiceStatusLifecycle) UnmarshalJSON deprecated added in v1.1.0

func (v *ServiceStatusLifecycle) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusScope added in v1.1.0

type ServiceStatusScope string

ServiceStatusScope the model 'ServiceStatus' 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
	SERVICESTATUSSCOPE_PRIVATE ServiceStatusScope = "PRIVATE"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	SERVICESTATUSSCOPE_PUBLIC ServiceStatusScope = "PUBLIC"
)

List of Scope

func NewServiceStatusScopeFromValue added in v1.1.0

func NewServiceStatusScopeFromValue(v ServiceStatusScope) (*ServiceStatusScope, error)

NewServiceStatusScopeFromValue returns a pointer to a valid ServiceStatusScope 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 (ServiceStatusScope) IsValid added in v1.1.0

func (v ServiceStatusScope) 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 (ServiceStatusScope) Ptr added in v1.1.0

Ptr returns reference to ScopeScope value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ServiceStatusScope) UnmarshalJSON deprecated added in v1.1.0

func (v *ServiceStatusScope) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ServiceStatusState added in v1.1.0

type ServiceStatusState string

ServiceStatusState the state of a service within a project 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
	SERVICESTATUSSTATE_ENABLED ServiceStatusState = "ENABLED"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	SERVICESTATUSSTATE_ENABLING ServiceStatusState = "ENABLING"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	SERVICESTATUSSTATE_DISABLED ServiceStatusState = "DISABLED"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	SERVICESTATUSSTATE_DISABLING ServiceStatusState = "DISABLING"
)

List of State

func NewServiceStatusStateFromValue added in v1.1.0

func NewServiceStatusStateFromValue(v ServiceStatusState) (*ServiceStatusState, error)

NewServiceStatusStateFromValue returns a pointer to a valid ServiceStatusState 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 (ServiceStatusState) IsValid added in v1.1.0

func (v ServiceStatusState) 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 (ServiceStatusState) Ptr added in v1.1.0

Ptr returns reference to StateState value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ServiceStatusState) UnmarshalJSON deprecated added in v1.1.0

func (v *ServiceStatusState) UnmarshalJSON(src []byte) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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.
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.

Jump to

Keyboard shortcuts

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