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 ApiAuthorizeEdgeNodeRequest
- type ApiCreateEdgeNodeSvcsRequest
- type ApiDelEdgeNodeRequest
- type ApiDelEdgeNodeSvcRequest
- type ApiGetEdgeNodeGroupsRequest
- type ApiGetEdgeNodeRequest
- type ApiGetEdgeNodeSvcDetailRequest
- type ApiGetEdgeNodeSvcsRequest
- func (r ApiGetEdgeNodeSvcsRequest) Execute() (*ServiceResponseWithTotal, *http.Response, error)
- func (r ApiGetEdgeNodeSvcsRequest) Filter(filter string) ApiGetEdgeNodeSvcsRequest
- func (r ApiGetEdgeNodeSvcsRequest) IsBound(isBound bool) ApiGetEdgeNodeSvcsRequest
- func (r ApiGetEdgeNodeSvcsRequest) OrderBy(orderBy string) ApiGetEdgeNodeSvcsRequest
- func (r ApiGetEdgeNodeSvcsRequest) Page(page int64) ApiGetEdgeNodeSvcsRequest
- func (r ApiGetEdgeNodeSvcsRequest) PageSize(pageSize int64) ApiGetEdgeNodeSvcsRequest
- func (r ApiGetEdgeNodeSvcsRequest) Sort(sort string) ApiGetEdgeNodeSvcsRequest
- type ApiGetEdgeNodesRequest
- func (r ApiGetEdgeNodesRequest) Execute() (*EdgeNodeResponseWithTotal, *http.Response, error)
- func (r ApiGetEdgeNodesRequest) Filter(filter string) ApiGetEdgeNodesRequest
- func (r ApiGetEdgeNodesRequest) OnlyIds(onlyIds bool) ApiGetEdgeNodesRequest
- func (r ApiGetEdgeNodesRequest) OrderBy(orderBy string) ApiGetEdgeNodesRequest
- func (r ApiGetEdgeNodesRequest) PageSize(pageSize int64) ApiGetEdgeNodesRequest
- func (r ApiGetEdgeNodesRequest) Sort(sort string) ApiGetEdgeNodesRequest
- type ApiUpdateEdgeNodeRequest
- type ApiUpdateEdgeNodeSvcDetailRequest
- type AuthorizeEdgeNodesRequest
- func (o *AuthorizeEdgeNodesRequest) GetEdgeNodeIds() []int64
- func (o *AuthorizeEdgeNodesRequest) GetEdgeNodeIdsOk() ([]int64, bool)
- func (o AuthorizeEdgeNodesRequest) MarshalJSON() ([]byte, error)
- func (o *AuthorizeEdgeNodesRequest) SetEdgeNodeIds(v []int64)
- func (o AuthorizeEdgeNodesRequest) ToMap() (map[string]interface{}, error)
- type AuthorizeEdgeNodesResponse
- func (o *AuthorizeEdgeNodesResponse) GetAuthorized() []int64
- func (o *AuthorizeEdgeNodesResponse) GetAuthorizedOk() ([]int64, bool)
- func (o *AuthorizeEdgeNodesResponse) GetErrors() []UnauthorizedEdgeNodeInfo
- func (o *AuthorizeEdgeNodesResponse) GetErrorsOk() ([]UnauthorizedEdgeNodeInfo, bool)
- func (o AuthorizeEdgeNodesResponse) MarshalJSON() ([]byte, error)
- func (o *AuthorizeEdgeNodesResponse) SetAuthorized(v []int64)
- func (o *AuthorizeEdgeNodesResponse) SetErrors(v []UnauthorizedEdgeNodeInfo)
- func (o AuthorizeEdgeNodesResponse) ToMap() (map[string]interface{}, error)
- type BasicAuth
- type Configuration
- type DefaultApiService
- func (a *DefaultApiService) AuthorizeEdgeNode(ctx context.Context) ApiAuthorizeEdgeNodeRequest
- func (a *DefaultApiService) AuthorizeEdgeNodeExecute(r ApiAuthorizeEdgeNodeRequest) (*AuthorizeEdgeNodesResponse, *http.Response, error)
- func (a *DefaultApiService) CreateEdgeNodeSvcs(ctx context.Context, edgenodeId int64) ApiCreateEdgeNodeSvcsRequest
- func (a *DefaultApiService) CreateEdgeNodeSvcsExecute(r ApiCreateEdgeNodeSvcsRequest) (*ServiceBindDetailResponse, *http.Response, error)
- func (a *DefaultApiService) DelEdgeNode(ctx context.Context, edgenodeId int64) ApiDelEdgeNodeRequest
- func (a *DefaultApiService) DelEdgeNodeExecute(r ApiDelEdgeNodeRequest) (*http.Response, error)
- func (a *DefaultApiService) DelEdgeNodeSvc(ctx context.Context, edgenodeId int64, bindId int64) ApiDelEdgeNodeSvcRequest
- func (a *DefaultApiService) DelEdgeNodeSvcExecute(r ApiDelEdgeNodeSvcRequest) (*http.Response, error)
- func (a *DefaultApiService) GetEdgeNode(ctx context.Context, edgenodeId int64) ApiGetEdgeNodeRequest
- func (a *DefaultApiService) GetEdgeNodeExecute(r ApiGetEdgeNodeRequest) (*EdgeNodeDetailResponse, *http.Response, error)
- func (a *DefaultApiService) GetEdgeNodeGroups(ctx context.Context) ApiGetEdgeNodeGroupsRequest
- func (a *DefaultApiService) GetEdgeNodeGroupsExecute(r ApiGetEdgeNodeGroupsRequest) ([]NodeGroupResponse, *http.Response, error)
- func (a *DefaultApiService) GetEdgeNodeSvcDetail(ctx context.Context, edgenodeId int64, bindId int64) ApiGetEdgeNodeSvcDetailRequest
- func (a *DefaultApiService) GetEdgeNodeSvcDetailExecute(r ApiGetEdgeNodeSvcDetailRequest) (*ServiceBindDetailResponse, *http.Response, error)
- func (a *DefaultApiService) GetEdgeNodeSvcs(ctx context.Context, edgenodeId int64) ApiGetEdgeNodeSvcsRequest
- func (a *DefaultApiService) GetEdgeNodeSvcsExecute(r ApiGetEdgeNodeSvcsRequest) (*ServiceResponseWithTotal, *http.Response, error)
- func (a *DefaultApiService) GetEdgeNodes(ctx context.Context) ApiGetEdgeNodesRequest
- func (a *DefaultApiService) GetEdgeNodesExecute(r ApiGetEdgeNodesRequest) (*EdgeNodeResponseWithTotal, *http.Response, error)
- func (a *DefaultApiService) UpdateEdgeNode(ctx context.Context, edgenodeId int64) ApiUpdateEdgeNodeRequest
- func (a *DefaultApiService) UpdateEdgeNodeExecute(r ApiUpdateEdgeNodeRequest) (*UpdateEdgeNodeResponse, *http.Response, error)
- func (a *DefaultApiService) UpdateEdgeNodeSvcDetail(ctx context.Context, edgenodeId int64, bindId int64) ApiUpdateEdgeNodeSvcDetailRequest
- func (a *DefaultApiService) UpdateEdgeNodeSvcDetailExecute(r ApiUpdateEdgeNodeSvcDetailRequest) (*ServiceBindDetailResponse, *http.Response, error)
- type EdgeNodeDetailResponse
- func (o *EdgeNodeDetailResponse) GetGroups() []NodeGroup
- func (o *EdgeNodeDetailResponse) GetGroupsOk() ([]NodeGroup, bool)
- func (o *EdgeNodeDetailResponse) GetHasServices() bool
- func (o *EdgeNodeDetailResponse) GetHasServicesOk() (*bool, bool)
- func (o *EdgeNodeDetailResponse) GetHashId() string
- func (o *EdgeNodeDetailResponse) GetHashIdOk() (*string, bool)
- func (o *EdgeNodeDetailResponse) GetId() int64
- func (o *EdgeNodeDetailResponse) GetIdOk() (*int64, bool)
- func (o *EdgeNodeDetailResponse) GetModules() EdgeNodeModules
- func (o *EdgeNodeDetailResponse) GetModulesOk() (*EdgeNodeModules, bool)
- func (o *EdgeNodeDetailResponse) GetName() string
- func (o *EdgeNodeDetailResponse) GetNameOk() (*string, bool)
- func (o EdgeNodeDetailResponse) MarshalJSON() ([]byte, error)
- func (o *EdgeNodeDetailResponse) SetGroups(v []NodeGroup)
- func (o *EdgeNodeDetailResponse) SetHasServices(v bool)
- func (o *EdgeNodeDetailResponse) SetHashId(v string)
- func (o *EdgeNodeDetailResponse) SetId(v int64)
- func (o *EdgeNodeDetailResponse) SetModules(v EdgeNodeModules)
- func (o *EdgeNodeDetailResponse) SetName(v string)
- func (o EdgeNodeDetailResponse) ToMap() (map[string]interface{}, error)
- type EdgeNodeModules
- type EdgeNodeResponse
- func (o *EdgeNodeResponse) GetGroups() []NodeGroup
- func (o *EdgeNodeResponse) GetGroupsOk() ([]NodeGroup, bool)
- func (o *EdgeNodeResponse) GetHashId() string
- func (o *EdgeNodeResponse) GetHashIdOk() (*string, bool)
- func (o *EdgeNodeResponse) GetId() int64
- func (o *EdgeNodeResponse) GetIdOk() (*int64, bool)
- func (o *EdgeNodeResponse) GetName() string
- func (o *EdgeNodeResponse) GetNameOk() (*string, bool)
- func (o *EdgeNodeResponse) GetStatus() string
- func (o *EdgeNodeResponse) GetStatusOk() (*string, bool)
- func (o *EdgeNodeResponse) HasGroups() bool
- func (o *EdgeNodeResponse) HasHashId() bool
- func (o *EdgeNodeResponse) HasName() bool
- func (o *EdgeNodeResponse) HasStatus() bool
- func (o EdgeNodeResponse) MarshalJSON() ([]byte, error)
- func (o *EdgeNodeResponse) SetGroups(v []NodeGroup)
- func (o *EdgeNodeResponse) SetHashId(v string)
- func (o *EdgeNodeResponse) SetId(v int64)
- func (o *EdgeNodeResponse) SetName(v string)
- func (o *EdgeNodeResponse) SetStatus(v string)
- func (o EdgeNodeResponse) ToMap() (map[string]interface{}, error)
- type EdgeNodeResponseWithTotal
- func (o *EdgeNodeResponseWithTotal) GetNodes() []EdgeNodeResponse
- func (o *EdgeNodeResponseWithTotal) GetNodesOk() ([]EdgeNodeResponse, bool)
- func (o *EdgeNodeResponseWithTotal) GetTotal() int64
- func (o *EdgeNodeResponseWithTotal) GetTotalOk() (*int64, bool)
- func (o EdgeNodeResponseWithTotal) MarshalJSON() ([]byte, error)
- func (o *EdgeNodeResponseWithTotal) SetNodes(v []EdgeNodeResponse)
- func (o *EdgeNodeResponseWithTotal) SetTotal(v int64)
- func (o EdgeNodeResponseWithTotal) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type MappedNullable
- type NodeGroup
- func (o *NodeGroup) GetId() int64
- func (o *NodeGroup) GetIdOk() (*int64, bool)
- func (o *NodeGroup) GetName() string
- func (o *NodeGroup) GetNameOk() (*string, bool)
- func (o NodeGroup) MarshalJSON() ([]byte, error)
- func (o *NodeGroup) SetId(v int64)
- func (o *NodeGroup) SetName(v string)
- func (o NodeGroup) ToMap() (map[string]interface{}, error)
- type NodeGroupResponse
- func (o *NodeGroupResponse) GetId() int64
- func (o *NodeGroupResponse) GetIdOk() (*int64, bool)
- func (o *NodeGroupResponse) GetName() string
- func (o *NodeGroupResponse) GetNameOk() (*string, bool)
- func (o NodeGroupResponse) MarshalJSON() ([]byte, error)
- func (o *NodeGroupResponse) SetId(v int64)
- func (o *NodeGroupResponse) SetName(v string)
- func (o NodeGroupResponse) ToMap() (map[string]interface{}, error)
- type NullableAuthorizeEdgeNodesRequest
- func (v NullableAuthorizeEdgeNodesRequest) Get() *AuthorizeEdgeNodesRequest
- func (v NullableAuthorizeEdgeNodesRequest) IsSet() bool
- func (v NullableAuthorizeEdgeNodesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAuthorizeEdgeNodesRequest) Set(val *AuthorizeEdgeNodesRequest)
- func (v *NullableAuthorizeEdgeNodesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAuthorizeEdgeNodesRequest) Unset()
- type NullableAuthorizeEdgeNodesResponse
- func (v NullableAuthorizeEdgeNodesResponse) Get() *AuthorizeEdgeNodesResponse
- func (v NullableAuthorizeEdgeNodesResponse) IsSet() bool
- func (v NullableAuthorizeEdgeNodesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAuthorizeEdgeNodesResponse) Set(val *AuthorizeEdgeNodesResponse)
- func (v *NullableAuthorizeEdgeNodesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAuthorizeEdgeNodesResponse) Unset()
- type NullableBool
- type NullableEdgeNodeDetailResponse
- func (v NullableEdgeNodeDetailResponse) Get() *EdgeNodeDetailResponse
- func (v NullableEdgeNodeDetailResponse) IsSet() bool
- func (v NullableEdgeNodeDetailResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEdgeNodeDetailResponse) Set(val *EdgeNodeDetailResponse)
- func (v *NullableEdgeNodeDetailResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEdgeNodeDetailResponse) Unset()
- type NullableEdgeNodeModules
- func (v NullableEdgeNodeModules) Get() *EdgeNodeModules
- func (v NullableEdgeNodeModules) IsSet() bool
- func (v NullableEdgeNodeModules) MarshalJSON() ([]byte, error)
- func (v *NullableEdgeNodeModules) Set(val *EdgeNodeModules)
- func (v *NullableEdgeNodeModules) UnmarshalJSON(src []byte) error
- func (v *NullableEdgeNodeModules) Unset()
- type NullableEdgeNodeResponse
- func (v NullableEdgeNodeResponse) Get() *EdgeNodeResponse
- func (v NullableEdgeNodeResponse) IsSet() bool
- func (v NullableEdgeNodeResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEdgeNodeResponse) Set(val *EdgeNodeResponse)
- func (v *NullableEdgeNodeResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEdgeNodeResponse) Unset()
- type NullableEdgeNodeResponseWithTotal
- func (v NullableEdgeNodeResponseWithTotal) Get() *EdgeNodeResponseWithTotal
- func (v NullableEdgeNodeResponseWithTotal) IsSet() bool
- func (v NullableEdgeNodeResponseWithTotal) MarshalJSON() ([]byte, error)
- func (v *NullableEdgeNodeResponseWithTotal) Set(val *EdgeNodeResponseWithTotal)
- func (v *NullableEdgeNodeResponseWithTotal) UnmarshalJSON(src []byte) error
- func (v *NullableEdgeNodeResponseWithTotal) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableNodeGroup
- type NullableNodeGroupResponse
- func (v NullableNodeGroupResponse) Get() *NodeGroupResponse
- func (v NullableNodeGroupResponse) IsSet() bool
- func (v NullableNodeGroupResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNodeGroupResponse) Set(val *NodeGroupResponse)
- func (v *NullableNodeGroupResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNodeGroupResponse) Unset()
- type NullableServiceBindDetailResponse
- func (v NullableServiceBindDetailResponse) Get() *ServiceBindDetailResponse
- func (v NullableServiceBindDetailResponse) IsSet() bool
- func (v NullableServiceBindDetailResponse) MarshalJSON() ([]byte, error)
- func (v *NullableServiceBindDetailResponse) Set(val *ServiceBindDetailResponse)
- func (v *NullableServiceBindDetailResponse) UnmarshalJSON(src []byte) error
- func (v *NullableServiceBindDetailResponse) Unset()
- type NullableServiceBindRequest
- func (v NullableServiceBindRequest) Get() *ServiceBindRequest
- func (v NullableServiceBindRequest) IsSet() bool
- func (v NullableServiceBindRequest) MarshalJSON() ([]byte, error)
- func (v *NullableServiceBindRequest) Set(val *ServiceBindRequest)
- func (v *NullableServiceBindRequest) UnmarshalJSON(src []byte) error
- func (v *NullableServiceBindRequest) Unset()
- type NullableServiceResponse
- func (v NullableServiceResponse) Get() *ServiceResponse
- func (v NullableServiceResponse) IsSet() bool
- func (v NullableServiceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableServiceResponse) Set(val *ServiceResponse)
- func (v *NullableServiceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableServiceResponse) Unset()
- type NullableServiceResponseWithTotal
- func (v NullableServiceResponseWithTotal) Get() *ServiceResponseWithTotal
- func (v NullableServiceResponseWithTotal) IsSet() bool
- func (v NullableServiceResponseWithTotal) MarshalJSON() ([]byte, error)
- func (v *NullableServiceResponseWithTotal) Set(val *ServiceResponseWithTotal)
- func (v *NullableServiceResponseWithTotal) UnmarshalJSON(src []byte) error
- func (v *NullableServiceResponseWithTotal) Unset()
- type NullableString
- type NullableTime
- type NullableUnauthorizedEdgeNodeInfo
- func (v NullableUnauthorizedEdgeNodeInfo) Get() *UnauthorizedEdgeNodeInfo
- func (v NullableUnauthorizedEdgeNodeInfo) IsSet() bool
- func (v NullableUnauthorizedEdgeNodeInfo) MarshalJSON() ([]byte, error)
- func (v *NullableUnauthorizedEdgeNodeInfo) Set(val *UnauthorizedEdgeNodeInfo)
- func (v *NullableUnauthorizedEdgeNodeInfo) UnmarshalJSON(src []byte) error
- func (v *NullableUnauthorizedEdgeNodeInfo) Unset()
- type NullableUpdateEdgeNodeResponse
- func (v NullableUpdateEdgeNodeResponse) Get() *UpdateEdgeNodeResponse
- func (v NullableUpdateEdgeNodeResponse) IsSet() bool
- func (v NullableUpdateEdgeNodeResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateEdgeNodeResponse) Set(val *UpdateEdgeNodeResponse)
- func (v *NullableUpdateEdgeNodeResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateEdgeNodeResponse) Unset()
- type NullableUpdateServiceBindRequest
- func (v NullableUpdateServiceBindRequest) Get() *UpdateServiceBindRequest
- func (v NullableUpdateServiceBindRequest) IsSet() bool
- func (v NullableUpdateServiceBindRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateServiceBindRequest) Set(val *UpdateServiceBindRequest)
- func (v *NullableUpdateServiceBindRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateServiceBindRequest) Unset()
- type NullableVariable
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServiceBindDetailResponse
- func (o *ServiceBindDetailResponse) GetId() int64
- func (o *ServiceBindDetailResponse) GetIdOk() (*int64, bool)
- func (o *ServiceBindDetailResponse) GetServiceId() int64
- func (o *ServiceBindDetailResponse) GetServiceIdOk() (*int64, bool)
- func (o *ServiceBindDetailResponse) GetServiceName() string
- func (o *ServiceBindDetailResponse) GetServiceNameOk() (*string, bool)
- func (o *ServiceBindDetailResponse) GetVariables() []Variable
- func (o *ServiceBindDetailResponse) GetVariablesOk() ([]Variable, bool)
- func (o ServiceBindDetailResponse) MarshalJSON() ([]byte, error)
- func (o *ServiceBindDetailResponse) SetId(v int64)
- func (o *ServiceBindDetailResponse) SetServiceId(v int64)
- func (o *ServiceBindDetailResponse) SetServiceName(v string)
- func (o *ServiceBindDetailResponse) SetVariables(v []Variable)
- func (o ServiceBindDetailResponse) ToMap() (map[string]interface{}, error)
- type ServiceBindRequest
- func (o *ServiceBindRequest) GetServiceId() int64
- func (o *ServiceBindRequest) GetServiceIdOk() (*int64, bool)
- func (o *ServiceBindRequest) GetVariables() []Variable
- func (o *ServiceBindRequest) GetVariablesOk() ([]Variable, bool)
- func (o ServiceBindRequest) MarshalJSON() ([]byte, error)
- func (o *ServiceBindRequest) SetServiceId(v int64)
- func (o *ServiceBindRequest) SetVariables(v []Variable)
- func (o ServiceBindRequest) ToMap() (map[string]interface{}, error)
- type ServiceResponse
- func (o *ServiceResponse) GetBindId() int64
- func (o *ServiceResponse) GetBindIdOk() (*int64, bool)
- func (o *ServiceResponse) GetIsBound() int64
- func (o *ServiceResponse) GetIsBoundOk() (*int64, bool)
- func (o *ServiceResponse) GetLastEditor() string
- func (o *ServiceResponse) GetLastEditorOk() (*string, bool)
- func (o *ServiceResponse) GetName() string
- func (o *ServiceResponse) GetNameOk() (*string, bool)
- func (o *ServiceResponse) GetServiceId() int64
- func (o *ServiceResponse) GetServiceIdOk() (*int64, bool)
- func (o *ServiceResponse) GetUpdatedAt() time.Time
- func (o *ServiceResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o ServiceResponse) MarshalJSON() ([]byte, error)
- func (o *ServiceResponse) SetBindId(v int64)
- func (o *ServiceResponse) SetIsBound(v int64)
- func (o *ServiceResponse) SetLastEditor(v string)
- func (o *ServiceResponse) SetName(v string)
- func (o *ServiceResponse) SetServiceId(v int64)
- func (o *ServiceResponse) SetUpdatedAt(v time.Time)
- func (o ServiceResponse) ToMap() (map[string]interface{}, error)
- type ServiceResponseWithTotal
- func (o *ServiceResponseWithTotal) GetServices() []ServiceResponse
- func (o *ServiceResponseWithTotal) GetServicesOk() ([]ServiceResponse, bool)
- func (o *ServiceResponseWithTotal) GetTotal() int64
- func (o *ServiceResponseWithTotal) GetTotalOk() (*int64, bool)
- func (o ServiceResponseWithTotal) MarshalJSON() ([]byte, error)
- func (o *ServiceResponseWithTotal) SetServices(v []ServiceResponse)
- func (o *ServiceResponseWithTotal) SetTotal(v int64)
- func (o ServiceResponseWithTotal) ToMap() (map[string]interface{}, error)
- type UnauthorizedEdgeNodeInfo
- func (o *UnauthorizedEdgeNodeInfo) GetId() int64
- func (o *UnauthorizedEdgeNodeInfo) GetIdOk() (*int64, bool)
- func (o *UnauthorizedEdgeNodeInfo) GetReason() string
- func (o *UnauthorizedEdgeNodeInfo) GetReasonOk() (*string, bool)
- func (o UnauthorizedEdgeNodeInfo) MarshalJSON() ([]byte, error)
- func (o *UnauthorizedEdgeNodeInfo) SetId(v int64)
- func (o *UnauthorizedEdgeNodeInfo) SetReason(v string)
- func (o UnauthorizedEdgeNodeInfo) ToMap() (map[string]interface{}, error)
- type UpdateEdgeNodeResponse
- func (o *UpdateEdgeNodeResponse) GetGroups() []NodeGroup
- func (o *UpdateEdgeNodeResponse) GetGroupsOk() ([]NodeGroup, bool)
- func (o *UpdateEdgeNodeResponse) GetId() int64
- func (o *UpdateEdgeNodeResponse) GetIdOk() (*int64, bool)
- func (o *UpdateEdgeNodeResponse) GetName() string
- func (o *UpdateEdgeNodeResponse) GetNameOk() (*string, bool)
- func (o *UpdateEdgeNodeResponse) GetStatus() string
- func (o *UpdateEdgeNodeResponse) GetStatusOk() (*string, bool)
- func (o UpdateEdgeNodeResponse) MarshalJSON() ([]byte, error)
- func (o *UpdateEdgeNodeResponse) SetGroups(v []NodeGroup)
- func (o *UpdateEdgeNodeResponse) SetId(v int64)
- func (o *UpdateEdgeNodeResponse) SetName(v string)
- func (o *UpdateEdgeNodeResponse) SetStatus(v string)
- func (o UpdateEdgeNodeResponse) ToMap() (map[string]interface{}, error)
- type UpdateServiceBindRequest
- func (o *UpdateServiceBindRequest) GetVariables() []Variable
- func (o *UpdateServiceBindRequest) GetVariablesOk() ([]Variable, bool)
- func (o UpdateServiceBindRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateServiceBindRequest) SetVariables(v []Variable)
- func (o UpdateServiceBindRequest) ToMap() (map[string]interface{}, error)
- type Variable
- func (o *Variable) GetName() string
- func (o *Variable) GetNameOk() (*string, bool)
- func (o *Variable) GetValue() string
- func (o *Variable) GetValueOk() (*string, bool)
- func (o Variable) MarshalJSON() ([]byte, error)
- func (o *Variable) SetName(v string)
- func (o *Variable) SetValue(v string)
- func (o Variable) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // 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 { DefaultApi *DefaultApiService // contains filtered or unexported fields }
APIClient manages communication with the Edge Node API API v1.0.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiAuthorizeEdgeNodeRequest ¶
type ApiAuthorizeEdgeNodeRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiAuthorizeEdgeNodeRequest) AuthorizeEdgeNodesRequest ¶
func (r ApiAuthorizeEdgeNodeRequest) AuthorizeEdgeNodesRequest(authorizeEdgeNodesRequest AuthorizeEdgeNodesRequest) ApiAuthorizeEdgeNodeRequest
func (ApiAuthorizeEdgeNodeRequest) Execute ¶
func (r ApiAuthorizeEdgeNodeRequest) Execute() (*AuthorizeEdgeNodesResponse, *http.Response, error)
type ApiCreateEdgeNodeSvcsRequest ¶
type ApiCreateEdgeNodeSvcsRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiCreateEdgeNodeSvcsRequest) Execute ¶
func (r ApiCreateEdgeNodeSvcsRequest) Execute() (*ServiceBindDetailResponse, *http.Response, error)
func (ApiCreateEdgeNodeSvcsRequest) ServiceBindRequest ¶
func (r ApiCreateEdgeNodeSvcsRequest) ServiceBindRequest(serviceBindRequest ServiceBindRequest) ApiCreateEdgeNodeSvcsRequest
type ApiDelEdgeNodeRequest ¶
type ApiDelEdgeNodeRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiDelEdgeNodeSvcRequest ¶
type ApiDelEdgeNodeSvcRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiGetEdgeNodeGroupsRequest ¶
type ApiGetEdgeNodeGroupsRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiGetEdgeNodeGroupsRequest) Execute ¶
func (r ApiGetEdgeNodeGroupsRequest) Execute() ([]NodeGroupResponse, *http.Response, error)
type ApiGetEdgeNodeRequest ¶
type ApiGetEdgeNodeRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiGetEdgeNodeRequest) Execute ¶
func (r ApiGetEdgeNodeRequest) Execute() (*EdgeNodeDetailResponse, *http.Response, error)
type ApiGetEdgeNodeSvcDetailRequest ¶
type ApiGetEdgeNodeSvcDetailRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiGetEdgeNodeSvcDetailRequest) Execute ¶
func (r ApiGetEdgeNodeSvcDetailRequest) Execute() (*ServiceBindDetailResponse, *http.Response, error)
type ApiGetEdgeNodeSvcsRequest ¶
type ApiGetEdgeNodeSvcsRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiGetEdgeNodeSvcsRequest) Execute ¶
func (r ApiGetEdgeNodeSvcsRequest) Execute() (*ServiceResponseWithTotal, *http.Response, error)
func (ApiGetEdgeNodeSvcsRequest) Filter ¶
func (r ApiGetEdgeNodeSvcsRequest) Filter(filter string) ApiGetEdgeNodeSvcsRequest
func (ApiGetEdgeNodeSvcsRequest) IsBound ¶
func (r ApiGetEdgeNodeSvcsRequest) IsBound(isBound bool) ApiGetEdgeNodeSvcsRequest
func (ApiGetEdgeNodeSvcsRequest) OrderBy ¶
func (r ApiGetEdgeNodeSvcsRequest) OrderBy(orderBy string) ApiGetEdgeNodeSvcsRequest
func (ApiGetEdgeNodeSvcsRequest) Page ¶
func (r ApiGetEdgeNodeSvcsRequest) Page(page int64) ApiGetEdgeNodeSvcsRequest
func (ApiGetEdgeNodeSvcsRequest) PageSize ¶
func (r ApiGetEdgeNodeSvcsRequest) PageSize(pageSize int64) ApiGetEdgeNodeSvcsRequest
func (ApiGetEdgeNodeSvcsRequest) Sort ¶
func (r ApiGetEdgeNodeSvcsRequest) Sort(sort string) ApiGetEdgeNodeSvcsRequest
type ApiGetEdgeNodesRequest ¶
type ApiGetEdgeNodesRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiGetEdgeNodesRequest) Execute ¶
func (r ApiGetEdgeNodesRequest) Execute() (*EdgeNodeResponseWithTotal, *http.Response, error)
func (ApiGetEdgeNodesRequest) Filter ¶
func (r ApiGetEdgeNodesRequest) Filter(filter string) ApiGetEdgeNodesRequest
func (ApiGetEdgeNodesRequest) OnlyIds ¶
func (r ApiGetEdgeNodesRequest) OnlyIds(onlyIds bool) ApiGetEdgeNodesRequest
func (ApiGetEdgeNodesRequest) OrderBy ¶
func (r ApiGetEdgeNodesRequest) OrderBy(orderBy string) ApiGetEdgeNodesRequest
func (ApiGetEdgeNodesRequest) PageSize ¶
func (r ApiGetEdgeNodesRequest) PageSize(pageSize int64) ApiGetEdgeNodesRequest
func (ApiGetEdgeNodesRequest) Sort ¶
func (r ApiGetEdgeNodesRequest) Sort(sort string) ApiGetEdgeNodesRequest
type ApiUpdateEdgeNodeRequest ¶
type ApiUpdateEdgeNodeRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiUpdateEdgeNodeRequest) Execute ¶
func (r ApiUpdateEdgeNodeRequest) Execute() (*UpdateEdgeNodeResponse, *http.Response, error)
type ApiUpdateEdgeNodeSvcDetailRequest ¶
type ApiUpdateEdgeNodeSvcDetailRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiUpdateEdgeNodeSvcDetailRequest) Execute ¶
func (r ApiUpdateEdgeNodeSvcDetailRequest) Execute() (*ServiceBindDetailResponse, *http.Response, error)
func (ApiUpdateEdgeNodeSvcDetailRequest) UpdateServiceBindRequest ¶
func (r ApiUpdateEdgeNodeSvcDetailRequest) UpdateServiceBindRequest(updateServiceBindRequest UpdateServiceBindRequest) ApiUpdateEdgeNodeSvcDetailRequest
type AuthorizeEdgeNodesRequest ¶
type AuthorizeEdgeNodesRequest struct {
EdgeNodeIds []int64 `json:"edge_node_ids"`
}
AuthorizeEdgeNodesRequest struct for AuthorizeEdgeNodesRequest
func NewAuthorizeEdgeNodesRequest ¶
func NewAuthorizeEdgeNodesRequest(edgeNodeIds []int64) *AuthorizeEdgeNodesRequest
NewAuthorizeEdgeNodesRequest instantiates a new AuthorizeEdgeNodesRequest 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 NewAuthorizeEdgeNodesRequestWithDefaults ¶
func NewAuthorizeEdgeNodesRequestWithDefaults() *AuthorizeEdgeNodesRequest
NewAuthorizeEdgeNodesRequestWithDefaults instantiates a new AuthorizeEdgeNodesRequest 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 (*AuthorizeEdgeNodesRequest) GetEdgeNodeIds ¶
func (o *AuthorizeEdgeNodesRequest) GetEdgeNodeIds() []int64
GetEdgeNodeIds returns the EdgeNodeIds field value
func (*AuthorizeEdgeNodesRequest) GetEdgeNodeIdsOk ¶
func (o *AuthorizeEdgeNodesRequest) GetEdgeNodeIdsOk() ([]int64, bool)
GetEdgeNodeIdsOk returns a tuple with the EdgeNodeIds field value and a boolean to check if the value has been set.
func (AuthorizeEdgeNodesRequest) MarshalJSON ¶
func (o AuthorizeEdgeNodesRequest) MarshalJSON() ([]byte, error)
func (*AuthorizeEdgeNodesRequest) SetEdgeNodeIds ¶
func (o *AuthorizeEdgeNodesRequest) SetEdgeNodeIds(v []int64)
SetEdgeNodeIds sets field value
func (AuthorizeEdgeNodesRequest) ToMap ¶
func (o AuthorizeEdgeNodesRequest) ToMap() (map[string]interface{}, error)
type AuthorizeEdgeNodesResponse ¶
type AuthorizeEdgeNodesResponse struct { Authorized []int64 `json:"authorized"` Errors []UnauthorizedEdgeNodeInfo `json:"errors"` }
AuthorizeEdgeNodesResponse struct for AuthorizeEdgeNodesResponse
func NewAuthorizeEdgeNodesResponse ¶
func NewAuthorizeEdgeNodesResponse(authorized []int64, errors []UnauthorizedEdgeNodeInfo) *AuthorizeEdgeNodesResponse
NewAuthorizeEdgeNodesResponse instantiates a new AuthorizeEdgeNodesResponse 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 NewAuthorizeEdgeNodesResponseWithDefaults ¶
func NewAuthorizeEdgeNodesResponseWithDefaults() *AuthorizeEdgeNodesResponse
NewAuthorizeEdgeNodesResponseWithDefaults instantiates a new AuthorizeEdgeNodesResponse 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 (*AuthorizeEdgeNodesResponse) GetAuthorized ¶
func (o *AuthorizeEdgeNodesResponse) GetAuthorized() []int64
GetAuthorized returns the Authorized field value
func (*AuthorizeEdgeNodesResponse) GetAuthorizedOk ¶
func (o *AuthorizeEdgeNodesResponse) GetAuthorizedOk() ([]int64, bool)
GetAuthorizedOk returns a tuple with the Authorized field value and a boolean to check if the value has been set.
func (*AuthorizeEdgeNodesResponse) GetErrors ¶
func (o *AuthorizeEdgeNodesResponse) GetErrors() []UnauthorizedEdgeNodeInfo
GetErrors returns the Errors field value
func (*AuthorizeEdgeNodesResponse) GetErrorsOk ¶
func (o *AuthorizeEdgeNodesResponse) GetErrorsOk() ([]UnauthorizedEdgeNodeInfo, bool)
GetErrorsOk returns a tuple with the Errors field value and a boolean to check if the value has been set.
func (AuthorizeEdgeNodesResponse) MarshalJSON ¶
func (o AuthorizeEdgeNodesResponse) MarshalJSON() ([]byte, error)
func (*AuthorizeEdgeNodesResponse) SetAuthorized ¶
func (o *AuthorizeEdgeNodesResponse) SetAuthorized(v []int64)
SetAuthorized sets field value
func (*AuthorizeEdgeNodesResponse) SetErrors ¶
func (o *AuthorizeEdgeNodesResponse) SetErrors(v []UnauthorizedEdgeNodeInfo)
SetErrors sets field value
func (AuthorizeEdgeNodesResponse) ToMap ¶
func (o AuthorizeEdgeNodesResponse) ToMap() (map[string]interface{}, error)
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 }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service
func (*DefaultApiService) AuthorizeEdgeNode ¶
func (a *DefaultApiService) AuthorizeEdgeNode(ctx context.Context) ApiAuthorizeEdgeNodeRequest
AuthorizeEdgeNode Authorize edge-node
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAuthorizeEdgeNodeRequest
func (*DefaultApiService) AuthorizeEdgeNodeExecute ¶
func (a *DefaultApiService) AuthorizeEdgeNodeExecute(r ApiAuthorizeEdgeNodeRequest) (*AuthorizeEdgeNodesResponse, *http.Response, error)
Execute executes the request
@return AuthorizeEdgeNodesResponse
func (*DefaultApiService) CreateEdgeNodeSvcs ¶
func (a *DefaultApiService) CreateEdgeNodeSvcs(ctx context.Context, edgenodeId int64) ApiCreateEdgeNodeSvcsRequest
CreateEdgeNodeSvcs Create an edge-node Service association
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgenodeId @return ApiCreateEdgeNodeSvcsRequest
func (*DefaultApiService) CreateEdgeNodeSvcsExecute ¶
func (a *DefaultApiService) CreateEdgeNodeSvcsExecute(r ApiCreateEdgeNodeSvcsRequest) (*ServiceBindDetailResponse, *http.Response, error)
Execute executes the request
@return ServiceBindDetailResponse
func (*DefaultApiService) DelEdgeNode ¶
func (a *DefaultApiService) DelEdgeNode(ctx context.Context, edgenodeId int64) ApiDelEdgeNodeRequest
DelEdgeNode Delete edge-node by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgenodeId @return ApiDelEdgeNodeRequest
func (*DefaultApiService) DelEdgeNodeExecute ¶
func (a *DefaultApiService) DelEdgeNodeExecute(r ApiDelEdgeNodeRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) DelEdgeNodeSvc ¶
func (a *DefaultApiService) DelEdgeNodeSvc(ctx context.Context, edgenodeId int64, bindId int64) ApiDelEdgeNodeSvcRequest
DelEdgeNodeSvc Delete an edge-node Service association
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgenodeId @param bindId @return ApiDelEdgeNodeSvcRequest
func (*DefaultApiService) DelEdgeNodeSvcExecute ¶
func (a *DefaultApiService) DelEdgeNodeSvcExecute(r ApiDelEdgeNodeSvcRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) GetEdgeNode ¶
func (a *DefaultApiService) GetEdgeNode(ctx context.Context, edgenodeId int64) ApiGetEdgeNodeRequest
GetEdgeNode Return edge-node by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgenodeId @return ApiGetEdgeNodeRequest
func (*DefaultApiService) GetEdgeNodeExecute ¶
func (a *DefaultApiService) GetEdgeNodeExecute(r ApiGetEdgeNodeRequest) (*EdgeNodeDetailResponse, *http.Response, error)
Execute executes the request
@return EdgeNodeDetailResponse
func (*DefaultApiService) GetEdgeNodeGroups ¶
func (a *DefaultApiService) GetEdgeNodeGroups(ctx context.Context) ApiGetEdgeNodeGroupsRequest
GetEdgeNodeGroups Return edge-node groups
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetEdgeNodeGroupsRequest
func (*DefaultApiService) GetEdgeNodeGroupsExecute ¶
func (a *DefaultApiService) GetEdgeNodeGroupsExecute(r ApiGetEdgeNodeGroupsRequest) ([]NodeGroupResponse, *http.Response, error)
Execute executes the request
@return []NodeGroupResponse
func (*DefaultApiService) GetEdgeNodeSvcDetail ¶
func (a *DefaultApiService) GetEdgeNodeSvcDetail(ctx context.Context, edgenodeId int64, bindId int64) ApiGetEdgeNodeSvcDetailRequest
GetEdgeNodeSvcDetail Return edge-node Service association by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgenodeId @param bindId @return ApiGetEdgeNodeSvcDetailRequest
func (*DefaultApiService) GetEdgeNodeSvcDetailExecute ¶
func (a *DefaultApiService) GetEdgeNodeSvcDetailExecute(r ApiGetEdgeNodeSvcDetailRequest) (*ServiceBindDetailResponse, *http.Response, error)
Execute executes the request
@return ServiceBindDetailResponse
func (*DefaultApiService) GetEdgeNodeSvcs ¶
func (a *DefaultApiService) GetEdgeNodeSvcs(ctx context.Context, edgenodeId int64) ApiGetEdgeNodeSvcsRequest
GetEdgeNodeSvcs Return edge-node Services association
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgenodeId @return ApiGetEdgeNodeSvcsRequest
func (*DefaultApiService) GetEdgeNodeSvcsExecute ¶
func (a *DefaultApiService) GetEdgeNodeSvcsExecute(r ApiGetEdgeNodeSvcsRequest) (*ServiceResponseWithTotal, *http.Response, error)
Execute executes the request
@return ServiceResponseWithTotal
func (*DefaultApiService) GetEdgeNodes ¶
func (a *DefaultApiService) GetEdgeNodes(ctx context.Context) ApiGetEdgeNodesRequest
GetEdgeNodes Return edge-nodes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetEdgeNodesRequest
func (*DefaultApiService) GetEdgeNodesExecute ¶
func (a *DefaultApiService) GetEdgeNodesExecute(r ApiGetEdgeNodesRequest) (*EdgeNodeResponseWithTotal, *http.Response, error)
Execute executes the request
@return EdgeNodeResponseWithTotal
func (*DefaultApiService) UpdateEdgeNode ¶
func (a *DefaultApiService) UpdateEdgeNode(ctx context.Context, edgenodeId int64) ApiUpdateEdgeNodeRequest
UpdateEdgeNode Update edge-node
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgenodeId @return ApiUpdateEdgeNodeRequest
func (*DefaultApiService) UpdateEdgeNodeExecute ¶
func (a *DefaultApiService) UpdateEdgeNodeExecute(r ApiUpdateEdgeNodeRequest) (*UpdateEdgeNodeResponse, *http.Response, error)
Execute executes the request
@return UpdateEdgeNodeResponse
func (*DefaultApiService) UpdateEdgeNodeSvcDetail ¶
func (a *DefaultApiService) UpdateEdgeNodeSvcDetail(ctx context.Context, edgenodeId int64, bindId int64) ApiUpdateEdgeNodeSvcDetailRequest
UpdateEdgeNodeSvcDetail Update edge-node Service association by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgenodeId @param bindId @return ApiUpdateEdgeNodeSvcDetailRequest
func (*DefaultApiService) UpdateEdgeNodeSvcDetailExecute ¶
func (a *DefaultApiService) UpdateEdgeNodeSvcDetailExecute(r ApiUpdateEdgeNodeSvcDetailRequest) (*ServiceBindDetailResponse, *http.Response, error)
Execute executes the request
@return ServiceBindDetailResponse
type EdgeNodeDetailResponse ¶
type EdgeNodeDetailResponse struct { Groups []NodeGroup `json:"groups"` HasServices bool `json:"has_services"` HashId string `json:"hash_id"` Id int64 `json:"id"` Modules EdgeNodeModules `json:"modules"` Name string `json:"name"` }
EdgeNodeDetailResponse struct for EdgeNodeDetailResponse
func NewEdgeNodeDetailResponse ¶
func NewEdgeNodeDetailResponse(groups []NodeGroup, hasServices bool, hashId string, id int64, modules EdgeNodeModules, name string) *EdgeNodeDetailResponse
NewEdgeNodeDetailResponse instantiates a new EdgeNodeDetailResponse 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 NewEdgeNodeDetailResponseWithDefaults ¶
func NewEdgeNodeDetailResponseWithDefaults() *EdgeNodeDetailResponse
NewEdgeNodeDetailResponseWithDefaults instantiates a new EdgeNodeDetailResponse 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 (*EdgeNodeDetailResponse) GetGroups ¶
func (o *EdgeNodeDetailResponse) GetGroups() []NodeGroup
GetGroups returns the Groups field value
func (*EdgeNodeDetailResponse) GetGroupsOk ¶
func (o *EdgeNodeDetailResponse) GetGroupsOk() ([]NodeGroup, bool)
GetGroupsOk returns a tuple with the Groups field value and a boolean to check if the value has been set.
func (*EdgeNodeDetailResponse) GetHasServices ¶
func (o *EdgeNodeDetailResponse) GetHasServices() bool
GetHasServices returns the HasServices field value
func (*EdgeNodeDetailResponse) GetHasServicesOk ¶
func (o *EdgeNodeDetailResponse) GetHasServicesOk() (*bool, bool)
GetHasServicesOk returns a tuple with the HasServices field value and a boolean to check if the value has been set.
func (*EdgeNodeDetailResponse) GetHashId ¶
func (o *EdgeNodeDetailResponse) GetHashId() string
GetHashId returns the HashId field value
func (*EdgeNodeDetailResponse) GetHashIdOk ¶
func (o *EdgeNodeDetailResponse) GetHashIdOk() (*string, bool)
GetHashIdOk returns a tuple with the HashId field value and a boolean to check if the value has been set.
func (*EdgeNodeDetailResponse) GetId ¶
func (o *EdgeNodeDetailResponse) GetId() int64
GetId returns the Id field value
func (*EdgeNodeDetailResponse) GetIdOk ¶
func (o *EdgeNodeDetailResponse) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EdgeNodeDetailResponse) GetModules ¶
func (o *EdgeNodeDetailResponse) GetModules() EdgeNodeModules
GetModules returns the Modules field value
func (*EdgeNodeDetailResponse) GetModulesOk ¶
func (o *EdgeNodeDetailResponse) GetModulesOk() (*EdgeNodeModules, bool)
GetModulesOk returns a tuple with the Modules field value and a boolean to check if the value has been set.
func (*EdgeNodeDetailResponse) GetName ¶
func (o *EdgeNodeDetailResponse) GetName() string
GetName returns the Name field value
func (*EdgeNodeDetailResponse) GetNameOk ¶
func (o *EdgeNodeDetailResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (EdgeNodeDetailResponse) MarshalJSON ¶
func (o EdgeNodeDetailResponse) MarshalJSON() ([]byte, error)
func (*EdgeNodeDetailResponse) SetGroups ¶
func (o *EdgeNodeDetailResponse) SetGroups(v []NodeGroup)
SetGroups sets field value
func (*EdgeNodeDetailResponse) SetHasServices ¶
func (o *EdgeNodeDetailResponse) SetHasServices(v bool)
SetHasServices sets field value
func (*EdgeNodeDetailResponse) SetHashId ¶
func (o *EdgeNodeDetailResponse) SetHashId(v string)
SetHashId sets field value
func (*EdgeNodeDetailResponse) SetId ¶
func (o *EdgeNodeDetailResponse) SetId(v int64)
SetId sets field value
func (*EdgeNodeDetailResponse) SetModules ¶
func (o *EdgeNodeDetailResponse) SetModules(v EdgeNodeModules)
SetModules sets field value
func (*EdgeNodeDetailResponse) SetName ¶
func (o *EdgeNodeDetailResponse) SetName(v string)
SetName sets field value
func (EdgeNodeDetailResponse) ToMap ¶
func (o EdgeNodeDetailResponse) ToMap() (map[string]interface{}, error)
type EdgeNodeModules ¶
type EdgeNodeModules struct {
AddServices bool `json:"add_services"`
}
EdgeNodeModules struct for EdgeNodeModules
func NewEdgeNodeModules ¶
func NewEdgeNodeModules(addServices bool) *EdgeNodeModules
NewEdgeNodeModules instantiates a new EdgeNodeModules 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 NewEdgeNodeModulesWithDefaults ¶
func NewEdgeNodeModulesWithDefaults() *EdgeNodeModules
NewEdgeNodeModulesWithDefaults instantiates a new EdgeNodeModules 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 (*EdgeNodeModules) GetAddServices ¶
func (o *EdgeNodeModules) GetAddServices() bool
GetAddServices returns the AddServices field value
func (*EdgeNodeModules) GetAddServicesOk ¶
func (o *EdgeNodeModules) GetAddServicesOk() (*bool, bool)
GetAddServicesOk returns a tuple with the AddServices field value and a boolean to check if the value has been set.
func (EdgeNodeModules) MarshalJSON ¶
func (o EdgeNodeModules) MarshalJSON() ([]byte, error)
func (*EdgeNodeModules) SetAddServices ¶
func (o *EdgeNodeModules) SetAddServices(v bool)
SetAddServices sets field value
func (EdgeNodeModules) ToMap ¶
func (o EdgeNodeModules) ToMap() (map[string]interface{}, error)
type EdgeNodeResponse ¶
type EdgeNodeResponse struct { Groups []NodeGroup `json:"groups,omitempty"` HashId *string `json:"hash_id,omitempty"` Id int64 `json:"id"` Name *string `json:"name,omitempty"` Status *string `json:"status,omitempty"` }
EdgeNodeResponse struct for EdgeNodeResponse
func NewEdgeNodeResponse ¶
func NewEdgeNodeResponse(id int64) *EdgeNodeResponse
NewEdgeNodeResponse instantiates a new EdgeNodeResponse 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 NewEdgeNodeResponseWithDefaults ¶
func NewEdgeNodeResponseWithDefaults() *EdgeNodeResponse
NewEdgeNodeResponseWithDefaults instantiates a new EdgeNodeResponse 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 (*EdgeNodeResponse) GetGroups ¶
func (o *EdgeNodeResponse) GetGroups() []NodeGroup
GetGroups returns the Groups field value if set, zero value otherwise.
func (*EdgeNodeResponse) GetGroupsOk ¶
func (o *EdgeNodeResponse) GetGroupsOk() ([]NodeGroup, bool)
GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeNodeResponse) GetHashId ¶
func (o *EdgeNodeResponse) GetHashId() string
GetHashId returns the HashId field value if set, zero value otherwise.
func (*EdgeNodeResponse) GetHashIdOk ¶
func (o *EdgeNodeResponse) GetHashIdOk() (*string, bool)
GetHashIdOk returns a tuple with the HashId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeNodeResponse) GetId ¶
func (o *EdgeNodeResponse) GetId() int64
GetId returns the Id field value
func (*EdgeNodeResponse) GetIdOk ¶
func (o *EdgeNodeResponse) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EdgeNodeResponse) GetName ¶
func (o *EdgeNodeResponse) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*EdgeNodeResponse) GetNameOk ¶
func (o *EdgeNodeResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeNodeResponse) GetStatus ¶
func (o *EdgeNodeResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*EdgeNodeResponse) GetStatusOk ¶
func (o *EdgeNodeResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeNodeResponse) HasGroups ¶
func (o *EdgeNodeResponse) HasGroups() bool
HasGroups returns a boolean if a field has been set.
func (*EdgeNodeResponse) HasHashId ¶
func (o *EdgeNodeResponse) HasHashId() bool
HasHashId returns a boolean if a field has been set.
func (*EdgeNodeResponse) HasName ¶
func (o *EdgeNodeResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (*EdgeNodeResponse) HasStatus ¶
func (o *EdgeNodeResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (EdgeNodeResponse) MarshalJSON ¶
func (o EdgeNodeResponse) MarshalJSON() ([]byte, error)
func (*EdgeNodeResponse) SetGroups ¶
func (o *EdgeNodeResponse) SetGroups(v []NodeGroup)
SetGroups gets a reference to the given []NodeGroup and assigns it to the Groups field.
func (*EdgeNodeResponse) SetHashId ¶
func (o *EdgeNodeResponse) SetHashId(v string)
SetHashId gets a reference to the given string and assigns it to the HashId field.
func (*EdgeNodeResponse) SetName ¶
func (o *EdgeNodeResponse) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*EdgeNodeResponse) SetStatus ¶
func (o *EdgeNodeResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (EdgeNodeResponse) ToMap ¶
func (o EdgeNodeResponse) ToMap() (map[string]interface{}, error)
type EdgeNodeResponseWithTotal ¶
type EdgeNodeResponseWithTotal struct { Nodes []EdgeNodeResponse `json:"nodes"` Total int64 `json:"total"` }
EdgeNodeResponseWithTotal struct for EdgeNodeResponseWithTotal
func NewEdgeNodeResponseWithTotal ¶
func NewEdgeNodeResponseWithTotal(nodes []EdgeNodeResponse, total int64) *EdgeNodeResponseWithTotal
NewEdgeNodeResponseWithTotal instantiates a new EdgeNodeResponseWithTotal 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 NewEdgeNodeResponseWithTotalWithDefaults ¶
func NewEdgeNodeResponseWithTotalWithDefaults() *EdgeNodeResponseWithTotal
NewEdgeNodeResponseWithTotalWithDefaults instantiates a new EdgeNodeResponseWithTotal 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 (*EdgeNodeResponseWithTotal) GetNodes ¶
func (o *EdgeNodeResponseWithTotal) GetNodes() []EdgeNodeResponse
GetNodes returns the Nodes field value
func (*EdgeNodeResponseWithTotal) GetNodesOk ¶
func (o *EdgeNodeResponseWithTotal) GetNodesOk() ([]EdgeNodeResponse, bool)
GetNodesOk returns a tuple with the Nodes field value and a boolean to check if the value has been set.
func (*EdgeNodeResponseWithTotal) GetTotal ¶
func (o *EdgeNodeResponseWithTotal) GetTotal() int64
GetTotal returns the Total field value
func (*EdgeNodeResponseWithTotal) GetTotalOk ¶
func (o *EdgeNodeResponseWithTotal) GetTotalOk() (*int64, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (EdgeNodeResponseWithTotal) MarshalJSON ¶
func (o EdgeNodeResponseWithTotal) MarshalJSON() ([]byte, error)
func (*EdgeNodeResponseWithTotal) SetNodes ¶
func (o *EdgeNodeResponseWithTotal) SetNodes(v []EdgeNodeResponse)
SetNodes sets field value
func (*EdgeNodeResponseWithTotal) SetTotal ¶
func (o *EdgeNodeResponseWithTotal) SetTotal(v int64)
SetTotal sets field value
func (EdgeNodeResponseWithTotal) ToMap ¶
func (o EdgeNodeResponseWithTotal) ToMap() (map[string]interface{}, error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type MappedNullable ¶
type NodeGroup ¶
NodeGroup struct for NodeGroup
func NewNodeGroup ¶
NewNodeGroup instantiates a new NodeGroup 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 NewNodeGroupWithDefaults ¶
func NewNodeGroupWithDefaults() *NodeGroup
NewNodeGroupWithDefaults instantiates a new NodeGroup 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 (*NodeGroup) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*NodeGroup) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (NodeGroup) MarshalJSON ¶
type NodeGroupResponse ¶
NodeGroupResponse struct for NodeGroupResponse
func NewNodeGroupResponse ¶
func NewNodeGroupResponse(id int64, name string) *NodeGroupResponse
NewNodeGroupResponse instantiates a new NodeGroupResponse 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 NewNodeGroupResponseWithDefaults ¶
func NewNodeGroupResponseWithDefaults() *NodeGroupResponse
NewNodeGroupResponseWithDefaults instantiates a new NodeGroupResponse 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 (*NodeGroupResponse) GetId ¶
func (o *NodeGroupResponse) GetId() int64
GetId returns the Id field value
func (*NodeGroupResponse) GetIdOk ¶
func (o *NodeGroupResponse) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*NodeGroupResponse) GetName ¶
func (o *NodeGroupResponse) GetName() string
GetName returns the Name field value
func (*NodeGroupResponse) GetNameOk ¶
func (o *NodeGroupResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (NodeGroupResponse) MarshalJSON ¶
func (o NodeGroupResponse) MarshalJSON() ([]byte, error)
func (*NodeGroupResponse) SetName ¶
func (o *NodeGroupResponse) SetName(v string)
SetName sets field value
func (NodeGroupResponse) ToMap ¶
func (o NodeGroupResponse) ToMap() (map[string]interface{}, error)
type NullableAuthorizeEdgeNodesRequest ¶
type NullableAuthorizeEdgeNodesRequest struct {
// contains filtered or unexported fields
}
func NewNullableAuthorizeEdgeNodesRequest ¶
func NewNullableAuthorizeEdgeNodesRequest(val *AuthorizeEdgeNodesRequest) *NullableAuthorizeEdgeNodesRequest
func (NullableAuthorizeEdgeNodesRequest) Get ¶
func (v NullableAuthorizeEdgeNodesRequest) Get() *AuthorizeEdgeNodesRequest
func (NullableAuthorizeEdgeNodesRequest) IsSet ¶
func (v NullableAuthorizeEdgeNodesRequest) IsSet() bool
func (NullableAuthorizeEdgeNodesRequest) MarshalJSON ¶
func (v NullableAuthorizeEdgeNodesRequest) MarshalJSON() ([]byte, error)
func (*NullableAuthorizeEdgeNodesRequest) Set ¶
func (v *NullableAuthorizeEdgeNodesRequest) Set(val *AuthorizeEdgeNodesRequest)
func (*NullableAuthorizeEdgeNodesRequest) UnmarshalJSON ¶
func (v *NullableAuthorizeEdgeNodesRequest) UnmarshalJSON(src []byte) error
func (*NullableAuthorizeEdgeNodesRequest) Unset ¶
func (v *NullableAuthorizeEdgeNodesRequest) Unset()
type NullableAuthorizeEdgeNodesResponse ¶
type NullableAuthorizeEdgeNodesResponse struct {
// contains filtered or unexported fields
}
func NewNullableAuthorizeEdgeNodesResponse ¶
func NewNullableAuthorizeEdgeNodesResponse(val *AuthorizeEdgeNodesResponse) *NullableAuthorizeEdgeNodesResponse
func (NullableAuthorizeEdgeNodesResponse) Get ¶
func (v NullableAuthorizeEdgeNodesResponse) Get() *AuthorizeEdgeNodesResponse
func (NullableAuthorizeEdgeNodesResponse) IsSet ¶
func (v NullableAuthorizeEdgeNodesResponse) IsSet() bool
func (NullableAuthorizeEdgeNodesResponse) MarshalJSON ¶
func (v NullableAuthorizeEdgeNodesResponse) MarshalJSON() ([]byte, error)
func (*NullableAuthorizeEdgeNodesResponse) Set ¶
func (v *NullableAuthorizeEdgeNodesResponse) Set(val *AuthorizeEdgeNodesResponse)
func (*NullableAuthorizeEdgeNodesResponse) UnmarshalJSON ¶
func (v *NullableAuthorizeEdgeNodesResponse) UnmarshalJSON(src []byte) error
func (*NullableAuthorizeEdgeNodesResponse) Unset ¶
func (v *NullableAuthorizeEdgeNodesResponse) 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 NullableEdgeNodeDetailResponse ¶
type NullableEdgeNodeDetailResponse struct {
// contains filtered or unexported fields
}
func NewNullableEdgeNodeDetailResponse ¶
func NewNullableEdgeNodeDetailResponse(val *EdgeNodeDetailResponse) *NullableEdgeNodeDetailResponse
func (NullableEdgeNodeDetailResponse) Get ¶
func (v NullableEdgeNodeDetailResponse) Get() *EdgeNodeDetailResponse
func (NullableEdgeNodeDetailResponse) IsSet ¶
func (v NullableEdgeNodeDetailResponse) IsSet() bool
func (NullableEdgeNodeDetailResponse) MarshalJSON ¶
func (v NullableEdgeNodeDetailResponse) MarshalJSON() ([]byte, error)
func (*NullableEdgeNodeDetailResponse) Set ¶
func (v *NullableEdgeNodeDetailResponse) Set(val *EdgeNodeDetailResponse)
func (*NullableEdgeNodeDetailResponse) UnmarshalJSON ¶
func (v *NullableEdgeNodeDetailResponse) UnmarshalJSON(src []byte) error
func (*NullableEdgeNodeDetailResponse) Unset ¶
func (v *NullableEdgeNodeDetailResponse) Unset()
type NullableEdgeNodeModules ¶
type NullableEdgeNodeModules struct {
// contains filtered or unexported fields
}
func NewNullableEdgeNodeModules ¶
func NewNullableEdgeNodeModules(val *EdgeNodeModules) *NullableEdgeNodeModules
func (NullableEdgeNodeModules) Get ¶
func (v NullableEdgeNodeModules) Get() *EdgeNodeModules
func (NullableEdgeNodeModules) IsSet ¶
func (v NullableEdgeNodeModules) IsSet() bool
func (NullableEdgeNodeModules) MarshalJSON ¶
func (v NullableEdgeNodeModules) MarshalJSON() ([]byte, error)
func (*NullableEdgeNodeModules) Set ¶
func (v *NullableEdgeNodeModules) Set(val *EdgeNodeModules)
func (*NullableEdgeNodeModules) UnmarshalJSON ¶
func (v *NullableEdgeNodeModules) UnmarshalJSON(src []byte) error
func (*NullableEdgeNodeModules) Unset ¶
func (v *NullableEdgeNodeModules) Unset()
type NullableEdgeNodeResponse ¶
type NullableEdgeNodeResponse struct {
// contains filtered or unexported fields
}
func NewNullableEdgeNodeResponse ¶
func NewNullableEdgeNodeResponse(val *EdgeNodeResponse) *NullableEdgeNodeResponse
func (NullableEdgeNodeResponse) Get ¶
func (v NullableEdgeNodeResponse) Get() *EdgeNodeResponse
func (NullableEdgeNodeResponse) IsSet ¶
func (v NullableEdgeNodeResponse) IsSet() bool
func (NullableEdgeNodeResponse) MarshalJSON ¶
func (v NullableEdgeNodeResponse) MarshalJSON() ([]byte, error)
func (*NullableEdgeNodeResponse) Set ¶
func (v *NullableEdgeNodeResponse) Set(val *EdgeNodeResponse)
func (*NullableEdgeNodeResponse) UnmarshalJSON ¶
func (v *NullableEdgeNodeResponse) UnmarshalJSON(src []byte) error
func (*NullableEdgeNodeResponse) Unset ¶
func (v *NullableEdgeNodeResponse) Unset()
type NullableEdgeNodeResponseWithTotal ¶
type NullableEdgeNodeResponseWithTotal struct {
// contains filtered or unexported fields
}
func NewNullableEdgeNodeResponseWithTotal ¶
func NewNullableEdgeNodeResponseWithTotal(val *EdgeNodeResponseWithTotal) *NullableEdgeNodeResponseWithTotal
func (NullableEdgeNodeResponseWithTotal) Get ¶
func (v NullableEdgeNodeResponseWithTotal) Get() *EdgeNodeResponseWithTotal
func (NullableEdgeNodeResponseWithTotal) IsSet ¶
func (v NullableEdgeNodeResponseWithTotal) IsSet() bool
func (NullableEdgeNodeResponseWithTotal) MarshalJSON ¶
func (v NullableEdgeNodeResponseWithTotal) MarshalJSON() ([]byte, error)
func (*NullableEdgeNodeResponseWithTotal) Set ¶
func (v *NullableEdgeNodeResponseWithTotal) Set(val *EdgeNodeResponseWithTotal)
func (*NullableEdgeNodeResponseWithTotal) UnmarshalJSON ¶
func (v *NullableEdgeNodeResponseWithTotal) UnmarshalJSON(src []byte) error
func (*NullableEdgeNodeResponseWithTotal) Unset ¶
func (v *NullableEdgeNodeResponseWithTotal) 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 NullableNodeGroup ¶
type NullableNodeGroup struct {
// contains filtered or unexported fields
}
func NewNullableNodeGroup ¶
func NewNullableNodeGroup(val *NodeGroup) *NullableNodeGroup
func (NullableNodeGroup) Get ¶
func (v NullableNodeGroup) Get() *NodeGroup
func (NullableNodeGroup) IsSet ¶
func (v NullableNodeGroup) IsSet() bool
func (NullableNodeGroup) MarshalJSON ¶
func (v NullableNodeGroup) MarshalJSON() ([]byte, error)
func (*NullableNodeGroup) Set ¶
func (v *NullableNodeGroup) Set(val *NodeGroup)
func (*NullableNodeGroup) UnmarshalJSON ¶
func (v *NullableNodeGroup) UnmarshalJSON(src []byte) error
func (*NullableNodeGroup) Unset ¶
func (v *NullableNodeGroup) Unset()
type NullableNodeGroupResponse ¶
type NullableNodeGroupResponse struct {
// contains filtered or unexported fields
}
func NewNullableNodeGroupResponse ¶
func NewNullableNodeGroupResponse(val *NodeGroupResponse) *NullableNodeGroupResponse
func (NullableNodeGroupResponse) Get ¶
func (v NullableNodeGroupResponse) Get() *NodeGroupResponse
func (NullableNodeGroupResponse) IsSet ¶
func (v NullableNodeGroupResponse) IsSet() bool
func (NullableNodeGroupResponse) MarshalJSON ¶
func (v NullableNodeGroupResponse) MarshalJSON() ([]byte, error)
func (*NullableNodeGroupResponse) Set ¶
func (v *NullableNodeGroupResponse) Set(val *NodeGroupResponse)
func (*NullableNodeGroupResponse) UnmarshalJSON ¶
func (v *NullableNodeGroupResponse) UnmarshalJSON(src []byte) error
func (*NullableNodeGroupResponse) Unset ¶
func (v *NullableNodeGroupResponse) Unset()
type NullableServiceBindDetailResponse ¶
type NullableServiceBindDetailResponse struct {
// contains filtered or unexported fields
}
func NewNullableServiceBindDetailResponse ¶
func NewNullableServiceBindDetailResponse(val *ServiceBindDetailResponse) *NullableServiceBindDetailResponse
func (NullableServiceBindDetailResponse) Get ¶
func (v NullableServiceBindDetailResponse) Get() *ServiceBindDetailResponse
func (NullableServiceBindDetailResponse) IsSet ¶
func (v NullableServiceBindDetailResponse) IsSet() bool
func (NullableServiceBindDetailResponse) MarshalJSON ¶
func (v NullableServiceBindDetailResponse) MarshalJSON() ([]byte, error)
func (*NullableServiceBindDetailResponse) Set ¶
func (v *NullableServiceBindDetailResponse) Set(val *ServiceBindDetailResponse)
func (*NullableServiceBindDetailResponse) UnmarshalJSON ¶
func (v *NullableServiceBindDetailResponse) UnmarshalJSON(src []byte) error
func (*NullableServiceBindDetailResponse) Unset ¶
func (v *NullableServiceBindDetailResponse) Unset()
type NullableServiceBindRequest ¶
type NullableServiceBindRequest struct {
// contains filtered or unexported fields
}
func NewNullableServiceBindRequest ¶
func NewNullableServiceBindRequest(val *ServiceBindRequest) *NullableServiceBindRequest
func (NullableServiceBindRequest) Get ¶
func (v NullableServiceBindRequest) Get() *ServiceBindRequest
func (NullableServiceBindRequest) IsSet ¶
func (v NullableServiceBindRequest) IsSet() bool
func (NullableServiceBindRequest) MarshalJSON ¶
func (v NullableServiceBindRequest) MarshalJSON() ([]byte, error)
func (*NullableServiceBindRequest) Set ¶
func (v *NullableServiceBindRequest) Set(val *ServiceBindRequest)
func (*NullableServiceBindRequest) UnmarshalJSON ¶
func (v *NullableServiceBindRequest) UnmarshalJSON(src []byte) error
func (*NullableServiceBindRequest) Unset ¶
func (v *NullableServiceBindRequest) Unset()
type NullableServiceResponse ¶
type NullableServiceResponse struct {
// contains filtered or unexported fields
}
func NewNullableServiceResponse ¶
func NewNullableServiceResponse(val *ServiceResponse) *NullableServiceResponse
func (NullableServiceResponse) Get ¶
func (v NullableServiceResponse) Get() *ServiceResponse
func (NullableServiceResponse) IsSet ¶
func (v NullableServiceResponse) IsSet() bool
func (NullableServiceResponse) MarshalJSON ¶
func (v NullableServiceResponse) MarshalJSON() ([]byte, error)
func (*NullableServiceResponse) Set ¶
func (v *NullableServiceResponse) Set(val *ServiceResponse)
func (*NullableServiceResponse) UnmarshalJSON ¶
func (v *NullableServiceResponse) UnmarshalJSON(src []byte) error
func (*NullableServiceResponse) Unset ¶
func (v *NullableServiceResponse) Unset()
type NullableServiceResponseWithTotal ¶
type NullableServiceResponseWithTotal struct {
// contains filtered or unexported fields
}
func NewNullableServiceResponseWithTotal ¶
func NewNullableServiceResponseWithTotal(val *ServiceResponseWithTotal) *NullableServiceResponseWithTotal
func (NullableServiceResponseWithTotal) Get ¶
func (v NullableServiceResponseWithTotal) Get() *ServiceResponseWithTotal
func (NullableServiceResponseWithTotal) IsSet ¶
func (v NullableServiceResponseWithTotal) IsSet() bool
func (NullableServiceResponseWithTotal) MarshalJSON ¶
func (v NullableServiceResponseWithTotal) MarshalJSON() ([]byte, error)
func (*NullableServiceResponseWithTotal) Set ¶
func (v *NullableServiceResponseWithTotal) Set(val *ServiceResponseWithTotal)
func (*NullableServiceResponseWithTotal) UnmarshalJSON ¶
func (v *NullableServiceResponseWithTotal) UnmarshalJSON(src []byte) error
func (*NullableServiceResponseWithTotal) Unset ¶
func (v *NullableServiceResponseWithTotal) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableUnauthorizedEdgeNodeInfo ¶
type NullableUnauthorizedEdgeNodeInfo struct {
// contains filtered or unexported fields
}
func NewNullableUnauthorizedEdgeNodeInfo ¶
func NewNullableUnauthorizedEdgeNodeInfo(val *UnauthorizedEdgeNodeInfo) *NullableUnauthorizedEdgeNodeInfo
func (NullableUnauthorizedEdgeNodeInfo) Get ¶
func (v NullableUnauthorizedEdgeNodeInfo) Get() *UnauthorizedEdgeNodeInfo
func (NullableUnauthorizedEdgeNodeInfo) IsSet ¶
func (v NullableUnauthorizedEdgeNodeInfo) IsSet() bool
func (NullableUnauthorizedEdgeNodeInfo) MarshalJSON ¶
func (v NullableUnauthorizedEdgeNodeInfo) MarshalJSON() ([]byte, error)
func (*NullableUnauthorizedEdgeNodeInfo) Set ¶
func (v *NullableUnauthorizedEdgeNodeInfo) Set(val *UnauthorizedEdgeNodeInfo)
func (*NullableUnauthorizedEdgeNodeInfo) UnmarshalJSON ¶
func (v *NullableUnauthorizedEdgeNodeInfo) UnmarshalJSON(src []byte) error
func (*NullableUnauthorizedEdgeNodeInfo) Unset ¶
func (v *NullableUnauthorizedEdgeNodeInfo) Unset()
type NullableUpdateEdgeNodeResponse ¶
type NullableUpdateEdgeNodeResponse struct {
// contains filtered or unexported fields
}
func NewNullableUpdateEdgeNodeResponse ¶
func NewNullableUpdateEdgeNodeResponse(val *UpdateEdgeNodeResponse) *NullableUpdateEdgeNodeResponse
func (NullableUpdateEdgeNodeResponse) Get ¶
func (v NullableUpdateEdgeNodeResponse) Get() *UpdateEdgeNodeResponse
func (NullableUpdateEdgeNodeResponse) IsSet ¶
func (v NullableUpdateEdgeNodeResponse) IsSet() bool
func (NullableUpdateEdgeNodeResponse) MarshalJSON ¶
func (v NullableUpdateEdgeNodeResponse) MarshalJSON() ([]byte, error)
func (*NullableUpdateEdgeNodeResponse) Set ¶
func (v *NullableUpdateEdgeNodeResponse) Set(val *UpdateEdgeNodeResponse)
func (*NullableUpdateEdgeNodeResponse) UnmarshalJSON ¶
func (v *NullableUpdateEdgeNodeResponse) UnmarshalJSON(src []byte) error
func (*NullableUpdateEdgeNodeResponse) Unset ¶
func (v *NullableUpdateEdgeNodeResponse) Unset()
type NullableUpdateServiceBindRequest ¶
type NullableUpdateServiceBindRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateServiceBindRequest ¶
func NewNullableUpdateServiceBindRequest(val *UpdateServiceBindRequest) *NullableUpdateServiceBindRequest
func (NullableUpdateServiceBindRequest) Get ¶
func (v NullableUpdateServiceBindRequest) Get() *UpdateServiceBindRequest
func (NullableUpdateServiceBindRequest) IsSet ¶
func (v NullableUpdateServiceBindRequest) IsSet() bool
func (NullableUpdateServiceBindRequest) MarshalJSON ¶
func (v NullableUpdateServiceBindRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateServiceBindRequest) Set ¶
func (v *NullableUpdateServiceBindRequest) Set(val *UpdateServiceBindRequest)
func (*NullableUpdateServiceBindRequest) UnmarshalJSON ¶
func (v *NullableUpdateServiceBindRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateServiceBindRequest) Unset ¶
func (v *NullableUpdateServiceBindRequest) Unset()
type NullableVariable ¶
type NullableVariable struct {
// contains filtered or unexported fields
}
func NewNullableVariable ¶
func NewNullableVariable(val *Variable) *NullableVariable
func (NullableVariable) Get ¶
func (v NullableVariable) Get() *Variable
func (NullableVariable) IsSet ¶
func (v NullableVariable) IsSet() bool
func (NullableVariable) MarshalJSON ¶
func (v NullableVariable) MarshalJSON() ([]byte, error)
func (*NullableVariable) Set ¶
func (v *NullableVariable) Set(val *Variable)
func (*NullableVariable) UnmarshalJSON ¶
func (v *NullableVariable) UnmarshalJSON(src []byte) error
func (*NullableVariable) Unset ¶
func (v *NullableVariable) Unset()
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 ServiceBindDetailResponse ¶
type ServiceBindDetailResponse struct { Id int64 `json:"id"` ServiceId int64 `json:"service_id"` ServiceName string `json:"service_name"` Variables []Variable `json:"variables"` }
ServiceBindDetailResponse struct for ServiceBindDetailResponse
func NewServiceBindDetailResponse ¶
func NewServiceBindDetailResponse(id int64, serviceId int64, serviceName string, variables []Variable) *ServiceBindDetailResponse
NewServiceBindDetailResponse instantiates a new ServiceBindDetailResponse 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 NewServiceBindDetailResponseWithDefaults ¶
func NewServiceBindDetailResponseWithDefaults() *ServiceBindDetailResponse
NewServiceBindDetailResponseWithDefaults instantiates a new ServiceBindDetailResponse 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 (*ServiceBindDetailResponse) GetId ¶
func (o *ServiceBindDetailResponse) GetId() int64
GetId returns the Id field value
func (*ServiceBindDetailResponse) GetIdOk ¶
func (o *ServiceBindDetailResponse) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ServiceBindDetailResponse) GetServiceId ¶
func (o *ServiceBindDetailResponse) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*ServiceBindDetailResponse) GetServiceIdOk ¶
func (o *ServiceBindDetailResponse) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (*ServiceBindDetailResponse) GetServiceName ¶
func (o *ServiceBindDetailResponse) GetServiceName() string
GetServiceName returns the ServiceName field value
func (*ServiceBindDetailResponse) GetServiceNameOk ¶
func (o *ServiceBindDetailResponse) GetServiceNameOk() (*string, bool)
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*ServiceBindDetailResponse) GetVariables ¶
func (o *ServiceBindDetailResponse) GetVariables() []Variable
GetVariables returns the Variables field value
func (*ServiceBindDetailResponse) GetVariablesOk ¶
func (o *ServiceBindDetailResponse) GetVariablesOk() ([]Variable, bool)
GetVariablesOk returns a tuple with the Variables field value and a boolean to check if the value has been set.
func (ServiceBindDetailResponse) MarshalJSON ¶
func (o ServiceBindDetailResponse) MarshalJSON() ([]byte, error)
func (*ServiceBindDetailResponse) SetId ¶
func (o *ServiceBindDetailResponse) SetId(v int64)
SetId sets field value
func (*ServiceBindDetailResponse) SetServiceId ¶
func (o *ServiceBindDetailResponse) SetServiceId(v int64)
SetServiceId sets field value
func (*ServiceBindDetailResponse) SetServiceName ¶
func (o *ServiceBindDetailResponse) SetServiceName(v string)
SetServiceName sets field value
func (*ServiceBindDetailResponse) SetVariables ¶
func (o *ServiceBindDetailResponse) SetVariables(v []Variable)
SetVariables sets field value
func (ServiceBindDetailResponse) ToMap ¶
func (o ServiceBindDetailResponse) ToMap() (map[string]interface{}, error)
type ServiceBindRequest ¶
type ServiceBindRequest struct { ServiceId int64 `json:"service_id"` Variables []Variable `json:"variables"` }
ServiceBindRequest struct for ServiceBindRequest
func NewServiceBindRequest ¶
func NewServiceBindRequest(serviceId int64, variables []Variable) *ServiceBindRequest
NewServiceBindRequest instantiates a new ServiceBindRequest 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 NewServiceBindRequestWithDefaults ¶
func NewServiceBindRequestWithDefaults() *ServiceBindRequest
NewServiceBindRequestWithDefaults instantiates a new ServiceBindRequest 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 (*ServiceBindRequest) GetServiceId ¶
func (o *ServiceBindRequest) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*ServiceBindRequest) GetServiceIdOk ¶
func (o *ServiceBindRequest) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (*ServiceBindRequest) GetVariables ¶
func (o *ServiceBindRequest) GetVariables() []Variable
GetVariables returns the Variables field value
func (*ServiceBindRequest) GetVariablesOk ¶
func (o *ServiceBindRequest) GetVariablesOk() ([]Variable, bool)
GetVariablesOk returns a tuple with the Variables field value and a boolean to check if the value has been set.
func (ServiceBindRequest) MarshalJSON ¶
func (o ServiceBindRequest) MarshalJSON() ([]byte, error)
func (*ServiceBindRequest) SetServiceId ¶
func (o *ServiceBindRequest) SetServiceId(v int64)
SetServiceId sets field value
func (*ServiceBindRequest) SetVariables ¶
func (o *ServiceBindRequest) SetVariables(v []Variable)
SetVariables sets field value
func (ServiceBindRequest) ToMap ¶
func (o ServiceBindRequest) ToMap() (map[string]interface{}, error)
type ServiceResponse ¶
type ServiceResponse struct { BindId int64 `json:"bind_id"` IsBound int64 `json:"is_bound"` LastEditor string `json:"last_editor"` Name string `json:"name"` ServiceId int64 `json:"service_id"` UpdatedAt time.Time `json:"updated_at"` }
ServiceResponse struct for ServiceResponse
func NewServiceResponse ¶
func NewServiceResponse(bindId int64, isBound int64, lastEditor string, name string, serviceId int64, updatedAt time.Time) *ServiceResponse
NewServiceResponse instantiates a new ServiceResponse 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 NewServiceResponseWithDefaults ¶
func NewServiceResponseWithDefaults() *ServiceResponse
NewServiceResponseWithDefaults instantiates a new ServiceResponse 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 (*ServiceResponse) GetBindId ¶
func (o *ServiceResponse) GetBindId() int64
GetBindId returns the BindId field value
func (*ServiceResponse) GetBindIdOk ¶
func (o *ServiceResponse) GetBindIdOk() (*int64, bool)
GetBindIdOk returns a tuple with the BindId field value and a boolean to check if the value has been set.
func (*ServiceResponse) GetIsBound ¶
func (o *ServiceResponse) GetIsBound() int64
GetIsBound returns the IsBound field value
func (*ServiceResponse) GetIsBoundOk ¶
func (o *ServiceResponse) GetIsBoundOk() (*int64, bool)
GetIsBoundOk returns a tuple with the IsBound field value and a boolean to check if the value has been set.
func (*ServiceResponse) GetLastEditor ¶
func (o *ServiceResponse) GetLastEditor() string
GetLastEditor returns the LastEditor field value
func (*ServiceResponse) GetLastEditorOk ¶
func (o *ServiceResponse) GetLastEditorOk() (*string, bool)
GetLastEditorOk returns a tuple with the LastEditor field value and a boolean to check if the value has been set.
func (*ServiceResponse) GetName ¶
func (o *ServiceResponse) GetName() string
GetName returns the Name field value
func (*ServiceResponse) GetNameOk ¶
func (o *ServiceResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ServiceResponse) GetServiceId ¶
func (o *ServiceResponse) GetServiceId() int64
GetServiceId returns the ServiceId field value
func (*ServiceResponse) GetServiceIdOk ¶
func (o *ServiceResponse) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (*ServiceResponse) GetUpdatedAt ¶
func (o *ServiceResponse) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ServiceResponse) GetUpdatedAtOk ¶
func (o *ServiceResponse) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (ServiceResponse) MarshalJSON ¶
func (o ServiceResponse) MarshalJSON() ([]byte, error)
func (*ServiceResponse) SetBindId ¶
func (o *ServiceResponse) SetBindId(v int64)
SetBindId sets field value
func (*ServiceResponse) SetIsBound ¶
func (o *ServiceResponse) SetIsBound(v int64)
SetIsBound sets field value
func (*ServiceResponse) SetLastEditor ¶
func (o *ServiceResponse) SetLastEditor(v string)
SetLastEditor sets field value
func (*ServiceResponse) SetName ¶
func (o *ServiceResponse) SetName(v string)
SetName sets field value
func (*ServiceResponse) SetServiceId ¶
func (o *ServiceResponse) SetServiceId(v int64)
SetServiceId sets field value
func (*ServiceResponse) SetUpdatedAt ¶
func (o *ServiceResponse) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (ServiceResponse) ToMap ¶
func (o ServiceResponse) ToMap() (map[string]interface{}, error)
type ServiceResponseWithTotal ¶
type ServiceResponseWithTotal struct { Services []ServiceResponse `json:"services"` Total int64 `json:"total"` }
ServiceResponseWithTotal struct for ServiceResponseWithTotal
func NewServiceResponseWithTotal ¶
func NewServiceResponseWithTotal(services []ServiceResponse, total int64) *ServiceResponseWithTotal
NewServiceResponseWithTotal instantiates a new ServiceResponseWithTotal 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 NewServiceResponseWithTotalWithDefaults ¶
func NewServiceResponseWithTotalWithDefaults() *ServiceResponseWithTotal
NewServiceResponseWithTotalWithDefaults instantiates a new ServiceResponseWithTotal 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 (*ServiceResponseWithTotal) GetServices ¶
func (o *ServiceResponseWithTotal) GetServices() []ServiceResponse
GetServices returns the Services field value
func (*ServiceResponseWithTotal) GetServicesOk ¶
func (o *ServiceResponseWithTotal) GetServicesOk() ([]ServiceResponse, bool)
GetServicesOk returns a tuple with the Services field value and a boolean to check if the value has been set.
func (*ServiceResponseWithTotal) GetTotal ¶
func (o *ServiceResponseWithTotal) GetTotal() int64
GetTotal returns the Total field value
func (*ServiceResponseWithTotal) GetTotalOk ¶
func (o *ServiceResponseWithTotal) GetTotalOk() (*int64, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ServiceResponseWithTotal) MarshalJSON ¶
func (o ServiceResponseWithTotal) MarshalJSON() ([]byte, error)
func (*ServiceResponseWithTotal) SetServices ¶
func (o *ServiceResponseWithTotal) SetServices(v []ServiceResponse)
SetServices sets field value
func (*ServiceResponseWithTotal) SetTotal ¶
func (o *ServiceResponseWithTotal) SetTotal(v int64)
SetTotal sets field value
func (ServiceResponseWithTotal) ToMap ¶
func (o ServiceResponseWithTotal) ToMap() (map[string]interface{}, error)
type UnauthorizedEdgeNodeInfo ¶
type UnauthorizedEdgeNodeInfo struct {}
UnauthorizedEdgeNodeInfo struct for UnauthorizedEdgeNodeInfo
func NewUnauthorizedEdgeNodeInfo ¶
func NewUnauthorizedEdgeNodeInfo(id int64, reason string) *UnauthorizedEdgeNodeInfo
NewUnauthorizedEdgeNodeInfo instantiates a new UnauthorizedEdgeNodeInfo 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 NewUnauthorizedEdgeNodeInfoWithDefaults ¶
func NewUnauthorizedEdgeNodeInfoWithDefaults() *UnauthorizedEdgeNodeInfo
NewUnauthorizedEdgeNodeInfoWithDefaults instantiates a new UnauthorizedEdgeNodeInfo 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 (*UnauthorizedEdgeNodeInfo) GetId ¶
func (o *UnauthorizedEdgeNodeInfo) GetId() int64
GetId returns the Id field value
func (*UnauthorizedEdgeNodeInfo) GetIdOk ¶
func (o *UnauthorizedEdgeNodeInfo) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UnauthorizedEdgeNodeInfo) GetReason ¶
func (o *UnauthorizedEdgeNodeInfo) GetReason() string
GetReason returns the Reason field value
func (*UnauthorizedEdgeNodeInfo) GetReasonOk ¶
func (o *UnauthorizedEdgeNodeInfo) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value and a boolean to check if the value has been set.
func (UnauthorizedEdgeNodeInfo) MarshalJSON ¶
func (o UnauthorizedEdgeNodeInfo) MarshalJSON() ([]byte, error)
func (*UnauthorizedEdgeNodeInfo) SetId ¶
func (o *UnauthorizedEdgeNodeInfo) SetId(v int64)
SetId sets field value
func (*UnauthorizedEdgeNodeInfo) SetReason ¶
func (o *UnauthorizedEdgeNodeInfo) SetReason(v string)
SetReason sets field value
func (UnauthorizedEdgeNodeInfo) ToMap ¶
func (o UnauthorizedEdgeNodeInfo) ToMap() (map[string]interface{}, error)
type UpdateEdgeNodeResponse ¶
type UpdateEdgeNodeResponse struct { Groups []NodeGroup `json:"groups"` Id int64 `json:"id"` Name string `json:"name"` Status string `json:"status"` }
UpdateEdgeNodeResponse struct for UpdateEdgeNodeResponse
func NewUpdateEdgeNodeResponse ¶
func NewUpdateEdgeNodeResponse(groups []NodeGroup, id int64, name string, status string) *UpdateEdgeNodeResponse
NewUpdateEdgeNodeResponse instantiates a new UpdateEdgeNodeResponse 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 NewUpdateEdgeNodeResponseWithDefaults ¶
func NewUpdateEdgeNodeResponseWithDefaults() *UpdateEdgeNodeResponse
NewUpdateEdgeNodeResponseWithDefaults instantiates a new UpdateEdgeNodeResponse 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 (*UpdateEdgeNodeResponse) GetGroups ¶
func (o *UpdateEdgeNodeResponse) GetGroups() []NodeGroup
GetGroups returns the Groups field value
func (*UpdateEdgeNodeResponse) GetGroupsOk ¶
func (o *UpdateEdgeNodeResponse) GetGroupsOk() ([]NodeGroup, bool)
GetGroupsOk returns a tuple with the Groups field value and a boolean to check if the value has been set.
func (*UpdateEdgeNodeResponse) GetId ¶
func (o *UpdateEdgeNodeResponse) GetId() int64
GetId returns the Id field value
func (*UpdateEdgeNodeResponse) GetIdOk ¶
func (o *UpdateEdgeNodeResponse) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UpdateEdgeNodeResponse) GetName ¶
func (o *UpdateEdgeNodeResponse) GetName() string
GetName returns the Name field value
func (*UpdateEdgeNodeResponse) GetNameOk ¶
func (o *UpdateEdgeNodeResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateEdgeNodeResponse) GetStatus ¶
func (o *UpdateEdgeNodeResponse) GetStatus() string
GetStatus returns the Status field value
func (*UpdateEdgeNodeResponse) GetStatusOk ¶
func (o *UpdateEdgeNodeResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (UpdateEdgeNodeResponse) MarshalJSON ¶
func (o UpdateEdgeNodeResponse) MarshalJSON() ([]byte, error)
func (*UpdateEdgeNodeResponse) SetGroups ¶
func (o *UpdateEdgeNodeResponse) SetGroups(v []NodeGroup)
SetGroups sets field value
func (*UpdateEdgeNodeResponse) SetId ¶
func (o *UpdateEdgeNodeResponse) SetId(v int64)
SetId sets field value
func (*UpdateEdgeNodeResponse) SetName ¶
func (o *UpdateEdgeNodeResponse) SetName(v string)
SetName sets field value
func (*UpdateEdgeNodeResponse) SetStatus ¶
func (o *UpdateEdgeNodeResponse) SetStatus(v string)
SetStatus sets field value
func (UpdateEdgeNodeResponse) ToMap ¶
func (o UpdateEdgeNodeResponse) ToMap() (map[string]interface{}, error)
type UpdateServiceBindRequest ¶
type UpdateServiceBindRequest struct {
Variables []Variable `json:"variables"`
}
UpdateServiceBindRequest struct for UpdateServiceBindRequest
func NewUpdateServiceBindRequest ¶
func NewUpdateServiceBindRequest(variables []Variable) *UpdateServiceBindRequest
NewUpdateServiceBindRequest instantiates a new UpdateServiceBindRequest 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 NewUpdateServiceBindRequestWithDefaults ¶
func NewUpdateServiceBindRequestWithDefaults() *UpdateServiceBindRequest
NewUpdateServiceBindRequestWithDefaults instantiates a new UpdateServiceBindRequest 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 (*UpdateServiceBindRequest) GetVariables ¶
func (o *UpdateServiceBindRequest) GetVariables() []Variable
GetVariables returns the Variables field value
func (*UpdateServiceBindRequest) GetVariablesOk ¶
func (o *UpdateServiceBindRequest) GetVariablesOk() ([]Variable, bool)
GetVariablesOk returns a tuple with the Variables field value and a boolean to check if the value has been set.
func (UpdateServiceBindRequest) MarshalJSON ¶
func (o UpdateServiceBindRequest) MarshalJSON() ([]byte, error)
func (*UpdateServiceBindRequest) SetVariables ¶
func (o *UpdateServiceBindRequest) SetVariables(v []Variable)
SetVariables sets field value
func (UpdateServiceBindRequest) ToMap ¶
func (o UpdateServiceBindRequest) ToMap() (map[string]interface{}, error)
type Variable ¶
Variable struct for Variable
func NewVariable ¶
NewVariable instantiates a new Variable 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 NewVariableWithDefaults ¶
func NewVariableWithDefaults() *Variable
NewVariableWithDefaults instantiates a new Variable 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 (*Variable) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Variable) GetValueOk ¶
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (Variable) MarshalJSON ¶
Source Files ¶
- api_default.go
- client.go
- configuration.go
- model_authorize_edge_nodes_request.go
- model_authorize_edge_nodes_response.go
- model_edge_node_detail_response.go
- model_edge_node_modules.go
- model_edge_node_response.go
- model_edge_node_response_with_total.go
- model_node_group.go
- model_node_group_response.go
- model_service_bind_detail_response.go
- model_service_bind_request.go
- model_service_response.go
- model_service_response_with_total.go
- model_unauthorized_edge_node_info.go
- model_update_edge_node_response.go
- model_update_service_bind_request.go
- model_variable.go
- response.go
- utils.go