Documentation ¶
Index ¶
- Constants
- func AddPinnedCert(transport *http.Transport, pkFingerprint string)
- func CacheExpires(r *http.Response) time.Time
- func DeepCopy(cfg *shared.Configuration) (*shared.Configuration, error)
- func IsNil(i interface{}) bool
- func IsZero(v interface{}) bool
- type APIClient
- type ApiCentralLoggingGetRequest
- type ApiCentralLoggingToggleRequest
- type ApiPipelinesDeleteRequest
- type ApiPipelinesFindByIdRequest
- type ApiPipelinesGetRequest
- func (r ApiPipelinesGetRequest) Execute() (PipelineListResponse, *shared.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 CentralApiService
- func (a *CentralApiService) CentralLoggingGet(ctx _context.Context) ApiCentralLoggingGetRequest
- func (a *CentralApiService) CentralLoggingGetExecute(r ApiCentralLoggingGetRequest) (CentralLoggingResponse, *shared.APIResponse, error)
- func (a *CentralApiService) CentralLoggingToggle(ctx _context.Context) ApiCentralLoggingToggleRequest
- func (a *CentralApiService) CentralLoggingToggleExecute(r ApiCentralLoggingToggleRequest) (CentralLoggingResponse, *shared.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) SetMetadata(v CentralLoggingResponseMetadata)
- func (o *CentralLoggingResponse) SetProperties(v CentralLoggingResponseProperties)
- func (o CentralLoggingResponse) ToMap() (map[string]interface{}, error)
- 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) 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)
- func (o CentralLoggingResponseMetadata) ToMap() (map[string]interface{}, error)
- type CentralLoggingResponseProperties
- func (o *CentralLoggingResponseProperties) GetEnabled() bool
- func (o *CentralLoggingResponseProperties) GetEnabledOk() (*bool, bool)
- func (o *CentralLoggingResponseProperties) HasEnabled() bool
- func (o *CentralLoggingResponseProperties) SetEnabled(v bool)
- func (o CentralLoggingResponseProperties) ToMap() (map[string]interface{}, error)
- type CentralLoggingToggle
- func (o *CentralLoggingToggle) GetProperties() CentralLoggingToggleProperties
- func (o *CentralLoggingToggle) GetPropertiesOk() (*CentralLoggingToggleProperties, bool)
- func (o *CentralLoggingToggle) HasProperties() bool
- func (o *CentralLoggingToggle) SetProperties(v CentralLoggingToggleProperties)
- func (o CentralLoggingToggle) ToMap() (map[string]interface{}, error)
- type CentralLoggingToggleProperties
- 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) 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)
- func (o DeletedMetadata) ToMap() (map[string]interface{}, error)
- 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) SetId(v string)
- func (o *DeletedPipeline) SetMetadata(v DeletedMetadata)
- func (o *DeletedPipeline) SetProperties(v PipelineProperties)
- func (o DeletedPipeline) ToMap() (map[string]interface{}, error)
- 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) SetRetentionInDays(v int32)
- func (o *Destination) SetType(v string)
- func (o Destination) ToMap() (map[string]interface{}, error)
- 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) SetErrorCode(v string)
- func (o *ErrorMessage) SetMessage(v string)
- func (o ErrorMessage) ToMap() (map[string]interface{}, error)
- 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) SetHttpStatus(v int32)
- func (o *ErrorResponse) SetMessages(v []ErrorMessage)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)
- type IonosTime
- type MappedNullable
- 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) 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)
- func (o Metadata) ToMap() (map[string]interface{}, error)
- 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 NullableIonosTime
- 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) SetId(v string)
- func (o *Pipeline) SetMetadata(v Metadata)
- func (o *Pipeline) SetProperties(v PipelineProperties)
- func (o Pipeline) ToMap() (map[string]interface{}, error)
- type PipelineCreate
- 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) SetLogs(v []PipelineCreatePropertiesLogs)
- func (o *PipelineCreateProperties) SetName(v string)
- func (o PipelineCreateProperties) ToMap() (map[string]interface{}, error)
- 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) 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)
- func (o PipelineCreatePropertiesLogs) ToMap() (map[string]interface{}, error)
- 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) SetId(v string)
- func (o *PipelineListResponse) SetItems(v []Pipeline)
- func (o *PipelineListResponse) SetType(v string)
- func (o PipelineListResponse) ToMap() (map[string]interface{}, error)
- type PipelinePatch
- 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) SetLogs(v []PipelineCreatePropertiesLogs)
- func (o *PipelinePatchProperties) SetName(v string)
- func (o PipelinePatchProperties) ToMap() (map[string]interface{}, error)
- 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) 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)
- func (o PipelineProperties) ToMap() (map[string]interface{}, error)
- 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) 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)
- func (o PipelineResponse) ToMap() (map[string]interface{}, error)
- type PipelineResponseAllOf
- type PipelineResponseAllOf1
- func (o *PipelineResponseAllOf1) GetDestinations() []Destination
- func (o *PipelineResponseAllOf1) GetDestinationsOk() ([]Destination, bool)
- func (o *PipelineResponseAllOf1) HasDestinations() bool
- func (o *PipelineResponseAllOf1) SetDestinations(v []Destination)
- func (o PipelineResponseAllOf1) ToMap() (map[string]interface{}, error)
- type PipelinesApiService
- func (a *PipelinesApiService) PipelinesDelete(ctx _context.Context, pipelineId string) ApiPipelinesDeleteRequest
- func (a *PipelinesApiService) PipelinesDeleteExecute(r ApiPipelinesDeleteRequest) (DeletedPipeline, *shared.APIResponse, error)
- func (a *PipelinesApiService) PipelinesFindById(ctx _context.Context, pipelineId string) ApiPipelinesFindByIdRequest
- func (a *PipelinesApiService) PipelinesFindByIdExecute(r ApiPipelinesFindByIdRequest) (Pipeline, *shared.APIResponse, error)
- func (a *PipelinesApiService) PipelinesGet(ctx _context.Context) ApiPipelinesGetRequest
- func (a *PipelinesApiService) PipelinesGetExecute(r ApiPipelinesGetRequest) (PipelineListResponse, *shared.APIResponse, error)
- func (a *PipelinesApiService) PipelinesKeyPost(ctx _context.Context, pipelineId string) ApiPipelinesKeyPostRequest
- func (a *PipelinesApiService) PipelinesKeyPostExecute(r ApiPipelinesKeyPostRequest) (PipelinesKeyPost200Response, *shared.APIResponse, error)
- func (a *PipelinesApiService) PipelinesPatch(ctx _context.Context, pipelineId string) ApiPipelinesPatchRequest
- func (a *PipelinesApiService) PipelinesPatchExecute(r ApiPipelinesPatchRequest) (Pipeline, *shared.APIResponse, error)
- func (a *PipelinesApiService) PipelinesPost(ctx _context.Context) ApiPipelinesPostRequest
- func (a *PipelinesApiService) PipelinesPostExecute(r ApiPipelinesPostRequest) (ProvisioningPipeline, *shared.APIResponse, error)
- type PipelinesKeyPost200Response
- func (o *PipelinesKeyPost200Response) GetKey() string
- func (o *PipelinesKeyPost200Response) GetKeyOk() (*string, bool)
- func (o *PipelinesKeyPost200Response) HasKey() bool
- func (o *PipelinesKeyPost200Response) SetKey(v string)
- func (o PipelinesKeyPost200Response) ToMap() (map[string]interface{}, error)
- 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) 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)
- func (o Processor) ToMap() (map[string]interface{}, error)
- 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) 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)
- func (o ProvisioningMetadata) ToMap() (map[string]interface{}, error)
- type ProvisioningMetadataAllOf
- func (o *ProvisioningMetadataAllOf) GetState() string
- func (o *ProvisioningMetadataAllOf) GetStateOk() (*string, bool)
- func (o *ProvisioningMetadataAllOf) HasState() bool
- func (o *ProvisioningMetadataAllOf) SetState(v string)
- func (o ProvisioningMetadataAllOf) ToMap() (map[string]interface{}, error)
- 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) SetId(v string)
- func (o *ProvisioningPipeline) SetMetadata(v ProvisioningMetadata)
- func (o *ProvisioningPipeline) SetProperties(v PipelineProperties)
- func (o ProvisioningPipeline) ToMap() (map[string]interface{}, error)
- type TLSDial
Constants ¶
const ( RequestStatusQueued = "QUEUED" RequestStatusRunning = "RUNNING" RequestStatusFailed = "FAILED" RequestStatusDone = "DONE" Version = "products/logging/v2.1.2" )
Variables ¶
This section is empty.
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 DeepCopy ¶ added in v2.1.2
func DeepCopy(cfg *shared.Configuration) (*shared.Configuration, error)
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 *shared.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() *shared.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 ApiCentralLoggingGetRequest ¶ added in v2.0.1
type ApiCentralLoggingGetRequest struct { ApiService *CentralApiService // contains filtered or unexported fields }
func (ApiCentralLoggingGetRequest) Execute ¶ added in v2.0.1
func (r ApiCentralLoggingGetRequest) Execute() (CentralLoggingResponse, *shared.APIResponse, error)
type ApiCentralLoggingToggleRequest ¶ added in v2.0.1
type ApiCentralLoggingToggleRequest struct { ApiService *CentralApiService // contains filtered or unexported fields }
func (ApiCentralLoggingToggleRequest) CentralLoggingToggle ¶ added in v2.0.1
func (r ApiCentralLoggingToggleRequest) CentralLoggingToggle(centralLoggingToggle CentralLoggingToggle) ApiCentralLoggingToggleRequest
func (ApiCentralLoggingToggleRequest) Execute ¶ added in v2.0.1
func (r ApiCentralLoggingToggleRequest) Execute() (CentralLoggingResponse, *shared.APIResponse, error)
type ApiPipelinesDeleteRequest ¶
type ApiPipelinesDeleteRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiPipelinesDeleteRequest) Execute ¶
func (r ApiPipelinesDeleteRequest) Execute() (DeletedPipeline, *shared.APIResponse, error)
type ApiPipelinesFindByIdRequest ¶
type ApiPipelinesFindByIdRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiPipelinesFindByIdRequest) Execute ¶
func (r ApiPipelinesFindByIdRequest) Execute() (Pipeline, *shared.APIResponse, error)
type ApiPipelinesGetRequest ¶
type ApiPipelinesGetRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiPipelinesGetRequest) Execute ¶
func (r ApiPipelinesGetRequest) Execute() (PipelineListResponse, *shared.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 ¶
type ApiPipelinesKeyPostRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiPipelinesKeyPostRequest) Execute ¶
func (r ApiPipelinesKeyPostRequest) Execute() (PipelinesKeyPost200Response, *shared.APIResponse, error)
type ApiPipelinesPatchRequest ¶
type ApiPipelinesPatchRequest struct { ApiService *PipelinesApiService // contains filtered or unexported fields }
func (ApiPipelinesPatchRequest) Execute ¶
func (r ApiPipelinesPatchRequest) Execute() (Pipeline, *shared.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, *shared.APIResponse, error)
func (ApiPipelinesPostRequest) Pipeline ¶
func (r ApiPipelinesPostRequest) Pipeline(pipeline PipelineCreate) ApiPipelinesPostRequest
type CentralApiService ¶ added in v2.0.1
type CentralApiService service
CentralApiService CentralApi service
func (*CentralApiService) CentralLoggingGet ¶ added in v2.0.1
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 v2.0.1
func (a *CentralApiService) CentralLoggingGetExecute(r ApiCentralLoggingGetRequest) (CentralLoggingResponse, *shared.APIResponse, error)
* Execute executes the request * @return CentralLoggingResponse
func (*CentralApiService) CentralLoggingToggle ¶ added in v2.0.1
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 v2.0.1
func (a *CentralApiService) CentralLoggingToggleExecute(r ApiCentralLoggingToggleRequest) (CentralLoggingResponse, *shared.APIResponse, error)
* Execute executes the request * @return CentralLoggingResponse
type CentralLoggingResponse ¶ added in v2.0.1
type CentralLoggingResponse struct { Metadata *CentralLoggingResponseMetadata `json:"metadata,omitempty"` Properties *CentralLoggingResponseProperties `json:"properties,omitempty"` }
CentralLoggingResponse struct for CentralLoggingResponse
func NewCentralLoggingResponse ¶ added in v2.0.1
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 v2.0.1
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 v2.0.1
func (o *CentralLoggingResponse) GetMetadata() CentralLoggingResponseMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*CentralLoggingResponse) GetMetadataOk ¶ added in v2.0.1
func (o *CentralLoggingResponse) GetMetadataOk() (*CentralLoggingResponseMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CentralLoggingResponse) GetProperties ¶ added in v2.0.1
func (o *CentralLoggingResponse) GetProperties() CentralLoggingResponseProperties
GetProperties returns the Properties field value if set, zero value otherwise.
func (*CentralLoggingResponse) GetPropertiesOk ¶ added in v2.0.1
func (o *CentralLoggingResponse) GetPropertiesOk() (*CentralLoggingResponseProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CentralLoggingResponse) HasMetadata ¶ added in v2.0.1
func (o *CentralLoggingResponse) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*CentralLoggingResponse) HasProperties ¶ added in v2.0.1
func (o *CentralLoggingResponse) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*CentralLoggingResponse) SetMetadata ¶ added in v2.0.1
func (o *CentralLoggingResponse) SetMetadata(v CentralLoggingResponseMetadata)
SetMetadata gets a reference to the given CentralLoggingResponseMetadata and assigns it to the Metadata field.
func (*CentralLoggingResponse) SetProperties ¶ added in v2.0.1
func (o *CentralLoggingResponse) SetProperties(v CentralLoggingResponseProperties)
SetProperties gets a reference to the given CentralLoggingResponseProperties and assigns it to the Properties field.
func (CentralLoggingResponse) ToMap ¶ added in v2.0.1
func (o CentralLoggingResponse) ToMap() (map[string]interface{}, error)
type CentralLoggingResponseMetadata ¶ added in v2.0.1
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 v2.0.1
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 v2.0.1
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 v2.0.1
func (o *CentralLoggingResponseMetadata) GetGrafanaEndpoint() string
GetGrafanaEndpoint returns the GrafanaEndpoint field value if set, zero value otherwise.
func (*CentralLoggingResponseMetadata) GetGrafanaEndpointOk ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) GetGrafanaEndpointOk() (*string, bool)
GetGrafanaEndpointOk returns a tuple with the GrafanaEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CentralLoggingResponseMetadata) GetLastModifiedBy ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) GetLastModifiedBy() string
GetLastModifiedBy returns the LastModifiedBy field value if set, zero value otherwise.
func (*CentralLoggingResponseMetadata) GetLastModifiedByOk ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) GetLastModifiedByOk() (*string, bool)
GetLastModifiedByOk returns a tuple with the LastModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CentralLoggingResponseMetadata) GetLastModifiedByUserId ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) GetLastModifiedByUserId() string
GetLastModifiedByUserId returns the LastModifiedByUserId field value if set, zero value otherwise.
func (*CentralLoggingResponseMetadata) GetLastModifiedByUserIdOk ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) GetLastModifiedByUserIdOk() (*string, bool)
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CentralLoggingResponseMetadata) GetLastModifiedByUserUuid ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) GetLastModifiedByUserUuid() string
GetLastModifiedByUserUuid returns the LastModifiedByUserUuid field value if set, zero value otherwise.
func (*CentralLoggingResponseMetadata) GetLastModifiedByUserUuidOk ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) GetLastModifiedByUserUuidOk() (*string, bool)
GetLastModifiedByUserUuidOk returns a tuple with the LastModifiedByUserUuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CentralLoggingResponseMetadata) GetLastModifiedDate ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) GetLastModifiedDate() time.Time
GetLastModifiedDate returns the LastModifiedDate field value if set, zero value otherwise.
func (*CentralLoggingResponseMetadata) GetLastModifiedDateOk ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) GetLastModifiedDateOk() (*time.Time, bool)
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CentralLoggingResponseMetadata) HasGrafanaEndpoint ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) HasGrafanaEndpoint() bool
HasGrafanaEndpoint returns a boolean if a field has been set.
func (*CentralLoggingResponseMetadata) HasLastModifiedBy ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
func (*CentralLoggingResponseMetadata) HasLastModifiedByUserId ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) HasLastModifiedByUserId() bool
HasLastModifiedByUserId returns a boolean if a field has been set.
func (*CentralLoggingResponseMetadata) HasLastModifiedByUserUuid ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) HasLastModifiedByUserUuid() bool
HasLastModifiedByUserUuid returns a boolean if a field has been set.
func (*CentralLoggingResponseMetadata) HasLastModifiedDate ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.
func (*CentralLoggingResponseMetadata) SetGrafanaEndpoint ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) SetGrafanaEndpoint(v string)
SetGrafanaEndpoint gets a reference to the given string and assigns it to the GrafanaEndpoint field.
func (*CentralLoggingResponseMetadata) SetLastModifiedBy ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) SetLastModifiedBy(v string)
SetLastModifiedBy gets a reference to the given string and assigns it to the LastModifiedBy field.
func (*CentralLoggingResponseMetadata) SetLastModifiedByUserId ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) SetLastModifiedByUserId(v string)
SetLastModifiedByUserId gets a reference to the given string and assigns it to the LastModifiedByUserId field.
func (*CentralLoggingResponseMetadata) SetLastModifiedByUserUuid ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) SetLastModifiedByUserUuid(v string)
SetLastModifiedByUserUuid gets a reference to the given string and assigns it to the LastModifiedByUserUuid field.
func (*CentralLoggingResponseMetadata) SetLastModifiedDate ¶ added in v2.0.1
func (o *CentralLoggingResponseMetadata) SetLastModifiedDate(v time.Time)
SetLastModifiedDate gets a reference to the given time.Time and assigns it to the LastModifiedDate field.
func (CentralLoggingResponseMetadata) ToMap ¶ added in v2.0.1
func (o CentralLoggingResponseMetadata) ToMap() (map[string]interface{}, error)
type CentralLoggingResponseProperties ¶ added in v2.0.1
type CentralLoggingResponseProperties struct {
Enabled *bool `json:"enabled,omitempty"`
}
CentralLoggingResponseProperties struct for CentralLoggingResponseProperties
func NewCentralLoggingResponseProperties ¶ added in v2.0.1
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 v2.0.1
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 v2.0.1
func (o *CentralLoggingResponseProperties) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*CentralLoggingResponseProperties) GetEnabledOk ¶ added in v2.0.1
func (o *CentralLoggingResponseProperties) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CentralLoggingResponseProperties) HasEnabled ¶ added in v2.0.1
func (o *CentralLoggingResponseProperties) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*CentralLoggingResponseProperties) SetEnabled ¶ added in v2.0.1
func (o *CentralLoggingResponseProperties) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (CentralLoggingResponseProperties) ToMap ¶ added in v2.0.1
func (o CentralLoggingResponseProperties) ToMap() (map[string]interface{}, error)
type CentralLoggingToggle ¶ added in v2.0.1
type CentralLoggingToggle struct {
Properties *CentralLoggingToggleProperties `json:"properties,omitempty"`
}
CentralLoggingToggle Request payload to toggle central logging.
func NewCentralLoggingToggle ¶ added in v2.0.1
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 v2.0.1
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 v2.0.1
func (o *CentralLoggingToggle) GetProperties() CentralLoggingToggleProperties
GetProperties returns the Properties field value if set, zero value otherwise.
func (*CentralLoggingToggle) GetPropertiesOk ¶ added in v2.0.1
func (o *CentralLoggingToggle) GetPropertiesOk() (*CentralLoggingToggleProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CentralLoggingToggle) HasProperties ¶ added in v2.0.1
func (o *CentralLoggingToggle) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*CentralLoggingToggle) SetProperties ¶ added in v2.0.1
func (o *CentralLoggingToggle) SetProperties(v CentralLoggingToggleProperties)
SetProperties gets a reference to the given CentralLoggingToggleProperties and assigns it to the Properties field.
func (CentralLoggingToggle) ToMap ¶ added in v2.0.1
func (o CentralLoggingToggle) ToMap() (map[string]interface{}, error)
type CentralLoggingToggleProperties ¶ added in v2.0.1
type CentralLoggingToggleProperties struct {
Enabled bool `json:"enabled"`
}
CentralLoggingToggleProperties struct for CentralLoggingToggleProperties
func NewCentralLoggingToggleProperties ¶ added in v2.0.1
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 v2.0.1
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 v2.0.1
func (o *CentralLoggingToggleProperties) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*CentralLoggingToggleProperties) GetEnabledOk ¶ added in v2.0.1
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.
func (*CentralLoggingToggleProperties) SetEnabled ¶ added in v2.0.1
func (o *CentralLoggingToggleProperties) SetEnabled(v bool)
SetEnabled sets field value
func (CentralLoggingToggleProperties) ToMap ¶ added in v2.0.1
func (o CentralLoggingToggleProperties) ToMap() (map[string]interface{}, error)
type DeletedMetadata ¶ added in v2.0.1
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 v2.0.1
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 v2.0.1
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 v2.0.1
func (o *DeletedMetadata) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*DeletedMetadata) GetCreatedByOk ¶ added in v2.0.1
func (o *DeletedMetadata) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletedMetadata) GetCreatedByUserId ¶ added in v2.0.1
func (o *DeletedMetadata) GetCreatedByUserId() string
GetCreatedByUserId returns the CreatedByUserId field value if set, zero value otherwise.
func (*DeletedMetadata) GetCreatedByUserIdOk ¶ added in v2.0.1
func (o *DeletedMetadata) GetCreatedByUserIdOk() (*string, bool)
GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletedMetadata) GetCreatedByUserUuid ¶ added in v2.0.1
func (o *DeletedMetadata) GetCreatedByUserUuid() string
GetCreatedByUserUuid returns the CreatedByUserUuid field value if set, zero value otherwise.
func (*DeletedMetadata) GetCreatedByUserUuidOk ¶ added in v2.0.1
func (o *DeletedMetadata) GetCreatedByUserUuidOk() (*string, bool)
GetCreatedByUserUuidOk returns a tuple with the CreatedByUserUuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletedMetadata) GetCreatedDate ¶ added in v2.0.1
func (o *DeletedMetadata) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field value if set, zero value otherwise.
func (*DeletedMetadata) GetCreatedDateOk ¶ added in v2.0.1
func (o *DeletedMetadata) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletedMetadata) GetLastModifiedBy ¶ added in v2.0.1
func (o *DeletedMetadata) GetLastModifiedBy() string
GetLastModifiedBy returns the LastModifiedBy field value if set, zero value otherwise.
func (*DeletedMetadata) GetLastModifiedByOk ¶ added in v2.0.1
func (o *DeletedMetadata) GetLastModifiedByOk() (*string, bool)
GetLastModifiedByOk returns a tuple with the LastModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletedMetadata) GetLastModifiedByUserId ¶ added in v2.0.1
func (o *DeletedMetadata) GetLastModifiedByUserId() string
GetLastModifiedByUserId returns the LastModifiedByUserId field value if set, zero value otherwise.
func (*DeletedMetadata) GetLastModifiedByUserIdOk ¶ added in v2.0.1
func (o *DeletedMetadata) GetLastModifiedByUserIdOk() (*string, bool)
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletedMetadata) GetLastModifiedByUserUuid ¶ added in v2.0.1
func (o *DeletedMetadata) GetLastModifiedByUserUuid() string
GetLastModifiedByUserUuid returns the LastModifiedByUserUuid field value if set, zero value otherwise.
func (*DeletedMetadata) GetLastModifiedByUserUuidOk ¶ added in v2.0.1
func (o *DeletedMetadata) GetLastModifiedByUserUuidOk() (*string, bool)
GetLastModifiedByUserUuidOk returns a tuple with the LastModifiedByUserUuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletedMetadata) GetLastModifiedDate ¶ added in v2.0.1
func (o *DeletedMetadata) GetLastModifiedDate() time.Time
GetLastModifiedDate returns the LastModifiedDate field value if set, zero value otherwise.
func (*DeletedMetadata) GetLastModifiedDateOk ¶ added in v2.0.1
func (o *DeletedMetadata) GetLastModifiedDateOk() (*time.Time, bool)
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletedMetadata) GetState ¶ added in v2.0.1
func (o *DeletedMetadata) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*DeletedMetadata) GetStateOk ¶ added in v2.0.1
func (o *DeletedMetadata) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletedMetadata) HasCreatedBy ¶ added in v2.0.1
func (o *DeletedMetadata) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*DeletedMetadata) HasCreatedByUserId ¶ added in v2.0.1
func (o *DeletedMetadata) HasCreatedByUserId() bool
HasCreatedByUserId returns a boolean if a field has been set.
func (*DeletedMetadata) HasCreatedByUserUuid ¶ added in v2.0.1
func (o *DeletedMetadata) HasCreatedByUserUuid() bool
HasCreatedByUserUuid returns a boolean if a field has been set.
func (*DeletedMetadata) HasCreatedDate ¶ added in v2.0.1
func (o *DeletedMetadata) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (*DeletedMetadata) HasLastModifiedBy ¶ added in v2.0.1
func (o *DeletedMetadata) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
func (*DeletedMetadata) HasLastModifiedByUserId ¶ added in v2.0.1
func (o *DeletedMetadata) HasLastModifiedByUserId() bool
HasLastModifiedByUserId returns a boolean if a field has been set.
func (*DeletedMetadata) HasLastModifiedByUserUuid ¶ added in v2.0.1
func (o *DeletedMetadata) HasLastModifiedByUserUuid() bool
HasLastModifiedByUserUuid returns a boolean if a field has been set.
func (*DeletedMetadata) HasLastModifiedDate ¶ added in v2.0.1
func (o *DeletedMetadata) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.
func (*DeletedMetadata) HasState ¶ added in v2.0.1
func (o *DeletedMetadata) HasState() bool
HasState returns a boolean if a field has been set.
func (*DeletedMetadata) SetCreatedBy ¶ added in v2.0.1
func (o *DeletedMetadata) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*DeletedMetadata) SetCreatedByUserId ¶ added in v2.0.1
func (o *DeletedMetadata) SetCreatedByUserId(v string)
SetCreatedByUserId gets a reference to the given string and assigns it to the CreatedByUserId field.
func (*DeletedMetadata) SetCreatedByUserUuid ¶ added in v2.0.1
func (o *DeletedMetadata) SetCreatedByUserUuid(v string)
SetCreatedByUserUuid gets a reference to the given string and assigns it to the CreatedByUserUuid field.
func (*DeletedMetadata) SetCreatedDate ¶ added in v2.0.1
func (o *DeletedMetadata) SetCreatedDate(v time.Time)
SetCreatedDate gets a reference to the given time.Time and assigns it to the CreatedDate field.
func (*DeletedMetadata) SetLastModifiedBy ¶ added in v2.0.1
func (o *DeletedMetadata) SetLastModifiedBy(v string)
SetLastModifiedBy gets a reference to the given string and assigns it to the LastModifiedBy field.
func (*DeletedMetadata) SetLastModifiedByUserId ¶ added in v2.0.1
func (o *DeletedMetadata) SetLastModifiedByUserId(v string)
SetLastModifiedByUserId gets a reference to the given string and assigns it to the LastModifiedByUserId field.
func (*DeletedMetadata) SetLastModifiedByUserUuid ¶ added in v2.0.1
func (o *DeletedMetadata) SetLastModifiedByUserUuid(v string)
SetLastModifiedByUserUuid gets a reference to the given string and assigns it to the LastModifiedByUserUuid field.
func (*DeletedMetadata) SetLastModifiedDate ¶ added in v2.0.1
func (o *DeletedMetadata) SetLastModifiedDate(v time.Time)
SetLastModifiedDate gets a reference to the given time.Time and assigns it to the LastModifiedDate field.
func (*DeletedMetadata) SetState ¶ added in v2.0.1
func (o *DeletedMetadata) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (DeletedMetadata) ToMap ¶ added in v2.0.1
func (o DeletedMetadata) ToMap() (map[string]interface{}, error)
type DeletedMetadataAllOf ¶ added in v2.0.1
type DeletedMetadataAllOf struct { // The current state reported back by the pipeline. State *string `json:"state,omitempty"` }
DeletedMetadataAllOf struct for DeletedMetadataAllOf
func NewDeletedMetadataAllOf ¶ added in v2.0.1
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 v2.0.1
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 v2.0.1
func (o *DeletedMetadataAllOf) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*DeletedMetadataAllOf) GetStateOk ¶ added in v2.0.1
func (o *DeletedMetadataAllOf) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletedMetadataAllOf) HasState ¶ added in v2.0.1
func (o *DeletedMetadataAllOf) HasState() bool
HasState returns a boolean if a field has been set.
func (*DeletedMetadataAllOf) SetState ¶ added in v2.0.1
func (o *DeletedMetadataAllOf) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (DeletedMetadataAllOf) ToMap ¶ added in v2.0.1
func (o DeletedMetadataAllOf) ToMap() (map[string]interface{}, error)
type DeletedPipeline ¶ added in v2.0.1
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 v2.0.1
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 v2.0.1
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 v2.0.1
func (o *DeletedPipeline) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DeletedPipeline) GetIdOk ¶ added in v2.0.1
func (o *DeletedPipeline) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletedPipeline) GetMetadata ¶ added in v2.0.1
func (o *DeletedPipeline) GetMetadata() DeletedMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*DeletedPipeline) GetMetadataOk ¶ added in v2.0.1
func (o *DeletedPipeline) GetMetadataOk() (*DeletedMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletedPipeline) GetProperties ¶ added in v2.0.1
func (o *DeletedPipeline) GetProperties() PipelineProperties
GetProperties returns the Properties field value if set, zero value otherwise.
func (*DeletedPipeline) GetPropertiesOk ¶ added in v2.0.1
func (o *DeletedPipeline) GetPropertiesOk() (*PipelineProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletedPipeline) HasId ¶ added in v2.0.1
func (o *DeletedPipeline) HasId() bool
HasId returns a boolean if a field has been set.
func (*DeletedPipeline) HasMetadata ¶ added in v2.0.1
func (o *DeletedPipeline) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*DeletedPipeline) HasProperties ¶ added in v2.0.1
func (o *DeletedPipeline) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*DeletedPipeline) SetId ¶ added in v2.0.1
func (o *DeletedPipeline) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DeletedPipeline) SetMetadata ¶ added in v2.0.1
func (o *DeletedPipeline) SetMetadata(v DeletedMetadata)
SetMetadata gets a reference to the given DeletedMetadata and assigns it to the Metadata field.
func (*DeletedPipeline) SetProperties ¶ added in v2.0.1
func (o *DeletedPipeline) SetProperties(v PipelineProperties)
SetProperties gets a reference to the given PipelineProperties and assigns it to the Properties field.
func (DeletedPipeline) ToMap ¶ added in v2.0.1
func (o DeletedPipeline) ToMap() (map[string]interface{}, error)
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 set, zero value otherwise.
func (*Destination) GetRetentionInDaysOk ¶
func (o *Destination) GetRetentionInDaysOk() (*int32, bool)
GetRetentionInDaysOk returns a tuple with the RetentionInDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Destination) GetType ¶
func (o *Destination) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*Destination) GetTypeOk ¶
func (o *Destination) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
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) SetRetentionInDays ¶
func (o *Destination) SetRetentionInDays(v int32)
SetRetentionInDays gets a reference to the given int32 and assigns it to the RetentionInDays field.
func (*Destination) SetType ¶
func (o *Destination) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (Destination) ToMap ¶
func (o Destination) ToMap() (map[string]interface{}, error)
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 set, zero value otherwise.
func (*ErrorMessage) GetErrorCodeOk ¶
func (o *ErrorMessage) GetErrorCodeOk() (*string, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorMessage) GetMessage ¶
func (o *ErrorMessage) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ErrorMessage) GetMessageOk ¶
func (o *ErrorMessage) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
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) SetErrorCode ¶
func (o *ErrorMessage) SetErrorCode(v string)
SetErrorCode gets a reference to the given string and assigns it to the ErrorCode field.
func (*ErrorMessage) SetMessage ¶
func (o *ErrorMessage) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (ErrorMessage) ToMap ¶
func (o ErrorMessage) ToMap() (map[string]interface{}, error)
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 set, zero value otherwise.
func (*ErrorResponse) GetHttpStatusOk ¶
func (o *ErrorResponse) GetHttpStatusOk() (*int32, bool)
GetHttpStatusOk returns a tuple with the HttpStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorResponse) GetMessages ¶
func (o *ErrorResponse) GetMessages() []ErrorMessage
GetMessages returns the Messages field value if set, zero value otherwise.
func (*ErrorResponse) GetMessagesOk ¶
func (o *ErrorResponse) GetMessagesOk() ([]ErrorMessage, bool)
GetMessagesOk returns a tuple with the Messages field value if set, nil otherwise and a boolean to check if the value has been set.
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) SetHttpStatus ¶
func (o *ErrorResponse) SetHttpStatus(v int32)
SetHttpStatus gets a reference to the given int32 and assigns it to the HttpStatus field.
func (*ErrorResponse) SetMessages ¶
func (o *ErrorResponse) SetMessages(v []ErrorMessage)
SetMessages gets a reference to the given []ErrorMessage and assigns it to the Messages field.
func (ErrorResponse) ToMap ¶
func (o ErrorResponse) ToMap() (map[string]interface{}, error)
type IonosTime ¶
func (*IonosTime) UnmarshalJSON ¶
type MappedNullable ¶
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 set, zero value otherwise.
func (*Metadata) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetCreatedByUserId ¶
GetCreatedByUserId returns the CreatedByUserId field value if set, zero value otherwise.
func (*Metadata) GetCreatedByUserIdOk ¶
GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetCreatedByUserUuid ¶
GetCreatedByUserUuid returns the CreatedByUserUuid field value if set, zero value otherwise.
func (*Metadata) GetCreatedByUserUuidOk ¶
GetCreatedByUserUuidOk returns a tuple with the CreatedByUserUuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetCreatedDate ¶
GetCreatedDate returns the CreatedDate field value if set, zero value otherwise.
func (*Metadata) GetCreatedDateOk ¶
GetCreatedDateOk returns a tuple with the CreatedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetLastModifiedBy ¶
GetLastModifiedBy returns the LastModifiedBy field value if set, zero value otherwise.
func (*Metadata) GetLastModifiedByOk ¶
GetLastModifiedByOk returns a tuple with the LastModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetLastModifiedByUserId ¶
GetLastModifiedByUserId returns the LastModifiedByUserId field value if set, zero value otherwise.
func (*Metadata) GetLastModifiedByUserIdOk ¶
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetLastModifiedByUserUuid ¶
GetLastModifiedByUserUuid returns the LastModifiedByUserUuid field value if set, zero value otherwise.
func (*Metadata) GetLastModifiedByUserUuidOk ¶
GetLastModifiedByUserUuidOk returns a tuple with the LastModifiedByUserUuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetLastModifiedDate ¶
GetLastModifiedDate returns the LastModifiedDate field value if set, zero value otherwise.
func (*Metadata) GetLastModifiedDateOk ¶
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
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) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Metadata) SetCreatedByUserId ¶
SetCreatedByUserId gets a reference to the given string and assigns it to the CreatedByUserId field.
func (*Metadata) SetCreatedByUserUuid ¶
SetCreatedByUserUuid gets a reference to the given string and assigns it to the CreatedByUserUuid field.
func (*Metadata) SetCreatedDate ¶
SetCreatedDate gets a reference to the given time.Time and assigns it to the CreatedDate field.
func (*Metadata) SetLastModifiedBy ¶
SetLastModifiedBy gets a reference to the given string and assigns it to the LastModifiedBy field.
func (*Metadata) SetLastModifiedByUserId ¶
SetLastModifiedByUserId gets a reference to the given string and assigns it to the LastModifiedByUserId field.
func (*Metadata) SetLastModifiedByUserUuid ¶
SetLastModifiedByUserUuid gets a reference to the given string and assigns it to the LastModifiedByUserUuid field.
func (*Metadata) SetLastModifiedDate ¶
SetLastModifiedDate gets a reference to the given time.Time and assigns it to the LastModifiedDate field.
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 v2.0.1
type NullableCentralLoggingResponse struct {
// contains filtered or unexported fields
}
func NewNullableCentralLoggingResponse ¶ added in v2.0.1
func NewNullableCentralLoggingResponse(val *CentralLoggingResponse) *NullableCentralLoggingResponse
func (NullableCentralLoggingResponse) Get ¶ added in v2.0.1
func (v NullableCentralLoggingResponse) Get() *CentralLoggingResponse
func (NullableCentralLoggingResponse) IsSet ¶ added in v2.0.1
func (v NullableCentralLoggingResponse) IsSet() bool
func (NullableCentralLoggingResponse) MarshalJSON ¶ added in v2.0.1
func (v NullableCentralLoggingResponse) MarshalJSON() ([]byte, error)
func (*NullableCentralLoggingResponse) Set ¶ added in v2.0.1
func (v *NullableCentralLoggingResponse) Set(val *CentralLoggingResponse)
func (*NullableCentralLoggingResponse) UnmarshalJSON ¶ added in v2.0.1
func (v *NullableCentralLoggingResponse) UnmarshalJSON(src []byte) error
func (*NullableCentralLoggingResponse) Unset ¶ added in v2.0.1
func (v *NullableCentralLoggingResponse) Unset()
type NullableCentralLoggingResponseMetadata ¶ added in v2.0.1
type NullableCentralLoggingResponseMetadata struct {
// contains filtered or unexported fields
}
func NewNullableCentralLoggingResponseMetadata ¶ added in v2.0.1
func NewNullableCentralLoggingResponseMetadata(val *CentralLoggingResponseMetadata) *NullableCentralLoggingResponseMetadata
func (NullableCentralLoggingResponseMetadata) Get ¶ added in v2.0.1
func (v NullableCentralLoggingResponseMetadata) Get() *CentralLoggingResponseMetadata
func (NullableCentralLoggingResponseMetadata) IsSet ¶ added in v2.0.1
func (v NullableCentralLoggingResponseMetadata) IsSet() bool
func (NullableCentralLoggingResponseMetadata) MarshalJSON ¶ added in v2.0.1
func (v NullableCentralLoggingResponseMetadata) MarshalJSON() ([]byte, error)
func (*NullableCentralLoggingResponseMetadata) Set ¶ added in v2.0.1
func (v *NullableCentralLoggingResponseMetadata) Set(val *CentralLoggingResponseMetadata)
func (*NullableCentralLoggingResponseMetadata) UnmarshalJSON ¶ added in v2.0.1
func (v *NullableCentralLoggingResponseMetadata) UnmarshalJSON(src []byte) error
func (*NullableCentralLoggingResponseMetadata) Unset ¶ added in v2.0.1
func (v *NullableCentralLoggingResponseMetadata) Unset()
type NullableCentralLoggingResponseProperties ¶ added in v2.0.1
type NullableCentralLoggingResponseProperties struct {
// contains filtered or unexported fields
}
func NewNullableCentralLoggingResponseProperties ¶ added in v2.0.1
func NewNullableCentralLoggingResponseProperties(val *CentralLoggingResponseProperties) *NullableCentralLoggingResponseProperties
func (NullableCentralLoggingResponseProperties) IsSet ¶ added in v2.0.1
func (v NullableCentralLoggingResponseProperties) IsSet() bool
func (NullableCentralLoggingResponseProperties) MarshalJSON ¶ added in v2.0.1
func (v NullableCentralLoggingResponseProperties) MarshalJSON() ([]byte, error)
func (*NullableCentralLoggingResponseProperties) Set ¶ added in v2.0.1
func (v *NullableCentralLoggingResponseProperties) Set(val *CentralLoggingResponseProperties)
func (*NullableCentralLoggingResponseProperties) UnmarshalJSON ¶ added in v2.0.1
func (v *NullableCentralLoggingResponseProperties) UnmarshalJSON(src []byte) error
func (*NullableCentralLoggingResponseProperties) Unset ¶ added in v2.0.1
func (v *NullableCentralLoggingResponseProperties) Unset()
type NullableCentralLoggingToggle ¶ added in v2.0.1
type NullableCentralLoggingToggle struct {
// contains filtered or unexported fields
}
func NewNullableCentralLoggingToggle ¶ added in v2.0.1
func NewNullableCentralLoggingToggle(val *CentralLoggingToggle) *NullableCentralLoggingToggle
func (NullableCentralLoggingToggle) Get ¶ added in v2.0.1
func (v NullableCentralLoggingToggle) Get() *CentralLoggingToggle
func (NullableCentralLoggingToggle) IsSet ¶ added in v2.0.1
func (v NullableCentralLoggingToggle) IsSet() bool
func (NullableCentralLoggingToggle) MarshalJSON ¶ added in v2.0.1
func (v NullableCentralLoggingToggle) MarshalJSON() ([]byte, error)
func (*NullableCentralLoggingToggle) Set ¶ added in v2.0.1
func (v *NullableCentralLoggingToggle) Set(val *CentralLoggingToggle)
func (*NullableCentralLoggingToggle) UnmarshalJSON ¶ added in v2.0.1
func (v *NullableCentralLoggingToggle) UnmarshalJSON(src []byte) error
func (*NullableCentralLoggingToggle) Unset ¶ added in v2.0.1
func (v *NullableCentralLoggingToggle) Unset()
type NullableCentralLoggingToggleProperties ¶ added in v2.0.1
type NullableCentralLoggingToggleProperties struct {
// contains filtered or unexported fields
}
func NewNullableCentralLoggingToggleProperties ¶ added in v2.0.1
func NewNullableCentralLoggingToggleProperties(val *CentralLoggingToggleProperties) *NullableCentralLoggingToggleProperties
func (NullableCentralLoggingToggleProperties) Get ¶ added in v2.0.1
func (v NullableCentralLoggingToggleProperties) Get() *CentralLoggingToggleProperties
func (NullableCentralLoggingToggleProperties) IsSet ¶ added in v2.0.1
func (v NullableCentralLoggingToggleProperties) IsSet() bool
func (NullableCentralLoggingToggleProperties) MarshalJSON ¶ added in v2.0.1
func (v NullableCentralLoggingToggleProperties) MarshalJSON() ([]byte, error)
func (*NullableCentralLoggingToggleProperties) Set ¶ added in v2.0.1
func (v *NullableCentralLoggingToggleProperties) Set(val *CentralLoggingToggleProperties)
func (*NullableCentralLoggingToggleProperties) UnmarshalJSON ¶ added in v2.0.1
func (v *NullableCentralLoggingToggleProperties) UnmarshalJSON(src []byte) error
func (*NullableCentralLoggingToggleProperties) Unset ¶ added in v2.0.1
func (v *NullableCentralLoggingToggleProperties) Unset()
type NullableDeletedMetadata ¶ added in v2.0.1
type NullableDeletedMetadata struct {
// contains filtered or unexported fields
}
func NewNullableDeletedMetadata ¶ added in v2.0.1
func NewNullableDeletedMetadata(val *DeletedMetadata) *NullableDeletedMetadata
func (NullableDeletedMetadata) Get ¶ added in v2.0.1
func (v NullableDeletedMetadata) Get() *DeletedMetadata
func (NullableDeletedMetadata) IsSet ¶ added in v2.0.1
func (v NullableDeletedMetadata) IsSet() bool
func (NullableDeletedMetadata) MarshalJSON ¶ added in v2.0.1
func (v NullableDeletedMetadata) MarshalJSON() ([]byte, error)
func (*NullableDeletedMetadata) Set ¶ added in v2.0.1
func (v *NullableDeletedMetadata) Set(val *DeletedMetadata)
func (*NullableDeletedMetadata) UnmarshalJSON ¶ added in v2.0.1
func (v *NullableDeletedMetadata) UnmarshalJSON(src []byte) error
func (*NullableDeletedMetadata) Unset ¶ added in v2.0.1
func (v *NullableDeletedMetadata) Unset()
type NullableDeletedMetadataAllOf ¶ added in v2.0.1
type NullableDeletedMetadataAllOf struct {
// contains filtered or unexported fields
}
func NewNullableDeletedMetadataAllOf ¶ added in v2.0.1
func NewNullableDeletedMetadataAllOf(val *DeletedMetadataAllOf) *NullableDeletedMetadataAllOf
func (NullableDeletedMetadataAllOf) Get ¶ added in v2.0.1
func (v NullableDeletedMetadataAllOf) Get() *DeletedMetadataAllOf
func (NullableDeletedMetadataAllOf) IsSet ¶ added in v2.0.1
func (v NullableDeletedMetadataAllOf) IsSet() bool
func (NullableDeletedMetadataAllOf) MarshalJSON ¶ added in v2.0.1
func (v NullableDeletedMetadataAllOf) MarshalJSON() ([]byte, error)
func (*NullableDeletedMetadataAllOf) Set ¶ added in v2.0.1
func (v *NullableDeletedMetadataAllOf) Set(val *DeletedMetadataAllOf)
func (*NullableDeletedMetadataAllOf) UnmarshalJSON ¶ added in v2.0.1
func (v *NullableDeletedMetadataAllOf) UnmarshalJSON(src []byte) error
func (*NullableDeletedMetadataAllOf) Unset ¶ added in v2.0.1
func (v *NullableDeletedMetadataAllOf) Unset()
type NullableDeletedPipeline ¶ added in v2.0.1
type NullableDeletedPipeline struct {
// contains filtered or unexported fields
}
func NewNullableDeletedPipeline ¶ added in v2.0.1
func NewNullableDeletedPipeline(val *DeletedPipeline) *NullableDeletedPipeline
func (NullableDeletedPipeline) Get ¶ added in v2.0.1
func (v NullableDeletedPipeline) Get() *DeletedPipeline
func (NullableDeletedPipeline) IsSet ¶ added in v2.0.1
func (v NullableDeletedPipeline) IsSet() bool
func (NullableDeletedPipeline) MarshalJSON ¶ added in v2.0.1
func (v NullableDeletedPipeline) MarshalJSON() ([]byte, error)
func (*NullableDeletedPipeline) Set ¶ added in v2.0.1
func (v *NullableDeletedPipeline) Set(val *DeletedPipeline)
func (*NullableDeletedPipeline) UnmarshalJSON ¶ added in v2.0.1
func (v *NullableDeletedPipeline) UnmarshalJSON(src []byte) error
func (*NullableDeletedPipeline) Unset ¶ added in v2.0.1
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 NullableIonosTime ¶ added in v2.1.2
type NullableIonosTime struct {
NullableTime
}
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 ¶
type NullablePipelineCreate struct {
// contains filtered or unexported fields
}
func NewNullablePipelineCreate ¶
func NewNullablePipelineCreate(val *PipelineCreate) *NullablePipelineCreate
func (NullablePipelineCreate) Get ¶
func (v NullablePipelineCreate) Get() *PipelineCreate
func (NullablePipelineCreate) IsSet ¶
func (v NullablePipelineCreate) IsSet() bool
func (NullablePipelineCreate) MarshalJSON ¶
func (v NullablePipelineCreate) MarshalJSON() ([]byte, error)
func (*NullablePipelineCreate) Set ¶
func (v *NullablePipelineCreate) Set(val *PipelineCreate)
func (*NullablePipelineCreate) UnmarshalJSON ¶
func (v *NullablePipelineCreate) UnmarshalJSON(src []byte) error
func (*NullablePipelineCreate) Unset ¶
func (v *NullablePipelineCreate) Unset()
type NullablePipelineCreateProperties ¶
type NullablePipelineCreateProperties struct {
// contains filtered or unexported fields
}
func NewNullablePipelineCreateProperties ¶
func NewNullablePipelineCreateProperties(val *PipelineCreateProperties) *NullablePipelineCreateProperties
func (NullablePipelineCreateProperties) Get ¶
func (v NullablePipelineCreateProperties) Get() *PipelineCreateProperties
func (NullablePipelineCreateProperties) IsSet ¶
func (v NullablePipelineCreateProperties) IsSet() bool
func (NullablePipelineCreateProperties) MarshalJSON ¶
func (v NullablePipelineCreateProperties) MarshalJSON() ([]byte, error)
func (*NullablePipelineCreateProperties) Set ¶
func (v *NullablePipelineCreateProperties) Set(val *PipelineCreateProperties)
func (*NullablePipelineCreateProperties) UnmarshalJSON ¶
func (v *NullablePipelineCreateProperties) UnmarshalJSON(src []byte) error
func (*NullablePipelineCreateProperties) Unset ¶
func (v *NullablePipelineCreateProperties) Unset()
type NullablePipelineCreatePropertiesLogs ¶ added in v2.0.1
type NullablePipelineCreatePropertiesLogs struct {
// contains filtered or unexported fields
}
func NewNullablePipelineCreatePropertiesLogs ¶ added in v2.0.1
func NewNullablePipelineCreatePropertiesLogs(val *PipelineCreatePropertiesLogs) *NullablePipelineCreatePropertiesLogs
func (NullablePipelineCreatePropertiesLogs) Get ¶ added in v2.0.1
func (v NullablePipelineCreatePropertiesLogs) Get() *PipelineCreatePropertiesLogs
func (NullablePipelineCreatePropertiesLogs) IsSet ¶ added in v2.0.1
func (v NullablePipelineCreatePropertiesLogs) IsSet() bool
func (NullablePipelineCreatePropertiesLogs) MarshalJSON ¶ added in v2.0.1
func (v NullablePipelineCreatePropertiesLogs) MarshalJSON() ([]byte, error)
func (*NullablePipelineCreatePropertiesLogs) Set ¶ added in v2.0.1
func (v *NullablePipelineCreatePropertiesLogs) Set(val *PipelineCreatePropertiesLogs)
func (*NullablePipelineCreatePropertiesLogs) UnmarshalJSON ¶ added in v2.0.1
func (v *NullablePipelineCreatePropertiesLogs) UnmarshalJSON(src []byte) error
func (*NullablePipelineCreatePropertiesLogs) Unset ¶ added in v2.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 ¶
type NullablePipelinePatch struct {
// contains filtered or unexported fields
}
func NewNullablePipelinePatch ¶
func NewNullablePipelinePatch(val *PipelinePatch) *NullablePipelinePatch
func (NullablePipelinePatch) Get ¶
func (v NullablePipelinePatch) Get() *PipelinePatch
func (NullablePipelinePatch) IsSet ¶
func (v NullablePipelinePatch) IsSet() bool
func (NullablePipelinePatch) MarshalJSON ¶
func (v NullablePipelinePatch) MarshalJSON() ([]byte, error)
func (*NullablePipelinePatch) Set ¶
func (v *NullablePipelinePatch) Set(val *PipelinePatch)
func (*NullablePipelinePatch) UnmarshalJSON ¶
func (v *NullablePipelinePatch) UnmarshalJSON(src []byte) error
func (*NullablePipelinePatch) Unset ¶
func (v *NullablePipelinePatch) Unset()
type NullablePipelinePatchProperties ¶
type NullablePipelinePatchProperties struct {
// contains filtered or unexported fields
}
func NewNullablePipelinePatchProperties ¶
func NewNullablePipelinePatchProperties(val *PipelinePatchProperties) *NullablePipelinePatchProperties
func (NullablePipelinePatchProperties) Get ¶
func (v NullablePipelinePatchProperties) Get() *PipelinePatchProperties
func (NullablePipelinePatchProperties) IsSet ¶
func (v NullablePipelinePatchProperties) IsSet() bool
func (NullablePipelinePatchProperties) MarshalJSON ¶
func (v NullablePipelinePatchProperties) MarshalJSON() ([]byte, error)
func (*NullablePipelinePatchProperties) Set ¶
func (v *NullablePipelinePatchProperties) Set(val *PipelinePatchProperties)
func (*NullablePipelinePatchProperties) UnmarshalJSON ¶
func (v *NullablePipelinePatchProperties) UnmarshalJSON(src []byte) error
func (*NullablePipelinePatchProperties) Unset ¶
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 ¶
type NullablePipelineResponse struct {
// contains filtered or unexported fields
}
func NewNullablePipelineResponse ¶
func NewNullablePipelineResponse(val *PipelineResponse) *NullablePipelineResponse
func (NullablePipelineResponse) Get ¶
func (v NullablePipelineResponse) Get() *PipelineResponse
func (NullablePipelineResponse) IsSet ¶
func (v NullablePipelineResponse) IsSet() bool
func (NullablePipelineResponse) MarshalJSON ¶
func (v NullablePipelineResponse) MarshalJSON() ([]byte, error)
func (*NullablePipelineResponse) Set ¶
func (v *NullablePipelineResponse) Set(val *PipelineResponse)
func (*NullablePipelineResponse) UnmarshalJSON ¶
func (v *NullablePipelineResponse) UnmarshalJSON(src []byte) error
func (*NullablePipelineResponse) Unset ¶
func (v *NullablePipelineResponse) Unset()
type NullablePipelineResponseAllOf ¶
type NullablePipelineResponseAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePipelineResponseAllOf ¶
func NewNullablePipelineResponseAllOf(val *PipelineResponseAllOf) *NullablePipelineResponseAllOf
func (NullablePipelineResponseAllOf) Get ¶
func (v NullablePipelineResponseAllOf) Get() *PipelineResponseAllOf
func (NullablePipelineResponseAllOf) IsSet ¶
func (v NullablePipelineResponseAllOf) IsSet() bool
func (NullablePipelineResponseAllOf) MarshalJSON ¶
func (v NullablePipelineResponseAllOf) MarshalJSON() ([]byte, error)
func (*NullablePipelineResponseAllOf) Set ¶
func (v *NullablePipelineResponseAllOf) Set(val *PipelineResponseAllOf)
func (*NullablePipelineResponseAllOf) UnmarshalJSON ¶
func (v *NullablePipelineResponseAllOf) UnmarshalJSON(src []byte) error
func (*NullablePipelineResponseAllOf) Unset ¶
func (v *NullablePipelineResponseAllOf) Unset()
type NullablePipelineResponseAllOf1 ¶
type NullablePipelineResponseAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullablePipelineResponseAllOf1 ¶
func NewNullablePipelineResponseAllOf1(val *PipelineResponseAllOf1) *NullablePipelineResponseAllOf1
func (NullablePipelineResponseAllOf1) Get ¶
func (v NullablePipelineResponseAllOf1) Get() *PipelineResponseAllOf1
func (NullablePipelineResponseAllOf1) IsSet ¶
func (v NullablePipelineResponseAllOf1) IsSet() bool
func (NullablePipelineResponseAllOf1) MarshalJSON ¶
func (v NullablePipelineResponseAllOf1) MarshalJSON() ([]byte, error)
func (*NullablePipelineResponseAllOf1) Set ¶
func (v *NullablePipelineResponseAllOf1) Set(val *PipelineResponseAllOf1)
func (*NullablePipelineResponseAllOf1) UnmarshalJSON ¶
func (v *NullablePipelineResponseAllOf1) UnmarshalJSON(src []byte) error
func (*NullablePipelineResponseAllOf1) Unset ¶
func (v *NullablePipelineResponseAllOf1) Unset()
type NullablePipelinesKeyPost200Response ¶ added in v2.0.1
type NullablePipelinesKeyPost200Response struct {
// contains filtered or unexported fields
}
func NewNullablePipelinesKeyPost200Response ¶ added in v2.0.1
func NewNullablePipelinesKeyPost200Response(val *PipelinesKeyPost200Response) *NullablePipelinesKeyPost200Response
func (NullablePipelinesKeyPost200Response) Get ¶ added in v2.0.1
func (v NullablePipelinesKeyPost200Response) Get() *PipelinesKeyPost200Response
func (NullablePipelinesKeyPost200Response) IsSet ¶ added in v2.0.1
func (v NullablePipelinesKeyPost200Response) IsSet() bool
func (NullablePipelinesKeyPost200Response) MarshalJSON ¶ added in v2.0.1
func (v NullablePipelinesKeyPost200Response) MarshalJSON() ([]byte, error)
func (*NullablePipelinesKeyPost200Response) Set ¶ added in v2.0.1
func (v *NullablePipelinesKeyPost200Response) Set(val *PipelinesKeyPost200Response)
func (*NullablePipelinesKeyPost200Response) UnmarshalJSON ¶ added in v2.0.1
func (v *NullablePipelinesKeyPost200Response) UnmarshalJSON(src []byte) error
func (*NullablePipelinesKeyPost200Response) Unset ¶ added in v2.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 v2.0.1
type NullableProvisioningMetadata struct {
// contains filtered or unexported fields
}
func NewNullableProvisioningMetadata ¶ added in v2.0.1
func NewNullableProvisioningMetadata(val *ProvisioningMetadata) *NullableProvisioningMetadata
func (NullableProvisioningMetadata) Get ¶ added in v2.0.1
func (v NullableProvisioningMetadata) Get() *ProvisioningMetadata
func (NullableProvisioningMetadata) IsSet ¶ added in v2.0.1
func (v NullableProvisioningMetadata) IsSet() bool
func (NullableProvisioningMetadata) MarshalJSON ¶ added in v2.0.1
func (v NullableProvisioningMetadata) MarshalJSON() ([]byte, error)
func (*NullableProvisioningMetadata) Set ¶ added in v2.0.1
func (v *NullableProvisioningMetadata) Set(val *ProvisioningMetadata)
func (*NullableProvisioningMetadata) UnmarshalJSON ¶ added in v2.0.1
func (v *NullableProvisioningMetadata) UnmarshalJSON(src []byte) error
func (*NullableProvisioningMetadata) Unset ¶ added in v2.0.1
func (v *NullableProvisioningMetadata) Unset()
type NullableProvisioningMetadataAllOf ¶ added in v2.0.1
type NullableProvisioningMetadataAllOf struct {
// contains filtered or unexported fields
}
func NewNullableProvisioningMetadataAllOf ¶ added in v2.0.1
func NewNullableProvisioningMetadataAllOf(val *ProvisioningMetadataAllOf) *NullableProvisioningMetadataAllOf
func (NullableProvisioningMetadataAllOf) Get ¶ added in v2.0.1
func (v NullableProvisioningMetadataAllOf) Get() *ProvisioningMetadataAllOf
func (NullableProvisioningMetadataAllOf) IsSet ¶ added in v2.0.1
func (v NullableProvisioningMetadataAllOf) IsSet() bool
func (NullableProvisioningMetadataAllOf) MarshalJSON ¶ added in v2.0.1
func (v NullableProvisioningMetadataAllOf) MarshalJSON() ([]byte, error)
func (*NullableProvisioningMetadataAllOf) Set ¶ added in v2.0.1
func (v *NullableProvisioningMetadataAllOf) Set(val *ProvisioningMetadataAllOf)
func (*NullableProvisioningMetadataAllOf) UnmarshalJSON ¶ added in v2.0.1
func (v *NullableProvisioningMetadataAllOf) UnmarshalJSON(src []byte) error
func (*NullableProvisioningMetadataAllOf) Unset ¶ added in v2.0.1
func (v *NullableProvisioningMetadataAllOf) Unset()
type NullableProvisioningPipeline ¶ added in v2.0.1
type NullableProvisioningPipeline struct {
// contains filtered or unexported fields
}
func NewNullableProvisioningPipeline ¶ added in v2.0.1
func NewNullableProvisioningPipeline(val *ProvisioningPipeline) *NullableProvisioningPipeline
func (NullableProvisioningPipeline) Get ¶ added in v2.0.1
func (v NullableProvisioningPipeline) Get() *ProvisioningPipeline
func (NullableProvisioningPipeline) IsSet ¶ added in v2.0.1
func (v NullableProvisioningPipeline) IsSet() bool
func (NullableProvisioningPipeline) MarshalJSON ¶ added in v2.0.1
func (v NullableProvisioningPipeline) MarshalJSON() ([]byte, error)
func (*NullableProvisioningPipeline) Set ¶ added in v2.0.1
func (v *NullableProvisioningPipeline) Set(val *ProvisioningPipeline)
func (*NullableProvisioningPipeline) UnmarshalJSON ¶ added in v2.0.1
func (v *NullableProvisioningPipeline) UnmarshalJSON(src []byte) error
func (*NullableProvisioningPipeline) Unset ¶ added in v2.0.1
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) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pipeline) GetMetadata ¶
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*Pipeline) GetMetadataOk ¶
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pipeline) GetProperties ¶
func (o *Pipeline) GetProperties() PipelineProperties
GetProperties returns the Properties field value if set, zero value otherwise.
func (*Pipeline) GetPropertiesOk ¶
func (o *Pipeline) GetPropertiesOk() (*PipelineProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
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) SetMetadata ¶
SetMetadata gets a reference to the given Metadata and assigns it to the Metadata field.
func (*Pipeline) SetProperties ¶
func (o *Pipeline) SetProperties(v PipelineProperties)
SetProperties gets a reference to the given PipelineProperties and assigns it to the Properties field.
type PipelineCreate ¶
type PipelineCreate struct {
Properties PipelineCreateProperties `json:"properties"`
}
PipelineCreate Request payload with all data needed to create a new logging pipeline
func NewPipelineCreate ¶
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 ¶
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 ¶
func (o *PipelineCreate) GetProperties() PipelineCreateProperties
GetProperties returns the Properties field value
func (*PipelineCreate) GetPropertiesOk ¶
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.
func (*PipelineCreate) SetProperties ¶
func (o *PipelineCreate) SetProperties(v PipelineCreateProperties)
SetProperties sets field value
func (PipelineCreate) ToMap ¶
func (o PipelineCreate) ToMap() (map[string]interface{}, error)
type PipelineCreateProperties ¶
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 ¶
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 ¶
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 ¶
func (o *PipelineCreateProperties) GetLogs() []PipelineCreatePropertiesLogs
GetLogs returns the Logs field value
func (*PipelineCreateProperties) GetLogsOk ¶
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.
func (*PipelineCreateProperties) GetName ¶
func (o *PipelineCreateProperties) GetName() string
GetName returns the Name field value
func (*PipelineCreateProperties) GetNameOk ¶
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.
func (*PipelineCreateProperties) SetLogs ¶
func (o *PipelineCreateProperties) SetLogs(v []PipelineCreatePropertiesLogs)
SetLogs sets field value
func (*PipelineCreateProperties) SetName ¶
func (o *PipelineCreateProperties) SetName(v string)
SetName sets field value
func (PipelineCreateProperties) ToMap ¶
func (o PipelineCreateProperties) ToMap() (map[string]interface{}, error)
type PipelineCreatePropertiesLogs ¶ added in v2.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 v2.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 v2.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 v2.0.1
func (o *PipelineCreatePropertiesLogs) GetDestinations() []Destination
GetDestinations returns the Destinations field value if set, zero value otherwise.
func (*PipelineCreatePropertiesLogs) GetDestinationsOk ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) GetDestinationsOk() ([]Destination, bool)
GetDestinationsOk returns a tuple with the Destinations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineCreatePropertiesLogs) GetLabels ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) GetLabels() []string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*PipelineCreatePropertiesLogs) GetLabelsOk ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) GetLabelsOk() ([]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineCreatePropertiesLogs) GetProtocol ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) GetProtocol() string
GetProtocol returns the Protocol field value if set, zero value otherwise.
func (*PipelineCreatePropertiesLogs) GetProtocolOk ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineCreatePropertiesLogs) GetSource ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) GetSource() string
GetSource returns the Source field value if set, zero value otherwise.
func (*PipelineCreatePropertiesLogs) GetSourceOk ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineCreatePropertiesLogs) GetTag ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) GetTag() string
GetTag returns the Tag field value if set, zero value otherwise.
func (*PipelineCreatePropertiesLogs) GetTagOk ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) GetTagOk() (*string, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineCreatePropertiesLogs) HasDestinations ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) HasDestinations() bool
HasDestinations returns a boolean if a field has been set.
func (*PipelineCreatePropertiesLogs) HasLabels ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*PipelineCreatePropertiesLogs) HasProtocol ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (*PipelineCreatePropertiesLogs) HasSource ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*PipelineCreatePropertiesLogs) HasTag ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) HasTag() bool
HasTag returns a boolean if a field has been set.
func (*PipelineCreatePropertiesLogs) SetDestinations ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) SetDestinations(v []Destination)
SetDestinations gets a reference to the given []Destination and assigns it to the Destinations field.
func (*PipelineCreatePropertiesLogs) SetLabels ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) SetLabels(v []string)
SetLabels gets a reference to the given []string and assigns it to the Labels field.
func (*PipelineCreatePropertiesLogs) SetProtocol ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) SetProtocol(v string)
SetProtocol gets a reference to the given string and assigns it to the Protocol field.
func (*PipelineCreatePropertiesLogs) SetSource ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) SetSource(v string)
SetSource gets a reference to the given string and assigns it to the Source field.
func (*PipelineCreatePropertiesLogs) SetTag ¶ added in v2.0.1
func (o *PipelineCreatePropertiesLogs) SetTag(v string)
SetTag gets a reference to the given string and assigns it to the Tag field.
func (PipelineCreatePropertiesLogs) ToMap ¶ added in v2.0.1
func (o PipelineCreatePropertiesLogs) ToMap() (map[string]interface{}, error)
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 set, zero value otherwise.
func (*PipelineListResponse) GetIdOk ¶
func (o *PipelineListResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineListResponse) GetItems ¶
func (o *PipelineListResponse) GetItems() []Pipeline
GetItems returns the Items field value if set, zero value otherwise.
func (*PipelineListResponse) GetItemsOk ¶
func (o *PipelineListResponse) GetItemsOk() ([]Pipeline, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineListResponse) GetType ¶
func (o *PipelineListResponse) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*PipelineListResponse) GetTypeOk ¶
func (o *PipelineListResponse) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
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) SetId ¶
func (o *PipelineListResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*PipelineListResponse) SetItems ¶
func (o *PipelineListResponse) SetItems(v []Pipeline)
SetItems gets a reference to the given []Pipeline and assigns it to the Items field.
func (*PipelineListResponse) SetType ¶
func (o *PipelineListResponse) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (PipelineListResponse) ToMap ¶
func (o PipelineListResponse) ToMap() (map[string]interface{}, error)
type PipelinePatch ¶
type PipelinePatch struct {
Properties PipelinePatchProperties `json:"properties"`
}
PipelinePatch Request payload with any data that is possible to patch a logging pipeline
func NewPipelinePatch ¶
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 ¶
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 ¶
func (o *PipelinePatch) GetProperties() PipelinePatchProperties
GetProperties returns the Properties field value
func (*PipelinePatch) GetPropertiesOk ¶
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.
func (*PipelinePatch) SetProperties ¶
func (o *PipelinePatch) SetProperties(v PipelinePatchProperties)
SetProperties sets field value
func (PipelinePatch) ToMap ¶
func (o PipelinePatch) ToMap() (map[string]interface{}, error)
type PipelinePatchProperties ¶
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 ¶
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 ¶
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 ¶
func (o *PipelinePatchProperties) GetLogs() []PipelineCreatePropertiesLogs
GetLogs returns the Logs field value if set, zero value otherwise.
func (*PipelinePatchProperties) GetLogsOk ¶
func (o *PipelinePatchProperties) GetLogsOk() ([]PipelineCreatePropertiesLogs, bool)
GetLogsOk returns a tuple with the Logs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelinePatchProperties) GetName ¶
func (o *PipelinePatchProperties) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*PipelinePatchProperties) GetNameOk ¶
func (o *PipelinePatchProperties) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelinePatchProperties) HasLogs ¶
func (o *PipelinePatchProperties) HasLogs() bool
HasLogs returns a boolean if a field has been set.
func (*PipelinePatchProperties) HasName ¶
func (o *PipelinePatchProperties) HasName() bool
HasName returns a boolean if a field has been set.
func (*PipelinePatchProperties) SetLogs ¶
func (o *PipelinePatchProperties) SetLogs(v []PipelineCreatePropertiesLogs)
SetLogs gets a reference to the given []PipelineCreatePropertiesLogs and assigns it to the Logs field.
func (*PipelinePatchProperties) SetName ¶
func (o *PipelinePatchProperties) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (PipelinePatchProperties) ToMap ¶
func (o PipelinePatchProperties) ToMap() (map[string]interface{}, error)
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 set, zero value otherwise.
func (*PipelineProperties) GetGrafanaAddressOk ¶
func (o *PipelineProperties) GetGrafanaAddressOk() (*string, bool)
GetGrafanaAddressOk returns a tuple with the GrafanaAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineProperties) GetHttpAddress ¶
func (o *PipelineProperties) GetHttpAddress() string
GetHttpAddress returns the HttpAddress field value if set, zero value otherwise.
func (*PipelineProperties) GetHttpAddressOk ¶
func (o *PipelineProperties) GetHttpAddressOk() (*string, bool)
GetHttpAddressOk returns a tuple with the HttpAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineProperties) GetLogs ¶
func (o *PipelineProperties) GetLogs() []PipelineResponse
GetLogs returns the Logs field value if set, zero value otherwise.
func (*PipelineProperties) GetLogsOk ¶
func (o *PipelineProperties) GetLogsOk() ([]PipelineResponse, bool)
GetLogsOk returns a tuple with the Logs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineProperties) GetName ¶
func (o *PipelineProperties) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*PipelineProperties) GetNameOk ¶
func (o *PipelineProperties) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineProperties) GetTcpAddress ¶
func (o *PipelineProperties) GetTcpAddress() string
GetTcpAddress returns the TcpAddress field value if set, zero value otherwise.
func (*PipelineProperties) GetTcpAddressOk ¶
func (o *PipelineProperties) GetTcpAddressOk() (*string, bool)
GetTcpAddressOk returns a tuple with the TcpAddress field value if set, nil otherwise and a boolean to check if the value has been set.
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) SetGrafanaAddress ¶
func (o *PipelineProperties) SetGrafanaAddress(v string)
SetGrafanaAddress gets a reference to the given string and assigns it to the GrafanaAddress field.
func (*PipelineProperties) SetHttpAddress ¶
func (o *PipelineProperties) SetHttpAddress(v string)
SetHttpAddress gets a reference to the given string and assigns it to the HttpAddress field.
func (*PipelineProperties) SetLogs ¶
func (o *PipelineProperties) SetLogs(v []PipelineResponse)
SetLogs gets a reference to the given []PipelineResponse and assigns it to the Logs field.
func (*PipelineProperties) SetName ¶
func (o *PipelineProperties) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*PipelineProperties) SetTcpAddress ¶
func (o *PipelineProperties) SetTcpAddress(v string)
SetTcpAddress gets a reference to the given string and assigns it to the TcpAddress field.
func (PipelineProperties) ToMap ¶
func (o PipelineProperties) ToMap() (map[string]interface{}, error)
type PipelineResponse ¶
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 ¶
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 ¶
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 ¶
func (o *PipelineResponse) GetDestinations() []Destination
GetDestinations returns the Destinations field value if set, zero value otherwise.
func (*PipelineResponse) GetDestinationsOk ¶
func (o *PipelineResponse) GetDestinationsOk() ([]Destination, bool)
GetDestinationsOk returns a tuple with the Destinations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineResponse) GetLabels ¶
func (o *PipelineResponse) GetLabels() []string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*PipelineResponse) GetLabelsOk ¶
func (o *PipelineResponse) GetLabelsOk() ([]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineResponse) GetProtocol ¶
func (o *PipelineResponse) GetProtocol() string
GetProtocol returns the Protocol field value if set, zero value otherwise.
func (*PipelineResponse) GetProtocolOk ¶
func (o *PipelineResponse) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineResponse) GetPublic ¶
func (o *PipelineResponse) GetPublic() bool
GetPublic returns the Public field value if set, zero value otherwise.
func (*PipelineResponse) GetPublicOk ¶
func (o *PipelineResponse) GetPublicOk() (*bool, bool)
GetPublicOk returns a tuple with the Public field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineResponse) GetSource ¶
func (o *PipelineResponse) GetSource() string
GetSource returns the Source field value if set, zero value otherwise.
func (*PipelineResponse) GetSourceOk ¶
func (o *PipelineResponse) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineResponse) GetTag ¶
func (o *PipelineResponse) GetTag() string
GetTag returns the Tag field value if set, zero value otherwise.
func (*PipelineResponse) GetTagOk ¶
func (o *PipelineResponse) GetTagOk() (*string, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineResponse) HasDestinations ¶
func (o *PipelineResponse) HasDestinations() bool
HasDestinations returns a boolean if a field has been set.
func (*PipelineResponse) HasLabels ¶
func (o *PipelineResponse) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*PipelineResponse) HasProtocol ¶
func (o *PipelineResponse) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (*PipelineResponse) HasPublic ¶
func (o *PipelineResponse) HasPublic() bool
HasPublic returns a boolean if a field has been set.
func (*PipelineResponse) HasSource ¶
func (o *PipelineResponse) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*PipelineResponse) HasTag ¶
func (o *PipelineResponse) HasTag() bool
HasTag returns a boolean if a field has been set.
func (*PipelineResponse) SetDestinations ¶
func (o *PipelineResponse) SetDestinations(v []Destination)
SetDestinations gets a reference to the given []Destination and assigns it to the Destinations field.
func (*PipelineResponse) SetLabels ¶
func (o *PipelineResponse) SetLabels(v []string)
SetLabels gets a reference to the given []string and assigns it to the Labels field.
func (*PipelineResponse) SetProtocol ¶
func (o *PipelineResponse) SetProtocol(v string)
SetProtocol gets a reference to the given string and assigns it to the Protocol field.
func (*PipelineResponse) SetPublic ¶
func (o *PipelineResponse) SetPublic(v bool)
SetPublic gets a reference to the given bool and assigns it to the Public field.
func (*PipelineResponse) SetSource ¶
func (o *PipelineResponse) SetSource(v string)
SetSource gets a reference to the given string and assigns it to the Source field.
func (*PipelineResponse) SetTag ¶
func (o *PipelineResponse) SetTag(v string)
SetTag gets a reference to the given string and assigns it to the Tag field.
func (PipelineResponse) ToMap ¶
func (o PipelineResponse) ToMap() (map[string]interface{}, error)
type PipelineResponseAllOf ¶
type PipelineResponseAllOf struct {
Public *bool `json:"public,omitempty"`
}
PipelineResponseAllOf struct for PipelineResponseAllOf
func NewPipelineResponseAllOf ¶
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 ¶
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 ¶
func (o *PipelineResponseAllOf) GetPublic() bool
GetPublic returns the Public field value if set, zero value otherwise.
func (*PipelineResponseAllOf) GetPublicOk ¶
func (o *PipelineResponseAllOf) GetPublicOk() (*bool, bool)
GetPublicOk returns a tuple with the Public field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineResponseAllOf) HasPublic ¶
func (o *PipelineResponseAllOf) HasPublic() bool
HasPublic returns a boolean if a field has been set.
func (*PipelineResponseAllOf) SetPublic ¶
func (o *PipelineResponseAllOf) SetPublic(v bool)
SetPublic gets a reference to the given bool and assigns it to the Public field.
func (PipelineResponseAllOf) ToMap ¶
func (o PipelineResponseAllOf) ToMap() (map[string]interface{}, error)
type PipelineResponseAllOf1 ¶
type PipelineResponseAllOf1 struct {
Destinations []Destination `json:"destinations,omitempty"`
}
PipelineResponseAllOf1 struct for PipelineResponseAllOf1
func NewPipelineResponseAllOf1 ¶
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 ¶
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 ¶
func (o *PipelineResponseAllOf1) GetDestinations() []Destination
GetDestinations returns the Destinations field value if set, zero value otherwise.
func (*PipelineResponseAllOf1) GetDestinationsOk ¶
func (o *PipelineResponseAllOf1) GetDestinationsOk() ([]Destination, bool)
GetDestinationsOk returns a tuple with the Destinations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineResponseAllOf1) HasDestinations ¶
func (o *PipelineResponseAllOf1) HasDestinations() bool
HasDestinations returns a boolean if a field has been set.
func (*PipelineResponseAllOf1) SetDestinations ¶
func (o *PipelineResponseAllOf1) SetDestinations(v []Destination)
SetDestinations gets a reference to the given []Destination and assigns it to the Destinations field.
func (PipelineResponseAllOf1) ToMap ¶
func (o PipelineResponseAllOf1) ToMap() (map[string]interface{}, error)
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, *shared.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, *shared.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, *shared.APIResponse, error)
* Execute executes the request * @return PipelineListResponse
func (*PipelinesApiService) PipelinesKeyPost ¶
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 ¶
func (a *PipelinesApiService) PipelinesKeyPostExecute(r ApiPipelinesKeyPostRequest) (PipelinesKeyPost200Response, *shared.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, *shared.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, *shared.APIResponse, error)
* Execute executes the request * @return ProvisioningPipeline
type PipelinesKeyPost200Response ¶ added in v2.0.1
type PipelinesKeyPost200Response struct {
Key *string `json:"key,omitempty"`
}
PipelinesKeyPost200Response struct for PipelinesKeyPost200Response
func NewPipelinesKeyPost200Response ¶ added in v2.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 v2.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 v2.0.1
func (o *PipelinesKeyPost200Response) GetKey() string
GetKey returns the Key field value if set, zero value otherwise.
func (*PipelinesKeyPost200Response) GetKeyOk ¶ added in v2.0.1
func (o *PipelinesKeyPost200Response) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelinesKeyPost200Response) HasKey ¶ added in v2.0.1
func (o *PipelinesKeyPost200Response) HasKey() bool
HasKey returns a boolean if a field has been set.
func (*PipelinesKeyPost200Response) SetKey ¶ added in v2.0.1
func (o *PipelinesKeyPost200Response) SetKey(v string)
SetKey gets a reference to the given string and assigns it to the Key field.
func (PipelinesKeyPost200Response) ToMap ¶ added in v2.0.1
func (o PipelinesKeyPost200Response) ToMap() (map[string]interface{}, error)
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 set, zero value otherwise.
func (*Processor) GetDestinationsOk ¶
func (o *Processor) GetDestinationsOk() ([]Destination, bool)
GetDestinationsOk returns a tuple with the Destinations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Processor) GetLabels ¶
GetLabels returns the Labels field value if set, zero value otherwise.
func (*Processor) GetLabelsOk ¶
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Processor) GetProtocol ¶
GetProtocol returns the Protocol field value if set, zero value otherwise.
func (*Processor) GetProtocolOk ¶
GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Processor) GetSource ¶
GetSource returns the Source field value if set, zero value otherwise.
func (*Processor) GetSourceOk ¶
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Processor) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
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) SetDestinations ¶
func (o *Processor) SetDestinations(v []Destination)
SetDestinations gets a reference to the given []Destination and assigns it to the Destinations field.
func (*Processor) SetLabels ¶
SetLabels gets a reference to the given []string and assigns it to the Labels field.
func (*Processor) SetProtocol ¶
SetProtocol gets a reference to the given string and assigns it to the Protocol field.
func (*Processor) SetSource ¶
SetSource gets a reference to the given string and assigns it to the Source field.
type ProvisioningMetadata ¶ added in v2.0.1
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 v2.0.1
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 v2.0.1
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 v2.0.1
func (o *ProvisioningMetadata) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*ProvisioningMetadata) GetCreatedByOk ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProvisioningMetadata) GetCreatedByUserId ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetCreatedByUserId() string
GetCreatedByUserId returns the CreatedByUserId field value if set, zero value otherwise.
func (*ProvisioningMetadata) GetCreatedByUserIdOk ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetCreatedByUserIdOk() (*string, bool)
GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProvisioningMetadata) GetCreatedByUserUuid ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetCreatedByUserUuid() string
GetCreatedByUserUuid returns the CreatedByUserUuid field value if set, zero value otherwise.
func (*ProvisioningMetadata) GetCreatedByUserUuidOk ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetCreatedByUserUuidOk() (*string, bool)
GetCreatedByUserUuidOk returns a tuple with the CreatedByUserUuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProvisioningMetadata) GetCreatedDate ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field value if set, zero value otherwise.
func (*ProvisioningMetadata) GetCreatedDateOk ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProvisioningMetadata) GetLastModifiedBy ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetLastModifiedBy() string
GetLastModifiedBy returns the LastModifiedBy field value if set, zero value otherwise.
func (*ProvisioningMetadata) GetLastModifiedByOk ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetLastModifiedByOk() (*string, bool)
GetLastModifiedByOk returns a tuple with the LastModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProvisioningMetadata) GetLastModifiedByUserId ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetLastModifiedByUserId() string
GetLastModifiedByUserId returns the LastModifiedByUserId field value if set, zero value otherwise.
func (*ProvisioningMetadata) GetLastModifiedByUserIdOk ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetLastModifiedByUserIdOk() (*string, bool)
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProvisioningMetadata) GetLastModifiedByUserUuid ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetLastModifiedByUserUuid() string
GetLastModifiedByUserUuid returns the LastModifiedByUserUuid field value if set, zero value otherwise.
func (*ProvisioningMetadata) GetLastModifiedByUserUuidOk ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetLastModifiedByUserUuidOk() (*string, bool)
GetLastModifiedByUserUuidOk returns a tuple with the LastModifiedByUserUuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProvisioningMetadata) GetLastModifiedDate ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetLastModifiedDate() time.Time
GetLastModifiedDate returns the LastModifiedDate field value if set, zero value otherwise.
func (*ProvisioningMetadata) GetLastModifiedDateOk ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetLastModifiedDateOk() (*time.Time, bool)
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProvisioningMetadata) GetState ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*ProvisioningMetadata) GetStateOk ¶ added in v2.0.1
func (o *ProvisioningMetadata) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProvisioningMetadata) HasCreatedBy ¶ added in v2.0.1
func (o *ProvisioningMetadata) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasCreatedByUserId ¶ added in v2.0.1
func (o *ProvisioningMetadata) HasCreatedByUserId() bool
HasCreatedByUserId returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasCreatedByUserUuid ¶ added in v2.0.1
func (o *ProvisioningMetadata) HasCreatedByUserUuid() bool
HasCreatedByUserUuid returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasCreatedDate ¶ added in v2.0.1
func (o *ProvisioningMetadata) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasLastModifiedBy ¶ added in v2.0.1
func (o *ProvisioningMetadata) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasLastModifiedByUserId ¶ added in v2.0.1
func (o *ProvisioningMetadata) HasLastModifiedByUserId() bool
HasLastModifiedByUserId returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasLastModifiedByUserUuid ¶ added in v2.0.1
func (o *ProvisioningMetadata) HasLastModifiedByUserUuid() bool
HasLastModifiedByUserUuid returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasLastModifiedDate ¶ added in v2.0.1
func (o *ProvisioningMetadata) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.
func (*ProvisioningMetadata) HasState ¶ added in v2.0.1
func (o *ProvisioningMetadata) HasState() bool
HasState returns a boolean if a field has been set.
func (*ProvisioningMetadata) SetCreatedBy ¶ added in v2.0.1
func (o *ProvisioningMetadata) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*ProvisioningMetadata) SetCreatedByUserId ¶ added in v2.0.1
func (o *ProvisioningMetadata) SetCreatedByUserId(v string)
SetCreatedByUserId gets a reference to the given string and assigns it to the CreatedByUserId field.
func (*ProvisioningMetadata) SetCreatedByUserUuid ¶ added in v2.0.1
func (o *ProvisioningMetadata) SetCreatedByUserUuid(v string)
SetCreatedByUserUuid gets a reference to the given string and assigns it to the CreatedByUserUuid field.
func (*ProvisioningMetadata) SetCreatedDate ¶ added in v2.0.1
func (o *ProvisioningMetadata) SetCreatedDate(v time.Time)
SetCreatedDate gets a reference to the given time.Time and assigns it to the CreatedDate field.
func (*ProvisioningMetadata) SetLastModifiedBy ¶ added in v2.0.1
func (o *ProvisioningMetadata) SetLastModifiedBy(v string)
SetLastModifiedBy gets a reference to the given string and assigns it to the LastModifiedBy field.
func (*ProvisioningMetadata) SetLastModifiedByUserId ¶ added in v2.0.1
func (o *ProvisioningMetadata) SetLastModifiedByUserId(v string)
SetLastModifiedByUserId gets a reference to the given string and assigns it to the LastModifiedByUserId field.
func (*ProvisioningMetadata) SetLastModifiedByUserUuid ¶ added in v2.0.1
func (o *ProvisioningMetadata) SetLastModifiedByUserUuid(v string)
SetLastModifiedByUserUuid gets a reference to the given string and assigns it to the LastModifiedByUserUuid field.
func (*ProvisioningMetadata) SetLastModifiedDate ¶ added in v2.0.1
func (o *ProvisioningMetadata) SetLastModifiedDate(v time.Time)
SetLastModifiedDate gets a reference to the given time.Time and assigns it to the LastModifiedDate field.
func (*ProvisioningMetadata) SetState ¶ added in v2.0.1
func (o *ProvisioningMetadata) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (ProvisioningMetadata) ToMap ¶ added in v2.0.1
func (o ProvisioningMetadata) ToMap() (map[string]interface{}, error)
type ProvisioningMetadataAllOf ¶ added in v2.0.1
type ProvisioningMetadataAllOf struct { // The current state reported back by the pipeline. State *string `json:"state,omitempty"` }
ProvisioningMetadataAllOf struct for ProvisioningMetadataAllOf
func NewProvisioningMetadataAllOf ¶ added in v2.0.1
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 v2.0.1
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 v2.0.1
func (o *ProvisioningMetadataAllOf) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*ProvisioningMetadataAllOf) GetStateOk ¶ added in v2.0.1
func (o *ProvisioningMetadataAllOf) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProvisioningMetadataAllOf) HasState ¶ added in v2.0.1
func (o *ProvisioningMetadataAllOf) HasState() bool
HasState returns a boolean if a field has been set.
func (*ProvisioningMetadataAllOf) SetState ¶ added in v2.0.1
func (o *ProvisioningMetadataAllOf) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (ProvisioningMetadataAllOf) ToMap ¶ added in v2.0.1
func (o ProvisioningMetadataAllOf) ToMap() (map[string]interface{}, error)
type ProvisioningPipeline ¶ added in v2.0.1
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 v2.0.1
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 v2.0.1
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 v2.0.1
func (o *ProvisioningPipeline) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProvisioningPipeline) GetIdOk ¶ added in v2.0.1
func (o *ProvisioningPipeline) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProvisioningPipeline) GetMetadata ¶ added in v2.0.1
func (o *ProvisioningPipeline) GetMetadata() ProvisioningMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*ProvisioningPipeline) GetMetadataOk ¶ added in v2.0.1
func (o *ProvisioningPipeline) GetMetadataOk() (*ProvisioningMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProvisioningPipeline) GetProperties ¶ added in v2.0.1
func (o *ProvisioningPipeline) GetProperties() PipelineProperties
GetProperties returns the Properties field value if set, zero value otherwise.
func (*ProvisioningPipeline) GetPropertiesOk ¶ added in v2.0.1
func (o *ProvisioningPipeline) GetPropertiesOk() (*PipelineProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProvisioningPipeline) HasId ¶ added in v2.0.1
func (o *ProvisioningPipeline) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProvisioningPipeline) HasMetadata ¶ added in v2.0.1
func (o *ProvisioningPipeline) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ProvisioningPipeline) HasProperties ¶ added in v2.0.1
func (o *ProvisioningPipeline) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*ProvisioningPipeline) SetId ¶ added in v2.0.1
func (o *ProvisioningPipeline) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProvisioningPipeline) SetMetadata ¶ added in v2.0.1
func (o *ProvisioningPipeline) SetMetadata(v ProvisioningMetadata)
SetMetadata gets a reference to the given ProvisioningMetadata and assigns it to the Metadata field.
func (*ProvisioningPipeline) SetProperties ¶ added in v2.0.1
func (o *ProvisioningPipeline) SetProperties(v PipelineProperties)
SetProperties gets a reference to the given PipelineProperties and assigns it to the Properties field.
func (ProvisioningPipeline) ToMap ¶ added in v2.0.1
func (o ProvisioningPipeline) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_central.go
- api_pipelines.go
- client.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
- utils.go