Documentation
¶
Index ¶
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) string
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- func (a *APIClient) CreateUpdate(ctx context.Context, projectId string, serverId string, region string) ApiCreateUpdateRequest
- func (a *APIClient) CreateUpdateExecute(ctx context.Context, projectId string, serverId string, region string) (*Update, error)
- func (a *APIClient) CreateUpdateSchedule(ctx context.Context, projectId string, serverId string, region string) ApiCreateUpdateScheduleRequest
- func (a *APIClient) CreateUpdateScheduleExecute(ctx context.Context, projectId string, serverId string, region string) (*UpdateSchedule, error)
- func (a *APIClient) DeleteUpdateSchedule(ctx context.Context, projectId string, serverId string, scheduleId string, ...) ApiDeleteUpdateScheduleRequest
- func (a *APIClient) DeleteUpdateScheduleExecute(ctx context.Context, projectId string, serverId string, scheduleId string, ...) error
- func (a *APIClient) DisableServiceResource(ctx context.Context, projectId string, serverId string, region string) ApiDisableServiceResourceRequest
- func (a *APIClient) DisableServiceResourceExecute(ctx context.Context, projectId string, serverId string, region string) error
- func (a *APIClient) EnableServiceResource(ctx context.Context, projectId string, serverId string, region string) ApiEnableServiceResourceRequest
- func (a *APIClient) EnableServiceResourceExecute(ctx context.Context, projectId string, serverId string, region string) error
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) GetServiceResource(ctx context.Context, projectId string, serverId string, region string) ApiGetServiceResourceRequest
- func (a *APIClient) GetServiceResourceExecute(ctx context.Context, projectId string, serverId string, region string) (*GetUpdateServiceResponse, error)
- func (a *APIClient) GetUpdate(ctx context.Context, projectId string, serverId string, updateId string, ...) ApiGetUpdateRequest
- func (a *APIClient) GetUpdateExecute(ctx context.Context, projectId string, serverId string, updateId string, ...) (*Update, error)
- func (a *APIClient) GetUpdateSchedule(ctx context.Context, projectId string, serverId string, scheduleId string, ...) ApiGetUpdateScheduleRequest
- func (a *APIClient) GetUpdateScheduleExecute(ctx context.Context, projectId string, serverId string, scheduleId string, ...) (*UpdateSchedule, error)
- func (a *APIClient) ListUpdatePolicies(ctx context.Context, projectId string) ApiListUpdatePoliciesRequest
- func (a *APIClient) ListUpdatePoliciesExecute(ctx context.Context, projectId string) (*GetUpdatePoliciesResponse, error)
- func (a *APIClient) ListUpdateSchedules(ctx context.Context, projectId string, serverId string, region string) ApiListUpdateSchedulesRequest
- func (a *APIClient) ListUpdateSchedulesExecute(ctx context.Context, projectId string, serverId string, region string) (*GetUpdateSchedulesResponse, error)
- func (a *APIClient) ListUpdates(ctx context.Context, projectId string, serverId string, region string) ApiListUpdatesRequest
- func (a *APIClient) ListUpdatesExecute(ctx context.Context, projectId string, serverId string, region string) (*GetUpdatesListResponse, error)
- func (a *APIClient) UpdateUpdateSchedule(ctx context.Context, projectId string, serverId string, scheduleId string, ...) ApiUpdateUpdateScheduleRequest
- func (a *APIClient) UpdateUpdateScheduleExecute(ctx context.Context, projectId string, serverId string, scheduleId string, ...) (*UpdateSchedule, error)
- type ApiCreateUpdateRequest
- type ApiCreateUpdateScheduleRequest
- type ApiDeleteUpdateScheduleRequest
- type ApiDisableServiceResourceRequest
- type ApiEnableServiceResourceRequest
- type ApiGetServiceResourceRequest
- type ApiGetUpdateRequest
- type ApiGetUpdateScheduleRequest
- type ApiListUpdatePoliciesRequest
- type ApiListUpdateSchedulesRequest
- type ApiListUpdatesRequest
- type ApiUpdateUpdateScheduleRequest
- type CreateUpdatePayload
- func (o *CreateUpdatePayload) GetBackupBeforeUpdate() (res CreateUpdatePayloadgetBackupBeforeUpdateRetType)
- func (o *CreateUpdatePayload) GetBackupBeforeUpdateOk() (ret CreateUpdatePayloadgetBackupBeforeUpdateRetType, ok bool)
- func (o *CreateUpdatePayload) GetMaintenanceWindow() (ret CreateUpdatePayloadGetMaintenanceWindowRetType)
- func (o *CreateUpdatePayload) GetMaintenanceWindowOk() (ret CreateUpdatePayloadGetMaintenanceWindowRetType, ok bool)
- func (o *CreateUpdatePayload) HasBackupBeforeUpdate() bool
- func (o *CreateUpdatePayload) SetBackupBeforeUpdate(v CreateUpdatePayloadgetBackupBeforeUpdateRetType)
- func (o *CreateUpdatePayload) SetMaintenanceWindow(v CreateUpdatePayloadGetMaintenanceWindowRetType)
- func (o CreateUpdatePayload) ToMap() (map[string]interface{}, error)
- type CreateUpdatePayloadGetMaintenanceWindowArgType
- type CreateUpdatePayloadGetMaintenanceWindowAttributeType
- type CreateUpdatePayloadGetMaintenanceWindowRetType
- type CreateUpdatePayloadgetBackupBeforeUpdateArgType
- type CreateUpdatePayloadgetBackupBeforeUpdateAttributeType
- type CreateUpdatePayloadgetBackupBeforeUpdateRetType
- type CreateUpdateSchedulePayload
- func (o *CreateUpdateSchedulePayload) GetEnabled() (ret CreateUpdateSchedulePayloadgetEnabledRetType)
- func (o *CreateUpdateSchedulePayload) GetEnabledOk() (ret CreateUpdateSchedulePayloadgetEnabledRetType, ok bool)
- func (o *CreateUpdateSchedulePayload) GetMaintenanceWindow() (ret CreateUpdateSchedulePayloadGetMaintenanceWindowRetType)
- func (o *CreateUpdateSchedulePayload) GetMaintenanceWindowOk() (ret CreateUpdateSchedulePayloadGetMaintenanceWindowRetType, ok bool)
- func (o *CreateUpdateSchedulePayload) GetName() (ret CreateUpdateSchedulePayloadGetNameRetType)
- func (o *CreateUpdateSchedulePayload) GetNameOk() (ret CreateUpdateSchedulePayloadGetNameRetType, ok bool)
- func (o *CreateUpdateSchedulePayload) GetRrule() (ret CreateUpdateSchedulePayloadGetRruleRetType)
- func (o *CreateUpdateSchedulePayload) GetRruleOk() (ret CreateUpdateSchedulePayloadGetRruleRetType, ok bool)
- func (o *CreateUpdateSchedulePayload) SetEnabled(v CreateUpdateSchedulePayloadgetEnabledRetType)
- func (o *CreateUpdateSchedulePayload) SetMaintenanceWindow(v CreateUpdateSchedulePayloadGetMaintenanceWindowRetType)
- func (o *CreateUpdateSchedulePayload) SetName(v CreateUpdateSchedulePayloadGetNameRetType)
- func (o *CreateUpdateSchedulePayload) SetRrule(v CreateUpdateSchedulePayloadGetRruleRetType)
- func (o CreateUpdateSchedulePayload) ToMap() (map[string]interface{}, error)
- type CreateUpdateSchedulePayloadGetMaintenanceWindowArgType
- type CreateUpdateSchedulePayloadGetMaintenanceWindowAttributeType
- type CreateUpdateSchedulePayloadGetMaintenanceWindowRetType
- type CreateUpdateSchedulePayloadGetNameArgType
- type CreateUpdateSchedulePayloadGetNameAttributeType
- type CreateUpdateSchedulePayloadGetNameRetType
- type CreateUpdateSchedulePayloadGetRruleArgType
- type CreateUpdateSchedulePayloadGetRruleAttributeType
- type CreateUpdateSchedulePayloadGetRruleRetType
- type CreateUpdateSchedulePayloadgetEnabledArgType
- type CreateUpdateSchedulePayloadgetEnabledAttributeType
- type CreateUpdateSchedulePayloadgetEnabledRetType
- type DefaultApiService
- type EnableServiceResourcePayload
- func (o *EnableServiceResourcePayload) GetUpdatePolicyId() (res EnableServiceResourcePayloadGetUpdatePolicyIdRetType)
- func (o *EnableServiceResourcePayload) GetUpdatePolicyIdOk() (ret EnableServiceResourcePayloadGetUpdatePolicyIdRetType, ok bool)
- func (o *EnableServiceResourcePayload) HasUpdatePolicyId() bool
- func (o *EnableServiceResourcePayload) SetUpdatePolicyId(v EnableServiceResourcePayloadGetUpdatePolicyIdRetType)
- func (o EnableServiceResourcePayload) ToMap() (map[string]interface{}, error)
- type EnableServiceResourcePayloadGetUpdatePolicyIdArgType
- type EnableServiceResourcePayloadGetUpdatePolicyIdAttributeType
- type EnableServiceResourcePayloadGetUpdatePolicyIdRetType
- type ErrorResponse
- func (o *ErrorResponse) GetMessage() (ret ErrorResponseGetMessageRetType)
- func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, ok bool)
- func (o *ErrorResponse) GetStatus() (ret ErrorResponseGetStatusRetType)
- func (o *ErrorResponse) GetStatusOk() (ret ErrorResponseGetStatusRetType, ok bool)
- func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType)
- func (o *ErrorResponse) SetStatus(v ErrorResponseGetStatusRetType)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)
- type ErrorResponseGetMessageArgType
- type ErrorResponseGetMessageAttributeType
- type ErrorResponseGetMessageRetType
- type ErrorResponseGetStatusArgType
- type ErrorResponseGetStatusAttributeType
- type ErrorResponseGetStatusRetType
- type GetUpdatePoliciesResponse
- func (o *GetUpdatePoliciesResponse) GetItems() (res GetUpdatePoliciesResponseGetItemsRetType)
- func (o *GetUpdatePoliciesResponse) GetItemsOk() (ret GetUpdatePoliciesResponseGetItemsRetType, ok bool)
- func (o *GetUpdatePoliciesResponse) HasItems() bool
- func (o *GetUpdatePoliciesResponse) SetItems(v GetUpdatePoliciesResponseGetItemsRetType)
- func (o GetUpdatePoliciesResponse) ToMap() (map[string]interface{}, error)
- type GetUpdatePoliciesResponseGetItemsArgType
- type GetUpdatePoliciesResponseGetItemsAttributeType
- type GetUpdatePoliciesResponseGetItemsRetType
- type GetUpdateSchedulesResponse
- func (o *GetUpdateSchedulesResponse) GetItems() (res GetUpdateSchedulesResponseGetItemsRetType)
- func (o *GetUpdateSchedulesResponse) GetItemsOk() (ret GetUpdateSchedulesResponseGetItemsRetType, ok bool)
- func (o *GetUpdateSchedulesResponse) HasItems() bool
- func (o *GetUpdateSchedulesResponse) SetItems(v GetUpdateSchedulesResponseGetItemsRetType)
- func (o GetUpdateSchedulesResponse) ToMap() (map[string]interface{}, error)
- type GetUpdateSchedulesResponseGetItemsArgType
- type GetUpdateSchedulesResponseGetItemsAttributeType
- type GetUpdateSchedulesResponseGetItemsRetType
- type GetUpdateServiceResponse
- func (o *GetUpdateServiceResponse) GetEnabled() (res GetUpdateServiceResponsegetEnabledRetType)
- func (o *GetUpdateServiceResponse) GetEnabledOk() (ret GetUpdateServiceResponsegetEnabledRetType, ok bool)
- func (o *GetUpdateServiceResponse) HasEnabled() bool
- func (o *GetUpdateServiceResponse) SetEnabled(v GetUpdateServiceResponsegetEnabledRetType)
- func (o GetUpdateServiceResponse) ToMap() (map[string]interface{}, error)
- type GetUpdateServiceResponsegetEnabledArgType
- type GetUpdateServiceResponsegetEnabledAttributeType
- type GetUpdateServiceResponsegetEnabledRetType
- type GetUpdatesListResponse
- func (o *GetUpdatesListResponse) GetItems() (res GetUpdatesListResponseGetItemsRetType)
- func (o *GetUpdatesListResponse) GetItemsOk() (ret GetUpdatesListResponseGetItemsRetType, ok bool)
- func (o *GetUpdatesListResponse) HasItems() bool
- func (o *GetUpdatesListResponse) SetItems(v GetUpdatesListResponseGetItemsRetType)
- func (o GetUpdatesListResponse) ToMap() (map[string]interface{}, error)
- type GetUpdatesListResponseGetItemsArgType
- type GetUpdatesListResponseGetItemsAttributeType
- type GetUpdatesListResponseGetItemsRetType
- type MappedNullable
- type NullableBool
- type NullableCreateUpdatePayload
- func (v NullableCreateUpdatePayload) Get() *CreateUpdatePayload
- func (v NullableCreateUpdatePayload) IsSet() bool
- func (v NullableCreateUpdatePayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUpdatePayload) Set(val *CreateUpdatePayload)
- func (v *NullableCreateUpdatePayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUpdatePayload) Unset()
- type NullableCreateUpdateSchedulePayload
- func (v NullableCreateUpdateSchedulePayload) Get() *CreateUpdateSchedulePayload
- func (v NullableCreateUpdateSchedulePayload) IsSet() bool
- func (v NullableCreateUpdateSchedulePayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUpdateSchedulePayload) Set(val *CreateUpdateSchedulePayload)
- func (v *NullableCreateUpdateSchedulePayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUpdateSchedulePayload) Unset()
- type NullableEnableServiceResourcePayload
- func (v NullableEnableServiceResourcePayload) Get() *EnableServiceResourcePayload
- func (v NullableEnableServiceResourcePayload) IsSet() bool
- func (v NullableEnableServiceResourcePayload) MarshalJSON() ([]byte, error)
- func (v *NullableEnableServiceResourcePayload) Set(val *EnableServiceResourcePayload)
- func (v *NullableEnableServiceResourcePayload) UnmarshalJSON(src []byte) error
- func (v *NullableEnableServiceResourcePayload) 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 NullableGetUpdatePoliciesResponse
- func (v NullableGetUpdatePoliciesResponse) Get() *GetUpdatePoliciesResponse
- func (v NullableGetUpdatePoliciesResponse) IsSet() bool
- func (v NullableGetUpdatePoliciesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetUpdatePoliciesResponse) Set(val *GetUpdatePoliciesResponse)
- func (v *NullableGetUpdatePoliciesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetUpdatePoliciesResponse) Unset()
- type NullableGetUpdateSchedulesResponse
- func (v NullableGetUpdateSchedulesResponse) Get() *GetUpdateSchedulesResponse
- func (v NullableGetUpdateSchedulesResponse) IsSet() bool
- func (v NullableGetUpdateSchedulesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetUpdateSchedulesResponse) Set(val *GetUpdateSchedulesResponse)
- func (v *NullableGetUpdateSchedulesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetUpdateSchedulesResponse) Unset()
- type NullableGetUpdateServiceResponse
- func (v NullableGetUpdateServiceResponse) Get() *GetUpdateServiceResponse
- func (v NullableGetUpdateServiceResponse) IsSet() bool
- func (v NullableGetUpdateServiceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetUpdateServiceResponse) Set(val *GetUpdateServiceResponse)
- func (v *NullableGetUpdateServiceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetUpdateServiceResponse) Unset()
- type NullableGetUpdatesListResponse
- func (v NullableGetUpdatesListResponse) Get() *GetUpdatesListResponse
- func (v NullableGetUpdatesListResponse) IsSet() bool
- func (v NullableGetUpdatesListResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetUpdatesListResponse) Set(val *GetUpdatesListResponse)
- func (v *NullableGetUpdatesListResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetUpdatesListResponse) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableString
- type NullableTime
- type NullableUpdate
- type NullableUpdatePolicy
- func (v NullableUpdatePolicy) Get() *UpdatePolicy
- func (v NullableUpdatePolicy) IsSet() bool
- func (v NullableUpdatePolicy) MarshalJSON() ([]byte, error)
- func (v *NullableUpdatePolicy) Set(val *UpdatePolicy)
- func (v *NullableUpdatePolicy) UnmarshalJSON(src []byte) error
- func (v *NullableUpdatePolicy) Unset()
- type NullableUpdateSchedule
- func (v NullableUpdateSchedule) Get() *UpdateSchedule
- func (v NullableUpdateSchedule) IsSet() bool
- func (v NullableUpdateSchedule) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSchedule) Set(val *UpdateSchedule)
- func (v *NullableUpdateSchedule) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSchedule) Unset()
- type NullableUpdateScheduleAllOf
- func (v NullableUpdateScheduleAllOf) Get() *UpdateScheduleAllOf
- func (v NullableUpdateScheduleAllOf) IsSet() bool
- func (v NullableUpdateScheduleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateScheduleAllOf) Set(val *UpdateScheduleAllOf)
- func (v *NullableUpdateScheduleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateScheduleAllOf) Unset()
- type NullableUpdateScheduleCreateRequest
- func (v NullableUpdateScheduleCreateRequest) Get() *UpdateScheduleCreateRequest
- func (v NullableUpdateScheduleCreateRequest) IsSet() bool
- func (v NullableUpdateScheduleCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateScheduleCreateRequest) Set(val *UpdateScheduleCreateRequest)
- func (v *NullableUpdateScheduleCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateScheduleCreateRequest) Unset()
- type NullableUpdateUpdateSchedulePayload
- func (v NullableUpdateUpdateSchedulePayload) Get() *UpdateUpdateSchedulePayload
- func (v NullableUpdateUpdateSchedulePayload) IsSet() bool
- func (v NullableUpdateUpdateSchedulePayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateUpdateSchedulePayload) Set(val *UpdateUpdateSchedulePayload)
- func (v *NullableUpdateUpdateSchedulePayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateUpdateSchedulePayload) Unset()
- type NullableValue
- type Update
- func (o *Update) GetEndDate() (res UpdateGetEndDateRetType)
- func (o *Update) GetEndDateOk() (ret UpdateGetEndDateRetType, ok bool)
- func (o *Update) GetFailReason() (res UpdateGetFailReasonRetType)
- func (o *Update) GetFailReasonOk() (ret UpdateGetFailReasonRetType, ok bool)
- func (o *Update) GetFailedUpdates() (res UpdateGetFailedUpdatesRetType)
- func (o *Update) GetFailedUpdatesOk() (ret UpdateGetFailedUpdatesRetType, ok bool)
- func (o *Update) GetId() (ret UpdateGetIdRetType)
- func (o *Update) GetIdOk() (ret UpdateGetIdRetType, ok bool)
- func (o *Update) GetInstalledUpdates() (res UpdateGetInstalledUpdatesRetType)
- func (o *Update) GetInstalledUpdatesOk() (ret UpdateGetInstalledUpdatesRetType, ok bool)
- func (o *Update) GetStartDate() (ret UpdateGetStartDateRetType)
- func (o *Update) GetStartDateOk() (ret UpdateGetStartDateRetType, ok bool)
- func (o *Update) GetStatus() (ret UpdateGetStatusRetType)
- func (o *Update) GetStatusOk() (ret UpdateGetStatusRetType, ok bool)
- func (o *Update) HasEndDate() bool
- func (o *Update) HasFailReason() bool
- func (o *Update) HasFailedUpdates() bool
- func (o *Update) HasInstalledUpdates() bool
- func (o *Update) SetEndDate(v UpdateGetEndDateRetType)
- func (o *Update) SetFailReason(v UpdateGetFailReasonRetType)
- func (o *Update) SetFailedUpdates(v UpdateGetFailedUpdatesRetType)
- func (o *Update) SetId(v UpdateGetIdRetType)
- func (o *Update) SetInstalledUpdates(v UpdateGetInstalledUpdatesRetType)
- func (o *Update) SetStartDate(v UpdateGetStartDateRetType)
- func (o *Update) SetStatus(v UpdateGetStatusRetType)
- func (o Update) ToMap() (map[string]interface{}, error)
- type UpdateGetEndDateArgType
- type UpdateGetEndDateAttributeType
- type UpdateGetEndDateRetType
- type UpdateGetFailReasonArgType
- type UpdateGetFailReasonAttributeType
- type UpdateGetFailReasonRetType
- type UpdateGetFailedUpdatesArgType
- type UpdateGetFailedUpdatesAttributeType
- type UpdateGetFailedUpdatesRetType
- type UpdateGetIdArgType
- type UpdateGetIdAttributeType
- type UpdateGetIdRetType
- type UpdateGetInstalledUpdatesArgType
- type UpdateGetInstalledUpdatesAttributeType
- type UpdateGetInstalledUpdatesRetType
- type UpdateGetStartDateArgType
- type UpdateGetStartDateAttributeType
- type UpdateGetStartDateRetType
- type UpdateGetStatusArgType
- type UpdateGetStatusAttributeType
- type UpdateGetStatusRetType
- type UpdatePolicy
- func (o *UpdatePolicy) GetDefault() (res UpdatePolicygetDefaultRetType)
- func (o *UpdatePolicy) GetDefaultOk() (ret UpdatePolicygetDefaultRetType, ok bool)
- func (o *UpdatePolicy) GetDescription() (res UpdatePolicyGetDescriptionRetType)
- func (o *UpdatePolicy) GetDescriptionOk() (ret UpdatePolicyGetDescriptionRetType, ok bool)
- func (o *UpdatePolicy) GetEnabled() (res UpdatePolicygetEnabledRetType)
- func (o *UpdatePolicy) GetEnabledOk() (ret UpdatePolicygetEnabledRetType, ok bool)
- func (o *UpdatePolicy) GetId() (res UpdatePolicyGetIdRetType)
- func (o *UpdatePolicy) GetIdOk() (ret UpdatePolicyGetIdRetType, ok bool)
- func (o *UpdatePolicy) GetMaintenanceWindow() (res UpdatePolicyGetMaintenanceWindowRetType)
- func (o *UpdatePolicy) GetMaintenanceWindowOk() (ret UpdatePolicyGetMaintenanceWindowRetType, ok bool)
- func (o *UpdatePolicy) GetName() (res UpdatePolicyGetNameRetType)
- func (o *UpdatePolicy) GetNameOk() (ret UpdatePolicyGetNameRetType, ok bool)
- func (o *UpdatePolicy) GetRrule() (res UpdatePolicyGetRruleRetType)
- func (o *UpdatePolicy) GetRruleOk() (ret UpdatePolicyGetRruleRetType, ok bool)
- func (o *UpdatePolicy) HasDefault() bool
- func (o *UpdatePolicy) HasDescription() bool
- func (o *UpdatePolicy) HasEnabled() bool
- func (o *UpdatePolicy) HasId() bool
- func (o *UpdatePolicy) HasMaintenanceWindow() bool
- func (o *UpdatePolicy) HasName() bool
- func (o *UpdatePolicy) HasRrule() bool
- func (o *UpdatePolicy) SetDefault(v UpdatePolicygetDefaultRetType)
- func (o *UpdatePolicy) SetDescription(v UpdatePolicyGetDescriptionRetType)
- func (o *UpdatePolicy) SetEnabled(v UpdatePolicygetEnabledRetType)
- func (o *UpdatePolicy) SetId(v UpdatePolicyGetIdRetType)
- func (o *UpdatePolicy) SetMaintenanceWindow(v UpdatePolicyGetMaintenanceWindowRetType)
- func (o *UpdatePolicy) SetName(v UpdatePolicyGetNameRetType)
- func (o *UpdatePolicy) SetRrule(v UpdatePolicyGetRruleRetType)
- func (o UpdatePolicy) ToMap() (map[string]interface{}, error)
- type UpdatePolicyGetDescriptionArgType
- type UpdatePolicyGetDescriptionAttributeType
- type UpdatePolicyGetDescriptionRetType
- type UpdatePolicyGetIdArgType
- type UpdatePolicyGetIdAttributeType
- type UpdatePolicyGetIdRetType
- type UpdatePolicyGetMaintenanceWindowArgType
- type UpdatePolicyGetMaintenanceWindowAttributeType
- type UpdatePolicyGetMaintenanceWindowRetType
- type UpdatePolicyGetNameArgType
- type UpdatePolicyGetNameAttributeType
- type UpdatePolicyGetNameRetType
- type UpdatePolicyGetRruleArgType
- type UpdatePolicyGetRruleAttributeType
- type UpdatePolicyGetRruleRetType
- type UpdatePolicygetDefaultArgType
- type UpdatePolicygetDefaultAttributeType
- type UpdatePolicygetDefaultRetType
- type UpdatePolicygetEnabledArgType
- type UpdatePolicygetEnabledAttributeType
- type UpdatePolicygetEnabledRetType
- type UpdateSchedule
- func (o *UpdateSchedule) GetEnabled() (ret UpdateSchedulegetEnabledRetType)
- func (o *UpdateSchedule) GetEnabledOk() (ret UpdateSchedulegetEnabledRetType, ok bool)
- func (o *UpdateSchedule) GetId() (ret UpdateScheduleGetIdRetType)
- func (o *UpdateSchedule) GetIdOk() (ret UpdateScheduleGetIdRetType, ok bool)
- func (o *UpdateSchedule) GetMaintenanceWindow() (ret UpdateScheduleGetMaintenanceWindowRetType)
- func (o *UpdateSchedule) GetMaintenanceWindowOk() (ret UpdateScheduleGetMaintenanceWindowRetType, ok bool)
- func (o *UpdateSchedule) GetName() (ret UpdateScheduleGetNameRetType)
- func (o *UpdateSchedule) GetNameOk() (ret UpdateScheduleGetNameRetType, ok bool)
- func (o *UpdateSchedule) GetRrule() (ret UpdateScheduleGetRruleRetType)
- func (o *UpdateSchedule) GetRruleOk() (ret UpdateScheduleGetRruleRetType, ok bool)
- func (o *UpdateSchedule) SetEnabled(v UpdateSchedulegetEnabledRetType)
- func (o *UpdateSchedule) SetId(v UpdateScheduleGetIdRetType)
- func (o *UpdateSchedule) SetMaintenanceWindow(v UpdateScheduleGetMaintenanceWindowRetType)
- func (o *UpdateSchedule) SetName(v UpdateScheduleGetNameRetType)
- func (o *UpdateSchedule) SetRrule(v UpdateScheduleGetRruleRetType)
- func (o UpdateSchedule) ToMap() (map[string]interface{}, error)
- type UpdateScheduleAllOf
- func (o *UpdateScheduleAllOf) GetId() (ret UpdateScheduleAllOfGetIdRetType)
- func (o *UpdateScheduleAllOf) GetIdOk() (ret UpdateScheduleAllOfGetIdRetType, ok bool)
- func (o *UpdateScheduleAllOf) SetId(v UpdateScheduleAllOfGetIdRetType)
- func (o UpdateScheduleAllOf) ToMap() (map[string]interface{}, error)
- type UpdateScheduleAllOfGetIdArgType
- type UpdateScheduleAllOfGetIdAttributeType
- type UpdateScheduleAllOfGetIdRetType
- type UpdateScheduleCreateRequest
- func (o *UpdateScheduleCreateRequest) GetEnabled() (ret UpdateScheduleCreateRequestgetEnabledRetType)
- func (o *UpdateScheduleCreateRequest) GetEnabledOk() (ret UpdateScheduleCreateRequestgetEnabledRetType, ok bool)
- func (o *UpdateScheduleCreateRequest) GetMaintenanceWindow() (ret UpdateScheduleCreateRequestGetMaintenanceWindowRetType)
- func (o *UpdateScheduleCreateRequest) GetMaintenanceWindowOk() (ret UpdateScheduleCreateRequestGetMaintenanceWindowRetType, ok bool)
- func (o *UpdateScheduleCreateRequest) GetName() (ret UpdateScheduleCreateRequestGetNameRetType)
- func (o *UpdateScheduleCreateRequest) GetNameOk() (ret UpdateScheduleCreateRequestGetNameRetType, ok bool)
- func (o *UpdateScheduleCreateRequest) GetRrule() (ret UpdateScheduleCreateRequestGetRruleRetType)
- func (o *UpdateScheduleCreateRequest) GetRruleOk() (ret UpdateScheduleCreateRequestGetRruleRetType, ok bool)
- func (o *UpdateScheduleCreateRequest) SetEnabled(v UpdateScheduleCreateRequestgetEnabledRetType)
- func (o *UpdateScheduleCreateRequest) SetMaintenanceWindow(v UpdateScheduleCreateRequestGetMaintenanceWindowRetType)
- func (o *UpdateScheduleCreateRequest) SetName(v UpdateScheduleCreateRequestGetNameRetType)
- func (o *UpdateScheduleCreateRequest) SetRrule(v UpdateScheduleCreateRequestGetRruleRetType)
- func (o UpdateScheduleCreateRequest) ToMap() (map[string]interface{}, error)
- type UpdateScheduleCreateRequestGetMaintenanceWindowArgType
- type UpdateScheduleCreateRequestGetMaintenanceWindowAttributeType
- type UpdateScheduleCreateRequestGetMaintenanceWindowRetType
- type UpdateScheduleCreateRequestGetNameArgType
- type UpdateScheduleCreateRequestGetNameAttributeType
- type UpdateScheduleCreateRequestGetNameRetType
- type UpdateScheduleCreateRequestGetRruleArgType
- type UpdateScheduleCreateRequestGetRruleAttributeType
- type UpdateScheduleCreateRequestGetRruleRetType
- type UpdateScheduleCreateRequestgetEnabledArgType
- type UpdateScheduleCreateRequestgetEnabledAttributeType
- type UpdateScheduleCreateRequestgetEnabledRetType
- type UpdateScheduleGetIdArgType
- type UpdateScheduleGetIdAttributeType
- type UpdateScheduleGetIdRetType
- type UpdateScheduleGetMaintenanceWindowArgType
- type UpdateScheduleGetMaintenanceWindowAttributeType
- type UpdateScheduleGetMaintenanceWindowRetType
- type UpdateScheduleGetNameArgType
- type UpdateScheduleGetNameAttributeType
- type UpdateScheduleGetNameRetType
- type UpdateScheduleGetRruleArgType
- type UpdateScheduleGetRruleAttributeType
- type UpdateScheduleGetRruleRetType
- type UpdateSchedulegetEnabledArgType
- type UpdateSchedulegetEnabledAttributeType
- type UpdateSchedulegetEnabledRetType
- type UpdateUpdateSchedulePayload
- func (o *UpdateUpdateSchedulePayload) GetEnabled() (ret UpdateUpdateSchedulePayloadgetEnabledRetType)
- func (o *UpdateUpdateSchedulePayload) GetEnabledOk() (ret UpdateUpdateSchedulePayloadgetEnabledRetType, ok bool)
- func (o *UpdateUpdateSchedulePayload) GetMaintenanceWindow() (ret UpdateUpdateSchedulePayloadGetMaintenanceWindowRetType)
- func (o *UpdateUpdateSchedulePayload) GetMaintenanceWindowOk() (ret UpdateUpdateSchedulePayloadGetMaintenanceWindowRetType, ok bool)
- func (o *UpdateUpdateSchedulePayload) GetName() (ret UpdateUpdateSchedulePayloadGetNameRetType)
- func (o *UpdateUpdateSchedulePayload) GetNameOk() (ret UpdateUpdateSchedulePayloadGetNameRetType, ok bool)
- func (o *UpdateUpdateSchedulePayload) GetRrule() (ret UpdateUpdateSchedulePayloadGetRruleRetType)
- func (o *UpdateUpdateSchedulePayload) GetRruleOk() (ret UpdateUpdateSchedulePayloadGetRruleRetType, ok bool)
- func (o *UpdateUpdateSchedulePayload) SetEnabled(v UpdateUpdateSchedulePayloadgetEnabledRetType)
- func (o *UpdateUpdateSchedulePayload) SetMaintenanceWindow(v UpdateUpdateSchedulePayloadGetMaintenanceWindowRetType)
- func (o *UpdateUpdateSchedulePayload) SetName(v UpdateUpdateSchedulePayloadGetNameRetType)
- func (o *UpdateUpdateSchedulePayload) SetRrule(v UpdateUpdateSchedulePayloadGetRruleRetType)
- func (o UpdateUpdateSchedulePayload) ToMap() (map[string]interface{}, error)
- type UpdateUpdateSchedulePayloadGetMaintenanceWindowArgType
- type UpdateUpdateSchedulePayloadGetMaintenanceWindowAttributeType
- type UpdateUpdateSchedulePayloadGetMaintenanceWindowRetType
- type UpdateUpdateSchedulePayloadGetNameArgType
- type UpdateUpdateSchedulePayloadGetNameAttributeType
- type UpdateUpdateSchedulePayloadGetNameRetType
- type UpdateUpdateSchedulePayloadGetRruleArgType
- type UpdateUpdateSchedulePayloadGetRruleAttributeType
- type UpdateUpdateSchedulePayloadGetRruleRetType
- type UpdateUpdateSchedulePayloadgetEnabledArgType
- type UpdateUpdateSchedulePayloadgetEnabledAttributeType
- type UpdateUpdateSchedulePayloadgetEnabledRetType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object
func ParameterValueToString ¶
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 {
// contains filtered or unexported fields
}
APIClient manages communication with the STACKIT Server Update Management API API v2.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Optionally receives configuration options
func (*APIClient) CreateUpdate ¶
func (a *APIClient) CreateUpdate(ctx context.Context, projectId string, serverId string, region string) ApiCreateUpdateRequest
CreateUpdate: create update
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param serverId server id @param region region @return ApiCreateUpdateRequest
func (*APIClient) CreateUpdateExecute ¶
func (*APIClient) CreateUpdateSchedule ¶
func (a *APIClient) CreateUpdateSchedule(ctx context.Context, projectId string, serverId string, region string) ApiCreateUpdateScheduleRequest
CreateUpdateSchedule: create update schedule
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param serverId server id @param region region @return ApiCreateUpdateScheduleRequest
func (*APIClient) CreateUpdateScheduleExecute ¶
func (*APIClient) DeleteUpdateSchedule ¶
func (a *APIClient) DeleteUpdateSchedule(ctx context.Context, projectId string, serverId string, scheduleId string, region string) ApiDeleteUpdateScheduleRequest
DeleteUpdateSchedule: delete update schedule
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param serverId server id @param scheduleId update schedule id @param region region @return ApiDeleteUpdateScheduleRequest
func (*APIClient) DeleteUpdateScheduleExecute ¶
func (*APIClient) DisableServiceResource ¶
func (a *APIClient) DisableServiceResource(ctx context.Context, projectId string, serverId string, region string) ApiDisableServiceResourceRequest
DisableServiceResource: disable update service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param serverId server id @param region region @return ApiDisableServiceResourceRequest
func (*APIClient) DisableServiceResourceExecute ¶
func (*APIClient) EnableServiceResource ¶
func (a *APIClient) EnableServiceResource(ctx context.Context, projectId string, serverId string, region string) ApiEnableServiceResourceRequest
EnableServiceResource: enable update service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param serverId server id @param region region @return ApiEnableServiceResourceRequest
func (*APIClient) EnableServiceResourceExecute ¶
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *config.Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
func (*APIClient) GetServiceResource ¶ added in v0.3.0
func (a *APIClient) GetServiceResource(ctx context.Context, projectId string, serverId string, region string) ApiGetServiceResourceRequest
GetServiceResource: get update service details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param serverId server id @param region region @return ApiGetServiceResourceRequest
func (*APIClient) GetServiceResourceExecute ¶ added in v0.3.0
func (*APIClient) GetUpdate ¶
func (a *APIClient) GetUpdate(ctx context.Context, projectId string, serverId string, updateId string, region string) ApiGetUpdateRequest
GetUpdate: get update
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param serverId server id @param updateId id of the update @param region region @return ApiGetUpdateRequest
func (*APIClient) GetUpdateExecute ¶
func (*APIClient) GetUpdateSchedule ¶
func (a *APIClient) GetUpdateSchedule(ctx context.Context, projectId string, serverId string, scheduleId string, region string) ApiGetUpdateScheduleRequest
GetUpdateSchedule: get single update schedule details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param serverId server id @param scheduleId update schedule id @param region region @return ApiGetUpdateScheduleRequest
func (*APIClient) GetUpdateScheduleExecute ¶
func (*APIClient) ListUpdatePolicies ¶ added in v0.2.1
func (a *APIClient) ListUpdatePolicies(ctx context.Context, projectId string) ApiListUpdatePoliciesRequest
ListUpdatePolicies: get list of update policies
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @return ApiListUpdatePoliciesRequest
func (*APIClient) ListUpdatePoliciesExecute ¶ added in v0.2.1
func (*APIClient) ListUpdateSchedules ¶
func (a *APIClient) ListUpdateSchedules(ctx context.Context, projectId string, serverId string, region string) ApiListUpdateSchedulesRequest
ListUpdateSchedules: get list of update schedules
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param serverId server id @param region region @return ApiListUpdateSchedulesRequest
func (*APIClient) ListUpdateSchedulesExecute ¶
func (*APIClient) ListUpdates ¶
func (a *APIClient) ListUpdates(ctx context.Context, projectId string, serverId string, region string) ApiListUpdatesRequest
ListUpdates: get list of updates
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param serverId server id @param region region @return ApiListUpdatesRequest
func (*APIClient) ListUpdatesExecute ¶
func (*APIClient) UpdateUpdateSchedule ¶
func (a *APIClient) UpdateUpdateSchedule(ctx context.Context, projectId string, serverId string, scheduleId string, region string) ApiUpdateUpdateScheduleRequest
UpdateUpdateSchedule: update update schedule
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId project id @param serverId server id @param scheduleId update schedule id @param region region @return ApiUpdateUpdateScheduleRequest
type ApiCreateUpdateRequest ¶
type ApiCreateUpdateRequest struct {
// contains filtered or unexported fields
}
func (ApiCreateUpdateRequest) CreateUpdatePayload ¶
func (r ApiCreateUpdateRequest) CreateUpdatePayload(createUpdatePayload CreateUpdatePayload) ApiCreateUpdateRequest
func (ApiCreateUpdateRequest) Execute ¶
func (r ApiCreateUpdateRequest) Execute() (*Update, error)
type ApiCreateUpdateScheduleRequest ¶
type ApiCreateUpdateScheduleRequest struct {
// contains filtered or unexported fields
}
func (ApiCreateUpdateScheduleRequest) CreateUpdateSchedulePayload ¶
func (r ApiCreateUpdateScheduleRequest) CreateUpdateSchedulePayload(createUpdateSchedulePayload CreateUpdateSchedulePayload) ApiCreateUpdateScheduleRequest
func (ApiCreateUpdateScheduleRequest) Execute ¶
func (r ApiCreateUpdateScheduleRequest) Execute() (*UpdateSchedule, error)
type ApiDeleteUpdateScheduleRequest ¶
type ApiDeleteUpdateScheduleRequest struct {
// contains filtered or unexported fields
}
func (ApiDeleteUpdateScheduleRequest) Execute ¶
func (r ApiDeleteUpdateScheduleRequest) Execute() error
type ApiDisableServiceResourceRequest ¶
type ApiDisableServiceResourceRequest struct {
// contains filtered or unexported fields
}
func (ApiDisableServiceResourceRequest) Execute ¶
func (r ApiDisableServiceResourceRequest) Execute() error
type ApiEnableServiceResourceRequest ¶
type ApiEnableServiceResourceRequest struct {
// contains filtered or unexported fields
}
func (ApiEnableServiceResourceRequest) EnableServiceResourcePayload ¶
func (r ApiEnableServiceResourceRequest) EnableServiceResourcePayload(enableServiceResourcePayload EnableServiceResourcePayload) ApiEnableServiceResourceRequest
func (ApiEnableServiceResourceRequest) Execute ¶
func (r ApiEnableServiceResourceRequest) Execute() error
type ApiGetServiceResourceRequest ¶ added in v0.3.0
type ApiGetServiceResourceRequest struct {
// contains filtered or unexported fields
}
func (ApiGetServiceResourceRequest) Execute ¶ added in v0.3.0
func (r ApiGetServiceResourceRequest) Execute() (*GetUpdateServiceResponse, error)
type ApiGetUpdateRequest ¶
type ApiGetUpdateRequest struct {
// contains filtered or unexported fields
}
func (ApiGetUpdateRequest) Execute ¶
func (r ApiGetUpdateRequest) Execute() (*Update, error)
type ApiGetUpdateScheduleRequest ¶
type ApiGetUpdateScheduleRequest struct {
// contains filtered or unexported fields
}
func (ApiGetUpdateScheduleRequest) Execute ¶
func (r ApiGetUpdateScheduleRequest) Execute() (*UpdateSchedule, error)
type ApiListUpdatePoliciesRequest ¶ added in v0.2.1
type ApiListUpdatePoliciesRequest struct {
// contains filtered or unexported fields
}
func (ApiListUpdatePoliciesRequest) Execute ¶ added in v0.2.1
func (r ApiListUpdatePoliciesRequest) Execute() (*GetUpdatePoliciesResponse, error)
type ApiListUpdateSchedulesRequest ¶
type ApiListUpdateSchedulesRequest struct {
// contains filtered or unexported fields
}
func (ApiListUpdateSchedulesRequest) Execute ¶
func (r ApiListUpdateSchedulesRequest) Execute() (*GetUpdateSchedulesResponse, error)
type ApiListUpdatesRequest ¶
type ApiListUpdatesRequest struct {
// contains filtered or unexported fields
}
func (ApiListUpdatesRequest) Execute ¶
func (r ApiListUpdatesRequest) Execute() (*GetUpdatesListResponse, error)
type ApiUpdateUpdateScheduleRequest ¶
type ApiUpdateUpdateScheduleRequest struct {
// contains filtered or unexported fields
}
func (ApiUpdateUpdateScheduleRequest) Execute ¶
func (r ApiUpdateUpdateScheduleRequest) Execute() (*UpdateSchedule, error)
func (ApiUpdateUpdateScheduleRequest) UpdateUpdateSchedulePayload ¶
func (r ApiUpdateUpdateScheduleRequest) UpdateUpdateSchedulePayload(updateUpdateSchedulePayload UpdateUpdateSchedulePayload) ApiUpdateUpdateScheduleRequest
type CreateUpdatePayload ¶
type CreateUpdatePayload struct { BackupBeforeUpdate CreateUpdatePayloadgetBackupBeforeUpdateAttributeType `json:"backupBeforeUpdate,omitempty"` // Can be cast to int32 without loss of precision. // REQUIRED MaintenanceWindow CreateUpdatePayloadGetMaintenanceWindowAttributeType `json:"maintenanceWindow"` }
CreateUpdatePayload struct for CreateUpdatePayload
func NewCreateUpdatePayload ¶
func NewCreateUpdatePayload(maintenanceWindow CreateUpdatePayloadGetMaintenanceWindowArgType) *CreateUpdatePayload
NewCreateUpdatePayload instantiates a new CreateUpdatePayload 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 NewCreateUpdatePayloadWithDefaults ¶
func NewCreateUpdatePayloadWithDefaults() *CreateUpdatePayload
NewCreateUpdatePayloadWithDefaults instantiates a new CreateUpdatePayload 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 (*CreateUpdatePayload) GetBackupBeforeUpdate ¶
func (o *CreateUpdatePayload) GetBackupBeforeUpdate() (res CreateUpdatePayloadgetBackupBeforeUpdateRetType)
GetBackupBeforeUpdate returns the BackupBeforeUpdate field value if set, zero value otherwise.
func (*CreateUpdatePayload) GetBackupBeforeUpdateOk ¶
func (o *CreateUpdatePayload) GetBackupBeforeUpdateOk() (ret CreateUpdatePayloadgetBackupBeforeUpdateRetType, ok bool)
GetBackupBeforeUpdateOk returns a tuple with the BackupBeforeUpdate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUpdatePayload) GetMaintenanceWindow ¶
func (o *CreateUpdatePayload) GetMaintenanceWindow() (ret CreateUpdatePayloadGetMaintenanceWindowRetType)
GetMaintenanceWindow returns the MaintenanceWindow field value
func (*CreateUpdatePayload) GetMaintenanceWindowOk ¶
func (o *CreateUpdatePayload) GetMaintenanceWindowOk() (ret CreateUpdatePayloadGetMaintenanceWindowRetType, ok bool)
GetMaintenanceWindowOk returns a tuple with the MaintenanceWindow field value and a boolean to check if the value has been set.
func (*CreateUpdatePayload) HasBackupBeforeUpdate ¶
func (o *CreateUpdatePayload) HasBackupBeforeUpdate() bool
HasBackupBeforeUpdate returns a boolean if a field has been set.
func (*CreateUpdatePayload) SetBackupBeforeUpdate ¶
func (o *CreateUpdatePayload) SetBackupBeforeUpdate(v CreateUpdatePayloadgetBackupBeforeUpdateRetType)
SetBackupBeforeUpdate gets a reference to the given bool and assigns it to the BackupBeforeUpdate field.
func (*CreateUpdatePayload) SetMaintenanceWindow ¶
func (o *CreateUpdatePayload) SetMaintenanceWindow(v CreateUpdatePayloadGetMaintenanceWindowRetType)
SetMaintenanceWindow sets field value
func (CreateUpdatePayload) ToMap ¶
func (o CreateUpdatePayload) ToMap() (map[string]interface{}, error)
type CreateUpdatePayloadGetMaintenanceWindowArgType ¶ added in v1.0.0
type CreateUpdatePayloadGetMaintenanceWindowArgType = int64
type CreateUpdatePayloadGetMaintenanceWindowAttributeType ¶ added in v1.0.0
type CreateUpdatePayloadGetMaintenanceWindowAttributeType = *int64
isInteger
type CreateUpdatePayloadGetMaintenanceWindowRetType ¶ added in v1.0.0
type CreateUpdatePayloadGetMaintenanceWindowRetType = int64
type CreateUpdatePayloadgetBackupBeforeUpdateArgType ¶ added in v1.0.0
type CreateUpdatePayloadgetBackupBeforeUpdateArgType = bool
type CreateUpdatePayloadgetBackupBeforeUpdateAttributeType ¶ added in v1.0.0
type CreateUpdatePayloadgetBackupBeforeUpdateAttributeType = *bool
isBoolean
type CreateUpdatePayloadgetBackupBeforeUpdateRetType ¶ added in v1.0.0
type CreateUpdatePayloadgetBackupBeforeUpdateRetType = bool
type CreateUpdateSchedulePayload ¶
type CreateUpdateSchedulePayload struct { // REQUIRED Enabled CreateUpdateSchedulePayloadgetEnabledAttributeType `json:"enabled"` // Can be cast to int32 without loss of precision. // REQUIRED MaintenanceWindow CreateUpdateSchedulePayloadGetMaintenanceWindowAttributeType `json:"maintenanceWindow"` // REQUIRED Name CreateUpdateSchedulePayloadGetNameAttributeType `json:"name"` // REQUIRED Rrule CreateUpdateSchedulePayloadGetRruleAttributeType `json:"rrule"` }
CreateUpdateSchedulePayload struct for CreateUpdateSchedulePayload
func NewCreateUpdateSchedulePayload ¶
func NewCreateUpdateSchedulePayload(enabled CreateUpdateSchedulePayloadgetEnabledArgType, maintenanceWindow CreateUpdateSchedulePayloadGetMaintenanceWindowArgType, name CreateUpdateSchedulePayloadGetNameArgType, rrule CreateUpdateSchedulePayloadGetRruleArgType) *CreateUpdateSchedulePayload
NewCreateUpdateSchedulePayload instantiates a new CreateUpdateSchedulePayload 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 NewCreateUpdateSchedulePayloadWithDefaults ¶
func NewCreateUpdateSchedulePayloadWithDefaults() *CreateUpdateSchedulePayload
NewCreateUpdateSchedulePayloadWithDefaults instantiates a new CreateUpdateSchedulePayload 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 (*CreateUpdateSchedulePayload) GetEnabled ¶
func (o *CreateUpdateSchedulePayload) GetEnabled() (ret CreateUpdateSchedulePayloadgetEnabledRetType)
GetEnabled returns the Enabled field value
func (*CreateUpdateSchedulePayload) GetEnabledOk ¶
func (o *CreateUpdateSchedulePayload) GetEnabledOk() (ret CreateUpdateSchedulePayloadgetEnabledRetType, ok bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*CreateUpdateSchedulePayload) GetMaintenanceWindow ¶
func (o *CreateUpdateSchedulePayload) GetMaintenanceWindow() (ret CreateUpdateSchedulePayloadGetMaintenanceWindowRetType)
GetMaintenanceWindow returns the MaintenanceWindow field value
func (*CreateUpdateSchedulePayload) GetMaintenanceWindowOk ¶
func (o *CreateUpdateSchedulePayload) GetMaintenanceWindowOk() (ret CreateUpdateSchedulePayloadGetMaintenanceWindowRetType, ok bool)
GetMaintenanceWindowOk returns a tuple with the MaintenanceWindow field value and a boolean to check if the value has been set.
func (*CreateUpdateSchedulePayload) GetName ¶
func (o *CreateUpdateSchedulePayload) GetName() (ret CreateUpdateSchedulePayloadGetNameRetType)
GetName returns the Name field value
func (*CreateUpdateSchedulePayload) GetNameOk ¶
func (o *CreateUpdateSchedulePayload) GetNameOk() (ret CreateUpdateSchedulePayloadGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateUpdateSchedulePayload) GetRrule ¶
func (o *CreateUpdateSchedulePayload) GetRrule() (ret CreateUpdateSchedulePayloadGetRruleRetType)
GetRrule returns the Rrule field value
func (*CreateUpdateSchedulePayload) GetRruleOk ¶
func (o *CreateUpdateSchedulePayload) GetRruleOk() (ret CreateUpdateSchedulePayloadGetRruleRetType, ok bool)
GetRruleOk returns a tuple with the Rrule field value and a boolean to check if the value has been set.
func (*CreateUpdateSchedulePayload) SetEnabled ¶
func (o *CreateUpdateSchedulePayload) SetEnabled(v CreateUpdateSchedulePayloadgetEnabledRetType)
SetEnabled sets field value
func (*CreateUpdateSchedulePayload) SetMaintenanceWindow ¶
func (o *CreateUpdateSchedulePayload) SetMaintenanceWindow(v CreateUpdateSchedulePayloadGetMaintenanceWindowRetType)
SetMaintenanceWindow sets field value
func (*CreateUpdateSchedulePayload) SetName ¶
func (o *CreateUpdateSchedulePayload) SetName(v CreateUpdateSchedulePayloadGetNameRetType)
SetName sets field value
func (*CreateUpdateSchedulePayload) SetRrule ¶
func (o *CreateUpdateSchedulePayload) SetRrule(v CreateUpdateSchedulePayloadGetRruleRetType)
SetRrule sets field value
func (CreateUpdateSchedulePayload) ToMap ¶
func (o CreateUpdateSchedulePayload) ToMap() (map[string]interface{}, error)
type CreateUpdateSchedulePayloadGetMaintenanceWindowArgType ¶ added in v1.0.0
type CreateUpdateSchedulePayloadGetMaintenanceWindowArgType = int64
type CreateUpdateSchedulePayloadGetMaintenanceWindowAttributeType ¶ added in v1.0.0
type CreateUpdateSchedulePayloadGetMaintenanceWindowAttributeType = *int64
isInteger
type CreateUpdateSchedulePayloadGetMaintenanceWindowRetType ¶ added in v1.0.0
type CreateUpdateSchedulePayloadGetMaintenanceWindowRetType = int64
type CreateUpdateSchedulePayloadGetNameArgType ¶ added in v1.0.0
type CreateUpdateSchedulePayloadGetNameArgType = string
type CreateUpdateSchedulePayloadGetNameAttributeType ¶ added in v1.0.0
type CreateUpdateSchedulePayloadGetNameAttributeType = *string
isNotNullableString
type CreateUpdateSchedulePayloadGetNameRetType ¶ added in v1.0.0
type CreateUpdateSchedulePayloadGetNameRetType = string
type CreateUpdateSchedulePayloadGetRruleArgType ¶ added in v1.0.0
type CreateUpdateSchedulePayloadGetRruleArgType = string
type CreateUpdateSchedulePayloadGetRruleAttributeType ¶ added in v1.0.0
type CreateUpdateSchedulePayloadGetRruleAttributeType = *string
isNotNullableString
type CreateUpdateSchedulePayloadGetRruleRetType ¶ added in v1.0.0
type CreateUpdateSchedulePayloadGetRruleRetType = string
type CreateUpdateSchedulePayloadgetEnabledArgType ¶ added in v1.0.0
type CreateUpdateSchedulePayloadgetEnabledArgType = bool
type CreateUpdateSchedulePayloadgetEnabledAttributeType ¶ added in v1.0.0
type CreateUpdateSchedulePayloadgetEnabledAttributeType = *bool
isBoolean
type CreateUpdateSchedulePayloadgetEnabledRetType ¶ added in v1.0.0
type CreateUpdateSchedulePayloadgetEnabledRetType = bool
type EnableServiceResourcePayload ¶
type EnableServiceResourcePayload struct {
UpdatePolicyId EnableServiceResourcePayloadGetUpdatePolicyIdAttributeType `json:"updatePolicyId,omitempty"`
}
EnableServiceResourcePayload struct for EnableServiceResourcePayload
func NewEnableServiceResourcePayload ¶
func NewEnableServiceResourcePayload() *EnableServiceResourcePayload
NewEnableServiceResourcePayload instantiates a new EnableServiceResourcePayload 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 NewEnableServiceResourcePayloadWithDefaults ¶
func NewEnableServiceResourcePayloadWithDefaults() *EnableServiceResourcePayload
NewEnableServiceResourcePayloadWithDefaults instantiates a new EnableServiceResourcePayload 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 (*EnableServiceResourcePayload) GetUpdatePolicyId ¶
func (o *EnableServiceResourcePayload) GetUpdatePolicyId() (res EnableServiceResourcePayloadGetUpdatePolicyIdRetType)
GetUpdatePolicyId returns the UpdatePolicyId field value if set, zero value otherwise.
func (*EnableServiceResourcePayload) GetUpdatePolicyIdOk ¶
func (o *EnableServiceResourcePayload) GetUpdatePolicyIdOk() (ret EnableServiceResourcePayloadGetUpdatePolicyIdRetType, ok bool)
GetUpdatePolicyIdOk returns a tuple with the UpdatePolicyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnableServiceResourcePayload) HasUpdatePolicyId ¶
func (o *EnableServiceResourcePayload) HasUpdatePolicyId() bool
HasUpdatePolicyId returns a boolean if a field has been set.
func (*EnableServiceResourcePayload) SetUpdatePolicyId ¶
func (o *EnableServiceResourcePayload) SetUpdatePolicyId(v EnableServiceResourcePayloadGetUpdatePolicyIdRetType)
SetUpdatePolicyId gets a reference to the given string and assigns it to the UpdatePolicyId field.
func (EnableServiceResourcePayload) ToMap ¶
func (o EnableServiceResourcePayload) ToMap() (map[string]interface{}, error)
type EnableServiceResourcePayloadGetUpdatePolicyIdArgType ¶ added in v1.0.0
type EnableServiceResourcePayloadGetUpdatePolicyIdArgType = string
type EnableServiceResourcePayloadGetUpdatePolicyIdAttributeType ¶ added in v1.0.0
type EnableServiceResourcePayloadGetUpdatePolicyIdAttributeType = *string
isNotNullableString
type EnableServiceResourcePayloadGetUpdatePolicyIdRetType ¶ added in v1.0.0
type EnableServiceResourcePayloadGetUpdatePolicyIdRetType = string
type ErrorResponse ¶ added in v1.0.0
type ErrorResponse struct { // Details about the error // REQUIRED Message ErrorResponseGetMessageAttributeType `json:"message"` // The string representation of the http status code (i.e. Not Found, Bad Request, etc) // REQUIRED Status ErrorResponseGetStatusAttributeType `json:"status"` }
ErrorResponse struct for ErrorResponse
func NewErrorResponse ¶ added in v1.0.0
func NewErrorResponse(message ErrorResponseGetMessageArgType, status ErrorResponseGetStatusArgType) *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 ¶ added in v1.0.0
func NewErrorResponseWithDefaults() *ErrorResponse
NewErrorResponseWithDefaults instantiates a new ErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ErrorResponse) GetMessage ¶ added in v1.0.0
func (o *ErrorResponse) GetMessage() (ret ErrorResponseGetMessageRetType)
GetMessage returns the Message field value
func (*ErrorResponse) GetMessageOk ¶ added in v1.0.0
func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ErrorResponse) GetStatus ¶ added in v1.0.0
func (o *ErrorResponse) GetStatus() (ret ErrorResponseGetStatusRetType)
GetStatus returns the Status field value
func (*ErrorResponse) GetStatusOk ¶ added in v1.0.0
func (o *ErrorResponse) GetStatusOk() (ret ErrorResponseGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*ErrorResponse) SetMessage ¶ added in v1.0.0
func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType)
SetMessage sets field value
func (*ErrorResponse) SetStatus ¶ added in v1.0.0
func (o *ErrorResponse) SetStatus(v ErrorResponseGetStatusRetType)
SetStatus sets field value
func (ErrorResponse) ToMap ¶ added in v1.0.0
func (o ErrorResponse) ToMap() (map[string]interface{}, error)
type ErrorResponseGetMessageArgType ¶ added in v1.0.0
type ErrorResponseGetMessageArgType = string
type ErrorResponseGetMessageAttributeType ¶ added in v1.0.0
type ErrorResponseGetMessageAttributeType = *string
isNotNullableString
type ErrorResponseGetMessageRetType ¶ added in v1.0.0
type ErrorResponseGetMessageRetType = string
type ErrorResponseGetStatusArgType ¶ added in v1.0.0
type ErrorResponseGetStatusArgType = string
type ErrorResponseGetStatusAttributeType ¶ added in v1.0.0
type ErrorResponseGetStatusAttributeType = *string
isNotNullableString
type ErrorResponseGetStatusRetType ¶ added in v1.0.0
type ErrorResponseGetStatusRetType = string
type GetUpdatePoliciesResponse ¶ added in v0.2.1
type GetUpdatePoliciesResponse struct {
Items GetUpdatePoliciesResponseGetItemsAttributeType `json:"items,omitempty"`
}
GetUpdatePoliciesResponse struct for GetUpdatePoliciesResponse
func NewGetUpdatePoliciesResponse ¶ added in v0.2.1
func NewGetUpdatePoliciesResponse() *GetUpdatePoliciesResponse
NewGetUpdatePoliciesResponse instantiates a new GetUpdatePoliciesResponse 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 NewGetUpdatePoliciesResponseWithDefaults ¶ added in v0.2.1
func NewGetUpdatePoliciesResponseWithDefaults() *GetUpdatePoliciesResponse
NewGetUpdatePoliciesResponseWithDefaults instantiates a new GetUpdatePoliciesResponse 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 (*GetUpdatePoliciesResponse) GetItems ¶ added in v0.2.1
func (o *GetUpdatePoliciesResponse) GetItems() (res GetUpdatePoliciesResponseGetItemsRetType)
GetItems returns the Items field value if set, zero value otherwise.
func (*GetUpdatePoliciesResponse) GetItemsOk ¶ added in v0.2.1
func (o *GetUpdatePoliciesResponse) GetItemsOk() (ret GetUpdatePoliciesResponseGetItemsRetType, ok 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 (*GetUpdatePoliciesResponse) HasItems ¶ added in v0.2.1
func (o *GetUpdatePoliciesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*GetUpdatePoliciesResponse) SetItems ¶ added in v0.2.1
func (o *GetUpdatePoliciesResponse) SetItems(v GetUpdatePoliciesResponseGetItemsRetType)
SetItems gets a reference to the given []UpdatePolicy and assigns it to the Items field.
func (GetUpdatePoliciesResponse) ToMap ¶ added in v0.2.1
func (o GetUpdatePoliciesResponse) ToMap() (map[string]interface{}, error)
type GetUpdatePoliciesResponseGetItemsArgType ¶ added in v1.0.0
type GetUpdatePoliciesResponseGetItemsArgType = []UpdatePolicy
type GetUpdatePoliciesResponseGetItemsAttributeType ¶ added in v1.0.0
type GetUpdatePoliciesResponseGetItemsAttributeType = *[]UpdatePolicy
isArray
type GetUpdatePoliciesResponseGetItemsRetType ¶ added in v1.0.0
type GetUpdatePoliciesResponseGetItemsRetType = []UpdatePolicy
type GetUpdateSchedulesResponse ¶
type GetUpdateSchedulesResponse struct {
Items GetUpdateSchedulesResponseGetItemsAttributeType `json:"items,omitempty"`
}
GetUpdateSchedulesResponse struct for GetUpdateSchedulesResponse
func NewGetUpdateSchedulesResponse ¶
func NewGetUpdateSchedulesResponse() *GetUpdateSchedulesResponse
NewGetUpdateSchedulesResponse instantiates a new GetUpdateSchedulesResponse 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 NewGetUpdateSchedulesResponseWithDefaults ¶
func NewGetUpdateSchedulesResponseWithDefaults() *GetUpdateSchedulesResponse
NewGetUpdateSchedulesResponseWithDefaults instantiates a new GetUpdateSchedulesResponse 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 (*GetUpdateSchedulesResponse) GetItems ¶
func (o *GetUpdateSchedulesResponse) GetItems() (res GetUpdateSchedulesResponseGetItemsRetType)
GetItems returns the Items field value if set, zero value otherwise.
func (*GetUpdateSchedulesResponse) GetItemsOk ¶
func (o *GetUpdateSchedulesResponse) GetItemsOk() (ret GetUpdateSchedulesResponseGetItemsRetType, ok 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 (*GetUpdateSchedulesResponse) HasItems ¶
func (o *GetUpdateSchedulesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*GetUpdateSchedulesResponse) SetItems ¶
func (o *GetUpdateSchedulesResponse) SetItems(v GetUpdateSchedulesResponseGetItemsRetType)
SetItems gets a reference to the given []UpdateSchedule and assigns it to the Items field.
func (GetUpdateSchedulesResponse) ToMap ¶
func (o GetUpdateSchedulesResponse) ToMap() (map[string]interface{}, error)
type GetUpdateSchedulesResponseGetItemsArgType ¶ added in v1.0.0
type GetUpdateSchedulesResponseGetItemsArgType = []UpdateSchedule
type GetUpdateSchedulesResponseGetItemsAttributeType ¶ added in v1.0.0
type GetUpdateSchedulesResponseGetItemsAttributeType = *[]UpdateSchedule
isArray
type GetUpdateSchedulesResponseGetItemsRetType ¶ added in v1.0.0
type GetUpdateSchedulesResponseGetItemsRetType = []UpdateSchedule
type GetUpdateServiceResponse ¶ added in v0.3.0
type GetUpdateServiceResponse struct {
Enabled GetUpdateServiceResponsegetEnabledAttributeType `json:"enabled,omitempty"`
}
GetUpdateServiceResponse struct for GetUpdateServiceResponse
func NewGetUpdateServiceResponse ¶ added in v0.3.0
func NewGetUpdateServiceResponse() *GetUpdateServiceResponse
NewGetUpdateServiceResponse instantiates a new GetUpdateServiceResponse 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 NewGetUpdateServiceResponseWithDefaults ¶ added in v0.3.0
func NewGetUpdateServiceResponseWithDefaults() *GetUpdateServiceResponse
NewGetUpdateServiceResponseWithDefaults instantiates a new GetUpdateServiceResponse 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 (*GetUpdateServiceResponse) GetEnabled ¶ added in v0.3.0
func (o *GetUpdateServiceResponse) GetEnabled() (res GetUpdateServiceResponsegetEnabledRetType)
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*GetUpdateServiceResponse) GetEnabledOk ¶ added in v0.3.0
func (o *GetUpdateServiceResponse) GetEnabledOk() (ret GetUpdateServiceResponsegetEnabledRetType, ok 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 (*GetUpdateServiceResponse) HasEnabled ¶ added in v0.3.0
func (o *GetUpdateServiceResponse) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*GetUpdateServiceResponse) SetEnabled ¶ added in v0.3.0
func (o *GetUpdateServiceResponse) SetEnabled(v GetUpdateServiceResponsegetEnabledRetType)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (GetUpdateServiceResponse) ToMap ¶ added in v0.3.0
func (o GetUpdateServiceResponse) ToMap() (map[string]interface{}, error)
type GetUpdateServiceResponsegetEnabledArgType ¶ added in v1.0.0
type GetUpdateServiceResponsegetEnabledArgType = bool
type GetUpdateServiceResponsegetEnabledAttributeType ¶ added in v1.0.0
type GetUpdateServiceResponsegetEnabledAttributeType = *bool
isBoolean
type GetUpdateServiceResponsegetEnabledRetType ¶ added in v1.0.0
type GetUpdateServiceResponsegetEnabledRetType = bool
type GetUpdatesListResponse ¶
type GetUpdatesListResponse struct {
Items GetUpdatesListResponseGetItemsAttributeType `json:"items,omitempty"`
}
GetUpdatesListResponse struct for GetUpdatesListResponse
func NewGetUpdatesListResponse ¶
func NewGetUpdatesListResponse() *GetUpdatesListResponse
NewGetUpdatesListResponse instantiates a new GetUpdatesListResponse 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 NewGetUpdatesListResponseWithDefaults ¶
func NewGetUpdatesListResponseWithDefaults() *GetUpdatesListResponse
NewGetUpdatesListResponseWithDefaults instantiates a new GetUpdatesListResponse 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 (*GetUpdatesListResponse) GetItems ¶
func (o *GetUpdatesListResponse) GetItems() (res GetUpdatesListResponseGetItemsRetType)
GetItems returns the Items field value if set, zero value otherwise.
func (*GetUpdatesListResponse) GetItemsOk ¶
func (o *GetUpdatesListResponse) GetItemsOk() (ret GetUpdatesListResponseGetItemsRetType, ok 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 (*GetUpdatesListResponse) HasItems ¶
func (o *GetUpdatesListResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*GetUpdatesListResponse) SetItems ¶
func (o *GetUpdatesListResponse) SetItems(v GetUpdatesListResponseGetItemsRetType)
SetItems gets a reference to the given []Update and assigns it to the Items field.
func (GetUpdatesListResponse) ToMap ¶
func (o GetUpdatesListResponse) ToMap() (map[string]interface{}, error)
type GetUpdatesListResponseGetItemsArgType ¶ added in v1.0.0
type GetUpdatesListResponseGetItemsArgType = []Update
type GetUpdatesListResponseGetItemsAttributeType ¶ added in v1.0.0
type GetUpdatesListResponseGetItemsAttributeType = *[]Update
isArray
type GetUpdatesListResponseGetItemsRetType ¶ added in v1.0.0
type GetUpdatesListResponseGetItemsRetType = []Update
type MappedNullable ¶
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 NullableCreateUpdatePayload ¶
type NullableCreateUpdatePayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateUpdatePayload ¶
func NewNullableCreateUpdatePayload(val *CreateUpdatePayload) *NullableCreateUpdatePayload
func (NullableCreateUpdatePayload) Get ¶
func (v NullableCreateUpdatePayload) Get() *CreateUpdatePayload
func (NullableCreateUpdatePayload) IsSet ¶
func (v NullableCreateUpdatePayload) IsSet() bool
func (NullableCreateUpdatePayload) MarshalJSON ¶
func (v NullableCreateUpdatePayload) MarshalJSON() ([]byte, error)
func (*NullableCreateUpdatePayload) Set ¶
func (v *NullableCreateUpdatePayload) Set(val *CreateUpdatePayload)
func (*NullableCreateUpdatePayload) UnmarshalJSON ¶
func (v *NullableCreateUpdatePayload) UnmarshalJSON(src []byte) error
func (*NullableCreateUpdatePayload) Unset ¶
func (v *NullableCreateUpdatePayload) Unset()
type NullableCreateUpdateSchedulePayload ¶
type NullableCreateUpdateSchedulePayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateUpdateSchedulePayload ¶
func NewNullableCreateUpdateSchedulePayload(val *CreateUpdateSchedulePayload) *NullableCreateUpdateSchedulePayload
func (NullableCreateUpdateSchedulePayload) Get ¶
func (v NullableCreateUpdateSchedulePayload) Get() *CreateUpdateSchedulePayload
func (NullableCreateUpdateSchedulePayload) IsSet ¶
func (v NullableCreateUpdateSchedulePayload) IsSet() bool
func (NullableCreateUpdateSchedulePayload) MarshalJSON ¶
func (v NullableCreateUpdateSchedulePayload) MarshalJSON() ([]byte, error)
func (*NullableCreateUpdateSchedulePayload) Set ¶
func (v *NullableCreateUpdateSchedulePayload) Set(val *CreateUpdateSchedulePayload)
func (*NullableCreateUpdateSchedulePayload) UnmarshalJSON ¶
func (v *NullableCreateUpdateSchedulePayload) UnmarshalJSON(src []byte) error
func (*NullableCreateUpdateSchedulePayload) Unset ¶
func (v *NullableCreateUpdateSchedulePayload) Unset()
type NullableEnableServiceResourcePayload ¶
type NullableEnableServiceResourcePayload struct {
// contains filtered or unexported fields
}
func NewNullableEnableServiceResourcePayload ¶
func NewNullableEnableServiceResourcePayload(val *EnableServiceResourcePayload) *NullableEnableServiceResourcePayload
func (NullableEnableServiceResourcePayload) Get ¶
func (v NullableEnableServiceResourcePayload) Get() *EnableServiceResourcePayload
func (NullableEnableServiceResourcePayload) IsSet ¶
func (v NullableEnableServiceResourcePayload) IsSet() bool
func (NullableEnableServiceResourcePayload) MarshalJSON ¶
func (v NullableEnableServiceResourcePayload) MarshalJSON() ([]byte, error)
func (*NullableEnableServiceResourcePayload) Set ¶
func (v *NullableEnableServiceResourcePayload) Set(val *EnableServiceResourcePayload)
func (*NullableEnableServiceResourcePayload) UnmarshalJSON ¶
func (v *NullableEnableServiceResourcePayload) UnmarshalJSON(src []byte) error
func (*NullableEnableServiceResourcePayload) Unset ¶
func (v *NullableEnableServiceResourcePayload) Unset()
type NullableErrorResponse ¶ added in v1.0.0
type NullableErrorResponse struct {
// contains filtered or unexported fields
}
func NewNullableErrorResponse ¶ added in v1.0.0
func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse
func (NullableErrorResponse) Get ¶ added in v1.0.0
func (v NullableErrorResponse) Get() *ErrorResponse
func (NullableErrorResponse) IsSet ¶ added in v1.0.0
func (v NullableErrorResponse) IsSet() bool
func (NullableErrorResponse) MarshalJSON ¶ added in v1.0.0
func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
func (*NullableErrorResponse) Set ¶ added in v1.0.0
func (v *NullableErrorResponse) Set(val *ErrorResponse)
func (*NullableErrorResponse) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
func (*NullableErrorResponse) Unset ¶ added in v1.0.0
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 NullableGetUpdatePoliciesResponse ¶ added in v0.2.1
type NullableGetUpdatePoliciesResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetUpdatePoliciesResponse ¶ added in v0.2.1
func NewNullableGetUpdatePoliciesResponse(val *GetUpdatePoliciesResponse) *NullableGetUpdatePoliciesResponse
func (NullableGetUpdatePoliciesResponse) Get ¶ added in v0.2.1
func (v NullableGetUpdatePoliciesResponse) Get() *GetUpdatePoliciesResponse
func (NullableGetUpdatePoliciesResponse) IsSet ¶ added in v0.2.1
func (v NullableGetUpdatePoliciesResponse) IsSet() bool
func (NullableGetUpdatePoliciesResponse) MarshalJSON ¶ added in v0.2.1
func (v NullableGetUpdatePoliciesResponse) MarshalJSON() ([]byte, error)
func (*NullableGetUpdatePoliciesResponse) Set ¶ added in v0.2.1
func (v *NullableGetUpdatePoliciesResponse) Set(val *GetUpdatePoliciesResponse)
func (*NullableGetUpdatePoliciesResponse) UnmarshalJSON ¶ added in v0.2.1
func (v *NullableGetUpdatePoliciesResponse) UnmarshalJSON(src []byte) error
func (*NullableGetUpdatePoliciesResponse) Unset ¶ added in v0.2.1
func (v *NullableGetUpdatePoliciesResponse) Unset()
type NullableGetUpdateSchedulesResponse ¶
type NullableGetUpdateSchedulesResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetUpdateSchedulesResponse ¶
func NewNullableGetUpdateSchedulesResponse(val *GetUpdateSchedulesResponse) *NullableGetUpdateSchedulesResponse
func (NullableGetUpdateSchedulesResponse) Get ¶
func (v NullableGetUpdateSchedulesResponse) Get() *GetUpdateSchedulesResponse
func (NullableGetUpdateSchedulesResponse) IsSet ¶
func (v NullableGetUpdateSchedulesResponse) IsSet() bool
func (NullableGetUpdateSchedulesResponse) MarshalJSON ¶
func (v NullableGetUpdateSchedulesResponse) MarshalJSON() ([]byte, error)
func (*NullableGetUpdateSchedulesResponse) Set ¶
func (v *NullableGetUpdateSchedulesResponse) Set(val *GetUpdateSchedulesResponse)
func (*NullableGetUpdateSchedulesResponse) UnmarshalJSON ¶
func (v *NullableGetUpdateSchedulesResponse) UnmarshalJSON(src []byte) error
func (*NullableGetUpdateSchedulesResponse) Unset ¶
func (v *NullableGetUpdateSchedulesResponse) Unset()
type NullableGetUpdateServiceResponse ¶ added in v0.3.0
type NullableGetUpdateServiceResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetUpdateServiceResponse ¶ added in v0.3.0
func NewNullableGetUpdateServiceResponse(val *GetUpdateServiceResponse) *NullableGetUpdateServiceResponse
func (NullableGetUpdateServiceResponse) Get ¶ added in v0.3.0
func (v NullableGetUpdateServiceResponse) Get() *GetUpdateServiceResponse
func (NullableGetUpdateServiceResponse) IsSet ¶ added in v0.3.0
func (v NullableGetUpdateServiceResponse) IsSet() bool
func (NullableGetUpdateServiceResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableGetUpdateServiceResponse) MarshalJSON() ([]byte, error)
func (*NullableGetUpdateServiceResponse) Set ¶ added in v0.3.0
func (v *NullableGetUpdateServiceResponse) Set(val *GetUpdateServiceResponse)
func (*NullableGetUpdateServiceResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableGetUpdateServiceResponse) UnmarshalJSON(src []byte) error
func (*NullableGetUpdateServiceResponse) Unset ¶ added in v0.3.0
func (v *NullableGetUpdateServiceResponse) Unset()
type NullableGetUpdatesListResponse ¶
type NullableGetUpdatesListResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetUpdatesListResponse ¶
func NewNullableGetUpdatesListResponse(val *GetUpdatesListResponse) *NullableGetUpdatesListResponse
func (NullableGetUpdatesListResponse) Get ¶
func (v NullableGetUpdatesListResponse) Get() *GetUpdatesListResponse
func (NullableGetUpdatesListResponse) IsSet ¶
func (v NullableGetUpdatesListResponse) IsSet() bool
func (NullableGetUpdatesListResponse) MarshalJSON ¶
func (v NullableGetUpdatesListResponse) MarshalJSON() ([]byte, error)
func (*NullableGetUpdatesListResponse) Set ¶
func (v *NullableGetUpdatesListResponse) Set(val *GetUpdatesListResponse)
func (*NullableGetUpdatesListResponse) UnmarshalJSON ¶
func (v *NullableGetUpdatesListResponse) UnmarshalJSON(src []byte) error
func (*NullableGetUpdatesListResponse) Unset ¶
func (v *NullableGetUpdatesListResponse) 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 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 NullableUpdate ¶
type NullableUpdate struct {
// contains filtered or unexported fields
}
func NewNullableUpdate ¶
func NewNullableUpdate(val *Update) *NullableUpdate
func (NullableUpdate) Get ¶
func (v NullableUpdate) Get() *Update
func (NullableUpdate) IsSet ¶
func (v NullableUpdate) IsSet() bool
func (NullableUpdate) MarshalJSON ¶
func (v NullableUpdate) MarshalJSON() ([]byte, error)
func (*NullableUpdate) Set ¶
func (v *NullableUpdate) Set(val *Update)
func (*NullableUpdate) UnmarshalJSON ¶
func (v *NullableUpdate) UnmarshalJSON(src []byte) error
func (*NullableUpdate) Unset ¶
func (v *NullableUpdate) Unset()
type NullableUpdatePolicy ¶ added in v0.2.1
type NullableUpdatePolicy struct {
// contains filtered or unexported fields
}
func NewNullableUpdatePolicy ¶ added in v0.2.1
func NewNullableUpdatePolicy(val *UpdatePolicy) *NullableUpdatePolicy
func (NullableUpdatePolicy) Get ¶ added in v0.2.1
func (v NullableUpdatePolicy) Get() *UpdatePolicy
func (NullableUpdatePolicy) IsSet ¶ added in v0.2.1
func (v NullableUpdatePolicy) IsSet() bool
func (NullableUpdatePolicy) MarshalJSON ¶ added in v0.2.1
func (v NullableUpdatePolicy) MarshalJSON() ([]byte, error)
func (*NullableUpdatePolicy) Set ¶ added in v0.2.1
func (v *NullableUpdatePolicy) Set(val *UpdatePolicy)
func (*NullableUpdatePolicy) UnmarshalJSON ¶ added in v0.2.1
func (v *NullableUpdatePolicy) UnmarshalJSON(src []byte) error
func (*NullableUpdatePolicy) Unset ¶ added in v0.2.1
func (v *NullableUpdatePolicy) Unset()
type NullableUpdateSchedule ¶
type NullableUpdateSchedule struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSchedule ¶
func NewNullableUpdateSchedule(val *UpdateSchedule) *NullableUpdateSchedule
func (NullableUpdateSchedule) Get ¶
func (v NullableUpdateSchedule) Get() *UpdateSchedule
func (NullableUpdateSchedule) IsSet ¶
func (v NullableUpdateSchedule) IsSet() bool
func (NullableUpdateSchedule) MarshalJSON ¶
func (v NullableUpdateSchedule) MarshalJSON() ([]byte, error)
func (*NullableUpdateSchedule) Set ¶
func (v *NullableUpdateSchedule) Set(val *UpdateSchedule)
func (*NullableUpdateSchedule) UnmarshalJSON ¶
func (v *NullableUpdateSchedule) UnmarshalJSON(src []byte) error
func (*NullableUpdateSchedule) Unset ¶
func (v *NullableUpdateSchedule) Unset()
type NullableUpdateScheduleAllOf ¶ added in v0.4.0
type NullableUpdateScheduleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableUpdateScheduleAllOf ¶ added in v0.4.0
func NewNullableUpdateScheduleAllOf(val *UpdateScheduleAllOf) *NullableUpdateScheduleAllOf
func (NullableUpdateScheduleAllOf) Get ¶ added in v0.4.0
func (v NullableUpdateScheduleAllOf) Get() *UpdateScheduleAllOf
func (NullableUpdateScheduleAllOf) IsSet ¶ added in v0.4.0
func (v NullableUpdateScheduleAllOf) IsSet() bool
func (NullableUpdateScheduleAllOf) MarshalJSON ¶ added in v0.4.0
func (v NullableUpdateScheduleAllOf) MarshalJSON() ([]byte, error)
func (*NullableUpdateScheduleAllOf) Set ¶ added in v0.4.0
func (v *NullableUpdateScheduleAllOf) Set(val *UpdateScheduleAllOf)
func (*NullableUpdateScheduleAllOf) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableUpdateScheduleAllOf) UnmarshalJSON(src []byte) error
func (*NullableUpdateScheduleAllOf) Unset ¶ added in v0.4.0
func (v *NullableUpdateScheduleAllOf) Unset()
type NullableUpdateScheduleCreateRequest ¶ added in v0.4.0
type NullableUpdateScheduleCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateScheduleCreateRequest ¶ added in v0.4.0
func NewNullableUpdateScheduleCreateRequest(val *UpdateScheduleCreateRequest) *NullableUpdateScheduleCreateRequest
func (NullableUpdateScheduleCreateRequest) Get ¶ added in v0.4.0
func (v NullableUpdateScheduleCreateRequest) Get() *UpdateScheduleCreateRequest
func (NullableUpdateScheduleCreateRequest) IsSet ¶ added in v0.4.0
func (v NullableUpdateScheduleCreateRequest) IsSet() bool
func (NullableUpdateScheduleCreateRequest) MarshalJSON ¶ added in v0.4.0
func (v NullableUpdateScheduleCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateScheduleCreateRequest) Set ¶ added in v0.4.0
func (v *NullableUpdateScheduleCreateRequest) Set(val *UpdateScheduleCreateRequest)
func (*NullableUpdateScheduleCreateRequest) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableUpdateScheduleCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateScheduleCreateRequest) Unset ¶ added in v0.4.0
func (v *NullableUpdateScheduleCreateRequest) Unset()
type NullableUpdateUpdateSchedulePayload ¶
type NullableUpdateUpdateSchedulePayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateUpdateSchedulePayload ¶
func NewNullableUpdateUpdateSchedulePayload(val *UpdateUpdateSchedulePayload) *NullableUpdateUpdateSchedulePayload
func (NullableUpdateUpdateSchedulePayload) Get ¶
func (v NullableUpdateUpdateSchedulePayload) Get() *UpdateUpdateSchedulePayload
func (NullableUpdateUpdateSchedulePayload) IsSet ¶
func (v NullableUpdateUpdateSchedulePayload) IsSet() bool
func (NullableUpdateUpdateSchedulePayload) MarshalJSON ¶
func (v NullableUpdateUpdateSchedulePayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateUpdateSchedulePayload) Set ¶
func (v *NullableUpdateUpdateSchedulePayload) Set(val *UpdateUpdateSchedulePayload)
func (*NullableUpdateUpdateSchedulePayload) UnmarshalJSON ¶
func (v *NullableUpdateUpdateSchedulePayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateUpdateSchedulePayload) Unset ¶
func (v *NullableUpdateUpdateSchedulePayload) Unset()
type NullableValue ¶ added in v1.0.0
type NullableValue[T any] struct { // contains filtered or unexported fields }
func (NullableValue[T]) Get ¶ added in v1.0.0
func (v NullableValue[T]) Get() *T
func (NullableValue[T]) IsSet ¶ added in v1.0.0
func (v NullableValue[T]) IsSet() bool
func (*NullableValue[T]) Set ¶ added in v1.0.0
func (v *NullableValue[T]) Set(val *T)
func (*NullableValue[T]) Unset ¶ added in v1.0.0
func (v *NullableValue[T]) Unset()
type Update ¶
type Update struct { EndDate UpdateGetEndDateAttributeType `json:"endDate,omitempty"` FailReason UpdateGetFailReasonAttributeType `json:"failReason,omitempty"` // Can be cast to int32 without loss of precision. FailedUpdates UpdateGetFailedUpdatesAttributeType `json:"failedUpdates,omitempty"` // Can be cast to int32 without loss of precision. // REQUIRED Id UpdateGetIdAttributeType `json:"id"` // Can be cast to int32 without loss of precision. InstalledUpdates UpdateGetInstalledUpdatesAttributeType `json:"installedUpdates,omitempty"` // REQUIRED StartDate UpdateGetStartDateAttributeType `json:"startDate"` // REQUIRED Status UpdateGetStatusAttributeType `json:"status"` }
Update struct for Update
func NewUpdate ¶
func NewUpdate(id UpdateGetIdArgType, startDate UpdateGetStartDateArgType, status UpdateGetStatusArgType) *Update
NewUpdate instantiates a new Update 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 NewUpdateWithDefaults ¶
func NewUpdateWithDefaults() *Update
NewUpdateWithDefaults instantiates a new Update 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 (*Update) GetEndDate ¶
func (o *Update) GetEndDate() (res UpdateGetEndDateRetType)
GetEndDate returns the EndDate field value if set, zero value otherwise.
func (*Update) GetEndDateOk ¶
func (o *Update) GetEndDateOk() (ret UpdateGetEndDateRetType, ok bool)
GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Update) GetFailReason ¶
func (o *Update) GetFailReason() (res UpdateGetFailReasonRetType)
GetFailReason returns the FailReason field value if set, zero value otherwise.
func (*Update) GetFailReasonOk ¶
func (o *Update) GetFailReasonOk() (ret UpdateGetFailReasonRetType, ok bool)
GetFailReasonOk returns a tuple with the FailReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Update) GetFailedUpdates ¶
func (o *Update) GetFailedUpdates() (res UpdateGetFailedUpdatesRetType)
GetFailedUpdates returns the FailedUpdates field value if set, zero value otherwise.
func (*Update) GetFailedUpdatesOk ¶
func (o *Update) GetFailedUpdatesOk() (ret UpdateGetFailedUpdatesRetType, ok bool)
GetFailedUpdatesOk returns a tuple with the FailedUpdates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Update) GetId ¶
func (o *Update) GetId() (ret UpdateGetIdRetType)
GetId returns the Id field value
func (*Update) GetIdOk ¶
func (o *Update) GetIdOk() (ret UpdateGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Update) GetInstalledUpdates ¶
func (o *Update) GetInstalledUpdates() (res UpdateGetInstalledUpdatesRetType)
GetInstalledUpdates returns the InstalledUpdates field value if set, zero value otherwise.
func (*Update) GetInstalledUpdatesOk ¶
func (o *Update) GetInstalledUpdatesOk() (ret UpdateGetInstalledUpdatesRetType, ok bool)
GetInstalledUpdatesOk returns a tuple with the InstalledUpdates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Update) GetStartDate ¶
func (o *Update) GetStartDate() (ret UpdateGetStartDateRetType)
GetStartDate returns the StartDate field value
func (*Update) GetStartDateOk ¶
func (o *Update) GetStartDateOk() (ret UpdateGetStartDateRetType, ok bool)
GetStartDateOk returns a tuple with the StartDate field value and a boolean to check if the value has been set.
func (*Update) GetStatus ¶
func (o *Update) GetStatus() (ret UpdateGetStatusRetType)
GetStatus returns the Status field value
func (*Update) GetStatusOk ¶
func (o *Update) GetStatusOk() (ret UpdateGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*Update) HasEndDate ¶ added in v0.2.2
HasEndDate returns a boolean if a field has been set.
func (*Update) HasFailReason ¶
HasFailReason returns a boolean if a field has been set.
func (*Update) HasFailedUpdates ¶
HasFailedUpdates returns a boolean if a field has been set.
func (*Update) HasInstalledUpdates ¶
HasInstalledUpdates returns a boolean if a field has been set.
func (*Update) SetEndDate ¶
func (o *Update) SetEndDate(v UpdateGetEndDateRetType)
SetEndDate gets a reference to the given string and assigns it to the EndDate field.
func (*Update) SetFailReason ¶
func (o *Update) SetFailReason(v UpdateGetFailReasonRetType)
SetFailReason gets a reference to the given string and assigns it to the FailReason field.
func (*Update) SetFailedUpdates ¶
func (o *Update) SetFailedUpdates(v UpdateGetFailedUpdatesRetType)
SetFailedUpdates gets a reference to the given int64 and assigns it to the FailedUpdates field.
func (*Update) SetInstalledUpdates ¶
func (o *Update) SetInstalledUpdates(v UpdateGetInstalledUpdatesRetType)
SetInstalledUpdates gets a reference to the given int64 and assigns it to the InstalledUpdates field.
func (*Update) SetStartDate ¶
func (o *Update) SetStartDate(v UpdateGetStartDateRetType)
SetStartDate sets field value
func (*Update) SetStatus ¶
func (o *Update) SetStatus(v UpdateGetStatusRetType)
SetStatus sets field value
type UpdateGetEndDateArgType ¶ added in v1.0.0
type UpdateGetEndDateArgType = string
type UpdateGetEndDateAttributeType ¶ added in v1.0.0
type UpdateGetEndDateAttributeType = *string
isNotNullableString
type UpdateGetEndDateRetType ¶ added in v1.0.0
type UpdateGetEndDateRetType = string
type UpdateGetFailReasonArgType ¶ added in v1.0.0
type UpdateGetFailReasonArgType = string
type UpdateGetFailReasonAttributeType ¶ added in v1.0.0
type UpdateGetFailReasonAttributeType = *string
isNotNullableString
type UpdateGetFailReasonRetType ¶ added in v1.0.0
type UpdateGetFailReasonRetType = string
type UpdateGetFailedUpdatesArgType ¶ added in v1.0.0
type UpdateGetFailedUpdatesArgType = int64
type UpdateGetFailedUpdatesAttributeType ¶ added in v1.0.0
type UpdateGetFailedUpdatesAttributeType = *int64
isInteger
type UpdateGetFailedUpdatesRetType ¶ added in v1.0.0
type UpdateGetFailedUpdatesRetType = int64
type UpdateGetIdArgType ¶ added in v1.0.0
type UpdateGetIdArgType = int64
type UpdateGetIdRetType ¶ added in v1.0.0
type UpdateGetIdRetType = int64
type UpdateGetInstalledUpdatesArgType ¶ added in v1.0.0
type UpdateGetInstalledUpdatesArgType = int64
type UpdateGetInstalledUpdatesAttributeType ¶ added in v1.0.0
type UpdateGetInstalledUpdatesAttributeType = *int64
isInteger
type UpdateGetInstalledUpdatesRetType ¶ added in v1.0.0
type UpdateGetInstalledUpdatesRetType = int64
type UpdateGetStartDateArgType ¶ added in v1.0.0
type UpdateGetStartDateArgType = string
type UpdateGetStartDateAttributeType ¶ added in v1.0.0
type UpdateGetStartDateAttributeType = *string
isNotNullableString
type UpdateGetStartDateRetType ¶ added in v1.0.0
type UpdateGetStartDateRetType = string
type UpdateGetStatusArgType ¶ added in v1.0.0
type UpdateGetStatusArgType = string
type UpdateGetStatusAttributeType ¶ added in v1.0.0
type UpdateGetStatusAttributeType = *string
isNotNullableString
type UpdateGetStatusRetType ¶ added in v1.0.0
type UpdateGetStatusRetType = string
type UpdatePolicy ¶ added in v0.2.1
type UpdatePolicy struct { Default UpdatePolicygetDefaultAttributeType `json:"default,omitempty"` Description UpdatePolicyGetDescriptionAttributeType `json:"description,omitempty"` Enabled UpdatePolicygetEnabledAttributeType `json:"enabled,omitempty"` Id UpdatePolicyGetIdAttributeType `json:"id,omitempty"` // Can be cast to int32 without loss of precision. MaintenanceWindow UpdatePolicyGetMaintenanceWindowAttributeType `json:"maintenanceWindow,omitempty"` Name UpdatePolicyGetNameAttributeType `json:"name,omitempty"` Rrule UpdatePolicyGetRruleAttributeType `json:"rrule,omitempty"` }
UpdatePolicy struct for UpdatePolicy
func NewUpdatePolicy ¶ added in v0.2.1
func NewUpdatePolicy() *UpdatePolicy
NewUpdatePolicy instantiates a new UpdatePolicy 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 NewUpdatePolicyWithDefaults ¶ added in v0.2.1
func NewUpdatePolicyWithDefaults() *UpdatePolicy
NewUpdatePolicyWithDefaults instantiates a new UpdatePolicy 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 (*UpdatePolicy) GetDefault ¶ added in v0.2.1
func (o *UpdatePolicy) GetDefault() (res UpdatePolicygetDefaultRetType)
GetDefault returns the Default field value if set, zero value otherwise.
func (*UpdatePolicy) GetDefaultOk ¶ added in v0.2.1
func (o *UpdatePolicy) GetDefaultOk() (ret UpdatePolicygetDefaultRetType, ok bool)
GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePolicy) GetDescription ¶ added in v0.2.1
func (o *UpdatePolicy) GetDescription() (res UpdatePolicyGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdatePolicy) GetDescriptionOk ¶ added in v0.2.1
func (o *UpdatePolicy) GetDescriptionOk() (ret UpdatePolicyGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePolicy) GetEnabled ¶ added in v0.2.1
func (o *UpdatePolicy) GetEnabled() (res UpdatePolicygetEnabledRetType)
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*UpdatePolicy) GetEnabledOk ¶ added in v0.2.1
func (o *UpdatePolicy) GetEnabledOk() (ret UpdatePolicygetEnabledRetType, ok 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 (*UpdatePolicy) GetId ¶ added in v0.2.1
func (o *UpdatePolicy) GetId() (res UpdatePolicyGetIdRetType)
GetId returns the Id field value if set, zero value otherwise.
func (*UpdatePolicy) GetIdOk ¶ added in v0.2.1
func (o *UpdatePolicy) GetIdOk() (ret UpdatePolicyGetIdRetType, ok 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 (*UpdatePolicy) GetMaintenanceWindow ¶ added in v0.2.1
func (o *UpdatePolicy) GetMaintenanceWindow() (res UpdatePolicyGetMaintenanceWindowRetType)
GetMaintenanceWindow returns the MaintenanceWindow field value if set, zero value otherwise.
func (*UpdatePolicy) GetMaintenanceWindowOk ¶ added in v0.2.1
func (o *UpdatePolicy) GetMaintenanceWindowOk() (ret UpdatePolicyGetMaintenanceWindowRetType, ok bool)
GetMaintenanceWindowOk returns a tuple with the MaintenanceWindow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePolicy) GetName ¶ added in v0.2.1
func (o *UpdatePolicy) GetName() (res UpdatePolicyGetNameRetType)
GetName returns the Name field value if set, zero value otherwise.
func (*UpdatePolicy) GetNameOk ¶ added in v0.2.1
func (o *UpdatePolicy) GetNameOk() (ret UpdatePolicyGetNameRetType, ok 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 (*UpdatePolicy) GetRrule ¶ added in v0.2.1
func (o *UpdatePolicy) GetRrule() (res UpdatePolicyGetRruleRetType)
GetRrule returns the Rrule field value if set, zero value otherwise.
func (*UpdatePolicy) GetRruleOk ¶ added in v0.2.1
func (o *UpdatePolicy) GetRruleOk() (ret UpdatePolicyGetRruleRetType, ok bool)
GetRruleOk returns a tuple with the Rrule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePolicy) HasDefault ¶ added in v0.2.1
func (o *UpdatePolicy) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (*UpdatePolicy) HasDescription ¶ added in v0.2.1
func (o *UpdatePolicy) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdatePolicy) HasEnabled ¶ added in v0.2.1
func (o *UpdatePolicy) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*UpdatePolicy) HasId ¶ added in v0.2.1
func (o *UpdatePolicy) HasId() bool
HasId returns a boolean if a field has been set.
func (*UpdatePolicy) HasMaintenanceWindow ¶ added in v0.2.1
func (o *UpdatePolicy) HasMaintenanceWindow() bool
HasMaintenanceWindow returns a boolean if a field has been set.
func (*UpdatePolicy) HasName ¶ added in v0.2.1
func (o *UpdatePolicy) HasName() bool
HasName returns a boolean if a field has been set.
func (*UpdatePolicy) HasRrule ¶ added in v0.2.1
func (o *UpdatePolicy) HasRrule() bool
HasRrule returns a boolean if a field has been set.
func (*UpdatePolicy) SetDefault ¶ added in v0.2.1
func (o *UpdatePolicy) SetDefault(v UpdatePolicygetDefaultRetType)
SetDefault gets a reference to the given bool and assigns it to the Default field.
func (*UpdatePolicy) SetDescription ¶ added in v0.2.1
func (o *UpdatePolicy) SetDescription(v UpdatePolicyGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdatePolicy) SetEnabled ¶ added in v0.2.1
func (o *UpdatePolicy) SetEnabled(v UpdatePolicygetEnabledRetType)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*UpdatePolicy) SetId ¶ added in v0.2.1
func (o *UpdatePolicy) SetId(v UpdatePolicyGetIdRetType)
SetId gets a reference to the given string and assigns it to the Id field.
func (*UpdatePolicy) SetMaintenanceWindow ¶ added in v0.2.1
func (o *UpdatePolicy) SetMaintenanceWindow(v UpdatePolicyGetMaintenanceWindowRetType)
SetMaintenanceWindow gets a reference to the given int64 and assigns it to the MaintenanceWindow field.
func (*UpdatePolicy) SetName ¶ added in v0.2.1
func (o *UpdatePolicy) SetName(v UpdatePolicyGetNameRetType)
SetName gets a reference to the given string and assigns it to the Name field.
func (*UpdatePolicy) SetRrule ¶ added in v0.2.1
func (o *UpdatePolicy) SetRrule(v UpdatePolicyGetRruleRetType)
SetRrule gets a reference to the given string and assigns it to the Rrule field.
func (UpdatePolicy) ToMap ¶ added in v0.2.1
func (o UpdatePolicy) ToMap() (map[string]interface{}, error)
type UpdatePolicyGetDescriptionArgType ¶ added in v1.0.0
type UpdatePolicyGetDescriptionArgType = string
type UpdatePolicyGetDescriptionAttributeType ¶ added in v1.0.0
type UpdatePolicyGetDescriptionAttributeType = *string
isNotNullableString
type UpdatePolicyGetDescriptionRetType ¶ added in v1.0.0
type UpdatePolicyGetDescriptionRetType = string
type UpdatePolicyGetIdArgType ¶ added in v1.0.0
type UpdatePolicyGetIdArgType = string
type UpdatePolicyGetIdAttributeType ¶ added in v1.0.0
type UpdatePolicyGetIdAttributeType = *string
isNotNullableString
type UpdatePolicyGetIdRetType ¶ added in v1.0.0
type UpdatePolicyGetIdRetType = string
type UpdatePolicyGetMaintenanceWindowArgType ¶ added in v1.0.0
type UpdatePolicyGetMaintenanceWindowArgType = int64
type UpdatePolicyGetMaintenanceWindowAttributeType ¶ added in v1.0.0
type UpdatePolicyGetMaintenanceWindowAttributeType = *int64
isInteger
type UpdatePolicyGetMaintenanceWindowRetType ¶ added in v1.0.0
type UpdatePolicyGetMaintenanceWindowRetType = int64
type UpdatePolicyGetNameArgType ¶ added in v1.0.0
type UpdatePolicyGetNameArgType = string
type UpdatePolicyGetNameAttributeType ¶ added in v1.0.0
type UpdatePolicyGetNameAttributeType = *string
isNotNullableString
type UpdatePolicyGetNameRetType ¶ added in v1.0.0
type UpdatePolicyGetNameRetType = string
type UpdatePolicyGetRruleArgType ¶ added in v1.0.0
type UpdatePolicyGetRruleArgType = string
type UpdatePolicyGetRruleAttributeType ¶ added in v1.0.0
type UpdatePolicyGetRruleAttributeType = *string
isNotNullableString
type UpdatePolicyGetRruleRetType ¶ added in v1.0.0
type UpdatePolicyGetRruleRetType = string
type UpdatePolicygetDefaultArgType ¶ added in v1.0.0
type UpdatePolicygetDefaultArgType = bool
type UpdatePolicygetDefaultAttributeType ¶ added in v1.0.0
type UpdatePolicygetDefaultAttributeType = *bool
isBoolean
type UpdatePolicygetDefaultRetType ¶ added in v1.0.0
type UpdatePolicygetDefaultRetType = bool
type UpdatePolicygetEnabledArgType ¶ added in v1.0.0
type UpdatePolicygetEnabledArgType = bool
type UpdatePolicygetEnabledAttributeType ¶ added in v1.0.0
type UpdatePolicygetEnabledAttributeType = *bool
isBoolean
type UpdatePolicygetEnabledRetType ¶ added in v1.0.0
type UpdatePolicygetEnabledRetType = bool
type UpdateSchedule ¶
type UpdateSchedule struct { // REQUIRED Enabled UpdateSchedulegetEnabledAttributeType `json:"enabled"` // Can be cast to int32 without loss of precision. // REQUIRED MaintenanceWindow UpdateScheduleGetMaintenanceWindowAttributeType `json:"maintenanceWindow"` // REQUIRED Name UpdateScheduleGetNameAttributeType `json:"name"` // REQUIRED Rrule UpdateScheduleGetRruleAttributeType `json:"rrule"` // Can be cast to int32 without loss of precision. // REQUIRED Id UpdateScheduleGetIdAttributeType `json:"id"` }
UpdateSchedule struct for UpdateSchedule
func NewUpdateSchedule ¶
func NewUpdateSchedule(enabled UpdateSchedulegetEnabledArgType, maintenanceWindow UpdateScheduleGetMaintenanceWindowArgType, name UpdateScheduleGetNameArgType, rrule UpdateScheduleGetRruleArgType, id UpdateScheduleGetIdArgType) *UpdateSchedule
NewUpdateSchedule instantiates a new UpdateSchedule 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 NewUpdateScheduleWithDefaults ¶
func NewUpdateScheduleWithDefaults() *UpdateSchedule
NewUpdateScheduleWithDefaults instantiates a new UpdateSchedule 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 (*UpdateSchedule) GetEnabled ¶
func (o *UpdateSchedule) GetEnabled() (ret UpdateSchedulegetEnabledRetType)
GetEnabled returns the Enabled field value
func (*UpdateSchedule) GetEnabledOk ¶
func (o *UpdateSchedule) GetEnabledOk() (ret UpdateSchedulegetEnabledRetType, ok bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*UpdateSchedule) GetId ¶
func (o *UpdateSchedule) GetId() (ret UpdateScheduleGetIdRetType)
GetId returns the Id field value
func (*UpdateSchedule) GetIdOk ¶
func (o *UpdateSchedule) GetIdOk() (ret UpdateScheduleGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UpdateSchedule) GetMaintenanceWindow ¶
func (o *UpdateSchedule) GetMaintenanceWindow() (ret UpdateScheduleGetMaintenanceWindowRetType)
GetMaintenanceWindow returns the MaintenanceWindow field value
func (*UpdateSchedule) GetMaintenanceWindowOk ¶
func (o *UpdateSchedule) GetMaintenanceWindowOk() (ret UpdateScheduleGetMaintenanceWindowRetType, ok bool)
GetMaintenanceWindowOk returns a tuple with the MaintenanceWindow field value and a boolean to check if the value has been set.
func (*UpdateSchedule) GetName ¶
func (o *UpdateSchedule) GetName() (ret UpdateScheduleGetNameRetType)
GetName returns the Name field value
func (*UpdateSchedule) GetNameOk ¶
func (o *UpdateSchedule) GetNameOk() (ret UpdateScheduleGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateSchedule) GetRrule ¶
func (o *UpdateSchedule) GetRrule() (ret UpdateScheduleGetRruleRetType)
GetRrule returns the Rrule field value
func (*UpdateSchedule) GetRruleOk ¶
func (o *UpdateSchedule) GetRruleOk() (ret UpdateScheduleGetRruleRetType, ok bool)
GetRruleOk returns a tuple with the Rrule field value and a boolean to check if the value has been set.
func (*UpdateSchedule) SetEnabled ¶
func (o *UpdateSchedule) SetEnabled(v UpdateSchedulegetEnabledRetType)
SetEnabled sets field value
func (*UpdateSchedule) SetId ¶
func (o *UpdateSchedule) SetId(v UpdateScheduleGetIdRetType)
SetId sets field value
func (*UpdateSchedule) SetMaintenanceWindow ¶
func (o *UpdateSchedule) SetMaintenanceWindow(v UpdateScheduleGetMaintenanceWindowRetType)
SetMaintenanceWindow sets field value
func (*UpdateSchedule) SetName ¶
func (o *UpdateSchedule) SetName(v UpdateScheduleGetNameRetType)
SetName sets field value
func (*UpdateSchedule) SetRrule ¶
func (o *UpdateSchedule) SetRrule(v UpdateScheduleGetRruleRetType)
SetRrule sets field value
func (UpdateSchedule) ToMap ¶
func (o UpdateSchedule) ToMap() (map[string]interface{}, error)
type UpdateScheduleAllOf ¶ added in v0.4.0
type UpdateScheduleAllOf struct { // Can be cast to int32 without loss of precision. // REQUIRED Id UpdateScheduleAllOfGetIdAttributeType `json:"id"` }
UpdateScheduleAllOf struct for UpdateScheduleAllOf
func NewUpdateScheduleAllOf ¶ added in v0.4.0
func NewUpdateScheduleAllOf(id UpdateScheduleAllOfGetIdArgType) *UpdateScheduleAllOf
NewUpdateScheduleAllOf instantiates a new UpdateScheduleAllOf 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 NewUpdateScheduleAllOfWithDefaults ¶ added in v0.4.0
func NewUpdateScheduleAllOfWithDefaults() *UpdateScheduleAllOf
NewUpdateScheduleAllOfWithDefaults instantiates a new UpdateScheduleAllOf 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 (*UpdateScheduleAllOf) GetId ¶ added in v0.4.0
func (o *UpdateScheduleAllOf) GetId() (ret UpdateScheduleAllOfGetIdRetType)
GetId returns the Id field value
func (*UpdateScheduleAllOf) GetIdOk ¶ added in v0.4.0
func (o *UpdateScheduleAllOf) GetIdOk() (ret UpdateScheduleAllOfGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UpdateScheduleAllOf) SetId ¶ added in v0.4.0
func (o *UpdateScheduleAllOf) SetId(v UpdateScheduleAllOfGetIdRetType)
SetId sets field value
func (UpdateScheduleAllOf) ToMap ¶ added in v0.4.0
func (o UpdateScheduleAllOf) ToMap() (map[string]interface{}, error)
type UpdateScheduleAllOfGetIdArgType ¶ added in v1.0.0
type UpdateScheduleAllOfGetIdArgType = int64
type UpdateScheduleAllOfGetIdAttributeType ¶ added in v1.0.0
type UpdateScheduleAllOfGetIdAttributeType = *int64
isInteger
type UpdateScheduleAllOfGetIdRetType ¶ added in v1.0.0
type UpdateScheduleAllOfGetIdRetType = int64
type UpdateScheduleCreateRequest ¶ added in v0.4.0
type UpdateScheduleCreateRequest struct { // REQUIRED Enabled UpdateScheduleCreateRequestgetEnabledAttributeType `json:"enabled"` // Can be cast to int32 without loss of precision. // REQUIRED MaintenanceWindow UpdateScheduleCreateRequestGetMaintenanceWindowAttributeType `json:"maintenanceWindow"` // REQUIRED Name UpdateScheduleCreateRequestGetNameAttributeType `json:"name"` // REQUIRED Rrule UpdateScheduleCreateRequestGetRruleAttributeType `json:"rrule"` }
UpdateScheduleCreateRequest struct for UpdateScheduleCreateRequest
func NewUpdateScheduleCreateRequest ¶ added in v0.4.0
func NewUpdateScheduleCreateRequest(enabled UpdateScheduleCreateRequestgetEnabledArgType, maintenanceWindow UpdateScheduleCreateRequestGetMaintenanceWindowArgType, name UpdateScheduleCreateRequestGetNameArgType, rrule UpdateScheduleCreateRequestGetRruleArgType) *UpdateScheduleCreateRequest
NewUpdateScheduleCreateRequest instantiates a new UpdateScheduleCreateRequest 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 NewUpdateScheduleCreateRequestWithDefaults ¶ added in v0.4.0
func NewUpdateScheduleCreateRequestWithDefaults() *UpdateScheduleCreateRequest
NewUpdateScheduleCreateRequestWithDefaults instantiates a new UpdateScheduleCreateRequest 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 (*UpdateScheduleCreateRequest) GetEnabled ¶ added in v0.4.0
func (o *UpdateScheduleCreateRequest) GetEnabled() (ret UpdateScheduleCreateRequestgetEnabledRetType)
GetEnabled returns the Enabled field value
func (*UpdateScheduleCreateRequest) GetEnabledOk ¶ added in v0.4.0
func (o *UpdateScheduleCreateRequest) GetEnabledOk() (ret UpdateScheduleCreateRequestgetEnabledRetType, ok bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*UpdateScheduleCreateRequest) GetMaintenanceWindow ¶ added in v0.4.0
func (o *UpdateScheduleCreateRequest) GetMaintenanceWindow() (ret UpdateScheduleCreateRequestGetMaintenanceWindowRetType)
GetMaintenanceWindow returns the MaintenanceWindow field value
func (*UpdateScheduleCreateRequest) GetMaintenanceWindowOk ¶ added in v0.4.0
func (o *UpdateScheduleCreateRequest) GetMaintenanceWindowOk() (ret UpdateScheduleCreateRequestGetMaintenanceWindowRetType, ok bool)
GetMaintenanceWindowOk returns a tuple with the MaintenanceWindow field value and a boolean to check if the value has been set.
func (*UpdateScheduleCreateRequest) GetName ¶ added in v0.4.0
func (o *UpdateScheduleCreateRequest) GetName() (ret UpdateScheduleCreateRequestGetNameRetType)
GetName returns the Name field value
func (*UpdateScheduleCreateRequest) GetNameOk ¶ added in v0.4.0
func (o *UpdateScheduleCreateRequest) GetNameOk() (ret UpdateScheduleCreateRequestGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateScheduleCreateRequest) GetRrule ¶ added in v0.4.0
func (o *UpdateScheduleCreateRequest) GetRrule() (ret UpdateScheduleCreateRequestGetRruleRetType)
GetRrule returns the Rrule field value
func (*UpdateScheduleCreateRequest) GetRruleOk ¶ added in v0.4.0
func (o *UpdateScheduleCreateRequest) GetRruleOk() (ret UpdateScheduleCreateRequestGetRruleRetType, ok bool)
GetRruleOk returns a tuple with the Rrule field value and a boolean to check if the value has been set.
func (*UpdateScheduleCreateRequest) SetEnabled ¶ added in v0.4.0
func (o *UpdateScheduleCreateRequest) SetEnabled(v UpdateScheduleCreateRequestgetEnabledRetType)
SetEnabled sets field value
func (*UpdateScheduleCreateRequest) SetMaintenanceWindow ¶ added in v0.4.0
func (o *UpdateScheduleCreateRequest) SetMaintenanceWindow(v UpdateScheduleCreateRequestGetMaintenanceWindowRetType)
SetMaintenanceWindow sets field value
func (*UpdateScheduleCreateRequest) SetName ¶ added in v0.4.0
func (o *UpdateScheduleCreateRequest) SetName(v UpdateScheduleCreateRequestGetNameRetType)
SetName sets field value
func (*UpdateScheduleCreateRequest) SetRrule ¶ added in v0.4.0
func (o *UpdateScheduleCreateRequest) SetRrule(v UpdateScheduleCreateRequestGetRruleRetType)
SetRrule sets field value
func (UpdateScheduleCreateRequest) ToMap ¶ added in v0.4.0
func (o UpdateScheduleCreateRequest) ToMap() (map[string]interface{}, error)
type UpdateScheduleCreateRequestGetMaintenanceWindowArgType ¶ added in v1.0.0
type UpdateScheduleCreateRequestGetMaintenanceWindowArgType = int64
type UpdateScheduleCreateRequestGetMaintenanceWindowAttributeType ¶ added in v1.0.0
type UpdateScheduleCreateRequestGetMaintenanceWindowAttributeType = *int64
isInteger
type UpdateScheduleCreateRequestGetMaintenanceWindowRetType ¶ added in v1.0.0
type UpdateScheduleCreateRequestGetMaintenanceWindowRetType = int64
type UpdateScheduleCreateRequestGetNameArgType ¶ added in v1.0.0
type UpdateScheduleCreateRequestGetNameArgType = string
type UpdateScheduleCreateRequestGetNameAttributeType ¶ added in v1.0.0
type UpdateScheduleCreateRequestGetNameAttributeType = *string
isNotNullableString
type UpdateScheduleCreateRequestGetNameRetType ¶ added in v1.0.0
type UpdateScheduleCreateRequestGetNameRetType = string
type UpdateScheduleCreateRequestGetRruleArgType ¶ added in v1.0.0
type UpdateScheduleCreateRequestGetRruleArgType = string
type UpdateScheduleCreateRequestGetRruleAttributeType ¶ added in v1.0.0
type UpdateScheduleCreateRequestGetRruleAttributeType = *string
isNotNullableString
type UpdateScheduleCreateRequestGetRruleRetType ¶ added in v1.0.0
type UpdateScheduleCreateRequestGetRruleRetType = string
type UpdateScheduleCreateRequestgetEnabledArgType ¶ added in v1.0.0
type UpdateScheduleCreateRequestgetEnabledArgType = bool
type UpdateScheduleCreateRequestgetEnabledAttributeType ¶ added in v1.0.0
type UpdateScheduleCreateRequestgetEnabledAttributeType = *bool
isBoolean
type UpdateScheduleCreateRequestgetEnabledRetType ¶ added in v1.0.0
type UpdateScheduleCreateRequestgetEnabledRetType = bool
type UpdateScheduleGetIdArgType ¶ added in v1.0.0
type UpdateScheduleGetIdArgType = int64
type UpdateScheduleGetIdAttributeType ¶ added in v1.0.0
type UpdateScheduleGetIdAttributeType = *int64
isInteger
type UpdateScheduleGetIdRetType ¶ added in v1.0.0
type UpdateScheduleGetIdRetType = int64
type UpdateScheduleGetMaintenanceWindowArgType ¶ added in v1.0.0
type UpdateScheduleGetMaintenanceWindowArgType = int64
type UpdateScheduleGetMaintenanceWindowAttributeType ¶ added in v1.0.0
type UpdateScheduleGetMaintenanceWindowAttributeType = *int64
isInteger
type UpdateScheduleGetMaintenanceWindowRetType ¶ added in v1.0.0
type UpdateScheduleGetMaintenanceWindowRetType = int64
type UpdateScheduleGetNameArgType ¶ added in v1.0.0
type UpdateScheduleGetNameArgType = string
type UpdateScheduleGetNameAttributeType ¶ added in v1.0.0
type UpdateScheduleGetNameAttributeType = *string
isNotNullableString
type UpdateScheduleGetNameRetType ¶ added in v1.0.0
type UpdateScheduleGetNameRetType = string
type UpdateScheduleGetRruleArgType ¶ added in v1.0.0
type UpdateScheduleGetRruleArgType = string
type UpdateScheduleGetRruleAttributeType ¶ added in v1.0.0
type UpdateScheduleGetRruleAttributeType = *string
isNotNullableString
type UpdateScheduleGetRruleRetType ¶ added in v1.0.0
type UpdateScheduleGetRruleRetType = string
type UpdateSchedulegetEnabledArgType ¶ added in v1.0.0
type UpdateSchedulegetEnabledArgType = bool
type UpdateSchedulegetEnabledAttributeType ¶ added in v1.0.0
type UpdateSchedulegetEnabledAttributeType = *bool
isBoolean
type UpdateSchedulegetEnabledRetType ¶ added in v1.0.0
type UpdateSchedulegetEnabledRetType = bool
type UpdateUpdateSchedulePayload ¶
type UpdateUpdateSchedulePayload struct { // REQUIRED Enabled UpdateUpdateSchedulePayloadgetEnabledAttributeType `json:"enabled"` // Can be cast to int32 without loss of precision. // REQUIRED MaintenanceWindow UpdateUpdateSchedulePayloadGetMaintenanceWindowAttributeType `json:"maintenanceWindow"` // REQUIRED Name UpdateUpdateSchedulePayloadGetNameAttributeType `json:"name"` // REQUIRED Rrule UpdateUpdateSchedulePayloadGetRruleAttributeType `json:"rrule"` }
UpdateUpdateSchedulePayload struct for UpdateUpdateSchedulePayload
func NewUpdateUpdateSchedulePayload ¶
func NewUpdateUpdateSchedulePayload(enabled UpdateUpdateSchedulePayloadgetEnabledArgType, maintenanceWindow UpdateUpdateSchedulePayloadGetMaintenanceWindowArgType, name UpdateUpdateSchedulePayloadGetNameArgType, rrule UpdateUpdateSchedulePayloadGetRruleArgType) *UpdateUpdateSchedulePayload
NewUpdateUpdateSchedulePayload instantiates a new UpdateUpdateSchedulePayload 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 NewUpdateUpdateSchedulePayloadWithDefaults ¶
func NewUpdateUpdateSchedulePayloadWithDefaults() *UpdateUpdateSchedulePayload
NewUpdateUpdateSchedulePayloadWithDefaults instantiates a new UpdateUpdateSchedulePayload 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 (*UpdateUpdateSchedulePayload) GetEnabled ¶
func (o *UpdateUpdateSchedulePayload) GetEnabled() (ret UpdateUpdateSchedulePayloadgetEnabledRetType)
GetEnabled returns the Enabled field value
func (*UpdateUpdateSchedulePayload) GetEnabledOk ¶
func (o *UpdateUpdateSchedulePayload) GetEnabledOk() (ret UpdateUpdateSchedulePayloadgetEnabledRetType, ok bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*UpdateUpdateSchedulePayload) GetMaintenanceWindow ¶
func (o *UpdateUpdateSchedulePayload) GetMaintenanceWindow() (ret UpdateUpdateSchedulePayloadGetMaintenanceWindowRetType)
GetMaintenanceWindow returns the MaintenanceWindow field value
func (*UpdateUpdateSchedulePayload) GetMaintenanceWindowOk ¶
func (o *UpdateUpdateSchedulePayload) GetMaintenanceWindowOk() (ret UpdateUpdateSchedulePayloadGetMaintenanceWindowRetType, ok bool)
GetMaintenanceWindowOk returns a tuple with the MaintenanceWindow field value and a boolean to check if the value has been set.
func (*UpdateUpdateSchedulePayload) GetName ¶
func (o *UpdateUpdateSchedulePayload) GetName() (ret UpdateUpdateSchedulePayloadGetNameRetType)
GetName returns the Name field value
func (*UpdateUpdateSchedulePayload) GetNameOk ¶
func (o *UpdateUpdateSchedulePayload) GetNameOk() (ret UpdateUpdateSchedulePayloadGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateUpdateSchedulePayload) GetRrule ¶
func (o *UpdateUpdateSchedulePayload) GetRrule() (ret UpdateUpdateSchedulePayloadGetRruleRetType)
GetRrule returns the Rrule field value
func (*UpdateUpdateSchedulePayload) GetRruleOk ¶
func (o *UpdateUpdateSchedulePayload) GetRruleOk() (ret UpdateUpdateSchedulePayloadGetRruleRetType, ok bool)
GetRruleOk returns a tuple with the Rrule field value and a boolean to check if the value has been set.
func (*UpdateUpdateSchedulePayload) SetEnabled ¶
func (o *UpdateUpdateSchedulePayload) SetEnabled(v UpdateUpdateSchedulePayloadgetEnabledRetType)
SetEnabled sets field value
func (*UpdateUpdateSchedulePayload) SetMaintenanceWindow ¶
func (o *UpdateUpdateSchedulePayload) SetMaintenanceWindow(v UpdateUpdateSchedulePayloadGetMaintenanceWindowRetType)
SetMaintenanceWindow sets field value
func (*UpdateUpdateSchedulePayload) SetName ¶
func (o *UpdateUpdateSchedulePayload) SetName(v UpdateUpdateSchedulePayloadGetNameRetType)
SetName sets field value
func (*UpdateUpdateSchedulePayload) SetRrule ¶
func (o *UpdateUpdateSchedulePayload) SetRrule(v UpdateUpdateSchedulePayloadGetRruleRetType)
SetRrule sets field value
func (UpdateUpdateSchedulePayload) ToMap ¶
func (o UpdateUpdateSchedulePayload) ToMap() (map[string]interface{}, error)
type UpdateUpdateSchedulePayloadGetMaintenanceWindowArgType ¶ added in v1.0.0
type UpdateUpdateSchedulePayloadGetMaintenanceWindowArgType = int64
type UpdateUpdateSchedulePayloadGetMaintenanceWindowAttributeType ¶ added in v1.0.0
type UpdateUpdateSchedulePayloadGetMaintenanceWindowAttributeType = *int64
isInteger
type UpdateUpdateSchedulePayloadGetMaintenanceWindowRetType ¶ added in v1.0.0
type UpdateUpdateSchedulePayloadGetMaintenanceWindowRetType = int64
type UpdateUpdateSchedulePayloadGetNameArgType ¶ added in v1.0.0
type UpdateUpdateSchedulePayloadGetNameArgType = string
type UpdateUpdateSchedulePayloadGetNameAttributeType ¶ added in v1.0.0
type UpdateUpdateSchedulePayloadGetNameAttributeType = *string
isNotNullableString
type UpdateUpdateSchedulePayloadGetNameRetType ¶ added in v1.0.0
type UpdateUpdateSchedulePayloadGetNameRetType = string
type UpdateUpdateSchedulePayloadGetRruleArgType ¶ added in v1.0.0
type UpdateUpdateSchedulePayloadGetRruleArgType = string
type UpdateUpdateSchedulePayloadGetRruleAttributeType ¶ added in v1.0.0
type UpdateUpdateSchedulePayloadGetRruleAttributeType = *string
isNotNullableString
type UpdateUpdateSchedulePayloadGetRruleRetType ¶ added in v1.0.0
type UpdateUpdateSchedulePayloadGetRruleRetType = string
type UpdateUpdateSchedulePayloadgetEnabledArgType ¶ added in v1.0.0
type UpdateUpdateSchedulePayloadgetEnabledArgType = bool
type UpdateUpdateSchedulePayloadgetEnabledAttributeType ¶ added in v1.0.0
type UpdateUpdateSchedulePayloadgetEnabledAttributeType = *bool
isBoolean
type UpdateUpdateSchedulePayloadgetEnabledRetType ¶ added in v1.0.0
type UpdateUpdateSchedulePayloadgetEnabledRetType = bool
Source Files
¶
- api_default.go
- client.go
- configuration.go
- model_create_update_payload.go
- model_create_update_schedule_payload.go
- model_enable_service_resource_payload.go
- model_error_response.go
- model_get_update_policies_response.go
- model_get_update_schedules_response.go
- model_get_update_service_response.go
- model_get_updates_list_response.go
- model_update.go
- model_update_policy.go
- model_update_schedule.go
- model_update_schedule_all_of.go
- model_update_schedule_create_request.go
- model_update_update_schedule_payload.go
- utils.go