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
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) stringdeprecated
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- func (a *APIClient) CreateAccessToken(ctx context.Context, projectId string, regionId string, instanceId string) ApiCreateAccessTokenRequestdeprecated
- func (a *APIClient) CreateAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessToken, error)deprecated
- func (a *APIClient) CreateLogsInstance(ctx context.Context, projectId string, regionId string) ApiCreateLogsInstanceRequestdeprecated
- func (a *APIClient) CreateLogsInstanceExecute(ctx context.Context, projectId string, regionId string) (*LogsInstance, error)deprecated
- func (a *APIClient) DeleteAccessToken(ctx context.Context, projectId string, regionId string, instanceId string, ...) ApiDeleteAccessTokenRequestdeprecated
- func (a *APIClient) DeleteAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string, ...) errordeprecated
- func (a *APIClient) DeleteAllAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteAllAccessTokensRequestdeprecated
- func (a *APIClient) DeleteAllAccessTokensExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessTokenList, error)deprecated
- func (a *APIClient) DeleteAllExpiredAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteAllExpiredAccessTokensRequestdeprecated
- func (a *APIClient) DeleteAllExpiredAccessTokensExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessTokenList, error)deprecated
- func (a *APIClient) DeleteLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteLogsInstanceRequestdeprecated
- func (a *APIClient) DeleteLogsInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) errordeprecated
- func (a *APIClient) GetAccessToken(ctx context.Context, projectId string, regionId string, instanceId string, ...) ApiGetAccessTokenRequestdeprecated
- func (a *APIClient) GetAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string, ...) (*AccessToken, error)deprecated
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) GetLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetLogsInstanceRequestdeprecated
- func (a *APIClient) GetLogsInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*LogsInstance, error)deprecated
- func (a *APIClient) ListAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiListAccessTokensRequestdeprecated
- func (a *APIClient) ListAccessTokensExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessTokenList, error)deprecated
- func (a *APIClient) ListLogsInstances(ctx context.Context, projectId string, regionId string) ApiListLogsInstancesRequestdeprecated
- func (a *APIClient) ListLogsInstancesExecute(ctx context.Context, projectId string, regionId string) (*LogsInstancesList, error)deprecated
- func (a *APIClient) UpdateAccessToken(ctx context.Context, projectId string, regionId string, instanceId string, ...) ApiUpdateAccessTokenRequestdeprecated
- func (a *APIClient) UpdateAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string, ...) errordeprecated
- func (a *APIClient) UpdateLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiUpdateLogsInstanceRequestdeprecated
- func (a *APIClient) UpdateLogsInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*LogsInstance, error)deprecated
- type AccessToken
- func (o *AccessToken) GetAccessToken() (res AccessTokenGetAccessTokenRetType)
- func (o *AccessToken) GetAccessTokenOk() (ret AccessTokenGetAccessTokenRetType, ok bool)
- func (o *AccessToken) GetCreator() (ret AccessTokenGetCreatorRetType)
- func (o *AccessToken) GetCreatorOk() (ret AccessTokenGetCreatorRetType, ok bool)
- func (o *AccessToken) GetDescription() (res AccessTokenGetDescriptionRetType)
- func (o *AccessToken) GetDescriptionOk() (ret AccessTokenGetDescriptionRetType, ok bool)
- func (o *AccessToken) GetDisplayName() (ret AccessTokenGetDisplayNameRetType)
- func (o *AccessToken) GetDisplayNameOk() (ret AccessTokenGetDisplayNameRetType, ok bool)
- func (o *AccessToken) GetExpires() (ret AccessTokengetExpiresRetType)
- func (o *AccessToken) GetExpiresOk() (ret AccessTokengetExpiresRetType, ok bool)
- func (o *AccessToken) GetId() (ret AccessTokenGetIdRetType)
- func (o *AccessToken) GetIdOk() (ret AccessTokenGetIdRetType, ok bool)
- func (o *AccessToken) GetPermissions() (ret AccessTokenGetPermissionsRetType)
- func (o *AccessToken) GetPermissionsOk() (ret AccessTokenGetPermissionsRetType, ok bool)
- func (o *AccessToken) GetStatus() (ret AccessTokenGetStatusRetType)
- func (o *AccessToken) GetStatusOk() (ret AccessTokenGetStatusRetType, ok bool)
- func (o *AccessToken) GetValidUntil() (res AccessTokenGetValidUntilRetType)
- func (o *AccessToken) GetValidUntilOk() (ret AccessTokenGetValidUntilRetType, ok bool)
- func (o *AccessToken) HasAccessToken() bool
- func (o *AccessToken) HasDescription() bool
- func (o *AccessToken) HasValidUntil() bool
- func (o *AccessToken) SetAccessToken(v AccessTokenGetAccessTokenRetType)
- func (o *AccessToken) SetCreator(v AccessTokenGetCreatorRetType)
- func (o *AccessToken) SetDescription(v AccessTokenGetDescriptionRetType)
- func (o *AccessToken) SetDisplayName(v AccessTokenGetDisplayNameRetType)
- func (o *AccessToken) SetExpires(v AccessTokengetExpiresRetType)
- func (o *AccessToken) SetId(v AccessTokenGetIdRetType)
- func (o *AccessToken) SetPermissions(v AccessTokenGetPermissionsRetType)
- func (o *AccessToken) SetStatus(v AccessTokenGetStatusRetType)
- func (o *AccessToken) SetValidUntil(v AccessTokenGetValidUntilRetType)
- func (o AccessToken) ToMap() (map[string]interface{}, error)deprecated
- type AccessTokenGetAccessTokenArgTypedeprecated
- type AccessTokenGetAccessTokenAttributeType
- type AccessTokenGetAccessTokenRetTypedeprecated
- type AccessTokenGetCreatorArgTypedeprecated
- type AccessTokenGetCreatorAttributeType
- type AccessTokenGetCreatorRetTypedeprecated
- type AccessTokenGetDescriptionArgTypedeprecated
- type AccessTokenGetDescriptionAttributeType
- type AccessTokenGetDescriptionRetTypedeprecated
- type AccessTokenGetDisplayNameArgTypedeprecated
- type AccessTokenGetDisplayNameAttributeType
- type AccessTokenGetDisplayNameRetTypedeprecated
- type AccessTokenGetIdArgTypedeprecated
- type AccessTokenGetIdAttributeType
- type AccessTokenGetIdRetTypedeprecated
- type AccessTokenGetPermissionsArgTypedeprecated
- type AccessTokenGetPermissionsAttributeType
- type AccessTokenGetPermissionsRetTypedeprecated
- type AccessTokenGetStatusArgTypedeprecated
- type AccessTokenGetStatusAttributeTypedeprecated
- type AccessTokenGetStatusRetTypedeprecated
- type AccessTokenGetValidUntilArgTypedeprecated
- type AccessTokenGetValidUntilAttributeType
- type AccessTokenGetValidUntilRetTypedeprecated
- type AccessTokenList
- func (o *AccessTokenList) GetTokens() (ret AccessTokenListGetTokensRetType)
- func (o *AccessTokenList) GetTokensOk() (ret AccessTokenListGetTokensRetType, ok bool)
- func (o *AccessTokenList) SetTokens(v AccessTokenListGetTokensRetType)
- func (o AccessTokenList) ToMap() (map[string]interface{}, error)deprecated
- type AccessTokenListGetTokensArgTypedeprecated
- type AccessTokenListGetTokensAttributeType
- type AccessTokenListGetTokensRetTypedeprecated
- type AccessTokenStatus
- type AccessTokengetExpiresArgTypedeprecated
- type AccessTokengetExpiresAttributeType
- type AccessTokengetExpiresRetTypedeprecated
- type ApiCreateAccessTokenRequestdeprecated
- type ApiCreateLogsInstanceRequestdeprecated
- type ApiDeleteAccessTokenRequestdeprecated
- type ApiDeleteAllAccessTokensRequestdeprecated
- type ApiDeleteAllExpiredAccessTokensRequestdeprecated
- type ApiDeleteLogsInstanceRequestdeprecated
- type ApiGetAccessTokenRequestdeprecated
- type ApiGetLogsInstanceRequestdeprecated
- type ApiListAccessTokensRequestdeprecated
- type ApiListLogsInstancesRequestdeprecated
- type ApiUpdateAccessTokenRequestdeprecated
- type ApiUpdateLogsInstanceRequestdeprecated
- type CreateAccessTokenPayload
- func (o *CreateAccessTokenPayload) GetDescription() (res CreateAccessTokenPayloadGetDescriptionRetType)
- func (o *CreateAccessTokenPayload) GetDescriptionOk() (ret CreateAccessTokenPayloadGetDescriptionRetType, ok bool)
- func (o *CreateAccessTokenPayload) GetDisplayName() (ret CreateAccessTokenPayloadGetDisplayNameRetType)
- func (o *CreateAccessTokenPayload) GetDisplayNameOk() (ret CreateAccessTokenPayloadGetDisplayNameRetType, ok bool)
- func (o *CreateAccessTokenPayload) GetLifetime() (res CreateAccessTokenPayloadGetLifetimeRetType)
- func (o *CreateAccessTokenPayload) GetLifetimeOk() (ret CreateAccessTokenPayloadGetLifetimeRetType, ok bool)
- func (o *CreateAccessTokenPayload) GetPermissions() (ret CreateAccessTokenPayloadGetPermissionsRetType)
- func (o *CreateAccessTokenPayload) GetPermissionsOk() (ret CreateAccessTokenPayloadGetPermissionsRetType, ok bool)
- func (o *CreateAccessTokenPayload) HasDescription() bool
- func (o *CreateAccessTokenPayload) HasLifetime() bool
- func (o *CreateAccessTokenPayload) SetDescription(v CreateAccessTokenPayloadGetDescriptionRetType)
- func (o *CreateAccessTokenPayload) SetDisplayName(v CreateAccessTokenPayloadGetDisplayNameRetType)
- func (o *CreateAccessTokenPayload) SetLifetime(v CreateAccessTokenPayloadGetLifetimeRetType)
- func (o *CreateAccessTokenPayload) SetPermissions(v CreateAccessTokenPayloadGetPermissionsRetType)
- func (o CreateAccessTokenPayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateAccessTokenPayloadGetDescriptionArgTypedeprecated
- type CreateAccessTokenPayloadGetDescriptionAttributeType
- type CreateAccessTokenPayloadGetDescriptionRetTypedeprecated
- type CreateAccessTokenPayloadGetDisplayNameArgTypedeprecated
- type CreateAccessTokenPayloadGetDisplayNameAttributeType
- type CreateAccessTokenPayloadGetDisplayNameRetTypedeprecated
- type CreateAccessTokenPayloadGetLifetimeArgTypedeprecated
- type CreateAccessTokenPayloadGetLifetimeAttributeType
- type CreateAccessTokenPayloadGetLifetimeRetTypedeprecated
- type CreateAccessTokenPayloadGetPermissionsArgTypedeprecated
- type CreateAccessTokenPayloadGetPermissionsAttributeType
- type CreateAccessTokenPayloadGetPermissionsRetTypedeprecated
- type CreateAccessTokenRequestdeprecated
- type CreateLogsInstancePayload
- func (o *CreateLogsInstancePayload) GetAcl() (res CreateLogsInstancePayloadGetAclRetType)
- func (o *CreateLogsInstancePayload) GetAclOk() (ret CreateLogsInstancePayloadGetAclRetType, ok bool)
- func (o *CreateLogsInstancePayload) GetDescription() (res CreateLogsInstancePayloadGetDescriptionRetType)
- func (o *CreateLogsInstancePayload) GetDescriptionOk() (ret CreateLogsInstancePayloadGetDescriptionRetType, ok bool)
- func (o *CreateLogsInstancePayload) GetDisplayName() (ret CreateLogsInstancePayloadGetDisplayNameRetType)
- func (o *CreateLogsInstancePayload) GetDisplayNameOk() (ret CreateLogsInstancePayloadGetDisplayNameRetType, ok bool)
- func (o *CreateLogsInstancePayload) GetRetentionDays() (ret CreateLogsInstancePayloadGetRetentionDaysRetType)
- func (o *CreateLogsInstancePayload) GetRetentionDaysOk() (ret CreateLogsInstancePayloadGetRetentionDaysRetType, ok bool)
- func (o *CreateLogsInstancePayload) HasAcl() bool
- func (o *CreateLogsInstancePayload) HasDescription() bool
- func (o *CreateLogsInstancePayload) SetAcl(v CreateLogsInstancePayloadGetAclRetType)
- func (o *CreateLogsInstancePayload) SetDescription(v CreateLogsInstancePayloadGetDescriptionRetType)
- func (o *CreateLogsInstancePayload) SetDisplayName(v CreateLogsInstancePayloadGetDisplayNameRetType)
- func (o *CreateLogsInstancePayload) SetRetentionDays(v CreateLogsInstancePayloadGetRetentionDaysRetType)
- func (o CreateLogsInstancePayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateLogsInstancePayloadGetAclArgTypedeprecated
- type CreateLogsInstancePayloadGetAclAttributeType
- type CreateLogsInstancePayloadGetAclRetTypedeprecated
- type CreateLogsInstancePayloadGetDescriptionArgTypedeprecated
- type CreateLogsInstancePayloadGetDescriptionAttributeType
- type CreateLogsInstancePayloadGetDescriptionRetTypedeprecated
- type CreateLogsInstancePayloadGetDisplayNameArgTypedeprecated
- type CreateLogsInstancePayloadGetDisplayNameAttributeType
- type CreateLogsInstancePayloadGetDisplayNameRetTypedeprecated
- type CreateLogsInstancePayloadGetRetentionDaysArgTypedeprecated
- type CreateLogsInstancePayloadGetRetentionDaysAttributeType
- type CreateLogsInstancePayloadGetRetentionDaysRetTypedeprecated
- type CreateLogsInstanceRequestdeprecated
- type DefaultApideprecated
- type DefaultApiService
- type DeleteAccessTokenRequestdeprecated
- type DeleteAllAccessTokensRequestdeprecated
- type DeleteAllExpiredAccessTokensRequestdeprecated
- type DeleteLogsInstanceRequestdeprecated
- type GetAccessTokenRequestdeprecated
- type GetLogsInstanceRequestdeprecated
- type ListAccessTokensRequestdeprecated
- type ListLogsInstancesRequestdeprecated
- type LogsInstance
- func (o *LogsInstance) GetAcl() (res LogsInstanceGetAclRetType)
- func (o *LogsInstance) GetAclOk() (ret LogsInstanceGetAclRetType, ok bool)
- func (o *LogsInstance) GetCreated() (ret LogsInstanceGetCreatedRetType)
- func (o *LogsInstance) GetCreatedOk() (ret LogsInstanceGetCreatedRetType, ok bool)
- func (o *LogsInstance) GetDatasourceUrl() (res LogsInstanceGetDatasourceUrlRetType)
- func (o *LogsInstance) GetDatasourceUrlOk() (ret LogsInstanceGetDatasourceUrlRetType, ok bool)
- func (o *LogsInstance) GetDescription() (res LogsInstanceGetDescriptionRetType)
- func (o *LogsInstance) GetDescriptionOk() (ret LogsInstanceGetDescriptionRetType, ok bool)
- func (o *LogsInstance) GetDisplayName() (ret LogsInstanceGetDisplayNameRetType)
- func (o *LogsInstance) GetDisplayNameOk() (ret LogsInstanceGetDisplayNameRetType, ok bool)
- func (o *LogsInstance) GetId() (ret LogsInstanceGetIdRetType)
- func (o *LogsInstance) GetIdOk() (ret LogsInstanceGetIdRetType, ok bool)
- func (o *LogsInstance) GetIngestOtlpUrl() (res LogsInstanceGetIngestOtlpUrlRetType)
- func (o *LogsInstance) GetIngestOtlpUrlOk() (ret LogsInstanceGetIngestOtlpUrlRetType, ok bool)
- func (o *LogsInstance) GetIngestUrl() (res LogsInstanceGetIngestUrlRetType)
- func (o *LogsInstance) GetIngestUrlOk() (ret LogsInstanceGetIngestUrlRetType, ok bool)
- func (o *LogsInstance) GetQueryRangeUrl() (res LogsInstanceGetQueryRangeUrlRetType)
- func (o *LogsInstance) GetQueryRangeUrlOk() (ret LogsInstanceGetQueryRangeUrlRetType, ok bool)
- func (o *LogsInstance) GetQueryUrl() (res LogsInstanceGetQueryUrlRetType)
- func (o *LogsInstance) GetQueryUrlOk() (ret LogsInstanceGetQueryUrlRetType, ok bool)
- func (o *LogsInstance) GetRetentionDays() (ret LogsInstanceGetRetentionDaysRetType)
- func (o *LogsInstance) GetRetentionDaysOk() (ret LogsInstanceGetRetentionDaysRetType, ok bool)
- func (o *LogsInstance) GetStatus() (ret LogsInstanceGetStatusRetType)
- func (o *LogsInstance) GetStatusOk() (ret LogsInstanceGetStatusRetType, ok bool)
- func (o *LogsInstance) HasAcl() bool
- func (o *LogsInstance) HasDatasourceUrl() bool
- func (o *LogsInstance) HasDescription() bool
- func (o *LogsInstance) HasIngestOtlpUrl() bool
- func (o *LogsInstance) HasIngestUrl() bool
- func (o *LogsInstance) HasQueryRangeUrl() bool
- func (o *LogsInstance) HasQueryUrl() bool
- func (o *LogsInstance) SetAcl(v LogsInstanceGetAclRetType)
- func (o *LogsInstance) SetCreated(v LogsInstanceGetCreatedRetType)
- func (o *LogsInstance) SetDatasourceUrl(v LogsInstanceGetDatasourceUrlRetType)
- func (o *LogsInstance) SetDescription(v LogsInstanceGetDescriptionRetType)
- func (o *LogsInstance) SetDisplayName(v LogsInstanceGetDisplayNameRetType)
- func (o *LogsInstance) SetId(v LogsInstanceGetIdRetType)
- func (o *LogsInstance) SetIngestOtlpUrl(v LogsInstanceGetIngestOtlpUrlRetType)
- func (o *LogsInstance) SetIngestUrl(v LogsInstanceGetIngestUrlRetType)
- func (o *LogsInstance) SetQueryRangeUrl(v LogsInstanceGetQueryRangeUrlRetType)
- func (o *LogsInstance) SetQueryUrl(v LogsInstanceGetQueryUrlRetType)
- func (o *LogsInstance) SetRetentionDays(v LogsInstanceGetRetentionDaysRetType)
- func (o *LogsInstance) SetStatus(v LogsInstanceGetStatusRetType)
- func (o LogsInstance) ToMap() (map[string]interface{}, error)deprecated
- type LogsInstanceGetAclArgTypedeprecated
- type LogsInstanceGetAclAttributeType
- type LogsInstanceGetAclRetTypedeprecated
- type LogsInstanceGetCreatedArgTypedeprecated
- type LogsInstanceGetCreatedAttributeType
- type LogsInstanceGetCreatedRetTypedeprecated
- type LogsInstanceGetDatasourceUrlArgTypedeprecated
- type LogsInstanceGetDatasourceUrlAttributeType
- type LogsInstanceGetDatasourceUrlRetTypedeprecated
- type LogsInstanceGetDescriptionArgTypedeprecated
- type LogsInstanceGetDescriptionAttributeType
- type LogsInstanceGetDescriptionRetTypedeprecated
- type LogsInstanceGetDisplayNameArgTypedeprecated
- type LogsInstanceGetDisplayNameAttributeType
- type LogsInstanceGetDisplayNameRetTypedeprecated
- type LogsInstanceGetIdArgTypedeprecated
- type LogsInstanceGetIdAttributeType
- type LogsInstanceGetIdRetTypedeprecated
- type LogsInstanceGetIngestOtlpUrlArgTypedeprecated
- type LogsInstanceGetIngestOtlpUrlAttributeType
- type LogsInstanceGetIngestOtlpUrlRetTypedeprecated
- type LogsInstanceGetIngestUrlArgTypedeprecated
- type LogsInstanceGetIngestUrlAttributeType
- type LogsInstanceGetIngestUrlRetTypedeprecated
- type LogsInstanceGetQueryRangeUrlArgTypedeprecated
- type LogsInstanceGetQueryRangeUrlAttributeType
- type LogsInstanceGetQueryRangeUrlRetTypedeprecated
- type LogsInstanceGetQueryUrlArgTypedeprecated
- type LogsInstanceGetQueryUrlAttributeType
- type LogsInstanceGetQueryUrlRetTypedeprecated
- type LogsInstanceGetRetentionDaysArgTypedeprecated
- type LogsInstanceGetRetentionDaysAttributeType
- type LogsInstanceGetRetentionDaysRetTypedeprecated
- type LogsInstanceGetStatusArgTypedeprecated
- type LogsInstanceGetStatusAttributeTypedeprecated
- type LogsInstanceGetStatusRetTypedeprecated
- type LogsInstanceStatus
- type LogsInstancesList
- func (o *LogsInstancesList) GetInstances() (ret LogsInstancesListGetInstancesRetType)
- func (o *LogsInstancesList) GetInstancesOk() (ret LogsInstancesListGetInstancesRetType, ok bool)
- func (o *LogsInstancesList) SetInstances(v LogsInstancesListGetInstancesRetType)
- func (o LogsInstancesList) ToMap() (map[string]interface{}, error)deprecated
- type LogsInstancesListGetInstancesArgTypedeprecated
- type LogsInstancesListGetInstancesAttributeType
- type LogsInstancesListGetInstancesRetTypedeprecated
- type MappedNullabledeprecated
- type NullableAccessTokendeprecated
- func (v NullableAccessToken) Get() *AccessTokendeprecated
- func (v NullableAccessToken) IsSet() booldeprecated
- func (v NullableAccessToken) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAccessToken) Set(val *AccessToken)deprecated
- func (v *NullableAccessToken) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAccessToken) Unset()deprecated
- type NullableAccessTokenListdeprecated
- func (v NullableAccessTokenList) Get() *AccessTokenListdeprecated
- func (v NullableAccessTokenList) IsSet() booldeprecated
- func (v NullableAccessTokenList) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAccessTokenList) Set(val *AccessTokenList)deprecated
- func (v *NullableAccessTokenList) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAccessTokenList) Unset()deprecated
- type NullableAccessTokenStatusdeprecated
- func (v NullableAccessTokenStatus) Get() *AccessTokenStatusdeprecated
- func (v NullableAccessTokenStatus) IsSet() booldeprecated
- func (v NullableAccessTokenStatus) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAccessTokenStatus) Set(val *AccessTokenStatus)deprecated
- func (v *NullableAccessTokenStatus) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAccessTokenStatus) Unset()deprecated
- type NullableBooldeprecated
- func (v NullableBool) Get() *booldeprecated
- func (v NullableBool) IsSet() booldeprecated
- func (v NullableBool) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableBool) Set(val *bool)deprecated
- func (v *NullableBool) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableBool) Unset()deprecated
- type NullableCreateAccessTokenPayloaddeprecated
- func (v NullableCreateAccessTokenPayload) Get() *CreateAccessTokenPayloaddeprecated
- func (v NullableCreateAccessTokenPayload) IsSet() booldeprecated
- func (v NullableCreateAccessTokenPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateAccessTokenPayload) Set(val *CreateAccessTokenPayload)deprecated
- func (v *NullableCreateAccessTokenPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateAccessTokenPayload) Unset()deprecated
- type NullableCreateLogsInstancePayloaddeprecated
- func (v NullableCreateLogsInstancePayload) Get() *CreateLogsInstancePayloaddeprecated
- func (v NullableCreateLogsInstancePayload) IsSet() booldeprecated
- func (v NullableCreateLogsInstancePayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateLogsInstancePayload) Set(val *CreateLogsInstancePayload)deprecated
- func (v *NullableCreateLogsInstancePayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateLogsInstancePayload) Unset()deprecated
- type NullableFloat32deprecated
- func (v NullableFloat32) Get() *float32deprecated
- func (v NullableFloat32) IsSet() booldeprecated
- func (v NullableFloat32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat32) Set(val *float32)deprecated
- func (v *NullableFloat32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat32) Unset()deprecated
- type NullableFloat64deprecated
- func (v NullableFloat64) Get() *float64deprecated
- func (v NullableFloat64) IsSet() booldeprecated
- func (v NullableFloat64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat64) Set(val *float64)deprecated
- func (v *NullableFloat64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat64) Unset()deprecated
- type NullableIntdeprecated
- func (v NullableInt) Get() *intdeprecated
- func (v NullableInt) IsSet() booldeprecated
- func (v NullableInt) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt) Set(val *int)deprecated
- func (v *NullableInt) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt) Unset()deprecated
- type NullableInt32deprecated
- func (v NullableInt32) Get() *int32deprecated
- func (v NullableInt32) IsSet() booldeprecated
- func (v NullableInt32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt32) Set(val *int32)deprecated
- func (v *NullableInt32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt32) Unset()deprecated
- type NullableInt64deprecated
- func (v NullableInt64) Get() *int64deprecated
- func (v NullableInt64) IsSet() booldeprecated
- func (v NullableInt64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt64) Set(val *int64)deprecated
- func (v *NullableInt64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt64) Unset()deprecated
- type NullableLogsInstancedeprecated
- func (v NullableLogsInstance) Get() *LogsInstancedeprecated
- func (v NullableLogsInstance) IsSet() booldeprecated
- func (v NullableLogsInstance) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableLogsInstance) Set(val *LogsInstance)deprecated
- func (v *NullableLogsInstance) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableLogsInstance) Unset()deprecated
- type NullableLogsInstanceStatusdeprecated
- func (v NullableLogsInstanceStatus) Get() *LogsInstanceStatusdeprecated
- func (v NullableLogsInstanceStatus) IsSet() booldeprecated
- func (v NullableLogsInstanceStatus) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableLogsInstanceStatus) Set(val *LogsInstanceStatus)deprecated
- func (v *NullableLogsInstanceStatus) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableLogsInstanceStatus) Unset()deprecated
- type NullableLogsInstancesListdeprecated
- func (v NullableLogsInstancesList) Get() *LogsInstancesListdeprecated
- func (v NullableLogsInstancesList) IsSet() booldeprecated
- func (v NullableLogsInstancesList) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableLogsInstancesList) Set(val *LogsInstancesList)deprecated
- func (v *NullableLogsInstancesList) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableLogsInstancesList) Unset()deprecated
- type NullableStringdeprecated
- func (v NullableString) Get() *stringdeprecated
- func (v NullableString) IsSet() booldeprecated
- func (v NullableString) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableString) Set(val *string)deprecated
- func (v *NullableString) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableString) Unset()deprecated
- type NullableTimedeprecated
- func (v NullableTime) Get() *time.Timedeprecated
- func (v NullableTime) IsSet() booldeprecated
- func (v NullableTime) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableTime) Set(val *time.Time)deprecated
- func (v *NullableTime) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableTime) Unset()deprecated
- type NullableUpdateAccessTokenPayloaddeprecated
- func (v NullableUpdateAccessTokenPayload) Get() *UpdateAccessTokenPayloaddeprecated
- func (v NullableUpdateAccessTokenPayload) IsSet() booldeprecated
- func (v NullableUpdateAccessTokenPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableUpdateAccessTokenPayload) Set(val *UpdateAccessTokenPayload)deprecated
- func (v *NullableUpdateAccessTokenPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableUpdateAccessTokenPayload) Unset()deprecated
- type NullableUpdateLogsInstancePayloaddeprecated
- func (v NullableUpdateLogsInstancePayload) Get() *UpdateLogsInstancePayloaddeprecated
- func (v NullableUpdateLogsInstancePayload) IsSet() booldeprecated
- func (v NullableUpdateLogsInstancePayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableUpdateLogsInstancePayload) Set(val *UpdateLogsInstancePayload)deprecated
- func (v *NullableUpdateLogsInstancePayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableUpdateLogsInstancePayload) Unset()deprecated
- type NullableValuedeprecated
- func (v NullableValue[T]) Get() *Tdeprecated
- func (v NullableValue[T]) IsSet() booldeprecated
- func (v *NullableValue[T]) Set(val *T)deprecated
- func (v *NullableValue[T]) Unset()deprecated
- type UpdateAccessTokenPayload
- func (o *UpdateAccessTokenPayload) GetDescription() (res UpdateAccessTokenPayloadGetDescriptionRetType)
- func (o *UpdateAccessTokenPayload) GetDescriptionOk() (ret UpdateAccessTokenPayloadGetDescriptionRetType, ok bool)
- func (o *UpdateAccessTokenPayload) GetDisplayName() (res UpdateAccessTokenPayloadGetDisplayNameRetType)
- func (o *UpdateAccessTokenPayload) GetDisplayNameOk() (ret UpdateAccessTokenPayloadGetDisplayNameRetType, ok bool)
- func (o *UpdateAccessTokenPayload) HasDescription() bool
- func (o *UpdateAccessTokenPayload) HasDisplayName() bool
- func (o *UpdateAccessTokenPayload) SetDescription(v UpdateAccessTokenPayloadGetDescriptionRetType)
- func (o *UpdateAccessTokenPayload) SetDisplayName(v UpdateAccessTokenPayloadGetDisplayNameRetType)
- func (o UpdateAccessTokenPayload) ToMap() (map[string]interface{}, error)deprecated
- type UpdateAccessTokenPayloadGetDescriptionArgTypedeprecated
- type UpdateAccessTokenPayloadGetDescriptionAttributeType
- type UpdateAccessTokenPayloadGetDescriptionRetTypedeprecated
- type UpdateAccessTokenPayloadGetDisplayNameArgTypedeprecated
- type UpdateAccessTokenPayloadGetDisplayNameAttributeType
- type UpdateAccessTokenPayloadGetDisplayNameRetTypedeprecated
- type UpdateAccessTokenRequestdeprecated
- type UpdateLogsInstancePayload
- func (o *UpdateLogsInstancePayload) GetAcl() (res UpdateLogsInstancePayloadGetAclRetType)
- func (o *UpdateLogsInstancePayload) GetAclOk() (ret UpdateLogsInstancePayloadGetAclRetType, ok bool)
- func (o *UpdateLogsInstancePayload) GetDescription() (res UpdateLogsInstancePayloadGetDescriptionRetType)
- func (o *UpdateLogsInstancePayload) GetDescriptionOk() (ret UpdateLogsInstancePayloadGetDescriptionRetType, ok bool)
- func (o *UpdateLogsInstancePayload) GetDisplayName() (res UpdateLogsInstancePayloadGetDisplayNameRetType)
- func (o *UpdateLogsInstancePayload) GetDisplayNameOk() (ret UpdateLogsInstancePayloadGetDisplayNameRetType, ok bool)
- func (o *UpdateLogsInstancePayload) GetRetentionDays() (res UpdateLogsInstancePayloadGetRetentionDaysRetType)
- func (o *UpdateLogsInstancePayload) GetRetentionDaysOk() (ret UpdateLogsInstancePayloadGetRetentionDaysRetType, ok bool)
- func (o *UpdateLogsInstancePayload) HasAcl() bool
- func (o *UpdateLogsInstancePayload) HasDescription() bool
- func (o *UpdateLogsInstancePayload) HasDisplayName() bool
- func (o *UpdateLogsInstancePayload) HasRetentionDays() bool
- func (o *UpdateLogsInstancePayload) SetAcl(v UpdateLogsInstancePayloadGetAclRetType)
- func (o *UpdateLogsInstancePayload) SetDescription(v UpdateLogsInstancePayloadGetDescriptionRetType)
- func (o *UpdateLogsInstancePayload) SetDisplayName(v UpdateLogsInstancePayloadGetDisplayNameRetType)
- func (o *UpdateLogsInstancePayload) SetRetentionDays(v UpdateLogsInstancePayloadGetRetentionDaysRetType)
- func (o UpdateLogsInstancePayload) ToMap() (map[string]interface{}, error)deprecated
- type UpdateLogsInstancePayloadGetAclArgTypedeprecated
- type UpdateLogsInstancePayloadGetAclAttributeType
- type UpdateLogsInstancePayloadGetAclRetTypedeprecated
- type UpdateLogsInstancePayloadGetDescriptionArgTypedeprecated
- type UpdateLogsInstancePayloadGetDescriptionAttributeType
- type UpdateLogsInstancePayloadGetDescriptionRetTypedeprecated
- type UpdateLogsInstancePayloadGetDisplayNameArgTypedeprecated
- type UpdateLogsInstancePayloadGetDisplayNameAttributeType
- type UpdateLogsInstancePayloadGetDisplayNameRetTypedeprecated
- type UpdateLogsInstancePayloadGetRetentionDaysArgTypedeprecated
- type UpdateLogsInstancePayloadGetRetentionDaysAttributeType
- type UpdateLogsInstancePayloadGetRetentionDaysRetTypedeprecated
- type UpdateLogsInstanceRequestdeprecated
Constants ¶
This section is empty.
Variables ¶
var AllowedAccessTokenStatusEnumValues = []AccessTokenStatus{
"active",
"expired",
}
All allowed values of AccessToken enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedLogsInstanceStatusEnumValues = []LogsInstanceStatus{
"active",
"deleting",
"reconciling",
}
All allowed values of LogsInstance enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func IsNil ¶
func IsNil(i interface{}) bool
IsNil checks if an input is nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func ParameterValueToString
deprecated
func PtrBool ¶
PtrBool is a helper routine that returns a pointer to given boolean value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt ¶
PtrInt is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt32 ¶
PtrInt32 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt64 ¶
PtrInt64 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient manages communication with the STACKIT Logs API API v1.0.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) CreateAccessToken
deprecated
func (a *APIClient) CreateAccessToken(ctx context.Context, projectId string, regionId string, instanceId string) ApiCreateAccessTokenRequest
CreateAccessToken: Create Access Token
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param instanceId The Logs Instance UUID. @return ApiCreateAccessTokenRequest
func (*APIClient) CreateAccessTokenExecute
deprecated
func (*APIClient) CreateLogsInstance
deprecated
func (a *APIClient) CreateLogsInstance(ctx context.Context, projectId string, regionId string) ApiCreateLogsInstanceRequest
CreateLogsInstance: Create Logs instance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @return ApiCreateLogsInstanceRequest
func (*APIClient) CreateLogsInstanceExecute
deprecated
func (*APIClient) DeleteAccessToken
deprecated
func (a *APIClient) DeleteAccessToken(ctx context.Context, projectId string, regionId string, instanceId string, tId string) ApiDeleteAccessTokenRequest
DeleteAccessToken: Delete Access Token
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param instanceId The Logs Instance UUID. @param tId The access token UUID. @return ApiDeleteAccessTokenRequest
func (*APIClient) DeleteAccessTokenExecute
deprecated
func (*APIClient) DeleteAllAccessTokens
deprecated
func (a *APIClient) DeleteAllAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteAllAccessTokensRequest
DeleteAllAccessTokens: Delete All Access Tokens
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param instanceId The Logs Instance UUID. @return ApiDeleteAllAccessTokensRequest
func (*APIClient) DeleteAllAccessTokensExecute
deprecated
func (*APIClient) DeleteAllExpiredAccessTokens
deprecated
func (a *APIClient) DeleteAllExpiredAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteAllExpiredAccessTokensRequest
DeleteAllExpiredAccessTokens: Deletes all expired access tokens
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param instanceId The Logs Instance UUID. @return ApiDeleteAllExpiredAccessTokensRequest
func (*APIClient) DeleteAllExpiredAccessTokensExecute
deprecated
func (*APIClient) DeleteLogsInstance
deprecated
func (a *APIClient) DeleteLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteLogsInstanceRequest
DeleteLogsInstance: Delete Logs instance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param instanceId The Logs Instance UUID. @return ApiDeleteLogsInstanceRequest
func (*APIClient) GetAccessToken
deprecated
added in
v0.2.0
func (a *APIClient) GetAccessToken(ctx context.Context, projectId string, regionId string, instanceId string, tId string) ApiGetAccessTokenRequest
GetAccessToken: Get Access Token
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param instanceId The Logs Instance UUID. @param tId The access token UUID. @return ApiGetAccessTokenRequest
func (*APIClient) GetAccessTokenExecute
deprecated
added in
v0.2.0
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) GetLogsInstance
deprecated
func (a *APIClient) GetLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetLogsInstanceRequest
GetLogsInstance: Get Logs Instance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param instanceId The Logs Instance UUID. @return ApiGetLogsInstanceRequest
func (*APIClient) GetLogsInstanceExecute
deprecated
func (*APIClient) ListAccessTokens
deprecated
func (a *APIClient) ListAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiListAccessTokensRequest
ListAccessTokens: List Access Tokens
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param instanceId The Logs Instance UUID. @return ApiListAccessTokensRequest
func (*APIClient) ListAccessTokensExecute
deprecated
func (*APIClient) ListLogsInstances
deprecated
func (a *APIClient) ListLogsInstances(ctx context.Context, projectId string, regionId string) ApiListLogsInstancesRequest
ListLogsInstances: List Logs instances
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @return ApiListLogsInstancesRequest
func (*APIClient) ListLogsInstancesExecute
deprecated
func (*APIClient) UpdateAccessToken
deprecated
func (a *APIClient) UpdateAccessToken(ctx context.Context, projectId string, regionId string, instanceId string, tId string) ApiUpdateAccessTokenRequest
UpdateAccessToken: Update Access Token
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param instanceId The Logs Instance UUID. @param tId The access token UUID. @return ApiUpdateAccessTokenRequest
func (*APIClient) UpdateAccessTokenExecute
deprecated
func (*APIClient) UpdateLogsInstance
deprecated
func (a *APIClient) UpdateLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiUpdateLogsInstanceRequest
UpdateLogsInstance: Update Logs instance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param instanceId The Logs Instance UUID. @return ApiUpdateLogsInstanceRequest
func (*APIClient) UpdateLogsInstanceExecute
deprecated
type AccessToken ¶
type AccessToken struct {
// A generated access token. Only available on creation.
AccessToken AccessTokenGetAccessTokenAttributeType `json:"accessToken,omitempty"`
// The user who created the access token.
// REQUIRED
Creator AccessTokenGetCreatorAttributeType `json:"creator" required:"true"`
// The description of the access token.
Description AccessTokenGetDescriptionAttributeType `json:"description,omitempty"`
// The displayed name of the access token.
// REQUIRED
DisplayName AccessTokenGetDisplayNameAttributeType `json:"displayName" required:"true"`
// Indicates if the access token can expire.
// REQUIRED
Expires AccessTokengetExpiresAttributeType `json:"expires" required:"true"`
// An auto generated unique id which identifies the access token.
// REQUIRED
Id AccessTokenGetIdAttributeType `json:"id" required:"true"`
// The access permissions granted to the access token.
// REQUIRED
Permissions AccessTokenGetPermissionsAttributeType `json:"permissions" required:"true"`
// REQUIRED
Status AccessTokenGetStatusAttributeType `json:"status" required:"true"`
// The date and time util an access token is valid to (inclusively).
ValidUntil AccessTokenGetValidUntilAttributeType `json:"validUntil,omitempty"`
}
AccessToken struct for AccessToken Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAccessToken ¶
func NewAccessToken(creator AccessTokenGetCreatorArgType, displayName AccessTokenGetDisplayNameArgType, expires AccessTokengetExpiresArgType, id AccessTokenGetIdArgType, permissions AccessTokenGetPermissionsArgType, status AccessTokenGetStatusArgType) *AccessToken
NewAccessToken instantiates a new AccessToken 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 NewAccessTokenWithDefaults ¶
func NewAccessTokenWithDefaults() *AccessToken
NewAccessTokenWithDefaults instantiates a new AccessToken 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 (*AccessToken) GetAccessToken ¶
func (o *AccessToken) GetAccessToken() (res AccessTokenGetAccessTokenRetType)
GetAccessToken returns the AccessToken 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 (*AccessToken) GetAccessTokenOk ¶
func (o *AccessToken) GetAccessTokenOk() (ret AccessTokenGetAccessTokenRetType, ok bool)
GetAccessTokenOk returns a tuple with the AccessToken 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 (*AccessToken) GetCreator ¶
func (o *AccessToken) GetCreator() (ret AccessTokenGetCreatorRetType)
GetCreator returns the Creator field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetCreatorOk ¶
func (o *AccessToken) GetCreatorOk() (ret AccessTokenGetCreatorRetType, ok bool)
GetCreatorOk returns a tuple with the Creator field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetDescription ¶
func (o *AccessToken) GetDescription() (res AccessTokenGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetDescriptionOk ¶
func (o *AccessToken) GetDescriptionOk() (ret AccessTokenGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetDisplayName ¶
func (o *AccessToken) GetDisplayName() (ret AccessTokenGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetDisplayNameOk ¶
func (o *AccessToken) GetDisplayNameOk() (ret AccessTokenGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetExpires ¶
func (o *AccessToken) GetExpires() (ret AccessTokengetExpiresRetType)
GetExpires returns the Expires field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetExpiresOk ¶
func (o *AccessToken) GetExpiresOk() (ret AccessTokengetExpiresRetType, ok bool)
GetExpiresOk returns a tuple with the Expires field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetId ¶
func (o *AccessToken) GetId() (ret AccessTokenGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetIdOk ¶
func (o *AccessToken) GetIdOk() (ret AccessTokenGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetPermissions ¶
func (o *AccessToken) GetPermissions() (ret AccessTokenGetPermissionsRetType)
GetPermissions returns the Permissions field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetPermissionsOk ¶
func (o *AccessToken) GetPermissionsOk() (ret AccessTokenGetPermissionsRetType, ok bool)
GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetStatus ¶
func (o *AccessToken) GetStatus() (ret AccessTokenGetStatusRetType)
GetStatus returns the Status field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetStatusOk ¶
func (o *AccessToken) GetStatusOk() (ret AccessTokenGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetValidUntil ¶
func (o *AccessToken) GetValidUntil() (res AccessTokenGetValidUntilRetType)
GetValidUntil returns the ValidUntil 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 (*AccessToken) GetValidUntilOk ¶
func (o *AccessToken) GetValidUntilOk() (ret AccessTokenGetValidUntilRetType, ok bool)
GetValidUntilOk returns a tuple with the ValidUntil 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 (*AccessToken) HasAccessToken ¶
func (o *AccessToken) HasAccessToken() bool
HasAccessToken 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 (*AccessToken) HasDescription ¶
func (o *AccessToken) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) HasValidUntil ¶
func (o *AccessToken) HasValidUntil() bool
HasValidUntil 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 (*AccessToken) SetAccessToken ¶
func (o *AccessToken) SetAccessToken(v AccessTokenGetAccessTokenRetType)
SetAccessToken gets a reference to the given string and assigns it to the AccessToken field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) SetCreator ¶
func (o *AccessToken) SetCreator(v AccessTokenGetCreatorRetType)
SetCreator sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) SetDescription ¶
func (o *AccessToken) SetDescription(v AccessTokenGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) SetDisplayName ¶
func (o *AccessToken) SetDisplayName(v AccessTokenGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) SetExpires ¶
func (o *AccessToken) SetExpires(v AccessTokengetExpiresRetType)
SetExpires sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) SetId ¶
func (o *AccessToken) SetId(v AccessTokenGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) SetPermissions ¶
func (o *AccessToken) SetPermissions(v AccessTokenGetPermissionsRetType)
SetPermissions sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) SetStatus ¶
func (o *AccessToken) SetStatus(v AccessTokenGetStatusRetType)
SetStatus sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) SetValidUntil ¶
func (o *AccessToken) SetValidUntil(v AccessTokenGetValidUntilRetType)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (AccessToken) ToMap
deprecated
func (o AccessToken) 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 AccessTokenGetAccessTokenArgType
deprecated
type AccessTokenGetAccessTokenArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetAccessTokenAttributeType ¶
type AccessTokenGetAccessTokenAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetAccessTokenRetType
deprecated
type AccessTokenGetAccessTokenRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetCreatorArgType
deprecated
type AccessTokenGetCreatorArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetCreatorAttributeType ¶
type AccessTokenGetCreatorAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetCreatorRetType
deprecated
type AccessTokenGetCreatorRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetDescriptionArgType
deprecated
type AccessTokenGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetDescriptionAttributeType ¶
type AccessTokenGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetDescriptionRetType
deprecated
type AccessTokenGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetDisplayNameArgType
deprecated
type AccessTokenGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetDisplayNameAttributeType ¶
type AccessTokenGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetDisplayNameRetType
deprecated
type AccessTokenGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetIdArgType
deprecated
type AccessTokenGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetIdAttributeType ¶
type AccessTokenGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetIdRetType
deprecated
type AccessTokenGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetPermissionsArgType
deprecated
type AccessTokenGetPermissionsArgType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetPermissionsAttributeType ¶
type AccessTokenGetPermissionsAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetPermissionsRetType
deprecated
type AccessTokenGetPermissionsRetType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetStatusArgType
deprecated
type AccessTokenGetStatusArgType = AccessTokenStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetStatusAttributeType
deprecated
type AccessTokenGetStatusAttributeType = *AccessTokenStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetStatusRetType
deprecated
type AccessTokenGetStatusRetType = AccessTokenStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetValidUntilArgType
deprecated
type AccessTokenGetValidUntilAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetValidUntilRetType
deprecated
type AccessTokenList ¶
type AccessTokenList struct {
// REQUIRED
Tokens AccessTokenListGetTokensAttributeType `json:"tokens" required:"true"`
}
AccessTokenList struct for AccessTokenList Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAccessTokenList ¶
func NewAccessTokenList(tokens AccessTokenListGetTokensArgType) *AccessTokenList
NewAccessTokenList instantiates a new AccessTokenList 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 NewAccessTokenListWithDefaults ¶
func NewAccessTokenListWithDefaults() *AccessTokenList
NewAccessTokenListWithDefaults instantiates a new AccessTokenList 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 (*AccessTokenList) GetTokens ¶
func (o *AccessTokenList) GetTokens() (ret AccessTokenListGetTokensRetType)
GetTokens returns the Tokens field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenList) GetTokensOk ¶
func (o *AccessTokenList) GetTokensOk() (ret AccessTokenListGetTokensRetType, ok bool)
GetTokensOk returns a tuple with the Tokens field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenList) SetTokens ¶
func (o *AccessTokenList) SetTokens(v AccessTokenListGetTokensRetType)
SetTokens sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (AccessTokenList) ToMap
deprecated
func (o AccessTokenList) 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 AccessTokenListGetTokensArgType
deprecated
type AccessTokenListGetTokensArgType = []AccessToken
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenListGetTokensAttributeType ¶
type AccessTokenListGetTokensAttributeType = *[]AccessToken
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenListGetTokensRetType
deprecated
type AccessTokenListGetTokensRetType = []AccessToken
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenStatus ¶
type AccessTokenStatus string
AccessTokenStatus the model 'AccessToken' 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 ACCESSTOKENSTATUS_ACTIVE AccessTokenStatus = "active" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead ACCESSTOKENSTATUS_EXPIRED AccessTokenStatus = "expired" )
List of Status
func NewAccessTokenStatusFromValue ¶
func NewAccessTokenStatusFromValue(v AccessTokenStatus) (*AccessTokenStatus, error)
NewAccessTokenStatusFromValue returns a pointer to a valid AccessTokenStatus 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 (AccessTokenStatus) IsValid ¶
func (v AccessTokenStatus) 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 (AccessTokenStatus) Ptr ¶
func (v AccessTokenStatus) Ptr() *AccessTokenStatus
Ptr returns reference to StatusStatus value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenStatus) UnmarshalJSON
deprecated
func (v *AccessTokenStatus) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokengetExpiresArgType
deprecated
type AccessTokengetExpiresArgType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokengetExpiresAttributeType ¶
type AccessTokengetExpiresAttributeType = *bool
isBoolean Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokengetExpiresRetType
deprecated
type AccessTokengetExpiresRetType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiCreateAccessTokenRequest
deprecated
type ApiCreateAccessTokenRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateAccessTokenPayload(createAccessTokenPayload CreateAccessTokenPayload) ApiCreateAccessTokenRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*AccessToken, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiCreateLogsInstanceRequest
deprecated
type ApiCreateLogsInstanceRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateLogsInstancePayload(createLogsInstancePayload CreateLogsInstancePayload) ApiCreateLogsInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*LogsInstance, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteAccessTokenRequest
deprecated
type ApiDeleteAccessTokenRequest 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 ApiDeleteAllAccessTokensRequest
deprecated
type ApiDeleteAllAccessTokensRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*AccessTokenList, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteAllExpiredAccessTokensRequest
deprecated
type ApiDeleteAllExpiredAccessTokensRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*AccessTokenList, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteLogsInstanceRequest
deprecated
type ApiDeleteLogsInstanceRequest 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 ApiGetAccessTokenRequest
deprecated
added in
v0.2.0
type ApiGetAccessTokenRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*AccessToken, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetLogsInstanceRequest
deprecated
type ApiGetLogsInstanceRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*LogsInstance, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListAccessTokensRequest
deprecated
type ApiListAccessTokensRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*AccessTokenList, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListLogsInstancesRequest
deprecated
type ApiListLogsInstancesRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*LogsInstancesList, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiUpdateAccessTokenRequest
deprecated
type ApiUpdateAccessTokenRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
UpdateAccessTokenPayload(updateAccessTokenPayload UpdateAccessTokenPayload) ApiUpdateAccessTokenRequest
// 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 ApiUpdateLogsInstanceRequest
deprecated
type ApiUpdateLogsInstanceRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
UpdateLogsInstancePayload(updateLogsInstancePayload UpdateLogsInstancePayload) ApiUpdateLogsInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*LogsInstance, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayload ¶
type CreateAccessTokenPayload struct {
// The description of the access token.
Description CreateAccessTokenPayloadGetDescriptionAttributeType `json:"description,omitempty"`
// The displayed name of the access token.
// REQUIRED
DisplayName CreateAccessTokenPayloadGetDisplayNameAttributeType `json:"displayName" required:"true"`
// A lifetime period for an access token in days. If unset the token will not expire.
// Can be cast to int32 without loss of precision.
Lifetime CreateAccessTokenPayloadGetLifetimeAttributeType `json:"lifetime,omitempty"`
// The access permissions granted to the access token.
// REQUIRED
Permissions CreateAccessTokenPayloadGetPermissionsAttributeType `json:"permissions" required:"true"`
}
CreateAccessTokenPayload struct for CreateAccessTokenPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateAccessTokenPayload ¶
func NewCreateAccessTokenPayload(displayName CreateAccessTokenPayloadGetDisplayNameArgType, permissions CreateAccessTokenPayloadGetPermissionsArgType) *CreateAccessTokenPayload
NewCreateAccessTokenPayload instantiates a new CreateAccessTokenPayload 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 NewCreateAccessTokenPayloadWithDefaults ¶
func NewCreateAccessTokenPayloadWithDefaults() *CreateAccessTokenPayload
NewCreateAccessTokenPayloadWithDefaults instantiates a new CreateAccessTokenPayload 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 (*CreateAccessTokenPayload) GetDescription ¶
func (o *CreateAccessTokenPayload) GetDescription() (res CreateAccessTokenPayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAccessTokenPayload) GetDescriptionOk ¶
func (o *CreateAccessTokenPayload) GetDescriptionOk() (ret CreateAccessTokenPayloadGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAccessTokenPayload) GetDisplayName ¶
func (o *CreateAccessTokenPayload) GetDisplayName() (ret CreateAccessTokenPayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAccessTokenPayload) GetDisplayNameOk ¶
func (o *CreateAccessTokenPayload) GetDisplayNameOk() (ret CreateAccessTokenPayloadGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAccessTokenPayload) GetLifetime ¶
func (o *CreateAccessTokenPayload) GetLifetime() (res CreateAccessTokenPayloadGetLifetimeRetType)
GetLifetime returns the Lifetime 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 (*CreateAccessTokenPayload) GetLifetimeOk ¶
func (o *CreateAccessTokenPayload) GetLifetimeOk() (ret CreateAccessTokenPayloadGetLifetimeRetType, ok bool)
GetLifetimeOk returns a tuple with the Lifetime 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 (*CreateAccessTokenPayload) GetPermissions ¶
func (o *CreateAccessTokenPayload) GetPermissions() (ret CreateAccessTokenPayloadGetPermissionsRetType)
GetPermissions returns the Permissions field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAccessTokenPayload) GetPermissionsOk ¶
func (o *CreateAccessTokenPayload) GetPermissionsOk() (ret CreateAccessTokenPayloadGetPermissionsRetType, ok bool)
GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAccessTokenPayload) HasDescription ¶
func (o *CreateAccessTokenPayload) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAccessTokenPayload) HasLifetime ¶
func (o *CreateAccessTokenPayload) HasLifetime() bool
HasLifetime 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 (*CreateAccessTokenPayload) SetDescription ¶
func (o *CreateAccessTokenPayload) SetDescription(v CreateAccessTokenPayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAccessTokenPayload) SetDisplayName ¶
func (o *CreateAccessTokenPayload) SetDisplayName(v CreateAccessTokenPayloadGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAccessTokenPayload) SetLifetime ¶
func (o *CreateAccessTokenPayload) SetLifetime(v CreateAccessTokenPayloadGetLifetimeRetType)
SetLifetime gets a reference to the given int64 and assigns it to the Lifetime field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAccessTokenPayload) SetPermissions ¶
func (o *CreateAccessTokenPayload) SetPermissions(v CreateAccessTokenPayloadGetPermissionsRetType)
SetPermissions sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateAccessTokenPayload) ToMap
deprecated
func (o CreateAccessTokenPayload) 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 CreateAccessTokenPayloadGetDescriptionArgType
deprecated
type CreateAccessTokenPayloadGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetDescriptionAttributeType ¶
type CreateAccessTokenPayloadGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetDescriptionRetType
deprecated
type CreateAccessTokenPayloadGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetDisplayNameArgType
deprecated
type CreateAccessTokenPayloadGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetDisplayNameAttributeType ¶
type CreateAccessTokenPayloadGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetDisplayNameRetType
deprecated
type CreateAccessTokenPayloadGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetLifetimeArgType
deprecated
type CreateAccessTokenPayloadGetLifetimeArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetLifetimeAttributeType ¶
type CreateAccessTokenPayloadGetLifetimeAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetLifetimeRetType
deprecated
type CreateAccessTokenPayloadGetLifetimeRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetPermissionsArgType
deprecated
type CreateAccessTokenPayloadGetPermissionsArgType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetPermissionsAttributeType ¶
type CreateAccessTokenPayloadGetPermissionsAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetPermissionsRetType
deprecated
type CreateAccessTokenPayloadGetPermissionsRetType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenRequest
deprecated
type CreateAccessTokenRequest 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 (CreateAccessTokenRequest) CreateAccessTokenPayload
deprecated
func (r CreateAccessTokenRequest) CreateAccessTokenPayload(createAccessTokenPayload CreateAccessTokenPayload) ApiCreateAccessTokenRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateAccessTokenRequest) Execute
deprecated
func (r CreateAccessTokenRequest) Execute() (*AccessToken, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateLogsInstancePayload ¶
type CreateLogsInstancePayload struct {
// The access control list for the Logs instance.
Acl CreateLogsInstancePayloadGetAclAttributeType `json:"acl,omitempty"`
// The description of the access token.
Description CreateLogsInstancePayloadGetDescriptionAttributeType `json:"description,omitempty"`
// The displayed name to distinguish multiple Logs instances.
// REQUIRED
DisplayName CreateLogsInstancePayloadGetDisplayNameAttributeType `json:"displayName" required:"true"`
// The log retention time in days.
// Can be cast to int32 without loss of precision.
// REQUIRED
RetentionDays CreateLogsInstancePayloadGetRetentionDaysAttributeType `json:"retentionDays" required:"true"`
}
CreateLogsInstancePayload struct for CreateLogsInstancePayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateLogsInstancePayload ¶
func NewCreateLogsInstancePayload(displayName CreateLogsInstancePayloadGetDisplayNameArgType, retentionDays CreateLogsInstancePayloadGetRetentionDaysArgType) *CreateLogsInstancePayload
NewCreateLogsInstancePayload instantiates a new CreateLogsInstancePayload 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 NewCreateLogsInstancePayloadWithDefaults ¶
func NewCreateLogsInstancePayloadWithDefaults() *CreateLogsInstancePayload
NewCreateLogsInstancePayloadWithDefaults instantiates a new CreateLogsInstancePayload 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 (*CreateLogsInstancePayload) GetAcl ¶
func (o *CreateLogsInstancePayload) GetAcl() (res CreateLogsInstancePayloadGetAclRetType)
GetAcl returns the Acl 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 (*CreateLogsInstancePayload) GetAclOk ¶
func (o *CreateLogsInstancePayload) GetAclOk() (ret CreateLogsInstancePayloadGetAclRetType, ok bool)
GetAclOk returns a tuple with the Acl 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 (*CreateLogsInstancePayload) GetDescription ¶
func (o *CreateLogsInstancePayload) GetDescription() (res CreateLogsInstancePayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateLogsInstancePayload) GetDescriptionOk ¶
func (o *CreateLogsInstancePayload) GetDescriptionOk() (ret CreateLogsInstancePayloadGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateLogsInstancePayload) GetDisplayName ¶
func (o *CreateLogsInstancePayload) GetDisplayName() (ret CreateLogsInstancePayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateLogsInstancePayload) GetDisplayNameOk ¶
func (o *CreateLogsInstancePayload) GetDisplayNameOk() (ret CreateLogsInstancePayloadGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateLogsInstancePayload) GetRetentionDays ¶
func (o *CreateLogsInstancePayload) GetRetentionDays() (ret CreateLogsInstancePayloadGetRetentionDaysRetType)
GetRetentionDays returns the RetentionDays field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateLogsInstancePayload) GetRetentionDaysOk ¶
func (o *CreateLogsInstancePayload) GetRetentionDaysOk() (ret CreateLogsInstancePayloadGetRetentionDaysRetType, ok bool)
GetRetentionDaysOk returns a tuple with the RetentionDays field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateLogsInstancePayload) HasAcl ¶
func (o *CreateLogsInstancePayload) HasAcl() bool
HasAcl 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 (*CreateLogsInstancePayload) HasDescription ¶
func (o *CreateLogsInstancePayload) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateLogsInstancePayload) SetAcl ¶
func (o *CreateLogsInstancePayload) SetAcl(v CreateLogsInstancePayloadGetAclRetType)
SetAcl gets a reference to the given []string and assigns it to the Acl field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateLogsInstancePayload) SetDescription ¶
func (o *CreateLogsInstancePayload) SetDescription(v CreateLogsInstancePayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateLogsInstancePayload) SetDisplayName ¶
func (o *CreateLogsInstancePayload) SetDisplayName(v CreateLogsInstancePayloadGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateLogsInstancePayload) SetRetentionDays ¶
func (o *CreateLogsInstancePayload) SetRetentionDays(v CreateLogsInstancePayloadGetRetentionDaysRetType)
SetRetentionDays sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateLogsInstancePayload) ToMap
deprecated
func (o CreateLogsInstancePayload) 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 CreateLogsInstancePayloadGetAclArgType
deprecated
type CreateLogsInstancePayloadGetAclArgType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateLogsInstancePayloadGetAclAttributeType ¶
type CreateLogsInstancePayloadGetAclAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateLogsInstancePayloadGetAclRetType
deprecated
type CreateLogsInstancePayloadGetAclRetType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateLogsInstancePayloadGetDescriptionArgType
deprecated
type CreateLogsInstancePayloadGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateLogsInstancePayloadGetDescriptionAttributeType ¶
type CreateLogsInstancePayloadGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateLogsInstancePayloadGetDescriptionRetType
deprecated
type CreateLogsInstancePayloadGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateLogsInstancePayloadGetDisplayNameArgType
deprecated
type CreateLogsInstancePayloadGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateLogsInstancePayloadGetDisplayNameAttributeType ¶
type CreateLogsInstancePayloadGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateLogsInstancePayloadGetDisplayNameRetType
deprecated
type CreateLogsInstancePayloadGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateLogsInstancePayloadGetRetentionDaysArgType
deprecated
type CreateLogsInstancePayloadGetRetentionDaysArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateLogsInstancePayloadGetRetentionDaysAttributeType ¶
type CreateLogsInstancePayloadGetRetentionDaysAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateLogsInstancePayloadGetRetentionDaysRetType
deprecated
type CreateLogsInstancePayloadGetRetentionDaysRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateLogsInstanceRequest
deprecated
type CreateLogsInstanceRequest 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 (CreateLogsInstanceRequest) CreateLogsInstancePayload
deprecated
func (r CreateLogsInstanceRequest) CreateLogsInstancePayload(createLogsInstancePayload CreateLogsInstancePayload) ApiCreateLogsInstanceRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateLogsInstanceRequest) Execute
deprecated
func (r CreateLogsInstanceRequest) Execute() (*LogsInstance, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApi
deprecated
type DefaultApi interface {
/*
CreateAccessToken Create Access Token
Create a new Logs instance access token
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@return ApiCreateAccessTokenRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateAccessToken(ctx context.Context, projectId string, regionId string, instanceId string) ApiCreateAccessTokenRequest
/*
CreateAccessTokenExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@return AccessToken
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessToken, error)
/*
CreateLogsInstance Create Logs instance
Creates a new Logs instance within the project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return ApiCreateLogsInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateLogsInstance(ctx context.Context, projectId string, regionId string) ApiCreateLogsInstanceRequest
/*
CreateLogsInstanceExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return LogsInstance
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateLogsInstanceExecute(ctx context.Context, projectId string, regionId string) (*LogsInstance, error)
/*
DeleteAccessToken Delete Access Token
Deletes a Logs instance access token
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@param tId The access token UUID.
@return ApiDeleteAccessTokenRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteAccessToken(ctx context.Context, projectId string, regionId string, instanceId string, tId string) ApiDeleteAccessTokenRequest
/*
DeleteAccessTokenExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string, tId string) error
/*
DeleteAllAccessTokens Delete All Access Tokens
Deletes all access tokens available for a Logs instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@return ApiDeleteAllAccessTokensRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteAllAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteAllAccessTokensRequest
/*
DeleteAllAccessTokensExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@return AccessTokenList
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteAllAccessTokensExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessTokenList, error)
/*
DeleteAllExpiredAccessTokens Deletes all expired access tokens
Deletes all expired access tokens
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@return ApiDeleteAllExpiredAccessTokensRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteAllExpiredAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteAllExpiredAccessTokensRequest
/*
DeleteAllExpiredAccessTokensExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@return AccessTokenList
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteAllExpiredAccessTokensExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessTokenList, error)
/*
DeleteLogsInstance Delete Logs instance
Deletes the given Logs instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@return ApiDeleteLogsInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteLogsInstanceRequest
/*
DeleteLogsInstanceExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteLogsInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) error
/*
GetAccessToken Get Access Token
Get the information of the given access token.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@param tId The access token UUID.
@return ApiGetAccessTokenRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetAccessToken(ctx context.Context, projectId string, regionId string, instanceId string, tId string) ApiGetAccessTokenRequest
/*
GetAccessTokenExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@param tId The access token UUID.
@return AccessToken
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string, tId string) (*AccessToken, error)
/*
GetLogsInstance Get Logs Instance
Returns the details for the given Logs instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@return ApiGetLogsInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetLogsInstanceRequest
/*
GetLogsInstanceExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@return LogsInstance
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetLogsInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*LogsInstance, error)
/*
ListAccessTokens List Access Tokens
Returns a list of access tokens created for a Logs instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@return ApiListAccessTokensRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiListAccessTokensRequest
/*
ListAccessTokensExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@return AccessTokenList
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListAccessTokensExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessTokenList, error)
/*
ListLogsInstances List Logs instances
Returns a list of all Logs instances within the project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return ApiListLogsInstancesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListLogsInstances(ctx context.Context, projectId string, regionId string) ApiListLogsInstancesRequest
/*
ListLogsInstancesExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return LogsInstancesList
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListLogsInstancesExecute(ctx context.Context, projectId string, regionId string) (*LogsInstancesList, error)
/*
UpdateAccessToken Update Access Token
Updates the given access token.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@param tId The access token UUID.
@return ApiUpdateAccessTokenRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateAccessToken(ctx context.Context, projectId string, regionId string, instanceId string, tId string) ApiUpdateAccessTokenRequest
/*
UpdateAccessTokenExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string, tId string) error
/*
UpdateLogsInstance Update Logs instance
Updates the given Logs instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@return ApiUpdateLogsInstanceRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiUpdateLogsInstanceRequest
/*
UpdateLogsInstanceExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param instanceId The Logs Instance UUID.
@return LogsInstance
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateLogsInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*LogsInstance, 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 DeleteAccessTokenRequest
deprecated
type DeleteAccessTokenRequest 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 (DeleteAccessTokenRequest) Execute
deprecated
func (r DeleteAccessTokenRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteAllAccessTokensRequest
deprecated
type DeleteAllAccessTokensRequest 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 (DeleteAllAccessTokensRequest) Execute
deprecated
func (r DeleteAllAccessTokensRequest) Execute() (*AccessTokenList, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteAllExpiredAccessTokensRequest
deprecated
type DeleteAllExpiredAccessTokensRequest 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 (DeleteAllExpiredAccessTokensRequest) Execute
deprecated
func (r DeleteAllExpiredAccessTokensRequest) Execute() (*AccessTokenList, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteLogsInstanceRequest
deprecated
type DeleteLogsInstanceRequest 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 (DeleteLogsInstanceRequest) Execute
deprecated
func (r DeleteLogsInstanceRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetAccessTokenRequest
deprecated
added in
v0.2.0
type GetAccessTokenRequest 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 (GetAccessTokenRequest) Execute
deprecated
added in
v0.2.0
func (r GetAccessTokenRequest) Execute() (*AccessToken, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetLogsInstanceRequest
deprecated
type GetLogsInstanceRequest 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 (GetLogsInstanceRequest) Execute
deprecated
func (r GetLogsInstanceRequest) Execute() (*LogsInstance, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAccessTokensRequest
deprecated
type ListAccessTokensRequest 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 (ListAccessTokensRequest) Execute
deprecated
func (r ListAccessTokensRequest) Execute() (*AccessTokenList, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListLogsInstancesRequest
deprecated
type ListLogsInstancesRequest 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 (ListLogsInstancesRequest) Execute
deprecated
func (r ListLogsInstancesRequest) Execute() (*LogsInstancesList, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstance ¶
type LogsInstance struct {
// The access control list for the Logs instance.
Acl LogsInstanceGetAclAttributeType `json:"acl,omitempty"`
// The date and time the creation of the Logs instance was triggered.
// REQUIRED
Created LogsInstanceGetCreatedAttributeType `json:"created" required:"true"`
// The Logs instance's datasource URL, can be used in Grafana as a datasource URL
DatasourceUrl LogsInstanceGetDatasourceUrlAttributeType `json:"datasourceUrl,omitempty"`
// The description of the Logs instance.
Description LogsInstanceGetDescriptionAttributeType `json:"description,omitempty"`
// The displayed name of the Logs instance.
// REQUIRED
DisplayName LogsInstanceGetDisplayNameAttributeType `json:"displayName" required:"true"`
// A auto generated unique id which identifies the Logs instance.
// REQUIRED
Id LogsInstanceGetIdAttributeType `json:"id" required:"true"`
// The Logs instance's ingest logs via OTLP URL
IngestOtlpUrl LogsInstanceGetIngestOtlpUrlAttributeType `json:"ingestOtlpUrl,omitempty"`
// The Logs instance's ingest logs URL
IngestUrl LogsInstanceGetIngestUrlAttributeType `json:"ingestUrl,omitempty"`
// The Logs instance's query range URL
QueryRangeUrl LogsInstanceGetQueryRangeUrlAttributeType `json:"queryRangeUrl,omitempty"`
// The Logs instance's query URL
QueryUrl LogsInstanceGetQueryUrlAttributeType `json:"queryUrl,omitempty"`
// The log retention time in days.
// Can be cast to int32 without loss of precision.
// REQUIRED
RetentionDays LogsInstanceGetRetentionDaysAttributeType `json:"retentionDays" required:"true"`
// The current status of the Logs instance.
// REQUIRED
Status LogsInstanceGetStatusAttributeType `json:"status" required:"true"`
}
LogsInstance struct for LogsInstance Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewLogsInstance ¶
func NewLogsInstance(created LogsInstanceGetCreatedArgType, displayName LogsInstanceGetDisplayNameArgType, id LogsInstanceGetIdArgType, retentionDays LogsInstanceGetRetentionDaysArgType, status LogsInstanceGetStatusArgType) *LogsInstance
NewLogsInstance instantiates a new LogsInstance 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 NewLogsInstanceWithDefaults ¶
func NewLogsInstanceWithDefaults() *LogsInstance
NewLogsInstanceWithDefaults instantiates a new LogsInstance 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 (*LogsInstance) GetAcl ¶
func (o *LogsInstance) GetAcl() (res LogsInstanceGetAclRetType)
GetAcl returns the Acl 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 (*LogsInstance) GetAclOk ¶
func (o *LogsInstance) GetAclOk() (ret LogsInstanceGetAclRetType, ok bool)
GetAclOk returns a tuple with the Acl 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 (*LogsInstance) GetCreated ¶
func (o *LogsInstance) GetCreated() (ret LogsInstanceGetCreatedRetType)
GetCreated returns the Created field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) GetCreatedOk ¶
func (o *LogsInstance) GetCreatedOk() (ret LogsInstanceGetCreatedRetType, ok bool)
GetCreatedOk returns a tuple with the Created field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) GetDatasourceUrl ¶
func (o *LogsInstance) GetDatasourceUrl() (res LogsInstanceGetDatasourceUrlRetType)
GetDatasourceUrl returns the DatasourceUrl 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 (*LogsInstance) GetDatasourceUrlOk ¶
func (o *LogsInstance) GetDatasourceUrlOk() (ret LogsInstanceGetDatasourceUrlRetType, ok bool)
GetDatasourceUrlOk returns a tuple with the DatasourceUrl 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 (*LogsInstance) GetDescription ¶
func (o *LogsInstance) GetDescription() (res LogsInstanceGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) GetDescriptionOk ¶
func (o *LogsInstance) GetDescriptionOk() (ret LogsInstanceGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) GetDisplayName ¶
func (o *LogsInstance) GetDisplayName() (ret LogsInstanceGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) GetDisplayNameOk ¶
func (o *LogsInstance) GetDisplayNameOk() (ret LogsInstanceGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) GetId ¶
func (o *LogsInstance) GetId() (ret LogsInstanceGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) GetIdOk ¶
func (o *LogsInstance) GetIdOk() (ret LogsInstanceGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) GetIngestOtlpUrl ¶
func (o *LogsInstance) GetIngestOtlpUrl() (res LogsInstanceGetIngestOtlpUrlRetType)
GetIngestOtlpUrl returns the IngestOtlpUrl 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 (*LogsInstance) GetIngestOtlpUrlOk ¶
func (o *LogsInstance) GetIngestOtlpUrlOk() (ret LogsInstanceGetIngestOtlpUrlRetType, ok bool)
GetIngestOtlpUrlOk returns a tuple with the IngestOtlpUrl 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 (*LogsInstance) GetIngestUrl ¶
func (o *LogsInstance) GetIngestUrl() (res LogsInstanceGetIngestUrlRetType)
GetIngestUrl returns the IngestUrl 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 (*LogsInstance) GetIngestUrlOk ¶
func (o *LogsInstance) GetIngestUrlOk() (ret LogsInstanceGetIngestUrlRetType, ok bool)
GetIngestUrlOk returns a tuple with the IngestUrl 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 (*LogsInstance) GetQueryRangeUrl ¶
func (o *LogsInstance) GetQueryRangeUrl() (res LogsInstanceGetQueryRangeUrlRetType)
GetQueryRangeUrl returns the QueryRangeUrl 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 (*LogsInstance) GetQueryRangeUrlOk ¶
func (o *LogsInstance) GetQueryRangeUrlOk() (ret LogsInstanceGetQueryRangeUrlRetType, ok bool)
GetQueryRangeUrlOk returns a tuple with the QueryRangeUrl 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 (*LogsInstance) GetQueryUrl ¶
func (o *LogsInstance) GetQueryUrl() (res LogsInstanceGetQueryUrlRetType)
GetQueryUrl returns the QueryUrl 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 (*LogsInstance) GetQueryUrlOk ¶
func (o *LogsInstance) GetQueryUrlOk() (ret LogsInstanceGetQueryUrlRetType, ok bool)
GetQueryUrlOk returns a tuple with the QueryUrl 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 (*LogsInstance) GetRetentionDays ¶
func (o *LogsInstance) GetRetentionDays() (ret LogsInstanceGetRetentionDaysRetType)
GetRetentionDays returns the RetentionDays field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) GetRetentionDaysOk ¶
func (o *LogsInstance) GetRetentionDaysOk() (ret LogsInstanceGetRetentionDaysRetType, ok bool)
GetRetentionDaysOk returns a tuple with the RetentionDays field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) GetStatus ¶
func (o *LogsInstance) GetStatus() (ret LogsInstanceGetStatusRetType)
GetStatus returns the Status field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) GetStatusOk ¶
func (o *LogsInstance) GetStatusOk() (ret LogsInstanceGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) HasAcl ¶
func (o *LogsInstance) HasAcl() bool
HasAcl 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 (*LogsInstance) HasDatasourceUrl ¶
func (o *LogsInstance) HasDatasourceUrl() bool
HasDatasourceUrl 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 (*LogsInstance) HasDescription ¶
func (o *LogsInstance) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) HasIngestOtlpUrl ¶
func (o *LogsInstance) HasIngestOtlpUrl() bool
HasIngestOtlpUrl 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 (*LogsInstance) HasIngestUrl ¶
func (o *LogsInstance) HasIngestUrl() bool
HasIngestUrl 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 (*LogsInstance) HasQueryRangeUrl ¶
func (o *LogsInstance) HasQueryRangeUrl() bool
HasQueryRangeUrl 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 (*LogsInstance) HasQueryUrl ¶
func (o *LogsInstance) HasQueryUrl() bool
HasQueryUrl 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 (*LogsInstance) SetAcl ¶
func (o *LogsInstance) SetAcl(v LogsInstanceGetAclRetType)
SetAcl gets a reference to the given []string and assigns it to the Acl field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) SetCreated ¶
func (o *LogsInstance) SetCreated(v LogsInstanceGetCreatedRetType)
SetCreated sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) SetDatasourceUrl ¶
func (o *LogsInstance) SetDatasourceUrl(v LogsInstanceGetDatasourceUrlRetType)
SetDatasourceUrl gets a reference to the given string and assigns it to the DatasourceUrl field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) SetDescription ¶
func (o *LogsInstance) SetDescription(v LogsInstanceGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) SetDisplayName ¶
func (o *LogsInstance) SetDisplayName(v LogsInstanceGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) SetId ¶
func (o *LogsInstance) SetId(v LogsInstanceGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) SetIngestOtlpUrl ¶
func (o *LogsInstance) SetIngestOtlpUrl(v LogsInstanceGetIngestOtlpUrlRetType)
SetIngestOtlpUrl gets a reference to the given string and assigns it to the IngestOtlpUrl field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) SetIngestUrl ¶
func (o *LogsInstance) SetIngestUrl(v LogsInstanceGetIngestUrlRetType)
SetIngestUrl gets a reference to the given string and assigns it to the IngestUrl field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) SetQueryRangeUrl ¶
func (o *LogsInstance) SetQueryRangeUrl(v LogsInstanceGetQueryRangeUrlRetType)
SetQueryRangeUrl gets a reference to the given string and assigns it to the QueryRangeUrl field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) SetQueryUrl ¶
func (o *LogsInstance) SetQueryUrl(v LogsInstanceGetQueryUrlRetType)
SetQueryUrl gets a reference to the given string and assigns it to the QueryUrl field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) SetRetentionDays ¶
func (o *LogsInstance) SetRetentionDays(v LogsInstanceGetRetentionDaysRetType)
SetRetentionDays sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstance) SetStatus ¶
func (o *LogsInstance) SetStatus(v LogsInstanceGetStatusRetType)
SetStatus sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (LogsInstance) ToMap
deprecated
func (o LogsInstance) 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 LogsInstanceGetAclArgType
deprecated
type LogsInstanceGetAclArgType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetAclAttributeType ¶
type LogsInstanceGetAclAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetAclRetType
deprecated
type LogsInstanceGetAclRetType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetCreatedArgType
deprecated
type LogsInstanceGetCreatedAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetCreatedRetType
deprecated
type LogsInstanceGetDatasourceUrlArgType
deprecated
type LogsInstanceGetDatasourceUrlArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetDatasourceUrlAttributeType ¶
type LogsInstanceGetDatasourceUrlAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetDatasourceUrlRetType
deprecated
type LogsInstanceGetDatasourceUrlRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetDescriptionArgType
deprecated
type LogsInstanceGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetDescriptionAttributeType ¶
type LogsInstanceGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetDescriptionRetType
deprecated
type LogsInstanceGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetDisplayNameArgType
deprecated
type LogsInstanceGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetDisplayNameAttributeType ¶
type LogsInstanceGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetDisplayNameRetType
deprecated
type LogsInstanceGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetIdArgType
deprecated
type LogsInstanceGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetIdAttributeType ¶
type LogsInstanceGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetIdRetType
deprecated
type LogsInstanceGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetIngestOtlpUrlArgType
deprecated
type LogsInstanceGetIngestOtlpUrlArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetIngestOtlpUrlAttributeType ¶
type LogsInstanceGetIngestOtlpUrlAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetIngestOtlpUrlRetType
deprecated
type LogsInstanceGetIngestOtlpUrlRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetIngestUrlArgType
deprecated
type LogsInstanceGetIngestUrlArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetIngestUrlAttributeType ¶
type LogsInstanceGetIngestUrlAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetIngestUrlRetType
deprecated
type LogsInstanceGetIngestUrlRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetQueryRangeUrlArgType
deprecated
type LogsInstanceGetQueryRangeUrlArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetQueryRangeUrlAttributeType ¶
type LogsInstanceGetQueryRangeUrlAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetQueryRangeUrlRetType
deprecated
type LogsInstanceGetQueryRangeUrlRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetQueryUrlArgType
deprecated
type LogsInstanceGetQueryUrlArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetQueryUrlAttributeType ¶
type LogsInstanceGetQueryUrlAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetQueryUrlRetType
deprecated
type LogsInstanceGetQueryUrlRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetRetentionDaysArgType
deprecated
type LogsInstanceGetRetentionDaysArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetRetentionDaysAttributeType ¶
type LogsInstanceGetRetentionDaysAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetRetentionDaysRetType
deprecated
type LogsInstanceGetRetentionDaysRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetStatusArgType
deprecated
type LogsInstanceGetStatusArgType = LogsInstanceStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetStatusAttributeType
deprecated
type LogsInstanceGetStatusAttributeType = *LogsInstanceStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceGetStatusRetType
deprecated
type LogsInstanceGetStatusRetType = LogsInstanceStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstanceStatus ¶
type LogsInstanceStatus string
LogsInstanceStatus The current status of the Logs instance. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead LOGSINSTANCESTATUS_ACTIVE LogsInstanceStatus = "active" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead LOGSINSTANCESTATUS_DELETING LogsInstanceStatus = "deleting" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead LOGSINSTANCESTATUS_RECONCILING LogsInstanceStatus = "reconciling" )
List of Status
func NewLogsInstanceStatusFromValue ¶
func NewLogsInstanceStatusFromValue(v LogsInstanceStatus) (*LogsInstanceStatus, error)
NewLogsInstanceStatusFromValue returns a pointer to a valid LogsInstanceStatus 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 (LogsInstanceStatus) IsValid ¶
func (v LogsInstanceStatus) 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 (LogsInstanceStatus) Ptr ¶
func (v LogsInstanceStatus) Ptr() *LogsInstanceStatus
Ptr returns reference to StatusStatus value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstanceStatus) UnmarshalJSON
deprecated
func (v *LogsInstanceStatus) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstancesList ¶
type LogsInstancesList struct {
// REQUIRED
Instances LogsInstancesListGetInstancesAttributeType `json:"instances" required:"true"`
}
LogsInstancesList struct for LogsInstancesList Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewLogsInstancesList ¶
func NewLogsInstancesList(instances LogsInstancesListGetInstancesArgType) *LogsInstancesList
NewLogsInstancesList instantiates a new LogsInstancesList 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 NewLogsInstancesListWithDefaults ¶
func NewLogsInstancesListWithDefaults() *LogsInstancesList
NewLogsInstancesListWithDefaults instantiates a new LogsInstancesList 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 (*LogsInstancesList) GetInstances ¶
func (o *LogsInstancesList) GetInstances() (ret LogsInstancesListGetInstancesRetType)
GetInstances returns the Instances field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstancesList) GetInstancesOk ¶
func (o *LogsInstancesList) GetInstancesOk() (ret LogsInstancesListGetInstancesRetType, ok bool)
GetInstancesOk returns a tuple with the Instances field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*LogsInstancesList) SetInstances ¶
func (o *LogsInstancesList) SetInstances(v LogsInstancesListGetInstancesRetType)
SetInstances sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (LogsInstancesList) ToMap
deprecated
func (o LogsInstancesList) 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 LogsInstancesListGetInstancesArgType
deprecated
type LogsInstancesListGetInstancesArgType = []LogsInstance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstancesListGetInstancesAttributeType ¶
type LogsInstancesListGetInstancesAttributeType = *[]LogsInstance
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type LogsInstancesListGetInstancesRetType
deprecated
type LogsInstancesListGetInstancesRetType = []LogsInstance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MappedNullable
deprecated
type NullableAccessToken
deprecated
type NullableAccessToken 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 NewNullableAccessToken
deprecated
func NewNullableAccessToken(val *AccessToken) *NullableAccessToken
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessToken) Get
deprecated
func (v NullableAccessToken) Get() *AccessToken
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessToken) IsSet
deprecated
func (v NullableAccessToken) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessToken) MarshalJSON
deprecated
func (v NullableAccessToken) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessToken) Set
deprecated
func (v *NullableAccessToken) Set(val *AccessToken)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessToken) UnmarshalJSON
deprecated
func (v *NullableAccessToken) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessToken) Unset
deprecated
func (v *NullableAccessToken) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAccessTokenList
deprecated
type NullableAccessTokenList 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 NewNullableAccessTokenList
deprecated
func NewNullableAccessTokenList(val *AccessTokenList) *NullableAccessTokenList
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessTokenList) Get
deprecated
func (v NullableAccessTokenList) Get() *AccessTokenList
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessTokenList) IsSet
deprecated
func (v NullableAccessTokenList) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessTokenList) MarshalJSON
deprecated
func (v NullableAccessTokenList) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessTokenList) Set
deprecated
func (v *NullableAccessTokenList) Set(val *AccessTokenList)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessTokenList) UnmarshalJSON
deprecated
func (v *NullableAccessTokenList) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessTokenList) Unset
deprecated
func (v *NullableAccessTokenList) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAccessTokenStatus
deprecated
type NullableAccessTokenStatus 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 NewNullableAccessTokenStatus
deprecated
func NewNullableAccessTokenStatus(val *AccessTokenStatus) *NullableAccessTokenStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessTokenStatus) Get
deprecated
func (v NullableAccessTokenStatus) Get() *AccessTokenStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessTokenStatus) IsSet
deprecated
func (v NullableAccessTokenStatus) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessTokenStatus) MarshalJSON
deprecated
func (v NullableAccessTokenStatus) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessTokenStatus) Set
deprecated
func (v *NullableAccessTokenStatus) Set(val *AccessTokenStatus)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessTokenStatus) UnmarshalJSON
deprecated
func (v *NullableAccessTokenStatus) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessTokenStatus) Unset
deprecated
func (v *NullableAccessTokenStatus) 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 NullableCreateAccessTokenPayload
deprecated
type NullableCreateAccessTokenPayload 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 NewNullableCreateAccessTokenPayload
deprecated
func NewNullableCreateAccessTokenPayload(val *CreateAccessTokenPayload) *NullableCreateAccessTokenPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateAccessTokenPayload) Get
deprecated
func (v NullableCreateAccessTokenPayload) Get() *CreateAccessTokenPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateAccessTokenPayload) IsSet
deprecated
func (v NullableCreateAccessTokenPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateAccessTokenPayload) MarshalJSON
deprecated
func (v NullableCreateAccessTokenPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateAccessTokenPayload) Set
deprecated
func (v *NullableCreateAccessTokenPayload) Set(val *CreateAccessTokenPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateAccessTokenPayload) UnmarshalJSON
deprecated
func (v *NullableCreateAccessTokenPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateAccessTokenPayload) Unset
deprecated
func (v *NullableCreateAccessTokenPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateLogsInstancePayload
deprecated
type NullableCreateLogsInstancePayload 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 NewNullableCreateLogsInstancePayload
deprecated
func NewNullableCreateLogsInstancePayload(val *CreateLogsInstancePayload) *NullableCreateLogsInstancePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateLogsInstancePayload) Get
deprecated
func (v NullableCreateLogsInstancePayload) Get() *CreateLogsInstancePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateLogsInstancePayload) IsSet
deprecated
func (v NullableCreateLogsInstancePayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateLogsInstancePayload) MarshalJSON
deprecated
func (v NullableCreateLogsInstancePayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateLogsInstancePayload) Set
deprecated
func (v *NullableCreateLogsInstancePayload) Set(val *CreateLogsInstancePayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateLogsInstancePayload) UnmarshalJSON
deprecated
func (v *NullableCreateLogsInstancePayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateLogsInstancePayload) Unset
deprecated
func (v *NullableCreateLogsInstancePayload) 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 NullableLogsInstance
deprecated
type NullableLogsInstance 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 NewNullableLogsInstance
deprecated
func NewNullableLogsInstance(val *LogsInstance) *NullableLogsInstance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableLogsInstance) Get
deprecated
func (v NullableLogsInstance) Get() *LogsInstance
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableLogsInstance) IsSet
deprecated
func (v NullableLogsInstance) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableLogsInstance) MarshalJSON
deprecated
func (v NullableLogsInstance) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableLogsInstance) Set
deprecated
func (v *NullableLogsInstance) Set(val *LogsInstance)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableLogsInstance) UnmarshalJSON
deprecated
func (v *NullableLogsInstance) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableLogsInstance) Unset
deprecated
func (v *NullableLogsInstance) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableLogsInstanceStatus
deprecated
type NullableLogsInstanceStatus 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 NewNullableLogsInstanceStatus
deprecated
func NewNullableLogsInstanceStatus(val *LogsInstanceStatus) *NullableLogsInstanceStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableLogsInstanceStatus) Get
deprecated
func (v NullableLogsInstanceStatus) Get() *LogsInstanceStatus
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableLogsInstanceStatus) IsSet
deprecated
func (v NullableLogsInstanceStatus) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableLogsInstanceStatus) MarshalJSON
deprecated
func (v NullableLogsInstanceStatus) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableLogsInstanceStatus) Set
deprecated
func (v *NullableLogsInstanceStatus) Set(val *LogsInstanceStatus)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableLogsInstanceStatus) UnmarshalJSON
deprecated
func (v *NullableLogsInstanceStatus) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableLogsInstanceStatus) Unset
deprecated
func (v *NullableLogsInstanceStatus) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableLogsInstancesList
deprecated
type NullableLogsInstancesList 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 NewNullableLogsInstancesList
deprecated
func NewNullableLogsInstancesList(val *LogsInstancesList) *NullableLogsInstancesList
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableLogsInstancesList) Get
deprecated
func (v NullableLogsInstancesList) Get() *LogsInstancesList
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableLogsInstancesList) IsSet
deprecated
func (v NullableLogsInstancesList) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableLogsInstancesList) MarshalJSON
deprecated
func (v NullableLogsInstancesList) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableLogsInstancesList) Set
deprecated
func (v *NullableLogsInstancesList) Set(val *LogsInstancesList)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableLogsInstancesList) UnmarshalJSON
deprecated
func (v *NullableLogsInstancesList) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableLogsInstancesList) Unset
deprecated
func (v *NullableLogsInstancesList) 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 NullableUpdateAccessTokenPayload
deprecated
type NullableUpdateAccessTokenPayload 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 NewNullableUpdateAccessTokenPayload
deprecated
func NewNullableUpdateAccessTokenPayload(val *UpdateAccessTokenPayload) *NullableUpdateAccessTokenPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateAccessTokenPayload) Get
deprecated
func (v NullableUpdateAccessTokenPayload) Get() *UpdateAccessTokenPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateAccessTokenPayload) IsSet
deprecated
func (v NullableUpdateAccessTokenPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateAccessTokenPayload) MarshalJSON
deprecated
func (v NullableUpdateAccessTokenPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateAccessTokenPayload) Set
deprecated
func (v *NullableUpdateAccessTokenPayload) Set(val *UpdateAccessTokenPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateAccessTokenPayload) UnmarshalJSON
deprecated
func (v *NullableUpdateAccessTokenPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateAccessTokenPayload) Unset
deprecated
func (v *NullableUpdateAccessTokenPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableUpdateLogsInstancePayload
deprecated
type NullableUpdateLogsInstancePayload 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 NewNullableUpdateLogsInstancePayload
deprecated
func NewNullableUpdateLogsInstancePayload(val *UpdateLogsInstancePayload) *NullableUpdateLogsInstancePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateLogsInstancePayload) Get
deprecated
func (v NullableUpdateLogsInstancePayload) Get() *UpdateLogsInstancePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateLogsInstancePayload) IsSet
deprecated
func (v NullableUpdateLogsInstancePayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateLogsInstancePayload) MarshalJSON
deprecated
func (v NullableUpdateLogsInstancePayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateLogsInstancePayload) Set
deprecated
func (v *NullableUpdateLogsInstancePayload) Set(val *UpdateLogsInstancePayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateLogsInstancePayload) UnmarshalJSON
deprecated
func (v *NullableUpdateLogsInstancePayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateLogsInstancePayload) Unset
deprecated
func (v *NullableUpdateLogsInstancePayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableValue
deprecated
type NullableValue[T any] struct { // contains filtered or unexported fields }
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) Get
deprecated
func (v NullableValue[T]) Get() *T
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) IsSet
deprecated
func (v NullableValue[T]) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Set
deprecated
func (v *NullableValue[T]) Set(val *T)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Unset
deprecated
func (v *NullableValue[T]) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateAccessTokenPayload ¶
type UpdateAccessTokenPayload struct {
// The description of the access token.
Description UpdateAccessTokenPayloadGetDescriptionAttributeType `json:"description,omitempty"`
// The displayed name of the access token.
DisplayName UpdateAccessTokenPayloadGetDisplayNameAttributeType `json:"displayName,omitempty"`
}
UpdateAccessTokenPayload struct for UpdateAccessTokenPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUpdateAccessTokenPayload ¶
func NewUpdateAccessTokenPayload() *UpdateAccessTokenPayload
NewUpdateAccessTokenPayload instantiates a new UpdateAccessTokenPayload 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 NewUpdateAccessTokenPayloadWithDefaults ¶
func NewUpdateAccessTokenPayloadWithDefaults() *UpdateAccessTokenPayload
NewUpdateAccessTokenPayloadWithDefaults instantiates a new UpdateAccessTokenPayload 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 (*UpdateAccessTokenPayload) GetDescription ¶
func (o *UpdateAccessTokenPayload) GetDescription() (res UpdateAccessTokenPayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateAccessTokenPayload) GetDescriptionOk ¶
func (o *UpdateAccessTokenPayload) GetDescriptionOk() (ret UpdateAccessTokenPayloadGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateAccessTokenPayload) GetDisplayName ¶
func (o *UpdateAccessTokenPayload) GetDisplayName() (res UpdateAccessTokenPayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName 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 (*UpdateAccessTokenPayload) GetDisplayNameOk ¶
func (o *UpdateAccessTokenPayload) GetDisplayNameOk() (ret UpdateAccessTokenPayloadGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName 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 (*UpdateAccessTokenPayload) HasDescription ¶
func (o *UpdateAccessTokenPayload) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateAccessTokenPayload) HasDisplayName ¶
func (o *UpdateAccessTokenPayload) HasDisplayName() bool
HasDisplayName 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 (*UpdateAccessTokenPayload) SetDescription ¶
func (o *UpdateAccessTokenPayload) SetDescription(v UpdateAccessTokenPayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateAccessTokenPayload) SetDisplayName ¶
func (o *UpdateAccessTokenPayload) SetDisplayName(v UpdateAccessTokenPayloadGetDisplayNameRetType)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateAccessTokenPayload) ToMap
deprecated
func (o UpdateAccessTokenPayload) 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 UpdateAccessTokenPayloadGetDescriptionArgType
deprecated
type UpdateAccessTokenPayloadGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateAccessTokenPayloadGetDescriptionAttributeType ¶
type UpdateAccessTokenPayloadGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateAccessTokenPayloadGetDescriptionRetType
deprecated
type UpdateAccessTokenPayloadGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateAccessTokenPayloadGetDisplayNameArgType
deprecated
type UpdateAccessTokenPayloadGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateAccessTokenPayloadGetDisplayNameAttributeType ¶
type UpdateAccessTokenPayloadGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateAccessTokenPayloadGetDisplayNameRetType
deprecated
type UpdateAccessTokenPayloadGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateAccessTokenRequest
deprecated
type UpdateAccessTokenRequest 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 (UpdateAccessTokenRequest) Execute
deprecated
func (r UpdateAccessTokenRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateAccessTokenRequest) UpdateAccessTokenPayload
deprecated
func (r UpdateAccessTokenRequest) UpdateAccessTokenPayload(updateAccessTokenPayload UpdateAccessTokenPayload) ApiUpdateAccessTokenRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateLogsInstancePayload ¶
type UpdateLogsInstancePayload struct {
// The access control list for the Logs instance.
Acl UpdateLogsInstancePayloadGetAclAttributeType `json:"acl,omitempty"`
// The description of the Logs instance.
Description UpdateLogsInstancePayloadGetDescriptionAttributeType `json:"description,omitempty"`
// The displayed name to distinguish multiple Logs instances.
DisplayName UpdateLogsInstancePayloadGetDisplayNameAttributeType `json:"displayName,omitempty"`
// The log retention time in days.
// Can be cast to int32 without loss of precision.
RetentionDays UpdateLogsInstancePayloadGetRetentionDaysAttributeType `json:"retentionDays,omitempty"`
}
UpdateLogsInstancePayload struct for UpdateLogsInstancePayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUpdateLogsInstancePayload ¶
func NewUpdateLogsInstancePayload() *UpdateLogsInstancePayload
NewUpdateLogsInstancePayload instantiates a new UpdateLogsInstancePayload 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 NewUpdateLogsInstancePayloadWithDefaults ¶
func NewUpdateLogsInstancePayloadWithDefaults() *UpdateLogsInstancePayload
NewUpdateLogsInstancePayloadWithDefaults instantiates a new UpdateLogsInstancePayload 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 (*UpdateLogsInstancePayload) GetAcl ¶
func (o *UpdateLogsInstancePayload) GetAcl() (res UpdateLogsInstancePayloadGetAclRetType)
GetAcl returns the Acl 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 (*UpdateLogsInstancePayload) GetAclOk ¶
func (o *UpdateLogsInstancePayload) GetAclOk() (ret UpdateLogsInstancePayloadGetAclRetType, ok bool)
GetAclOk returns a tuple with the Acl 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 (*UpdateLogsInstancePayload) GetDescription ¶
func (o *UpdateLogsInstancePayload) GetDescription() (res UpdateLogsInstancePayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateLogsInstancePayload) GetDescriptionOk ¶
func (o *UpdateLogsInstancePayload) GetDescriptionOk() (ret UpdateLogsInstancePayloadGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateLogsInstancePayload) GetDisplayName ¶
func (o *UpdateLogsInstancePayload) GetDisplayName() (res UpdateLogsInstancePayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName 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 (*UpdateLogsInstancePayload) GetDisplayNameOk ¶
func (o *UpdateLogsInstancePayload) GetDisplayNameOk() (ret UpdateLogsInstancePayloadGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName 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 (*UpdateLogsInstancePayload) GetRetentionDays ¶
func (o *UpdateLogsInstancePayload) GetRetentionDays() (res UpdateLogsInstancePayloadGetRetentionDaysRetType)
GetRetentionDays returns the RetentionDays 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 (*UpdateLogsInstancePayload) GetRetentionDaysOk ¶
func (o *UpdateLogsInstancePayload) GetRetentionDaysOk() (ret UpdateLogsInstancePayloadGetRetentionDaysRetType, ok bool)
GetRetentionDaysOk returns a tuple with the RetentionDays 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 (*UpdateLogsInstancePayload) HasAcl ¶
func (o *UpdateLogsInstancePayload) HasAcl() bool
HasAcl 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 (*UpdateLogsInstancePayload) HasDescription ¶
func (o *UpdateLogsInstancePayload) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateLogsInstancePayload) HasDisplayName ¶
func (o *UpdateLogsInstancePayload) HasDisplayName() bool
HasDisplayName 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 (*UpdateLogsInstancePayload) HasRetentionDays ¶
func (o *UpdateLogsInstancePayload) HasRetentionDays() bool
HasRetentionDays 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 (*UpdateLogsInstancePayload) SetAcl ¶
func (o *UpdateLogsInstancePayload) SetAcl(v UpdateLogsInstancePayloadGetAclRetType)
SetAcl gets a reference to the given []string and assigns it to the Acl field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateLogsInstancePayload) SetDescription ¶
func (o *UpdateLogsInstancePayload) SetDescription(v UpdateLogsInstancePayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateLogsInstancePayload) SetDisplayName ¶
func (o *UpdateLogsInstancePayload) SetDisplayName(v UpdateLogsInstancePayloadGetDisplayNameRetType)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateLogsInstancePayload) SetRetentionDays ¶
func (o *UpdateLogsInstancePayload) SetRetentionDays(v UpdateLogsInstancePayloadGetRetentionDaysRetType)
SetRetentionDays gets a reference to the given int64 and assigns it to the RetentionDays field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateLogsInstancePayload) ToMap
deprecated
func (o UpdateLogsInstancePayload) 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 UpdateLogsInstancePayloadGetAclArgType
deprecated
type UpdateLogsInstancePayloadGetAclArgType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateLogsInstancePayloadGetAclAttributeType ¶
type UpdateLogsInstancePayloadGetAclAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateLogsInstancePayloadGetAclRetType
deprecated
type UpdateLogsInstancePayloadGetAclRetType = []string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateLogsInstancePayloadGetDescriptionArgType
deprecated
type UpdateLogsInstancePayloadGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateLogsInstancePayloadGetDescriptionAttributeType ¶
type UpdateLogsInstancePayloadGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateLogsInstancePayloadGetDescriptionRetType
deprecated
type UpdateLogsInstancePayloadGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateLogsInstancePayloadGetDisplayNameArgType
deprecated
type UpdateLogsInstancePayloadGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateLogsInstancePayloadGetDisplayNameAttributeType ¶
type UpdateLogsInstancePayloadGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateLogsInstancePayloadGetDisplayNameRetType
deprecated
type UpdateLogsInstancePayloadGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateLogsInstancePayloadGetRetentionDaysArgType
deprecated
type UpdateLogsInstancePayloadGetRetentionDaysArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateLogsInstancePayloadGetRetentionDaysAttributeType ¶
type UpdateLogsInstancePayloadGetRetentionDaysAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateLogsInstancePayloadGetRetentionDaysRetType
deprecated
type UpdateLogsInstancePayloadGetRetentionDaysRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateLogsInstanceRequest
deprecated
type UpdateLogsInstanceRequest 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 (UpdateLogsInstanceRequest) Execute
deprecated
func (r UpdateLogsInstanceRequest) Execute() (*LogsInstance, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateLogsInstanceRequest) UpdateLogsInstancePayload
deprecated
func (r UpdateLogsInstanceRequest) UpdateLogsInstancePayload(updateLogsInstancePayload UpdateLogsInstancePayload) ApiUpdateLogsInstanceRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Source Files
¶
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. |
|
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. |