Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AdObjectQuery200Response
- func (o *AdObjectQuery200Response) GetItems() []MachineModel
- func (o *AdObjectQuery200Response) GetItemsOk() ([]MachineModel, bool)
- func (o AdObjectQuery200Response) MarshalJSON() ([]byte, error)
- func (o *AdObjectQuery200Response) SetItems(v []MachineModel)
- func (o AdObjectQuery200Response) ToMap() (map[string]interface{}, error)
- type ApiAdObjectCreateRequest
- func (r ApiAdObjectCreateRequest) Accept(accept string) ApiAdObjectCreateRequest
- func (r ApiAdObjectCreateRequest) Authorization(authorization string) ApiAdObjectCreateRequest
- func (r ApiAdObjectCreateRequest) Body(body MachineModel) ApiAdObjectCreateRequest
- func (r ApiAdObjectCreateRequest) CitrixCustomerId(citrixCustomerId string) ApiAdObjectCreateRequest
- func (r ApiAdObjectCreateRequest) CitrixTransactionId(citrixTransactionId string) ApiAdObjectCreateRequest
- func (r ApiAdObjectCreateRequest) Execute() (*http.Response, error)
- type ApiAdObjectDeleteRequest
- func (r ApiAdObjectDeleteRequest) Accept(accept string) ApiAdObjectDeleteRequest
- func (r ApiAdObjectDeleteRequest) Authorization(authorization string) ApiAdObjectDeleteRequest
- func (r ApiAdObjectDeleteRequest) CitrixCustomerId(citrixCustomerId string) ApiAdObjectDeleteRequest
- func (r ApiAdObjectDeleteRequest) CitrixTransactionId(citrixTransactionId string) ApiAdObjectDeleteRequest
- func (r ApiAdObjectDeleteRequest) Execute() (*http.Response, error)
- type ApiAdObjectQueryByIdRequest
- func (r ApiAdObjectQueryByIdRequest) Accept(accept string) ApiAdObjectQueryByIdRequest
- func (r ApiAdObjectQueryByIdRequest) Authorization(authorization string) ApiAdObjectQueryByIdRequest
- func (r ApiAdObjectQueryByIdRequest) CitrixCustomerId(citrixCustomerId string) ApiAdObjectQueryByIdRequest
- func (r ApiAdObjectQueryByIdRequest) CitrixTransactionId(citrixTransactionId string) ApiAdObjectQueryByIdRequest
- func (r ApiAdObjectQueryByIdRequest) Execute() (*MachineModel, *http.Response, error)
- type ApiAdObjectQueryRequest
- func (r ApiAdObjectQueryRequest) Accept(accept string) ApiAdObjectQueryRequest
- func (r ApiAdObjectQueryRequest) Authorization(authorization string) ApiAdObjectQueryRequest
- func (r ApiAdObjectQueryRequest) CitrixCustomerId(citrixCustomerId string) ApiAdObjectQueryRequest
- func (r ApiAdObjectQueryRequest) CitrixTransactionId(citrixTransactionId string) ApiAdObjectQueryRequest
- func (r ApiAdObjectQueryRequest) Execute() (*AdObjectQuery200Response, *http.Response, error)
- func (r ApiAdObjectQueryRequest) Id(id int64) ApiAdObjectQueryRequest
- func (r ApiAdObjectQueryRequest) Sid(sid string) ApiAdObjectQueryRequest
- func (r ApiAdObjectQueryRequest) SiteId(siteId int64) ApiAdObjectQueryRequest
- type ApiAdObjectUpdateRequest
- func (r ApiAdObjectUpdateRequest) Accept(accept string) ApiAdObjectUpdateRequest
- func (r ApiAdObjectUpdateRequest) Authorization(authorization string) ApiAdObjectUpdateRequest
- func (r ApiAdObjectUpdateRequest) Body(body MachineModel) ApiAdObjectUpdateRequest
- func (r ApiAdObjectUpdateRequest) CitrixCustomerId(citrixCustomerId string) ApiAdObjectUpdateRequest
- func (r ApiAdObjectUpdateRequest) CitrixTransactionId(citrixTransactionId string) ApiAdObjectUpdateRequest
- func (r ApiAdObjectUpdateRequest) Execute() (*http.Response, error)
- type ApiItemCreateRequest
- func (r ApiItemCreateRequest) Accept(accept string) ApiItemCreateRequest
- func (r ApiItemCreateRequest) Authorization(authorization string) ApiItemCreateRequest
- func (r ApiItemCreateRequest) Body(body UserModel) ApiItemCreateRequest
- func (r ApiItemCreateRequest) CitrixCustomerId(citrixCustomerId string) ApiItemCreateRequest
- func (r ApiItemCreateRequest) CitrixTransactionId(citrixTransactionId string) ApiItemCreateRequest
- func (r ApiItemCreateRequest) Execute() (*http.Response, error)
- type ApiItemDeleteRequest
- func (r ApiItemDeleteRequest) Accept(accept string) ApiItemDeleteRequest
- func (r ApiItemDeleteRequest) Authorization(authorization string) ApiItemDeleteRequest
- func (r ApiItemDeleteRequest) CitrixCustomerId(citrixCustomerId string) ApiItemDeleteRequest
- func (r ApiItemDeleteRequest) CitrixTransactionId(citrixTransactionId string) ApiItemDeleteRequest
- func (r ApiItemDeleteRequest) Execute() (*http.Response, error)
- type ApiItemQueryByIdRequest
- func (r ApiItemQueryByIdRequest) Accept(accept string) ApiItemQueryByIdRequest
- func (r ApiItemQueryByIdRequest) Authorization(authorization string) ApiItemQueryByIdRequest
- func (r ApiItemQueryByIdRequest) CitrixCustomerId(citrixCustomerId string) ApiItemQueryByIdRequest
- func (r ApiItemQueryByIdRequest) CitrixTransactionId(citrixTransactionId string) ApiItemQueryByIdRequest
- func (r ApiItemQueryByIdRequest) Execute() (*UserModel, *http.Response, error)
- type ApiItemQueryRequest
- func (r ApiItemQueryRequest) Accept(accept string) ApiItemQueryRequest
- func (r ApiItemQueryRequest) Authorization(authorization string) ApiItemQueryRequest
- func (r ApiItemQueryRequest) CitrixCustomerId(citrixCustomerId string) ApiItemQueryRequest
- func (r ApiItemQueryRequest) CitrixTransactionId(citrixTransactionId string) ApiItemQueryRequest
- func (r ApiItemQueryRequest) Execute() (*ItemQuery200Response, *http.Response, error)
- func (r ApiItemQueryRequest) Id(id int64) ApiItemQueryRequest
- func (r ApiItemQueryRequest) Sid(sid string) ApiItemQueryRequest
- func (r ApiItemQueryRequest) SiteId(siteId int64) ApiItemQueryRequest
- type ApiItemUpdateRequest
- func (r ApiItemUpdateRequest) Accept(accept string) ApiItemUpdateRequest
- func (r ApiItemUpdateRequest) Authorization(authorization string) ApiItemUpdateRequest
- func (r ApiItemUpdateRequest) Body(body UserModel) ApiItemUpdateRequest
- func (r ApiItemUpdateRequest) CitrixCustomerId(citrixCustomerId string) ApiItemUpdateRequest
- func (r ApiItemUpdateRequest) CitrixTransactionId(citrixTransactionId string) ApiItemUpdateRequest
- func (r ApiItemUpdateRequest) Execute() (*http.Response, error)
- type ApiSiteCreateRequest
- func (r ApiSiteCreateRequest) Accept(accept string) ApiSiteCreateRequest
- func (r ApiSiteCreateRequest) Authorization(authorization string) ApiSiteCreateRequest
- func (r ApiSiteCreateRequest) Body(body SiteModel) ApiSiteCreateRequest
- func (r ApiSiteCreateRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteCreateRequest
- func (r ApiSiteCreateRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteCreateRequest
- func (r ApiSiteCreateRequest) Execute() (*http.Response, error)
- type ApiSiteDeleteRequest
- func (r ApiSiteDeleteRequest) Accept(accept string) ApiSiteDeleteRequest
- func (r ApiSiteDeleteRequest) Authorization(authorization string) ApiSiteDeleteRequest
- func (r ApiSiteDeleteRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteDeleteRequest
- func (r ApiSiteDeleteRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteDeleteRequest
- func (r ApiSiteDeleteRequest) Execute() (*http.Response, error)
- type ApiSiteExportRequest
- func (r ApiSiteExportRequest) Accept(accept string) ApiSiteExportRequest
- func (r ApiSiteExportRequest) Authorization(authorization string) ApiSiteExportRequest
- func (r ApiSiteExportRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteExportRequest
- func (r ApiSiteExportRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteExportRequest
- func (r ApiSiteExportRequest) Execute() (map[string]interface{}, *http.Response, error)
- func (r ApiSiteExportRequest) Id(id int64) ApiSiteExportRequest
- func (r ApiSiteExportRequest) Name(name string) ApiSiteExportRequest
- type ApiSiteImportRequest
- func (r ApiSiteImportRequest) Accept(accept string) ApiSiteImportRequest
- func (r ApiSiteImportRequest) Authorization(authorization string) ApiSiteImportRequest
- func (r ApiSiteImportRequest) Body(body map[string]interface{}) ApiSiteImportRequest
- func (r ApiSiteImportRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteImportRequest
- func (r ApiSiteImportRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteImportRequest
- func (r ApiSiteImportRequest) Execute() (*http.Response, error)
- type ApiSiteQueryByIdRequest
- func (r ApiSiteQueryByIdRequest) Accept(accept string) ApiSiteQueryByIdRequest
- func (r ApiSiteQueryByIdRequest) Authorization(authorization string) ApiSiteQueryByIdRequest
- func (r ApiSiteQueryByIdRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteQueryByIdRequest
- func (r ApiSiteQueryByIdRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteQueryByIdRequest
- func (r ApiSiteQueryByIdRequest) Execute() (*SiteModel, *http.Response, error)
- type ApiSiteQueryRequest
- func (r ApiSiteQueryRequest) Accept(accept string) ApiSiteQueryRequest
- func (r ApiSiteQueryRequest) Authorization(authorization string) ApiSiteQueryRequest
- func (r ApiSiteQueryRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteQueryRequest
- func (r ApiSiteQueryRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteQueryRequest
- func (r ApiSiteQueryRequest) Execute() (*SiteQuery200Response, *http.Response, error)
- func (r ApiSiteQueryRequest) Id(id int64) ApiSiteQueryRequest
- func (r ApiSiteQueryRequest) Name(name string) ApiSiteQueryRequest
- type ApiSiteReplicateRequest
- func (r ApiSiteReplicateRequest) Accept(accept string) ApiSiteReplicateRequest
- func (r ApiSiteReplicateRequest) Authorization(authorization string) ApiSiteReplicateRequest
- func (r ApiSiteReplicateRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteReplicateRequest
- func (r ApiSiteReplicateRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteReplicateRequest
- func (r ApiSiteReplicateRequest) Execute() (*http.Response, error)
- func (r ApiSiteReplicateRequest) Id(id int64) ApiSiteReplicateRequest
- func (r ApiSiteReplicateRequest) Name(name string) ApiSiteReplicateRequest
- type ApiSiteUpdateRequest
- func (r ApiSiteUpdateRequest) Accept(accept string) ApiSiteUpdateRequest
- func (r ApiSiteUpdateRequest) Authorization(authorization string) ApiSiteUpdateRequest
- func (r ApiSiteUpdateRequest) Body(body SiteModel) ApiSiteUpdateRequest
- func (r ApiSiteUpdateRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteUpdateRequest
- func (r ApiSiteUpdateRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteUpdateRequest
- func (r ApiSiteUpdateRequest) Execute() (*http.Response, error)
- type ApiStruct
- func (o *ApiStruct) GetAuthLevel() string
- func (o *ApiStruct) GetAuthLevelOk() (*string, bool)
- func (o *ApiStruct) GetControllerName() string
- func (o *ApiStruct) GetControllerNameOk() (*string, bool)
- func (o *ApiStruct) GetFunction() string
- func (o *ApiStruct) GetFunctionOk() (*string, bool)
- func (o *ApiStruct) GetMethod() string
- func (o *ApiStruct) GetMethodOk() (*string, bool)
- func (o *ApiStruct) GetPath() string
- func (o *ApiStruct) GetPathOk() (*string, bool)
- func (o *ApiStruct) HasAuthLevel() bool
- func (o *ApiStruct) HasControllerName() bool
- func (o *ApiStruct) HasFunction() bool
- func (o *ApiStruct) HasMethod() bool
- func (o *ApiStruct) HasPath() bool
- func (o ApiStruct) MarshalJSON() ([]byte, error)
- func (o *ApiStruct) SetAuthLevel(v string)
- func (o *ApiStruct) SetControllerName(v string)
- func (o *ApiStruct) SetFunction(v string)
- func (o *ApiStruct) SetMethod(v string)
- func (o *ApiStruct) SetPath(v string)
- func (o ApiStruct) ToMap() (map[string]interface{}, error)
- type ApiSystemUtilitySettingQueryByIdRequest
- func (r ApiSystemUtilitySettingQueryByIdRequest) Accept(accept string) ApiSystemUtilitySettingQueryByIdRequest
- func (r ApiSystemUtilitySettingQueryByIdRequest) Authorization(authorization string) ApiSystemUtilitySettingQueryByIdRequest
- func (r ApiSystemUtilitySettingQueryByIdRequest) CitrixCustomerId(citrixCustomerId string) ApiSystemUtilitySettingQueryByIdRequest
- func (r ApiSystemUtilitySettingQueryByIdRequest) CitrixTransactionId(citrixTransactionId string) ApiSystemUtilitySettingQueryByIdRequest
- func (r ApiSystemUtilitySettingQueryByIdRequest) Execute() (*SystemOptimizationModel, *http.Response, error)
- type ApiSystemUtilitySettingQueryRequest
- func (r ApiSystemUtilitySettingQueryRequest) Accept(accept string) ApiSystemUtilitySettingQueryRequest
- func (r ApiSystemUtilitySettingQueryRequest) Authorization(authorization string) ApiSystemUtilitySettingQueryRequest
- func (r ApiSystemUtilitySettingQueryRequest) CitrixCustomerId(citrixCustomerId string) ApiSystemUtilitySettingQueryRequest
- func (r ApiSystemUtilitySettingQueryRequest) CitrixTransactionId(citrixTransactionId string) ApiSystemUtilitySettingQueryRequest
- func (r ApiSystemUtilitySettingQueryRequest) Execute() (*SystemUtilitySettingQuery200Response, *http.Response, error)
- type ApiSystemUtilitySettingUpdateRequest
- func (r ApiSystemUtilitySettingUpdateRequest) Accept(accept string) ApiSystemUtilitySettingUpdateRequest
- func (r ApiSystemUtilitySettingUpdateRequest) Authorization(authorization string) ApiSystemUtilitySettingUpdateRequest
- func (r ApiSystemUtilitySettingUpdateRequest) Body(body SystemOptimizationModel) ApiSystemUtilitySettingUpdateRequest
- func (r ApiSystemUtilitySettingUpdateRequest) CitrixCustomerId(citrixCustomerId string) ApiSystemUtilitySettingUpdateRequest
- func (r ApiSystemUtilitySettingUpdateRequest) CitrixTransactionId(citrixTransactionId string) ApiSystemUtilitySettingUpdateRequest
- func (r ApiSystemUtilitySettingUpdateRequest) Execute() (*http.Response, error)
- type BasicAuth
- type Configuration
- type GenericOpenAPIError
- type ItemQuery200Response
- func (o *ItemQuery200Response) GetItems() []UserModel
- func (o *ItemQuery200Response) GetItemsOk() ([]UserModel, bool)
- func (o ItemQuery200Response) MarshalJSON() ([]byte, error)
- func (o *ItemQuery200Response) SetItems(v []UserModel)
- func (o ItemQuery200Response) ToMap() (map[string]interface{}, error)
- type MachineADObjectDAASService
- func (a *MachineADObjectDAASService) AdObjectCreate(ctx context.Context) ApiAdObjectCreateRequest
- func (a *MachineADObjectDAASService) AdObjectCreateExecute(r ApiAdObjectCreateRequest) (*http.Response, error)
- func (a *MachineADObjectDAASService) AdObjectDelete(ctx context.Context, id string) ApiAdObjectDeleteRequest
- func (a *MachineADObjectDAASService) AdObjectDeleteExecute(r ApiAdObjectDeleteRequest) (*http.Response, error)
- func (a *MachineADObjectDAASService) AdObjectQuery(ctx context.Context) ApiAdObjectQueryRequest
- func (a *MachineADObjectDAASService) AdObjectQueryById(ctx context.Context, id int64) ApiAdObjectQueryByIdRequest
- func (a *MachineADObjectDAASService) AdObjectQueryByIdExecute(r ApiAdObjectQueryByIdRequest) (*MachineModel, *http.Response, error)
- func (a *MachineADObjectDAASService) AdObjectQueryExecute(r ApiAdObjectQueryRequest) (*AdObjectQuery200Response, *http.Response, error)
- func (a *MachineADObjectDAASService) AdObjectUpdate(ctx context.Context) ApiAdObjectUpdateRequest
- func (a *MachineADObjectDAASService) AdObjectUpdateExecute(r ApiAdObjectUpdateRequest) (*http.Response, error)
- type MachineModel
- func (o *MachineModel) GetDescription() string
- func (o *MachineModel) GetDescriptionOk() (*string, bool)
- func (o *MachineModel) GetEnabled() bool
- func (o *MachineModel) GetEnabledOk() (*bool, bool)
- func (o *MachineModel) GetId() int64
- func (o *MachineModel) GetIdOk() (*int64, bool)
- func (o *MachineModel) GetName() string
- func (o *MachineModel) GetNameOk() (*string, bool)
- func (o *MachineModel) GetPriority() int64
- func (o *MachineModel) GetPriorityOk() (*int64, bool)
- func (o *MachineModel) GetSid() string
- func (o *MachineModel) GetSidOk() (*string, bool)
- func (o *MachineModel) GetSiteId() int64
- func (o *MachineModel) GetSiteIdOk() (*int64, bool)
- func (o *MachineModel) GetType() string
- func (o *MachineModel) GetTypeOk() (*string, bool)
- func (o *MachineModel) HasDescription() bool
- func (o *MachineModel) HasEnabled() bool
- func (o *MachineModel) HasId() bool
- func (o *MachineModel) HasPriority() bool
- func (o MachineModel) MarshalJSON() ([]byte, error)
- func (o *MachineModel) SetDescription(v string)
- func (o *MachineModel) SetEnabled(v bool)
- func (o *MachineModel) SetId(v int64)
- func (o *MachineModel) SetName(v string)
- func (o *MachineModel) SetPriority(v int64)
- func (o *MachineModel) SetSid(v string)
- func (o *MachineModel) SetSiteId(v int64)
- func (o *MachineModel) SetType(v string)
- func (o MachineModel) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type MiddlewareFunction
- type NullableAdObjectQuery200Response
- func (v NullableAdObjectQuery200Response) Get() *AdObjectQuery200Response
- func (v NullableAdObjectQuery200Response) IsSet() bool
- func (v NullableAdObjectQuery200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAdObjectQuery200Response) Set(val *AdObjectQuery200Response)
- func (v *NullableAdObjectQuery200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAdObjectQuery200Response) Unset()
- type NullableApiStruct
- type NullableBool
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableItemQuery200Response
- func (v NullableItemQuery200Response) Get() *ItemQuery200Response
- func (v NullableItemQuery200Response) IsSet() bool
- func (v NullableItemQuery200Response) MarshalJSON() ([]byte, error)
- func (v *NullableItemQuery200Response) Set(val *ItemQuery200Response)
- func (v *NullableItemQuery200Response) UnmarshalJSON(src []byte) error
- func (v *NullableItemQuery200Response) Unset()
- type NullableMachineModel
- func (v NullableMachineModel) Get() *MachineModel
- func (v NullableMachineModel) IsSet() bool
- func (v NullableMachineModel) MarshalJSON() ([]byte, error)
- func (v *NullableMachineModel) Set(val *MachineModel)
- func (v *NullableMachineModel) UnmarshalJSON(src []byte) error
- func (v *NullableMachineModel) Unset()
- type NullableProcessAffinity
- func (v NullableProcessAffinity) Get() *ProcessAffinity
- func (v NullableProcessAffinity) IsSet() bool
- func (v NullableProcessAffinity) MarshalJSON() ([]byte, error)
- func (v *NullableProcessAffinity) Set(val *ProcessAffinity)
- func (v *NullableProcessAffinity) UnmarshalJSON(src []byte) error
- func (v *NullableProcessAffinity) Unset()
- type NullableProcessClamping
- func (v NullableProcessClamping) Get() *ProcessClamping
- func (v NullableProcessClamping) IsSet() bool
- func (v NullableProcessClamping) MarshalJSON() ([]byte, error)
- func (v *NullableProcessClamping) Set(val *ProcessClamping)
- func (v *NullableProcessClamping) UnmarshalJSON(src []byte) error
- func (v *NullableProcessClamping) Unset()
- type NullableProcessCpuPriority
- func (v NullableProcessCpuPriority) Get() *ProcessCpuPriority
- func (v NullableProcessCpuPriority) IsSet() bool
- func (v NullableProcessCpuPriority) MarshalJSON() ([]byte, error)
- func (v *NullableProcessCpuPriority) Set(val *ProcessCpuPriority)
- func (v *NullableProcessCpuPriority) UnmarshalJSON(src []byte) error
- func (v *NullableProcessCpuPriority) Unset()
- type NullableProcessIoPriority
- func (v NullableProcessIoPriority) Get() *ProcessIoPriority
- func (v NullableProcessIoPriority) IsSet() bool
- func (v NullableProcessIoPriority) MarshalJSON() ([]byte, error)
- func (v *NullableProcessIoPriority) Set(val *ProcessIoPriority)
- func (v *NullableProcessIoPriority) UnmarshalJSON(src []byte) error
- func (v *NullableProcessIoPriority) Unset()
- type NullableRestError
- type NullableRestErrorParametersInner
- func (v NullableRestErrorParametersInner) Get() *RestErrorParametersInner
- func (v NullableRestErrorParametersInner) IsSet() bool
- func (v NullableRestErrorParametersInner) MarshalJSON() ([]byte, error)
- func (v *NullableRestErrorParametersInner) Set(val *RestErrorParametersInner)
- func (v *NullableRestErrorParametersInner) UnmarshalJSON(src []byte) error
- func (v *NullableRestErrorParametersInner) Unset()
- type NullableSiteModel
- type NullableSiteQuery200Response
- func (v NullableSiteQuery200Response) Get() *SiteQuery200Response
- func (v NullableSiteQuery200Response) IsSet() bool
- func (v NullableSiteQuery200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSiteQuery200Response) Set(val *SiteQuery200Response)
- func (v *NullableSiteQuery200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSiteQuery200Response) Unset()
- type NullableString
- type NullableSystemOptimizationModel
- func (v NullableSystemOptimizationModel) Get() *SystemOptimizationModel
- func (v NullableSystemOptimizationModel) IsSet() bool
- func (v NullableSystemOptimizationModel) MarshalJSON() ([]byte, error)
- func (v *NullableSystemOptimizationModel) Set(val *SystemOptimizationModel)
- func (v *NullableSystemOptimizationModel) UnmarshalJSON(src []byte) error
- func (v *NullableSystemOptimizationModel) Unset()
- type NullableSystemUtilitySettingQuery200Response
- func (v NullableSystemUtilitySettingQuery200Response) Get() *SystemUtilitySettingQuery200Response
- func (v NullableSystemUtilitySettingQuery200Response) IsSet() bool
- func (v NullableSystemUtilitySettingQuery200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSystemUtilitySettingQuery200Response) Set(val *SystemUtilitySettingQuery200Response)
- func (v *NullableSystemUtilitySettingQuery200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSystemUtilitySettingQuery200Response) Unset()
- type NullableTime
- type NullableUserModel
- type ProcessAffinity
- func (o *ProcessAffinity) GetAffinity() int32
- func (o *ProcessAffinity) GetAffinityOk() (*int32, bool)
- func (o *ProcessAffinity) GetProcessName() string
- func (o *ProcessAffinity) GetProcessNameOk() (*string, bool)
- func (o *ProcessAffinity) HasAffinity() bool
- func (o *ProcessAffinity) HasProcessName() bool
- func (o ProcessAffinity) MarshalJSON() ([]byte, error)
- func (o *ProcessAffinity) SetAffinity(v int32)
- func (o *ProcessAffinity) SetProcessName(v string)
- func (o ProcessAffinity) ToMap() (map[string]interface{}, error)
- type ProcessClamping
- func (o *ProcessClamping) GetPercentage() int32
- func (o *ProcessClamping) GetPercentageOk() (*int32, bool)
- func (o *ProcessClamping) GetProcessName() string
- func (o *ProcessClamping) GetProcessNameOk() (*string, bool)
- func (o *ProcessClamping) HasPercentage() bool
- func (o *ProcessClamping) HasProcessName() bool
- func (o ProcessClamping) MarshalJSON() ([]byte, error)
- func (o *ProcessClamping) SetPercentage(v int32)
- func (o *ProcessClamping) SetProcessName(v string)
- func (o ProcessClamping) ToMap() (map[string]interface{}, error)
- type ProcessCpuPriority
- func (o *ProcessCpuPriority) GetPriority() string
- func (o *ProcessCpuPriority) GetPriorityOk() (*string, bool)
- func (o *ProcessCpuPriority) GetProcessName() string
- func (o *ProcessCpuPriority) GetProcessNameOk() (*string, bool)
- func (o *ProcessCpuPriority) HasPriority() bool
- func (o *ProcessCpuPriority) HasProcessName() bool
- func (o ProcessCpuPriority) MarshalJSON() ([]byte, error)
- func (o *ProcessCpuPriority) SetPriority(v string)
- func (o *ProcessCpuPriority) SetProcessName(v string)
- func (o ProcessCpuPriority) ToMap() (map[string]interface{}, error)
- type ProcessIoPriority
- func (o *ProcessIoPriority) GetPriority() string
- func (o *ProcessIoPriority) GetPriorityOk() (*string, bool)
- func (o *ProcessIoPriority) GetProcessName() string
- func (o *ProcessIoPriority) GetProcessNameOk() (*string, bool)
- func (o *ProcessIoPriority) HasPriority() bool
- func (o *ProcessIoPriority) HasProcessName() bool
- func (o ProcessIoPriority) MarshalJSON() ([]byte, error)
- func (o *ProcessIoPriority) SetPriority(v string)
- func (o *ProcessIoPriority) SetProcessName(v string)
- func (o ProcessIoPriority) ToMap() (map[string]interface{}, error)
- type RestError
- func (o *RestError) GetDetail() string
- func (o *RestError) GetDetailOk() (*string, bool)
- func (o *RestError) GetParameters() []RestErrorParametersInner
- func (o *RestError) GetParametersOk() ([]RestErrorParametersInner, bool)
- func (o *RestError) GetType() string
- func (o *RestError) GetTypeOk() (*string, bool)
- func (o *RestError) HasParameters() bool
- func (o RestError) MarshalJSON() ([]byte, error)
- func (o *RestError) SetDetail(v string)
- func (o *RestError) SetParameters(v []RestErrorParametersInner)
- func (o *RestError) SetType(v string)
- func (o RestError) ToMap() (map[string]interface{}, error)
- type RestErrorParametersInner
- func (o *RestErrorParametersInner) GetName() string
- func (o *RestErrorParametersInner) GetNameOk() (*string, bool)
- func (o *RestErrorParametersInner) GetValue() string
- func (o *RestErrorParametersInner) GetValueOk() (*string, bool)
- func (o RestErrorParametersInner) MarshalJSON() ([]byte, error)
- func (o *RestErrorParametersInner) SetName(v string)
- func (o *RestErrorParametersInner) SetValue(v string)
- func (o RestErrorParametersInner) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SiteDAASService
- func (a *SiteDAASService) SiteCreate(ctx context.Context) ApiSiteCreateRequest
- func (a *SiteDAASService) SiteCreateExecute(r ApiSiteCreateRequest) (*http.Response, error)
- func (a *SiteDAASService) SiteDelete(ctx context.Context, id int64) ApiSiteDeleteRequest
- func (a *SiteDAASService) SiteDeleteExecute(r ApiSiteDeleteRequest) (*http.Response, error)
- func (a *SiteDAASService) SiteExport(ctx context.Context) ApiSiteExportRequest
- func (a *SiteDAASService) SiteExportExecute(r ApiSiteExportRequest) (map[string]interface{}, *http.Response, error)
- func (a *SiteDAASService) SiteImport(ctx context.Context) ApiSiteImportRequest
- func (a *SiteDAASService) SiteImportExecute(r ApiSiteImportRequest) (*http.Response, error)
- func (a *SiteDAASService) SiteQuery(ctx context.Context) ApiSiteQueryRequest
- func (a *SiteDAASService) SiteQueryById(ctx context.Context, id int64) ApiSiteQueryByIdRequest
- func (a *SiteDAASService) SiteQueryByIdExecute(r ApiSiteQueryByIdRequest) (*SiteModel, *http.Response, error)
- func (a *SiteDAASService) SiteQueryExecute(r ApiSiteQueryRequest) (*SiteQuery200Response, *http.Response, error)
- func (a *SiteDAASService) SiteReplicate(ctx context.Context) ApiSiteReplicateRequest
- func (a *SiteDAASService) SiteReplicateExecute(r ApiSiteReplicateRequest) (*http.Response, error)
- func (a *SiteDAASService) SiteUpdate(ctx context.Context) ApiSiteUpdateRequest
- func (a *SiteDAASService) SiteUpdateExecute(r ApiSiteUpdateRequest) (*http.Response, error)
- type SiteModel
- func (o *SiteModel) GetDescription() string
- func (o *SiteModel) GetDescriptionOk() (*string, bool)
- func (o *SiteModel) GetId() int64
- func (o *SiteModel) GetIdOk() (*int64, bool)
- func (o *SiteModel) GetName() string
- func (o *SiteModel) GetNameOk() (*string, bool)
- func (o *SiteModel) HasDescription() bool
- func (o *SiteModel) HasId() bool
- func (o *SiteModel) HasName() bool
- func (o SiteModel) MarshalJSON() ([]byte, error)
- func (o *SiteModel) SetDescription(v string)
- func (o *SiteModel) SetId(v int64)
- func (o *SiteModel) SetName(v string)
- func (o SiteModel) ToMap() (map[string]interface{}, error)
- type SiteQuery200Response
- func (o *SiteQuery200Response) GetItems() []SiteModel
- func (o *SiteQuery200Response) GetItemsOk() ([]SiteModel, bool)
- func (o SiteQuery200Response) MarshalJSON() ([]byte, error)
- func (o *SiteQuery200Response) SetItems(v []SiteModel)
- func (o SiteQuery200Response) ToMap() (map[string]interface{}, error)
- type SystemOptimizationDAASService
- func (a *SystemOptimizationDAASService) SystemUtilitySettingQuery(ctx context.Context) ApiSystemUtilitySettingQueryRequest
- func (a *SystemOptimizationDAASService) SystemUtilitySettingQueryById(ctx context.Context, id int64) ApiSystemUtilitySettingQueryByIdRequest
- func (a *SystemOptimizationDAASService) SystemUtilitySettingQueryByIdExecute(r ApiSystemUtilitySettingQueryByIdRequest) (*SystemOptimizationModel, *http.Response, error)
- func (a *SystemOptimizationDAASService) SystemUtilitySettingQueryExecute(r ApiSystemUtilitySettingQueryRequest) (*SystemUtilitySettingQuery200Response, *http.Response, error)
- func (a *SystemOptimizationDAASService) SystemUtilitySettingUpdate(ctx context.Context) ApiSystemUtilitySettingUpdateRequest
- func (a *SystemOptimizationDAASService) SystemUtilitySettingUpdateExecute(r ApiSystemUtilitySettingUpdateRequest) (*http.Response, error)
- type SystemOptimizationModel
- func (o *SystemOptimizationModel) GetCpuCoreLimitOfSpikeProtection() int32
- func (o *SystemOptimizationModel) GetCpuCoreLimitOfSpikeProtectionOk() (*int32, bool)
- func (o *SystemOptimizationModel) GetCpuUsageLimitOfSpikeProtection() int32
- func (o *SystemOptimizationModel) GetCpuUsageLimitOfSpikeProtectionOk() (*int32, bool)
- func (o *SystemOptimizationModel) GetCpuUsageLimitSampleTimeOfSpikeProtection() int32
- func (o *SystemOptimizationModel) GetCpuUsageLimitSampleTimeOfSpikeProtectionOk() (*int32, bool)
- func (o *SystemOptimizationModel) GetEnableCpuAutoProtection() bool
- func (o *SystemOptimizationModel) GetEnableCpuAutoProtectionOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetEnableCpuSpikeProtection() bool
- func (o *SystemOptimizationModel) GetEnableCpuSpikeProtectionOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetEnableFastLogoff() bool
- func (o *SystemOptimizationModel) GetEnableFastLogoffOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetEnableIntelligentCpuOptimization() bool
- func (o *SystemOptimizationModel) GetEnableIntelligentCpuOptimizationOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetEnableIntelligentIoOptimization() bool
- func (o *SystemOptimizationModel) GetEnableIntelligentIoOptimizationOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetEnableLimitCpuCoreUsage() bool
- func (o *SystemOptimizationModel) GetEnableLimitCpuCoreUsageOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetEnableMemoryWorkingSetOptimization() bool
- func (o *SystemOptimizationModel) GetEnableMemoryWorkingSetOptimizationOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetEnableProcessAffinity() bool
- func (o *SystemOptimizationModel) GetEnableProcessAffinityOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetEnableProcessClamping() bool
- func (o *SystemOptimizationModel) GetEnableProcessClampingOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetEnableProcessCpuPriority() bool
- func (o *SystemOptimizationModel) GetEnableProcessCpuPriorityOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetEnableProcessIoPriority() bool
- func (o *SystemOptimizationModel) GetEnableProcessIoPriorityOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetExcludeGroupsFromFastLogoff() bool
- func (o *SystemOptimizationModel) GetExcludeGroupsFromFastLogoffOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetExcludeProcessesFromCpuSpikeProtection() bool
- func (o *SystemOptimizationModel) GetExcludeProcessesFromCpuSpikeProtectionOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetExcludeProcessesFromMemoryWorkingSetOptimization() bool
- func (o *SystemOptimizationModel) GetExcludeProcessesFromMemoryWorkingSetOptimizationOk() (*bool, bool)
- func (o *SystemOptimizationModel) GetGroupsExcludedFromFastLogoff() []string
- func (o *SystemOptimizationModel) GetGroupsExcludedFromFastLogoffOk() ([]string, bool)
- func (o *SystemOptimizationModel) GetId() int64
- func (o *SystemOptimizationModel) GetIdOk() (*int64, bool)
- func (o *SystemOptimizationModel) GetIdlePriorityTimeOfSpikeProtection() int32
- func (o *SystemOptimizationModel) GetIdlePriorityTimeOfSpikeProtectionOk() (*int32, bool)
- func (o *SystemOptimizationModel) GetIdleSampleTimeOfMemoryWorkingSetOptimization() int32
- func (o *SystemOptimizationModel) GetIdleSampleTimeOfMemoryWorkingSetOptimizationOk() (*int32, bool)
- func (o *SystemOptimizationModel) GetIdleStateLimitOfMemoryWorkingSetOptimization() int32
- func (o *SystemOptimizationModel) GetIdleStateLimitOfMemoryWorkingSetOptimizationOk() (*int32, bool)
- func (o *SystemOptimizationModel) GetProcessesExcludedFromCpuSpikeProtection() []string
- func (o *SystemOptimizationModel) GetProcessesExcludedFromCpuSpikeProtectionOk() ([]string, bool)
- func (o *SystemOptimizationModel) GetProcessesExcludedFromMemoryWorkingSetOptimization() []string
- func (o *SystemOptimizationModel) GetProcessesExcludedFromMemoryWorkingSetOptimizationOk() ([]string, bool)
- func (o *SystemOptimizationModel) GetProcessesOfCpuAffinity() []ProcessAffinity
- func (o *SystemOptimizationModel) GetProcessesOfCpuAffinityOk() ([]ProcessAffinity, bool)
- func (o *SystemOptimizationModel) GetProcessesOfCpuClamping() []ProcessClamping
- func (o *SystemOptimizationModel) GetProcessesOfCpuClampingOk() ([]ProcessClamping, bool)
- func (o *SystemOptimizationModel) GetProcessesOfCpuPriority() []ProcessCpuPriority
- func (o *SystemOptimizationModel) GetProcessesOfCpuPriorityOk() ([]ProcessCpuPriority, bool)
- func (o *SystemOptimizationModel) GetProcessesOfIoPriority() []ProcessIoPriority
- func (o *SystemOptimizationModel) GetProcessesOfIoPriorityOk() ([]ProcessIoPriority, bool)
- func (o *SystemOptimizationModel) HasCpuCoreLimitOfSpikeProtection() bool
- func (o *SystemOptimizationModel) HasCpuUsageLimitOfSpikeProtection() bool
- func (o *SystemOptimizationModel) HasCpuUsageLimitSampleTimeOfSpikeProtection() bool
- func (o *SystemOptimizationModel) HasEnableCpuAutoProtection() bool
- func (o *SystemOptimizationModel) HasEnableCpuSpikeProtection() bool
- func (o *SystemOptimizationModel) HasEnableFastLogoff() bool
- func (o *SystemOptimizationModel) HasEnableIntelligentCpuOptimization() bool
- func (o *SystemOptimizationModel) HasEnableIntelligentIoOptimization() bool
- func (o *SystemOptimizationModel) HasEnableLimitCpuCoreUsage() bool
- func (o *SystemOptimizationModel) HasEnableMemoryWorkingSetOptimization() bool
- func (o *SystemOptimizationModel) HasEnableProcessAffinity() bool
- func (o *SystemOptimizationModel) HasEnableProcessClamping() bool
- func (o *SystemOptimizationModel) HasEnableProcessCpuPriority() bool
- func (o *SystemOptimizationModel) HasEnableProcessIoPriority() bool
- func (o *SystemOptimizationModel) HasExcludeGroupsFromFastLogoff() bool
- func (o *SystemOptimizationModel) HasExcludeProcessesFromCpuSpikeProtection() bool
- func (o *SystemOptimizationModel) HasExcludeProcessesFromMemoryWorkingSetOptimization() bool
- func (o *SystemOptimizationModel) HasGroupsExcludedFromFastLogoff() bool
- func (o *SystemOptimizationModel) HasId() bool
- func (o *SystemOptimizationModel) HasIdlePriorityTimeOfSpikeProtection() bool
- func (o *SystemOptimizationModel) HasIdleSampleTimeOfMemoryWorkingSetOptimization() bool
- func (o *SystemOptimizationModel) HasIdleStateLimitOfMemoryWorkingSetOptimization() bool
- func (o *SystemOptimizationModel) HasProcessesExcludedFromCpuSpikeProtection() bool
- func (o *SystemOptimizationModel) HasProcessesExcludedFromMemoryWorkingSetOptimization() bool
- func (o *SystemOptimizationModel) HasProcessesOfCpuAffinity() bool
- func (o *SystemOptimizationModel) HasProcessesOfCpuClamping() bool
- func (o *SystemOptimizationModel) HasProcessesOfCpuPriority() bool
- func (o *SystemOptimizationModel) HasProcessesOfIoPriority() bool
- func (o SystemOptimizationModel) MarshalJSON() ([]byte, error)
- func (o *SystemOptimizationModel) SetCpuCoreLimitOfSpikeProtection(v int32)
- func (o *SystemOptimizationModel) SetCpuUsageLimitOfSpikeProtection(v int32)
- func (o *SystemOptimizationModel) SetCpuUsageLimitSampleTimeOfSpikeProtection(v int32)
- func (o *SystemOptimizationModel) SetEnableCpuAutoProtection(v bool)
- func (o *SystemOptimizationModel) SetEnableCpuSpikeProtection(v bool)
- func (o *SystemOptimizationModel) SetEnableFastLogoff(v bool)
- func (o *SystemOptimizationModel) SetEnableIntelligentCpuOptimization(v bool)
- func (o *SystemOptimizationModel) SetEnableIntelligentIoOptimization(v bool)
- func (o *SystemOptimizationModel) SetEnableLimitCpuCoreUsage(v bool)
- func (o *SystemOptimizationModel) SetEnableMemoryWorkingSetOptimization(v bool)
- func (o *SystemOptimizationModel) SetEnableProcessAffinity(v bool)
- func (o *SystemOptimizationModel) SetEnableProcessClamping(v bool)
- func (o *SystemOptimizationModel) SetEnableProcessCpuPriority(v bool)
- func (o *SystemOptimizationModel) SetEnableProcessIoPriority(v bool)
- func (o *SystemOptimizationModel) SetExcludeGroupsFromFastLogoff(v bool)
- func (o *SystemOptimizationModel) SetExcludeProcessesFromCpuSpikeProtection(v bool)
- func (o *SystemOptimizationModel) SetExcludeProcessesFromMemoryWorkingSetOptimization(v bool)
- func (o *SystemOptimizationModel) SetGroupsExcludedFromFastLogoff(v []string)
- func (o *SystemOptimizationModel) SetId(v int64)
- func (o *SystemOptimizationModel) SetIdlePriorityTimeOfSpikeProtection(v int32)
- func (o *SystemOptimizationModel) SetIdleSampleTimeOfMemoryWorkingSetOptimization(v int32)
- func (o *SystemOptimizationModel) SetIdleStateLimitOfMemoryWorkingSetOptimization(v int32)
- func (o *SystemOptimizationModel) SetProcessesExcludedFromCpuSpikeProtection(v []string)
- func (o *SystemOptimizationModel) SetProcessesExcludedFromMemoryWorkingSetOptimization(v []string)
- func (o *SystemOptimizationModel) SetProcessesOfCpuAffinity(v []ProcessAffinity)
- func (o *SystemOptimizationModel) SetProcessesOfCpuClamping(v []ProcessClamping)
- func (o *SystemOptimizationModel) SetProcessesOfCpuPriority(v []ProcessCpuPriority)
- func (o *SystemOptimizationModel) SetProcessesOfIoPriority(v []ProcessIoPriority)
- func (o SystemOptimizationModel) ToMap() (map[string]interface{}, error)
- type SystemUtilitySettingQuery200Response
- func (o *SystemUtilitySettingQuery200Response) GetItems() []SystemOptimizationModel
- func (o *SystemUtilitySettingQuery200Response) GetItemsOk() ([]SystemOptimizationModel, bool)
- func (o SystemUtilitySettingQuery200Response) MarshalJSON() ([]byte, error)
- func (o *SystemUtilitySettingQuery200Response) SetItems(v []SystemOptimizationModel)
- func (o SystemUtilitySettingQuery200Response) ToMap() (map[string]interface{}, error)
- type UserADObjectDAASService
- func (a *UserADObjectDAASService) ItemCreate(ctx context.Context) ApiItemCreateRequest
- func (a *UserADObjectDAASService) ItemCreateExecute(r ApiItemCreateRequest) (*http.Response, error)
- func (a *UserADObjectDAASService) ItemDelete(ctx context.Context, id string) ApiItemDeleteRequest
- func (a *UserADObjectDAASService) ItemDeleteExecute(r ApiItemDeleteRequest) (*http.Response, error)
- func (a *UserADObjectDAASService) ItemQuery(ctx context.Context) ApiItemQueryRequest
- func (a *UserADObjectDAASService) ItemQueryById(ctx context.Context, id int64) ApiItemQueryByIdRequest
- func (a *UserADObjectDAASService) ItemQueryByIdExecute(r ApiItemQueryByIdRequest) (*UserModel, *http.Response, error)
- func (a *UserADObjectDAASService) ItemQueryExecute(r ApiItemQueryRequest) (*ItemQuery200Response, *http.Response, error)
- func (a *UserADObjectDAASService) ItemUpdate(ctx context.Context) ApiItemUpdateRequest
- func (a *UserADObjectDAASService) ItemUpdateExecute(r ApiItemUpdateRequest) (*http.Response, error)
- type UserModel
- func (o *UserModel) GetDescription() string
- func (o *UserModel) GetDescriptionOk() (*string, bool)
- func (o *UserModel) GetEnabled() bool
- func (o *UserModel) GetEnabledOk() (*bool, bool)
- func (o *UserModel) GetId() int64
- func (o *UserModel) GetIdOk() (*int64, bool)
- func (o *UserModel) GetName() string
- func (o *UserModel) GetNameOk() (*string, bool)
- func (o *UserModel) GetPriority() int64
- func (o *UserModel) GetPriorityOk() (*int64, bool)
- func (o *UserModel) GetSid() string
- func (o *UserModel) GetSidOk() (*string, bool)
- func (o *UserModel) GetSiteId() int64
- func (o *UserModel) GetSiteIdOk() (*int64, bool)
- func (o *UserModel) GetType() string
- func (o *UserModel) GetTypeOk() (*string, bool)
- func (o *UserModel) HasDescription() bool
- func (o *UserModel) HasEnabled() bool
- func (o *UserModel) HasId() bool
- func (o *UserModel) HasPriority() bool
- func (o UserModel) MarshalJSON() ([]byte, error)
- func (o *UserModel) SetDescription(v string)
- func (o *UserModel) SetEnabled(v bool)
- func (o *UserModel) SetId(v int64)
- func (o *UserModel) SetName(v string)
- func (o *UserModel) SetPriority(v int64)
- func (o *UserModel) SetSid(v string)
- func (o *UserModel) SetSiteId(v int64)
- func (o *UserModel) SetType(v string)
- func (o UserModel) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { MachineADObjectDAAS *MachineADObjectDAASService SiteDAAS *SiteDAASService SystemOptimizationDAAS *SystemOptimizationDAASService UserADObjectDAAS *UserADObjectDAASService // contains filtered or unexported fields }
APIClient manages communication with the WEM Public API Guide API vv1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AdObjectQuery200Response ¶
type AdObjectQuery200Response struct {
Items []MachineModel `json:"items"`
}
AdObjectQuery200Response struct for AdObjectQuery200Response
func NewAdObjectQuery200Response ¶
func NewAdObjectQuery200Response(items []MachineModel) *AdObjectQuery200Response
NewAdObjectQuery200Response instantiates a new AdObjectQuery200Response 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 NewAdObjectQuery200ResponseWithDefaults ¶
func NewAdObjectQuery200ResponseWithDefaults() *AdObjectQuery200Response
NewAdObjectQuery200ResponseWithDefaults instantiates a new AdObjectQuery200Response 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 (*AdObjectQuery200Response) GetItems ¶
func (o *AdObjectQuery200Response) GetItems() []MachineModel
GetItems returns the Items field value
func (*AdObjectQuery200Response) GetItemsOk ¶
func (o *AdObjectQuery200Response) GetItemsOk() ([]MachineModel, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (AdObjectQuery200Response) MarshalJSON ¶
func (o AdObjectQuery200Response) MarshalJSON() ([]byte, error)
func (*AdObjectQuery200Response) SetItems ¶
func (o *AdObjectQuery200Response) SetItems(v []MachineModel)
SetItems sets field value
func (AdObjectQuery200Response) ToMap ¶
func (o AdObjectQuery200Response) ToMap() (map[string]interface{}, error)
type ApiAdObjectCreateRequest ¶
type ApiAdObjectCreateRequest struct { ApiService *MachineADObjectDAASService // contains filtered or unexported fields }
func (ApiAdObjectCreateRequest) Accept ¶
func (r ApiAdObjectCreateRequest) Accept(accept string) ApiAdObjectCreateRequest
Only \"application/json\" is supported.
func (ApiAdObjectCreateRequest) Authorization ¶
func (r ApiAdObjectCreateRequest) Authorization(authorization string) ApiAdObjectCreateRequest
Citrix Cloud authorization token.
func (ApiAdObjectCreateRequest) Body ¶
func (r ApiAdObjectCreateRequest) Body(body MachineModel) ApiAdObjectCreateRequest
func (ApiAdObjectCreateRequest) CitrixCustomerId ¶
func (r ApiAdObjectCreateRequest) CitrixCustomerId(citrixCustomerId string) ApiAdObjectCreateRequest
Citrix Cloud customer ID.
func (ApiAdObjectCreateRequest) CitrixTransactionId ¶
func (r ApiAdObjectCreateRequest) CitrixTransactionId(citrixTransactionId string) ApiAdObjectCreateRequest
Transaction ID that will be used to track this request.
type ApiAdObjectDeleteRequest ¶
type ApiAdObjectDeleteRequest struct { ApiService *MachineADObjectDAASService // contains filtered or unexported fields }
func (ApiAdObjectDeleteRequest) Accept ¶
func (r ApiAdObjectDeleteRequest) Accept(accept string) ApiAdObjectDeleteRequest
Only \"application/json\" is supported.
func (ApiAdObjectDeleteRequest) Authorization ¶
func (r ApiAdObjectDeleteRequest) Authorization(authorization string) ApiAdObjectDeleteRequest
Citrix Cloud authorization token.
func (ApiAdObjectDeleteRequest) CitrixCustomerId ¶
func (r ApiAdObjectDeleteRequest) CitrixCustomerId(citrixCustomerId string) ApiAdObjectDeleteRequest
Citrix Cloud customer ID.
func (ApiAdObjectDeleteRequest) CitrixTransactionId ¶
func (r ApiAdObjectDeleteRequest) CitrixTransactionId(citrixTransactionId string) ApiAdObjectDeleteRequest
Transaction ID that will be used to track this request.
type ApiAdObjectQueryByIdRequest ¶
type ApiAdObjectQueryByIdRequest struct { ApiService *MachineADObjectDAASService // contains filtered or unexported fields }
func (ApiAdObjectQueryByIdRequest) Accept ¶
func (r ApiAdObjectQueryByIdRequest) Accept(accept string) ApiAdObjectQueryByIdRequest
Only \"application/json\" is supported.
func (ApiAdObjectQueryByIdRequest) Authorization ¶
func (r ApiAdObjectQueryByIdRequest) Authorization(authorization string) ApiAdObjectQueryByIdRequest
Citrix Cloud authorization token.
func (ApiAdObjectQueryByIdRequest) CitrixCustomerId ¶
func (r ApiAdObjectQueryByIdRequest) CitrixCustomerId(citrixCustomerId string) ApiAdObjectQueryByIdRequest
Citrix Cloud customer ID.
func (ApiAdObjectQueryByIdRequest) CitrixTransactionId ¶
func (r ApiAdObjectQueryByIdRequest) CitrixTransactionId(citrixTransactionId string) ApiAdObjectQueryByIdRequest
Transaction ID that will be used to track this request.
func (ApiAdObjectQueryByIdRequest) Execute ¶
func (r ApiAdObjectQueryByIdRequest) Execute() (*MachineModel, *http.Response, error)
type ApiAdObjectQueryRequest ¶
type ApiAdObjectQueryRequest struct { ApiService *MachineADObjectDAASService // contains filtered or unexported fields }
func (ApiAdObjectQueryRequest) Accept ¶
func (r ApiAdObjectQueryRequest) Accept(accept string) ApiAdObjectQueryRequest
Only \"application/json\" is supported.
func (ApiAdObjectQueryRequest) Authorization ¶
func (r ApiAdObjectQueryRequest) Authorization(authorization string) ApiAdObjectQueryRequest
Citrix Cloud authorization token.
func (ApiAdObjectQueryRequest) CitrixCustomerId ¶
func (r ApiAdObjectQueryRequest) CitrixCustomerId(citrixCustomerId string) ApiAdObjectQueryRequest
Citrix Cloud customer ID.
func (ApiAdObjectQueryRequest) CitrixTransactionId ¶
func (r ApiAdObjectQueryRequest) CitrixTransactionId(citrixTransactionId string) ApiAdObjectQueryRequest
Transaction ID that will be used to track this request.
func (ApiAdObjectQueryRequest) Execute ¶
func (r ApiAdObjectQueryRequest) Execute() (*AdObjectQuery200Response, *http.Response, error)
func (ApiAdObjectQueryRequest) Id ¶
func (r ApiAdObjectQueryRequest) Id(id int64) ApiAdObjectQueryRequest
The ID is used to filter the query results.
func (ApiAdObjectQueryRequest) Sid ¶
func (r ApiAdObjectQueryRequest) Sid(sid string) ApiAdObjectQueryRequest
The SID is used to filter the query results.
func (ApiAdObjectQueryRequest) SiteId ¶
func (r ApiAdObjectQueryRequest) SiteId(siteId int64) ApiAdObjectQueryRequest
The name is used to filter the query results.
type ApiAdObjectUpdateRequest ¶
type ApiAdObjectUpdateRequest struct { ApiService *MachineADObjectDAASService // contains filtered or unexported fields }
func (ApiAdObjectUpdateRequest) Accept ¶
func (r ApiAdObjectUpdateRequest) Accept(accept string) ApiAdObjectUpdateRequest
Only \"application/json\" is supported.
func (ApiAdObjectUpdateRequest) Authorization ¶
func (r ApiAdObjectUpdateRequest) Authorization(authorization string) ApiAdObjectUpdateRequest
Citrix Cloud authorization token.
func (ApiAdObjectUpdateRequest) Body ¶
func (r ApiAdObjectUpdateRequest) Body(body MachineModel) ApiAdObjectUpdateRequest
func (ApiAdObjectUpdateRequest) CitrixCustomerId ¶
func (r ApiAdObjectUpdateRequest) CitrixCustomerId(citrixCustomerId string) ApiAdObjectUpdateRequest
Citrix Cloud customer ID.
func (ApiAdObjectUpdateRequest) CitrixTransactionId ¶
func (r ApiAdObjectUpdateRequest) CitrixTransactionId(citrixTransactionId string) ApiAdObjectUpdateRequest
Transaction ID that will be used to track this request.
type ApiItemCreateRequest ¶
type ApiItemCreateRequest struct { ApiService *UserADObjectDAASService // contains filtered or unexported fields }
func (ApiItemCreateRequest) Accept ¶
func (r ApiItemCreateRequest) Accept(accept string) ApiItemCreateRequest
Only \"application/json\" is supported.
func (ApiItemCreateRequest) Authorization ¶
func (r ApiItemCreateRequest) Authorization(authorization string) ApiItemCreateRequest
Citrix Cloud authorization token.
func (ApiItemCreateRequest) Body ¶
func (r ApiItemCreateRequest) Body(body UserModel) ApiItemCreateRequest
func (ApiItemCreateRequest) CitrixCustomerId ¶
func (r ApiItemCreateRequest) CitrixCustomerId(citrixCustomerId string) ApiItemCreateRequest
Citrix Cloud customer ID.
func (ApiItemCreateRequest) CitrixTransactionId ¶
func (r ApiItemCreateRequest) CitrixTransactionId(citrixTransactionId string) ApiItemCreateRequest
Transaction ID that will be used to track this request.
type ApiItemDeleteRequest ¶
type ApiItemDeleteRequest struct { ApiService *UserADObjectDAASService // contains filtered or unexported fields }
func (ApiItemDeleteRequest) Accept ¶
func (r ApiItemDeleteRequest) Accept(accept string) ApiItemDeleteRequest
Only \"application/json\" is supported.
func (ApiItemDeleteRequest) Authorization ¶
func (r ApiItemDeleteRequest) Authorization(authorization string) ApiItemDeleteRequest
Citrix Cloud authorization token.
func (ApiItemDeleteRequest) CitrixCustomerId ¶
func (r ApiItemDeleteRequest) CitrixCustomerId(citrixCustomerId string) ApiItemDeleteRequest
Citrix Cloud customer ID.
func (ApiItemDeleteRequest) CitrixTransactionId ¶
func (r ApiItemDeleteRequest) CitrixTransactionId(citrixTransactionId string) ApiItemDeleteRequest
Transaction ID that will be used to track this request.
type ApiItemQueryByIdRequest ¶
type ApiItemQueryByIdRequest struct { ApiService *UserADObjectDAASService // contains filtered or unexported fields }
func (ApiItemQueryByIdRequest) Accept ¶
func (r ApiItemQueryByIdRequest) Accept(accept string) ApiItemQueryByIdRequest
Only \"application/json\" is supported.
func (ApiItemQueryByIdRequest) Authorization ¶
func (r ApiItemQueryByIdRequest) Authorization(authorization string) ApiItemQueryByIdRequest
Citrix Cloud authorization token.
func (ApiItemQueryByIdRequest) CitrixCustomerId ¶
func (r ApiItemQueryByIdRequest) CitrixCustomerId(citrixCustomerId string) ApiItemQueryByIdRequest
Citrix Cloud customer ID.
func (ApiItemQueryByIdRequest) CitrixTransactionId ¶
func (r ApiItemQueryByIdRequest) CitrixTransactionId(citrixTransactionId string) ApiItemQueryByIdRequest
Transaction ID that will be used to track this request.
type ApiItemQueryRequest ¶
type ApiItemQueryRequest struct { ApiService *UserADObjectDAASService // contains filtered or unexported fields }
func (ApiItemQueryRequest) Accept ¶
func (r ApiItemQueryRequest) Accept(accept string) ApiItemQueryRequest
Only \"application/json\" is supported.
func (ApiItemQueryRequest) Authorization ¶
func (r ApiItemQueryRequest) Authorization(authorization string) ApiItemQueryRequest
Citrix Cloud authorization token.
func (ApiItemQueryRequest) CitrixCustomerId ¶
func (r ApiItemQueryRequest) CitrixCustomerId(citrixCustomerId string) ApiItemQueryRequest
Citrix Cloud customer ID.
func (ApiItemQueryRequest) CitrixTransactionId ¶
func (r ApiItemQueryRequest) CitrixTransactionId(citrixTransactionId string) ApiItemQueryRequest
Transaction ID that will be used to track this request.
func (ApiItemQueryRequest) Execute ¶
func (r ApiItemQueryRequest) Execute() (*ItemQuery200Response, *http.Response, error)
func (ApiItemQueryRequest) Id ¶
func (r ApiItemQueryRequest) Id(id int64) ApiItemQueryRequest
The ID is used to filter the query results.
func (ApiItemQueryRequest) Sid ¶
func (r ApiItemQueryRequest) Sid(sid string) ApiItemQueryRequest
The SID is used to filter the query results.
func (ApiItemQueryRequest) SiteId ¶
func (r ApiItemQueryRequest) SiteId(siteId int64) ApiItemQueryRequest
The name is used to filter the query results.
type ApiItemUpdateRequest ¶
type ApiItemUpdateRequest struct { ApiService *UserADObjectDAASService // contains filtered or unexported fields }
func (ApiItemUpdateRequest) Accept ¶
func (r ApiItemUpdateRequest) Accept(accept string) ApiItemUpdateRequest
Only \"application/json\" is supported.
func (ApiItemUpdateRequest) Authorization ¶
func (r ApiItemUpdateRequest) Authorization(authorization string) ApiItemUpdateRequest
Citrix Cloud authorization token.
func (ApiItemUpdateRequest) Body ¶
func (r ApiItemUpdateRequest) Body(body UserModel) ApiItemUpdateRequest
func (ApiItemUpdateRequest) CitrixCustomerId ¶
func (r ApiItemUpdateRequest) CitrixCustomerId(citrixCustomerId string) ApiItemUpdateRequest
Citrix Cloud customer ID.
func (ApiItemUpdateRequest) CitrixTransactionId ¶
func (r ApiItemUpdateRequest) CitrixTransactionId(citrixTransactionId string) ApiItemUpdateRequest
Transaction ID that will be used to track this request.
type ApiSiteCreateRequest ¶
type ApiSiteCreateRequest struct { ApiService *SiteDAASService // contains filtered or unexported fields }
func (ApiSiteCreateRequest) Accept ¶
func (r ApiSiteCreateRequest) Accept(accept string) ApiSiteCreateRequest
Only \"application/json\" is supported.
func (ApiSiteCreateRequest) Authorization ¶
func (r ApiSiteCreateRequest) Authorization(authorization string) ApiSiteCreateRequest
Citrix Cloud authorization token.
func (ApiSiteCreateRequest) Body ¶
func (r ApiSiteCreateRequest) Body(body SiteModel) ApiSiteCreateRequest
func (ApiSiteCreateRequest) CitrixCustomerId ¶
func (r ApiSiteCreateRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteCreateRequest
Citrix Cloud customer ID.
func (ApiSiteCreateRequest) CitrixTransactionId ¶
func (r ApiSiteCreateRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteCreateRequest
Transaction ID that will be used to track this request.
type ApiSiteDeleteRequest ¶
type ApiSiteDeleteRequest struct { ApiService *SiteDAASService // contains filtered or unexported fields }
func (ApiSiteDeleteRequest) Accept ¶
func (r ApiSiteDeleteRequest) Accept(accept string) ApiSiteDeleteRequest
Only \"application/json\" is supported.
func (ApiSiteDeleteRequest) Authorization ¶
func (r ApiSiteDeleteRequest) Authorization(authorization string) ApiSiteDeleteRequest
Citrix Cloud authorization token.
func (ApiSiteDeleteRequest) CitrixCustomerId ¶
func (r ApiSiteDeleteRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteDeleteRequest
Citrix Cloud customer ID.
func (ApiSiteDeleteRequest) CitrixTransactionId ¶
func (r ApiSiteDeleteRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteDeleteRequest
Transaction ID that will be used to track this request.
type ApiSiteExportRequest ¶
type ApiSiteExportRequest struct { ApiService *SiteDAASService // contains filtered or unexported fields }
func (ApiSiteExportRequest) Accept ¶
func (r ApiSiteExportRequest) Accept(accept string) ApiSiteExportRequest
Only \"application/json\" is supported.
func (ApiSiteExportRequest) Authorization ¶
func (r ApiSiteExportRequest) Authorization(authorization string) ApiSiteExportRequest
Citrix Cloud authorization token.
func (ApiSiteExportRequest) CitrixCustomerId ¶
func (r ApiSiteExportRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteExportRequest
Citrix Cloud customer ID.
func (ApiSiteExportRequest) CitrixTransactionId ¶
func (r ApiSiteExportRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteExportRequest
Transaction ID that will be used to track this request.
func (ApiSiteExportRequest) Execute ¶
func (r ApiSiteExportRequest) Execute() (map[string]interface{}, *http.Response, error)
func (ApiSiteExportRequest) Id ¶
func (r ApiSiteExportRequest) Id(id int64) ApiSiteExportRequest
The ID of the resource you want to export.
func (ApiSiteExportRequest) Name ¶
func (r ApiSiteExportRequest) Name(name string) ApiSiteExportRequest
The name of the resource you want to export.
type ApiSiteImportRequest ¶
type ApiSiteImportRequest struct { ApiService *SiteDAASService // contains filtered or unexported fields }
func (ApiSiteImportRequest) Accept ¶
func (r ApiSiteImportRequest) Accept(accept string) ApiSiteImportRequest
Only \"application/json\" is supported.
func (ApiSiteImportRequest) Authorization ¶
func (r ApiSiteImportRequest) Authorization(authorization string) ApiSiteImportRequest
Citrix Cloud authorization token.
func (ApiSiteImportRequest) Body ¶
func (r ApiSiteImportRequest) Body(body map[string]interface{}) ApiSiteImportRequest
func (ApiSiteImportRequest) CitrixCustomerId ¶
func (r ApiSiteImportRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteImportRequest
Citrix Cloud customer ID.
func (ApiSiteImportRequest) CitrixTransactionId ¶
func (r ApiSiteImportRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteImportRequest
Transaction ID that will be used to track this request.
type ApiSiteQueryByIdRequest ¶
type ApiSiteQueryByIdRequest struct { ApiService *SiteDAASService // contains filtered or unexported fields }
func (ApiSiteQueryByIdRequest) Accept ¶
func (r ApiSiteQueryByIdRequest) Accept(accept string) ApiSiteQueryByIdRequest
Only \"application/json\" is supported.
func (ApiSiteQueryByIdRequest) Authorization ¶
func (r ApiSiteQueryByIdRequest) Authorization(authorization string) ApiSiteQueryByIdRequest
Citrix Cloud authorization token.
func (ApiSiteQueryByIdRequest) CitrixCustomerId ¶
func (r ApiSiteQueryByIdRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteQueryByIdRequest
Citrix Cloud customer ID.
func (ApiSiteQueryByIdRequest) CitrixTransactionId ¶
func (r ApiSiteQueryByIdRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteQueryByIdRequest
Transaction ID that will be used to track this request.
type ApiSiteQueryRequest ¶
type ApiSiteQueryRequest struct { ApiService *SiteDAASService // contains filtered or unexported fields }
func (ApiSiteQueryRequest) Accept ¶
func (r ApiSiteQueryRequest) Accept(accept string) ApiSiteQueryRequest
Only \"application/json\" is supported.
func (ApiSiteQueryRequest) Authorization ¶
func (r ApiSiteQueryRequest) Authorization(authorization string) ApiSiteQueryRequest
Citrix Cloud authorization token.
func (ApiSiteQueryRequest) CitrixCustomerId ¶
func (r ApiSiteQueryRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteQueryRequest
Citrix Cloud customer ID.
func (ApiSiteQueryRequest) CitrixTransactionId ¶
func (r ApiSiteQueryRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteQueryRequest
Transaction ID that will be used to track this request.
func (ApiSiteQueryRequest) Execute ¶
func (r ApiSiteQueryRequest) Execute() (*SiteQuery200Response, *http.Response, error)
func (ApiSiteQueryRequest) Id ¶
func (r ApiSiteQueryRequest) Id(id int64) ApiSiteQueryRequest
The ID is used to filter the query results.
func (ApiSiteQueryRequest) Name ¶
func (r ApiSiteQueryRequest) Name(name string) ApiSiteQueryRequest
The name is used to filter the query results.
type ApiSiteReplicateRequest ¶
type ApiSiteReplicateRequest struct { ApiService *SiteDAASService // contains filtered or unexported fields }
func (ApiSiteReplicateRequest) Accept ¶
func (r ApiSiteReplicateRequest) Accept(accept string) ApiSiteReplicateRequest
Only \"application/json\" is supported.
func (ApiSiteReplicateRequest) Authorization ¶
func (r ApiSiteReplicateRequest) Authorization(authorization string) ApiSiteReplicateRequest
Citrix Cloud authorization token.
func (ApiSiteReplicateRequest) CitrixCustomerId ¶
func (r ApiSiteReplicateRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteReplicateRequest
Citrix Cloud customer ID.
func (ApiSiteReplicateRequest) CitrixTransactionId ¶
func (r ApiSiteReplicateRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteReplicateRequest
Transaction ID that will be used to track this request.
func (ApiSiteReplicateRequest) Execute ¶
func (r ApiSiteReplicateRequest) Execute() (*http.Response, error)
func (ApiSiteReplicateRequest) Id ¶
func (r ApiSiteReplicateRequest) Id(id int64) ApiSiteReplicateRequest
func (ApiSiteReplicateRequest) Name ¶
func (r ApiSiteReplicateRequest) Name(name string) ApiSiteReplicateRequest
type ApiSiteUpdateRequest ¶
type ApiSiteUpdateRequest struct { ApiService *SiteDAASService // contains filtered or unexported fields }
func (ApiSiteUpdateRequest) Accept ¶
func (r ApiSiteUpdateRequest) Accept(accept string) ApiSiteUpdateRequest
Only \"application/json\" is supported.
func (ApiSiteUpdateRequest) Authorization ¶
func (r ApiSiteUpdateRequest) Authorization(authorization string) ApiSiteUpdateRequest
Citrix Cloud authorization token.
func (ApiSiteUpdateRequest) Body ¶
func (r ApiSiteUpdateRequest) Body(body SiteModel) ApiSiteUpdateRequest
func (ApiSiteUpdateRequest) CitrixCustomerId ¶
func (r ApiSiteUpdateRequest) CitrixCustomerId(citrixCustomerId string) ApiSiteUpdateRequest
Citrix Cloud customer ID.
func (ApiSiteUpdateRequest) CitrixTransactionId ¶
func (r ApiSiteUpdateRequest) CitrixTransactionId(citrixTransactionId string) ApiSiteUpdateRequest
Transaction ID that will be used to track this request.
type ApiStruct ¶
type ApiStruct struct { Path *string `json:"path,omitempty"` Method *string `json:"method,omitempty"` Function *string `json:"function,omitempty"` ControllerName *string `json:"controllerName,omitempty"` AuthLevel *string `json:"authLevel,omitempty"` }
ApiStruct struct for ApiStruct
func NewApiStruct ¶
func NewApiStruct() *ApiStruct
NewApiStruct instantiates a new ApiStruct 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 NewApiStructWithDefaults ¶
func NewApiStructWithDefaults() *ApiStruct
NewApiStructWithDefaults instantiates a new ApiStruct 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 (*ApiStruct) GetAuthLevel ¶
GetAuthLevel returns the AuthLevel field value if set, zero value otherwise.
func (*ApiStruct) GetAuthLevelOk ¶
GetAuthLevelOk returns a tuple with the AuthLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiStruct) GetControllerName ¶
GetControllerName returns the ControllerName field value if set, zero value otherwise.
func (*ApiStruct) GetControllerNameOk ¶
GetControllerNameOk returns a tuple with the ControllerName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiStruct) GetFunction ¶
GetFunction returns the Function field value if set, zero value otherwise.
func (*ApiStruct) GetFunctionOk ¶
GetFunctionOk returns a tuple with the Function field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiStruct) GetMethod ¶
GetMethod returns the Method field value if set, zero value otherwise.
func (*ApiStruct) GetMethodOk ¶
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiStruct) GetPathOk ¶
GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiStruct) HasAuthLevel ¶
HasAuthLevel returns a boolean if a field has been set.
func (*ApiStruct) HasControllerName ¶
HasControllerName returns a boolean if a field has been set.
func (*ApiStruct) HasFunction ¶
HasFunction returns a boolean if a field has been set.
func (ApiStruct) MarshalJSON ¶
func (*ApiStruct) SetAuthLevel ¶
SetAuthLevel gets a reference to the given string and assigns it to the AuthLevel field.
func (*ApiStruct) SetControllerName ¶
SetControllerName gets a reference to the given string and assigns it to the ControllerName field.
func (*ApiStruct) SetFunction ¶
SetFunction gets a reference to the given string and assigns it to the Function field.
func (*ApiStruct) SetMethod ¶
SetMethod gets a reference to the given string and assigns it to the Method field.
type ApiSystemUtilitySettingQueryByIdRequest ¶
type ApiSystemUtilitySettingQueryByIdRequest struct { ApiService *SystemOptimizationDAASService // contains filtered or unexported fields }
func (ApiSystemUtilitySettingQueryByIdRequest) Accept ¶
func (r ApiSystemUtilitySettingQueryByIdRequest) Accept(accept string) ApiSystemUtilitySettingQueryByIdRequest
Only \"application/json\" is supported.
func (ApiSystemUtilitySettingQueryByIdRequest) Authorization ¶
func (r ApiSystemUtilitySettingQueryByIdRequest) Authorization(authorization string) ApiSystemUtilitySettingQueryByIdRequest
Citrix Cloud authorization token.
func (ApiSystemUtilitySettingQueryByIdRequest) CitrixCustomerId ¶
func (r ApiSystemUtilitySettingQueryByIdRequest) CitrixCustomerId(citrixCustomerId string) ApiSystemUtilitySettingQueryByIdRequest
Citrix Cloud customer ID.
func (ApiSystemUtilitySettingQueryByIdRequest) CitrixTransactionId ¶
func (r ApiSystemUtilitySettingQueryByIdRequest) CitrixTransactionId(citrixTransactionId string) ApiSystemUtilitySettingQueryByIdRequest
Transaction ID that will be used to track this request.
func (ApiSystemUtilitySettingQueryByIdRequest) Execute ¶
func (r ApiSystemUtilitySettingQueryByIdRequest) Execute() (*SystemOptimizationModel, *http.Response, error)
type ApiSystemUtilitySettingQueryRequest ¶
type ApiSystemUtilitySettingQueryRequest struct { ApiService *SystemOptimizationDAASService // contains filtered or unexported fields }
func (ApiSystemUtilitySettingQueryRequest) Accept ¶
func (r ApiSystemUtilitySettingQueryRequest) Accept(accept string) ApiSystemUtilitySettingQueryRequest
Only \"application/json\" is supported.
func (ApiSystemUtilitySettingQueryRequest) Authorization ¶
func (r ApiSystemUtilitySettingQueryRequest) Authorization(authorization string) ApiSystemUtilitySettingQueryRequest
Citrix Cloud authorization token.
func (ApiSystemUtilitySettingQueryRequest) CitrixCustomerId ¶
func (r ApiSystemUtilitySettingQueryRequest) CitrixCustomerId(citrixCustomerId string) ApiSystemUtilitySettingQueryRequest
Citrix Cloud customer ID.
func (ApiSystemUtilitySettingQueryRequest) CitrixTransactionId ¶
func (r ApiSystemUtilitySettingQueryRequest) CitrixTransactionId(citrixTransactionId string) ApiSystemUtilitySettingQueryRequest
Transaction ID that will be used to track this request.
func (ApiSystemUtilitySettingQueryRequest) Execute ¶
func (r ApiSystemUtilitySettingQueryRequest) Execute() (*SystemUtilitySettingQuery200Response, *http.Response, error)
type ApiSystemUtilitySettingUpdateRequest ¶
type ApiSystemUtilitySettingUpdateRequest struct { ApiService *SystemOptimizationDAASService // contains filtered or unexported fields }
func (ApiSystemUtilitySettingUpdateRequest) Accept ¶
func (r ApiSystemUtilitySettingUpdateRequest) Accept(accept string) ApiSystemUtilitySettingUpdateRequest
Only \"application/json\" is supported.
func (ApiSystemUtilitySettingUpdateRequest) Authorization ¶
func (r ApiSystemUtilitySettingUpdateRequest) Authorization(authorization string) ApiSystemUtilitySettingUpdateRequest
Citrix Cloud authorization token.
func (ApiSystemUtilitySettingUpdateRequest) CitrixCustomerId ¶
func (r ApiSystemUtilitySettingUpdateRequest) CitrixCustomerId(citrixCustomerId string) ApiSystemUtilitySettingUpdateRequest
Citrix Cloud customer ID.
func (ApiSystemUtilitySettingUpdateRequest) CitrixTransactionId ¶
func (r ApiSystemUtilitySettingUpdateRequest) CitrixTransactionId(citrixTransactionId string) ApiSystemUtilitySettingUpdateRequest
Transaction ID that will be used to track this request.
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client Middleware MiddlewareFunction }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type ItemQuery200Response ¶
type ItemQuery200Response struct {
Items []UserModel `json:"items"`
}
ItemQuery200Response struct for ItemQuery200Response
func NewItemQuery200Response ¶
func NewItemQuery200Response(items []UserModel) *ItemQuery200Response
NewItemQuery200Response instantiates a new ItemQuery200Response 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 NewItemQuery200ResponseWithDefaults ¶
func NewItemQuery200ResponseWithDefaults() *ItemQuery200Response
NewItemQuery200ResponseWithDefaults instantiates a new ItemQuery200Response 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 (*ItemQuery200Response) GetItems ¶
func (o *ItemQuery200Response) GetItems() []UserModel
GetItems returns the Items field value
func (*ItemQuery200Response) GetItemsOk ¶
func (o *ItemQuery200Response) GetItemsOk() ([]UserModel, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (ItemQuery200Response) MarshalJSON ¶
func (o ItemQuery200Response) MarshalJSON() ([]byte, error)
func (*ItemQuery200Response) SetItems ¶
func (o *ItemQuery200Response) SetItems(v []UserModel)
SetItems sets field value
func (ItemQuery200Response) ToMap ¶
func (o ItemQuery200Response) ToMap() (map[string]interface{}, error)
type MachineADObjectDAASService ¶
type MachineADObjectDAASService service
MachineADObjectDAASService MachineADObjectDAAS service
func (*MachineADObjectDAASService) AdObjectCreate ¶
func (a *MachineADObjectDAASService) AdObjectCreate(ctx context.Context) ApiAdObjectCreateRequest
AdObjectCreate Create a Machine-level AD Object
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAdObjectCreateRequest
func (*MachineADObjectDAASService) AdObjectCreateExecute ¶
func (a *MachineADObjectDAASService) AdObjectCreateExecute(r ApiAdObjectCreateRequest) (*http.Response, error)
Execute executes the request
func (*MachineADObjectDAASService) AdObjectDelete ¶
func (a *MachineADObjectDAASService) AdObjectDelete(ctx context.Context, id string) ApiAdObjectDeleteRequest
AdObjectDelete Delete a Machine-level AD Object
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the resource you want to delete. @return ApiAdObjectDeleteRequest
func (*MachineADObjectDAASService) AdObjectDeleteExecute ¶
func (a *MachineADObjectDAASService) AdObjectDeleteExecute(r ApiAdObjectDeleteRequest) (*http.Response, error)
Execute executes the request
func (*MachineADObjectDAASService) AdObjectQuery ¶
func (a *MachineADObjectDAASService) AdObjectQuery(ctx context.Context) ApiAdObjectQueryRequest
AdObjectQuery Query Machine-level AD Objects
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAdObjectQueryRequest
func (*MachineADObjectDAASService) AdObjectQueryById ¶
func (a *MachineADObjectDAASService) AdObjectQueryById(ctx context.Context, id int64) ApiAdObjectQueryByIdRequest
AdObjectQueryById Query Machine-level AD Objects by Identity
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the resource you want to query. @return ApiAdObjectQueryByIdRequest
func (*MachineADObjectDAASService) AdObjectQueryByIdExecute ¶
func (a *MachineADObjectDAASService) AdObjectQueryByIdExecute(r ApiAdObjectQueryByIdRequest) (*MachineModel, *http.Response, error)
Execute executes the request
@return MachineModel
func (*MachineADObjectDAASService) AdObjectQueryExecute ¶
func (a *MachineADObjectDAASService) AdObjectQueryExecute(r ApiAdObjectQueryRequest) (*AdObjectQuery200Response, *http.Response, error)
Execute executes the request
@return AdObjectQuery200Response
func (*MachineADObjectDAASService) AdObjectUpdate ¶
func (a *MachineADObjectDAASService) AdObjectUpdate(ctx context.Context) ApiAdObjectUpdateRequest
AdObjectUpdate Update a Machine-level AD Object
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAdObjectUpdateRequest
func (*MachineADObjectDAASService) AdObjectUpdateExecute ¶
func (a *MachineADObjectDAASService) AdObjectUpdateExecute(r ApiAdObjectUpdateRequest) (*http.Response, error)
Execute executes the request
type MachineModel ¶
type MachineModel struct { // Identity of machine-level AD object Id *int64 `json:"id,omitempty"` // SID of machine-level AD object Sid string `json:"sid"` // Distingushed name of machine-level AD object Name string `json:"name"` // Type of machine-level AD object Type string `json:"type"` // Description of machine-level AD object Description *string `json:"description,omitempty"` // Identity of site to which this machine-level AD object belongs SiteId int64 `json:"siteId"` // If this nachine-level AD object is enabled Enabled *bool `json:"enabled,omitempty"` // Priority of machine-level AD object Priority *int64 `json:"priority,omitempty"` }
MachineModel Model of machine-level AD object
func NewMachineModel ¶
func NewMachineModel(sid string, name string, type_ string, siteId int64) *MachineModel
NewMachineModel instantiates a new MachineModel 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 NewMachineModelWithDefaults ¶
func NewMachineModelWithDefaults() *MachineModel
NewMachineModelWithDefaults instantiates a new MachineModel 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 (*MachineModel) GetDescription ¶
func (o *MachineModel) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*MachineModel) GetDescriptionOk ¶
func (o *MachineModel) GetDescriptionOk() (*string, 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 (*MachineModel) GetEnabled ¶
func (o *MachineModel) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*MachineModel) GetEnabledOk ¶
func (o *MachineModel) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MachineModel) GetId ¶
func (o *MachineModel) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*MachineModel) GetIdOk ¶
func (o *MachineModel) GetIdOk() (*int64, 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 (*MachineModel) GetName ¶
func (o *MachineModel) GetName() string
GetName returns the Name field value
func (*MachineModel) GetNameOk ¶
func (o *MachineModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*MachineModel) GetPriority ¶
func (o *MachineModel) GetPriority() int64
GetPriority returns the Priority field value if set, zero value otherwise.
func (*MachineModel) GetPriorityOk ¶
func (o *MachineModel) GetPriorityOk() (*int64, bool)
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MachineModel) GetSid ¶
func (o *MachineModel) GetSid() string
GetSid returns the Sid field value
func (*MachineModel) GetSidOk ¶
func (o *MachineModel) GetSidOk() (*string, bool)
GetSidOk returns a tuple with the Sid field value and a boolean to check if the value has been set.
func (*MachineModel) GetSiteId ¶
func (o *MachineModel) GetSiteId() int64
GetSiteId returns the SiteId field value
func (*MachineModel) GetSiteIdOk ¶
func (o *MachineModel) GetSiteIdOk() (*int64, bool)
GetSiteIdOk returns a tuple with the SiteId field value and a boolean to check if the value has been set.
func (*MachineModel) GetType ¶
func (o *MachineModel) GetType() string
GetType returns the Type field value
func (*MachineModel) GetTypeOk ¶
func (o *MachineModel) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*MachineModel) HasDescription ¶
func (o *MachineModel) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*MachineModel) HasEnabled ¶
func (o *MachineModel) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*MachineModel) HasId ¶
func (o *MachineModel) HasId() bool
HasId returns a boolean if a field has been set.
func (*MachineModel) HasPriority ¶
func (o *MachineModel) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (MachineModel) MarshalJSON ¶
func (o MachineModel) MarshalJSON() ([]byte, error)
func (*MachineModel) SetDescription ¶
func (o *MachineModel) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*MachineModel) SetEnabled ¶
func (o *MachineModel) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*MachineModel) SetId ¶
func (o *MachineModel) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*MachineModel) SetPriority ¶
func (o *MachineModel) SetPriority(v int64)
SetPriority gets a reference to the given int64 and assigns it to the Priority field.
func (*MachineModel) SetSiteId ¶
func (o *MachineModel) SetSiteId(v int64)
SetSiteId sets field value
func (MachineModel) ToMap ¶
func (o MachineModel) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type MiddlewareFunction ¶
MiddlewareFunction provides way to implement custom middleware
type NullableAdObjectQuery200Response ¶
type NullableAdObjectQuery200Response struct {
// contains filtered or unexported fields
}
func NewNullableAdObjectQuery200Response ¶
func NewNullableAdObjectQuery200Response(val *AdObjectQuery200Response) *NullableAdObjectQuery200Response
func (NullableAdObjectQuery200Response) Get ¶
func (v NullableAdObjectQuery200Response) Get() *AdObjectQuery200Response
func (NullableAdObjectQuery200Response) IsSet ¶
func (v NullableAdObjectQuery200Response) IsSet() bool
func (NullableAdObjectQuery200Response) MarshalJSON ¶
func (v NullableAdObjectQuery200Response) MarshalJSON() ([]byte, error)
func (*NullableAdObjectQuery200Response) Set ¶
func (v *NullableAdObjectQuery200Response) Set(val *AdObjectQuery200Response)
func (*NullableAdObjectQuery200Response) UnmarshalJSON ¶
func (v *NullableAdObjectQuery200Response) UnmarshalJSON(src []byte) error
func (*NullableAdObjectQuery200Response) Unset ¶
func (v *NullableAdObjectQuery200Response) Unset()
type NullableApiStruct ¶
type NullableApiStruct struct {
// contains filtered or unexported fields
}
func NewNullableApiStruct ¶
func NewNullableApiStruct(val *ApiStruct) *NullableApiStruct
func (NullableApiStruct) Get ¶
func (v NullableApiStruct) Get() *ApiStruct
func (NullableApiStruct) IsSet ¶
func (v NullableApiStruct) IsSet() bool
func (NullableApiStruct) MarshalJSON ¶
func (v NullableApiStruct) MarshalJSON() ([]byte, error)
func (*NullableApiStruct) Set ¶
func (v *NullableApiStruct) Set(val *ApiStruct)
func (*NullableApiStruct) UnmarshalJSON ¶
func (v *NullableApiStruct) UnmarshalJSON(src []byte) error
func (*NullableApiStruct) Unset ¶
func (v *NullableApiStruct) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableItemQuery200Response ¶
type NullableItemQuery200Response struct {
// contains filtered or unexported fields
}
func NewNullableItemQuery200Response ¶
func NewNullableItemQuery200Response(val *ItemQuery200Response) *NullableItemQuery200Response
func (NullableItemQuery200Response) Get ¶
func (v NullableItemQuery200Response) Get() *ItemQuery200Response
func (NullableItemQuery200Response) IsSet ¶
func (v NullableItemQuery200Response) IsSet() bool
func (NullableItemQuery200Response) MarshalJSON ¶
func (v NullableItemQuery200Response) MarshalJSON() ([]byte, error)
func (*NullableItemQuery200Response) Set ¶
func (v *NullableItemQuery200Response) Set(val *ItemQuery200Response)
func (*NullableItemQuery200Response) UnmarshalJSON ¶
func (v *NullableItemQuery200Response) UnmarshalJSON(src []byte) error
func (*NullableItemQuery200Response) Unset ¶
func (v *NullableItemQuery200Response) Unset()
type NullableMachineModel ¶
type NullableMachineModel struct {
// contains filtered or unexported fields
}
func NewNullableMachineModel ¶
func NewNullableMachineModel(val *MachineModel) *NullableMachineModel
func (NullableMachineModel) Get ¶
func (v NullableMachineModel) Get() *MachineModel
func (NullableMachineModel) IsSet ¶
func (v NullableMachineModel) IsSet() bool
func (NullableMachineModel) MarshalJSON ¶
func (v NullableMachineModel) MarshalJSON() ([]byte, error)
func (*NullableMachineModel) Set ¶
func (v *NullableMachineModel) Set(val *MachineModel)
func (*NullableMachineModel) UnmarshalJSON ¶
func (v *NullableMachineModel) UnmarshalJSON(src []byte) error
func (*NullableMachineModel) Unset ¶
func (v *NullableMachineModel) Unset()
type NullableProcessAffinity ¶
type NullableProcessAffinity struct {
// contains filtered or unexported fields
}
func NewNullableProcessAffinity ¶
func NewNullableProcessAffinity(val *ProcessAffinity) *NullableProcessAffinity
func (NullableProcessAffinity) Get ¶
func (v NullableProcessAffinity) Get() *ProcessAffinity
func (NullableProcessAffinity) IsSet ¶
func (v NullableProcessAffinity) IsSet() bool
func (NullableProcessAffinity) MarshalJSON ¶
func (v NullableProcessAffinity) MarshalJSON() ([]byte, error)
func (*NullableProcessAffinity) Set ¶
func (v *NullableProcessAffinity) Set(val *ProcessAffinity)
func (*NullableProcessAffinity) UnmarshalJSON ¶
func (v *NullableProcessAffinity) UnmarshalJSON(src []byte) error
func (*NullableProcessAffinity) Unset ¶
func (v *NullableProcessAffinity) Unset()
type NullableProcessClamping ¶
type NullableProcessClamping struct {
// contains filtered or unexported fields
}
func NewNullableProcessClamping ¶
func NewNullableProcessClamping(val *ProcessClamping) *NullableProcessClamping
func (NullableProcessClamping) Get ¶
func (v NullableProcessClamping) Get() *ProcessClamping
func (NullableProcessClamping) IsSet ¶
func (v NullableProcessClamping) IsSet() bool
func (NullableProcessClamping) MarshalJSON ¶
func (v NullableProcessClamping) MarshalJSON() ([]byte, error)
func (*NullableProcessClamping) Set ¶
func (v *NullableProcessClamping) Set(val *ProcessClamping)
func (*NullableProcessClamping) UnmarshalJSON ¶
func (v *NullableProcessClamping) UnmarshalJSON(src []byte) error
func (*NullableProcessClamping) Unset ¶
func (v *NullableProcessClamping) Unset()
type NullableProcessCpuPriority ¶
type NullableProcessCpuPriority struct {
// contains filtered or unexported fields
}
func NewNullableProcessCpuPriority ¶
func NewNullableProcessCpuPriority(val *ProcessCpuPriority) *NullableProcessCpuPriority
func (NullableProcessCpuPriority) Get ¶
func (v NullableProcessCpuPriority) Get() *ProcessCpuPriority
func (NullableProcessCpuPriority) IsSet ¶
func (v NullableProcessCpuPriority) IsSet() bool
func (NullableProcessCpuPriority) MarshalJSON ¶
func (v NullableProcessCpuPriority) MarshalJSON() ([]byte, error)
func (*NullableProcessCpuPriority) Set ¶
func (v *NullableProcessCpuPriority) Set(val *ProcessCpuPriority)
func (*NullableProcessCpuPriority) UnmarshalJSON ¶
func (v *NullableProcessCpuPriority) UnmarshalJSON(src []byte) error
func (*NullableProcessCpuPriority) Unset ¶
func (v *NullableProcessCpuPriority) Unset()
type NullableProcessIoPriority ¶
type NullableProcessIoPriority struct {
// contains filtered or unexported fields
}
func NewNullableProcessIoPriority ¶
func NewNullableProcessIoPriority(val *ProcessIoPriority) *NullableProcessIoPriority
func (NullableProcessIoPriority) Get ¶
func (v NullableProcessIoPriority) Get() *ProcessIoPriority
func (NullableProcessIoPriority) IsSet ¶
func (v NullableProcessIoPriority) IsSet() bool
func (NullableProcessIoPriority) MarshalJSON ¶
func (v NullableProcessIoPriority) MarshalJSON() ([]byte, error)
func (*NullableProcessIoPriority) Set ¶
func (v *NullableProcessIoPriority) Set(val *ProcessIoPriority)
func (*NullableProcessIoPriority) UnmarshalJSON ¶
func (v *NullableProcessIoPriority) UnmarshalJSON(src []byte) error
func (*NullableProcessIoPriority) Unset ¶
func (v *NullableProcessIoPriority) Unset()
type NullableRestError ¶
type NullableRestError struct {
// contains filtered or unexported fields
}
func NewNullableRestError ¶
func NewNullableRestError(val *RestError) *NullableRestError
func (NullableRestError) Get ¶
func (v NullableRestError) Get() *RestError
func (NullableRestError) IsSet ¶
func (v NullableRestError) IsSet() bool
func (NullableRestError) MarshalJSON ¶
func (v NullableRestError) MarshalJSON() ([]byte, error)
func (*NullableRestError) Set ¶
func (v *NullableRestError) Set(val *RestError)
func (*NullableRestError) UnmarshalJSON ¶
func (v *NullableRestError) UnmarshalJSON(src []byte) error
func (*NullableRestError) Unset ¶
func (v *NullableRestError) Unset()
type NullableRestErrorParametersInner ¶
type NullableRestErrorParametersInner struct {
// contains filtered or unexported fields
}
func NewNullableRestErrorParametersInner ¶
func NewNullableRestErrorParametersInner(val *RestErrorParametersInner) *NullableRestErrorParametersInner
func (NullableRestErrorParametersInner) Get ¶
func (v NullableRestErrorParametersInner) Get() *RestErrorParametersInner
func (NullableRestErrorParametersInner) IsSet ¶
func (v NullableRestErrorParametersInner) IsSet() bool
func (NullableRestErrorParametersInner) MarshalJSON ¶
func (v NullableRestErrorParametersInner) MarshalJSON() ([]byte, error)
func (*NullableRestErrorParametersInner) Set ¶
func (v *NullableRestErrorParametersInner) Set(val *RestErrorParametersInner)
func (*NullableRestErrorParametersInner) UnmarshalJSON ¶
func (v *NullableRestErrorParametersInner) UnmarshalJSON(src []byte) error
func (*NullableRestErrorParametersInner) Unset ¶
func (v *NullableRestErrorParametersInner) Unset()
type NullableSiteModel ¶
type NullableSiteModel struct {
// contains filtered or unexported fields
}
func NewNullableSiteModel ¶
func NewNullableSiteModel(val *SiteModel) *NullableSiteModel
func (NullableSiteModel) Get ¶
func (v NullableSiteModel) Get() *SiteModel
func (NullableSiteModel) IsSet ¶
func (v NullableSiteModel) IsSet() bool
func (NullableSiteModel) MarshalJSON ¶
func (v NullableSiteModel) MarshalJSON() ([]byte, error)
func (*NullableSiteModel) Set ¶
func (v *NullableSiteModel) Set(val *SiteModel)
func (*NullableSiteModel) UnmarshalJSON ¶
func (v *NullableSiteModel) UnmarshalJSON(src []byte) error
func (*NullableSiteModel) Unset ¶
func (v *NullableSiteModel) Unset()
type NullableSiteQuery200Response ¶
type NullableSiteQuery200Response struct {
// contains filtered or unexported fields
}
func NewNullableSiteQuery200Response ¶
func NewNullableSiteQuery200Response(val *SiteQuery200Response) *NullableSiteQuery200Response
func (NullableSiteQuery200Response) Get ¶
func (v NullableSiteQuery200Response) Get() *SiteQuery200Response
func (NullableSiteQuery200Response) IsSet ¶
func (v NullableSiteQuery200Response) IsSet() bool
func (NullableSiteQuery200Response) MarshalJSON ¶
func (v NullableSiteQuery200Response) MarshalJSON() ([]byte, error)
func (*NullableSiteQuery200Response) Set ¶
func (v *NullableSiteQuery200Response) Set(val *SiteQuery200Response)
func (*NullableSiteQuery200Response) UnmarshalJSON ¶
func (v *NullableSiteQuery200Response) UnmarshalJSON(src []byte) error
func (*NullableSiteQuery200Response) Unset ¶
func (v *NullableSiteQuery200Response) 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 NullableSystemOptimizationModel ¶
type NullableSystemOptimizationModel struct {
// contains filtered or unexported fields
}
func NewNullableSystemOptimizationModel ¶
func NewNullableSystemOptimizationModel(val *SystemOptimizationModel) *NullableSystemOptimizationModel
func (NullableSystemOptimizationModel) Get ¶
func (v NullableSystemOptimizationModel) Get() *SystemOptimizationModel
func (NullableSystemOptimizationModel) IsSet ¶
func (v NullableSystemOptimizationModel) IsSet() bool
func (NullableSystemOptimizationModel) MarshalJSON ¶
func (v NullableSystemOptimizationModel) MarshalJSON() ([]byte, error)
func (*NullableSystemOptimizationModel) Set ¶
func (v *NullableSystemOptimizationModel) Set(val *SystemOptimizationModel)
func (*NullableSystemOptimizationModel) UnmarshalJSON ¶
func (v *NullableSystemOptimizationModel) UnmarshalJSON(src []byte) error
func (*NullableSystemOptimizationModel) Unset ¶
func (v *NullableSystemOptimizationModel) Unset()
type NullableSystemUtilitySettingQuery200Response ¶
type NullableSystemUtilitySettingQuery200Response struct {
// contains filtered or unexported fields
}
func NewNullableSystemUtilitySettingQuery200Response ¶
func NewNullableSystemUtilitySettingQuery200Response(val *SystemUtilitySettingQuery200Response) *NullableSystemUtilitySettingQuery200Response
func (NullableSystemUtilitySettingQuery200Response) IsSet ¶
func (v NullableSystemUtilitySettingQuery200Response) IsSet() bool
func (NullableSystemUtilitySettingQuery200Response) MarshalJSON ¶
func (v NullableSystemUtilitySettingQuery200Response) MarshalJSON() ([]byte, error)
func (*NullableSystemUtilitySettingQuery200Response) Set ¶
func (v *NullableSystemUtilitySettingQuery200Response) Set(val *SystemUtilitySettingQuery200Response)
func (*NullableSystemUtilitySettingQuery200Response) UnmarshalJSON ¶
func (v *NullableSystemUtilitySettingQuery200Response) UnmarshalJSON(src []byte) error
func (*NullableSystemUtilitySettingQuery200Response) Unset ¶
func (v *NullableSystemUtilitySettingQuery200Response) 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 NullableUserModel ¶
type NullableUserModel struct {
// contains filtered or unexported fields
}
func NewNullableUserModel ¶
func NewNullableUserModel(val *UserModel) *NullableUserModel
func (NullableUserModel) Get ¶
func (v NullableUserModel) Get() *UserModel
func (NullableUserModel) IsSet ¶
func (v NullableUserModel) IsSet() bool
func (NullableUserModel) MarshalJSON ¶
func (v NullableUserModel) MarshalJSON() ([]byte, error)
func (*NullableUserModel) Set ¶
func (v *NullableUserModel) Set(val *UserModel)
func (*NullableUserModel) UnmarshalJSON ¶
func (v *NullableUserModel) UnmarshalJSON(src []byte) error
func (*NullableUserModel) Unset ¶
func (v *NullableUserModel) Unset()
type ProcessAffinity ¶
type ProcessAffinity struct { ProcessName *string `json:"processName,omitempty"` Affinity *int32 `json:"affinity,omitempty"` }
ProcessAffinity struct for ProcessAffinity
func NewProcessAffinity ¶
func NewProcessAffinity() *ProcessAffinity
NewProcessAffinity instantiates a new ProcessAffinity 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 NewProcessAffinityWithDefaults ¶
func NewProcessAffinityWithDefaults() *ProcessAffinity
NewProcessAffinityWithDefaults instantiates a new ProcessAffinity 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 (*ProcessAffinity) GetAffinity ¶
func (o *ProcessAffinity) GetAffinity() int32
GetAffinity returns the Affinity field value if set, zero value otherwise.
func (*ProcessAffinity) GetAffinityOk ¶
func (o *ProcessAffinity) GetAffinityOk() (*int32, bool)
GetAffinityOk returns a tuple with the Affinity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProcessAffinity) GetProcessName ¶
func (o *ProcessAffinity) GetProcessName() string
GetProcessName returns the ProcessName field value if set, zero value otherwise.
func (*ProcessAffinity) GetProcessNameOk ¶
func (o *ProcessAffinity) GetProcessNameOk() (*string, bool)
GetProcessNameOk returns a tuple with the ProcessName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProcessAffinity) HasAffinity ¶
func (o *ProcessAffinity) HasAffinity() bool
HasAffinity returns a boolean if a field has been set.
func (*ProcessAffinity) HasProcessName ¶
func (o *ProcessAffinity) HasProcessName() bool
HasProcessName returns a boolean if a field has been set.
func (ProcessAffinity) MarshalJSON ¶
func (o ProcessAffinity) MarshalJSON() ([]byte, error)
func (*ProcessAffinity) SetAffinity ¶
func (o *ProcessAffinity) SetAffinity(v int32)
SetAffinity gets a reference to the given int32 and assigns it to the Affinity field.
func (*ProcessAffinity) SetProcessName ¶
func (o *ProcessAffinity) SetProcessName(v string)
SetProcessName gets a reference to the given string and assigns it to the ProcessName field.
func (ProcessAffinity) ToMap ¶
func (o ProcessAffinity) ToMap() (map[string]interface{}, error)
type ProcessClamping ¶
type ProcessClamping struct { ProcessName *string `json:"processName,omitempty"` Percentage *int32 `json:"percentage,omitempty"` }
ProcessClamping struct for ProcessClamping
func NewProcessClamping ¶
func NewProcessClamping() *ProcessClamping
NewProcessClamping instantiates a new ProcessClamping 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 NewProcessClampingWithDefaults ¶
func NewProcessClampingWithDefaults() *ProcessClamping
NewProcessClampingWithDefaults instantiates a new ProcessClamping 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 (*ProcessClamping) GetPercentage ¶
func (o *ProcessClamping) GetPercentage() int32
GetPercentage returns the Percentage field value if set, zero value otherwise.
func (*ProcessClamping) GetPercentageOk ¶
func (o *ProcessClamping) GetPercentageOk() (*int32, bool)
GetPercentageOk returns a tuple with the Percentage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProcessClamping) GetProcessName ¶
func (o *ProcessClamping) GetProcessName() string
GetProcessName returns the ProcessName field value if set, zero value otherwise.
func (*ProcessClamping) GetProcessNameOk ¶
func (o *ProcessClamping) GetProcessNameOk() (*string, bool)
GetProcessNameOk returns a tuple with the ProcessName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProcessClamping) HasPercentage ¶
func (o *ProcessClamping) HasPercentage() bool
HasPercentage returns a boolean if a field has been set.
func (*ProcessClamping) HasProcessName ¶
func (o *ProcessClamping) HasProcessName() bool
HasProcessName returns a boolean if a field has been set.
func (ProcessClamping) MarshalJSON ¶
func (o ProcessClamping) MarshalJSON() ([]byte, error)
func (*ProcessClamping) SetPercentage ¶
func (o *ProcessClamping) SetPercentage(v int32)
SetPercentage gets a reference to the given int32 and assigns it to the Percentage field.
func (*ProcessClamping) SetProcessName ¶
func (o *ProcessClamping) SetProcessName(v string)
SetProcessName gets a reference to the given string and assigns it to the ProcessName field.
func (ProcessClamping) ToMap ¶
func (o ProcessClamping) ToMap() (map[string]interface{}, error)
type ProcessCpuPriority ¶
type ProcessCpuPriority struct { ProcessName *string `json:"processName,omitempty"` Priority *string `json:"priority,omitempty"` }
ProcessCpuPriority struct for ProcessCpuPriority
func NewProcessCpuPriority ¶
func NewProcessCpuPriority() *ProcessCpuPriority
NewProcessCpuPriority instantiates a new ProcessCpuPriority 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 NewProcessCpuPriorityWithDefaults ¶
func NewProcessCpuPriorityWithDefaults() *ProcessCpuPriority
NewProcessCpuPriorityWithDefaults instantiates a new ProcessCpuPriority 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 (*ProcessCpuPriority) GetPriority ¶
func (o *ProcessCpuPriority) GetPriority() string
GetPriority returns the Priority field value if set, zero value otherwise.
func (*ProcessCpuPriority) GetPriorityOk ¶
func (o *ProcessCpuPriority) GetPriorityOk() (*string, bool)
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProcessCpuPriority) GetProcessName ¶
func (o *ProcessCpuPriority) GetProcessName() string
GetProcessName returns the ProcessName field value if set, zero value otherwise.
func (*ProcessCpuPriority) GetProcessNameOk ¶
func (o *ProcessCpuPriority) GetProcessNameOk() (*string, bool)
GetProcessNameOk returns a tuple with the ProcessName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProcessCpuPriority) HasPriority ¶
func (o *ProcessCpuPriority) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (*ProcessCpuPriority) HasProcessName ¶
func (o *ProcessCpuPriority) HasProcessName() bool
HasProcessName returns a boolean if a field has been set.
func (ProcessCpuPriority) MarshalJSON ¶
func (o ProcessCpuPriority) MarshalJSON() ([]byte, error)
func (*ProcessCpuPriority) SetPriority ¶
func (o *ProcessCpuPriority) SetPriority(v string)
SetPriority gets a reference to the given string and assigns it to the Priority field.
func (*ProcessCpuPriority) SetProcessName ¶
func (o *ProcessCpuPriority) SetProcessName(v string)
SetProcessName gets a reference to the given string and assigns it to the ProcessName field.
func (ProcessCpuPriority) ToMap ¶
func (o ProcessCpuPriority) ToMap() (map[string]interface{}, error)
type ProcessIoPriority ¶
type ProcessIoPriority struct { ProcessName *string `json:"processName,omitempty"` Priority *string `json:"priority,omitempty"` }
ProcessIoPriority struct for ProcessIoPriority
func NewProcessIoPriority ¶
func NewProcessIoPriority() *ProcessIoPriority
NewProcessIoPriority instantiates a new ProcessIoPriority 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 NewProcessIoPriorityWithDefaults ¶
func NewProcessIoPriorityWithDefaults() *ProcessIoPriority
NewProcessIoPriorityWithDefaults instantiates a new ProcessIoPriority 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 (*ProcessIoPriority) GetPriority ¶
func (o *ProcessIoPriority) GetPriority() string
GetPriority returns the Priority field value if set, zero value otherwise.
func (*ProcessIoPriority) GetPriorityOk ¶
func (o *ProcessIoPriority) GetPriorityOk() (*string, bool)
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProcessIoPriority) GetProcessName ¶
func (o *ProcessIoPriority) GetProcessName() string
GetProcessName returns the ProcessName field value if set, zero value otherwise.
func (*ProcessIoPriority) GetProcessNameOk ¶
func (o *ProcessIoPriority) GetProcessNameOk() (*string, bool)
GetProcessNameOk returns a tuple with the ProcessName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProcessIoPriority) HasPriority ¶
func (o *ProcessIoPriority) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (*ProcessIoPriority) HasProcessName ¶
func (o *ProcessIoPriority) HasProcessName() bool
HasProcessName returns a boolean if a field has been set.
func (ProcessIoPriority) MarshalJSON ¶
func (o ProcessIoPriority) MarshalJSON() ([]byte, error)
func (*ProcessIoPriority) SetPriority ¶
func (o *ProcessIoPriority) SetPriority(v string)
SetPriority gets a reference to the given string and assigns it to the Priority field.
func (*ProcessIoPriority) SetProcessName ¶
func (o *ProcessIoPriority) SetProcessName(v string)
SetProcessName gets a reference to the given string and assigns it to the ProcessName field.
func (ProcessIoPriority) ToMap ¶
func (o ProcessIoPriority) ToMap() (map[string]interface{}, error)
type RestError ¶
type RestError struct { Type string `json:"type"` Detail string `json:"detail"` Parameters []RestErrorParametersInner `json:"parameters,omitempty"` }
RestError struct for RestError
func NewRestError ¶
NewRestError instantiates a new RestError 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 NewRestErrorWithDefaults ¶
func NewRestErrorWithDefaults() *RestError
NewRestErrorWithDefaults instantiates a new RestError 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 (*RestError) GetDetailOk ¶
GetDetailOk returns a tuple with the Detail field value and a boolean to check if the value has been set.
func (*RestError) GetParameters ¶
func (o *RestError) GetParameters() []RestErrorParametersInner
GetParameters returns the Parameters field value if set, zero value otherwise.
func (*RestError) GetParametersOk ¶
func (o *RestError) GetParametersOk() ([]RestErrorParametersInner, bool)
GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RestError) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*RestError) HasParameters ¶
HasParameters returns a boolean if a field has been set.
func (RestError) MarshalJSON ¶
func (*RestError) SetParameters ¶
func (o *RestError) SetParameters(v []RestErrorParametersInner)
SetParameters gets a reference to the given []RestErrorParametersInner and assigns it to the Parameters field.
type RestErrorParametersInner ¶
RestErrorParametersInner struct for RestErrorParametersInner
func NewRestErrorParametersInner ¶
func NewRestErrorParametersInner(name string, value string) *RestErrorParametersInner
NewRestErrorParametersInner instantiates a new RestErrorParametersInner 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 NewRestErrorParametersInnerWithDefaults ¶
func NewRestErrorParametersInnerWithDefaults() *RestErrorParametersInner
NewRestErrorParametersInnerWithDefaults instantiates a new RestErrorParametersInner 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 (*RestErrorParametersInner) GetName ¶
func (o *RestErrorParametersInner) GetName() string
GetName returns the Name field value
func (*RestErrorParametersInner) GetNameOk ¶
func (o *RestErrorParametersInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RestErrorParametersInner) GetValue ¶
func (o *RestErrorParametersInner) GetValue() string
GetValue returns the Value field value
func (*RestErrorParametersInner) GetValueOk ¶
func (o *RestErrorParametersInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (RestErrorParametersInner) MarshalJSON ¶
func (o RestErrorParametersInner) MarshalJSON() ([]byte, error)
func (*RestErrorParametersInner) SetName ¶
func (o *RestErrorParametersInner) SetName(v string)
SetName sets field value
func (*RestErrorParametersInner) SetValue ¶
func (o *RestErrorParametersInner) SetValue(v string)
SetValue sets field value
func (RestErrorParametersInner) ToMap ¶
func (o RestErrorParametersInner) ToMap() (map[string]interface{}, error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SiteDAASService ¶
type SiteDAASService service
SiteDAASService SiteDAAS service
func (*SiteDAASService) SiteCreate ¶
func (a *SiteDAASService) SiteCreate(ctx context.Context) ApiSiteCreateRequest
SiteCreate Create a Site
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSiteCreateRequest
func (*SiteDAASService) SiteCreateExecute ¶
func (a *SiteDAASService) SiteCreateExecute(r ApiSiteCreateRequest) (*http.Response, error)
Execute executes the request
func (*SiteDAASService) SiteDelete ¶
func (a *SiteDAASService) SiteDelete(ctx context.Context, id int64) ApiSiteDeleteRequest
SiteDelete Delete a Site
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the resource you want to delete. @return ApiSiteDeleteRequest
func (*SiteDAASService) SiteDeleteExecute ¶
func (a *SiteDAASService) SiteDeleteExecute(r ApiSiteDeleteRequest) (*http.Response, error)
Execute executes the request
func (*SiteDAASService) SiteExport ¶
func (a *SiteDAASService) SiteExport(ctx context.Context) ApiSiteExportRequest
SiteExport Export a Site
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSiteExportRequest
func (*SiteDAASService) SiteExportExecute ¶
func (a *SiteDAASService) SiteExportExecute(r ApiSiteExportRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*SiteDAASService) SiteImport ¶
func (a *SiteDAASService) SiteImport(ctx context.Context) ApiSiteImportRequest
SiteImport Import a Site
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSiteImportRequest
func (*SiteDAASService) SiteImportExecute ¶
func (a *SiteDAASService) SiteImportExecute(r ApiSiteImportRequest) (*http.Response, error)
Execute executes the request
func (*SiteDAASService) SiteQuery ¶
func (a *SiteDAASService) SiteQuery(ctx context.Context) ApiSiteQueryRequest
SiteQuery Query Sites
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSiteQueryRequest
func (*SiteDAASService) SiteQueryById ¶
func (a *SiteDAASService) SiteQueryById(ctx context.Context, id int64) ApiSiteQueryByIdRequest
SiteQueryById Query Sites by Identity
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the resource you want to query. @return ApiSiteQueryByIdRequest
func (*SiteDAASService) SiteQueryByIdExecute ¶
func (a *SiteDAASService) SiteQueryByIdExecute(r ApiSiteQueryByIdRequest) (*SiteModel, *http.Response, error)
Execute executes the request
@return SiteModel
func (*SiteDAASService) SiteQueryExecute ¶
func (a *SiteDAASService) SiteQueryExecute(r ApiSiteQueryRequest) (*SiteQuery200Response, *http.Response, error)
Execute executes the request
@return SiteQuery200Response
func (*SiteDAASService) SiteReplicate ¶
func (a *SiteDAASService) SiteReplicate(ctx context.Context) ApiSiteReplicateRequest
SiteReplicate Replicate a Site
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSiteReplicateRequest
func (*SiteDAASService) SiteReplicateExecute ¶
func (a *SiteDAASService) SiteReplicateExecute(r ApiSiteReplicateRequest) (*http.Response, error)
Execute executes the request
func (*SiteDAASService) SiteUpdate ¶
func (a *SiteDAASService) SiteUpdate(ctx context.Context) ApiSiteUpdateRequest
SiteUpdate Update a Site
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSiteUpdateRequest
func (*SiteDAASService) SiteUpdateExecute ¶
func (a *SiteDAASService) SiteUpdateExecute(r ApiSiteUpdateRequest) (*http.Response, error)
Execute executes the request
type SiteModel ¶
type SiteModel struct { // Identity of site Id *int64 `json:"id,omitempty"` // Name of site Name *string `json:"name,omitempty"` // Description of site Description *string `json:"description,omitempty"` }
SiteModel Model of Site
func NewSiteModel ¶
func NewSiteModel() *SiteModel
NewSiteModel instantiates a new SiteModel 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 NewSiteModelWithDefaults ¶
func NewSiteModelWithDefaults() *SiteModel
NewSiteModelWithDefaults instantiates a new SiteModel 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 (*SiteModel) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*SiteModel) GetDescriptionOk ¶
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 (*SiteModel) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SiteModel) GetNameOk ¶
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 (*SiteModel) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (SiteModel) MarshalJSON ¶
func (*SiteModel) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
type SiteQuery200Response ¶
type SiteQuery200Response struct {
Items []SiteModel `json:"items"`
}
SiteQuery200Response struct for SiteQuery200Response
func NewSiteQuery200Response ¶
func NewSiteQuery200Response(items []SiteModel) *SiteQuery200Response
NewSiteQuery200Response instantiates a new SiteQuery200Response 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 NewSiteQuery200ResponseWithDefaults ¶
func NewSiteQuery200ResponseWithDefaults() *SiteQuery200Response
NewSiteQuery200ResponseWithDefaults instantiates a new SiteQuery200Response 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 (*SiteQuery200Response) GetItems ¶
func (o *SiteQuery200Response) GetItems() []SiteModel
GetItems returns the Items field value
func (*SiteQuery200Response) GetItemsOk ¶
func (o *SiteQuery200Response) GetItemsOk() ([]SiteModel, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (SiteQuery200Response) MarshalJSON ¶
func (o SiteQuery200Response) MarshalJSON() ([]byte, error)
func (*SiteQuery200Response) SetItems ¶
func (o *SiteQuery200Response) SetItems(v []SiteModel)
SetItems sets field value
func (SiteQuery200Response) ToMap ¶
func (o SiteQuery200Response) ToMap() (map[string]interface{}, error)
type SystemOptimizationDAASService ¶
type SystemOptimizationDAASService service
SystemOptimizationDAASService SystemOptimizationDAAS service
func (*SystemOptimizationDAASService) SystemUtilitySettingQuery ¶
func (a *SystemOptimizationDAASService) SystemUtilitySettingQuery(ctx context.Context) ApiSystemUtilitySettingQueryRequest
SystemUtilitySettingQuery Query System Optimization Configurations
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSystemUtilitySettingQueryRequest
func (*SystemOptimizationDAASService) SystemUtilitySettingQueryById ¶
func (a *SystemOptimizationDAASService) SystemUtilitySettingQueryById(ctx context.Context, id int64) ApiSystemUtilitySettingQueryByIdRequest
SystemUtilitySettingQueryById Query System Optimization Configurations by Identity
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the resource you want to query. @return ApiSystemUtilitySettingQueryByIdRequest
func (*SystemOptimizationDAASService) SystemUtilitySettingQueryByIdExecute ¶
func (a *SystemOptimizationDAASService) SystemUtilitySettingQueryByIdExecute(r ApiSystemUtilitySettingQueryByIdRequest) (*SystemOptimizationModel, *http.Response, error)
Execute executes the request
@return SystemOptimizationModel
func (*SystemOptimizationDAASService) SystemUtilitySettingQueryExecute ¶
func (a *SystemOptimizationDAASService) SystemUtilitySettingQueryExecute(r ApiSystemUtilitySettingQueryRequest) (*SystemUtilitySettingQuery200Response, *http.Response, error)
Execute executes the request
@return SystemUtilitySettingQuery200Response
func (*SystemOptimizationDAASService) SystemUtilitySettingUpdate ¶
func (a *SystemOptimizationDAASService) SystemUtilitySettingUpdate(ctx context.Context) ApiSystemUtilitySettingUpdateRequest
SystemUtilitySettingUpdate Update a System Optimization Configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSystemUtilitySettingUpdateRequest
func (*SystemOptimizationDAASService) SystemUtilitySettingUpdateExecute ¶
func (a *SystemOptimizationDAASService) SystemUtilitySettingUpdateExecute(r ApiSystemUtilitySettingUpdateRequest) (*http.Response, error)
Execute executes the request
type SystemOptimizationModel ¶
type SystemOptimizationModel struct { // Identity of this system optimization model and the identity of the site to which this configuration applies Id *int64 `json:"id,omitempty"` // Lets you lower the CPU priority of processes that overload your CPU EnableCpuSpikeProtection *bool `json:"enableCpuSpikeProtection,omitempty"` // Lets you lower the CPU priority of processes automatically EnableCpuAutoProtection *bool `json:"enableCpuAutoProtection,omitempty"` // CPU usage limit (%) for CPU spike protection CpuUsageLimitOfSpikeProtection *int32 `json:"cpuUsageLimitOfSpikeProtection,omitempty"` // Limit sample time (s) for CPU spike protection CpuUsageLimitSampleTimeOfSpikeProtection *int32 `json:"cpuUsageLimitSampleTimeOfSpikeProtection,omitempty"` // Idle priority time (s) for CPU spike protection IdlePriorityTimeOfSpikeProtection *int32 `json:"idlePriorityTimeOfSpikeProtection,omitempty"` // Lets you limit processes that trigger CPU spike protection to a specified number of logical processors EnableLimitCpuCoreUsage *bool `json:"enableLimitCpuCoreUsage,omitempty"` // CPU core usage limit CpuCoreLimitOfSpikeProtection *int32 `json:"cpuCoreLimitOfSpikeProtection,omitempty"` // Enable agent to intelligently optimize the CPU priority of processes that trigger CPU spike protection EnableIntelligentCpuOptimization *bool `json:"enableIntelligentCpuOptimization,omitempty"` // Enable agent to intelligently optimize the I/O priority of processes that trigger CPU spike protection EnableIntelligentIoOptimization *bool `json:"enableIntelligentIoOptimization,omitempty"` // Lets you add or remove processes from an exclusion list for CPU spike protection by executable name ExcludeProcessesFromCpuSpikeProtection *bool `json:"excludeProcessesFromCpuSpikeProtection,omitempty"` // Processes excluded from CPU spike protection ProcessesExcludedFromCpuSpikeProtection []string `json:"processesExcludedFromCpuSpikeProtection,omitempty"` // Lets you configure process CPU priority manually EnableProcessCpuPriority *bool `json:"enableProcessCpuPriority,omitempty"` // CPU priorities specified for the processes ProcessesOfCpuPriority []ProcessCpuPriority `json:"processesOfCpuPriority,omitempty"` // Lets you define how many \"logical processors\" for a process to use EnableProcessAffinity *bool `json:"enableProcessAffinity,omitempty"` // Logical processors specified for the processes ProcessesOfCpuAffinity []ProcessAffinity `json:"processesOfCpuAffinity,omitempty"` // Lets you prevent processes using more than a certain percentage of the CPU's processing power EnableProcessClamping *bool `json:"enableProcessClamping,omitempty"` // CPU clamping (%) specified for the processes ProcessesOfCpuClamping []ProcessClamping `json:"processesOfCpuClamping,omitempty"` // Lets you force applications that have been idle for a certain time to release excess memory until they are no longer idle EnableMemoryWorkingSetOptimization *bool `json:"enableMemoryWorkingSetOptimization,omitempty"` // Time (min) for which an application must be idle before it is forced to release excess memory IdleSampleTimeOfMemoryWorkingSetOptimization *int32 `json:"idleSampleTimeOfMemoryWorkingSetOptimization,omitempty"` // CPU usage (%) under which a process is considered to be idle IdleStateLimitOfMemoryWorkingSetOptimization *int32 `json:"idleStateLimitOfMemoryWorkingSetOptimization,omitempty"` // Lets you exclude processes from memory management by name ExcludeProcessesFromMemoryWorkingSetOptimization *bool `json:"excludeProcessesFromMemoryWorkingSetOptimization,omitempty"` // Processes excluded from working set optimization ProcessesExcludedFromMemoryWorkingSetOptimization []string `json:"processesExcludedFromMemoryWorkingSetOptimization,omitempty"` // Lets you configure process I/O priority manually EnableProcessIoPriority *bool `json:"enableProcessIoPriority,omitempty"` // I/O priorities specified for the processes ProcessesOfIoPriority []ProcessIoPriority `json:"processesOfIoPriority,omitempty"` // Enables fast logoff for all users in this configuration set EnableFastLogoff *bool `json:"enableFastLogoff,omitempty"` // Lets you exclude specific groups of users from Fast Logoff ExcludeGroupsFromFastLogoff *bool `json:"excludeGroupsFromFastLogoff,omitempty"` // The groups you exclude from Fast Logoff GroupsExcludedFromFastLogoff []string `json:"groupsExcludedFromFastLogoff,omitempty"` }
SystemOptimizationModel struct for SystemOptimizationModel
func NewSystemOptimizationModel ¶
func NewSystemOptimizationModel() *SystemOptimizationModel
NewSystemOptimizationModel instantiates a new SystemOptimizationModel 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 NewSystemOptimizationModelWithDefaults ¶
func NewSystemOptimizationModelWithDefaults() *SystemOptimizationModel
NewSystemOptimizationModelWithDefaults instantiates a new SystemOptimizationModel 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 (*SystemOptimizationModel) GetCpuCoreLimitOfSpikeProtection ¶
func (o *SystemOptimizationModel) GetCpuCoreLimitOfSpikeProtection() int32
GetCpuCoreLimitOfSpikeProtection returns the CpuCoreLimitOfSpikeProtection field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetCpuCoreLimitOfSpikeProtectionOk ¶
func (o *SystemOptimizationModel) GetCpuCoreLimitOfSpikeProtectionOk() (*int32, bool)
GetCpuCoreLimitOfSpikeProtectionOk returns a tuple with the CpuCoreLimitOfSpikeProtection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetCpuUsageLimitOfSpikeProtection ¶
func (o *SystemOptimizationModel) GetCpuUsageLimitOfSpikeProtection() int32
GetCpuUsageLimitOfSpikeProtection returns the CpuUsageLimitOfSpikeProtection field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetCpuUsageLimitOfSpikeProtectionOk ¶
func (o *SystemOptimizationModel) GetCpuUsageLimitOfSpikeProtectionOk() (*int32, bool)
GetCpuUsageLimitOfSpikeProtectionOk returns a tuple with the CpuUsageLimitOfSpikeProtection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetCpuUsageLimitSampleTimeOfSpikeProtection ¶
func (o *SystemOptimizationModel) GetCpuUsageLimitSampleTimeOfSpikeProtection() int32
GetCpuUsageLimitSampleTimeOfSpikeProtection returns the CpuUsageLimitSampleTimeOfSpikeProtection field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetCpuUsageLimitSampleTimeOfSpikeProtectionOk ¶
func (o *SystemOptimizationModel) GetCpuUsageLimitSampleTimeOfSpikeProtectionOk() (*int32, bool)
GetCpuUsageLimitSampleTimeOfSpikeProtectionOk returns a tuple with the CpuUsageLimitSampleTimeOfSpikeProtection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetEnableCpuAutoProtection ¶
func (o *SystemOptimizationModel) GetEnableCpuAutoProtection() bool
GetEnableCpuAutoProtection returns the EnableCpuAutoProtection field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetEnableCpuAutoProtectionOk ¶
func (o *SystemOptimizationModel) GetEnableCpuAutoProtectionOk() (*bool, bool)
GetEnableCpuAutoProtectionOk returns a tuple with the EnableCpuAutoProtection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetEnableCpuSpikeProtection ¶
func (o *SystemOptimizationModel) GetEnableCpuSpikeProtection() bool
GetEnableCpuSpikeProtection returns the EnableCpuSpikeProtection field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetEnableCpuSpikeProtectionOk ¶
func (o *SystemOptimizationModel) GetEnableCpuSpikeProtectionOk() (*bool, bool)
GetEnableCpuSpikeProtectionOk returns a tuple with the EnableCpuSpikeProtection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetEnableFastLogoff ¶
func (o *SystemOptimizationModel) GetEnableFastLogoff() bool
GetEnableFastLogoff returns the EnableFastLogoff field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetEnableFastLogoffOk ¶
func (o *SystemOptimizationModel) GetEnableFastLogoffOk() (*bool, bool)
GetEnableFastLogoffOk returns a tuple with the EnableFastLogoff field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetEnableIntelligentCpuOptimization ¶
func (o *SystemOptimizationModel) GetEnableIntelligentCpuOptimization() bool
GetEnableIntelligentCpuOptimization returns the EnableIntelligentCpuOptimization field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetEnableIntelligentCpuOptimizationOk ¶
func (o *SystemOptimizationModel) GetEnableIntelligentCpuOptimizationOk() (*bool, bool)
GetEnableIntelligentCpuOptimizationOk returns a tuple with the EnableIntelligentCpuOptimization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetEnableIntelligentIoOptimization ¶
func (o *SystemOptimizationModel) GetEnableIntelligentIoOptimization() bool
GetEnableIntelligentIoOptimization returns the EnableIntelligentIoOptimization field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetEnableIntelligentIoOptimizationOk ¶
func (o *SystemOptimizationModel) GetEnableIntelligentIoOptimizationOk() (*bool, bool)
GetEnableIntelligentIoOptimizationOk returns a tuple with the EnableIntelligentIoOptimization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetEnableLimitCpuCoreUsage ¶
func (o *SystemOptimizationModel) GetEnableLimitCpuCoreUsage() bool
GetEnableLimitCpuCoreUsage returns the EnableLimitCpuCoreUsage field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetEnableLimitCpuCoreUsageOk ¶
func (o *SystemOptimizationModel) GetEnableLimitCpuCoreUsageOk() (*bool, bool)
GetEnableLimitCpuCoreUsageOk returns a tuple with the EnableLimitCpuCoreUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetEnableMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) GetEnableMemoryWorkingSetOptimization() bool
GetEnableMemoryWorkingSetOptimization returns the EnableMemoryWorkingSetOptimization field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetEnableMemoryWorkingSetOptimizationOk ¶
func (o *SystemOptimizationModel) GetEnableMemoryWorkingSetOptimizationOk() (*bool, bool)
GetEnableMemoryWorkingSetOptimizationOk returns a tuple with the EnableMemoryWorkingSetOptimization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetEnableProcessAffinity ¶
func (o *SystemOptimizationModel) GetEnableProcessAffinity() bool
GetEnableProcessAffinity returns the EnableProcessAffinity field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetEnableProcessAffinityOk ¶
func (o *SystemOptimizationModel) GetEnableProcessAffinityOk() (*bool, bool)
GetEnableProcessAffinityOk returns a tuple with the EnableProcessAffinity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetEnableProcessClamping ¶
func (o *SystemOptimizationModel) GetEnableProcessClamping() bool
GetEnableProcessClamping returns the EnableProcessClamping field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetEnableProcessClampingOk ¶
func (o *SystemOptimizationModel) GetEnableProcessClampingOk() (*bool, bool)
GetEnableProcessClampingOk returns a tuple with the EnableProcessClamping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetEnableProcessCpuPriority ¶
func (o *SystemOptimizationModel) GetEnableProcessCpuPriority() bool
GetEnableProcessCpuPriority returns the EnableProcessCpuPriority field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetEnableProcessCpuPriorityOk ¶
func (o *SystemOptimizationModel) GetEnableProcessCpuPriorityOk() (*bool, bool)
GetEnableProcessCpuPriorityOk returns a tuple with the EnableProcessCpuPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetEnableProcessIoPriority ¶
func (o *SystemOptimizationModel) GetEnableProcessIoPriority() bool
GetEnableProcessIoPriority returns the EnableProcessIoPriority field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetEnableProcessIoPriorityOk ¶
func (o *SystemOptimizationModel) GetEnableProcessIoPriorityOk() (*bool, bool)
GetEnableProcessIoPriorityOk returns a tuple with the EnableProcessIoPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetExcludeGroupsFromFastLogoff ¶
func (o *SystemOptimizationModel) GetExcludeGroupsFromFastLogoff() bool
GetExcludeGroupsFromFastLogoff returns the ExcludeGroupsFromFastLogoff field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetExcludeGroupsFromFastLogoffOk ¶
func (o *SystemOptimizationModel) GetExcludeGroupsFromFastLogoffOk() (*bool, bool)
GetExcludeGroupsFromFastLogoffOk returns a tuple with the ExcludeGroupsFromFastLogoff field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetExcludeProcessesFromCpuSpikeProtection ¶
func (o *SystemOptimizationModel) GetExcludeProcessesFromCpuSpikeProtection() bool
GetExcludeProcessesFromCpuSpikeProtection returns the ExcludeProcessesFromCpuSpikeProtection field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetExcludeProcessesFromCpuSpikeProtectionOk ¶
func (o *SystemOptimizationModel) GetExcludeProcessesFromCpuSpikeProtectionOk() (*bool, bool)
GetExcludeProcessesFromCpuSpikeProtectionOk returns a tuple with the ExcludeProcessesFromCpuSpikeProtection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetExcludeProcessesFromMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) GetExcludeProcessesFromMemoryWorkingSetOptimization() bool
GetExcludeProcessesFromMemoryWorkingSetOptimization returns the ExcludeProcessesFromMemoryWorkingSetOptimization field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetExcludeProcessesFromMemoryWorkingSetOptimizationOk ¶
func (o *SystemOptimizationModel) GetExcludeProcessesFromMemoryWorkingSetOptimizationOk() (*bool, bool)
GetExcludeProcessesFromMemoryWorkingSetOptimizationOk returns a tuple with the ExcludeProcessesFromMemoryWorkingSetOptimization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetGroupsExcludedFromFastLogoff ¶
func (o *SystemOptimizationModel) GetGroupsExcludedFromFastLogoff() []string
GetGroupsExcludedFromFastLogoff returns the GroupsExcludedFromFastLogoff field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetGroupsExcludedFromFastLogoffOk ¶
func (o *SystemOptimizationModel) GetGroupsExcludedFromFastLogoffOk() ([]string, bool)
GetGroupsExcludedFromFastLogoffOk returns a tuple with the GroupsExcludedFromFastLogoff field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetId ¶
func (o *SystemOptimizationModel) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetIdOk ¶
func (o *SystemOptimizationModel) GetIdOk() (*int64, 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 (*SystemOptimizationModel) GetIdlePriorityTimeOfSpikeProtection ¶
func (o *SystemOptimizationModel) GetIdlePriorityTimeOfSpikeProtection() int32
GetIdlePriorityTimeOfSpikeProtection returns the IdlePriorityTimeOfSpikeProtection field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetIdlePriorityTimeOfSpikeProtectionOk ¶
func (o *SystemOptimizationModel) GetIdlePriorityTimeOfSpikeProtectionOk() (*int32, bool)
GetIdlePriorityTimeOfSpikeProtectionOk returns a tuple with the IdlePriorityTimeOfSpikeProtection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetIdleSampleTimeOfMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) GetIdleSampleTimeOfMemoryWorkingSetOptimization() int32
GetIdleSampleTimeOfMemoryWorkingSetOptimization returns the IdleSampleTimeOfMemoryWorkingSetOptimization field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetIdleSampleTimeOfMemoryWorkingSetOptimizationOk ¶
func (o *SystemOptimizationModel) GetIdleSampleTimeOfMemoryWorkingSetOptimizationOk() (*int32, bool)
GetIdleSampleTimeOfMemoryWorkingSetOptimizationOk returns a tuple with the IdleSampleTimeOfMemoryWorkingSetOptimization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetIdleStateLimitOfMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) GetIdleStateLimitOfMemoryWorkingSetOptimization() int32
GetIdleStateLimitOfMemoryWorkingSetOptimization returns the IdleStateLimitOfMemoryWorkingSetOptimization field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetIdleStateLimitOfMemoryWorkingSetOptimizationOk ¶
func (o *SystemOptimizationModel) GetIdleStateLimitOfMemoryWorkingSetOptimizationOk() (*int32, bool)
GetIdleStateLimitOfMemoryWorkingSetOptimizationOk returns a tuple with the IdleStateLimitOfMemoryWorkingSetOptimization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetProcessesExcludedFromCpuSpikeProtection ¶
func (o *SystemOptimizationModel) GetProcessesExcludedFromCpuSpikeProtection() []string
GetProcessesExcludedFromCpuSpikeProtection returns the ProcessesExcludedFromCpuSpikeProtection field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetProcessesExcludedFromCpuSpikeProtectionOk ¶
func (o *SystemOptimizationModel) GetProcessesExcludedFromCpuSpikeProtectionOk() ([]string, bool)
GetProcessesExcludedFromCpuSpikeProtectionOk returns a tuple with the ProcessesExcludedFromCpuSpikeProtection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetProcessesExcludedFromMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) GetProcessesExcludedFromMemoryWorkingSetOptimization() []string
GetProcessesExcludedFromMemoryWorkingSetOptimization returns the ProcessesExcludedFromMemoryWorkingSetOptimization field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetProcessesExcludedFromMemoryWorkingSetOptimizationOk ¶
func (o *SystemOptimizationModel) GetProcessesExcludedFromMemoryWorkingSetOptimizationOk() ([]string, bool)
GetProcessesExcludedFromMemoryWorkingSetOptimizationOk returns a tuple with the ProcessesExcludedFromMemoryWorkingSetOptimization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetProcessesOfCpuAffinity ¶
func (o *SystemOptimizationModel) GetProcessesOfCpuAffinity() []ProcessAffinity
GetProcessesOfCpuAffinity returns the ProcessesOfCpuAffinity field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetProcessesOfCpuAffinityOk ¶
func (o *SystemOptimizationModel) GetProcessesOfCpuAffinityOk() ([]ProcessAffinity, bool)
GetProcessesOfCpuAffinityOk returns a tuple with the ProcessesOfCpuAffinity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetProcessesOfCpuClamping ¶
func (o *SystemOptimizationModel) GetProcessesOfCpuClamping() []ProcessClamping
GetProcessesOfCpuClamping returns the ProcessesOfCpuClamping field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetProcessesOfCpuClampingOk ¶
func (o *SystemOptimizationModel) GetProcessesOfCpuClampingOk() ([]ProcessClamping, bool)
GetProcessesOfCpuClampingOk returns a tuple with the ProcessesOfCpuClamping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetProcessesOfCpuPriority ¶
func (o *SystemOptimizationModel) GetProcessesOfCpuPriority() []ProcessCpuPriority
GetProcessesOfCpuPriority returns the ProcessesOfCpuPriority field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetProcessesOfCpuPriorityOk ¶
func (o *SystemOptimizationModel) GetProcessesOfCpuPriorityOk() ([]ProcessCpuPriority, bool)
GetProcessesOfCpuPriorityOk returns a tuple with the ProcessesOfCpuPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) GetProcessesOfIoPriority ¶
func (o *SystemOptimizationModel) GetProcessesOfIoPriority() []ProcessIoPriority
GetProcessesOfIoPriority returns the ProcessesOfIoPriority field value if set, zero value otherwise.
func (*SystemOptimizationModel) GetProcessesOfIoPriorityOk ¶
func (o *SystemOptimizationModel) GetProcessesOfIoPriorityOk() ([]ProcessIoPriority, bool)
GetProcessesOfIoPriorityOk returns a tuple with the ProcessesOfIoPriority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOptimizationModel) HasCpuCoreLimitOfSpikeProtection ¶
func (o *SystemOptimizationModel) HasCpuCoreLimitOfSpikeProtection() bool
HasCpuCoreLimitOfSpikeProtection returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasCpuUsageLimitOfSpikeProtection ¶
func (o *SystemOptimizationModel) HasCpuUsageLimitOfSpikeProtection() bool
HasCpuUsageLimitOfSpikeProtection returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasCpuUsageLimitSampleTimeOfSpikeProtection ¶
func (o *SystemOptimizationModel) HasCpuUsageLimitSampleTimeOfSpikeProtection() bool
HasCpuUsageLimitSampleTimeOfSpikeProtection returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasEnableCpuAutoProtection ¶
func (o *SystemOptimizationModel) HasEnableCpuAutoProtection() bool
HasEnableCpuAutoProtection returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasEnableCpuSpikeProtection ¶
func (o *SystemOptimizationModel) HasEnableCpuSpikeProtection() bool
HasEnableCpuSpikeProtection returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasEnableFastLogoff ¶
func (o *SystemOptimizationModel) HasEnableFastLogoff() bool
HasEnableFastLogoff returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasEnableIntelligentCpuOptimization ¶
func (o *SystemOptimizationModel) HasEnableIntelligentCpuOptimization() bool
HasEnableIntelligentCpuOptimization returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasEnableIntelligentIoOptimization ¶
func (o *SystemOptimizationModel) HasEnableIntelligentIoOptimization() bool
HasEnableIntelligentIoOptimization returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasEnableLimitCpuCoreUsage ¶
func (o *SystemOptimizationModel) HasEnableLimitCpuCoreUsage() bool
HasEnableLimitCpuCoreUsage returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasEnableMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) HasEnableMemoryWorkingSetOptimization() bool
HasEnableMemoryWorkingSetOptimization returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasEnableProcessAffinity ¶
func (o *SystemOptimizationModel) HasEnableProcessAffinity() bool
HasEnableProcessAffinity returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasEnableProcessClamping ¶
func (o *SystemOptimizationModel) HasEnableProcessClamping() bool
HasEnableProcessClamping returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasEnableProcessCpuPriority ¶
func (o *SystemOptimizationModel) HasEnableProcessCpuPriority() bool
HasEnableProcessCpuPriority returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasEnableProcessIoPriority ¶
func (o *SystemOptimizationModel) HasEnableProcessIoPriority() bool
HasEnableProcessIoPriority returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasExcludeGroupsFromFastLogoff ¶
func (o *SystemOptimizationModel) HasExcludeGroupsFromFastLogoff() bool
HasExcludeGroupsFromFastLogoff returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasExcludeProcessesFromCpuSpikeProtection ¶
func (o *SystemOptimizationModel) HasExcludeProcessesFromCpuSpikeProtection() bool
HasExcludeProcessesFromCpuSpikeProtection returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasExcludeProcessesFromMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) HasExcludeProcessesFromMemoryWorkingSetOptimization() bool
HasExcludeProcessesFromMemoryWorkingSetOptimization returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasGroupsExcludedFromFastLogoff ¶
func (o *SystemOptimizationModel) HasGroupsExcludedFromFastLogoff() bool
HasGroupsExcludedFromFastLogoff returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasId ¶
func (o *SystemOptimizationModel) HasId() bool
HasId returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasIdlePriorityTimeOfSpikeProtection ¶
func (o *SystemOptimizationModel) HasIdlePriorityTimeOfSpikeProtection() bool
HasIdlePriorityTimeOfSpikeProtection returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasIdleSampleTimeOfMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) HasIdleSampleTimeOfMemoryWorkingSetOptimization() bool
HasIdleSampleTimeOfMemoryWorkingSetOptimization returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasIdleStateLimitOfMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) HasIdleStateLimitOfMemoryWorkingSetOptimization() bool
HasIdleStateLimitOfMemoryWorkingSetOptimization returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasProcessesExcludedFromCpuSpikeProtection ¶
func (o *SystemOptimizationModel) HasProcessesExcludedFromCpuSpikeProtection() bool
HasProcessesExcludedFromCpuSpikeProtection returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasProcessesExcludedFromMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) HasProcessesExcludedFromMemoryWorkingSetOptimization() bool
HasProcessesExcludedFromMemoryWorkingSetOptimization returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasProcessesOfCpuAffinity ¶
func (o *SystemOptimizationModel) HasProcessesOfCpuAffinity() bool
HasProcessesOfCpuAffinity returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasProcessesOfCpuClamping ¶
func (o *SystemOptimizationModel) HasProcessesOfCpuClamping() bool
HasProcessesOfCpuClamping returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasProcessesOfCpuPriority ¶
func (o *SystemOptimizationModel) HasProcessesOfCpuPriority() bool
HasProcessesOfCpuPriority returns a boolean if a field has been set.
func (*SystemOptimizationModel) HasProcessesOfIoPriority ¶
func (o *SystemOptimizationModel) HasProcessesOfIoPriority() bool
HasProcessesOfIoPriority returns a boolean if a field has been set.
func (SystemOptimizationModel) MarshalJSON ¶
func (o SystemOptimizationModel) MarshalJSON() ([]byte, error)
func (*SystemOptimizationModel) SetCpuCoreLimitOfSpikeProtection ¶
func (o *SystemOptimizationModel) SetCpuCoreLimitOfSpikeProtection(v int32)
SetCpuCoreLimitOfSpikeProtection gets a reference to the given int32 and assigns it to the CpuCoreLimitOfSpikeProtection field.
func (*SystemOptimizationModel) SetCpuUsageLimitOfSpikeProtection ¶
func (o *SystemOptimizationModel) SetCpuUsageLimitOfSpikeProtection(v int32)
SetCpuUsageLimitOfSpikeProtection gets a reference to the given int32 and assigns it to the CpuUsageLimitOfSpikeProtection field.
func (*SystemOptimizationModel) SetCpuUsageLimitSampleTimeOfSpikeProtection ¶
func (o *SystemOptimizationModel) SetCpuUsageLimitSampleTimeOfSpikeProtection(v int32)
SetCpuUsageLimitSampleTimeOfSpikeProtection gets a reference to the given int32 and assigns it to the CpuUsageLimitSampleTimeOfSpikeProtection field.
func (*SystemOptimizationModel) SetEnableCpuAutoProtection ¶
func (o *SystemOptimizationModel) SetEnableCpuAutoProtection(v bool)
SetEnableCpuAutoProtection gets a reference to the given bool and assigns it to the EnableCpuAutoProtection field.
func (*SystemOptimizationModel) SetEnableCpuSpikeProtection ¶
func (o *SystemOptimizationModel) SetEnableCpuSpikeProtection(v bool)
SetEnableCpuSpikeProtection gets a reference to the given bool and assigns it to the EnableCpuSpikeProtection field.
func (*SystemOptimizationModel) SetEnableFastLogoff ¶
func (o *SystemOptimizationModel) SetEnableFastLogoff(v bool)
SetEnableFastLogoff gets a reference to the given bool and assigns it to the EnableFastLogoff field.
func (*SystemOptimizationModel) SetEnableIntelligentCpuOptimization ¶
func (o *SystemOptimizationModel) SetEnableIntelligentCpuOptimization(v bool)
SetEnableIntelligentCpuOptimization gets a reference to the given bool and assigns it to the EnableIntelligentCpuOptimization field.
func (*SystemOptimizationModel) SetEnableIntelligentIoOptimization ¶
func (o *SystemOptimizationModel) SetEnableIntelligentIoOptimization(v bool)
SetEnableIntelligentIoOptimization gets a reference to the given bool and assigns it to the EnableIntelligentIoOptimization field.
func (*SystemOptimizationModel) SetEnableLimitCpuCoreUsage ¶
func (o *SystemOptimizationModel) SetEnableLimitCpuCoreUsage(v bool)
SetEnableLimitCpuCoreUsage gets a reference to the given bool and assigns it to the EnableLimitCpuCoreUsage field.
func (*SystemOptimizationModel) SetEnableMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) SetEnableMemoryWorkingSetOptimization(v bool)
SetEnableMemoryWorkingSetOptimization gets a reference to the given bool and assigns it to the EnableMemoryWorkingSetOptimization field.
func (*SystemOptimizationModel) SetEnableProcessAffinity ¶
func (o *SystemOptimizationModel) SetEnableProcessAffinity(v bool)
SetEnableProcessAffinity gets a reference to the given bool and assigns it to the EnableProcessAffinity field.
func (*SystemOptimizationModel) SetEnableProcessClamping ¶
func (o *SystemOptimizationModel) SetEnableProcessClamping(v bool)
SetEnableProcessClamping gets a reference to the given bool and assigns it to the EnableProcessClamping field.
func (*SystemOptimizationModel) SetEnableProcessCpuPriority ¶
func (o *SystemOptimizationModel) SetEnableProcessCpuPriority(v bool)
SetEnableProcessCpuPriority gets a reference to the given bool and assigns it to the EnableProcessCpuPriority field.
func (*SystemOptimizationModel) SetEnableProcessIoPriority ¶
func (o *SystemOptimizationModel) SetEnableProcessIoPriority(v bool)
SetEnableProcessIoPriority gets a reference to the given bool and assigns it to the EnableProcessIoPriority field.
func (*SystemOptimizationModel) SetExcludeGroupsFromFastLogoff ¶
func (o *SystemOptimizationModel) SetExcludeGroupsFromFastLogoff(v bool)
SetExcludeGroupsFromFastLogoff gets a reference to the given bool and assigns it to the ExcludeGroupsFromFastLogoff field.
func (*SystemOptimizationModel) SetExcludeProcessesFromCpuSpikeProtection ¶
func (o *SystemOptimizationModel) SetExcludeProcessesFromCpuSpikeProtection(v bool)
SetExcludeProcessesFromCpuSpikeProtection gets a reference to the given bool and assigns it to the ExcludeProcessesFromCpuSpikeProtection field.
func (*SystemOptimizationModel) SetExcludeProcessesFromMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) SetExcludeProcessesFromMemoryWorkingSetOptimization(v bool)
SetExcludeProcessesFromMemoryWorkingSetOptimization gets a reference to the given bool and assigns it to the ExcludeProcessesFromMemoryWorkingSetOptimization field.
func (*SystemOptimizationModel) SetGroupsExcludedFromFastLogoff ¶
func (o *SystemOptimizationModel) SetGroupsExcludedFromFastLogoff(v []string)
SetGroupsExcludedFromFastLogoff gets a reference to the given []string and assigns it to the GroupsExcludedFromFastLogoff field.
func (*SystemOptimizationModel) SetId ¶
func (o *SystemOptimizationModel) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*SystemOptimizationModel) SetIdlePriorityTimeOfSpikeProtection ¶
func (o *SystemOptimizationModel) SetIdlePriorityTimeOfSpikeProtection(v int32)
SetIdlePriorityTimeOfSpikeProtection gets a reference to the given int32 and assigns it to the IdlePriorityTimeOfSpikeProtection field.
func (*SystemOptimizationModel) SetIdleSampleTimeOfMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) SetIdleSampleTimeOfMemoryWorkingSetOptimization(v int32)
SetIdleSampleTimeOfMemoryWorkingSetOptimization gets a reference to the given int32 and assigns it to the IdleSampleTimeOfMemoryWorkingSetOptimization field.
func (*SystemOptimizationModel) SetIdleStateLimitOfMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) SetIdleStateLimitOfMemoryWorkingSetOptimization(v int32)
SetIdleStateLimitOfMemoryWorkingSetOptimization gets a reference to the given int32 and assigns it to the IdleStateLimitOfMemoryWorkingSetOptimization field.
func (*SystemOptimizationModel) SetProcessesExcludedFromCpuSpikeProtection ¶
func (o *SystemOptimizationModel) SetProcessesExcludedFromCpuSpikeProtection(v []string)
SetProcessesExcludedFromCpuSpikeProtection gets a reference to the given []string and assigns it to the ProcessesExcludedFromCpuSpikeProtection field.
func (*SystemOptimizationModel) SetProcessesExcludedFromMemoryWorkingSetOptimization ¶
func (o *SystemOptimizationModel) SetProcessesExcludedFromMemoryWorkingSetOptimization(v []string)
SetProcessesExcludedFromMemoryWorkingSetOptimization gets a reference to the given []string and assigns it to the ProcessesExcludedFromMemoryWorkingSetOptimization field.
func (*SystemOptimizationModel) SetProcessesOfCpuAffinity ¶
func (o *SystemOptimizationModel) SetProcessesOfCpuAffinity(v []ProcessAffinity)
SetProcessesOfCpuAffinity gets a reference to the given []ProcessAffinity and assigns it to the ProcessesOfCpuAffinity field.
func (*SystemOptimizationModel) SetProcessesOfCpuClamping ¶
func (o *SystemOptimizationModel) SetProcessesOfCpuClamping(v []ProcessClamping)
SetProcessesOfCpuClamping gets a reference to the given []ProcessClamping and assigns it to the ProcessesOfCpuClamping field.
func (*SystemOptimizationModel) SetProcessesOfCpuPriority ¶
func (o *SystemOptimizationModel) SetProcessesOfCpuPriority(v []ProcessCpuPriority)
SetProcessesOfCpuPriority gets a reference to the given []ProcessCpuPriority and assigns it to the ProcessesOfCpuPriority field.
func (*SystemOptimizationModel) SetProcessesOfIoPriority ¶
func (o *SystemOptimizationModel) SetProcessesOfIoPriority(v []ProcessIoPriority)
SetProcessesOfIoPriority gets a reference to the given []ProcessIoPriority and assigns it to the ProcessesOfIoPriority field.
func (SystemOptimizationModel) ToMap ¶
func (o SystemOptimizationModel) ToMap() (map[string]interface{}, error)
type SystemUtilitySettingQuery200Response ¶
type SystemUtilitySettingQuery200Response struct {
Items []SystemOptimizationModel `json:"items"`
}
SystemUtilitySettingQuery200Response struct for SystemUtilitySettingQuery200Response
func NewSystemUtilitySettingQuery200Response ¶
func NewSystemUtilitySettingQuery200Response(items []SystemOptimizationModel) *SystemUtilitySettingQuery200Response
NewSystemUtilitySettingQuery200Response instantiates a new SystemUtilitySettingQuery200Response 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 NewSystemUtilitySettingQuery200ResponseWithDefaults ¶
func NewSystemUtilitySettingQuery200ResponseWithDefaults() *SystemUtilitySettingQuery200Response
NewSystemUtilitySettingQuery200ResponseWithDefaults instantiates a new SystemUtilitySettingQuery200Response 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 (*SystemUtilitySettingQuery200Response) GetItems ¶
func (o *SystemUtilitySettingQuery200Response) GetItems() []SystemOptimizationModel
GetItems returns the Items field value
func (*SystemUtilitySettingQuery200Response) GetItemsOk ¶
func (o *SystemUtilitySettingQuery200Response) GetItemsOk() ([]SystemOptimizationModel, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (SystemUtilitySettingQuery200Response) MarshalJSON ¶
func (o SystemUtilitySettingQuery200Response) MarshalJSON() ([]byte, error)
func (*SystemUtilitySettingQuery200Response) SetItems ¶
func (o *SystemUtilitySettingQuery200Response) SetItems(v []SystemOptimizationModel)
SetItems sets field value
func (SystemUtilitySettingQuery200Response) ToMap ¶
func (o SystemUtilitySettingQuery200Response) ToMap() (map[string]interface{}, error)
type UserADObjectDAASService ¶
type UserADObjectDAASService service
UserADObjectDAASService UserADObjectDAAS service
func (*UserADObjectDAASService) ItemCreate ¶
func (a *UserADObjectDAASService) ItemCreate(ctx context.Context) ApiItemCreateRequest
ItemCreate Create a User-level AD Object
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiItemCreateRequest
func (*UserADObjectDAASService) ItemCreateExecute ¶
func (a *UserADObjectDAASService) ItemCreateExecute(r ApiItemCreateRequest) (*http.Response, error)
Execute executes the request
func (*UserADObjectDAASService) ItemDelete ¶
func (a *UserADObjectDAASService) ItemDelete(ctx context.Context, id string) ApiItemDeleteRequest
ItemDelete Delete a User-level AD Object
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the resource you want to delete. @return ApiItemDeleteRequest
func (*UserADObjectDAASService) ItemDeleteExecute ¶
func (a *UserADObjectDAASService) ItemDeleteExecute(r ApiItemDeleteRequest) (*http.Response, error)
Execute executes the request
func (*UserADObjectDAASService) ItemQuery ¶
func (a *UserADObjectDAASService) ItemQuery(ctx context.Context) ApiItemQueryRequest
ItemQuery Query User-level AD Objects
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiItemQueryRequest
func (*UserADObjectDAASService) ItemQueryById ¶
func (a *UserADObjectDAASService) ItemQueryById(ctx context.Context, id int64) ApiItemQueryByIdRequest
ItemQueryById Query User-level AD Objects by Identity
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the resource you want to query. @return ApiItemQueryByIdRequest
func (*UserADObjectDAASService) ItemQueryByIdExecute ¶
func (a *UserADObjectDAASService) ItemQueryByIdExecute(r ApiItemQueryByIdRequest) (*UserModel, *http.Response, error)
Execute executes the request
@return UserModel
func (*UserADObjectDAASService) ItemQueryExecute ¶
func (a *UserADObjectDAASService) ItemQueryExecute(r ApiItemQueryRequest) (*ItemQuery200Response, *http.Response, error)
Execute executes the request
@return ItemQuery200Response
func (*UserADObjectDAASService) ItemUpdate ¶
func (a *UserADObjectDAASService) ItemUpdate(ctx context.Context) ApiItemUpdateRequest
ItemUpdate Update a User-level AD Object
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiItemUpdateRequest
func (*UserADObjectDAASService) ItemUpdateExecute ¶
func (a *UserADObjectDAASService) ItemUpdateExecute(r ApiItemUpdateRequest) (*http.Response, error)
Execute executes the request
type UserModel ¶
type UserModel struct { // Identity of user-level AD object Id *int64 `json:"id,omitempty"` // SID of user-level AD object Sid string `json:"sid"` // Distingushed name of user-level AD object Name string `json:"name"` // Type of user-level AD object Type string `json:"type"` // Description of user-level AD object Description *string `json:"description,omitempty"` // Identity of site to which this user-level AD object belongs SiteId int64 `json:"siteId"` // If this user-level AD objectis enabled Enabled *bool `json:"enabled,omitempty"` // Priority of user-level AD object Priority *int64 `json:"priority,omitempty"` }
UserModel Model of user-level AD object
func NewUserModel ¶
NewUserModel instantiates a new UserModel 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 NewUserModelWithDefaults ¶
func NewUserModelWithDefaults() *UserModel
NewUserModelWithDefaults instantiates a new UserModel 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 (*UserModel) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*UserModel) GetDescriptionOk ¶
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 (*UserModel) GetEnabled ¶
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*UserModel) GetEnabledOk ¶
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 (*UserModel) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserModel) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UserModel) GetPriority ¶
GetPriority returns the Priority field value if set, zero value otherwise.
func (*UserModel) GetPriorityOk ¶
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserModel) GetSidOk ¶
GetSidOk returns a tuple with the Sid field value and a boolean to check if the value has been set.
func (*UserModel) GetSiteIdOk ¶
GetSiteIdOk returns a tuple with the SiteId field value and a boolean to check if the value has been set.
func (*UserModel) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*UserModel) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*UserModel) HasEnabled ¶
HasEnabled returns a boolean if a field has been set.
func (*UserModel) HasPriority ¶
HasPriority returns a boolean if a field has been set.
func (UserModel) MarshalJSON ¶
func (*UserModel) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UserModel) SetEnabled ¶
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*UserModel) SetPriority ¶
SetPriority gets a reference to the given int64 and assigns it to the Priority field.
Source Files ¶
- api_machine_ad_object.go
- api_site.go
- api_system_optimization.go
- api_user_ad_object.go
- client.go
- configuration.go
- model_ad_object_query_200_response.go
- model_api_struct.go
- model_item_query_200_response.go
- model_machine_model.go
- model_process_affinity.go
- model_process_clamping.go
- model_process_cpu_priority.go
- model_process_io_priority.go
- model_rest_error.go
- model_rest_error_parameters_inner.go
- model_site_model.go
- model_site_query_200_response.go
- model_system_optimization_model.go
- model_system_utility_setting_query_200_response.go
- model_user_model.go
- response.go
- utils.go