Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AlarmNotificationTypes
- type ApiNotificationSinkPostRequest
- type BasicAuth
- type CmNotificationTypes
- type Configuration
- type DefaultApiService
- type ErrorResponse
- func (o *ErrorResponse) GetError() ErrorResponseError
- func (o *ErrorResponse) GetErrorOk() (*ErrorResponseError, bool)
- func (o *ErrorResponse) HasError() bool
- func (o ErrorResponse) MarshalJSON() ([]byte, error)
- func (o *ErrorResponse) SetError(v ErrorResponseError)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)
- type ErrorResponseError
- func (o *ErrorResponseError) GetErrorInfo() string
- func (o *ErrorResponseError) GetErrorInfoOk() (*string, bool)
- func (o *ErrorResponseError) HasErrorInfo() bool
- func (o ErrorResponseError) MarshalJSON() ([]byte, error)
- func (o *ErrorResponseError) SetErrorInfo(v string)
- func (o ErrorResponseError) ToMap() (map[string]interface{}, error)
- type FileNotificationTypes
- type GenericOpenAPIError
- type HeartbeatNotificationTypes
- type MappedNullable
- type NotificationHeader
- func (o *NotificationHeader) GetEventTime() time.Time
- func (o *NotificationHeader) GetEventTimeOk() (*time.Time, bool)
- func (o *NotificationHeader) GetHref() string
- func (o *NotificationHeader) GetHrefOk() (*string, bool)
- func (o *NotificationHeader) GetNotificationId() int32
- func (o *NotificationHeader) GetNotificationIdOk() (*int32, bool)
- func (o *NotificationHeader) GetNotificationType() NotificationType
- func (o *NotificationHeader) GetNotificationTypeOk() (*NotificationType, bool)
- func (o *NotificationHeader) GetSystemDN() string
- func (o *NotificationHeader) GetSystemDNOk() (*string, bool)
- func (o NotificationHeader) MarshalJSON() ([]byte, error)
- func (o *NotificationHeader) SetEventTime(v time.Time)
- func (o *NotificationHeader) SetHref(v string)
- func (o *NotificationHeader) SetNotificationId(v int32)
- func (o *NotificationHeader) SetNotificationType(v NotificationType)
- func (o *NotificationHeader) SetSystemDN(v string)
- func (o NotificationHeader) ToMap() (map[string]interface{}, error)
- type NotificationType
- func AlarmNotificationTypesAsNotificationType(v *AlarmNotificationTypes) NotificationType
- func CmNotificationTypesAsNotificationType(v *CmNotificationTypes) NotificationType
- func FileNotificationTypesAsNotificationType(v *FileNotificationTypes) NotificationType
- func HeartbeatNotificationTypesAsNotificationType(v *HeartbeatNotificationTypes) NotificationType
- func PerfNotificationTypesAsNotificationType(v *PerfNotificationTypes) NotificationType
- type NotifyThresholdCrossing
- func (o *NotifyThresholdCrossing) GetAdditionalText() string
- func (o *NotifyThresholdCrossing) GetAdditionalTextOk() (*string, bool)
- func (o *NotifyThresholdCrossing) GetHysteresis() PerfMetricValue
- func (o *NotifyThresholdCrossing) GetHysteresisOk() (*PerfMetricValue, bool)
- func (o *NotifyThresholdCrossing) GetMonitorGranularityPeriod() int32
- func (o *NotifyThresholdCrossing) GetMonitorGranularityPeriodOk() (*int32, bool)
- func (o *NotifyThresholdCrossing) GetObservedPerfMetricDirection() PerfMetricDirection
- func (o *NotifyThresholdCrossing) GetObservedPerfMetricDirectionOk() (*PerfMetricDirection, bool)
- func (o *NotifyThresholdCrossing) GetObservedPerfMetricName() string
- func (o *NotifyThresholdCrossing) GetObservedPerfMetricNameOk() (*string, bool)
- func (o *NotifyThresholdCrossing) GetObservedPerfMetricValue() PerfMetricValue
- func (o *NotifyThresholdCrossing) GetObservedPerfMetricValueOk() (*PerfMetricValue, bool)
- func (o *NotifyThresholdCrossing) GetThresholdValue() PerfMetricValue
- func (o *NotifyThresholdCrossing) GetThresholdValueOk() (*PerfMetricValue, bool)
- func (o *NotifyThresholdCrossing) HasAdditionalText() bool
- func (o *NotifyThresholdCrossing) HasHysteresis() bool
- func (o *NotifyThresholdCrossing) HasMonitorGranularityPeriod() bool
- func (o *NotifyThresholdCrossing) HasObservedPerfMetricDirection() bool
- func (o *NotifyThresholdCrossing) HasObservedPerfMetricName() bool
- func (o *NotifyThresholdCrossing) HasObservedPerfMetricValue() bool
- func (o *NotifyThresholdCrossing) HasThresholdValue() bool
- func (o NotifyThresholdCrossing) MarshalJSON() ([]byte, error)
- func (o *NotifyThresholdCrossing) SetAdditionalText(v string)
- func (o *NotifyThresholdCrossing) SetHysteresis(v PerfMetricValue)
- func (o *NotifyThresholdCrossing) SetMonitorGranularityPeriod(v int32)
- func (o *NotifyThresholdCrossing) SetObservedPerfMetricDirection(v PerfMetricDirection)
- func (o *NotifyThresholdCrossing) SetObservedPerfMetricName(v string)
- func (o *NotifyThresholdCrossing) SetObservedPerfMetricValue(v PerfMetricValue)
- func (o *NotifyThresholdCrossing) SetThresholdValue(v PerfMetricValue)
- func (o NotifyThresholdCrossing) ToMap() (map[string]interface{}, error)
- type NotifyThresholdCrossingAllOf
- func (o *NotifyThresholdCrossingAllOf) GetAdditionalText() string
- func (o *NotifyThresholdCrossingAllOf) GetAdditionalTextOk() (*string, bool)
- func (o *NotifyThresholdCrossingAllOf) GetHysteresis() PerfMetricValue
- func (o *NotifyThresholdCrossingAllOf) GetHysteresisOk() (*PerfMetricValue, bool)
- func (o *NotifyThresholdCrossingAllOf) GetMonitorGranularityPeriod() int32
- func (o *NotifyThresholdCrossingAllOf) GetMonitorGranularityPeriodOk() (*int32, bool)
- func (o *NotifyThresholdCrossingAllOf) GetObservedPerfMetricDirection() PerfMetricDirection
- func (o *NotifyThresholdCrossingAllOf) GetObservedPerfMetricDirectionOk() (*PerfMetricDirection, bool)
- func (o *NotifyThresholdCrossingAllOf) GetObservedPerfMetricName() string
- func (o *NotifyThresholdCrossingAllOf) GetObservedPerfMetricNameOk() (*string, bool)
- func (o *NotifyThresholdCrossingAllOf) GetObservedPerfMetricValue() PerfMetricValue
- func (o *NotifyThresholdCrossingAllOf) GetObservedPerfMetricValueOk() (*PerfMetricValue, bool)
- func (o *NotifyThresholdCrossingAllOf) GetThresholdValue() PerfMetricValue
- func (o *NotifyThresholdCrossingAllOf) GetThresholdValueOk() (*PerfMetricValue, bool)
- func (o *NotifyThresholdCrossingAllOf) HasAdditionalText() bool
- func (o *NotifyThresholdCrossingAllOf) HasHysteresis() bool
- func (o *NotifyThresholdCrossingAllOf) HasMonitorGranularityPeriod() bool
- func (o *NotifyThresholdCrossingAllOf) HasObservedPerfMetricDirection() bool
- func (o *NotifyThresholdCrossingAllOf) HasObservedPerfMetricName() bool
- func (o *NotifyThresholdCrossingAllOf) HasObservedPerfMetricValue() bool
- func (o *NotifyThresholdCrossingAllOf) HasThresholdValue() bool
- func (o NotifyThresholdCrossingAllOf) MarshalJSON() ([]byte, error)
- func (o *NotifyThresholdCrossingAllOf) SetAdditionalText(v string)
- func (o *NotifyThresholdCrossingAllOf) SetHysteresis(v PerfMetricValue)
- func (o *NotifyThresholdCrossingAllOf) SetMonitorGranularityPeriod(v int32)
- func (o *NotifyThresholdCrossingAllOf) SetObservedPerfMetricDirection(v PerfMetricDirection)
- func (o *NotifyThresholdCrossingAllOf) SetObservedPerfMetricName(v string)
- func (o *NotifyThresholdCrossingAllOf) SetObservedPerfMetricValue(v PerfMetricValue)
- func (o *NotifyThresholdCrossingAllOf) SetThresholdValue(v PerfMetricValue)
- func (o NotifyThresholdCrossingAllOf) ToMap() (map[string]interface{}, error)
- type NullableAlarmNotificationTypes
- func (v NullableAlarmNotificationTypes) Get() *AlarmNotificationTypes
- func (v NullableAlarmNotificationTypes) IsSet() bool
- func (v NullableAlarmNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmNotificationTypes) Set(val *AlarmNotificationTypes)
- func (v *NullableAlarmNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmNotificationTypes) Unset()
- type NullableBool
- type NullableCmNotificationTypes
- func (v NullableCmNotificationTypes) Get() *CmNotificationTypes
- func (v NullableCmNotificationTypes) IsSet() bool
- func (v NullableCmNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullableCmNotificationTypes) Set(val *CmNotificationTypes)
- func (v *NullableCmNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullableCmNotificationTypes) 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 NullableErrorResponseError
- func (v NullableErrorResponseError) Get() *ErrorResponseError
- func (v NullableErrorResponseError) IsSet() bool
- func (v NullableErrorResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableErrorResponseError) Set(val *ErrorResponseError)
- func (v *NullableErrorResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableErrorResponseError) Unset()
- type NullableFileNotificationTypes
- func (v NullableFileNotificationTypes) Get() *FileNotificationTypes
- func (v NullableFileNotificationTypes) IsSet() bool
- func (v NullableFileNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullableFileNotificationTypes) Set(val *FileNotificationTypes)
- func (v *NullableFileNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullableFileNotificationTypes) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableHeartbeatNotificationTypes
- func (v NullableHeartbeatNotificationTypes) Get() *HeartbeatNotificationTypes
- func (v NullableHeartbeatNotificationTypes) IsSet() bool
- func (v NullableHeartbeatNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullableHeartbeatNotificationTypes) Set(val *HeartbeatNotificationTypes)
- func (v *NullableHeartbeatNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullableHeartbeatNotificationTypes) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableNotificationHeader
- func (v NullableNotificationHeader) Get() *NotificationHeader
- func (v NullableNotificationHeader) IsSet() bool
- func (v NullableNotificationHeader) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationHeader) Set(val *NotificationHeader)
- func (v *NullableNotificationHeader) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationHeader) Unset()
- type NullableNotificationType
- func (v NullableNotificationType) Get() *NotificationType
- func (v NullableNotificationType) IsSet() bool
- func (v NullableNotificationType) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationType) Set(val *NotificationType)
- func (v *NullableNotificationType) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationType) Unset()
- type NullableNotifyThresholdCrossing
- func (v NullableNotifyThresholdCrossing) Get() *NotifyThresholdCrossing
- func (v NullableNotifyThresholdCrossing) IsSet() bool
- func (v NullableNotifyThresholdCrossing) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyThresholdCrossing) Set(val *NotifyThresholdCrossing)
- func (v *NullableNotifyThresholdCrossing) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyThresholdCrossing) Unset()
- type NullableNotifyThresholdCrossingAllOf
- func (v NullableNotifyThresholdCrossingAllOf) Get() *NotifyThresholdCrossingAllOf
- func (v NullableNotifyThresholdCrossingAllOf) IsSet() bool
- func (v NullableNotifyThresholdCrossingAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyThresholdCrossingAllOf) Set(val *NotifyThresholdCrossingAllOf)
- func (v *NullableNotifyThresholdCrossingAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyThresholdCrossingAllOf) Unset()
- type NullablePerfMetricDirection
- func (v NullablePerfMetricDirection) Get() *PerfMetricDirection
- func (v NullablePerfMetricDirection) IsSet() bool
- func (v NullablePerfMetricDirection) MarshalJSON() ([]byte, error)
- func (v *NullablePerfMetricDirection) Set(val *PerfMetricDirection)
- func (v *NullablePerfMetricDirection) UnmarshalJSON(src []byte) error
- func (v *NullablePerfMetricDirection) Unset()
- type NullablePerfMetricValue
- func (v NullablePerfMetricValue) Get() *PerfMetricValue
- func (v NullablePerfMetricValue) IsSet() bool
- func (v NullablePerfMetricValue) MarshalJSON() ([]byte, error)
- func (v *NullablePerfMetricValue) Set(val *PerfMetricValue)
- func (v *NullablePerfMetricValue) UnmarshalJSON(src []byte) error
- func (v *NullablePerfMetricValue) Unset()
- type NullablePerfNotificationTypes
- func (v NullablePerfNotificationTypes) Get() *PerfNotificationTypes
- func (v NullablePerfNotificationTypes) IsSet() bool
- func (v NullablePerfNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullablePerfNotificationTypes) Set(val *PerfNotificationTypes)
- func (v *NullablePerfNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullablePerfNotificationTypes) Unset()
- type NullableString
- type NullableTime
- type PerfMetricDirection
- type PerfMetricValue
- type PerfNotificationTypes
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
Constants ¶
This section is empty.
Variables ¶
var ( // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedAlarmNotificationTypesEnumValues = []AlarmNotificationTypes{
"notifyNewAlarm",
"notifyChangedAlarm",
"notifyChangedAlarmGeneral",
"notifyAckStateChanged",
"notifyCorrelatedNotificationChanged",
"notifyComments",
"notifyClearedAlarm",
"notifyAlarmListRebuilt",
"notifyPotentialFaultyAlarmList",
}
All allowed values of AlarmNotificationTypes enum
var AllowedCmNotificationTypesEnumValues = []CmNotificationTypes{
"notifyMOICreation",
"notifyMOIDeletion",
"notifyMOIAttributeValueChanges",
"notifyMOIChanges",
}
All allowed values of CmNotificationTypes enum
var AllowedFileNotificationTypesEnumValues = []FileNotificationTypes{
"notifyFileReady",
"notifyFilePreparationError",
}
All allowed values of FileNotificationTypes enum
var AllowedHeartbeatNotificationTypesEnumValues = []HeartbeatNotificationTypes{
"notifyHeartbeat",
}
All allowed values of HeartbeatNotificationTypes enum
var AllowedPerfMetricDirectionEnumValues = []PerfMetricDirection{
"UP",
"DOWN",
}
All allowed values of PerfMetricDirection enum
var AllowedPerfNotificationTypesEnumValues = []PerfNotificationTypes{
"notifyThresholdCrossing",
}
All allowed values of PerfNotificationTypes enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { DefaultApi *DefaultApiService // contains filtered or unexported fields }
APIClient manages communication with the TS 28.532 Performance Threshold Monitoring MnS API v17.1.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AlarmNotificationTypes ¶
type AlarmNotificationTypes string
AlarmNotificationTypes the model 'AlarmNotificationTypes'
const ( NOTIFY_NEW_ALARM AlarmNotificationTypes = "notifyNewAlarm" NOTIFY_CHANGED_ALARM AlarmNotificationTypes = "notifyChangedAlarm" NOTIFY_CHANGED_ALARM_GENERAL AlarmNotificationTypes = "notifyChangedAlarmGeneral" NOTIFY_ACK_STATE_CHANGED AlarmNotificationTypes = "notifyAckStateChanged" NOTIFY_CORRELATED_NOTIFICATION_CHANGED AlarmNotificationTypes = "notifyCorrelatedNotificationChanged" NOTIFY_COMMENTS AlarmNotificationTypes = "notifyComments" NOTIFY_CLEARED_ALARM AlarmNotificationTypes = "notifyClearedAlarm" NOTIFY_ALARM_LIST_REBUILT AlarmNotificationTypes = "notifyAlarmListRebuilt" NOTIFY_POTENTIAL_FAULTY_ALARM_LIST AlarmNotificationTypes = "notifyPotentialFaultyAlarmList" )
List of AlarmNotificationTypes
func NewAlarmNotificationTypesFromValue ¶
func NewAlarmNotificationTypesFromValue(v string) (*AlarmNotificationTypes, error)
NewAlarmNotificationTypesFromValue returns a pointer to a valid AlarmNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AlarmNotificationTypes) IsValid ¶
func (v AlarmNotificationTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AlarmNotificationTypes) Ptr ¶
func (v AlarmNotificationTypes) Ptr() *AlarmNotificationTypes
Ptr returns reference to AlarmNotificationTypes value
func (*AlarmNotificationTypes) UnmarshalJSON ¶
func (v *AlarmNotificationTypes) UnmarshalJSON(src []byte) error
type ApiNotificationSinkPostRequest ¶
type ApiNotificationSinkPostRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiNotificationSinkPostRequest) Execute ¶
func (r ApiNotificationSinkPostRequest) Execute() (*http.Response, error)
func (ApiNotificationSinkPostRequest) NotifyThresholdCrossing ¶
func (r ApiNotificationSinkPostRequest) NotifyThresholdCrossing(notifyThresholdCrossing NotifyThresholdCrossing) ApiNotificationSinkPostRequest
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type CmNotificationTypes ¶
type CmNotificationTypes string
CmNotificationTypes the model 'CmNotificationTypes'
const ( NOTIFY_MOI_CREATION CmNotificationTypes = "notifyMOICreation" NOTIFY_MOI_DELETION CmNotificationTypes = "notifyMOIDeletion" NOTIFY_MOI_ATTRIBUTE_VALUE_CHANGES CmNotificationTypes = "notifyMOIAttributeValueChanges" NOTIFY_MOI_CHANGES CmNotificationTypes = "notifyMOIChanges" )
List of CmNotificationTypes
func NewCmNotificationTypesFromValue ¶
func NewCmNotificationTypesFromValue(v string) (*CmNotificationTypes, error)
NewCmNotificationTypesFromValue returns a pointer to a valid CmNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CmNotificationTypes) IsValid ¶
func (v CmNotificationTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CmNotificationTypes) Ptr ¶
func (v CmNotificationTypes) Ptr() *CmNotificationTypes
Ptr returns reference to CmNotificationTypes value
func (*CmNotificationTypes) UnmarshalJSON ¶
func (v *CmNotificationTypes) UnmarshalJSON(src []byte) error
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service
func (*DefaultApiService) NotificationSinkPost ¶
func (a *DefaultApiService) NotificationSinkPost(ctx context.Context) ApiNotificationSinkPostRequest
NotificationSinkPost Send notifications about performance threshold crossing
To send a notifyThresholdCrossing notification
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiNotificationSinkPostRequest
func (*DefaultApiService) NotificationSinkPostExecute ¶
func (a *DefaultApiService) NotificationSinkPostExecute(r ApiNotificationSinkPostRequest) (*http.Response, error)
Execute executes the request
type ErrorResponse ¶
type ErrorResponse struct {
Error *ErrorResponseError `json:"error,omitempty"`
}
ErrorResponse Default schema for the response message body in case the request is not successful.
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) GetError ¶
func (o *ErrorResponse) GetError() ErrorResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*ErrorResponse) GetErrorOk ¶
func (o *ErrorResponse) GetErrorOk() (*ErrorResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorResponse) HasError ¶
func (o *ErrorResponse) HasError() bool
HasError returns a boolean if a field has been set.
func (ErrorResponse) MarshalJSON ¶
func (o ErrorResponse) MarshalJSON() ([]byte, error)
func (*ErrorResponse) SetError ¶
func (o *ErrorResponse) SetError(v ErrorResponseError)
SetError gets a reference to the given ErrorResponseError and assigns it to the Error field.
func (ErrorResponse) ToMap ¶
func (o ErrorResponse) ToMap() (map[string]interface{}, error)
type ErrorResponseError ¶
type ErrorResponseError struct {
ErrorInfo *string `json:"errorInfo,omitempty"`
}
ErrorResponseError struct for ErrorResponseError
func NewErrorResponseError ¶
func NewErrorResponseError() *ErrorResponseError
NewErrorResponseError instantiates a new ErrorResponseError 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 NewErrorResponseErrorWithDefaults ¶
func NewErrorResponseErrorWithDefaults() *ErrorResponseError
NewErrorResponseErrorWithDefaults instantiates a new ErrorResponseError 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 (*ErrorResponseError) GetErrorInfo ¶
func (o *ErrorResponseError) GetErrorInfo() string
GetErrorInfo returns the ErrorInfo field value if set, zero value otherwise.
func (*ErrorResponseError) GetErrorInfoOk ¶
func (o *ErrorResponseError) GetErrorInfoOk() (*string, bool)
GetErrorInfoOk returns a tuple with the ErrorInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorResponseError) HasErrorInfo ¶
func (o *ErrorResponseError) HasErrorInfo() bool
HasErrorInfo returns a boolean if a field has been set.
func (ErrorResponseError) MarshalJSON ¶
func (o ErrorResponseError) MarshalJSON() ([]byte, error)
func (*ErrorResponseError) SetErrorInfo ¶
func (o *ErrorResponseError) SetErrorInfo(v string)
SetErrorInfo gets a reference to the given string and assigns it to the ErrorInfo field.
func (ErrorResponseError) ToMap ¶
func (o ErrorResponseError) ToMap() (map[string]interface{}, error)
type FileNotificationTypes ¶
type FileNotificationTypes string
FileNotificationTypes the model 'FileNotificationTypes'
const ( NOTIFY_FILE_READY FileNotificationTypes = "notifyFileReady" NOTIFY_FILE_PREPARATION_ERROR FileNotificationTypes = "notifyFilePreparationError" )
List of FileNotificationTypes
func NewFileNotificationTypesFromValue ¶
func NewFileNotificationTypesFromValue(v string) (*FileNotificationTypes, error)
NewFileNotificationTypesFromValue returns a pointer to a valid FileNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum
func (FileNotificationTypes) IsValid ¶
func (v FileNotificationTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (FileNotificationTypes) Ptr ¶
func (v FileNotificationTypes) Ptr() *FileNotificationTypes
Ptr returns reference to FileNotificationTypes value
func (*FileNotificationTypes) UnmarshalJSON ¶
func (v *FileNotificationTypes) UnmarshalJSON(src []byte) error
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type HeartbeatNotificationTypes ¶
type HeartbeatNotificationTypes string
HeartbeatNotificationTypes the model 'HeartbeatNotificationTypes'
const (
NOTIFY_HEARTBEAT HeartbeatNotificationTypes = "notifyHeartbeat"
)
List of HeartbeatNotificationTypes
func NewHeartbeatNotificationTypesFromValue ¶
func NewHeartbeatNotificationTypesFromValue(v string) (*HeartbeatNotificationTypes, error)
NewHeartbeatNotificationTypesFromValue returns a pointer to a valid HeartbeatNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum
func (HeartbeatNotificationTypes) IsValid ¶
func (v HeartbeatNotificationTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (HeartbeatNotificationTypes) Ptr ¶
func (v HeartbeatNotificationTypes) Ptr() *HeartbeatNotificationTypes
Ptr returns reference to HeartbeatNotificationTypes value
func (*HeartbeatNotificationTypes) UnmarshalJSON ¶
func (v *HeartbeatNotificationTypes) UnmarshalJSON(src []byte) error
type MappedNullable ¶
type NotificationHeader ¶
type NotificationHeader struct { Href string `json:"href"` NotificationId int32 `json:"notificationId"` NotificationType NotificationType `json:"notificationType"` EventTime time.Time `json:"eventTime"` SystemDN string `json:"systemDN"` }
NotificationHeader struct for NotificationHeader
func NewNotificationHeader ¶
func NewNotificationHeader(href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotificationHeader
NewNotificationHeader instantiates a new NotificationHeader 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 NewNotificationHeaderWithDefaults ¶
func NewNotificationHeaderWithDefaults() *NotificationHeader
NewNotificationHeaderWithDefaults instantiates a new NotificationHeader 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 (*NotificationHeader) GetEventTime ¶
func (o *NotificationHeader) GetEventTime() time.Time
GetEventTime returns the EventTime field value
func (*NotificationHeader) GetEventTimeOk ¶
func (o *NotificationHeader) GetEventTimeOk() (*time.Time, bool)
GetEventTimeOk returns a tuple with the EventTime field value and a boolean to check if the value has been set.
func (*NotificationHeader) GetHref ¶
func (o *NotificationHeader) GetHref() string
GetHref returns the Href field value
func (*NotificationHeader) GetHrefOk ¶
func (o *NotificationHeader) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*NotificationHeader) GetNotificationId ¶
func (o *NotificationHeader) GetNotificationId() int32
GetNotificationId returns the NotificationId field value
func (*NotificationHeader) GetNotificationIdOk ¶
func (o *NotificationHeader) GetNotificationIdOk() (*int32, bool)
GetNotificationIdOk returns a tuple with the NotificationId field value and a boolean to check if the value has been set.
func (*NotificationHeader) GetNotificationType ¶
func (o *NotificationHeader) GetNotificationType() NotificationType
GetNotificationType returns the NotificationType field value
func (*NotificationHeader) GetNotificationTypeOk ¶
func (o *NotificationHeader) GetNotificationTypeOk() (*NotificationType, bool)
GetNotificationTypeOk returns a tuple with the NotificationType field value and a boolean to check if the value has been set.
func (*NotificationHeader) GetSystemDN ¶
func (o *NotificationHeader) GetSystemDN() string
GetSystemDN returns the SystemDN field value
func (*NotificationHeader) GetSystemDNOk ¶
func (o *NotificationHeader) GetSystemDNOk() (*string, bool)
GetSystemDNOk returns a tuple with the SystemDN field value and a boolean to check if the value has been set.
func (NotificationHeader) MarshalJSON ¶
func (o NotificationHeader) MarshalJSON() ([]byte, error)
func (*NotificationHeader) SetEventTime ¶
func (o *NotificationHeader) SetEventTime(v time.Time)
SetEventTime sets field value
func (*NotificationHeader) SetHref ¶
func (o *NotificationHeader) SetHref(v string)
SetHref sets field value
func (*NotificationHeader) SetNotificationId ¶
func (o *NotificationHeader) SetNotificationId(v int32)
SetNotificationId sets field value
func (*NotificationHeader) SetNotificationType ¶
func (o *NotificationHeader) SetNotificationType(v NotificationType)
SetNotificationType sets field value
func (*NotificationHeader) SetSystemDN ¶
func (o *NotificationHeader) SetSystemDN(v string)
SetSystemDN sets field value
func (NotificationHeader) ToMap ¶
func (o NotificationHeader) ToMap() (map[string]interface{}, error)
type NotificationType ¶
type NotificationType struct { AlarmNotificationTypes *AlarmNotificationTypes CmNotificationTypes *CmNotificationTypes FileNotificationTypes *FileNotificationTypes HeartbeatNotificationTypes *HeartbeatNotificationTypes PerfNotificationTypes *PerfNotificationTypes }
NotificationType - struct for NotificationType
func AlarmNotificationTypesAsNotificationType ¶
func AlarmNotificationTypesAsNotificationType(v *AlarmNotificationTypes) NotificationType
AlarmNotificationTypesAsNotificationType is a convenience function that returns AlarmNotificationTypes wrapped in NotificationType
func CmNotificationTypesAsNotificationType ¶
func CmNotificationTypesAsNotificationType(v *CmNotificationTypes) NotificationType
CmNotificationTypesAsNotificationType is a convenience function that returns CmNotificationTypes wrapped in NotificationType
func FileNotificationTypesAsNotificationType ¶
func FileNotificationTypesAsNotificationType(v *FileNotificationTypes) NotificationType
FileNotificationTypesAsNotificationType is a convenience function that returns FileNotificationTypes wrapped in NotificationType
func HeartbeatNotificationTypesAsNotificationType ¶
func HeartbeatNotificationTypesAsNotificationType(v *HeartbeatNotificationTypes) NotificationType
HeartbeatNotificationTypesAsNotificationType is a convenience function that returns HeartbeatNotificationTypes wrapped in NotificationType
func PerfNotificationTypesAsNotificationType ¶
func PerfNotificationTypesAsNotificationType(v *PerfNotificationTypes) NotificationType
PerfNotificationTypesAsNotificationType is a convenience function that returns PerfNotificationTypes wrapped in NotificationType
func (*NotificationType) GetActualInstance ¶
func (obj *NotificationType) GetActualInstance() interface{}
Get the actual instance
func (NotificationType) MarshalJSON ¶
func (src NotificationType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationType) UnmarshalJSON ¶
func (dst *NotificationType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type NotifyThresholdCrossing ¶
type NotifyThresholdCrossing struct { NotificationHeader ObservedPerfMetricName *string `json:"observedPerfMetricName,omitempty"` ObservedPerfMetricValue *PerfMetricValue `json:"observedPerfMetricValue,omitempty"` ObservedPerfMetricDirection *PerfMetricDirection `json:"observedPerfMetricDirection,omitempty"` ThresholdValue *PerfMetricValue `json:"thresholdValue,omitempty"` Hysteresis *PerfMetricValue `json:"hysteresis,omitempty"` MonitorGranularityPeriod *int32 `json:"monitorGranularityPeriod,omitempty"` AdditionalText *string `json:"additionalText,omitempty"` }
NotifyThresholdCrossing struct for NotifyThresholdCrossing
func NewNotifyThresholdCrossing ¶
func NewNotifyThresholdCrossing(href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyThresholdCrossing
NewNotifyThresholdCrossing instantiates a new NotifyThresholdCrossing 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 NewNotifyThresholdCrossingWithDefaults ¶
func NewNotifyThresholdCrossingWithDefaults() *NotifyThresholdCrossing
NewNotifyThresholdCrossingWithDefaults instantiates a new NotifyThresholdCrossing 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 (*NotifyThresholdCrossing) GetAdditionalText ¶
func (o *NotifyThresholdCrossing) GetAdditionalText() string
GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.
func (*NotifyThresholdCrossing) GetAdditionalTextOk ¶
func (o *NotifyThresholdCrossing) GetAdditionalTextOk() (*string, bool)
GetAdditionalTextOk returns a tuple with the AdditionalText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossing) GetHysteresis ¶
func (o *NotifyThresholdCrossing) GetHysteresis() PerfMetricValue
GetHysteresis returns the Hysteresis field value if set, zero value otherwise.
func (*NotifyThresholdCrossing) GetHysteresisOk ¶
func (o *NotifyThresholdCrossing) GetHysteresisOk() (*PerfMetricValue, bool)
GetHysteresisOk returns a tuple with the Hysteresis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossing) GetMonitorGranularityPeriod ¶
func (o *NotifyThresholdCrossing) GetMonitorGranularityPeriod() int32
GetMonitorGranularityPeriod returns the MonitorGranularityPeriod field value if set, zero value otherwise.
func (*NotifyThresholdCrossing) GetMonitorGranularityPeriodOk ¶
func (o *NotifyThresholdCrossing) GetMonitorGranularityPeriodOk() (*int32, bool)
GetMonitorGranularityPeriodOk returns a tuple with the MonitorGranularityPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossing) GetObservedPerfMetricDirection ¶
func (o *NotifyThresholdCrossing) GetObservedPerfMetricDirection() PerfMetricDirection
GetObservedPerfMetricDirection returns the ObservedPerfMetricDirection field value if set, zero value otherwise.
func (*NotifyThresholdCrossing) GetObservedPerfMetricDirectionOk ¶
func (o *NotifyThresholdCrossing) GetObservedPerfMetricDirectionOk() (*PerfMetricDirection, bool)
GetObservedPerfMetricDirectionOk returns a tuple with the ObservedPerfMetricDirection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossing) GetObservedPerfMetricName ¶
func (o *NotifyThresholdCrossing) GetObservedPerfMetricName() string
GetObservedPerfMetricName returns the ObservedPerfMetricName field value if set, zero value otherwise.
func (*NotifyThresholdCrossing) GetObservedPerfMetricNameOk ¶
func (o *NotifyThresholdCrossing) GetObservedPerfMetricNameOk() (*string, bool)
GetObservedPerfMetricNameOk returns a tuple with the ObservedPerfMetricName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossing) GetObservedPerfMetricValue ¶
func (o *NotifyThresholdCrossing) GetObservedPerfMetricValue() PerfMetricValue
GetObservedPerfMetricValue returns the ObservedPerfMetricValue field value if set, zero value otherwise.
func (*NotifyThresholdCrossing) GetObservedPerfMetricValueOk ¶
func (o *NotifyThresholdCrossing) GetObservedPerfMetricValueOk() (*PerfMetricValue, bool)
GetObservedPerfMetricValueOk returns a tuple with the ObservedPerfMetricValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossing) GetThresholdValue ¶
func (o *NotifyThresholdCrossing) GetThresholdValue() PerfMetricValue
GetThresholdValue returns the ThresholdValue field value if set, zero value otherwise.
func (*NotifyThresholdCrossing) GetThresholdValueOk ¶
func (o *NotifyThresholdCrossing) GetThresholdValueOk() (*PerfMetricValue, bool)
GetThresholdValueOk returns a tuple with the ThresholdValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossing) HasAdditionalText ¶
func (o *NotifyThresholdCrossing) HasAdditionalText() bool
HasAdditionalText returns a boolean if a field has been set.
func (*NotifyThresholdCrossing) HasHysteresis ¶
func (o *NotifyThresholdCrossing) HasHysteresis() bool
HasHysteresis returns a boolean if a field has been set.
func (*NotifyThresholdCrossing) HasMonitorGranularityPeriod ¶
func (o *NotifyThresholdCrossing) HasMonitorGranularityPeriod() bool
HasMonitorGranularityPeriod returns a boolean if a field has been set.
func (*NotifyThresholdCrossing) HasObservedPerfMetricDirection ¶
func (o *NotifyThresholdCrossing) HasObservedPerfMetricDirection() bool
HasObservedPerfMetricDirection returns a boolean if a field has been set.
func (*NotifyThresholdCrossing) HasObservedPerfMetricName ¶
func (o *NotifyThresholdCrossing) HasObservedPerfMetricName() bool
HasObservedPerfMetricName returns a boolean if a field has been set.
func (*NotifyThresholdCrossing) HasObservedPerfMetricValue ¶
func (o *NotifyThresholdCrossing) HasObservedPerfMetricValue() bool
HasObservedPerfMetricValue returns a boolean if a field has been set.
func (*NotifyThresholdCrossing) HasThresholdValue ¶
func (o *NotifyThresholdCrossing) HasThresholdValue() bool
HasThresholdValue returns a boolean if a field has been set.
func (NotifyThresholdCrossing) MarshalJSON ¶
func (o NotifyThresholdCrossing) MarshalJSON() ([]byte, error)
func (*NotifyThresholdCrossing) SetAdditionalText ¶
func (o *NotifyThresholdCrossing) SetAdditionalText(v string)
SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.
func (*NotifyThresholdCrossing) SetHysteresis ¶
func (o *NotifyThresholdCrossing) SetHysteresis(v PerfMetricValue)
SetHysteresis gets a reference to the given PerfMetricValue and assigns it to the Hysteresis field.
func (*NotifyThresholdCrossing) SetMonitorGranularityPeriod ¶
func (o *NotifyThresholdCrossing) SetMonitorGranularityPeriod(v int32)
SetMonitorGranularityPeriod gets a reference to the given int32 and assigns it to the MonitorGranularityPeriod field.
func (*NotifyThresholdCrossing) SetObservedPerfMetricDirection ¶
func (o *NotifyThresholdCrossing) SetObservedPerfMetricDirection(v PerfMetricDirection)
SetObservedPerfMetricDirection gets a reference to the given PerfMetricDirection and assigns it to the ObservedPerfMetricDirection field.
func (*NotifyThresholdCrossing) SetObservedPerfMetricName ¶
func (o *NotifyThresholdCrossing) SetObservedPerfMetricName(v string)
SetObservedPerfMetricName gets a reference to the given string and assigns it to the ObservedPerfMetricName field.
func (*NotifyThresholdCrossing) SetObservedPerfMetricValue ¶
func (o *NotifyThresholdCrossing) SetObservedPerfMetricValue(v PerfMetricValue)
SetObservedPerfMetricValue gets a reference to the given PerfMetricValue and assigns it to the ObservedPerfMetricValue field.
func (*NotifyThresholdCrossing) SetThresholdValue ¶
func (o *NotifyThresholdCrossing) SetThresholdValue(v PerfMetricValue)
SetThresholdValue gets a reference to the given PerfMetricValue and assigns it to the ThresholdValue field.
func (NotifyThresholdCrossing) ToMap ¶
func (o NotifyThresholdCrossing) ToMap() (map[string]interface{}, error)
type NotifyThresholdCrossingAllOf ¶
type NotifyThresholdCrossingAllOf struct { ObservedPerfMetricName *string `json:"observedPerfMetricName,omitempty"` ObservedPerfMetricValue *PerfMetricValue `json:"observedPerfMetricValue,omitempty"` ObservedPerfMetricDirection *PerfMetricDirection `json:"observedPerfMetricDirection,omitempty"` ThresholdValue *PerfMetricValue `json:"thresholdValue,omitempty"` Hysteresis *PerfMetricValue `json:"hysteresis,omitempty"` MonitorGranularityPeriod *int32 `json:"monitorGranularityPeriod,omitempty"` AdditionalText *string `json:"additionalText,omitempty"` }
NotifyThresholdCrossingAllOf struct for NotifyThresholdCrossingAllOf
func NewNotifyThresholdCrossingAllOf ¶
func NewNotifyThresholdCrossingAllOf() *NotifyThresholdCrossingAllOf
NewNotifyThresholdCrossingAllOf instantiates a new NotifyThresholdCrossingAllOf 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 NewNotifyThresholdCrossingAllOfWithDefaults ¶
func NewNotifyThresholdCrossingAllOfWithDefaults() *NotifyThresholdCrossingAllOf
NewNotifyThresholdCrossingAllOfWithDefaults instantiates a new NotifyThresholdCrossingAllOf 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 (*NotifyThresholdCrossingAllOf) GetAdditionalText ¶
func (o *NotifyThresholdCrossingAllOf) GetAdditionalText() string
GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.
func (*NotifyThresholdCrossingAllOf) GetAdditionalTextOk ¶
func (o *NotifyThresholdCrossingAllOf) GetAdditionalTextOk() (*string, bool)
GetAdditionalTextOk returns a tuple with the AdditionalText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossingAllOf) GetHysteresis ¶
func (o *NotifyThresholdCrossingAllOf) GetHysteresis() PerfMetricValue
GetHysteresis returns the Hysteresis field value if set, zero value otherwise.
func (*NotifyThresholdCrossingAllOf) GetHysteresisOk ¶
func (o *NotifyThresholdCrossingAllOf) GetHysteresisOk() (*PerfMetricValue, bool)
GetHysteresisOk returns a tuple with the Hysteresis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossingAllOf) GetMonitorGranularityPeriod ¶
func (o *NotifyThresholdCrossingAllOf) GetMonitorGranularityPeriod() int32
GetMonitorGranularityPeriod returns the MonitorGranularityPeriod field value if set, zero value otherwise.
func (*NotifyThresholdCrossingAllOf) GetMonitorGranularityPeriodOk ¶
func (o *NotifyThresholdCrossingAllOf) GetMonitorGranularityPeriodOk() (*int32, bool)
GetMonitorGranularityPeriodOk returns a tuple with the MonitorGranularityPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossingAllOf) GetObservedPerfMetricDirection ¶
func (o *NotifyThresholdCrossingAllOf) GetObservedPerfMetricDirection() PerfMetricDirection
GetObservedPerfMetricDirection returns the ObservedPerfMetricDirection field value if set, zero value otherwise.
func (*NotifyThresholdCrossingAllOf) GetObservedPerfMetricDirectionOk ¶
func (o *NotifyThresholdCrossingAllOf) GetObservedPerfMetricDirectionOk() (*PerfMetricDirection, bool)
GetObservedPerfMetricDirectionOk returns a tuple with the ObservedPerfMetricDirection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossingAllOf) GetObservedPerfMetricName ¶
func (o *NotifyThresholdCrossingAllOf) GetObservedPerfMetricName() string
GetObservedPerfMetricName returns the ObservedPerfMetricName field value if set, zero value otherwise.
func (*NotifyThresholdCrossingAllOf) GetObservedPerfMetricNameOk ¶
func (o *NotifyThresholdCrossingAllOf) GetObservedPerfMetricNameOk() (*string, bool)
GetObservedPerfMetricNameOk returns a tuple with the ObservedPerfMetricName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossingAllOf) GetObservedPerfMetricValue ¶
func (o *NotifyThresholdCrossingAllOf) GetObservedPerfMetricValue() PerfMetricValue
GetObservedPerfMetricValue returns the ObservedPerfMetricValue field value if set, zero value otherwise.
func (*NotifyThresholdCrossingAllOf) GetObservedPerfMetricValueOk ¶
func (o *NotifyThresholdCrossingAllOf) GetObservedPerfMetricValueOk() (*PerfMetricValue, bool)
GetObservedPerfMetricValueOk returns a tuple with the ObservedPerfMetricValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossingAllOf) GetThresholdValue ¶
func (o *NotifyThresholdCrossingAllOf) GetThresholdValue() PerfMetricValue
GetThresholdValue returns the ThresholdValue field value if set, zero value otherwise.
func (*NotifyThresholdCrossingAllOf) GetThresholdValueOk ¶
func (o *NotifyThresholdCrossingAllOf) GetThresholdValueOk() (*PerfMetricValue, bool)
GetThresholdValueOk returns a tuple with the ThresholdValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifyThresholdCrossingAllOf) HasAdditionalText ¶
func (o *NotifyThresholdCrossingAllOf) HasAdditionalText() bool
HasAdditionalText returns a boolean if a field has been set.
func (*NotifyThresholdCrossingAllOf) HasHysteresis ¶
func (o *NotifyThresholdCrossingAllOf) HasHysteresis() bool
HasHysteresis returns a boolean if a field has been set.
func (*NotifyThresholdCrossingAllOf) HasMonitorGranularityPeriod ¶
func (o *NotifyThresholdCrossingAllOf) HasMonitorGranularityPeriod() bool
HasMonitorGranularityPeriod returns a boolean if a field has been set.
func (*NotifyThresholdCrossingAllOf) HasObservedPerfMetricDirection ¶
func (o *NotifyThresholdCrossingAllOf) HasObservedPerfMetricDirection() bool
HasObservedPerfMetricDirection returns a boolean if a field has been set.
func (*NotifyThresholdCrossingAllOf) HasObservedPerfMetricName ¶
func (o *NotifyThresholdCrossingAllOf) HasObservedPerfMetricName() bool
HasObservedPerfMetricName returns a boolean if a field has been set.
func (*NotifyThresholdCrossingAllOf) HasObservedPerfMetricValue ¶
func (o *NotifyThresholdCrossingAllOf) HasObservedPerfMetricValue() bool
HasObservedPerfMetricValue returns a boolean if a field has been set.
func (*NotifyThresholdCrossingAllOf) HasThresholdValue ¶
func (o *NotifyThresholdCrossingAllOf) HasThresholdValue() bool
HasThresholdValue returns a boolean if a field has been set.
func (NotifyThresholdCrossingAllOf) MarshalJSON ¶
func (o NotifyThresholdCrossingAllOf) MarshalJSON() ([]byte, error)
func (*NotifyThresholdCrossingAllOf) SetAdditionalText ¶
func (o *NotifyThresholdCrossingAllOf) SetAdditionalText(v string)
SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.
func (*NotifyThresholdCrossingAllOf) SetHysteresis ¶
func (o *NotifyThresholdCrossingAllOf) SetHysteresis(v PerfMetricValue)
SetHysteresis gets a reference to the given PerfMetricValue and assigns it to the Hysteresis field.
func (*NotifyThresholdCrossingAllOf) SetMonitorGranularityPeriod ¶
func (o *NotifyThresholdCrossingAllOf) SetMonitorGranularityPeriod(v int32)
SetMonitorGranularityPeriod gets a reference to the given int32 and assigns it to the MonitorGranularityPeriod field.
func (*NotifyThresholdCrossingAllOf) SetObservedPerfMetricDirection ¶
func (o *NotifyThresholdCrossingAllOf) SetObservedPerfMetricDirection(v PerfMetricDirection)
SetObservedPerfMetricDirection gets a reference to the given PerfMetricDirection and assigns it to the ObservedPerfMetricDirection field.
func (*NotifyThresholdCrossingAllOf) SetObservedPerfMetricName ¶
func (o *NotifyThresholdCrossingAllOf) SetObservedPerfMetricName(v string)
SetObservedPerfMetricName gets a reference to the given string and assigns it to the ObservedPerfMetricName field.
func (*NotifyThresholdCrossingAllOf) SetObservedPerfMetricValue ¶
func (o *NotifyThresholdCrossingAllOf) SetObservedPerfMetricValue(v PerfMetricValue)
SetObservedPerfMetricValue gets a reference to the given PerfMetricValue and assigns it to the ObservedPerfMetricValue field.
func (*NotifyThresholdCrossingAllOf) SetThresholdValue ¶
func (o *NotifyThresholdCrossingAllOf) SetThresholdValue(v PerfMetricValue)
SetThresholdValue gets a reference to the given PerfMetricValue and assigns it to the ThresholdValue field.
func (NotifyThresholdCrossingAllOf) ToMap ¶
func (o NotifyThresholdCrossingAllOf) ToMap() (map[string]interface{}, error)
type NullableAlarmNotificationTypes ¶
type NullableAlarmNotificationTypes struct {
// contains filtered or unexported fields
}
func NewNullableAlarmNotificationTypes ¶
func NewNullableAlarmNotificationTypes(val *AlarmNotificationTypes) *NullableAlarmNotificationTypes
func (NullableAlarmNotificationTypes) Get ¶
func (v NullableAlarmNotificationTypes) Get() *AlarmNotificationTypes
func (NullableAlarmNotificationTypes) IsSet ¶
func (v NullableAlarmNotificationTypes) IsSet() bool
func (NullableAlarmNotificationTypes) MarshalJSON ¶
func (v NullableAlarmNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullableAlarmNotificationTypes) Set ¶
func (v *NullableAlarmNotificationTypes) Set(val *AlarmNotificationTypes)
func (*NullableAlarmNotificationTypes) UnmarshalJSON ¶
func (v *NullableAlarmNotificationTypes) UnmarshalJSON(src []byte) error
func (*NullableAlarmNotificationTypes) Unset ¶
func (v *NullableAlarmNotificationTypes) Unset()
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 NullableCmNotificationTypes ¶
type NullableCmNotificationTypes struct {
// contains filtered or unexported fields
}
func NewNullableCmNotificationTypes ¶
func NewNullableCmNotificationTypes(val *CmNotificationTypes) *NullableCmNotificationTypes
func (NullableCmNotificationTypes) Get ¶
func (v NullableCmNotificationTypes) Get() *CmNotificationTypes
func (NullableCmNotificationTypes) IsSet ¶
func (v NullableCmNotificationTypes) IsSet() bool
func (NullableCmNotificationTypes) MarshalJSON ¶
func (v NullableCmNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullableCmNotificationTypes) Set ¶
func (v *NullableCmNotificationTypes) Set(val *CmNotificationTypes)
func (*NullableCmNotificationTypes) UnmarshalJSON ¶
func (v *NullableCmNotificationTypes) UnmarshalJSON(src []byte) error
func (*NullableCmNotificationTypes) Unset ¶
func (v *NullableCmNotificationTypes) 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 NullableErrorResponseError ¶
type NullableErrorResponseError struct {
// contains filtered or unexported fields
}
func NewNullableErrorResponseError ¶
func NewNullableErrorResponseError(val *ErrorResponseError) *NullableErrorResponseError
func (NullableErrorResponseError) Get ¶
func (v NullableErrorResponseError) Get() *ErrorResponseError
func (NullableErrorResponseError) IsSet ¶
func (v NullableErrorResponseError) IsSet() bool
func (NullableErrorResponseError) MarshalJSON ¶
func (v NullableErrorResponseError) MarshalJSON() ([]byte, error)
func (*NullableErrorResponseError) Set ¶
func (v *NullableErrorResponseError) Set(val *ErrorResponseError)
func (*NullableErrorResponseError) UnmarshalJSON ¶
func (v *NullableErrorResponseError) UnmarshalJSON(src []byte) error
func (*NullableErrorResponseError) Unset ¶
func (v *NullableErrorResponseError) Unset()
type NullableFileNotificationTypes ¶
type NullableFileNotificationTypes struct {
// contains filtered or unexported fields
}
func NewNullableFileNotificationTypes ¶
func NewNullableFileNotificationTypes(val *FileNotificationTypes) *NullableFileNotificationTypes
func (NullableFileNotificationTypes) Get ¶
func (v NullableFileNotificationTypes) Get() *FileNotificationTypes
func (NullableFileNotificationTypes) IsSet ¶
func (v NullableFileNotificationTypes) IsSet() bool
func (NullableFileNotificationTypes) MarshalJSON ¶
func (v NullableFileNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullableFileNotificationTypes) Set ¶
func (v *NullableFileNotificationTypes) Set(val *FileNotificationTypes)
func (*NullableFileNotificationTypes) UnmarshalJSON ¶
func (v *NullableFileNotificationTypes) UnmarshalJSON(src []byte) error
func (*NullableFileNotificationTypes) Unset ¶
func (v *NullableFileNotificationTypes) 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 NullableHeartbeatNotificationTypes ¶
type NullableHeartbeatNotificationTypes struct {
// contains filtered or unexported fields
}
func NewNullableHeartbeatNotificationTypes ¶
func NewNullableHeartbeatNotificationTypes(val *HeartbeatNotificationTypes) *NullableHeartbeatNotificationTypes
func (NullableHeartbeatNotificationTypes) Get ¶
func (v NullableHeartbeatNotificationTypes) Get() *HeartbeatNotificationTypes
func (NullableHeartbeatNotificationTypes) IsSet ¶
func (v NullableHeartbeatNotificationTypes) IsSet() bool
func (NullableHeartbeatNotificationTypes) MarshalJSON ¶
func (v NullableHeartbeatNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullableHeartbeatNotificationTypes) Set ¶
func (v *NullableHeartbeatNotificationTypes) Set(val *HeartbeatNotificationTypes)
func (*NullableHeartbeatNotificationTypes) UnmarshalJSON ¶
func (v *NullableHeartbeatNotificationTypes) UnmarshalJSON(src []byte) error
func (*NullableHeartbeatNotificationTypes) Unset ¶
func (v *NullableHeartbeatNotificationTypes) 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 NullableNotificationHeader ¶
type NullableNotificationHeader struct {
// contains filtered or unexported fields
}
func NewNullableNotificationHeader ¶
func NewNullableNotificationHeader(val *NotificationHeader) *NullableNotificationHeader
func (NullableNotificationHeader) Get ¶
func (v NullableNotificationHeader) Get() *NotificationHeader
func (NullableNotificationHeader) IsSet ¶
func (v NullableNotificationHeader) IsSet() bool
func (NullableNotificationHeader) MarshalJSON ¶
func (v NullableNotificationHeader) MarshalJSON() ([]byte, error)
func (*NullableNotificationHeader) Set ¶
func (v *NullableNotificationHeader) Set(val *NotificationHeader)
func (*NullableNotificationHeader) UnmarshalJSON ¶
func (v *NullableNotificationHeader) UnmarshalJSON(src []byte) error
func (*NullableNotificationHeader) Unset ¶
func (v *NullableNotificationHeader) Unset()
type NullableNotificationType ¶
type NullableNotificationType struct {
// contains filtered or unexported fields
}
func NewNullableNotificationType ¶
func NewNullableNotificationType(val *NotificationType) *NullableNotificationType
func (NullableNotificationType) Get ¶
func (v NullableNotificationType) Get() *NotificationType
func (NullableNotificationType) IsSet ¶
func (v NullableNotificationType) IsSet() bool
func (NullableNotificationType) MarshalJSON ¶
func (v NullableNotificationType) MarshalJSON() ([]byte, error)
func (*NullableNotificationType) Set ¶
func (v *NullableNotificationType) Set(val *NotificationType)
func (*NullableNotificationType) UnmarshalJSON ¶
func (v *NullableNotificationType) UnmarshalJSON(src []byte) error
func (*NullableNotificationType) Unset ¶
func (v *NullableNotificationType) Unset()
type NullableNotifyThresholdCrossing ¶
type NullableNotifyThresholdCrossing struct {
// contains filtered or unexported fields
}
func NewNullableNotifyThresholdCrossing ¶
func NewNullableNotifyThresholdCrossing(val *NotifyThresholdCrossing) *NullableNotifyThresholdCrossing
func (NullableNotifyThresholdCrossing) Get ¶
func (v NullableNotifyThresholdCrossing) Get() *NotifyThresholdCrossing
func (NullableNotifyThresholdCrossing) IsSet ¶
func (v NullableNotifyThresholdCrossing) IsSet() bool
func (NullableNotifyThresholdCrossing) MarshalJSON ¶
func (v NullableNotifyThresholdCrossing) MarshalJSON() ([]byte, error)
func (*NullableNotifyThresholdCrossing) Set ¶
func (v *NullableNotifyThresholdCrossing) Set(val *NotifyThresholdCrossing)
func (*NullableNotifyThresholdCrossing) UnmarshalJSON ¶
func (v *NullableNotifyThresholdCrossing) UnmarshalJSON(src []byte) error
func (*NullableNotifyThresholdCrossing) Unset ¶
func (v *NullableNotifyThresholdCrossing) Unset()
type NullableNotifyThresholdCrossingAllOf ¶
type NullableNotifyThresholdCrossingAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNotifyThresholdCrossingAllOf ¶
func NewNullableNotifyThresholdCrossingAllOf(val *NotifyThresholdCrossingAllOf) *NullableNotifyThresholdCrossingAllOf
func (NullableNotifyThresholdCrossingAllOf) Get ¶
func (v NullableNotifyThresholdCrossingAllOf) Get() *NotifyThresholdCrossingAllOf
func (NullableNotifyThresholdCrossingAllOf) IsSet ¶
func (v NullableNotifyThresholdCrossingAllOf) IsSet() bool
func (NullableNotifyThresholdCrossingAllOf) MarshalJSON ¶
func (v NullableNotifyThresholdCrossingAllOf) MarshalJSON() ([]byte, error)
func (*NullableNotifyThresholdCrossingAllOf) Set ¶
func (v *NullableNotifyThresholdCrossingAllOf) Set(val *NotifyThresholdCrossingAllOf)
func (*NullableNotifyThresholdCrossingAllOf) UnmarshalJSON ¶
func (v *NullableNotifyThresholdCrossingAllOf) UnmarshalJSON(src []byte) error
func (*NullableNotifyThresholdCrossingAllOf) Unset ¶
func (v *NullableNotifyThresholdCrossingAllOf) Unset()
type NullablePerfMetricDirection ¶
type NullablePerfMetricDirection struct {
// contains filtered or unexported fields
}
func NewNullablePerfMetricDirection ¶
func NewNullablePerfMetricDirection(val *PerfMetricDirection) *NullablePerfMetricDirection
func (NullablePerfMetricDirection) Get ¶
func (v NullablePerfMetricDirection) Get() *PerfMetricDirection
func (NullablePerfMetricDirection) IsSet ¶
func (v NullablePerfMetricDirection) IsSet() bool
func (NullablePerfMetricDirection) MarshalJSON ¶
func (v NullablePerfMetricDirection) MarshalJSON() ([]byte, error)
func (*NullablePerfMetricDirection) Set ¶
func (v *NullablePerfMetricDirection) Set(val *PerfMetricDirection)
func (*NullablePerfMetricDirection) UnmarshalJSON ¶
func (v *NullablePerfMetricDirection) UnmarshalJSON(src []byte) error
func (*NullablePerfMetricDirection) Unset ¶
func (v *NullablePerfMetricDirection) Unset()
type NullablePerfMetricValue ¶
type NullablePerfMetricValue struct {
// contains filtered or unexported fields
}
func NewNullablePerfMetricValue ¶
func NewNullablePerfMetricValue(val *PerfMetricValue) *NullablePerfMetricValue
func (NullablePerfMetricValue) Get ¶
func (v NullablePerfMetricValue) Get() *PerfMetricValue
func (NullablePerfMetricValue) IsSet ¶
func (v NullablePerfMetricValue) IsSet() bool
func (NullablePerfMetricValue) MarshalJSON ¶
func (v NullablePerfMetricValue) MarshalJSON() ([]byte, error)
func (*NullablePerfMetricValue) Set ¶
func (v *NullablePerfMetricValue) Set(val *PerfMetricValue)
func (*NullablePerfMetricValue) UnmarshalJSON ¶
func (v *NullablePerfMetricValue) UnmarshalJSON(src []byte) error
func (*NullablePerfMetricValue) Unset ¶
func (v *NullablePerfMetricValue) Unset()
type NullablePerfNotificationTypes ¶
type NullablePerfNotificationTypes struct {
// contains filtered or unexported fields
}
func NewNullablePerfNotificationTypes ¶
func NewNullablePerfNotificationTypes(val *PerfNotificationTypes) *NullablePerfNotificationTypes
func (NullablePerfNotificationTypes) Get ¶
func (v NullablePerfNotificationTypes) Get() *PerfNotificationTypes
func (NullablePerfNotificationTypes) IsSet ¶
func (v NullablePerfNotificationTypes) IsSet() bool
func (NullablePerfNotificationTypes) MarshalJSON ¶
func (v NullablePerfNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullablePerfNotificationTypes) Set ¶
func (v *NullablePerfNotificationTypes) Set(val *PerfNotificationTypes)
func (*NullablePerfNotificationTypes) UnmarshalJSON ¶
func (v *NullablePerfNotificationTypes) UnmarshalJSON(src []byte) error
func (*NullablePerfNotificationTypes) Unset ¶
func (v *NullablePerfNotificationTypes) 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 PerfMetricDirection ¶
type PerfMetricDirection string
PerfMetricDirection the model 'PerfMetricDirection'
const ( UP PerfMetricDirection = "UP" DOWN PerfMetricDirection = "DOWN" )
List of PerfMetricDirection
func NewPerfMetricDirectionFromValue ¶
func NewPerfMetricDirectionFromValue(v string) (*PerfMetricDirection, error)
NewPerfMetricDirectionFromValue returns a pointer to a valid PerfMetricDirection for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PerfMetricDirection) IsValid ¶
func (v PerfMetricDirection) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PerfMetricDirection) Ptr ¶
func (v PerfMetricDirection) Ptr() *PerfMetricDirection
Ptr returns reference to PerfMetricDirection value
func (*PerfMetricDirection) UnmarshalJSON ¶
func (v *PerfMetricDirection) UnmarshalJSON(src []byte) error
type PerfMetricValue ¶
PerfMetricValue - struct for PerfMetricValue
func Float32AsPerfMetricValue ¶
func Float32AsPerfMetricValue(v *float32) PerfMetricValue
float32AsPerfMetricValue is a convenience function that returns float32 wrapped in PerfMetricValue
func Int32AsPerfMetricValue ¶
func Int32AsPerfMetricValue(v *int32) PerfMetricValue
int32AsPerfMetricValue is a convenience function that returns int32 wrapped in PerfMetricValue
func (*PerfMetricValue) GetActualInstance ¶
func (obj *PerfMetricValue) GetActualInstance() interface{}
Get the actual instance
func (PerfMetricValue) MarshalJSON ¶
func (src PerfMetricValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PerfMetricValue) UnmarshalJSON ¶
func (dst *PerfMetricValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type PerfNotificationTypes ¶
type PerfNotificationTypes string
PerfNotificationTypes the model 'PerfNotificationTypes'
const (
NOTIFY_THRESHOLD_CROSSING PerfNotificationTypes = "notifyThresholdCrossing"
)
List of PerfNotificationTypes
func NewPerfNotificationTypesFromValue ¶
func NewPerfNotificationTypesFromValue(v string) (*PerfNotificationTypes, error)
NewPerfNotificationTypesFromValue returns a pointer to a valid PerfNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PerfNotificationTypes) IsValid ¶
func (v PerfNotificationTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PerfNotificationTypes) Ptr ¶
func (v PerfNotificationTypes) Ptr() *PerfNotificationTypes
Ptr returns reference to PerfNotificationTypes value
func (*PerfNotificationTypes) UnmarshalJSON ¶
func (v *PerfNotificationTypes) UnmarshalJSON(src []byte) error
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
Source Files ¶
- api_default.go
- client.go
- configuration.go
- model_alarm_notification_types.go
- model_cm_notification_types.go
- model_error_response.go
- model_error_response_error.go
- model_file_notification_types.go
- model_heartbeat_notification_types.go
- model_notification_header.go
- model_notification_type.go
- model_notify_threshold_crossing.go
- model_notify_threshold_crossing_all_of.go
- model_perf_metric_direction.go
- model_perf_metric_value.go
- model_perf_notification_types.go
- response.go
- utils.go