Documentation ¶
Index ¶
- Constants
- Variables
- func AddPinnedCert(transport *http.Transport, pkFingerprint string)
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- 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
- func SliceToValueDefault[T any](ptrSlice *[]T) []T
- func ToBool(ptr *bool) bool
- func ToBoolDefault(ptr *bool) bool
- func ToBoolSlice(ptrSlice *[]bool) []bool
- func ToByte(ptr *byte) byte
- func ToByteDefault(ptr *byte) byte
- func ToByteSlice(ptrSlice *[]byte) []byte
- func ToFloat32(ptr *float32) float32
- func ToFloat32Default(ptr *float32) float32
- func ToFloat32Slice(ptrSlice *[]float32) []float32
- func ToFloat64(ptr *float64) float64
- func ToFloat64Default(ptr *float64) float64
- func ToFloat64Slice(ptrSlice *[]float64) []float64
- func ToInt(ptr *int) int
- func ToInt16(ptr *int16) int16
- func ToInt16Default(ptr *int16) int16
- func ToInt16Slice(ptrSlice *[]int16) []int16
- func ToInt32(ptr *int32) int32
- func ToInt32Default(ptr *int32) int32
- func ToInt32Slice(ptrSlice *[]int32) []int32
- func ToInt64(ptr *int64) int64
- func ToInt64Default(ptr *int64) int64
- func ToInt64Slice(ptrSlice *[]int64) []int64
- func ToInt8(ptr *int8) int8
- func ToInt8Default(ptr *int8) int8
- func ToInt8Slice(ptrSlice *[]int8) []int8
- func ToIntDefault(ptr *int) int
- func ToIntSlice(ptrSlice *[]int) []int
- func ToPtr[T any](v T) *T
- func ToString(ptr *string) string
- func ToStringDefault(ptr *string) string
- func ToStringSlice(ptrSlice *[]string) []string
- func ToTime(ptr *time.Time) time.Time
- func ToTimeDefault(ptr *time.Time) time.Time
- func ToTimeSlice(ptrSlice *[]time.Time) []time.Time
- func ToUint(ptr *uint) uint
- func ToUint16(ptr *uint16) uint16
- func ToUint16Default(ptr *uint16) uint16
- func ToUint16Slice(ptrSlice *[]uint16) []uint16
- func ToUint32(ptr *uint32) uint32
- func ToUint32Default(ptr *uint32) uint32
- func ToUint32Slice(ptrSlice *[]uint32) []uint32
- func ToUint64(ptr *uint64) uint64
- func ToUint64Default(ptr *uint64) uint64
- func ToUint64Slice(ptrSlice *[]uint64) []uint64
- func ToUint8(ptr *uint8) uint8
- func ToUint8Default(ptr *uint8) uint8
- func ToUint8Slice(ptrSlice *[]uint8) []uint8
- func ToUintDefault(ptr *uint) uint
- func ToUintSlice(ptrSlice *[]uint) []uint
- func ToValue[T any](ptr *T) T
- func ToValueDefault[T any](ptr *T) T
- type APIClient
- type APIKey
- type APIResponse
- type ApiCentralLoggingGetRequest
- type ApiCentralLoggingToggleRequest
- type ApiPipelinesDeleteRequest
- type ApiPipelinesFindByIdRequest
- type ApiPipelinesGetRequest
- func (r ApiPipelinesGetRequest) Execute() (PipelineListResponse, *APIResponse, error)
- func (r ApiPipelinesGetRequest) Limit(limit int32) ApiPipelinesGetRequest
- func (r ApiPipelinesGetRequest) Offset(offset int32) ApiPipelinesGetRequest
- func (r ApiPipelinesGetRequest) OrderBy(orderBy string) ApiPipelinesGetRequest
- type ApiPipelinesKeyPostRequest
- type ApiPipelinesPatchRequest
- type ApiPipelinesPostRequest
- type BasicAuth
- type CentralApiService
- func (a *CentralApiService) CentralLoggingGet(ctx _context.Context) ApiCentralLoggingGetRequest
- func (a *CentralApiService) CentralLoggingGetExecute(r ApiCentralLoggingGetRequest) (CentralLoggingResponse, *APIResponse, error)
- func (a *CentralApiService) CentralLoggingToggle(ctx _context.Context) ApiCentralLoggingToggleRequest
- func (a *CentralApiService) CentralLoggingToggleExecute(r ApiCentralLoggingToggleRequest) (CentralLoggingResponse, *APIResponse, error)
- type CentralLoggingResponse
- func (o *CentralLoggingResponse) GetMetadata() *CentralLoggingResponseMetadata
- func (o *CentralLoggingResponse) GetMetadataOk() (*CentralLoggingResponseMetadata, bool)
- func (o *CentralLoggingResponse) GetProperties() *CentralLoggingResponseProperties
- func (o *CentralLoggingResponse) GetPropertiesOk() (*CentralLoggingResponseProperties, bool)
- func (o *CentralLoggingResponse) HasMetadata() bool
- func (o *CentralLoggingResponse) HasProperties() bool
- func (o CentralLoggingResponse) MarshalJSON() ([]byte, error)
- func (o *CentralLoggingResponse) SetMetadata(v CentralLoggingResponseMetadata)
- func (o *CentralLoggingResponse) SetProperties(v CentralLoggingResponseProperties)
- type CentralLoggingResponseMetadata
- func (o *CentralLoggingResponseMetadata) GetGrafanaEndpoint() *string
- func (o *CentralLoggingResponseMetadata) GetGrafanaEndpointOk() (*string, bool)
- func (o *CentralLoggingResponseMetadata) GetLastModifiedBy() *string
- func (o *CentralLoggingResponseMetadata) GetLastModifiedByOk() (*string, bool)
- func (o *CentralLoggingResponseMetadata) GetLastModifiedByUserId() *string
- func (o *CentralLoggingResponseMetadata) GetLastModifiedByUserIdOk() (*string, bool)
- func (o *CentralLoggingResponseMetadata) GetLastModifiedByUserUuid() *string
- func (o *CentralLoggingResponseMetadata) GetLastModifiedByUserUuidOk() (*string, bool)
- func (o *CentralLoggingResponseMetadata) GetLastModifiedDate() *time.Time
- func (o *CentralLoggingResponseMetadata) GetLastModifiedDateOk() (*time.Time, bool)
- func (o *CentralLoggingResponseMetadata) HasGrafanaEndpoint() bool
- func (o *CentralLoggingResponseMetadata) HasLastModifiedBy() bool
- func (o *CentralLoggingResponseMetadata) HasLastModifiedByUserId() bool
- func (o *CentralLoggingResponseMetadata) HasLastModifiedByUserUuid() bool
- func (o *CentralLoggingResponseMetadata) HasLastModifiedDate() bool
- func (o CentralLoggingResponseMetadata) MarshalJSON() ([]byte, error)
- func (o *CentralLoggingResponseMetadata) SetGrafanaEndpoint(v string)
- func (o *CentralLoggingResponseMetadata) SetLastModifiedBy(v string)
- func (o *CentralLoggingResponseMetadata) SetLastModifiedByUserId(v string)
- func (o *CentralLoggingResponseMetadata) SetLastModifiedByUserUuid(v string)
- func (o *CentralLoggingResponseMetadata) SetLastModifiedDate(v time.Time)
- type CentralLoggingResponseProperties
- func (o *CentralLoggingResponseProperties) GetEnabled() *bool
- func (o *CentralLoggingResponseProperties) GetEnabledOk() (*bool, bool)
- func (o *CentralLoggingResponseProperties) HasEnabled() bool
- func (o CentralLoggingResponseProperties) MarshalJSON() ([]byte, error)
- func (o *CentralLoggingResponseProperties) SetEnabled(v bool)
- type CentralLoggingToggle
- func (o *CentralLoggingToggle) GetProperties() *CentralLoggingToggleProperties
- func (o *CentralLoggingToggle) GetPropertiesOk() (*CentralLoggingToggleProperties, bool)
- func (o *CentralLoggingToggle) HasProperties() bool
- func (o CentralLoggingToggle) MarshalJSON() ([]byte, error)
- func (o *CentralLoggingToggle) SetProperties(v CentralLoggingToggleProperties)
- type CentralLoggingToggleProperties
- func (o *CentralLoggingToggleProperties) GetEnabled() *bool
- func (o *CentralLoggingToggleProperties) GetEnabledOk() (*bool, bool)
- func (o *CentralLoggingToggleProperties) HasEnabled() bool
- func (o CentralLoggingToggleProperties) MarshalJSON() ([]byte, error)
- func (o *CentralLoggingToggleProperties) SetEnabled(v bool)
- type Configuration
- func (c *Configuration) AddDefaultHeader(key string, value string)
- func (c *Configuration) AddDefaultQueryParam(key string, value string)
- func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)
- func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)
- type DeletedMetadata
- func (o *DeletedMetadata) GetCreatedBy() *string
- func (o *DeletedMetadata) GetCreatedByOk() (*string, bool)
- func (o *DeletedMetadata) GetCreatedByUserId() *string
- func (o *DeletedMetadata) GetCreatedByUserIdOk() (*string, bool)
- func (o *DeletedMetadata) GetCreatedByUserUuid() *string
- func (o *DeletedMetadata) GetCreatedByUserUuidOk() (*string, bool)
- func (o *DeletedMetadata) GetCreatedDate() *time.Time
- func (o *DeletedMetadata) GetCreatedDateOk() (*time.Time, bool)
- func (o *DeletedMetadata) GetLastModifiedBy() *string
- func (o *DeletedMetadata) GetLastModifiedByOk() (*string, bool)
- func (o *DeletedMetadata) GetLastModifiedByUserId() *string
- func (o *DeletedMetadata) GetLastModifiedByUserIdOk() (*string, bool)
- func (o *DeletedMetadata) GetLastModifiedByUserUuid() *string
- func (o *DeletedMetadata) GetLastModifiedByUserUuidOk() (*string, bool)
- func (o *DeletedMetadata) GetLastModifiedDate() *time.Time
- func (o *DeletedMetadata) GetLastModifiedDateOk() (*time.Time, bool)
- func (o *DeletedMetadata) GetState() *string
- func (o *DeletedMetadata) GetStateOk() (*string, bool)
- func (o *DeletedMetadata) HasCreatedBy() bool
- func (o *DeletedMetadata) HasCreatedByUserId() bool
- func (o *DeletedMetadata) HasCreatedByUserUuid() bool
- func (o *DeletedMetadata) HasCreatedDate() bool
- func (o *DeletedMetadata) HasLastModifiedBy() bool
- func (o *DeletedMetadata) HasLastModifiedByUserId() bool
- func (o *DeletedMetadata) HasLastModifiedByUserUuid() bool
- func (o *DeletedMetadata) HasLastModifiedDate() bool
- func (o *DeletedMetadata) HasState() bool
- func (o DeletedMetadata) MarshalJSON() ([]byte, error)
- func (o *DeletedMetadata) SetCreatedBy(v string)
- func (o *DeletedMetadata) SetCreatedByUserId(v string)
- func (o *DeletedMetadata) SetCreatedByUserUuid(v string)
- func (o *DeletedMetadata) SetCreatedDate(v time.Time)
- func (o *DeletedMetadata) SetLastModifiedBy(v string)
- func (o *DeletedMetadata) SetLastModifiedByUserId(v string)
- func (o *DeletedMetadata) SetLastModifiedByUserUuid(v string)
- func (o *DeletedMetadata) SetLastModifiedDate(v time.Time)
- func (o *DeletedMetadata) SetState(v string)
- type DeletedMetadataAllOf
- type DeletedPipeline
- func (o *DeletedPipeline) GetId() *string
- func (o *DeletedPipeline) GetIdOk() (*string, bool)
- func (o *DeletedPipeline) GetMetadata() *DeletedMetadata
- func (o *DeletedPipeline) GetMetadataOk() (*DeletedMetadata, bool)
- func (o *DeletedPipeline) GetProperties() *PipelineProperties
- func (o *DeletedPipeline) GetPropertiesOk() (*PipelineProperties, bool)
- func (o *DeletedPipeline) HasId() bool
- func (o *DeletedPipeline) HasMetadata() bool
- func (o *DeletedPipeline) HasProperties() bool
- func (o DeletedPipeline) MarshalJSON() ([]byte, error)
- func (o *DeletedPipeline) SetId(v string)
- func (o *DeletedPipeline) SetMetadata(v DeletedMetadata)
- func (o *DeletedPipeline) SetProperties(v PipelineProperties)
- type Destination
- func (o *Destination) GetRetentionInDays() *int32
- func (o *Destination) GetRetentionInDaysOk() (*int32, bool)
- func (o *Destination) GetType() *string
- func (o *Destination) GetTypeOk() (*string, bool)
- func (o *Destination) HasRetentionInDays() bool
- func (o *Destination) HasType() bool
- func (o Destination) MarshalJSON() ([]byte, error)
- func (o *Destination) SetRetentionInDays(v int32)
- func (o *Destination) SetType(v string)
- type ErrorMessage
- func (o *ErrorMessage) GetErrorCode() *string
- func (o *ErrorMessage) GetErrorCodeOk() (*string, bool)
- func (o *ErrorMessage) GetMessage() *string
- func (o *ErrorMessage) GetMessageOk() (*string, bool)
- func (o *ErrorMessage) HasErrorCode() bool
- func (o *ErrorMessage) HasMessage() bool
- func (o ErrorMessage) MarshalJSON() ([]byte, error)
- func (o *ErrorMessage) SetErrorCode(v string)
- func (o *ErrorMessage) SetMessage(v string)
- type ErrorResponse
- func (o *ErrorResponse) GetHttpStatus() *int32
- func (o *ErrorResponse) GetHttpStatusOk() (*int32, bool)
- func (o *ErrorResponse) GetMessages() *[]ErrorMessage
- func (o *ErrorResponse) GetMessagesOk() (*[]ErrorMessage, bool)
- func (o *ErrorResponse) HasHttpStatus() bool
- func (o *ErrorResponse) HasMessages() bool
- func (o ErrorResponse) MarshalJSON() ([]byte, error)
- func (o *ErrorResponse) SetHttpStatus(v int32)
- func (o *ErrorResponse) SetMessages(v []ErrorMessage)
- type GenericOpenAPIError
- func (e GenericOpenAPIError) Body() []byte
- func (e GenericOpenAPIError) Error() string
- func (e GenericOpenAPIError) Model() interface{}
- func (e *GenericOpenAPIError) SetBody(body []byte)
- func (e *GenericOpenAPIError) SetError(error string)
- func (e *GenericOpenAPIError) SetModel(model interface{})
- func (e *GenericOpenAPIError) SetStatusCode(statusCode int)
- func (e GenericOpenAPIError) StatusCode() int
- type IonosTime
- type LogLevel
- type Logger
- type Metadata
- func (o *Metadata) GetCreatedBy() *string
- func (o *Metadata) GetCreatedByOk() (*string, bool)
- func (o *Metadata) GetCreatedByUserId() *string
- func (o *Metadata) GetCreatedByUserIdOk() (*string, bool)
- func (o *Metadata) GetCreatedByUserUuid() *string
- func (o *Metadata) GetCreatedByUserUuidOk() (*string, bool)
- func (o *Metadata) GetCreatedDate() *time.Time
- func (o *Metadata) GetCreatedDateOk() (*time.Time, bool)
- func (o *Metadata) GetLastModifiedBy() *string
- func (o *Metadata) GetLastModifiedByOk() (*string, bool)
- func (o *Metadata) GetLastModifiedByUserId() *string
- func (o *Metadata) GetLastModifiedByUserIdOk() (*string, bool)
- func (o *Metadata) GetLastModifiedByUserUuid() *string
- func (o *Metadata) GetLastModifiedByUserUuidOk() (*string, bool)
- func (o *Metadata) GetLastModifiedDate() *time.Time
- func (o *Metadata) GetLastModifiedDateOk() (*time.Time, bool)
- func (o *Metadata) GetState() *string
- func (o *Metadata) GetStateOk() (*string, bool)
- func (o *Metadata) HasCreatedBy() bool
- func (o *Metadata) HasCreatedByUserId() bool
- func (o *Metadata) HasCreatedByUserUuid() bool
- func (o *Metadata) HasCreatedDate() bool
- func (o *Metadata) HasLastModifiedBy() bool
- func (o *Metadata) HasLastModifiedByUserId() bool
- func (o *Metadata) HasLastModifiedByUserUuid() bool
- func (o *Metadata) HasLastModifiedDate() bool
- func (o *Metadata) HasState() bool
- func (o Metadata) MarshalJSON() ([]byte, error)
- func (o *Metadata) SetCreatedBy(v string)
- func (o *Metadata) SetCreatedByUserId(v string)
- func (o *Metadata) SetCreatedByUserUuid(v string)
- func (o *Metadata) SetCreatedDate(v time.Time)
- func (o *Metadata) SetLastModifiedBy(v string)
- func (o *Metadata) SetLastModifiedByUserId(v string)
- func (o *Metadata) SetLastModifiedByUserUuid(v string)
- func (o *Metadata) SetLastModifiedDate(v time.Time)
- func (o *Metadata) SetState(v string)
- type NullableBool
- type NullableCentralLoggingResponse
- func (v NullableCentralLoggingResponse) Get() *CentralLoggingResponse
- func (v NullableCentralLoggingResponse) IsSet() bool
- func (v NullableCentralLoggingResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCentralLoggingResponse) Set(val *CentralLoggingResponse)
- func (v *NullableCentralLoggingResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCentralLoggingResponse) Unset()
- type NullableCentralLoggingResponseMetadata
- func (v NullableCentralLoggingResponseMetadata) Get() *CentralLoggingResponseMetadata
- func (v NullableCentralLoggingResponseMetadata) IsSet() bool
- func (v NullableCentralLoggingResponseMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableCentralLoggingResponseMetadata) Set(val *CentralLoggingResponseMetadata)
- func (v *NullableCentralLoggingResponseMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableCentralLoggingResponseMetadata) Unset()
- type NullableCentralLoggingResponseProperties
- func (v NullableCentralLoggingResponseProperties) Get() *CentralLoggingResponseProperties
- func (v NullableCentralLoggingResponseProperties) IsSet() bool
- func (v NullableCentralLoggingResponseProperties) MarshalJSON() ([]byte, error)
- func (v *NullableCentralLoggingResponseProperties) Set(val *CentralLoggingResponseProperties)
- func (v *NullableCentralLoggingResponseProperties) UnmarshalJSON(src []byte) error
- func (v *NullableCentralLoggingResponseProperties) Unset()
- type NullableCentralLoggingToggle
- func (v NullableCentralLoggingToggle) Get() *CentralLoggingToggle
- func (v NullableCentralLoggingToggle) IsSet() bool
- func (v NullableCentralLoggingToggle) MarshalJSON() ([]byte, error)
- func (v *NullableCentralLoggingToggle) Set(val *CentralLoggingToggle)
- func (v *NullableCentralLoggingToggle) UnmarshalJSON(src []byte) error
- func (v *NullableCentralLoggingToggle) Unset()
- type NullableCentralLoggingToggleProperties
- func (v NullableCentralLoggingToggleProperties) Get() *CentralLoggingToggleProperties
- func (v NullableCentralLoggingToggleProperties) IsSet() bool
- func (v NullableCentralLoggingToggleProperties) MarshalJSON() ([]byte, error)
- func (v *NullableCentralLoggingToggleProperties) Set(val *CentralLoggingToggleProperties)
- func (v *NullableCentralLoggingToggleProperties) UnmarshalJSON(src []byte) error
- func (v *NullableCentralLoggingToggleProperties) Unset()
- type NullableDeletedMetadata
- func (v NullableDeletedMetadata) Get() *DeletedMetadata
- func (v NullableDeletedMetadata) IsSet() bool
- func (v NullableDeletedMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableDeletedMetadata) Set(val *DeletedMetadata)
- func (v *NullableDeletedMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableDeletedMetadata) Unset()
- type NullableDeletedMetadataAllOf
- func (v NullableDeletedMetadataAllOf) Get() *DeletedMetadataAllOf
- func (v NullableDeletedMetadataAllOf) IsSet() bool
- func (v NullableDeletedMetadataAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableDeletedMetadataAllOf) Set(val *DeletedMetadataAllOf)
- func (v *NullableDeletedMetadataAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableDeletedMetadataAllOf) Unset()
- type NullableDeletedPipeline
- func (v NullableDeletedPipeline) Get() *DeletedPipeline
- func (v NullableDeletedPipeline) IsSet() bool
- func (v NullableDeletedPipeline) MarshalJSON() ([]byte, error)
- func (v *NullableDeletedPipeline) Set(val *DeletedPipeline)
- func (v *NullableDeletedPipeline) UnmarshalJSON(src []byte) error
- func (v *NullableDeletedPipeline) Unset()
- type NullableDestination
- func (v NullableDestination) Get() *Destination
- func (v NullableDestination) IsSet() bool
- func (v NullableDestination) MarshalJSON() ([]byte, error)
- func (v *NullableDestination) Set(val *Destination)
- func (v *NullableDestination) UnmarshalJSON(src []byte) error
- func (v *NullableDestination) Unset()
- type NullableErrorMessage
- func (v NullableErrorMessage) Get() *ErrorMessage
- func (v NullableErrorMessage) IsSet() bool
- func (v NullableErrorMessage) MarshalJSON() ([]byte, error)
- func (v *NullableErrorMessage) Set(val *ErrorMessage)
- func (v *NullableErrorMessage) UnmarshalJSON(src []byte) error
- func (v *NullableErrorMessage) Unset()
- type NullableErrorResponse
- func (v NullableErrorResponse) Get() *ErrorResponse
- func (v NullableErrorResponse) IsSet() bool
- func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
- func (v *NullableErrorResponse) Set(val *ErrorResponse)
- func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
- func (v *NullableErrorResponse) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableMetadata
- type NullablePipeline
- type NullablePipelineCreate
- func (v NullablePipelineCreate) Get() *PipelineCreate
- func (v NullablePipelineCreate) IsSet() bool
- func (v NullablePipelineCreate) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineCreate) Set(val *PipelineCreate)
- func (v *NullablePipelineCreate) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineCreate) Unset()
- type NullablePipelineCreateProperties
- func (v NullablePipelineCreateProperties) Get() *PipelineCreateProperties
- func (v NullablePipelineCreateProperties) IsSet() bool
- func (v NullablePipelineCreateProperties) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineCreateProperties) Set(val *PipelineCreateProperties)
- func (v *NullablePipelineCreateProperties) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineCreateProperties) Unset()
- type NullablePipelineCreatePropertiesLogs
- func (v NullablePipelineCreatePropertiesLogs) Get() *PipelineCreatePropertiesLogs
- func (v NullablePipelineCreatePropertiesLogs) IsSet() bool
- func (v NullablePipelineCreatePropertiesLogs) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineCreatePropertiesLogs) Set(val *PipelineCreatePropertiesLogs)
- func (v *NullablePipelineCreatePropertiesLogs) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineCreatePropertiesLogs) Unset()
- type NullablePipelineListResponse
- func (v NullablePipelineListResponse) Get() *PipelineListResponse
- func (v NullablePipelineListResponse) IsSet() bool
- func (v NullablePipelineListResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineListResponse) Set(val *PipelineListResponse)
- func (v *NullablePipelineListResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineListResponse) Unset()
- type NullablePipelinePatch
- func (v NullablePipelinePatch) Get() *PipelinePatch
- func (v NullablePipelinePatch) IsSet() bool
- func (v NullablePipelinePatch) MarshalJSON() ([]byte, error)
- func (v *NullablePipelinePatch) Set(val *PipelinePatch)
- func (v *NullablePipelinePatch) UnmarshalJSON(src []byte) error
- func (v *NullablePipelinePatch) Unset()
- type NullablePipelinePatchProperties
- func (v NullablePipelinePatchProperties) Get() *PipelinePatchProperties
- func (v NullablePipelinePatchProperties) IsSet() bool
- func (v NullablePipelinePatchProperties) MarshalJSON() ([]byte, error)
- func (v *NullablePipelinePatchProperties) Set(val *PipelinePatchProperties)
- func (v *NullablePipelinePatchProperties) UnmarshalJSON(src []byte) error
- func (v *NullablePipelinePatchProperties) Unset()
- type NullablePipelineProperties
- func (v NullablePipelineProperties) Get() *PipelineProperties
- func (v NullablePipelineProperties) IsSet() bool
- func (v NullablePipelineProperties) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineProperties) Set(val *PipelineProperties)
- func (v *NullablePipelineProperties) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineProperties) Unset()
- type NullablePipelineResponse
- func (v NullablePipelineResponse) Get() *PipelineResponse
- func (v NullablePipelineResponse) IsSet() bool
- func (v NullablePipelineResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineResponse) Set(val *PipelineResponse)
- func (v *NullablePipelineResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineResponse) Unset()
- type NullablePipelineResponseAllOf
- func (v NullablePipelineResponseAllOf) Get() *PipelineResponseAllOf
- func (v NullablePipelineResponseAllOf) IsSet() bool
- func (v NullablePipelineResponseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineResponseAllOf) Set(val *PipelineResponseAllOf)
- func (v *NullablePipelineResponseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineResponseAllOf) Unset()
- type NullablePipelineResponseAllOf1
- func (v NullablePipelineResponseAllOf1) Get() *PipelineResponseAllOf1
- func (v NullablePipelineResponseAllOf1) IsSet() bool
- func (v NullablePipelineResponseAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineResponseAllOf1) Set(val *PipelineResponseAllOf1)
- func (v *NullablePipelineResponseAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineResponseAllOf1) Unset()
- type NullablePipelinesKeyPost200Response
- func (v NullablePipelinesKeyPost200Response) Get() *PipelinesKeyPost200Response
- func (v NullablePipelinesKeyPost200Response) IsSet() bool
- func (v NullablePipelinesKeyPost200Response) MarshalJSON() ([]byte, error)
- func (v *NullablePipelinesKeyPost200Response) Set(val *PipelinesKeyPost200Response)
- func (v *NullablePipelinesKeyPost200Response) UnmarshalJSON(src []byte) error
- func (v *NullablePipelinesKeyPost200Response) Unset()
- type NullableProcessor
- type NullableProvisioningMetadata
- func (v NullableProvisioningMetadata) Get() *ProvisioningMetadata
- func (v NullableProvisioningMetadata) IsSet() bool
- func (v NullableProvisioningMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableProvisioningMetadata) Set(val *ProvisioningMetadata)
- func (v *NullableProvisioningMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableProvisioningMetadata) Unset()
- type NullableProvisioningMetadataAllOf
- func (v NullableProvisioningMetadataAllOf) Get() *ProvisioningMetadataAllOf
- func (v NullableProvisioningMetadataAllOf) IsSet() bool
- func (v NullableProvisioningMetadataAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableProvisioningMetadataAllOf) Set(val *ProvisioningMetadataAllOf)
- func (v *NullableProvisioningMetadataAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableProvisioningMetadataAllOf) Unset()
- type NullableProvisioningPipeline
- func (v NullableProvisioningPipeline) Get() *ProvisioningPipeline
- func (v NullableProvisioningPipeline) IsSet() bool
- func (v NullableProvisioningPipeline) MarshalJSON() ([]byte, error)
- func (v *NullableProvisioningPipeline) Set(val *ProvisioningPipeline)
- func (v *NullableProvisioningPipeline) UnmarshalJSON(src []byte) error
- func (v *NullableProvisioningPipeline) Unset()
- type NullableString
- type NullableTime
- type Pipeline
- func (o *Pipeline) GetId() *string
- func (o *Pipeline) GetIdOk() (*string, bool)
- func (o *Pipeline) GetMetadata() *Metadata
- func (o *Pipeline) GetMetadataOk() (*Metadata, bool)
- func (o *Pipeline) GetProperties() *PipelineProperties
- func (o *Pipeline) GetPropertiesOk() (*PipelineProperties, bool)
- func (o *Pipeline) HasId() bool
- func (o *Pipeline) HasMetadata() bool
- func (o *Pipeline) HasProperties() bool
- func (o Pipeline) MarshalJSON() ([]byte, error)
- func (o *Pipeline) SetId(v string)
- func (o *Pipeline) SetMetadata(v Metadata)
- func (o *Pipeline) SetProperties(v PipelineProperties)
- type PipelineCreate
- func (o *PipelineCreate) GetProperties() *PipelineCreateProperties
- func (o *PipelineCreate) GetPropertiesOk() (*PipelineCreateProperties, bool)
- func (o *PipelineCreate) HasProperties() bool
- func (o PipelineCreate) MarshalJSON() ([]byte, error)
- func (o *PipelineCreate) SetProperties(v PipelineCreateProperties)
- type PipelineCreateProperties
- func (o *PipelineCreateProperties) GetLogs() *[]PipelineCreatePropertiesLogs
- func (o *PipelineCreateProperties) GetLogsOk() (*[]PipelineCreatePropertiesLogs, bool)
- func (o *PipelineCreateProperties) GetName() *string
- func (o *PipelineCreateProperties) GetNameOk() (*string, bool)
- func (o *PipelineCreateProperties) HasLogs() bool
- func (o *PipelineCreateProperties) HasName() bool
- func (o PipelineCreateProperties) MarshalJSON() ([]byte, error)
- func (o *PipelineCreateProperties) SetLogs(v []PipelineCreatePropertiesLogs)
- func (o *PipelineCreateProperties) SetName(v string)
- type PipelineCreatePropertiesLogs
- func (o *PipelineCreatePropertiesLogs) GetDestinations() *[]Destination
- func (o *PipelineCreatePropertiesLogs) GetDestinationsOk() (*[]Destination, bool)
- func (o *PipelineCreatePropertiesLogs) GetLabels() *[]string
- func (o *PipelineCreatePropertiesLogs) GetLabelsOk() (*[]string, bool)
- func (o *PipelineCreatePropertiesLogs) GetProtocol() *string
- func (o *PipelineCreatePropertiesLogs) GetProtocolOk() (*string, bool)
- func (o *PipelineCreatePropertiesLogs) GetSource() *string
- func (o *PipelineCreatePropertiesLogs) GetSourceOk() (*string, bool)
- func (o *PipelineCreatePropertiesLogs) GetTag() *string
- func (o *PipelineCreatePropertiesLogs) GetTagOk() (*string, bool)
- func (o *PipelineCreatePropertiesLogs) HasDestinations() bool
- func (o *PipelineCreatePropertiesLogs) HasLabels() bool
- func (o *PipelineCreatePropertiesLogs) HasProtocol() bool
- func (o *PipelineCreatePropertiesLogs) HasSource() bool
- func (o *PipelineCreatePropertiesLogs) HasTag() bool
- func (o PipelineCreatePropertiesLogs) MarshalJSON() ([]byte, error)
- func (o *PipelineCreatePropertiesLogs) SetDestinations(v []Destination)
- func (o *PipelineCreatePropertiesLogs) SetLabels(v []string)
- func (o *PipelineCreatePropertiesLogs) SetProtocol(v string)
- func (o *PipelineCreatePropertiesLogs) SetSource(v string)
- func (o *PipelineCreatePropertiesLogs) SetTag(v string)
- type PipelineListResponse
- func (o *PipelineListResponse) GetId() *string
- func (o *PipelineListResponse) GetIdOk() (*string, bool)
- func (o *PipelineListResponse) GetItems() *[]Pipeline
- func (o *PipelineListResponse) GetItemsOk() (*[]Pipeline, bool)
- func (o *PipelineListResponse) GetType() *string
- func (o *PipelineListResponse) GetTypeOk() (*string, bool)
- func (o *PipelineListResponse) HasId() bool
- func (o *PipelineListResponse) HasItems() bool
- func (o *PipelineListResponse) HasType() bool
- func (o PipelineListResponse) MarshalJSON() ([]byte, error)
- func (o *PipelineListResponse) SetId(v string)
- func (o *PipelineListResponse) SetItems(v []Pipeline)
- func (o *PipelineListResponse) SetType(v string)
- type PipelinePatch
- func (o *PipelinePatch) GetProperties() *PipelinePatchProperties
- func (o *PipelinePatch) GetPropertiesOk() (*PipelinePatchProperties, bool)
- func (o *PipelinePatch) HasProperties() bool
- func (o PipelinePatch) MarshalJSON() ([]byte, error)
- func (o *PipelinePatch) SetProperties(v PipelinePatchProperties)
- type PipelinePatchProperties
- func (o *PipelinePatchProperties) GetLogs() *[]PipelineCreatePropertiesLogs
- func (o *PipelinePatchProperties) GetLogsOk() (*[]PipelineCreatePropertiesLogs, bool)
- func (o *PipelinePatchProperties) GetName() *string
- func (o *PipelinePatchProperties) GetNameOk() (*string, bool)
- func (o *PipelinePatchProperties) HasLogs() bool
- func (o *PipelinePatchProperties) HasName() bool
- func (o PipelinePatchProperties) MarshalJSON() ([]byte, error)
- func (o *PipelinePatchProperties) SetLogs(v []PipelineCreatePropertiesLogs)
- func (o *PipelinePatchProperties) SetName(v string)
- type PipelineProperties
- func (o *PipelineProperties) GetGrafanaAddress() *string
- func (o *PipelineProperties) GetGrafanaAddressOk() (*string, bool)
- func (o *PipelineProperties) GetHttpAddress() *string
- func (o *PipelineProperties) GetHttpAddressOk() (*string, bool)
- func (o *PipelineProperties) GetLogs() *[]PipelineResponse
- func (o *PipelineProperties) GetLogsOk() (*[]PipelineResponse, bool)
- func (o *PipelineProperties) GetName() *string
- func (o *PipelineProperties) GetNameOk() (*string, bool)
- func (o *PipelineProperties) GetTcpAddress() *string
- func (o *PipelineProperties) GetTcpAddressOk() (*string, bool)
- func (o *PipelineProperties) HasGrafanaAddress() bool
- func (o *PipelineProperties) HasHttpAddress() bool
- func (o *PipelineProperties) HasLogs() bool
- func (o *PipelineProperties) HasName() bool
- func (o *PipelineProperties) HasTcpAddress() bool
- func (o PipelineProperties) MarshalJSON() ([]byte, error)
- func (o *PipelineProperties) SetGrafanaAddress(v string)
- func (o *PipelineProperties) SetHttpAddress(v string)
- func (o *PipelineProperties) SetLogs(v []PipelineResponse)
- func (o *PipelineProperties) SetName(v string)
- func (o *PipelineProperties) SetTcpAddress(v string)
- type PipelineResponse
- func (o *PipelineResponse) GetDestinations() *[]Destination
- func (o *PipelineResponse) GetDestinationsOk() (*[]Destination, bool)
- func (o *PipelineResponse) GetLabels() *[]string
- func (o *PipelineResponse) GetLabelsOk() (*[]string, bool)
- func (o *PipelineResponse) GetProtocol() *string
- func (o *PipelineResponse) GetProtocolOk() (*string, bool)
- func (o *PipelineResponse) GetPublic() *bool
- func (o *PipelineResponse) GetPublicOk() (*bool, bool)
- func (o *PipelineResponse) GetSource() *string
- func (o *PipelineResponse) GetSourceOk() (*string, bool)
- func (o *PipelineResponse) GetTag() *string
- func (o *PipelineResponse) GetTagOk() (*string, bool)
- func (o *PipelineResponse) HasDestinations() bool
- func (o *PipelineResponse) HasLabels() bool
- func (o *PipelineResponse) HasProtocol() bool
- func (o *PipelineResponse) HasPublic() bool
- func (o *PipelineResponse) HasSource() bool
- func (o *PipelineResponse) HasTag() bool
- func (o PipelineResponse) MarshalJSON() ([]byte, error)
- func (o *PipelineResponse) SetDestinations(v []Destination)
- func (o *PipelineResponse) SetLabels(v []string)
- func (o *PipelineResponse) SetProtocol(v string)
- func (o *PipelineResponse) SetPublic(v bool)
- func (o *PipelineResponse) SetSource(v string)
- func (o *PipelineResponse) SetTag(v string)
- type PipelineResponseAllOf
- type PipelineResponseAllOf1
- func (o *PipelineResponseAllOf1) GetDestinations() *[]Destination
- func (o *PipelineResponseAllOf1) GetDestinationsOk() (*[]Destination, bool)
- func (o *PipelineResponseAllOf1) HasDestinations() bool
- func (o PipelineResponseAllOf1) MarshalJSON() ([]byte, error)
- func (o *PipelineResponseAllOf1) SetDestinations(v []Destination)
- type PipelinesApiService
- func (a *PipelinesApiService) PipelinesDelete(ctx _context.Context, pipelineId string) ApiPipelinesDeleteRequest
- func (a *PipelinesApiService) PipelinesDeleteExecute(r ApiPipelinesDeleteRequest) (DeletedPipeline, *APIResponse, error)
- func (a *PipelinesApiService) PipelinesFindById(ctx _context.Context, pipelineId string) ApiPipelinesFindByIdRequest
- func (a *PipelinesApiService) PipelinesFindByIdExecute(r ApiPipelinesFindByIdRequest) (Pipeline, *APIResponse, error)
- func (a *PipelinesApiService) PipelinesGet(ctx _context.Context) ApiPipelinesGetRequest
- func (a *PipelinesApiService) PipelinesGetExecute(r ApiPipelinesGetRequest) (PipelineListResponse, *APIResponse, error)
- func (a *PipelinesApiService) PipelinesKeyPost(ctx _context.Context, pipelineId string) ApiPipelinesKeyPostRequest
- func (a *PipelinesApiService) PipelinesKeyPostExecute(r ApiPipelinesKeyPostRequest) (PipelinesKeyPost200Response, *APIResponse, error)
- func (a *PipelinesApiService) PipelinesPatch(ctx _context.Context, pipelineId string) ApiPipelinesPatchRequest
- func (a *PipelinesApiService) PipelinesPatchExecute(r ApiPipelinesPatchRequest) (Pipeline, *APIResponse, error)
- func (a *PipelinesApiService) PipelinesPost(ctx _context.Context) ApiPipelinesPostRequest
- func (a *PipelinesApiService) PipelinesPostExecute(r ApiPipelinesPostRequest) (ProvisioningPipeline, *APIResponse, error)
- type PipelinesKeyPost200Response
- type Processor
- func (o *Processor) GetDestinations() *[]Destination
- func (o *Processor) GetDestinationsOk() (*[]Destination, bool)
- func (o *Processor) GetLabels() *[]string
- func (o *Processor) GetLabelsOk() (*[]string, bool)
- func (o *Processor) GetProtocol() *string
- func (o *Processor) GetProtocolOk() (*string, bool)
- func (o *Processor) GetSource() *string
- func (o *Processor) GetSourceOk() (*string, bool)
- func (o *Processor) GetTag() *string
- func (o *Processor) GetTagOk() (*string, bool)
- func (o *Processor) HasDestinations() bool
- func (o *Processor) HasLabels() bool
- func (o *Processor) HasProtocol() bool
- func (o *Processor) HasSource() bool
- func (o *Processor) HasTag() bool
- func (o Processor) MarshalJSON() ([]byte, error)
- func (o *Processor) SetDestinations(v []Destination)
- func (o *Processor) SetLabels(v []string)
- func (o *Processor) SetProtocol(v string)
- func (o *Processor) SetSource(v string)
- func (o *Processor) SetTag(v string)
- type ProvisioningMetadata
- func (o *ProvisioningMetadata) GetCreatedBy() *string
- func (o *ProvisioningMetadata) GetCreatedByOk() (*string, bool)
- func (o *ProvisioningMetadata) GetCreatedByUserId() *string
- func (o *ProvisioningMetadata) GetCreatedByUserIdOk() (*string, bool)
- func (o *ProvisioningMetadata) GetCreatedByUserUuid() *string
- func (o *ProvisioningMetadata) GetCreatedByUserUuidOk() (*string, bool)
- func (o *ProvisioningMetadata) GetCreatedDate() *time.Time
- func (o *ProvisioningMetadata) GetCreatedDateOk() (*time.Time, bool)
- func (o *ProvisioningMetadata) GetLastModifiedBy() *string
- func (o *ProvisioningMetadata) GetLastModifiedByOk() (*string, bool)
- func (o *ProvisioningMetadata) GetLastModifiedByUserId() *string
- func (o *ProvisioningMetadata) GetLastModifiedByUserIdOk() (*string, bool)
- func (o *ProvisioningMetadata) GetLastModifiedByUserUuid() *string
- func (o *ProvisioningMetadata) GetLastModifiedByUserUuidOk() (*string, bool)
- func (o *ProvisioningMetadata) GetLastModifiedDate() *time.Time
- func (o *ProvisioningMetadata) GetLastModifiedDateOk() (*time.Time, bool)
- func (o *ProvisioningMetadata) GetState() *string
- func (o *ProvisioningMetadata) GetStateOk() (*string, bool)
- func (o *ProvisioningMetadata) HasCreatedBy() bool
- func (o *ProvisioningMetadata) HasCreatedByUserId() bool
- func (o *ProvisioningMetadata) HasCreatedByUserUuid() bool
- func (o *ProvisioningMetadata) HasCreatedDate() bool
- func (o *ProvisioningMetadata) HasLastModifiedBy() bool
- func (o *ProvisioningMetadata) HasLastModifiedByUserId() bool
- func (o *ProvisioningMetadata) HasLastModifiedByUserUuid() bool
- func (o *ProvisioningMetadata) HasLastModifiedDate() bool
- func (o *ProvisioningMetadata) HasState() bool
- func (o ProvisioningMetadata) MarshalJSON() ([]byte, error)
- func (o *ProvisioningMetadata) SetCreatedBy(v string)
- func (o *ProvisioningMetadata) SetCreatedByUserId(v string)
- func (o *ProvisioningMetadata) SetCreatedByUserUuid(v string)
- func (o *ProvisioningMetadata) SetCreatedDate(v time.Time)
- func (o *ProvisioningMetadata) SetLastModifiedBy(v string)
- func (o *ProvisioningMetadata) SetLastModifiedByUserId(v string)
- func (o *ProvisioningMetadata) SetLastModifiedByUserUuid(v string)
- func (o *ProvisioningMetadata) SetLastModifiedDate(v time.Time)
- func (o *ProvisioningMetadata) SetState(v string)
- type ProvisioningMetadataAllOf
- type ProvisioningPipeline
- func (o *ProvisioningPipeline) GetId() *string
- func (o *ProvisioningPipeline) GetIdOk() (*string, bool)
- func (o *ProvisioningPipeline) GetMetadata() *ProvisioningMetadata
- func (o *ProvisioningPipeline) GetMetadataOk() (*ProvisioningMetadata, bool)
- func (o *ProvisioningPipeline) GetProperties() *PipelineProperties
- func (o *ProvisioningPipeline) GetPropertiesOk() (*PipelineProperties, bool)
- func (o *ProvisioningPipeline) HasId() bool
- func (o *ProvisioningPipeline) HasMetadata() bool
- func (o *ProvisioningPipeline) HasProperties() bool
- func (o ProvisioningPipeline) MarshalJSON() ([]byte, error)
- func (o *ProvisioningPipeline) SetId(v string)
- func (o *ProvisioningPipeline) SetMetadata(v ProvisioningMetadata)
- func (o *ProvisioningPipeline) SetProperties(v PipelineProperties)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type TLSDial
Constants ¶
const ( RequestStatusQueued = "QUEUED" RequestStatusRunning = "RUNNING" RequestStatusFailed = "FAILED" RequestStatusDone = "DONE" Version = "1.2.0" )
const ( IonosUsernameEnvVar = "IONOS_USERNAME" IonosPasswordEnvVar = "IONOS_PASSWORD" IonosTokenEnvVar = "IONOS_TOKEN" IonosApiUrlEnvVar = "IONOS_API_URL" IonosPinnedCertEnvVar = "IONOS_PINNED_CERT" IonosLogLevelEnvVar = "IONOS_LOG_LEVEL" DefaultIonosServerUrl = "https://logging.de-txl.ionos.com" DefaultIonosBasePath = "" )
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var (
IonosServerUrls = []string{
"https://logging.de-txl.ionos.com",
"https://logging.de-fra.ionos.com",
"https://logging.gb-lhr.ionos.com",
"https://logging.fr-par.ionos.com",
"https://logging.es-vit.ionos.com",
}
)
Functions ¶
func AddPinnedCert ¶
AddPinnedCert - enables pinning of the sha256 public fingerprint to the http client's transport
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 - returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 - returns a pointer to given float value.
func SliceToValueDefault ¶
func SliceToValueDefault[T any](ptrSlice *[]T) []T
func ToBoolDefault ¶
ToBoolDefault - returns the value of the bool pointer passed in, or false if the pointer is nil
func ToBoolSlice ¶
ToBoolSlice - returns a bool slice of the pointer passed in
func ToByteDefault ¶
ToByteDefault - returns the value of the byte pointer passed in, or 0 if the pointer is nil
func ToByteSlice ¶
ToByteSlice - returns a byte slice of the pointer passed in
func ToFloat32Default ¶
ToFloat32Default - returns the value of the float32 pointer passed in, or 0 if the pointer is nil
func ToFloat32Slice ¶
ToFloat32Slice - returns a float32 slice of the pointer passed in
func ToFloat64Default ¶
ToFloat64Default - returns the value of the float64 pointer passed in, or 0 if the pointer is nil
func ToFloat64Slice ¶
ToFloat64Slice - returns a float64 slice of the pointer passed in
func ToInt16Default ¶
ToInt16Default - returns the value of the int16 pointer passed in, or 0 if the pointer is nil
func ToInt16Slice ¶
ToInt16Slice - returns a int16 slice of the pointer passed in
func ToInt32Default ¶
ToInt32Default - returns the value of the int32 pointer passed in, or 0 if the pointer is nil
func ToInt32Slice ¶
ToInt32Slice - returns a int32 slice of the pointer passed in
func ToInt64Default ¶
ToInt64Default - returns the value of the int64 pointer passed in, or 0 if the pointer is nil
func ToInt64Slice ¶
ToInt64Slice - returns a int64 slice of the pointer passed in
func ToInt8Default ¶
ToInt8Default - returns the value of the int8 pointer passed in, or 0 if the pointer is nil
func ToInt8Slice ¶
ToInt8Slice - returns a int8 slice of the pointer passed in
func ToIntDefault ¶
ToIntDefault - returns the value of the int pointer passed in, or 0 if the pointer is nil
func ToIntSlice ¶
ToIntSlice - returns a int slice of the pointer passed in
func ToStringDefault ¶
ToStringDefault - returns the value of the string pointer passed in, or "" if the pointer is nil
func ToStringSlice ¶
ToStringSlice - returns a string slice of the pointer passed in
func ToTimeDefault ¶
ToTimeDefault - returns the value of the Time pointer passed in, or 0001-01-01 00:00:00 +0000 UTC if the pointer is nil
func ToTimeSlice ¶
ToTimeSlice - returns a Time slice of the pointer passed in
func ToUint16Default ¶
ToUint16Default - returns the value of the uint16 pointer passed in, or 0 if the pointer is nil
func ToUint16Slice ¶
ToUint16Slice - returns a uint16 slice of the pointer passed in
func ToUint32Default ¶
ToUint32Default - returns the value of the uint32 pointer passed in, or 0 if the pointer is nil
func ToUint32Slice ¶
ToUint32Slice - returns a uint32 slice of the pointer passed in
func ToUint64Default ¶
ToUint64Default - returns the value of the uint64 pointer passed in, or 0 if the pointer is nil
func ToUint64Slice ¶
ToUint64Slice - returns a uint63 slice of the pointer passed in
func ToUint8Default ¶
ToUint8Default - returns the value of the uint8 pointer passed in, or 0 if the pointer is nil
func ToUint8Slice ¶
ToUint8Slice - returns a uint8 slice of the pointer passed in
func ToUintDefault ¶
ToUintDefault - returns the value of the uint pointer passed in, or 0 if the pointer is nil
func ToUintSlice ¶
ToUintSlice - returns a uint slice of the pointer passed in
func ToValueDefault ¶
func ToValueDefault[T any](ptr *T) T
ToValueDefault - returns the value of the pointer passed in, or the default type value if the pointer is nil
Types ¶
type APIClient ¶
type APIClient struct { CentralApi *CentralApiService PipelinesApi *PipelinesApiService // contains filtered or unexported fields }
APIClient manages communication with the IONOS Logging REST API API v0.0.1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *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
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // RequestTime is the time duration from the moment the APIClient sends // the HTTP request to the moment it receives an HTTP response. RequestTime time.Duration `json:"duration,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
func (*APIResponse) HttpNotFound ¶
func (resp *APIResponse) HttpNotFound() bool
HttpNotFound - returns true if a 404 status code was returned returns false for nil APIResponse values
func (*APIResponse) LogInfo ¶
func (resp *APIResponse) LogInfo()
LogInfo - logs APIResponse values like RequestTime, Operation and StatusCode does not print anything for nil APIResponse values
type ApiCentralLoggingGetRequest ¶ added in v1.1.0
type ApiCentralLoggingGetRequest struct { ApiService *CentralApiService // contains filtered or unexported fields }
func (ApiCentralLoggingGetRequest) Execute ¶ added in v1.1.0
func (r ApiCentralLoggingGetRequest) Execute() (CentralLoggingResponse, *APIResponse, error)
type ApiCentralLoggingToggleRequest ¶ added in v1.1.0
type ApiCentralLoggingToggleRequest struct { ApiService *CentralApiService // contains filtered or unexported fields }
func (ApiCentralLoggingToggleRequest) CentralLoggingToggle ¶ added in v1.1.0
func (r ApiCentralLoggingToggleRequest) CentralLoggingToggle(centralLoggingToggle CentralLoggingToggle) ApiCentralLoggingToggleRequest
func (ApiCentralLoggingToggleRequest) Execute ¶ added in v1.1.0
func (r ApiCentralLoggingToggleRequest) Execute() (CentralLoggingResponse, *APIResponse, error)
type ApiPipelinesDeleteRequest ¶
type ApiPipelinesDeleteRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiPipelinesDeleteRequest) Execute ¶
func (r ApiPipelinesDeleteRequest) Execute() (DeletedPipeline, *APIResponse, error)
type ApiPipelinesFindByIdRequest ¶
type ApiPipelinesFindByIdRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiPipelinesFindByIdRequest) Execute ¶
func (r ApiPipelinesFindByIdRequest) Execute() (Pipeline, *APIResponse, error)
type ApiPipelinesGetRequest ¶
type ApiPipelinesGetRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiPipelinesGetRequest) Execute ¶
func (r ApiPipelinesGetRequest) Execute() (PipelineListResponse, *APIResponse, error)
func (ApiPipelinesGetRequest) Limit ¶
func (r ApiPipelinesGetRequest) Limit(limit int32) ApiPipelinesGetRequest
func (ApiPipelinesGetRequest) Offset ¶
func (r ApiPipelinesGetRequest) Offset(offset int32) ApiPipelinesGetRequest
func (ApiPipelinesGetRequest) OrderBy ¶
func (r ApiPipelinesGetRequest) OrderBy(orderBy string) ApiPipelinesGetRequest
type ApiPipelinesKeyPostRequest ¶ added in v1.0.1
type ApiPipelinesKeyPostRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiPipelinesKeyPostRequest) Execute ¶ added in v1.0.1
func (r ApiPipelinesKeyPostRequest) Execute() (PipelinesKeyPost200Response, *APIResponse, error)
type ApiPipelinesPatchRequest ¶
type ApiPipelinesPatchRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiPipelinesPatchRequest) Execute ¶
func (r ApiPipelinesPatchRequest) Execute() (Pipeline, *APIResponse, error)
func (ApiPipelinesPatchRequest) Pipeline ¶
func (r ApiPipelinesPatchRequest) Pipeline(pipeline PipelinePatch) ApiPipelinesPatchRequest
type ApiPipelinesPostRequest ¶
type ApiPipelinesPostRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiPipelinesPostRequest) Execute ¶
func (r ApiPipelinesPostRequest) Execute() (ProvisioningPipeline, *APIResponse, error)
func (ApiPipelinesPostRequest) Pipeline ¶
func (r ApiPipelinesPostRequest) Pipeline(pipeline PipelineCreate) ApiPipelinesPostRequest
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type CentralApiService ¶ added in v1.1.0
type CentralApiService service
CentralApiService CentralApi service
func (*CentralApiService) CentralLoggingGet ¶ added in v1.1.0
func (a *CentralApiService) CentralLoggingGet(ctx _context.Context) ApiCentralLoggingGetRequest
* CentralLoggingGet Gets the central logging properties. * Gets the central logging properties. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCentralLoggingGetRequest
func (*CentralApiService) CentralLoggingGetExecute ¶ added in v1.1.0
func (a *CentralApiService) CentralLoggingGetExecute(r ApiCentralLoggingGetRequest) (CentralLoggingResponse, *APIResponse, error)
* Execute executes the request * @return CentralLoggingResponse
func (*CentralApiService) CentralLoggingToggle ¶ added in v1.1.0
func (a *CentralApiService) CentralLoggingToggle(ctx _context.Context) ApiCentralLoggingToggleRequest
* CentralLoggingToggle Toggles the central logging. * Toggles the central logging. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCentralLoggingToggleRequest
func (*CentralApiService) CentralLoggingToggleExecute ¶ added in v1.1.0
func (a *CentralApiService) CentralLoggingToggleExecute(r ApiCentralLoggingToggleRequest) (CentralLoggingResponse, *APIResponse, error)
* Execute executes the request * @return CentralLoggingResponse
type CentralLoggingResponse ¶ added in v1.1.0
type CentralLoggingResponse struct { Metadata *CentralLoggingResponseMetadata `json:"metadata,omitempty"` Properties *CentralLoggingResponseProperties `json:"properties,omitempty"` }
CentralLoggingResponse struct for CentralLoggingResponse
func NewCentralLoggingResponse ¶ added in v1.1.0
func NewCentralLoggingResponse() *CentralLoggingResponse
NewCentralLoggingResponse instantiates a new CentralLoggingResponse 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
func NewCentralLoggingResponseWithDefaults ¶ added in v1.1.0
func NewCentralLoggingResponseWithDefaults() *CentralLoggingResponse
NewCentralLoggingResponseWithDefaults instantiates a new CentralLoggingResponse 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
func (*CentralLoggingResponse) GetMetadata ¶ added in v1.1.0
func (o *CentralLoggingResponse) GetMetadata() *CentralLoggingResponseMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for CentralLoggingResponseMetadata will be returned
func (*CentralLoggingResponse) GetMetadataOk ¶ added in v1.1.0
func (o *CentralLoggingResponse) GetMetadataOk() (*CentralLoggingResponseMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CentralLoggingResponse) GetProperties ¶ added in v1.1.0
func (o *CentralLoggingResponse) GetProperties() *CentralLoggingResponseProperties
GetProperties returns the Properties field value If the value is explicit nil, the zero value for CentralLoggingResponseProperties will be returned
func (*CentralLoggingResponse) GetPropertiesOk ¶ added in v1.1.0
func (o *CentralLoggingResponse) GetPropertiesOk() (*CentralLoggingResponseProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CentralLoggingResponse) HasMetadata ¶ added in v1.1.0
func (o *CentralLoggingResponse) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*CentralLoggingResponse) HasProperties ¶ added in v1.1.0
func (o *CentralLoggingResponse) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (CentralLoggingResponse) MarshalJSON ¶ added in v1.1.0
func (o CentralLoggingResponse) MarshalJSON() ([]byte, error)
func (*CentralLoggingResponse) SetMetadata ¶ added in v1.1.0
func (o *CentralLoggingResponse) SetMetadata(v CentralLoggingResponseMetadata)
SetMetadata sets field value
func (*CentralLoggingResponse) SetProperties ¶ added in v1.1.0
func (o *CentralLoggingResponse) SetProperties(v CentralLoggingResponseProperties)
SetProperties sets field value
type CentralLoggingResponseMetadata ¶ added in v1.1.0
type CentralLoggingResponseMetadata struct { // The ISO 8601 modified timestamp. LastModifiedDate *IonosTime `json:"lastModifiedDate,omitempty"` LastModifiedBy *string `json:"lastModifiedBy,omitempty"` LastModifiedByUserId *string `json:"lastModifiedByUserId,omitempty"` LastModifiedByUserUuid *string `json:"lastModifiedByUserUuid,omitempty"` GrafanaEndpoint *string `json:"grafanaEndpoint,omitempty"` }
CentralLoggingResponseMetadata struct for CentralLoggingResponseMetadata
func NewCentralLoggingResponseMetadata ¶ added in v1.1.0
func NewCentralLoggingResponseMetadata() *CentralLoggingResponseMetadata
NewCentralLoggingResponseMetadata instantiates a new CentralLoggingResponseMetadata 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
func NewCentralLoggingResponseMetadataWithDefaults ¶ added in v1.1.0
func NewCentralLoggingResponseMetadataWithDefaults() *CentralLoggingResponseMetadata
NewCentralLoggingResponseMetadataWithDefaults instantiates a new CentralLoggingResponseMetadata 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
func (*CentralLoggingResponseMetadata) GetGrafanaEndpoint ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) GetGrafanaEndpoint() *string
GetGrafanaEndpoint returns the GrafanaEndpoint field value If the value is explicit nil, the zero value for string will be returned
func (*CentralLoggingResponseMetadata) GetGrafanaEndpointOk ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) GetGrafanaEndpointOk() (*string, bool)
GetGrafanaEndpointOk returns a tuple with the GrafanaEndpoint field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CentralLoggingResponseMetadata) GetLastModifiedBy ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) GetLastModifiedBy() *string
GetLastModifiedBy returns the LastModifiedBy field value If the value is explicit nil, the zero value for string will be returned
func (*CentralLoggingResponseMetadata) GetLastModifiedByOk ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) GetLastModifiedByOk() (*string, bool)
GetLastModifiedByOk returns a tuple with the LastModifiedBy field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CentralLoggingResponseMetadata) GetLastModifiedByUserId ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) GetLastModifiedByUserId() *string
GetLastModifiedByUserId returns the LastModifiedByUserId field value If the value is explicit nil, the zero value for string will be returned
func (*CentralLoggingResponseMetadata) GetLastModifiedByUserIdOk ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) GetLastModifiedByUserIdOk() (*string, bool)
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CentralLoggingResponseMetadata) GetLastModifiedByUserUuid ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) GetLastModifiedByUserUuid() *string
GetLastModifiedByUserUuid returns the LastModifiedByUserUuid field value If the value is explicit nil, the zero value for string will be returned
func (*CentralLoggingResponseMetadata) GetLastModifiedByUserUuidOk ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) GetLastModifiedByUserUuidOk() (*string, bool)
GetLastModifiedByUserUuidOk returns a tuple with the LastModifiedByUserUuid field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CentralLoggingResponseMetadata) GetLastModifiedDate ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) GetLastModifiedDate() *time.Time
GetLastModifiedDate returns the LastModifiedDate field value If the value is explicit nil, the zero value for time.Time will be returned
func (*CentralLoggingResponseMetadata) GetLastModifiedDateOk ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) GetLastModifiedDateOk() (*time.Time, bool)
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CentralLoggingResponseMetadata) HasGrafanaEndpoint ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) HasGrafanaEndpoint() bool
HasGrafanaEndpoint returns a boolean if a field has been set.
func (*CentralLoggingResponseMetadata) HasLastModifiedBy ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
func (*CentralLoggingResponseMetadata) HasLastModifiedByUserId ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) HasLastModifiedByUserId() bool
HasLastModifiedByUserId returns a boolean if a field has been set.
func (*CentralLoggingResponseMetadata) HasLastModifiedByUserUuid ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) HasLastModifiedByUserUuid() bool
HasLastModifiedByUserUuid returns a boolean if a field has been set.
func (*CentralLoggingResponseMetadata) HasLastModifiedDate ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.
func (CentralLoggingResponseMetadata) MarshalJSON ¶ added in v1.1.0
func (o CentralLoggingResponseMetadata) MarshalJSON() ([]byte, error)
func (*CentralLoggingResponseMetadata) SetGrafanaEndpoint ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) SetGrafanaEndpoint(v string)
SetGrafanaEndpoint sets field value
func (*CentralLoggingResponseMetadata) SetLastModifiedBy ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) SetLastModifiedBy(v string)
SetLastModifiedBy sets field value
func (*CentralLoggingResponseMetadata) SetLastModifiedByUserId ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) SetLastModifiedByUserId(v string)
SetLastModifiedByUserId sets field value
func (*CentralLoggingResponseMetadata) SetLastModifiedByUserUuid ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) SetLastModifiedByUserUuid(v string)
SetLastModifiedByUserUuid sets field value
func (*CentralLoggingResponseMetadata) SetLastModifiedDate ¶ added in v1.1.0
func (o *CentralLoggingResponseMetadata) SetLastModifiedDate(v time.Time)
SetLastModifiedDate sets field value
type CentralLoggingResponseProperties ¶ added in v1.1.0
type CentralLoggingResponseProperties struct {
Enabled *bool `json:"enabled,omitempty"`
}
CentralLoggingResponseProperties struct for CentralLoggingResponseProperties
func NewCentralLoggingResponseProperties ¶ added in v1.1.0
func NewCentralLoggingResponseProperties() *CentralLoggingResponseProperties
NewCentralLoggingResponseProperties instantiates a new CentralLoggingResponseProperties 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
func NewCentralLoggingResponsePropertiesWithDefaults ¶ added in v1.1.0
func NewCentralLoggingResponsePropertiesWithDefaults() *CentralLoggingResponseProperties
NewCentralLoggingResponsePropertiesWithDefaults instantiates a new CentralLoggingResponseProperties 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
func (*CentralLoggingResponseProperties) GetEnabled ¶ added in v1.1.0
func (o *CentralLoggingResponseProperties) GetEnabled() *bool
GetEnabled returns the Enabled field value If the value is explicit nil, the zero value for bool will be returned
func (*CentralLoggingResponseProperties) GetEnabledOk ¶ added in v1.1.0
func (o *CentralLoggingResponseProperties) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CentralLoggingResponseProperties) HasEnabled ¶ added in v1.1.0
func (o *CentralLoggingResponseProperties) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (CentralLoggingResponseProperties) MarshalJSON ¶ added in v1.1.0
func (o CentralLoggingResponseProperties) MarshalJSON() ([]byte, error)
func (*CentralLoggingResponseProperties) SetEnabled ¶ added in v1.1.0
func (o *CentralLoggingResponseProperties) SetEnabled(v bool)
SetEnabled sets field value
type CentralLoggingToggle ¶ added in v1.1.0
type CentralLoggingToggle struct {
Properties *CentralLoggingToggleProperties `json:"properties,omitempty"`
}
CentralLoggingToggle Request payload to toggle central logging.
func NewCentralLoggingToggle ¶ added in v1.1.0
func NewCentralLoggingToggle() *CentralLoggingToggle
NewCentralLoggingToggle instantiates a new CentralLoggingToggle 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
func NewCentralLoggingToggleWithDefaults ¶ added in v1.1.0
func NewCentralLoggingToggleWithDefaults() *CentralLoggingToggle
NewCentralLoggingToggleWithDefaults instantiates a new CentralLoggingToggle 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
func (*CentralLoggingToggle) GetProperties ¶ added in v1.1.0
func (o *CentralLoggingToggle) GetProperties() *CentralLoggingToggleProperties
GetProperties returns the Properties field value If the value is explicit nil, the zero value for CentralLoggingToggleProperties will be returned
func (*CentralLoggingToggle) GetPropertiesOk ¶ added in v1.1.0
func (o *CentralLoggingToggle) GetPropertiesOk() (*CentralLoggingToggleProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CentralLoggingToggle) HasProperties ¶ added in v1.1.0
func (o *CentralLoggingToggle) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (CentralLoggingToggle) MarshalJSON ¶ added in v1.1.0
func (o CentralLoggingToggle) MarshalJSON() ([]byte, error)
func (*CentralLoggingToggle) SetProperties ¶ added in v1.1.0
func (o *CentralLoggingToggle) SetProperties(v CentralLoggingToggleProperties)
SetProperties sets field value
type CentralLoggingToggleProperties ¶ added in v1.1.0
type CentralLoggingToggleProperties struct {
Enabled *bool `json:"enabled"`
}
CentralLoggingToggleProperties struct for CentralLoggingToggleProperties
func NewCentralLoggingToggleProperties ¶ added in v1.1.0
func NewCentralLoggingToggleProperties(enabled bool) *CentralLoggingToggleProperties
NewCentralLoggingToggleProperties instantiates a new CentralLoggingToggleProperties 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
func NewCentralLoggingTogglePropertiesWithDefaults ¶ added in v1.1.0
func NewCentralLoggingTogglePropertiesWithDefaults() *CentralLoggingToggleProperties
NewCentralLoggingTogglePropertiesWithDefaults instantiates a new CentralLoggingToggleProperties 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
func (*CentralLoggingToggleProperties) GetEnabled ¶ added in v1.1.0
func (o *CentralLoggingToggleProperties) GetEnabled() *bool
GetEnabled returns the Enabled field value If the value is explicit nil, the zero value for bool will be returned
func (*CentralLoggingToggleProperties) GetEnabledOk ¶ added in v1.1.0
func (o *CentralLoggingToggleProperties) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CentralLoggingToggleProperties) HasEnabled ¶ added in v1.1.0
func (o *CentralLoggingToggleProperties) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (CentralLoggingToggleProperties) MarshalJSON ¶ added in v1.1.0
func (o CentralLoggingToggleProperties) MarshalJSON() ([]byte, error)
func (*CentralLoggingToggleProperties) SetEnabled ¶ added in v1.1.0
func (o *CentralLoggingToggleProperties) SetEnabled(v bool)
SetEnabled sets field value
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` DefaultQueryParams url.Values `json:"defaultQueryParams,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client LogLevel LogLevel Logger Logger Username string `json:"username,omitempty"` Password string `json:"password,omitempty"` Token string `json:"token,omitempty"` MaxRetries int `json:"maxRetries,omitempty"` WaitTime time.Duration `json:"waitTime,omitempty"` MaxWaitTime time.Duration `json:"maxWaitTime,omitempty"` }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration(username, password, token, hostUrl string) *Configuration
NewConfiguration returns a new Configuration object
func NewConfigurationFromEnv ¶
func NewConfigurationFromEnv() *Configuration
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) AddDefaultQueryParam ¶
func (c *Configuration) AddDefaultQueryParam(key string, value string)
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DeletedMetadata ¶ added in v1.1.0
type DeletedMetadata struct { // The ISO 8601 creation timestamp. CreatedDate *IonosTime `json:"createdDate,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedByUserId *string `json:"createdByUserId,omitempty"` CreatedByUserUuid *string `json:"createdByUserUuid,omitempty"` // The ISO 8601 modified timestamp. LastModifiedDate *IonosTime `json:"lastModifiedDate,omitempty"` LastModifiedBy *string `json:"lastModifiedBy,omitempty"` LastModifiedByUserId *string `json:"lastModifiedByUserId,omitempty"` LastModifiedByUserUuid *string `json:"lastModifiedByUserUuid,omitempty"` // The current state reported back by the pipeline. State *string `json:"state,omitempty"` }
DeletedMetadata struct for DeletedMetadata
func NewDeletedMetadata ¶ added in v1.1.0
func NewDeletedMetadata() *DeletedMetadata
NewDeletedMetadata instantiates a new DeletedMetadata 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
func NewDeletedMetadataWithDefaults ¶ added in v1.1.0
func NewDeletedMetadataWithDefaults() *DeletedMetadata
NewDeletedMetadataWithDefaults instantiates a new DeletedMetadata 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
func (*DeletedMetadata) GetCreatedBy ¶ added in v1.1.0
func (o *DeletedMetadata) GetCreatedBy() *string
GetCreatedBy returns the CreatedBy field value If the value is explicit nil, the zero value for string will be returned
func (*DeletedMetadata) GetCreatedByOk ¶ added in v1.1.0
func (o *DeletedMetadata) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeletedMetadata) GetCreatedByUserId ¶ added in v1.1.0
func (o *DeletedMetadata) GetCreatedByUserId() *string
GetCreatedByUserId returns the CreatedByUserId field value If the value is explicit nil, the zero value for string will be returned
func (*DeletedMetadata) GetCreatedByUserIdOk ¶ added in v1.1.0
func (o *DeletedMetadata) GetCreatedByUserIdOk() (*string, bool)
GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeletedMetadata) GetCreatedByUserUuid ¶ added in v1.1.0
func (o *DeletedMetadata) GetCreatedByUserUuid() *string
GetCreatedByUserUuid returns the CreatedByUserUuid field value If the value is explicit nil, the zero value for string will be returned
func (*DeletedMetadata) GetCreatedByUserUuidOk ¶ added in v1.1.0
func (o *DeletedMetadata) GetCreatedByUserUuidOk() (*string, bool)
GetCreatedByUserUuidOk returns a tuple with the CreatedByUserUuid field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeletedMetadata) GetCreatedDate ¶ added in v1.1.0
func (o *DeletedMetadata) GetCreatedDate() *time.Time
GetCreatedDate returns the CreatedDate field value If the value is explicit nil, the zero value for time.Time will be returned
func (*DeletedMetadata) GetCreatedDateOk ¶ added in v1.1.0
func (o *DeletedMetadata) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeletedMetadata) GetLastModifiedBy ¶ added in v1.1.0
func (o *DeletedMetadata) GetLastModifiedBy() *string
GetLastModifiedBy returns the LastModifiedBy field value If the value is explicit nil, the zero value for string will be returned
func (*DeletedMetadata) GetLastModifiedByOk ¶ added in v1.1.0
func (o *DeletedMetadata) GetLastModifiedByOk() (*string, bool)
GetLastModifiedByOk returns a tuple with the LastModifiedBy field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeletedMetadata) GetLastModifiedByUserId ¶ added in v1.1.0
func (o *DeletedMetadata) GetLastModifiedByUserId() *string
GetLastModifiedByUserId returns the LastModifiedByUserId field value If the value is explicit nil, the zero value for string will be returned
func (*DeletedMetadata) GetLastModifiedByUserIdOk ¶ added in v1.1.0
func (o *DeletedMetadata) GetLastModifiedByUserIdOk() (*string, bool)
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeletedMetadata) GetLastModifiedByUserUuid ¶ added in v1.1.0
func (o *DeletedMetadata) GetLastModifiedByUserUuid() *string
GetLastModifiedByUserUuid returns the LastModifiedByUserUuid field value If the value is explicit nil, the zero value for string will be returned
func (*DeletedMetadata) GetLastModifiedByUserUuidOk ¶ added in v1.1.0
func (o *DeletedMetadata) GetLastModifiedByUserUuidOk() (*string, bool)
GetLastModifiedByUserUuidOk returns a tuple with the LastModifiedByUserUuid field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeletedMetadata) GetLastModifiedDate ¶ added in v1.1.0
func (o *DeletedMetadata) GetLastModifiedDate() *time.Time
GetLastModifiedDate returns the LastModifiedDate field value If the value is explicit nil, the zero value for time.Time will be returned
func (*DeletedMetadata) GetLastModifiedDateOk ¶ added in v1.1.0
func (o *DeletedMetadata) GetLastModifiedDateOk() (*time.Time, bool)
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeletedMetadata) GetState ¶ added in v1.1.0
func (o *DeletedMetadata) GetState() *string
GetState returns the State field value If the value is explicit nil, the zero value for string will be returned
func (*DeletedMetadata) GetStateOk ¶ added in v1.1.0
func (o *DeletedMetadata) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeletedMetadata) HasCreatedBy ¶ added in v1.1.0
func (o *DeletedMetadata) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*DeletedMetadata) HasCreatedByUserId ¶ added in v1.1.0
func (o *DeletedMetadata) HasCreatedByUserId() bool
HasCreatedByUserId returns a boolean if a field has been set.
func (*DeletedMetadata) HasCreatedByUserUuid ¶ added in v1.1.0
func (o *DeletedMetadata) HasCreatedByUserUuid() bool
HasCreatedByUserUuid returns a boolean if a field has been set.
func (*DeletedMetadata) HasCreatedDate ¶ added in v1.1.0
func (o *DeletedMetadata) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (*DeletedMetadata) HasLastModifiedBy ¶ added in v1.1.0
func (o *DeletedMetadata) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
func (*DeletedMetadata) HasLastModifiedByUserId ¶ added in v1.1.0
func (o *DeletedMetadata) HasLastModifiedByUserId() bool
HasLastModifiedByUserId returns a boolean if a field has been set.
func (*DeletedMetadata) HasLastModifiedByUserUuid ¶ added in v1.1.0
func (o *DeletedMetadata) HasLastModifiedByUserUuid() bool
HasLastModifiedByUserUuid returns a boolean if a field has been set.
func (*DeletedMetadata) HasLastModifiedDate ¶ added in v1.1.0
func (o *DeletedMetadata) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.
func (*DeletedMetadata) HasState ¶ added in v1.1.0
func (o *DeletedMetadata) HasState() bool
HasState returns a boolean if a field has been set.
func (DeletedMetadata) MarshalJSON ¶ added in v1.1.0
func (o DeletedMetadata) MarshalJSON() ([]byte, error)
func (*DeletedMetadata) SetCreatedBy ¶ added in v1.1.0
func (o *DeletedMetadata) SetCreatedBy(v string)
SetCreatedBy sets field value
func (*DeletedMetadata) SetCreatedByUserId ¶ added in v1.1.0
func (o *DeletedMetadata) SetCreatedByUserId(v string)
SetCreatedByUserId sets field value
func (*DeletedMetadata) SetCreatedByUserUuid ¶ added in v1.1.0
func (o *DeletedMetadata) SetCreatedByUserUuid(v string)
SetCreatedByUserUuid sets field value
func (*DeletedMetadata) SetCreatedDate ¶ added in v1.1.0
func (o *DeletedMetadata) SetCreatedDate(v time.Time)
SetCreatedDate sets field value
func (*DeletedMetadata) SetLastModifiedBy ¶ added in v1.1.0
func (o *DeletedMetadata) SetLastModifiedBy(v string)
SetLastModifiedBy sets field value
func (*DeletedMetadata) SetLastModifiedByUserId ¶ added in v1.1.0
func (o *DeletedMetadata) SetLastModifiedByUserId(v string)
SetLastModifiedByUserId sets field value
func (*DeletedMetadata) SetLastModifiedByUserUuid ¶ added in v1.1.0
func (o *DeletedMetadata) SetLastModifiedByUserUuid(v string)
SetLastModifiedByUserUuid sets field value
func (*DeletedMetadata) SetLastModifiedDate ¶ added in v1.1.0
func (o *DeletedMetadata) SetLastModifiedDate(v time.Time)
SetLastModifiedDate sets field value
func (*DeletedMetadata) SetState ¶ added in v1.1.0
func (o *DeletedMetadata) SetState(v string)
SetState sets field value
type DeletedMetadataAllOf ¶ added in v1.1.0
type DeletedMetadataAllOf struct { // The current state reported back by the pipeline. State *string `json:"state,omitempty"` }
DeletedMetadataAllOf struct for DeletedMetadataAllOf
func NewDeletedMetadataAllOf ¶ added in v1.1.0
func NewDeletedMetadataAllOf() *DeletedMetadataAllOf
NewDeletedMetadataAllOf instantiates a new DeletedMetadataAllOf 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
func NewDeletedMetadataAllOfWithDefaults ¶ added in v1.1.0
func NewDeletedMetadataAllOfWithDefaults() *DeletedMetadataAllOf
NewDeletedMetadataAllOfWithDefaults instantiates a new DeletedMetadataAllOf 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
func (*DeletedMetadataAllOf) GetState ¶ added in v1.1.0
func (o *DeletedMetadataAllOf) GetState() *string
GetState returns the State field value If the value is explicit nil, the zero value for string will be returned
func (*DeletedMetadataAllOf) GetStateOk ¶ added in v1.1.0
func (o *DeletedMetadataAllOf) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeletedMetadataAllOf) HasState ¶ added in v1.1.0
func (o *DeletedMetadataAllOf) HasState() bool
HasState returns a boolean if a field has been set.
func (DeletedMetadataAllOf) MarshalJSON ¶ added in v1.1.0
func (o DeletedMetadataAllOf) MarshalJSON() ([]byte, error)
func (*DeletedMetadataAllOf) SetState ¶ added in v1.1.0
func (o *DeletedMetadataAllOf) SetState(v string)
SetState sets field value
type DeletedPipeline ¶ added in v1.1.0
type DeletedPipeline struct { // The unique ID of the resource. Id *string `json:"id,omitempty"` Metadata *DeletedMetadata `json:"metadata,omitempty"` Properties *PipelineProperties `json:"properties,omitempty"` }
DeletedPipeline pipeline response
func NewDeletedPipeline ¶ added in v1.1.0
func NewDeletedPipeline() *DeletedPipeline
NewDeletedPipeline instantiates a new DeletedPipeline 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
func NewDeletedPipelineWithDefaults ¶ added in v1.1.0
func NewDeletedPipelineWithDefaults() *DeletedPipeline
NewDeletedPipelineWithDefaults instantiates a new DeletedPipeline 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
func (*DeletedPipeline) GetId ¶ added in v1.1.0
func (o *DeletedPipeline) GetId() *string
GetId returns the Id field value If the value is explicit nil, the zero value for string will be returned
func (*DeletedPipeline) GetIdOk ¶ added in v1.1.0
func (o *DeletedPipeline) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeletedPipeline) GetMetadata ¶ added in v1.1.0
func (o *DeletedPipeline) GetMetadata() *DeletedMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for DeletedMetadata will be returned
func (*DeletedPipeline) GetMetadataOk ¶ added in v1.1.0
func (o *DeletedPipeline) GetMetadataOk() (*DeletedMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeletedPipeline) GetProperties ¶ added in v1.1.0
func (o *DeletedPipeline) GetProperties() *PipelineProperties
GetProperties returns the Properties field value If the value is explicit nil, the zero value for PipelineProperties will be returned
func (*DeletedPipeline) GetPropertiesOk ¶ added in v1.1.0
func (o *DeletedPipeline) GetPropertiesOk() (*PipelineProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DeletedPipeline) HasId ¶ added in v1.1.0
func (o *DeletedPipeline) HasId() bool
HasId returns a boolean if a field has been set.
func (*DeletedPipeline) HasMetadata ¶ added in v1.1.0
func (o *DeletedPipeline) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*DeletedPipeline) HasProperties ¶ added in v1.1.0
func (o *DeletedPipeline) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (DeletedPipeline) MarshalJSON ¶ added in v1.1.0
func (o DeletedPipeline) MarshalJSON() ([]byte, error)
func (*DeletedPipeline) SetId ¶ added in v1.1.0
func (o *DeletedPipeline) SetId(v string)
SetId sets field value
func (*DeletedPipeline) SetMetadata ¶ added in v1.1.0
func (o *DeletedPipeline) SetMetadata(v DeletedMetadata)
SetMetadata sets field value
func (*DeletedPipeline) SetProperties ¶ added in v1.1.0
func (o *DeletedPipeline) SetProperties(v PipelineProperties)
SetProperties sets field value
type Destination ¶
type Destination struct { // The internal output stream to send logs to Type *string `json:"type,omitempty"` // defines the number of days a log record should be kept in loki. Works with loki destination type only. RetentionInDays *int32 `json:"retentionInDays,omitempty"` }
Destination The information of the logging aggregator storage
func NewDestination ¶
func NewDestination() *Destination
NewDestination instantiates a new Destination 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
func NewDestinationWithDefaults ¶
func NewDestinationWithDefaults() *Destination
NewDestinationWithDefaults instantiates a new Destination 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
func (*Destination) GetRetentionInDays ¶
func (o *Destination) GetRetentionInDays() *int32
GetRetentionInDays returns the RetentionInDays field value If the value is explicit nil, the zero value for int32 will be returned
func (*Destination) GetRetentionInDaysOk ¶
func (o *Destination) GetRetentionInDaysOk() (*int32, bool)
GetRetentionInDaysOk returns a tuple with the RetentionInDays field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Destination) GetType ¶
func (o *Destination) GetType() *string
GetType returns the Type field value If the value is explicit nil, the zero value for string will be returned
func (*Destination) GetTypeOk ¶
func (o *Destination) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Destination) HasRetentionInDays ¶
func (o *Destination) HasRetentionInDays() bool
HasRetentionInDays returns a boolean if a field has been set.
func (*Destination) HasType ¶
func (o *Destination) HasType() bool
HasType returns a boolean if a field has been set.
func (Destination) MarshalJSON ¶
func (o Destination) MarshalJSON() ([]byte, error)
func (*Destination) SetRetentionInDays ¶
func (o *Destination) SetRetentionInDays(v int32)
SetRetentionInDays sets field value
type ErrorMessage ¶
type ErrorMessage struct { // Application internal error code ErrorCode *string `json:"errorCode,omitempty"` // A human readable explanation specific to this occurrence of the problem. Message *string `json:"message,omitempty"` }
ErrorMessage struct for ErrorMessage
func NewErrorMessage ¶
func NewErrorMessage() *ErrorMessage
NewErrorMessage instantiates a new ErrorMessage 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
func NewErrorMessageWithDefaults ¶
func NewErrorMessageWithDefaults() *ErrorMessage
NewErrorMessageWithDefaults instantiates a new ErrorMessage 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
func (*ErrorMessage) GetErrorCode ¶
func (o *ErrorMessage) GetErrorCode() *string
GetErrorCode returns the ErrorCode field value If the value is explicit nil, the zero value for string will be returned
func (*ErrorMessage) GetErrorCodeOk ¶
func (o *ErrorMessage) GetErrorCodeOk() (*string, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ErrorMessage) GetMessage ¶
func (o *ErrorMessage) GetMessage() *string
GetMessage returns the Message field value If the value is explicit nil, the zero value for string will be returned
func (*ErrorMessage) GetMessageOk ¶
func (o *ErrorMessage) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ErrorMessage) HasErrorCode ¶
func (o *ErrorMessage) HasErrorCode() bool
HasErrorCode returns a boolean if a field has been set.
func (*ErrorMessage) HasMessage ¶
func (o *ErrorMessage) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (ErrorMessage) MarshalJSON ¶
func (o ErrorMessage) MarshalJSON() ([]byte, error)
func (*ErrorMessage) SetErrorCode ¶
func (o *ErrorMessage) SetErrorCode(v string)
SetErrorCode sets field value
func (*ErrorMessage) SetMessage ¶
func (o *ErrorMessage) SetMessage(v string)
SetMessage sets field value
type ErrorResponse ¶
type ErrorResponse struct { // HTTP status code of the operation HttpStatus *int32 `json:"httpStatus,omitempty"` Messages *[]ErrorMessage `json:"messages,omitempty"` }
ErrorResponse struct for ErrorResponse
func NewErrorResponse ¶
func NewErrorResponse() *ErrorResponse
NewErrorResponse instantiates a new ErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorResponseWithDefaults ¶
func NewErrorResponseWithDefaults() *ErrorResponse
NewErrorResponseWithDefaults instantiates a new ErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ErrorResponse) GetHttpStatus ¶
func (o *ErrorResponse) GetHttpStatus() *int32
GetHttpStatus returns the HttpStatus field value If the value is explicit nil, the zero value for int32 will be returned
func (*ErrorResponse) GetHttpStatusOk ¶
func (o *ErrorResponse) GetHttpStatusOk() (*int32, bool)
GetHttpStatusOk returns a tuple with the HttpStatus field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ErrorResponse) GetMessages ¶
func (o *ErrorResponse) GetMessages() *[]ErrorMessage
GetMessages returns the Messages field value If the value is explicit nil, the zero value for []ErrorMessage will be returned
func (*ErrorResponse) GetMessagesOk ¶
func (o *ErrorResponse) GetMessagesOk() (*[]ErrorMessage, bool)
GetMessagesOk returns a tuple with the Messages field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ErrorResponse) HasHttpStatus ¶
func (o *ErrorResponse) HasHttpStatus() bool
HasHttpStatus returns a boolean if a field has been set.
func (*ErrorResponse) HasMessages ¶
func (o *ErrorResponse) HasMessages() bool
HasMessages returns a boolean if a field has been set.
func (ErrorResponse) MarshalJSON ¶
func (o ErrorResponse) MarshalJSON() ([]byte, error)
func (*ErrorResponse) SetHttpStatus ¶
func (o *ErrorResponse) SetHttpStatus(v int32)
SetHttpStatus sets field value
func (*ErrorResponse) SetMessages ¶
func (o *ErrorResponse) SetMessages(v []ErrorMessage)
SetMessages sets field value
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func NewGenericOpenAPIError ¶
func NewGenericOpenAPIError(message string, body []byte, model interface{}, statusCode int) *GenericOpenAPIError
NewGenericOpenAPIError - constructor for GenericOpenAPIError
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
func (*GenericOpenAPIError) SetBody ¶
func (e *GenericOpenAPIError) SetBody(body []byte)
SetBody sets the raw body of the error
func (*GenericOpenAPIError) SetError ¶
func (e *GenericOpenAPIError) SetError(error string)
SetError sets the error string
func (*GenericOpenAPIError) SetModel ¶
func (e *GenericOpenAPIError) SetModel(model interface{})
SetModel sets the model of the error
func (*GenericOpenAPIError) SetStatusCode ¶
func (e *GenericOpenAPIError) SetStatusCode(statusCode int)
SetStatusCode sets the status code of the error
func (GenericOpenAPIError) StatusCode ¶
func (e GenericOpenAPIError) StatusCode() int
StatusCode returns the status code of the error
type IonosTime ¶
func (*IonosTime) UnmarshalJSON ¶
type LogLevel ¶
type LogLevel uint
const ( Off LogLevel = 0x100 * iota Debug // Trace We recommend you only set this field for debugging purposes. // Disable it in your production environments because it can log sensitive data. // It logs the full request and response without encryption, even for an HTTPS call. // Verbose request and response logging can also significantly impact your application's performance. Trace )
type Logger ¶
type Logger interface {
Printf(format string, args ...interface{})
}
func NewDefaultLogger ¶
func NewDefaultLogger() Logger
type Metadata ¶
type Metadata struct { // The ISO 8601 creation timestamp. CreatedDate *IonosTime `json:"createdDate,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedByUserId *string `json:"createdByUserId,omitempty"` CreatedByUserUuid *string `json:"createdByUserUuid,omitempty"` // The ISO 8601 modified timestamp. LastModifiedDate *IonosTime `json:"lastModifiedDate,omitempty"` LastModifiedBy *string `json:"lastModifiedBy,omitempty"` LastModifiedByUserId *string `json:"lastModifiedByUserId,omitempty"` LastModifiedByUserUuid *string `json:"lastModifiedByUserUuid,omitempty"` // The current state reported back by the pipeline. State *string `json:"state,omitempty"` }
Metadata Metadata of the resource
func NewMetadata ¶
func NewMetadata() *Metadata
NewMetadata instantiates a new Metadata 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
func NewMetadataWithDefaults ¶
func NewMetadataWithDefaults() *Metadata
NewMetadataWithDefaults instantiates a new Metadata 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
func (*Metadata) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value If the value is explicit nil, the zero value for string will be returned
func (*Metadata) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Metadata) GetCreatedByUserId ¶
GetCreatedByUserId returns the CreatedByUserId field value If the value is explicit nil, the zero value for string will be returned
func (*Metadata) GetCreatedByUserIdOk ¶
GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Metadata) GetCreatedByUserUuid ¶
GetCreatedByUserUuid returns the CreatedByUserUuid field value If the value is explicit nil, the zero value for string will be returned
func (*Metadata) GetCreatedByUserUuidOk ¶
GetCreatedByUserUuidOk returns a tuple with the CreatedByUserUuid field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Metadata) GetCreatedDate ¶
GetCreatedDate returns the CreatedDate field value If the value is explicit nil, the zero value for time.Time will be returned
func (*Metadata) GetCreatedDateOk ¶
GetCreatedDateOk returns a tuple with the CreatedDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Metadata) GetLastModifiedBy ¶
GetLastModifiedBy returns the LastModifiedBy field value If the value is explicit nil, the zero value for string will be returned
func (*Metadata) GetLastModifiedByOk ¶
GetLastModifiedByOk returns a tuple with the LastModifiedBy field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Metadata) GetLastModifiedByUserId ¶
GetLastModifiedByUserId returns the LastModifiedByUserId field value If the value is explicit nil, the zero value for string will be returned
func (*Metadata) GetLastModifiedByUserIdOk ¶
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Metadata) GetLastModifiedByUserUuid ¶
GetLastModifiedByUserUuid returns the LastModifiedByUserUuid field value If the value is explicit nil, the zero value for string will be returned
func (*Metadata) GetLastModifiedByUserUuidOk ¶
GetLastModifiedByUserUuidOk returns a tuple with the LastModifiedByUserUuid field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Metadata) GetLastModifiedDate ¶
GetLastModifiedDate returns the LastModifiedDate field value If the value is explicit nil, the zero value for time.Time will be returned
func (*Metadata) GetLastModifiedDateOk ¶
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Metadata) GetState ¶ added in v1.0.1
GetState returns the State field value If the value is explicit nil, the zero value for string will be returned
func (*Metadata) GetStateOk ¶ added in v1.0.1
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Metadata) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Metadata) HasCreatedByUserId ¶
HasCreatedByUserId returns a boolean if a field has been set.
func (*Metadata) HasCreatedByUserUuid ¶
HasCreatedByUserUuid returns a boolean if a field has been set.
func (*Metadata) HasCreatedDate ¶
HasCreatedDate returns a boolean if a field has been set.
func (*Metadata) HasLastModifiedBy ¶
HasLastModifiedBy returns a boolean if a field has been set.
func (*Metadata) HasLastModifiedByUserId ¶
HasLastModifiedByUserId returns a boolean if a field has been set.
func (*Metadata) HasLastModifiedByUserUuid ¶
HasLastModifiedByUserUuid returns a boolean if a field has been set.
func (*Metadata) HasLastModifiedDate ¶
HasLastModifiedDate returns a boolean if a field has been set.
func (Metadata) MarshalJSON ¶
func (*Metadata) SetCreatedBy ¶
SetCreatedBy sets field value
func (*Metadata) SetCreatedByUserId ¶
SetCreatedByUserId sets field value
func (*Metadata) SetCreatedByUserUuid ¶
SetCreatedByUserUuid sets field value
func (*Metadata) SetCreatedDate ¶
SetCreatedDate sets field value
func (*Metadata) SetLastModifiedBy ¶
SetLastModifiedBy sets field value
func (*Metadata) SetLastModifiedByUserId ¶
SetLastModifiedByUserId sets field value
func (*Metadata) SetLastModifiedByUserUuid ¶
SetLastModifiedByUserUuid sets field value
func (*Metadata) SetLastModifiedDate ¶
SetLastModifiedDate sets field value
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCentralLoggingResponse ¶ added in v1.1.0
type NullableCentralLoggingResponse struct {
// contains filtered or unexported fields
}
func NewNullableCentralLoggingResponse ¶ added in v1.1.0
func NewNullableCentralLoggingResponse(val *CentralLoggingResponse) *NullableCentralLoggingResponse
func (NullableCentralLoggingResponse) Get ¶ added in v1.1.0
func (v NullableCentralLoggingResponse) Get() *CentralLoggingResponse
func (NullableCentralLoggingResponse) IsSet ¶ added in v1.1.0
func (v NullableCentralLoggingResponse) IsSet() bool
func (NullableCentralLoggingResponse) MarshalJSON ¶ added in v1.1.0
func (v NullableCentralLoggingResponse) MarshalJSON() ([]byte, error)
func (*NullableCentralLoggingResponse) Set ¶ added in v1.1.0
func (v *NullableCentralLoggingResponse) Set(val *CentralLoggingResponse)
func (*NullableCentralLoggingResponse) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableCentralLoggingResponse) UnmarshalJSON(src []byte) error
func (*NullableCentralLoggingResponse) Unset ¶ added in v1.1.0
func (v *NullableCentralLoggingResponse) Unset()
type NullableCentralLoggingResponseMetadata ¶ added in v1.1.0
type NullableCentralLoggingResponseMetadata struct {
// contains filtered or unexported fields
}
func NewNullableCentralLoggingResponseMetadata ¶ added in v1.1.0
func NewNullableCentralLoggingResponseMetadata(val *CentralLoggingResponseMetadata) *NullableCentralLoggingResponseMetadata
func (NullableCentralLoggingResponseMetadata) Get ¶ added in v1.1.0
func (v NullableCentralLoggingResponseMetadata) Get() *CentralLoggingResponseMetadata
func (NullableCentralLoggingResponseMetadata) IsSet ¶ added in v1.1.0
func (v NullableCentralLoggingResponseMetadata) IsSet() bool
func (NullableCentralLoggingResponseMetadata) MarshalJSON ¶ added in v1.1.0
func (v NullableCentralLoggingResponseMetadata) MarshalJSON() ([]byte, error)
func (*NullableCentralLoggingResponseMetadata) Set ¶ added in v1.1.0
func (v *NullableCentralLoggingResponseMetadata) Set(val *CentralLoggingResponseMetadata)
func (*NullableCentralLoggingResponseMetadata) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableCentralLoggingResponseMetadata) UnmarshalJSON(src []byte) error
func (*NullableCentralLoggingResponseMetadata) Unset ¶ added in v1.1.0
func (v *NullableCentralLoggingResponseMetadata) Unset()
type NullableCentralLoggingResponseProperties ¶ added in v1.1.0
type NullableCentralLoggingResponseProperties struct {
// contains filtered or unexported fields
}
func NewNullableCentralLoggingResponseProperties ¶ added in v1.1.0
func NewNullableCentralLoggingResponseProperties(val *CentralLoggingResponseProperties) *NullableCentralLoggingResponseProperties
func (NullableCentralLoggingResponseProperties) IsSet ¶ added in v1.1.0
func (v NullableCentralLoggingResponseProperties) IsSet() bool
func (NullableCentralLoggingResponseProperties) MarshalJSON ¶ added in v1.1.0
func (v NullableCentralLoggingResponseProperties) MarshalJSON() ([]byte, error)
func (*NullableCentralLoggingResponseProperties) Set ¶ added in v1.1.0
func (v *NullableCentralLoggingResponseProperties) Set(val *CentralLoggingResponseProperties)
func (*NullableCentralLoggingResponseProperties) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableCentralLoggingResponseProperties) UnmarshalJSON(src []byte) error
func (*NullableCentralLoggingResponseProperties) Unset ¶ added in v1.1.0
func (v *NullableCentralLoggingResponseProperties) Unset()
type NullableCentralLoggingToggle ¶ added in v1.1.0
type NullableCentralLoggingToggle struct {
// contains filtered or unexported fields
}
func NewNullableCentralLoggingToggle ¶ added in v1.1.0
func NewNullableCentralLoggingToggle(val *CentralLoggingToggle) *NullableCentralLoggingToggle
func (NullableCentralLoggingToggle) Get ¶ added in v1.1.0
func (v NullableCentralLoggingToggle) Get() *CentralLoggingToggle
func (NullableCentralLoggingToggle) IsSet ¶ added in v1.1.0
func (v NullableCentralLoggingToggle) IsSet() bool
func (NullableCentralLoggingToggle) MarshalJSON ¶ added in v1.1.0
func (v NullableCentralLoggingToggle) MarshalJSON() ([]byte, error)
func (*NullableCentralLoggingToggle) Set ¶ added in v1.1.0
func (v *NullableCentralLoggingToggle) Set(val *CentralLoggingToggle)
func (*NullableCentralLoggingToggle) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableCentralLoggingToggle) UnmarshalJSON(src []byte) error
func (*NullableCentralLoggingToggle) Unset ¶ added in v1.1.0
func (v *NullableCentralLoggingToggle) Unset()
type NullableCentralLoggingToggleProperties ¶ added in v1.1.0
type NullableCentralLoggingToggleProperties struct {
// contains filtered or unexported fields
}
func NewNullableCentralLoggingToggleProperties ¶ added in v1.1.0
func NewNullableCentralLoggingToggleProperties(val *CentralLoggingToggleProperties) *NullableCentralLoggingToggleProperties
func (NullableCentralLoggingToggleProperties) Get ¶ added in v1.1.0
func (v NullableCentralLoggingToggleProperties) Get() *CentralLoggingToggleProperties
func (NullableCentralLoggingToggleProperties) IsSet ¶ added in v1.1.0
func (v NullableCentralLoggingToggleProperties) IsSet() bool
func (NullableCentralLoggingToggleProperties) MarshalJSON ¶ added in v1.1.0
func (v NullableCentralLoggingToggleProperties) MarshalJSON() ([]byte, error)
func (*NullableCentralLoggingToggleProperties) Set ¶ added in v1.1.0
func (v *NullableCentralLoggingToggleProperties) Set(val *CentralLoggingToggleProperties)
func (*NullableCentralLoggingToggleProperties) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableCentralLoggingToggleProperties) UnmarshalJSON(src []byte) error
func (*NullableCentralLoggingToggleProperties) Unset ¶ added in v1.1.0
func (v *NullableCentralLoggingToggleProperties) Unset()
type NullableDeletedMetadata ¶ added in v1.1.0
type NullableDeletedMetadata struct {
// contains filtered or unexported fields
}
func NewNullableDeletedMetadata ¶ added in v1.1.0
func NewNullableDeletedMetadata(val *DeletedMetadata) *NullableDeletedMetadata
func (NullableDeletedMetadata) Get ¶ added in v1.1.0
func (v NullableDeletedMetadata) Get() *DeletedMetadata
func (NullableDeletedMetadata) IsSet ¶ added in v1.1.0
func (v NullableDeletedMetadata) IsSet() bool
func (NullableDeletedMetadata) MarshalJSON ¶ added in v1.1.0
func (v NullableDeletedMetadata) MarshalJSON() ([]byte, error)
func (*NullableDeletedMetadata) Set ¶ added in v1.1.0
func (v *NullableDeletedMetadata) Set(val *DeletedMetadata)
func (*NullableDeletedMetadata) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableDeletedMetadata) UnmarshalJSON(src []byte) error
func (*NullableDeletedMetadata) Unset ¶ added in v1.1.0
func (v *NullableDeletedMetadata) Unset()
type NullableDeletedMetadataAllOf ¶ added in v1.1.0
type NullableDeletedMetadataAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDeletedMetadataAllOf ¶ added in v1.1.0
func NewNullableDeletedMetadataAllOf(val *DeletedMetadataAllOf) *NullableDeletedMetadataAllOf
func (NullableDeletedMetadataAllOf) Get ¶ added in v1.1.0
func (v NullableDeletedMetadataAllOf) Get() *DeletedMetadataAllOf
func (NullableDeletedMetadataAllOf) IsSet ¶ added in v1.1.0
func (v NullableDeletedMetadataAllOf) IsSet() bool
func (NullableDeletedMetadataAllOf) MarshalJSON ¶ added in v1.1.0
func (v NullableDeletedMetadataAllOf) MarshalJSON() ([]byte, error)
func (*NullableDeletedMetadataAllOf) Set ¶ added in v1.1.0
func (v *NullableDeletedMetadataAllOf) Set(val *DeletedMetadataAllOf)
func (*NullableDeletedMetadataAllOf) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableDeletedMetadataAllOf) UnmarshalJSON(src []byte) error
func (*NullableDeletedMetadataAllOf) Unset ¶ added in v1.1.0
func (v *NullableDeletedMetadataAllOf) Unset()
type NullableDeletedPipeline ¶ added in v1.1.0
type NullableDeletedPipeline struct {
// contains filtered or unexported fields
}
func NewNullableDeletedPipeline ¶ added in v1.1.0
func NewNullableDeletedPipeline(val *DeletedPipeline) *NullableDeletedPipeline
func (NullableDeletedPipeline) Get ¶ added in v1.1.0
func (v NullableDeletedPipeline) Get() *DeletedPipeline
func (NullableDeletedPipeline) IsSet ¶ added in v1.1.0
func (v NullableDeletedPipeline) IsSet() bool
func (NullableDeletedPipeline) MarshalJSON ¶ added in v1.1.0
func (v NullableDeletedPipeline) MarshalJSON() ([]byte, error)
func (*NullableDeletedPipeline) Set ¶ added in v1.1.0
func (v *NullableDeletedPipeline) Set(val *DeletedPipeline)
func (*NullableDeletedPipeline) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableDeletedPipeline) UnmarshalJSON(src []byte) error
func (*NullableDeletedPipeline) Unset ¶ added in v1.1.0
func (v *NullableDeletedPipeline) Unset()
type NullableDestination ¶
type NullableDestination struct {
// contains filtered or unexported fields
}
func NewNullableDestination ¶
func NewNullableDestination(val *Destination) *NullableDestination
func (NullableDestination) Get ¶
func (v NullableDestination) Get() *Destination
func (NullableDestination) IsSet ¶
func (v NullableDestination) IsSet() bool
func (NullableDestination) MarshalJSON ¶
func (v NullableDestination) MarshalJSON() ([]byte, error)
func (*NullableDestination) Set ¶
func (v *NullableDestination) Set(val *Destination)
func (*NullableDestination) UnmarshalJSON ¶
func (v *NullableDestination) UnmarshalJSON(src []byte) error
func (*NullableDestination) Unset ¶
func (v *NullableDestination) Unset()
type NullableErrorMessage ¶
type NullableErrorMessage struct {
// contains filtered or unexported fields
}
func NewNullableErrorMessage ¶
func NewNullableErrorMessage(val *ErrorMessage) *NullableErrorMessage
func (NullableErrorMessage) Get ¶
func (v NullableErrorMessage) Get() *ErrorMessage
func (NullableErrorMessage) IsSet ¶
func (v NullableErrorMessage) IsSet() bool
func (NullableErrorMessage) MarshalJSON ¶
func (v NullableErrorMessage) MarshalJSON() ([]byte, error)
func (*NullableErrorMessage) Set ¶
func (v *NullableErrorMessage) Set(val *ErrorMessage)
func (*NullableErrorMessage) UnmarshalJSON ¶
func (v *NullableErrorMessage) UnmarshalJSON(src []byte) error
func (*NullableErrorMessage) Unset ¶
func (v *NullableErrorMessage) Unset()
type NullableErrorResponse ¶
type NullableErrorResponse struct {
// contains filtered or unexported fields
}
func NewNullableErrorResponse ¶
func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse
func (NullableErrorResponse) Get ¶
func (v NullableErrorResponse) Get() *ErrorResponse
func (NullableErrorResponse) IsSet ¶
func (v NullableErrorResponse) IsSet() bool
func (NullableErrorResponse) MarshalJSON ¶
func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
func (*NullableErrorResponse) Set ¶
func (v *NullableErrorResponse) Set(val *ErrorResponse)
func (*NullableErrorResponse) UnmarshalJSON ¶
func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
func (*NullableErrorResponse) Unset ¶
func (v *NullableErrorResponse) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableMetadata ¶
type NullableMetadata struct {
// contains filtered or unexported fields
}
func NewNullableMetadata ¶
func NewNullableMetadata(val *Metadata) *NullableMetadata
func (NullableMetadata) Get ¶
func (v NullableMetadata) Get() *Metadata
func (NullableMetadata) IsSet ¶
func (v NullableMetadata) IsSet() bool
func (NullableMetadata) MarshalJSON ¶
func (v NullableMetadata) MarshalJSON() ([]byte, error)
func (*NullableMetadata) Set ¶
func (v *NullableMetadata) Set(val *Metadata)
func (*NullableMetadata) UnmarshalJSON ¶
func (v *NullableMetadata) UnmarshalJSON(src []byte) error
func (*NullableMetadata) Unset ¶
func (v *NullableMetadata) Unset()
type NullablePipeline ¶
type NullablePipeline struct {
// contains filtered or unexported fields
}
func NewNullablePipeline ¶
func NewNullablePipeline(val *Pipeline) *NullablePipeline
func (NullablePipeline) Get ¶
func (v NullablePipeline) Get() *Pipeline
func (NullablePipeline) IsSet ¶
func (v NullablePipeline) IsSet() bool
func (NullablePipeline) MarshalJSON ¶
func (v NullablePipeline) MarshalJSON() ([]byte, error)
func (*NullablePipeline) Set ¶
func (v *NullablePipeline) Set(val *Pipeline)
func (*NullablePipeline) UnmarshalJSON ¶
func (v *NullablePipeline) UnmarshalJSON(src []byte) error
func (*NullablePipeline) Unset ¶
func (v *NullablePipeline) Unset()
type NullablePipelineCreate ¶ added in v1.0.1
type NullablePipelineCreate struct {
// contains filtered or unexported fields
}
func NewNullablePipelineCreate ¶ added in v1.0.1
func NewNullablePipelineCreate(val *PipelineCreate) *NullablePipelineCreate
func (NullablePipelineCreate) Get ¶ added in v1.0.1
func (v NullablePipelineCreate) Get() *PipelineCreate
func (NullablePipelineCreate) IsSet ¶ added in v1.0.1
func (v NullablePipelineCreate) IsSet() bool
func (NullablePipelineCreate) MarshalJSON ¶ added in v1.0.1
func (v NullablePipelineCreate) MarshalJSON() ([]byte, error)
func (*NullablePipelineCreate) Set ¶ added in v1.0.1
func (v *NullablePipelineCreate) Set(val *PipelineCreate)
func (*NullablePipelineCreate) UnmarshalJSON ¶ added in v1.0.1
func (v *NullablePipelineCreate) UnmarshalJSON(src []byte) error
func (*NullablePipelineCreate) Unset ¶ added in v1.0.1
func (v *NullablePipelineCreate) Unset()
type NullablePipelineCreateProperties ¶ added in v1.0.1
type NullablePipelineCreateProperties struct {
// contains filtered or unexported fields
}
func NewNullablePipelineCreateProperties ¶ added in v1.0.1
func NewNullablePipelineCreateProperties(val *PipelineCreateProperties) *NullablePipelineCreateProperties
func (NullablePipelineCreateProperties) Get ¶ added in v1.0.1
func (v NullablePipelineCreateProperties) Get() *PipelineCreateProperties
func (NullablePipelineCreateProperties) IsSet ¶ added in v1.0.1
func (v NullablePipelineCreateProperties) IsSet() bool
func (NullablePipelineCreateProperties) MarshalJSON ¶ added in v1.0.1
func (v NullablePipelineCreateProperties) MarshalJSON() ([]byte, error)
func (*NullablePipelineCreateProperties) Set ¶ added in v1.0.1
func (v *NullablePipelineCreateProperties) Set(val *PipelineCreateProperties)
func (*NullablePipelineCreateProperties) UnmarshalJSON ¶ added in v1.0.1
func (v *NullablePipelineCreateProperties) UnmarshalJSON(src []byte) error
func (*NullablePipelineCreateProperties) Unset ¶ added in v1.0.1
func (v *NullablePipelineCreateProperties) Unset()
type NullablePipelineCreatePropertiesLogs ¶ added in v1.0.1
type NullablePipelineCreatePropertiesLogs struct {
// contains filtered or unexported fields
}
func NewNullablePipelineCreatePropertiesLogs ¶ added in v1.0.1
func NewNullablePipelineCreatePropertiesLogs(val *PipelineCreatePropertiesLogs) *NullablePipelineCreatePropertiesLogs
func (NullablePipelineCreatePropertiesLogs) Get ¶ added in v1.0.1
func (v NullablePipelineCreatePropertiesLogs) Get() *PipelineCreatePropertiesLogs
func (NullablePipelineCreatePropertiesLogs) IsSet ¶ added in v1.0.1
func (v NullablePipelineCreatePropertiesLogs) IsSet() bool
func (NullablePipelineCreatePropertiesLogs) MarshalJSON ¶ added in v1.0.1
func (v NullablePipelineCreatePropertiesLogs) MarshalJSON() ([]byte, error)
func (*NullablePipelineCreatePropertiesLogs) Set ¶ added in v1.0.1
func (v *NullablePipelineCreatePropertiesLogs) Set(val *PipelineCreatePropertiesLogs)
func (*NullablePipelineCreatePropertiesLogs) UnmarshalJSON ¶ added in v1.0.1
func (v *NullablePipelineCreatePropertiesLogs) UnmarshalJSON(src []byte) error
func (*NullablePipelineCreatePropertiesLogs) Unset ¶ added in v1.0.1
func (v *NullablePipelineCreatePropertiesLogs) Unset()
type NullablePipelineListResponse ¶
type NullablePipelineListResponse struct {
// contains filtered or unexported fields
}
func NewNullablePipelineListResponse ¶
func NewNullablePipelineListResponse(val *PipelineListResponse) *NullablePipelineListResponse
func (NullablePipelineListResponse) Get ¶
func (v NullablePipelineListResponse) Get() *PipelineListResponse
func (NullablePipelineListResponse) IsSet ¶
func (v NullablePipelineListResponse) IsSet() bool
func (NullablePipelineListResponse) MarshalJSON ¶
func (v NullablePipelineListResponse) MarshalJSON() ([]byte, error)
func (*NullablePipelineListResponse) Set ¶
func (v *NullablePipelineListResponse) Set(val *PipelineListResponse)
func (*NullablePipelineListResponse) UnmarshalJSON ¶
func (v *NullablePipelineListResponse) UnmarshalJSON(src []byte) error
func (*NullablePipelineListResponse) Unset ¶
func (v *NullablePipelineListResponse) Unset()
type NullablePipelinePatch ¶ added in v1.0.1
type NullablePipelinePatch struct {
// contains filtered or unexported fields
}
func NewNullablePipelinePatch ¶ added in v1.0.1
func NewNullablePipelinePatch(val *PipelinePatch) *NullablePipelinePatch
func (NullablePipelinePatch) Get ¶ added in v1.0.1
func (v NullablePipelinePatch) Get() *PipelinePatch
func (NullablePipelinePatch) IsSet ¶ added in v1.0.1
func (v NullablePipelinePatch) IsSet() bool
func (NullablePipelinePatch) MarshalJSON ¶ added in v1.0.1
func (v NullablePipelinePatch) MarshalJSON() ([]byte, error)
func (*NullablePipelinePatch) Set ¶ added in v1.0.1
func (v *NullablePipelinePatch) Set(val *PipelinePatch)
func (*NullablePipelinePatch) UnmarshalJSON ¶ added in v1.0.1
func (v *NullablePipelinePatch) UnmarshalJSON(src []byte) error
func (*NullablePipelinePatch) Unset ¶ added in v1.0.1
func (v *NullablePipelinePatch) Unset()
type NullablePipelinePatchProperties ¶ added in v1.0.1
type NullablePipelinePatchProperties struct {
// contains filtered or unexported fields
}
func NewNullablePipelinePatchProperties ¶ added in v1.0.1
func NewNullablePipelinePatchProperties(val *PipelinePatchProperties) *NullablePipelinePatchProperties
func (NullablePipelinePatchProperties) Get ¶ added in v1.0.1
func (v NullablePipelinePatchProperties) Get() *PipelinePatchProperties
func (NullablePipelinePatchProperties) IsSet ¶ added in v1.0.1
func (v NullablePipelinePatchProperties) IsSet() bool
func (NullablePipelinePatchProperties) MarshalJSON ¶ added in v1.0.1
func (v NullablePipelinePatchProperties) MarshalJSON() ([]byte, error)
func (*NullablePipelinePatchProperties) Set ¶ added in v1.0.1
func (v *NullablePipelinePatchProperties) Set(val *PipelinePatchProperties)
func (*NullablePipelinePatchProperties) UnmarshalJSON ¶ added in v1.0.1
func (v *NullablePipelinePatchProperties) UnmarshalJSON(src []byte) error
func (*NullablePipelinePatchProperties) Unset ¶ added in v1.0.1
func (v *NullablePipelinePatchProperties) Unset()
type NullablePipelineProperties ¶
type NullablePipelineProperties struct {
// contains filtered or unexported fields
}
func NewNullablePipelineProperties ¶
func NewNullablePipelineProperties(val *PipelineProperties) *NullablePipelineProperties
func (NullablePipelineProperties) Get ¶
func (v NullablePipelineProperties) Get() *PipelineProperties
func (NullablePipelineProperties) IsSet ¶
func (v NullablePipelineProperties) IsSet() bool
func (NullablePipelineProperties) MarshalJSON ¶
func (v NullablePipelineProperties) MarshalJSON() ([]byte, error)
func (*NullablePipelineProperties) Set ¶
func (v *NullablePipelineProperties) Set(val *PipelineProperties)
func (*NullablePipelineProperties) UnmarshalJSON ¶
func (v *NullablePipelineProperties) UnmarshalJSON(src []byte) error
func (*NullablePipelineProperties) Unset ¶
func (v *NullablePipelineProperties) Unset()
type NullablePipelineResponse ¶ added in v1.0.1
type NullablePipelineResponse struct {
// contains filtered or unexported fields
}
func NewNullablePipelineResponse ¶ added in v1.0.1
func NewNullablePipelineResponse(val *PipelineResponse) *NullablePipelineResponse
func (NullablePipelineResponse) Get ¶ added in v1.0.1
func (v NullablePipelineResponse) Get() *PipelineResponse
func (NullablePipelineResponse) IsSet ¶ added in v1.0.1
func (v NullablePipelineResponse) IsSet() bool
func (NullablePipelineResponse) MarshalJSON ¶ added in v1.0.1
func (v NullablePipelineResponse) MarshalJSON() ([]byte, error)
func (*NullablePipelineResponse) Set ¶ added in v1.0.1
func (v *NullablePipelineResponse) Set(val *PipelineResponse)
func (*NullablePipelineResponse) UnmarshalJSON ¶ added in v1.0.1
func (v *NullablePipelineResponse) UnmarshalJSON(src []byte) error
func (*NullablePipelineResponse) Unset ¶ added in v1.0.1
func (v *NullablePipelineResponse) Unset()
type NullablePipelineResponseAllOf ¶ added in v1.0.1
type NullablePipelineResponseAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePipelineResponseAllOf ¶ added in v1.0.1
func NewNullablePipelineResponseAllOf(val *PipelineResponseAllOf) *NullablePipelineResponseAllOf
func (NullablePipelineResponseAllOf) Get ¶ added in v1.0.1
func (v NullablePipelineResponseAllOf) Get() *PipelineResponseAllOf
func (NullablePipelineResponseAllOf) IsSet ¶ added in v1.0.1
func (v NullablePipelineResponseAllOf) IsSet() bool
func (NullablePipelineResponseAllOf) MarshalJSON ¶ added in v1.0.1
func (v NullablePipelineResponseAllOf) MarshalJSON() ([]byte, error)
func (*NullablePipelineResponseAllOf) Set ¶ added in v1.0.1
func (v *NullablePipelineResponseAllOf) Set(val *PipelineResponseAllOf)
func (*NullablePipelineResponseAllOf) UnmarshalJSON ¶ added in v1.0.1
func (v *NullablePipelineResponseAllOf) UnmarshalJSON(src []byte) error
func (*NullablePipelineResponseAllOf) Unset ¶ added in v1.0.1
func (v *NullablePipelineResponseAllOf) Unset()
type NullablePipelineResponseAllOf1 ¶ added in v1.0.1
type NullablePipelineResponseAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullablePipelineResponseAllOf1 ¶ added in v1.0.1
func NewNullablePipelineResponseAllOf1(val *PipelineResponseAllOf1) *NullablePipelineResponseAllOf1
func (NullablePipelineResponseAllOf1) Get ¶ added in v1.0.1
func (v NullablePipelineResponseAllOf1) Get() *PipelineResponseAllOf1
func (NullablePipelineResponseAllOf1) IsSet ¶ added in v1.0.1
func (v NullablePipelineResponseAllOf1) IsSet() bool
func (NullablePipelineResponseAllOf1) MarshalJSON ¶ added in v1.0.1
func (v NullablePipelineResponseAllOf1) MarshalJSON() ([]byte, error)
func (*NullablePipelineResponseAllOf1) Set ¶ added in v1.0.1
func (v *NullablePipelineResponseAllOf1) Set(val *PipelineResponseAllOf1)
func (*NullablePipelineResponseAllOf1) UnmarshalJSON ¶ added in v1.0.1
func (v *NullablePipelineResponseAllOf1) UnmarshalJSON(src []byte) error
func (*NullablePipelineResponseAllOf1) Unset ¶ added in v1.0.1
func (v *NullablePipelineResponseAllOf1) Unset()
type NullablePipelinesKeyPost200Response ¶ added in v1.0.1
type NullablePipelinesKeyPost200Response struct {
// contains filtered or unexported fields
}
func NewNullablePipelinesKeyPost200Response ¶ added in v1.0.1
func NewNullablePipelinesKeyPost200Response(val *PipelinesKeyPost200Response) *NullablePipelinesKeyPost200Response
func (NullablePipelinesKeyPost200Response) Get ¶ added in v1.0.1
func (v NullablePipelinesKeyPost200Response) Get() *PipelinesKeyPost200Response
func (NullablePipelinesKeyPost200Response) IsSet ¶ added in v1.0.1
func (v NullablePipelinesKeyPost200Response) IsSet() bool
func (NullablePipelinesKeyPost200Response) MarshalJSON ¶ added in v1.0.1
func (v NullablePipelinesKeyPost200Response) MarshalJSON() ([]byte, error)
func (*NullablePipelinesKeyPost200Response) Set ¶ added in v1.0.1
func (v *NullablePipelinesKeyPost200Response) Set(val *PipelinesKeyPost200Response)
func (*NullablePipelinesKeyPost200Response) UnmarshalJSON ¶ added in v1.0.1
func (v *NullablePipelinesKeyPost200Response) UnmarshalJSON(src []byte) error
func (*NullablePipelinesKeyPost200Response) Unset ¶ added in v1.0.1
func (v *NullablePipelinesKeyPost200Response) Unset()
type NullableProcessor ¶
type NullableProcessor struct {
// contains filtered or unexported fields
}
func NewNullableProcessor ¶
func NewNullableProcessor(val *Processor) *NullableProcessor
func (NullableProcessor) Get ¶
func (v NullableProcessor) Get() *Processor
func (NullableProcessor) IsSet ¶
func (v NullableProcessor) IsSet() bool
func (NullableProcessor) MarshalJSON ¶
func (v NullableProcessor) MarshalJSON() ([]byte, error)
func (*NullableProcessor) Set ¶
func (v *NullableProcessor) Set(val *Processor)
func (*NullableProcessor) UnmarshalJSON ¶
func (v *NullableProcessor) UnmarshalJSON(src []byte) error
func (*NullableProcessor) Unset ¶
func (v *NullableProcessor) Unset()
type NullableProvisioningMetadata ¶ added in v1.1.0
type NullableProvisioningMetadata struct {
// contains filtered or unexported fields
}
func NewNullableProvisioningMetadata ¶ added in v1.1.0
func NewNullableProvisioningMetadata(val *ProvisioningMetadata) *NullableProvisioningMetadata
func (NullableProvisioningMetadata) Get ¶ added in v1.1.0
func (v NullableProvisioningMetadata) Get() *ProvisioningMetadata
func (NullableProvisioningMetadata) IsSet ¶ added in v1.1.0
func (v NullableProvisioningMetadata) IsSet() bool
func (NullableProvisioningMetadata) MarshalJSON ¶ added in v1.1.0
func (v NullableProvisioningMetadata) MarshalJSON() ([]byte, error)
func (*NullableProvisioningMetadata) Set ¶ added in v1.1.0
func (v *NullableProvisioningMetadata) Set(val *ProvisioningMetadata)
func (*NullableProvisioningMetadata) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableProvisioningMetadata) UnmarshalJSON(src []byte) error
func (*NullableProvisioningMetadata) Unset ¶ added in v1.1.0
func (v *NullableProvisioningMetadata) Unset()
type NullableProvisioningMetadataAllOf ¶ added in v1.1.0
type NullableProvisioningMetadataAllOf struct {
// contains filtered or unexported fields
}
func NewNullableProvisioningMetadataAllOf ¶ added in v1.1.0
func NewNullableProvisioningMetadataAllOf(val *ProvisioningMetadataAllOf) *NullableProvisioningMetadataAllOf
func (NullableProvisioningMetadataAllOf) Get ¶ added in v1.1.0
func (v NullableProvisioningMetadataAllOf) Get() *ProvisioningMetadataAllOf
func (NullableProvisioningMetadataAllOf) IsSet ¶ added in v1.1.0
func (v NullableProvisioningMetadataAllOf) IsSet() bool
func (NullableProvisioningMetadataAllOf) MarshalJSON ¶ added in v1.1.0
func (v NullableProvisioningMetadataAllOf) MarshalJSON() ([]byte, error)
func (*NullableProvisioningMetadataAllOf) Set ¶ added in v1.1.0
func (v *NullableProvisioningMetadataAllOf) Set(val *ProvisioningMetadataAllOf)
func (*NullableProvisioningMetadataAllOf) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableProvisioningMetadataAllOf) UnmarshalJSON(src []byte) error
func (*NullableProvisioningMetadataAllOf) Unset ¶ added in v1.1.0
func (v *NullableProvisioningMetadataAllOf) Unset()
type NullableProvisioningPipeline ¶ added in v1.1.0
type NullableProvisioningPipeline struct {
// contains filtered or unexported fields
}
func NewNullableProvisioningPipeline ¶ added in v1.1.0
func NewNullableProvisioningPipeline(val *ProvisioningPipeline) *NullableProvisioningPipeline
func (NullableProvisioningPipeline) Get ¶ added in v1.1.0
func (v NullableProvisioningPipeline) Get() *ProvisioningPipeline
func (NullableProvisioningPipeline) IsSet ¶ added in v1.1.0
func (v NullableProvisioningPipeline) IsSet() bool
func (NullableProvisioningPipeline) MarshalJSON ¶ added in v1.1.0
func (v NullableProvisioningPipeline) MarshalJSON() ([]byte, error)
func (*NullableProvisioningPipeline) Set ¶ added in v1.1.0
func (v *NullableProvisioningPipeline) Set(val *ProvisioningPipeline)
func (*NullableProvisioningPipeline) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableProvisioningPipeline) UnmarshalJSON(src []byte) error
func (*NullableProvisioningPipeline) Unset ¶ added in v1.1.0
func (v *NullableProvisioningPipeline) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type Pipeline ¶
type Pipeline struct { // The unique ID of the resource. Id *string `json:"id,omitempty"` Metadata *Metadata `json:"metadata,omitempty"` Properties *PipelineProperties `json:"properties,omitempty"` }
Pipeline pipeline response
func NewPipeline ¶
func NewPipeline() *Pipeline
NewPipeline instantiates a new Pipeline 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
func NewPipelineWithDefaults ¶
func NewPipelineWithDefaults() *Pipeline
NewPipelineWithDefaults instantiates a new Pipeline 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
func (*Pipeline) GetId ¶
GetId returns the Id field value If the value is explicit nil, the zero value for string will be returned
func (*Pipeline) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Pipeline) GetMetadata ¶
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for Metadata will be returned
func (*Pipeline) GetMetadataOk ¶
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Pipeline) GetProperties ¶
func (o *Pipeline) GetProperties() *PipelineProperties
GetProperties returns the Properties field value If the value is explicit nil, the zero value for PipelineProperties will be returned
func (*Pipeline) GetPropertiesOk ¶
func (o *Pipeline) GetPropertiesOk() (*PipelineProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Pipeline) HasMetadata ¶
HasMetadata returns a boolean if a field has been set.
func (*Pipeline) HasProperties ¶
HasProperties returns a boolean if a field has been set.
func (Pipeline) MarshalJSON ¶
func (*Pipeline) SetMetadata ¶
SetMetadata sets field value
func (*Pipeline) SetProperties ¶
func (o *Pipeline) SetProperties(v PipelineProperties)
SetProperties sets field value
type PipelineCreate ¶ added in v1.0.1
type PipelineCreate struct {
Properties *PipelineCreateProperties `json:"properties"`
}
PipelineCreate Request payload with all data needed to create a new logging pipeline
func NewPipelineCreate ¶ added in v1.0.1
func NewPipelineCreate(properties PipelineCreateProperties) *PipelineCreate
NewPipelineCreate instantiates a new PipelineCreate 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
func NewPipelineCreateWithDefaults ¶ added in v1.0.1
func NewPipelineCreateWithDefaults() *PipelineCreate
NewPipelineCreateWithDefaults instantiates a new PipelineCreate 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
func (*PipelineCreate) GetProperties ¶ added in v1.0.1
func (o *PipelineCreate) GetProperties() *PipelineCreateProperties
GetProperties returns the Properties field value If the value is explicit nil, the zero value for PipelineCreateProperties will be returned
func (*PipelineCreate) GetPropertiesOk ¶ added in v1.0.1
func (o *PipelineCreate) GetPropertiesOk() (*PipelineCreateProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineCreate) HasProperties ¶ added in v1.0.1
func (o *PipelineCreate) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (PipelineCreate) MarshalJSON ¶ added in v1.0.1
func (o PipelineCreate) MarshalJSON() ([]byte, error)
func (*PipelineCreate) SetProperties ¶ added in v1.0.1
func (o *PipelineCreate) SetProperties(v PipelineCreateProperties)
SetProperties sets field value
type PipelineCreateProperties ¶ added in v1.0.1
type PipelineCreateProperties struct { // The friendly name of your pipeline. Name *string `json:"name"` // The information of the log pipelines Logs *[]PipelineCreatePropertiesLogs `json:"logs"` }
PipelineCreateProperties Create pipeline properties
func NewPipelineCreateProperties ¶ added in v1.0.1
func NewPipelineCreateProperties(name string, logs []PipelineCreatePropertiesLogs) *PipelineCreateProperties
NewPipelineCreateProperties instantiates a new PipelineCreateProperties 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
func NewPipelineCreatePropertiesWithDefaults ¶ added in v1.0.1
func NewPipelineCreatePropertiesWithDefaults() *PipelineCreateProperties
NewPipelineCreatePropertiesWithDefaults instantiates a new PipelineCreateProperties 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
func (*PipelineCreateProperties) GetLogs ¶ added in v1.0.1
func (o *PipelineCreateProperties) GetLogs() *[]PipelineCreatePropertiesLogs
GetLogs returns the Logs field value If the value is explicit nil, the zero value for []PipelineCreatePropertiesLogs will be returned
func (*PipelineCreateProperties) GetLogsOk ¶ added in v1.0.1
func (o *PipelineCreateProperties) GetLogsOk() (*[]PipelineCreatePropertiesLogs, bool)
GetLogsOk returns a tuple with the Logs field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineCreateProperties) GetName ¶ added in v1.0.1
func (o *PipelineCreateProperties) GetName() *string
GetName returns the Name field value If the value is explicit nil, the zero value for string will be returned
func (*PipelineCreateProperties) GetNameOk ¶ added in v1.0.1
func (o *PipelineCreateProperties) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineCreateProperties) HasLogs ¶ added in v1.0.1
func (o *PipelineCreateProperties) HasLogs() bool
HasLogs returns a boolean if a field has been set.
func (*PipelineCreateProperties) HasName ¶ added in v1.0.1
func (o *PipelineCreateProperties) HasName() bool
HasName returns a boolean if a field has been set.
func (PipelineCreateProperties) MarshalJSON ¶ added in v1.0.1
func (o PipelineCreateProperties) MarshalJSON() ([]byte, error)
func (*PipelineCreateProperties) SetLogs ¶ added in v1.0.1
func (o *PipelineCreateProperties) SetLogs(v []PipelineCreatePropertiesLogs)
SetLogs sets field value
func (*PipelineCreateProperties) SetName ¶ added in v1.0.1
func (o *PipelineCreateProperties) SetName(v string)
SetName sets field value
type PipelineCreatePropertiesLogs ¶ added in v1.0.1
type PipelineCreatePropertiesLogs struct { // The source parser to be used Source *string `json:"source,omitempty"` // Tag is to distinguish different pipelines. must be unique amongst the pipeline's array items. Tag *string `json:"tag,omitempty"` // Protocol to use as intake Protocol *string `json:"protocol,omitempty"` // Optional custom labels to filter and report logs Labels *[]string `json:"labels,omitempty"` // The configuration of the logs datastore Destinations *[]Destination `json:"destinations,omitempty"` }
PipelineCreatePropertiesLogs struct for PipelineCreatePropertiesLogs
func NewPipelineCreatePropertiesLogs ¶ added in v1.0.1
func NewPipelineCreatePropertiesLogs() *PipelineCreatePropertiesLogs
NewPipelineCreatePropertiesLogs instantiates a new PipelineCreatePropertiesLogs 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
func NewPipelineCreatePropertiesLogsWithDefaults ¶ added in v1.0.1
func NewPipelineCreatePropertiesLogsWithDefaults() *PipelineCreatePropertiesLogs
NewPipelineCreatePropertiesLogsWithDefaults instantiates a new PipelineCreatePropertiesLogs 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
func (*PipelineCreatePropertiesLogs) GetDestinations ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) GetDestinations() *[]Destination
GetDestinations returns the Destinations field value If the value is explicit nil, the zero value for []Destination will be returned
func (*PipelineCreatePropertiesLogs) GetDestinationsOk ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) GetDestinationsOk() (*[]Destination, bool)
GetDestinationsOk returns a tuple with the Destinations field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineCreatePropertiesLogs) GetLabels ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) GetLabels() *[]string
GetLabels returns the Labels field value If the value is explicit nil, the zero value for []string will be returned
func (*PipelineCreatePropertiesLogs) GetLabelsOk ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) GetLabelsOk() (*[]string, bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineCreatePropertiesLogs) GetProtocol ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) GetProtocol() *string
GetProtocol returns the Protocol field value If the value is explicit nil, the zero value for string will be returned
func (*PipelineCreatePropertiesLogs) GetProtocolOk ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineCreatePropertiesLogs) GetSource ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) GetSource() *string
GetSource returns the Source field value If the value is explicit nil, the zero value for string will be returned
func (*PipelineCreatePropertiesLogs) GetSourceOk ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineCreatePropertiesLogs) GetTag ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) GetTag() *string
GetTag returns the Tag field value If the value is explicit nil, the zero value for string will be returned
func (*PipelineCreatePropertiesLogs) GetTagOk ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) GetTagOk() (*string, bool)
GetTagOk returns a tuple with the Tag field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineCreatePropertiesLogs) HasDestinations ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) HasDestinations() bool
HasDestinations returns a boolean if a field has been set.
func (*PipelineCreatePropertiesLogs) HasLabels ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*PipelineCreatePropertiesLogs) HasProtocol ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (*PipelineCreatePropertiesLogs) HasSource ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*PipelineCreatePropertiesLogs) HasTag ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) HasTag() bool
HasTag returns a boolean if a field has been set.
func (PipelineCreatePropertiesLogs) MarshalJSON ¶ added in v1.0.1
func (o PipelineCreatePropertiesLogs) MarshalJSON() ([]byte, error)
func (*PipelineCreatePropertiesLogs) SetDestinations ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) SetDestinations(v []Destination)
SetDestinations sets field value
func (*PipelineCreatePropertiesLogs) SetLabels ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) SetLabels(v []string)
SetLabels sets field value
func (*PipelineCreatePropertiesLogs) SetProtocol ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) SetProtocol(v string)
SetProtocol sets field value
func (*PipelineCreatePropertiesLogs) SetSource ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) SetSource(v string)
SetSource sets field value
func (*PipelineCreatePropertiesLogs) SetTag ¶ added in v1.0.1
func (o *PipelineCreatePropertiesLogs) SetTag(v string)
SetTag sets field value
type PipelineListResponse ¶
type PipelineListResponse struct { Id *string `json:"id,omitempty"` Type *string `json:"type,omitempty"` Items *[]Pipeline `json:"items,omitempty"` }
PipelineListResponse List of pipelines
func NewPipelineListResponse ¶
func NewPipelineListResponse() *PipelineListResponse
NewPipelineListResponse instantiates a new PipelineListResponse 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
func NewPipelineListResponseWithDefaults ¶
func NewPipelineListResponseWithDefaults() *PipelineListResponse
NewPipelineListResponseWithDefaults instantiates a new PipelineListResponse 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
func (*PipelineListResponse) GetId ¶
func (o *PipelineListResponse) GetId() *string
GetId returns the Id field value If the value is explicit nil, the zero value for string will be returned
func (*PipelineListResponse) GetIdOk ¶
func (o *PipelineListResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineListResponse) GetItems ¶
func (o *PipelineListResponse) GetItems() *[]Pipeline
GetItems returns the Items field value If the value is explicit nil, the zero value for []Pipeline will be returned
func (*PipelineListResponse) GetItemsOk ¶
func (o *PipelineListResponse) GetItemsOk() (*[]Pipeline, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineListResponse) GetType ¶
func (o *PipelineListResponse) GetType() *string
GetType returns the Type field value If the value is explicit nil, the zero value for string will be returned
func (*PipelineListResponse) GetTypeOk ¶
func (o *PipelineListResponse) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineListResponse) HasId ¶
func (o *PipelineListResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*PipelineListResponse) HasItems ¶
func (o *PipelineListResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*PipelineListResponse) HasType ¶
func (o *PipelineListResponse) HasType() bool
HasType returns a boolean if a field has been set.
func (PipelineListResponse) MarshalJSON ¶
func (o PipelineListResponse) MarshalJSON() ([]byte, error)
func (*PipelineListResponse) SetId ¶
func (o *PipelineListResponse) SetId(v string)
SetId sets field value
func (*PipelineListResponse) SetItems ¶
func (o *PipelineListResponse) SetItems(v []Pipeline)
SetItems sets field value
func (*PipelineListResponse) SetType ¶
func (o *PipelineListResponse) SetType(v string)
SetType sets field value
type PipelinePatch ¶ added in v1.0.1
type PipelinePatch struct {
Properties *PipelinePatchProperties `json:"properties"`
}
PipelinePatch Request payload with any data that is possible to patch a logging pipeline
func NewPipelinePatch ¶ added in v1.0.1
func NewPipelinePatch(properties PipelinePatchProperties) *PipelinePatch
NewPipelinePatch instantiates a new PipelinePatch 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
func NewPipelinePatchWithDefaults ¶ added in v1.0.1
func NewPipelinePatchWithDefaults() *PipelinePatch
NewPipelinePatchWithDefaults instantiates a new PipelinePatch 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
func (*PipelinePatch) GetProperties ¶ added in v1.0.1
func (o *PipelinePatch) GetProperties() *PipelinePatchProperties
GetProperties returns the Properties field value If the value is explicit nil, the zero value for PipelinePatchProperties will be returned
func (*PipelinePatch) GetPropertiesOk ¶ added in v1.0.1
func (o *PipelinePatch) GetPropertiesOk() (*PipelinePatchProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelinePatch) HasProperties ¶ added in v1.0.1
func (o *PipelinePatch) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (PipelinePatch) MarshalJSON ¶ added in v1.0.1
func (o PipelinePatch) MarshalJSON() ([]byte, error)
func (*PipelinePatch) SetProperties ¶ added in v1.0.1
func (o *PipelinePatch) SetProperties(v PipelinePatchProperties)
SetProperties sets field value
type PipelinePatchProperties ¶ added in v1.0.1
type PipelinePatchProperties struct { // The friendly name of your pipeline. Name *string `json:"name,omitempty"` // The information of the log pipelines Logs *[]PipelineCreatePropertiesLogs `json:"logs,omitempty"` }
PipelinePatchProperties Patch pipeline properties
func NewPipelinePatchProperties ¶ added in v1.0.1
func NewPipelinePatchProperties() *PipelinePatchProperties
NewPipelinePatchProperties instantiates a new PipelinePatchProperties 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
func NewPipelinePatchPropertiesWithDefaults ¶ added in v1.0.1
func NewPipelinePatchPropertiesWithDefaults() *PipelinePatchProperties
NewPipelinePatchPropertiesWithDefaults instantiates a new PipelinePatchProperties 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
func (*PipelinePatchProperties) GetLogs ¶ added in v1.0.1
func (o *PipelinePatchProperties) GetLogs() *[]PipelineCreatePropertiesLogs
GetLogs returns the Logs field value If the value is explicit nil, the zero value for []PipelineCreatePropertiesLogs will be returned
func (*PipelinePatchProperties) GetLogsOk ¶ added in v1.0.1
func (o *PipelinePatchProperties) GetLogsOk() (*[]PipelineCreatePropertiesLogs, bool)
GetLogsOk returns a tuple with the Logs field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelinePatchProperties) GetName ¶ added in v1.0.1
func (o *PipelinePatchProperties) GetName() *string
GetName returns the Name field value If the value is explicit nil, the zero value for string will be returned
func (*PipelinePatchProperties) GetNameOk ¶ added in v1.0.1
func (o *PipelinePatchProperties) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelinePatchProperties) HasLogs ¶ added in v1.0.1
func (o *PipelinePatchProperties) HasLogs() bool
HasLogs returns a boolean if a field has been set.
func (*PipelinePatchProperties) HasName ¶ added in v1.0.1
func (o *PipelinePatchProperties) HasName() bool
HasName returns a boolean if a field has been set.
func (PipelinePatchProperties) MarshalJSON ¶ added in v1.0.1
func (o PipelinePatchProperties) MarshalJSON() ([]byte, error)
func (*PipelinePatchProperties) SetLogs ¶ added in v1.0.1
func (o *PipelinePatchProperties) SetLogs(v []PipelineCreatePropertiesLogs)
SetLogs sets field value
func (*PipelinePatchProperties) SetName ¶ added in v1.0.1
func (o *PipelinePatchProperties) SetName(v string)
SetName sets field value
type PipelineProperties ¶
type PipelineProperties struct { // The friendly name of your pipeline. Name *string `json:"name,omitempty"` // The information of the log aggregator Logs *[]PipelineResponse `json:"logs,omitempty"` // The address to connect fluentBit compatible logging agents to TcpAddress *string `json:"tcpAddress,omitempty"` // The address to post logs to using JSON with basic auth HttpAddress *string `json:"httpAddress,omitempty"` // The address of the client's grafana instance GrafanaAddress *string `json:"grafanaAddress,omitempty"` }
PipelineProperties A pipeline properties
func NewPipelineProperties ¶
func NewPipelineProperties() *PipelineProperties
NewPipelineProperties instantiates a new PipelineProperties 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
func NewPipelinePropertiesWithDefaults ¶
func NewPipelinePropertiesWithDefaults() *PipelineProperties
NewPipelinePropertiesWithDefaults instantiates a new PipelineProperties 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
func (*PipelineProperties) GetGrafanaAddress ¶
func (o *PipelineProperties) GetGrafanaAddress() *string
GetGrafanaAddress returns the GrafanaAddress field value If the value is explicit nil, the zero value for string will be returned
func (*PipelineProperties) GetGrafanaAddressOk ¶
func (o *PipelineProperties) GetGrafanaAddressOk() (*string, bool)
GetGrafanaAddressOk returns a tuple with the GrafanaAddress field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineProperties) GetHttpAddress ¶
func (o *PipelineProperties) GetHttpAddress() *string
GetHttpAddress returns the HttpAddress field value If the value is explicit nil, the zero value for string will be returned
func (*PipelineProperties) GetHttpAddressOk ¶
func (o *PipelineProperties) GetHttpAddressOk() (*string, bool)
GetHttpAddressOk returns a tuple with the HttpAddress field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineProperties) GetLogs ¶
func (o *PipelineProperties) GetLogs() *[]PipelineResponse
GetLogs returns the Logs field value If the value is explicit nil, the zero value for []PipelineResponse will be returned
func (*PipelineProperties) GetLogsOk ¶
func (o *PipelineProperties) GetLogsOk() (*[]PipelineResponse, bool)
GetLogsOk returns a tuple with the Logs field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineProperties) GetName ¶
func (o *PipelineProperties) GetName() *string
GetName returns the Name field value If the value is explicit nil, the zero value for string will be returned
func (*PipelineProperties) GetNameOk ¶
func (o *PipelineProperties) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineProperties) GetTcpAddress ¶
func (o *PipelineProperties) GetTcpAddress() *string
GetTcpAddress returns the TcpAddress field value If the value is explicit nil, the zero value for string will be returned
func (*PipelineProperties) GetTcpAddressOk ¶
func (o *PipelineProperties) GetTcpAddressOk() (*string, bool)
GetTcpAddressOk returns a tuple with the TcpAddress field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineProperties) HasGrafanaAddress ¶
func (o *PipelineProperties) HasGrafanaAddress() bool
HasGrafanaAddress returns a boolean if a field has been set.
func (*PipelineProperties) HasHttpAddress ¶
func (o *PipelineProperties) HasHttpAddress() bool
HasHttpAddress returns a boolean if a field has been set.
func (*PipelineProperties) HasLogs ¶
func (o *PipelineProperties) HasLogs() bool
HasLogs returns a boolean if a field has been set.
func (*PipelineProperties) HasName ¶
func (o *PipelineProperties) HasName() bool
HasName returns a boolean if a field has been set.
func (*PipelineProperties) HasTcpAddress ¶
func (o *PipelineProperties) HasTcpAddress() bool
HasTcpAddress returns a boolean if a field has been set.
func (PipelineProperties) MarshalJSON ¶
func (o PipelineProperties) MarshalJSON() ([]byte, error)
func (*PipelineProperties) SetGrafanaAddress ¶
func (o *PipelineProperties) SetGrafanaAddress(v string)
SetGrafanaAddress sets field value
func (*PipelineProperties) SetHttpAddress ¶
func (o *PipelineProperties) SetHttpAddress(v string)
SetHttpAddress sets field value
func (*PipelineProperties) SetLogs ¶
func (o *PipelineProperties) SetLogs(v []PipelineResponse)
SetLogs sets field value
func (*PipelineProperties) SetName ¶
func (o *PipelineProperties) SetName(v string)
SetName sets field value
func (*PipelineProperties) SetTcpAddress ¶
func (o *PipelineProperties) SetTcpAddress(v string)
SetTcpAddress sets field value
type PipelineResponse ¶ added in v1.0.1
type PipelineResponse struct { Public *bool `json:"public,omitempty"` // The source parser to be used Source *string `json:"source,omitempty"` // Tag is to distinguish different pipelines. must be unique amongst the pipeline's array items. Tag *string `json:"tag,omitempty"` // Protocol to use as intake Protocol *string `json:"protocol,omitempty"` // Optional custom labels to filter and report logs Labels *[]string `json:"labels,omitempty"` Destinations *[]Destination `json:"destinations,omitempty"` }
PipelineResponse struct for PipelineResponse
func NewPipelineResponse ¶ added in v1.0.1
func NewPipelineResponse() *PipelineResponse
NewPipelineResponse instantiates a new PipelineResponse 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
func NewPipelineResponseWithDefaults ¶ added in v1.0.1
func NewPipelineResponseWithDefaults() *PipelineResponse
NewPipelineResponseWithDefaults instantiates a new PipelineResponse 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
func (*PipelineResponse) GetDestinations ¶ added in v1.0.1
func (o *PipelineResponse) GetDestinations() *[]Destination
GetDestinations returns the Destinations field value If the value is explicit nil, the zero value for []Destination will be returned
func (*PipelineResponse) GetDestinationsOk ¶ added in v1.0.1
func (o *PipelineResponse) GetDestinationsOk() (*[]Destination, bool)
GetDestinationsOk returns a tuple with the Destinations field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineResponse) GetLabels ¶ added in v1.0.1
func (o *PipelineResponse) GetLabels() *[]string
GetLabels returns the Labels field value If the value is explicit nil, the zero value for []string will be returned
func (*PipelineResponse) GetLabelsOk ¶ added in v1.0.1
func (o *PipelineResponse) GetLabelsOk() (*[]string, bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineResponse) GetProtocol ¶ added in v1.0.1
func (o *PipelineResponse) GetProtocol() *string
GetProtocol returns the Protocol field value If the value is explicit nil, the zero value for string will be returned
func (*PipelineResponse) GetProtocolOk ¶ added in v1.0.1
func (o *PipelineResponse) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineResponse) GetPublic ¶ added in v1.0.1
func (o *PipelineResponse) GetPublic() *bool
GetPublic returns the Public field value If the value is explicit nil, the zero value for bool will be returned
func (*PipelineResponse) GetPublicOk ¶ added in v1.0.1
func (o *PipelineResponse) GetPublicOk() (*bool, bool)
GetPublicOk returns a tuple with the Public field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineResponse) GetSource ¶ added in v1.0.1
func (o *PipelineResponse) GetSource() *string
GetSource returns the Source field value If the value is explicit nil, the zero value for string will be returned
func (*PipelineResponse) GetSourceOk ¶ added in v1.0.1
func (o *PipelineResponse) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineResponse) GetTag ¶ added in v1.0.1
func (o *PipelineResponse) GetTag() *string
GetTag returns the Tag field value If the value is explicit nil, the zero value for string will be returned
func (*PipelineResponse) GetTagOk ¶ added in v1.0.1
func (o *PipelineResponse) GetTagOk() (*string, bool)
GetTagOk returns a tuple with the Tag field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineResponse) HasDestinations ¶ added in v1.0.1
func (o *PipelineResponse) HasDestinations() bool
HasDestinations returns a boolean if a field has been set.
func (*PipelineResponse) HasLabels ¶ added in v1.0.1
func (o *PipelineResponse) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*PipelineResponse) HasProtocol ¶ added in v1.0.1
func (o *PipelineResponse) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (*PipelineResponse) HasPublic ¶ added in v1.0.1
func (o *PipelineResponse) HasPublic() bool
HasPublic returns a boolean if a field has been set.
func (*PipelineResponse) HasSource ¶ added in v1.0.1
func (o *PipelineResponse) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*PipelineResponse) HasTag ¶ added in v1.0.1
func (o *PipelineResponse) HasTag() bool
HasTag returns a boolean if a field has been set.
func (PipelineResponse) MarshalJSON ¶ added in v1.0.1
func (o PipelineResponse) MarshalJSON() ([]byte, error)
func (*PipelineResponse) SetDestinations ¶ added in v1.0.1
func (o *PipelineResponse) SetDestinations(v []Destination)
SetDestinations sets field value
func (*PipelineResponse) SetLabels ¶ added in v1.0.1
func (o *PipelineResponse) SetLabels(v []string)
SetLabels sets field value
func (*PipelineResponse) SetProtocol ¶ added in v1.0.1
func (o *PipelineResponse) SetProtocol(v string)
SetProtocol sets field value
func (*PipelineResponse) SetPublic ¶ added in v1.0.1
func (o *PipelineResponse) SetPublic(v bool)
SetPublic sets field value
func (*PipelineResponse) SetSource ¶ added in v1.0.1
func (o *PipelineResponse) SetSource(v string)
SetSource sets field value
func (*PipelineResponse) SetTag ¶ added in v1.0.1
func (o *PipelineResponse) SetTag(v string)
SetTag sets field value
type PipelineResponseAllOf ¶ added in v1.0.1
type PipelineResponseAllOf struct {
Public *bool `json:"public,omitempty"`
}
PipelineResponseAllOf struct for PipelineResponseAllOf
func NewPipelineResponseAllOf ¶ added in v1.0.1
func NewPipelineResponseAllOf() *PipelineResponseAllOf
NewPipelineResponseAllOf instantiates a new PipelineResponseAllOf 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
func NewPipelineResponseAllOfWithDefaults ¶ added in v1.0.1
func NewPipelineResponseAllOfWithDefaults() *PipelineResponseAllOf
NewPipelineResponseAllOfWithDefaults instantiates a new PipelineResponseAllOf 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
func (*PipelineResponseAllOf) GetPublic ¶ added in v1.0.1
func (o *PipelineResponseAllOf) GetPublic() *bool
GetPublic returns the Public field value If the value is explicit nil, the zero value for bool will be returned
func (*PipelineResponseAllOf) GetPublicOk ¶ added in v1.0.1
func (o *PipelineResponseAllOf) GetPublicOk() (*bool, bool)
GetPublicOk returns a tuple with the Public field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineResponseAllOf) HasPublic ¶ added in v1.0.1
func (o *PipelineResponseAllOf) HasPublic() bool
HasPublic returns a boolean if a field has been set.
func (PipelineResponseAllOf) MarshalJSON ¶ added in v1.0.1
func (o PipelineResponseAllOf) MarshalJSON() ([]byte, error)
func (*PipelineResponseAllOf) SetPublic ¶ added in v1.0.1
func (o *PipelineResponseAllOf) SetPublic(v bool)
SetPublic sets field value
type PipelineResponseAllOf1 ¶ added in v1.0.1
type PipelineResponseAllOf1 struct {
Destinations *[]Destination `json:"destinations,omitempty"`
}
PipelineResponseAllOf1 struct for PipelineResponseAllOf1
func NewPipelineResponseAllOf1 ¶ added in v1.0.1
func NewPipelineResponseAllOf1() *PipelineResponseAllOf1
NewPipelineResponseAllOf1 instantiates a new PipelineResponseAllOf1 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
func NewPipelineResponseAllOf1WithDefaults ¶ added in v1.0.1
func NewPipelineResponseAllOf1WithDefaults() *PipelineResponseAllOf1
NewPipelineResponseAllOf1WithDefaults instantiates a new PipelineResponseAllOf1 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
func (*PipelineResponseAllOf1) GetDestinations ¶ added in v1.0.1
func (o *PipelineResponseAllOf1) GetDestinations() *[]Destination
GetDestinations returns the Destinations field value If the value is explicit nil, the zero value for []Destination will be returned
func (*PipelineResponseAllOf1) GetDestinationsOk ¶ added in v1.0.1
func (o *PipelineResponseAllOf1) GetDestinationsOk() (*[]Destination, bool)
GetDestinationsOk returns a tuple with the Destinations field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelineResponseAllOf1) HasDestinations ¶ added in v1.0.1
func (o *PipelineResponseAllOf1) HasDestinations() bool
HasDestinations returns a boolean if a field has been set.
func (PipelineResponseAllOf1) MarshalJSON ¶ added in v1.0.1
func (o PipelineResponseAllOf1) MarshalJSON() ([]byte, error)
func (*PipelineResponseAllOf1) SetDestinations ¶ added in v1.0.1
func (o *PipelineResponseAllOf1) SetDestinations(v []Destination)
SetDestinations sets field value
type PipelinesApiService ¶
type PipelinesApiService service
PipelinesApiService PipelinesApi service
func (*PipelinesApiService) PipelinesDelete ¶
func (a *PipelinesApiService) PipelinesDelete(ctx _context.Context, pipelineId string) ApiPipelinesDeleteRequest
* PipelinesDelete Delete a pipeline * Delete a logging pipeline. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param pipelineId The unique ID of the pipeline * @return ApiPipelinesDeleteRequest
func (*PipelinesApiService) PipelinesDeleteExecute ¶
func (a *PipelinesApiService) PipelinesDeleteExecute(r ApiPipelinesDeleteRequest) (DeletedPipeline, *APIResponse, error)
* Execute executes the request * @return DeletedPipeline
func (*PipelinesApiService) PipelinesFindById ¶
func (a *PipelinesApiService) PipelinesFindById(ctx _context.Context, pipelineId string) ApiPipelinesFindByIdRequest
* PipelinesFindById Fetch a pipeline * You can retrieve a pipeline by using its ID. This value can be found in the response body when a pipeline is created or when you GET a list of pipelines. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param pipelineId The unique ID of the pipeline * @return ApiPipelinesFindByIdRequest
func (*PipelinesApiService) PipelinesFindByIdExecute ¶
func (a *PipelinesApiService) PipelinesFindByIdExecute(r ApiPipelinesFindByIdRequest) (Pipeline, *APIResponse, error)
* Execute executes the request * @return Pipeline
func (*PipelinesApiService) PipelinesGet ¶
func (a *PipelinesApiService) PipelinesGet(ctx _context.Context) ApiPipelinesGetRequest
* PipelinesGet List pipelines * Retrieves a list of all logging pipelines. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiPipelinesGetRequest
func (*PipelinesApiService) PipelinesGetExecute ¶
func (a *PipelinesApiService) PipelinesGetExecute(r ApiPipelinesGetRequest) (PipelineListResponse, *APIResponse, error)
* Execute executes the request * @return PipelineListResponse
func (*PipelinesApiService) PipelinesKeyPost ¶ added in v1.0.1
func (a *PipelinesApiService) PipelinesKeyPost(ctx _context.Context, pipelineId string) ApiPipelinesKeyPostRequest
* PipelinesKeyPost Renews the key of a Pipeline * Generates a new key for a pipeline invalidating the old one. The key is used for authentication when sending logs (Shared_Key parameter in the context of fluent-bit). * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param pipelineId The unique ID of the pipeline * @return ApiPipelinesKeyPostRequest
func (*PipelinesApiService) PipelinesKeyPostExecute ¶ added in v1.0.1
func (a *PipelinesApiService) PipelinesKeyPostExecute(r ApiPipelinesKeyPostRequest) (PipelinesKeyPost200Response, *APIResponse, error)
* Execute executes the request * @return PipelinesKeyPost200Response
func (*PipelinesApiService) PipelinesPatch ¶
func (a *PipelinesApiService) PipelinesPatch(ctx _context.Context, pipelineId string) ApiPipelinesPatchRequest
* PipelinesPatch Patch a pipeline * Patch attributes of a logging pipeline. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param pipelineId The unique ID of the pipeline * @return ApiPipelinesPatchRequest
func (*PipelinesApiService) PipelinesPatchExecute ¶
func (a *PipelinesApiService) PipelinesPatchExecute(r ApiPipelinesPatchRequest) (Pipeline, *APIResponse, error)
* Execute executes the request * @return Pipeline
func (*PipelinesApiService) PipelinesPost ¶
func (a *PipelinesApiService) PipelinesPost(ctx _context.Context) ApiPipelinesPostRequest
* PipelinesPost Create a pipeline * Creates a new logging pipeline. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiPipelinesPostRequest
func (*PipelinesApiService) PipelinesPostExecute ¶
func (a *PipelinesApiService) PipelinesPostExecute(r ApiPipelinesPostRequest) (ProvisioningPipeline, *APIResponse, error)
* Execute executes the request * @return ProvisioningPipeline
type PipelinesKeyPost200Response ¶ added in v1.0.1
type PipelinesKeyPost200Response struct {
Key *string `json:"key,omitempty"`
}
PipelinesKeyPost200Response struct for PipelinesKeyPost200Response
func NewPipelinesKeyPost200Response ¶ added in v1.0.1
func NewPipelinesKeyPost200Response() *PipelinesKeyPost200Response
NewPipelinesKeyPost200Response instantiates a new PipelinesKeyPost200Response 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
func NewPipelinesKeyPost200ResponseWithDefaults ¶ added in v1.0.1
func NewPipelinesKeyPost200ResponseWithDefaults() *PipelinesKeyPost200Response
NewPipelinesKeyPost200ResponseWithDefaults instantiates a new PipelinesKeyPost200Response 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
func (*PipelinesKeyPost200Response) GetKey ¶ added in v1.0.1
func (o *PipelinesKeyPost200Response) GetKey() *string
GetKey returns the Key field value If the value is explicit nil, the zero value for string will be returned
func (*PipelinesKeyPost200Response) GetKeyOk ¶ added in v1.0.1
func (o *PipelinesKeyPost200Response) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PipelinesKeyPost200Response) HasKey ¶ added in v1.0.1
func (o *PipelinesKeyPost200Response) HasKey() bool
HasKey returns a boolean if a field has been set.
func (PipelinesKeyPost200Response) MarshalJSON ¶ added in v1.0.1
func (o PipelinesKeyPost200Response) MarshalJSON() ([]byte, error)
func (*PipelinesKeyPost200Response) SetKey ¶ added in v1.0.1
func (o *PipelinesKeyPost200Response) SetKey(v string)
SetKey sets field value
type Processor ¶
type Processor struct { // The source parser to be used Source *string `json:"source,omitempty"` // Tag is to distinguish different pipelines. must be unique amongst the pipeline's array items. Tag *string `json:"tag,omitempty"` // Protocol to use as intake Protocol *string `json:"protocol,omitempty"` // Optional custom labels to filter and report logs Labels *[]string `json:"labels,omitempty"` // The configuration of the logs datastore Destinations *[]Destination `json:"destinations,omitempty"` }
Processor struct for Processor
func NewProcessor ¶
func NewProcessor() *Processor
NewProcessor instantiates a new Processor 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
func NewProcessorWithDefaults ¶
func NewProcessorWithDefaults() *Processor
NewProcessorWithDefaults instantiates a new Processor 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
func (*Processor) GetDestinations ¶
func (o *Processor) GetDestinations() *[]Destination
GetDestinations returns the Destinations field value If the value is explicit nil, the zero value for []Destination will be returned
func (*Processor) GetDestinationsOk ¶
func (o *Processor) GetDestinationsOk() (*[]Destination, bool)
GetDestinationsOk returns a tuple with the Destinations field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Processor) GetLabels ¶
GetLabels returns the Labels field value If the value is explicit nil, the zero value for []string will be returned
func (*Processor) GetLabelsOk ¶
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Processor) GetProtocol ¶
GetProtocol returns the Protocol field value If the value is explicit nil, the zero value for string will be returned
func (*Processor) GetProtocolOk ¶
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Processor) GetSource ¶
GetSource returns the Source field value If the value is explicit nil, the zero value for string will be returned
func (*Processor) GetSourceOk ¶
GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Processor) GetTag ¶
GetTag returns the Tag field value If the value is explicit nil, the zero value for string will be returned
func (*Processor) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Processor) HasDestinations ¶
HasDestinations returns a boolean if a field has been set.
func (*Processor) HasProtocol ¶
HasProtocol returns a boolean if a field has been set.
func (Processor) MarshalJSON ¶
func (*Processor) SetDestinations ¶
func (o *Processor) SetDestinations(v []Destination)
SetDestinations sets field value
func (*Processor) SetProtocol ¶
SetProtocol sets field value
type ProvisioningMetadata ¶ added in v1.1.0
type ProvisioningMetadata struct { // The ISO 8601 creation timestamp. CreatedDate *IonosTime `json:"createdDate,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedByUserId *string `json:"createdByUserId,omitempty"` CreatedByUserUuid *string `json:"createdByUserUuid,omitempty"` // The ISO 8601 modified timestamp. LastModifiedDate *IonosTime `json:"lastModifiedDate,omitempty"` LastModifiedBy *string `json:"lastModifiedBy,omitempty"` LastModifiedByUserId *string `json:"lastModifiedByUserId,omitempty"` LastModifiedByUserUuid *string `json:"lastModifiedByUserUuid,omitempty"` // The current state reported back by the pipeline. State *string `json:"state,omitempty"` }
ProvisioningMetadata struct for ProvisioningMetadata
func NewProvisioningMetadata ¶ added in v1.1.0
func NewProvisioningMetadata() *ProvisioningMetadata
NewProvisioningMetadata instantiates a new ProvisioningMetadata 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
func NewProvisioningMetadataWithDefaults ¶ added in v1.1.0
func NewProvisioningMetadataWithDefaults() *ProvisioningMetadata
NewProvisioningMetadataWithDefaults instantiates a new ProvisioningMetadata 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
func (*ProvisioningMetadata) GetCreatedBy ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetCreatedBy() *string
GetCreatedBy returns the CreatedBy field value If the value is explicit nil, the zero value for string will be returned
func (*ProvisioningMetadata) GetCreatedByOk ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProvisioningMetadata) GetCreatedByUserId ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetCreatedByUserId() *string
GetCreatedByUserId returns the CreatedByUserId field value If the value is explicit nil, the zero value for string will be returned
func (*ProvisioningMetadata) GetCreatedByUserIdOk ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetCreatedByUserIdOk() (*string, bool)
GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProvisioningMetadata) GetCreatedByUserUuid ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetCreatedByUserUuid() *string
GetCreatedByUserUuid returns the CreatedByUserUuid field value If the value is explicit nil, the zero value for string will be returned
func (*ProvisioningMetadata) GetCreatedByUserUuidOk ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetCreatedByUserUuidOk() (*string, bool)
GetCreatedByUserUuidOk returns a tuple with the CreatedByUserUuid field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProvisioningMetadata) GetCreatedDate ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetCreatedDate() *time.Time
GetCreatedDate returns the CreatedDate field value If the value is explicit nil, the zero value for time.Time will be returned
func (*ProvisioningMetadata) GetCreatedDateOk ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProvisioningMetadata) GetLastModifiedBy ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetLastModifiedBy() *string
GetLastModifiedBy returns the LastModifiedBy field value If the value is explicit nil, the zero value for string will be returned
func (*ProvisioningMetadata) GetLastModifiedByOk ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetLastModifiedByOk() (*string, bool)
GetLastModifiedByOk returns a tuple with the LastModifiedBy field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProvisioningMetadata) GetLastModifiedByUserId ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetLastModifiedByUserId() *string
GetLastModifiedByUserId returns the LastModifiedByUserId field value If the value is explicit nil, the zero value for string will be returned
func (*ProvisioningMetadata) GetLastModifiedByUserIdOk ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetLastModifiedByUserIdOk() (*string, bool)
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProvisioningMetadata) GetLastModifiedByUserUuid ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetLastModifiedByUserUuid() *string
GetLastModifiedByUserUuid returns the LastModifiedByUserUuid field value If the value is explicit nil, the zero value for string will be returned
func (*ProvisioningMetadata) GetLastModifiedByUserUuidOk ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetLastModifiedByUserUuidOk() (*string, bool)
GetLastModifiedByUserUuidOk returns a tuple with the LastModifiedByUserUuid field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProvisioningMetadata) GetLastModifiedDate ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetLastModifiedDate() *time.Time
GetLastModifiedDate returns the LastModifiedDate field value If the value is explicit nil, the zero value for time.Time will be returned
func (*ProvisioningMetadata) GetLastModifiedDateOk ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetLastModifiedDateOk() (*time.Time, bool)
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProvisioningMetadata) GetState ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetState() *string
GetState returns the State field value If the value is explicit nil, the zero value for string will be returned
func (*ProvisioningMetadata) GetStateOk ¶ added in v1.1.0
func (o *ProvisioningMetadata) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProvisioningMetadata) HasCreatedBy ¶ added in v1.1.0
func (o *ProvisioningMetadata) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasCreatedByUserId ¶ added in v1.1.0
func (o *ProvisioningMetadata) HasCreatedByUserId() bool
HasCreatedByUserId returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasCreatedByUserUuid ¶ added in v1.1.0
func (o *ProvisioningMetadata) HasCreatedByUserUuid() bool
HasCreatedByUserUuid returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasCreatedDate ¶ added in v1.1.0
func (o *ProvisioningMetadata) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasLastModifiedBy ¶ added in v1.1.0
func (o *ProvisioningMetadata) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasLastModifiedByUserId ¶ added in v1.1.0
func (o *ProvisioningMetadata) HasLastModifiedByUserId() bool
HasLastModifiedByUserId returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasLastModifiedByUserUuid ¶ added in v1.1.0
func (o *ProvisioningMetadata) HasLastModifiedByUserUuid() bool
HasLastModifiedByUserUuid returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasLastModifiedDate ¶ added in v1.1.0
func (o *ProvisioningMetadata) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasState ¶ added in v1.1.0
func (o *ProvisioningMetadata) HasState() bool
HasState returns a boolean if a field has been set.
func (ProvisioningMetadata) MarshalJSON ¶ added in v1.1.0
func (o ProvisioningMetadata) MarshalJSON() ([]byte, error)
func (*ProvisioningMetadata) SetCreatedBy ¶ added in v1.1.0
func (o *ProvisioningMetadata) SetCreatedBy(v string)
SetCreatedBy sets field value
func (*ProvisioningMetadata) SetCreatedByUserId ¶ added in v1.1.0
func (o *ProvisioningMetadata) SetCreatedByUserId(v string)
SetCreatedByUserId sets field value
func (*ProvisioningMetadata) SetCreatedByUserUuid ¶ added in v1.1.0
func (o *ProvisioningMetadata) SetCreatedByUserUuid(v string)
SetCreatedByUserUuid sets field value
func (*ProvisioningMetadata) SetCreatedDate ¶ added in v1.1.0
func (o *ProvisioningMetadata) SetCreatedDate(v time.Time)
SetCreatedDate sets field value
func (*ProvisioningMetadata) SetLastModifiedBy ¶ added in v1.1.0
func (o *ProvisioningMetadata) SetLastModifiedBy(v string)
SetLastModifiedBy sets field value
func (*ProvisioningMetadata) SetLastModifiedByUserId ¶ added in v1.1.0
func (o *ProvisioningMetadata) SetLastModifiedByUserId(v string)
SetLastModifiedByUserId sets field value
func (*ProvisioningMetadata) SetLastModifiedByUserUuid ¶ added in v1.1.0
func (o *ProvisioningMetadata) SetLastModifiedByUserUuid(v string)
SetLastModifiedByUserUuid sets field value
func (*ProvisioningMetadata) SetLastModifiedDate ¶ added in v1.1.0
func (o *ProvisioningMetadata) SetLastModifiedDate(v time.Time)
SetLastModifiedDate sets field value
func (*ProvisioningMetadata) SetState ¶ added in v1.1.0
func (o *ProvisioningMetadata) SetState(v string)
SetState sets field value
type ProvisioningMetadataAllOf ¶ added in v1.1.0
type ProvisioningMetadataAllOf struct { // The current state reported back by the pipeline. State *string `json:"state,omitempty"` }
ProvisioningMetadataAllOf struct for ProvisioningMetadataAllOf
func NewProvisioningMetadataAllOf ¶ added in v1.1.0
func NewProvisioningMetadataAllOf() *ProvisioningMetadataAllOf
NewProvisioningMetadataAllOf instantiates a new ProvisioningMetadataAllOf 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
func NewProvisioningMetadataAllOfWithDefaults ¶ added in v1.1.0
func NewProvisioningMetadataAllOfWithDefaults() *ProvisioningMetadataAllOf
NewProvisioningMetadataAllOfWithDefaults instantiates a new ProvisioningMetadataAllOf 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
func (*ProvisioningMetadataAllOf) GetState ¶ added in v1.1.0
func (o *ProvisioningMetadataAllOf) GetState() *string
GetState returns the State field value If the value is explicit nil, the zero value for string will be returned
func (*ProvisioningMetadataAllOf) GetStateOk ¶ added in v1.1.0
func (o *ProvisioningMetadataAllOf) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProvisioningMetadataAllOf) HasState ¶ added in v1.1.0
func (o *ProvisioningMetadataAllOf) HasState() bool
HasState returns a boolean if a field has been set.
func (ProvisioningMetadataAllOf) MarshalJSON ¶ added in v1.1.0
func (o ProvisioningMetadataAllOf) MarshalJSON() ([]byte, error)
func (*ProvisioningMetadataAllOf) SetState ¶ added in v1.1.0
func (o *ProvisioningMetadataAllOf) SetState(v string)
SetState sets field value
type ProvisioningPipeline ¶ added in v1.1.0
type ProvisioningPipeline struct { // The unique ID of the resource. Id *string `json:"id,omitempty"` Metadata *ProvisioningMetadata `json:"metadata,omitempty"` Properties *PipelineProperties `json:"properties,omitempty"` }
ProvisioningPipeline pipeline response
func NewProvisioningPipeline ¶ added in v1.1.0
func NewProvisioningPipeline() *ProvisioningPipeline
NewProvisioningPipeline instantiates a new ProvisioningPipeline 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
func NewProvisioningPipelineWithDefaults ¶ added in v1.1.0
func NewProvisioningPipelineWithDefaults() *ProvisioningPipeline
NewProvisioningPipelineWithDefaults instantiates a new ProvisioningPipeline 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
func (*ProvisioningPipeline) GetId ¶ added in v1.1.0
func (o *ProvisioningPipeline) GetId() *string
GetId returns the Id field value If the value is explicit nil, the zero value for string will be returned
func (*ProvisioningPipeline) GetIdOk ¶ added in v1.1.0
func (o *ProvisioningPipeline) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProvisioningPipeline) GetMetadata ¶ added in v1.1.0
func (o *ProvisioningPipeline) GetMetadata() *ProvisioningMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for ProvisioningMetadata will be returned
func (*ProvisioningPipeline) GetMetadataOk ¶ added in v1.1.0
func (o *ProvisioningPipeline) GetMetadataOk() (*ProvisioningMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProvisioningPipeline) GetProperties ¶ added in v1.1.0
func (o *ProvisioningPipeline) GetProperties() *PipelineProperties
GetProperties returns the Properties field value If the value is explicit nil, the zero value for PipelineProperties will be returned
func (*ProvisioningPipeline) GetPropertiesOk ¶ added in v1.1.0
func (o *ProvisioningPipeline) GetPropertiesOk() (*PipelineProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProvisioningPipeline) HasId ¶ added in v1.1.0
func (o *ProvisioningPipeline) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProvisioningPipeline) HasMetadata ¶ added in v1.1.0
func (o *ProvisioningPipeline) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ProvisioningPipeline) HasProperties ¶ added in v1.1.0
func (o *ProvisioningPipeline) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (ProvisioningPipeline) MarshalJSON ¶ added in v1.1.0
func (o ProvisioningPipeline) MarshalJSON() ([]byte, error)
func (*ProvisioningPipeline) SetId ¶ added in v1.1.0
func (o *ProvisioningPipeline) SetId(v string)
SetId sets field value
func (*ProvisioningPipeline) SetMetadata ¶ added in v1.1.0
func (o *ProvisioningPipeline) SetMetadata(v ProvisioningMetadata)
SetMetadata sets field value
func (*ProvisioningPipeline) SetProperties ¶ added in v1.1.0
func (o *ProvisioningPipeline) SetProperties(v PipelineProperties)
SetProperties sets field value
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
Source Files ¶
- api_central.go
- api_pipelines.go
- client.go
- configuration.go
- logger.go
- model_central_logging_response.go
- model_central_logging_response_metadata.go
- model_central_logging_response_properties.go
- model_central_logging_toggle.go
- model_central_logging_toggle_properties.go
- model_deleted_metadata.go
- model_deleted_metadata_all_of.go
- model_deleted_pipeline.go
- model_destination.go
- model_error_message.go
- model_error_response.go
- model_metadata.go
- model_pipeline.go
- model_pipeline_create.go
- model_pipeline_create_properties.go
- model_pipeline_create_properties_logs.go
- model_pipeline_list_response.go
- model_pipeline_patch.go
- model_pipeline_patch_properties.go
- model_pipeline_properties.go
- model_pipeline_response.go
- model_pipeline_response_all_of.go
- model_pipeline_response_all_of_1.go
- model_pipelines_key_post_200_response.go
- model_processor.go
- model_provisioning_metadata.go
- model_provisioning_metadata_all_of.go
- model_provisioning_pipeline.go
- response.go
- utils.go