Versions in this module Expand all Collapse all v1 v1.1.0 Oct 11, 2024 v1.0.0 Jul 31, 2024 Changes in this version + const DefaultIonosBasePath + const DefaultIonosServerUrl + const IonosApiUrlEnvVar + const IonosLogLevelEnvVar + const IonosPasswordEnvVar + const IonosPinnedCertEnvVar + const IonosTokenEnvVar + const IonosUsernameEnvVar + const RequestStatusDone + const RequestStatusFailed + const RequestStatusQueued + const RequestStatusRunning + const Version + var ContextAPIKeys = contextKey("apiKeys") + var ContextAccessToken = contextKey("accesstoken") + var ContextBasicAuth = contextKey("basic") + var ContextHttpSignatureAuth = contextKey("httpsignature") + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + var IonosServerUrls = []string + var LogLevelMap = map[string]LogLevel + func AddPinnedCert(transport *http.Transport, pkFingerprint string) + 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 + func SliceToValueDefault[T any](ptrSlice *[]T) []T + func ToBool(ptr *bool) bool + func ToBoolDefault(ptr *bool) bool + func ToBoolSlice(ptrSlice *[]bool) []bool + func ToByte(ptr *byte) byte + func ToByteDefault(ptr *byte) byte + func ToByteSlice(ptrSlice *[]byte) []byte + func ToFloat32(ptr *float32) float32 + func ToFloat32Default(ptr *float32) float32 + func ToFloat32Slice(ptrSlice *[]float32) []float32 + func ToFloat64(ptr *float64) float64 + func ToFloat64Default(ptr *float64) float64 + func ToFloat64Slice(ptrSlice *[]float64) []float64 + func ToInt(ptr *int) int + func ToInt16(ptr *int16) int16 + func ToInt16Default(ptr *int16) int16 + func ToInt16Slice(ptrSlice *[]int16) []int16 + func ToInt32(ptr *int32) int32 + func ToInt32Default(ptr *int32) int32 + func ToInt32Slice(ptrSlice *[]int32) []int32 + func ToInt64(ptr *int64) int64 + func ToInt64Default(ptr *int64) int64 + func ToInt64Slice(ptrSlice *[]int64) []int64 + func ToInt8(ptr *int8) int8 + func ToInt8Default(ptr *int8) int8 + func ToInt8Slice(ptrSlice *[]int8) []int8 + func ToIntDefault(ptr *int) int + func ToIntSlice(ptrSlice *[]int) []int + func ToPtr[T any](v T) *T + func ToString(ptr *string) string + func ToStringDefault(ptr *string) string + func ToStringSlice(ptrSlice *[]string) []string + func ToTime(ptr *time.Time) time.Time + func ToTimeDefault(ptr *time.Time) time.Time + func ToTimeSlice(ptrSlice *[]time.Time) []time.Time + func ToUint(ptr *uint) uint + func ToUint16(ptr *uint16) uint16 + func ToUint16Default(ptr *uint16) uint16 + func ToUint16Slice(ptrSlice *[]uint16) []uint16 + func ToUint32(ptr *uint32) uint32 + func ToUint32Default(ptr *uint32) uint32 + func ToUint32Slice(ptrSlice *[]uint32) []uint32 + func ToUint64(ptr *uint64) uint64 + func ToUint64Default(ptr *uint64) uint64 + func ToUint64Slice(ptrSlice *[]uint64) []uint64 + func ToUint8(ptr *uint8) uint8 + func ToUint8Default(ptr *uint8) uint8 + func ToUint8Slice(ptrSlice *[]uint8) []uint8 + func ToUintDefault(ptr *uint) uint + func ToUintSlice(ptrSlice *[]uint) []uint + func ToValueDefault[T any](ptr *T) T + func ToValue[T any](ptr *T) T + type APIClient struct + APIGatewaysApi *APIGatewaysApiService + RoutesApi *RoutesApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIGatewaysApiService service + func (a *APIGatewaysApiService) ApigatewaysDelete(ctx _context.Context, apigatewayId string) ApiApigatewaysDeleteRequest + func (a *APIGatewaysApiService) ApigatewaysDeleteExecute(r ApiApigatewaysDeleteRequest) (*APIResponse, error) + func (a *APIGatewaysApiService) ApigatewaysFindById(ctx _context.Context, apigatewayId string) ApiApigatewaysFindByIdRequest + func (a *APIGatewaysApiService) ApigatewaysFindByIdExecute(r ApiApigatewaysFindByIdRequest) (GatewayRead, *APIResponse, error) + func (a *APIGatewaysApiService) ApigatewaysGet(ctx _context.Context) ApiApigatewaysGetRequest + func (a *APIGatewaysApiService) ApigatewaysGetExecute(r ApiApigatewaysGetRequest) (GatewayReadList, *APIResponse, error) + func (a *APIGatewaysApiService) ApigatewaysPost(ctx _context.Context) ApiApigatewaysPostRequest + func (a *APIGatewaysApiService) ApigatewaysPostExecute(r ApiApigatewaysPostRequest) (GatewayRead, *APIResponse, error) + func (a *APIGatewaysApiService) ApigatewaysPut(ctx _context.Context, apigatewayId string) ApiApigatewaysPutRequest + func (a *APIGatewaysApiService) ApigatewaysPutExecute(r ApiApigatewaysPutRequest) (GatewayRead, *APIResponse, error) + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestTime time.Duration + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + func (resp *APIResponse) HttpNotFound() bool + func (resp *APIResponse) LogInfo() + type ApiApigatewaysDeleteRequest struct + ApiService *APIGatewaysApiService + func (r ApiApigatewaysDeleteRequest) Execute() (*APIResponse, error) + type ApiApigatewaysFindByIdRequest struct + ApiService *APIGatewaysApiService + func (r ApiApigatewaysFindByIdRequest) Execute() (GatewayRead, *APIResponse, error) + type ApiApigatewaysGetRequest struct + ApiService *APIGatewaysApiService + func (r ApiApigatewaysGetRequest) Execute() (GatewayReadList, *APIResponse, error) + func (r ApiApigatewaysGetRequest) Limit(limit int32) ApiApigatewaysGetRequest + func (r ApiApigatewaysGetRequest) Offset(offset int32) ApiApigatewaysGetRequest + func (r ApiApigatewaysGetRequest) OrderBy(orderBy string) ApiApigatewaysGetRequest + type ApiApigatewaysPostRequest struct + ApiService *APIGatewaysApiService + func (r ApiApigatewaysPostRequest) Execute() (GatewayRead, *APIResponse, error) + func (r ApiApigatewaysPostRequest) GatewayCreate(gatewayCreate GatewayCreate) ApiApigatewaysPostRequest + type ApiApigatewaysPutRequest struct + ApiService *APIGatewaysApiService + func (r ApiApigatewaysPutRequest) Execute() (GatewayRead, *APIResponse, error) + func (r ApiApigatewaysPutRequest) GatewayEnsure(gatewayEnsure GatewayEnsure) ApiApigatewaysPutRequest + type ApiApigatewaysRoutesDeleteRequest struct + ApiService *RoutesApiService + func (r ApiApigatewaysRoutesDeleteRequest) Execute() (*APIResponse, error) + type ApiApigatewaysRoutesFindByIdRequest struct + ApiService *RoutesApiService + func (r ApiApigatewaysRoutesFindByIdRequest) Execute() (RouteRead, *APIResponse, error) + type ApiApigatewaysRoutesGetRequest struct + ApiService *RoutesApiService + func (r ApiApigatewaysRoutesGetRequest) Execute() (RouteReadList, *APIResponse, error) + func (r ApiApigatewaysRoutesGetRequest) Limit(limit int32) ApiApigatewaysRoutesGetRequest + func (r ApiApigatewaysRoutesGetRequest) Offset(offset int32) ApiApigatewaysRoutesGetRequest + func (r ApiApigatewaysRoutesGetRequest) OrderBy(orderBy string) ApiApigatewaysRoutesGetRequest + type ApiApigatewaysRoutesPostRequest struct + ApiService *RoutesApiService + func (r ApiApigatewaysRoutesPostRequest) Execute() (RouteRead, *APIResponse, error) + func (r ApiApigatewaysRoutesPostRequest) RouteCreate(routeCreate RouteCreate) ApiApigatewaysRoutesPostRequest + type ApiApigatewaysRoutesPutRequest struct + ApiService *RoutesApiService + func (r ApiApigatewaysRoutesPutRequest) Execute() (RouteRead, *APIResponse, error) + func (r ApiApigatewaysRoutesPutRequest) RouteEnsure(routeEnsure RouteEnsure) ApiApigatewaysRoutesPutRequest + type BasicAuth struct + Password string + UserName string + type Configuration struct + Debug bool + DefaultHeader map[string]string + DefaultQueryParams url.Values + HTTPClient *http.Client + Host string + LogLevel LogLevel + Logger Logger + MaxRetries int + MaxWaitTime time.Duration + OperationServers map[string]ServerConfigurations + Password string + Scheme string + Servers ServerConfigurations + Token string + UserAgent string + Username string + WaitTime time.Duration + func NewConfiguration(username, password, token, hostUrl string) *Configuration + func NewConfigurationFromEnv() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) AddDefaultQueryParam(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type Error struct + HttpStatus *int32 + Messages *[]ErrorMessages + func NewError() *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetHttpStatus() *int32 + func (o *Error) GetHttpStatusOk() (*int32, bool) + func (o *Error) GetMessages() *[]ErrorMessages + func (o *Error) GetMessagesOk() (*[]ErrorMessages, bool) + func (o *Error) HasHttpStatus() bool + func (o *Error) HasMessages() bool + func (o *Error) SetHttpStatus(v int32) + func (o *Error) SetMessages(v []ErrorMessages) + func (o Error) MarshalJSON() ([]byte, error) + type ErrorMessages struct + ErrorCode *string + Message *string + func NewErrorMessages() *ErrorMessages + func NewErrorMessagesWithDefaults() *ErrorMessages + func (o *ErrorMessages) GetErrorCode() *string + func (o *ErrorMessages) GetErrorCodeOk() (*string, bool) + func (o *ErrorMessages) GetMessage() *string + func (o *ErrorMessages) GetMessageOk() (*string, bool) + func (o *ErrorMessages) HasErrorCode() bool + func (o *ErrorMessages) HasMessage() bool + func (o *ErrorMessages) SetErrorCode(v string) + func (o *ErrorMessages) SetMessage(v string) + func (o ErrorMessages) MarshalJSON() ([]byte, error) + type Gateway struct + CustomDomains *[]GatewayCustomDomains + Logs *bool + Metrics *bool + Name *string + func NewGateway(name string) *Gateway + func NewGatewayWithDefaults() *Gateway + func (o *Gateway) GetCustomDomains() *[]GatewayCustomDomains + func (o *Gateway) GetCustomDomainsOk() (*[]GatewayCustomDomains, bool) + func (o *Gateway) GetLogs() *bool + func (o *Gateway) GetLogsOk() (*bool, bool) + func (o *Gateway) GetMetrics() *bool + func (o *Gateway) GetMetricsOk() (*bool, bool) + func (o *Gateway) GetName() *string + func (o *Gateway) GetNameOk() (*string, bool) + func (o *Gateway) HasCustomDomains() bool + func (o *Gateway) HasLogs() bool + func (o *Gateway) HasMetrics() bool + func (o *Gateway) HasName() bool + func (o *Gateway) SetCustomDomains(v []GatewayCustomDomains) + func (o *Gateway) SetLogs(v bool) + func (o *Gateway) SetMetrics(v bool) + func (o *Gateway) SetName(v string) + func (o Gateway) MarshalJSON() ([]byte, error) + type GatewayCreate struct + Metadata *map[string]interface{} + Properties *Gateway + func NewGatewayCreate(properties Gateway) *GatewayCreate + func NewGatewayCreateWithDefaults() *GatewayCreate + func (o *GatewayCreate) GetMetadata() *map[string]interface{} + func (o *GatewayCreate) GetMetadataOk() (*map[string]interface{}, bool) + func (o *GatewayCreate) GetProperties() *Gateway + func (o *GatewayCreate) GetPropertiesOk() (*Gateway, bool) + func (o *GatewayCreate) HasMetadata() bool + func (o *GatewayCreate) HasProperties() bool + func (o *GatewayCreate) SetMetadata(v map[string]interface{}) + func (o *GatewayCreate) SetProperties(v Gateway) + func (o GatewayCreate) MarshalJSON() ([]byte, error) + type GatewayCustomDomains struct + CertificateId *string + Name *string + func NewGatewayCustomDomains() *GatewayCustomDomains + func NewGatewayCustomDomainsWithDefaults() *GatewayCustomDomains + func (o *GatewayCustomDomains) GetCertificateId() *string + func (o *GatewayCustomDomains) GetCertificateIdOk() (*string, bool) + func (o *GatewayCustomDomains) GetName() *string + func (o *GatewayCustomDomains) GetNameOk() (*string, bool) + func (o *GatewayCustomDomains) HasCertificateId() bool + func (o *GatewayCustomDomains) HasName() bool + func (o *GatewayCustomDomains) SetCertificateId(v string) + func (o *GatewayCustomDomains) SetName(v string) + func (o GatewayCustomDomains) MarshalJSON() ([]byte, error) + type GatewayEnsure struct + Id *string + Metadata *map[string]interface{} + Properties *Gateway + func NewGatewayEnsure(id string, properties Gateway) *GatewayEnsure + func NewGatewayEnsureWithDefaults() *GatewayEnsure + func (o *GatewayEnsure) GetId() *string + func (o *GatewayEnsure) GetIdOk() (*string, bool) + func (o *GatewayEnsure) GetMetadata() *map[string]interface{} + func (o *GatewayEnsure) GetMetadataOk() (*map[string]interface{}, bool) + func (o *GatewayEnsure) GetProperties() *Gateway + func (o *GatewayEnsure) GetPropertiesOk() (*Gateway, bool) + func (o *GatewayEnsure) HasId() bool + func (o *GatewayEnsure) HasMetadata() bool + func (o *GatewayEnsure) HasProperties() bool + func (o *GatewayEnsure) SetId(v string) + func (o *GatewayEnsure) SetMetadata(v map[string]interface{}) + func (o *GatewayEnsure) SetProperties(v Gateway) + func (o GatewayEnsure) MarshalJSON() ([]byte, error) + type GatewayRead struct + Href *string + Id *string + Metadata *MetadataWithEndpoint + Properties *Gateway + Type *string + func NewGatewayRead(id string, type_ string, href string, metadata MetadataWithEndpoint, ...) *GatewayRead + func NewGatewayReadWithDefaults() *GatewayRead + func (o *GatewayRead) GetHref() *string + func (o *GatewayRead) GetHrefOk() (*string, bool) + func (o *GatewayRead) GetId() *string + func (o *GatewayRead) GetIdOk() (*string, bool) + func (o *GatewayRead) GetMetadata() *MetadataWithEndpoint + func (o *GatewayRead) GetMetadataOk() (*MetadataWithEndpoint, bool) + func (o *GatewayRead) GetProperties() *Gateway + func (o *GatewayRead) GetPropertiesOk() (*Gateway, bool) + func (o *GatewayRead) GetType() *string + func (o *GatewayRead) GetTypeOk() (*string, bool) + func (o *GatewayRead) HasHref() bool + func (o *GatewayRead) HasId() bool + func (o *GatewayRead) HasMetadata() bool + func (o *GatewayRead) HasProperties() bool + func (o *GatewayRead) HasType() bool + func (o *GatewayRead) SetHref(v string) + func (o *GatewayRead) SetId(v string) + func (o *GatewayRead) SetMetadata(v MetadataWithEndpoint) + func (o *GatewayRead) SetProperties(v Gateway) + func (o *GatewayRead) SetType(v string) + func (o GatewayRead) MarshalJSON() ([]byte, error) + type GatewayReadList struct + Href *string + Id *string + Items *[]GatewayRead + Limit *int32 + Links *Links + Offset *int32 + Type *string + func NewGatewayReadList(id string, type_ string, href string, offset int32, limit int32, links Links) *GatewayReadList + func NewGatewayReadListWithDefaults() *GatewayReadList + func (o *GatewayReadList) GetHref() *string + func (o *GatewayReadList) GetHrefOk() (*string, bool) + func (o *GatewayReadList) GetId() *string + func (o *GatewayReadList) GetIdOk() (*string, bool) + func (o *GatewayReadList) GetItems() *[]GatewayRead + func (o *GatewayReadList) GetItemsOk() (*[]GatewayRead, bool) + func (o *GatewayReadList) GetLimit() *int32 + func (o *GatewayReadList) GetLimitOk() (*int32, bool) + func (o *GatewayReadList) GetLinks() *Links + func (o *GatewayReadList) GetLinksOk() (*Links, bool) + func (o *GatewayReadList) GetOffset() *int32 + func (o *GatewayReadList) GetOffsetOk() (*int32, bool) + func (o *GatewayReadList) GetType() *string + func (o *GatewayReadList) GetTypeOk() (*string, bool) + func (o *GatewayReadList) HasHref() bool + func (o *GatewayReadList) HasId() bool + func (o *GatewayReadList) HasItems() bool + func (o *GatewayReadList) HasLimit() bool + func (o *GatewayReadList) HasLinks() bool + func (o *GatewayReadList) HasOffset() bool + func (o *GatewayReadList) HasType() bool + func (o *GatewayReadList) SetHref(v string) + func (o *GatewayReadList) SetId(v string) + func (o *GatewayReadList) SetItems(v []GatewayRead) + func (o *GatewayReadList) SetLimit(v int32) + func (o *GatewayReadList) SetLinks(v Links) + func (o *GatewayReadList) SetOffset(v int32) + func (o *GatewayReadList) SetType(v string) + func (o GatewayReadList) MarshalJSON() ([]byte, error) + type GatewayReadListAllOf struct + Href *string + Id *string + Items *[]GatewayRead + Type *string + func NewGatewayReadListAllOf(id string, type_ string, href string) *GatewayReadListAllOf + func NewGatewayReadListAllOfWithDefaults() *GatewayReadListAllOf + func (o *GatewayReadListAllOf) GetHref() *string + func (o *GatewayReadListAllOf) GetHrefOk() (*string, bool) + func (o *GatewayReadListAllOf) GetId() *string + func (o *GatewayReadListAllOf) GetIdOk() (*string, bool) + func (o *GatewayReadListAllOf) GetItems() *[]GatewayRead + func (o *GatewayReadListAllOf) GetItemsOk() (*[]GatewayRead, bool) + func (o *GatewayReadListAllOf) GetType() *string + func (o *GatewayReadListAllOf) GetTypeOk() (*string, bool) + func (o *GatewayReadListAllOf) HasHref() bool + func (o *GatewayReadListAllOf) HasId() bool + func (o *GatewayReadListAllOf) HasItems() bool + func (o *GatewayReadListAllOf) HasType() bool + func (o *GatewayReadListAllOf) SetHref(v string) + func (o *GatewayReadListAllOf) SetId(v string) + func (o *GatewayReadListAllOf) SetItems(v []GatewayRead) + func (o *GatewayReadListAllOf) SetType(v string) + func (o GatewayReadListAllOf) MarshalJSON() ([]byte, error) + type GenericOpenAPIError struct + func NewGenericOpenAPIError(message string, body []byte, model interface{}, statusCode int) *GenericOpenAPIError + func (e *GenericOpenAPIError) SetBody(body []byte) + func (e *GenericOpenAPIError) SetError(error string) + func (e *GenericOpenAPIError) SetModel(model interface{}) + func (e *GenericOpenAPIError) SetStatusCode(statusCode int) + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + func (e GenericOpenAPIError) StatusCode() int + type IonosTime struct + func (t *IonosTime) UnmarshalJSON(data []byte) error + type Links struct + Next *string + Prev *string + Self *string + func NewLinks() *Links + func NewLinksWithDefaults() *Links + func (o *Links) GetNext() *string + func (o *Links) GetNextOk() (*string, bool) + func (o *Links) GetPrev() *string + func (o *Links) GetPrevOk() (*string, bool) + func (o *Links) GetSelf() *string + func (o *Links) GetSelfOk() (*string, bool) + func (o *Links) HasNext() bool + func (o *Links) HasPrev() bool + func (o *Links) HasSelf() bool + func (o *Links) SetNext(v string) + func (o *Links) SetPrev(v string) + func (o *Links) SetSelf(v string) + func (o Links) MarshalJSON() ([]byte, error) + type LogLevel uint + const Debug + const Off + const Trace + func (l *LogLevel) Get() LogLevel + func (l *LogLevel) Satisfies(v LogLevel) bool + type Logger interface + Printf func(format string, args ...interface{}) + func NewDefaultLogger() Logger + type Metadata struct + CreatedBy *string + CreatedByUserId *string + CreatedDate *IonosTime + LastModifiedBy *string + LastModifiedByUserId *string + LastModifiedDate *IonosTime + ResourceURN *string + func NewMetadata() *Metadata + func NewMetadataWithDefaults() *Metadata + func (o *Metadata) GetCreatedBy() *string + func (o *Metadata) GetCreatedByOk() (*string, bool) + func (o *Metadata) GetCreatedByUserId() *string + func (o *Metadata) GetCreatedByUserIdOk() (*string, bool) + func (o *Metadata) GetCreatedDate() *time.Time + func (o *Metadata) GetCreatedDateOk() (*time.Time, bool) + func (o *Metadata) GetLastModifiedBy() *string + func (o *Metadata) GetLastModifiedByOk() (*string, bool) + func (o *Metadata) GetLastModifiedByUserId() *string + func (o *Metadata) GetLastModifiedByUserIdOk() (*string, bool) + func (o *Metadata) GetLastModifiedDate() *time.Time + func (o *Metadata) GetLastModifiedDateOk() (*time.Time, bool) + func (o *Metadata) GetResourceURN() *string + func (o *Metadata) GetResourceURNOk() (*string, bool) + func (o *Metadata) HasCreatedBy() bool + func (o *Metadata) HasCreatedByUserId() bool + func (o *Metadata) HasCreatedDate() bool + func (o *Metadata) HasLastModifiedBy() bool + func (o *Metadata) HasLastModifiedByUserId() bool + func (o *Metadata) HasLastModifiedDate() bool + func (o *Metadata) HasResourceURN() bool + func (o *Metadata) SetCreatedBy(v string) + func (o *Metadata) SetCreatedByUserId(v string) + func (o *Metadata) SetCreatedDate(v time.Time) + func (o *Metadata) SetLastModifiedBy(v string) + func (o *Metadata) SetLastModifiedByUserId(v string) + func (o *Metadata) SetLastModifiedDate(v time.Time) + func (o *Metadata) SetResourceURN(v string) + func (o Metadata) MarshalJSON() ([]byte, error) + type MetadataWithEndpoint struct + CreatedBy *string + CreatedByUserId *string + CreatedDate *IonosTime + LastModifiedBy *string + LastModifiedByUserId *string + LastModifiedDate *IonosTime + PublicEndpoint *string + ResourceURN *string + Status *string + StatusMessage *string + func NewMetadataWithEndpoint(status string, publicEndpoint string) *MetadataWithEndpoint + func NewMetadataWithEndpointWithDefaults() *MetadataWithEndpoint + func (o *MetadataWithEndpoint) GetCreatedBy() *string + func (o *MetadataWithEndpoint) GetCreatedByOk() (*string, bool) + func (o *MetadataWithEndpoint) GetCreatedByUserId() *string + func (o *MetadataWithEndpoint) GetCreatedByUserIdOk() (*string, bool) + func (o *MetadataWithEndpoint) GetCreatedDate() *time.Time + func (o *MetadataWithEndpoint) GetCreatedDateOk() (*time.Time, bool) + func (o *MetadataWithEndpoint) GetLastModifiedBy() *string + func (o *MetadataWithEndpoint) GetLastModifiedByOk() (*string, bool) + func (o *MetadataWithEndpoint) GetLastModifiedByUserId() *string + func (o *MetadataWithEndpoint) GetLastModifiedByUserIdOk() (*string, bool) + func (o *MetadataWithEndpoint) GetLastModifiedDate() *time.Time + func (o *MetadataWithEndpoint) GetLastModifiedDateOk() (*time.Time, bool) + func (o *MetadataWithEndpoint) GetPublicEndpoint() *string + func (o *MetadataWithEndpoint) GetPublicEndpointOk() (*string, bool) + func (o *MetadataWithEndpoint) GetResourceURN() *string + func (o *MetadataWithEndpoint) GetResourceURNOk() (*string, bool) + func (o *MetadataWithEndpoint) GetStatus() *string + func (o *MetadataWithEndpoint) GetStatusMessage() *string + func (o *MetadataWithEndpoint) GetStatusMessageOk() (*string, bool) + func (o *MetadataWithEndpoint) GetStatusOk() (*string, bool) + func (o *MetadataWithEndpoint) HasCreatedBy() bool + func (o *MetadataWithEndpoint) HasCreatedByUserId() bool + func (o *MetadataWithEndpoint) HasCreatedDate() bool + func (o *MetadataWithEndpoint) HasLastModifiedBy() bool + func (o *MetadataWithEndpoint) HasLastModifiedByUserId() bool + func (o *MetadataWithEndpoint) HasLastModifiedDate() bool + func (o *MetadataWithEndpoint) HasPublicEndpoint() bool + func (o *MetadataWithEndpoint) HasResourceURN() bool + func (o *MetadataWithEndpoint) HasStatus() bool + func (o *MetadataWithEndpoint) HasStatusMessage() bool + func (o *MetadataWithEndpoint) SetCreatedBy(v string) + func (o *MetadataWithEndpoint) SetCreatedByUserId(v string) + func (o *MetadataWithEndpoint) SetCreatedDate(v time.Time) + func (o *MetadataWithEndpoint) SetLastModifiedBy(v string) + func (o *MetadataWithEndpoint) SetLastModifiedByUserId(v string) + func (o *MetadataWithEndpoint) SetLastModifiedDate(v time.Time) + func (o *MetadataWithEndpoint) SetPublicEndpoint(v string) + func (o *MetadataWithEndpoint) SetResourceURN(v string) + func (o *MetadataWithEndpoint) SetStatus(v string) + func (o *MetadataWithEndpoint) SetStatusMessage(v string) + func (o MetadataWithEndpoint) MarshalJSON() ([]byte, error) + type MetadataWithEndpointAllOf struct + PublicEndpoint *string + func NewMetadataWithEndpointAllOf(publicEndpoint string) *MetadataWithEndpointAllOf + func NewMetadataWithEndpointAllOfWithDefaults() *MetadataWithEndpointAllOf + func (o *MetadataWithEndpointAllOf) GetPublicEndpoint() *string + func (o *MetadataWithEndpointAllOf) GetPublicEndpointOk() (*string, bool) + func (o *MetadataWithEndpointAllOf) HasPublicEndpoint() bool + func (o *MetadataWithEndpointAllOf) SetPublicEndpoint(v string) + func (o MetadataWithEndpointAllOf) MarshalJSON() ([]byte, error) + type MetadataWithStatus struct + CreatedBy *string + CreatedByUserId *string + CreatedDate *IonosTime + LastModifiedBy *string + LastModifiedByUserId *string + LastModifiedDate *IonosTime + ResourceURN *string + Status *string + StatusMessage *string + func NewMetadataWithStatus(status string) *MetadataWithStatus + func NewMetadataWithStatusWithDefaults() *MetadataWithStatus + func (o *MetadataWithStatus) GetCreatedBy() *string + func (o *MetadataWithStatus) GetCreatedByOk() (*string, bool) + func (o *MetadataWithStatus) GetCreatedByUserId() *string + func (o *MetadataWithStatus) GetCreatedByUserIdOk() (*string, bool) + func (o *MetadataWithStatus) GetCreatedDate() *time.Time + func (o *MetadataWithStatus) GetCreatedDateOk() (*time.Time, bool) + func (o *MetadataWithStatus) GetLastModifiedBy() *string + func (o *MetadataWithStatus) GetLastModifiedByOk() (*string, bool) + func (o *MetadataWithStatus) GetLastModifiedByUserId() *string + func (o *MetadataWithStatus) GetLastModifiedByUserIdOk() (*string, bool) + func (o *MetadataWithStatus) GetLastModifiedDate() *time.Time + func (o *MetadataWithStatus) GetLastModifiedDateOk() (*time.Time, bool) + func (o *MetadataWithStatus) GetResourceURN() *string + func (o *MetadataWithStatus) GetResourceURNOk() (*string, bool) + func (o *MetadataWithStatus) GetStatus() *string + func (o *MetadataWithStatus) GetStatusMessage() *string + func (o *MetadataWithStatus) GetStatusMessageOk() (*string, bool) + func (o *MetadataWithStatus) GetStatusOk() (*string, bool) + func (o *MetadataWithStatus) HasCreatedBy() bool + func (o *MetadataWithStatus) HasCreatedByUserId() bool + func (o *MetadataWithStatus) HasCreatedDate() bool + func (o *MetadataWithStatus) HasLastModifiedBy() bool + func (o *MetadataWithStatus) HasLastModifiedByUserId() bool + func (o *MetadataWithStatus) HasLastModifiedDate() bool + func (o *MetadataWithStatus) HasResourceURN() bool + func (o *MetadataWithStatus) HasStatus() bool + func (o *MetadataWithStatus) HasStatusMessage() bool + func (o *MetadataWithStatus) SetCreatedBy(v string) + func (o *MetadataWithStatus) SetCreatedByUserId(v string) + func (o *MetadataWithStatus) SetCreatedDate(v time.Time) + func (o *MetadataWithStatus) SetLastModifiedBy(v string) + func (o *MetadataWithStatus) SetLastModifiedByUserId(v string) + func (o *MetadataWithStatus) SetLastModifiedDate(v time.Time) + func (o *MetadataWithStatus) SetResourceURN(v string) + func (o *MetadataWithStatus) SetStatus(v string) + func (o *MetadataWithStatus) SetStatusMessage(v string) + func (o MetadataWithStatus) MarshalJSON() ([]byte, error) + type MetadataWithStatusAllOf struct + Status *string + StatusMessage *string + func NewMetadataWithStatusAllOf(status string) *MetadataWithStatusAllOf + func NewMetadataWithStatusAllOfWithDefaults() *MetadataWithStatusAllOf + func (o *MetadataWithStatusAllOf) GetStatus() *string + func (o *MetadataWithStatusAllOf) GetStatusMessage() *string + func (o *MetadataWithStatusAllOf) GetStatusMessageOk() (*string, bool) + func (o *MetadataWithStatusAllOf) GetStatusOk() (*string, bool) + func (o *MetadataWithStatusAllOf) HasStatus() bool + func (o *MetadataWithStatusAllOf) HasStatusMessage() bool + func (o *MetadataWithStatusAllOf) SetStatus(v string) + func (o *MetadataWithStatusAllOf) SetStatusMessage(v string) + func (o MetadataWithStatusAllOf) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableError struct + func NewNullableError(val *Error) *NullableError + func (v *NullableError) Set(val *Error) + func (v *NullableError) UnmarshalJSON(src []byte) error + func (v *NullableError) Unset() + func (v NullableError) Get() *Error + func (v NullableError) IsSet() bool + func (v NullableError) MarshalJSON() ([]byte, error) + type NullableErrorMessages struct + func NewNullableErrorMessages(val *ErrorMessages) *NullableErrorMessages + func (v *NullableErrorMessages) Set(val *ErrorMessages) + func (v *NullableErrorMessages) UnmarshalJSON(src []byte) error + func (v *NullableErrorMessages) Unset() + func (v NullableErrorMessages) Get() *ErrorMessages + func (v NullableErrorMessages) IsSet() bool + func (v NullableErrorMessages) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGateway struct + func NewNullableGateway(val *Gateway) *NullableGateway + func (v *NullableGateway) Set(val *Gateway) + func (v *NullableGateway) UnmarshalJSON(src []byte) error + func (v *NullableGateway) Unset() + func (v NullableGateway) Get() *Gateway + func (v NullableGateway) IsSet() bool + func (v NullableGateway) MarshalJSON() ([]byte, error) + type NullableGatewayCreate struct + func NewNullableGatewayCreate(val *GatewayCreate) *NullableGatewayCreate + func (v *NullableGatewayCreate) Set(val *GatewayCreate) + func (v *NullableGatewayCreate) UnmarshalJSON(src []byte) error + func (v *NullableGatewayCreate) Unset() + func (v NullableGatewayCreate) Get() *GatewayCreate + func (v NullableGatewayCreate) IsSet() bool + func (v NullableGatewayCreate) MarshalJSON() ([]byte, error) + type NullableGatewayCustomDomains struct + func NewNullableGatewayCustomDomains(val *GatewayCustomDomains) *NullableGatewayCustomDomains + func (v *NullableGatewayCustomDomains) Set(val *GatewayCustomDomains) + func (v *NullableGatewayCustomDomains) UnmarshalJSON(src []byte) error + func (v *NullableGatewayCustomDomains) Unset() + func (v NullableGatewayCustomDomains) Get() *GatewayCustomDomains + func (v NullableGatewayCustomDomains) IsSet() bool + func (v NullableGatewayCustomDomains) MarshalJSON() ([]byte, error) + type NullableGatewayEnsure struct + func NewNullableGatewayEnsure(val *GatewayEnsure) *NullableGatewayEnsure + func (v *NullableGatewayEnsure) Set(val *GatewayEnsure) + func (v *NullableGatewayEnsure) UnmarshalJSON(src []byte) error + func (v *NullableGatewayEnsure) Unset() + func (v NullableGatewayEnsure) Get() *GatewayEnsure + func (v NullableGatewayEnsure) IsSet() bool + func (v NullableGatewayEnsure) MarshalJSON() ([]byte, error) + type NullableGatewayRead struct + func NewNullableGatewayRead(val *GatewayRead) *NullableGatewayRead + func (v *NullableGatewayRead) Set(val *GatewayRead) + func (v *NullableGatewayRead) UnmarshalJSON(src []byte) error + func (v *NullableGatewayRead) Unset() + func (v NullableGatewayRead) Get() *GatewayRead + func (v NullableGatewayRead) IsSet() bool + func (v NullableGatewayRead) MarshalJSON() ([]byte, error) + type NullableGatewayReadList struct + func NewNullableGatewayReadList(val *GatewayReadList) *NullableGatewayReadList + func (v *NullableGatewayReadList) Set(val *GatewayReadList) + func (v *NullableGatewayReadList) UnmarshalJSON(src []byte) error + func (v *NullableGatewayReadList) Unset() + func (v NullableGatewayReadList) Get() *GatewayReadList + func (v NullableGatewayReadList) IsSet() bool + func (v NullableGatewayReadList) MarshalJSON() ([]byte, error) + type NullableGatewayReadListAllOf struct + func NewNullableGatewayReadListAllOf(val *GatewayReadListAllOf) *NullableGatewayReadListAllOf + func (v *NullableGatewayReadListAllOf) Set(val *GatewayReadListAllOf) + func (v *NullableGatewayReadListAllOf) UnmarshalJSON(src []byte) error + func (v *NullableGatewayReadListAllOf) Unset() + func (v NullableGatewayReadListAllOf) Get() *GatewayReadListAllOf + func (v NullableGatewayReadListAllOf) IsSet() bool + func (v NullableGatewayReadListAllOf) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableLinks struct + func NewNullableLinks(val *Links) *NullableLinks + func (v *NullableLinks) Set(val *Links) + func (v *NullableLinks) UnmarshalJSON(src []byte) error + func (v *NullableLinks) Unset() + func (v NullableLinks) Get() *Links + func (v NullableLinks) IsSet() bool + func (v NullableLinks) MarshalJSON() ([]byte, error) + type NullableMetadata struct + func NewNullableMetadata(val *Metadata) *NullableMetadata + func (v *NullableMetadata) Set(val *Metadata) + func (v *NullableMetadata) UnmarshalJSON(src []byte) error + func (v *NullableMetadata) Unset() + func (v NullableMetadata) Get() *Metadata + func (v NullableMetadata) IsSet() bool + func (v NullableMetadata) MarshalJSON() ([]byte, error) + type NullableMetadataWithEndpoint struct + func NewNullableMetadataWithEndpoint(val *MetadataWithEndpoint) *NullableMetadataWithEndpoint + func (v *NullableMetadataWithEndpoint) Set(val *MetadataWithEndpoint) + func (v *NullableMetadataWithEndpoint) UnmarshalJSON(src []byte) error + func (v *NullableMetadataWithEndpoint) Unset() + func (v NullableMetadataWithEndpoint) Get() *MetadataWithEndpoint + func (v NullableMetadataWithEndpoint) IsSet() bool + func (v NullableMetadataWithEndpoint) MarshalJSON() ([]byte, error) + type NullableMetadataWithEndpointAllOf struct + func NewNullableMetadataWithEndpointAllOf(val *MetadataWithEndpointAllOf) *NullableMetadataWithEndpointAllOf + func (v *NullableMetadataWithEndpointAllOf) Set(val *MetadataWithEndpointAllOf) + func (v *NullableMetadataWithEndpointAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMetadataWithEndpointAllOf) Unset() + func (v NullableMetadataWithEndpointAllOf) Get() *MetadataWithEndpointAllOf + func (v NullableMetadataWithEndpointAllOf) IsSet() bool + func (v NullableMetadataWithEndpointAllOf) MarshalJSON() ([]byte, error) + type NullableMetadataWithStatus struct + func NewNullableMetadataWithStatus(val *MetadataWithStatus) *NullableMetadataWithStatus + func (v *NullableMetadataWithStatus) Set(val *MetadataWithStatus) + func (v *NullableMetadataWithStatus) UnmarshalJSON(src []byte) error + func (v *NullableMetadataWithStatus) Unset() + func (v NullableMetadataWithStatus) Get() *MetadataWithStatus + func (v NullableMetadataWithStatus) IsSet() bool + func (v NullableMetadataWithStatus) MarshalJSON() ([]byte, error) + type NullableMetadataWithStatusAllOf struct + func NewNullableMetadataWithStatusAllOf(val *MetadataWithStatusAllOf) *NullableMetadataWithStatusAllOf + func (v *NullableMetadataWithStatusAllOf) Set(val *MetadataWithStatusAllOf) + func (v *NullableMetadataWithStatusAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMetadataWithStatusAllOf) Unset() + func (v NullableMetadataWithStatusAllOf) Get() *MetadataWithStatusAllOf + func (v NullableMetadataWithStatusAllOf) IsSet() bool + func (v NullableMetadataWithStatusAllOf) MarshalJSON() ([]byte, error) + type NullablePagination struct + func NewNullablePagination(val *Pagination) *NullablePagination + func (v *NullablePagination) Set(val *Pagination) + func (v *NullablePagination) UnmarshalJSON(src []byte) error + func (v *NullablePagination) Unset() + func (v NullablePagination) Get() *Pagination + func (v NullablePagination) IsSet() bool + func (v NullablePagination) MarshalJSON() ([]byte, error) + type NullableRoute struct + func NewNullableRoute(val *Route) *NullableRoute + func (v *NullableRoute) Set(val *Route) + func (v *NullableRoute) UnmarshalJSON(src []byte) error + func (v *NullableRoute) Unset() + func (v NullableRoute) Get() *Route + func (v NullableRoute) IsSet() bool + func (v NullableRoute) MarshalJSON() ([]byte, error) + type NullableRouteCreate struct + func NewNullableRouteCreate(val *RouteCreate) *NullableRouteCreate + func (v *NullableRouteCreate) Set(val *RouteCreate) + func (v *NullableRouteCreate) UnmarshalJSON(src []byte) error + func (v *NullableRouteCreate) Unset() + func (v NullableRouteCreate) Get() *RouteCreate + func (v NullableRouteCreate) IsSet() bool + func (v NullableRouteCreate) MarshalJSON() ([]byte, error) + type NullableRouteEnsure struct + func NewNullableRouteEnsure(val *RouteEnsure) *NullableRouteEnsure + func (v *NullableRouteEnsure) Set(val *RouteEnsure) + func (v *NullableRouteEnsure) UnmarshalJSON(src []byte) error + func (v *NullableRouteEnsure) Unset() + func (v NullableRouteEnsure) Get() *RouteEnsure + func (v NullableRouteEnsure) IsSet() bool + func (v NullableRouteEnsure) MarshalJSON() ([]byte, error) + type NullableRouteRead struct + func NewNullableRouteRead(val *RouteRead) *NullableRouteRead + func (v *NullableRouteRead) Set(val *RouteRead) + func (v *NullableRouteRead) UnmarshalJSON(src []byte) error + func (v *NullableRouteRead) Unset() + func (v NullableRouteRead) Get() *RouteRead + func (v NullableRouteRead) IsSet() bool + func (v NullableRouteRead) MarshalJSON() ([]byte, error) + type NullableRouteReadList struct + func NewNullableRouteReadList(val *RouteReadList) *NullableRouteReadList + func (v *NullableRouteReadList) Set(val *RouteReadList) + func (v *NullableRouteReadList) UnmarshalJSON(src []byte) error + func (v *NullableRouteReadList) Unset() + func (v NullableRouteReadList) Get() *RouteReadList + func (v NullableRouteReadList) IsSet() bool + func (v NullableRouteReadList) MarshalJSON() ([]byte, error) + type NullableRouteReadListAllOf struct + func NewNullableRouteReadListAllOf(val *RouteReadListAllOf) *NullableRouteReadListAllOf + func (v *NullableRouteReadListAllOf) Set(val *RouteReadListAllOf) + func (v *NullableRouteReadListAllOf) UnmarshalJSON(src []byte) error + func (v *NullableRouteReadListAllOf) Unset() + func (v NullableRouteReadListAllOf) Get() *RouteReadListAllOf + func (v NullableRouteReadListAllOf) IsSet() bool + func (v NullableRouteReadListAllOf) MarshalJSON() ([]byte, error) + type NullableRouteUpstreams struct + func NewNullableRouteUpstreams(val *RouteUpstreams) *NullableRouteUpstreams + func (v *NullableRouteUpstreams) Set(val *RouteUpstreams) + func (v *NullableRouteUpstreams) UnmarshalJSON(src []byte) error + func (v *NullableRouteUpstreams) Unset() + func (v NullableRouteUpstreams) Get() *RouteUpstreams + func (v NullableRouteUpstreams) IsSet() bool + func (v NullableRouteUpstreams) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type Pagination struct + Limit *int32 + Links *Links + Offset *int32 + func NewPagination(offset int32, limit int32, links Links) *Pagination + func NewPaginationWithDefaults() *Pagination + func (o *Pagination) GetLimit() *int32 + func (o *Pagination) GetLimitOk() (*int32, bool) + func (o *Pagination) GetLinks() *Links + func (o *Pagination) GetLinksOk() (*Links, bool) + func (o *Pagination) GetOffset() *int32 + func (o *Pagination) GetOffsetOk() (*int32, bool) + func (o *Pagination) HasLimit() bool + func (o *Pagination) HasLinks() bool + func (o *Pagination) HasOffset() bool + func (o *Pagination) SetLimit(v int32) + func (o *Pagination) SetLinks(v Links) + func (o *Pagination) SetOffset(v int32) + func (o Pagination) MarshalJSON() ([]byte, error) + type Route struct + Methods *[]string + Name *string + Paths *[]string + Type *string + Upstreams *[]RouteUpstreams + Websocket *bool + func NewRoute(name string, type_ string, paths []string, methods []string, ...) *Route + func NewRouteWithDefaults() *Route + func (o *Route) GetMethods() *[]string + func (o *Route) GetMethodsOk() (*[]string, bool) + func (o *Route) GetName() *string + func (o *Route) GetNameOk() (*string, bool) + func (o *Route) GetPaths() *[]string + func (o *Route) GetPathsOk() (*[]string, bool) + func (o *Route) GetType() *string + func (o *Route) GetTypeOk() (*string, bool) + func (o *Route) GetUpstreams() *[]RouteUpstreams + func (o *Route) GetUpstreamsOk() (*[]RouteUpstreams, bool) + func (o *Route) GetWebsocket() *bool + func (o *Route) GetWebsocketOk() (*bool, bool) + func (o *Route) HasMethods() bool + func (o *Route) HasName() bool + func (o *Route) HasPaths() bool + func (o *Route) HasType() bool + func (o *Route) HasUpstreams() bool + func (o *Route) HasWebsocket() bool + func (o *Route) SetMethods(v []string) + func (o *Route) SetName(v string) + func (o *Route) SetPaths(v []string) + func (o *Route) SetType(v string) + func (o *Route) SetUpstreams(v []RouteUpstreams) + func (o *Route) SetWebsocket(v bool) + func (o Route) MarshalJSON() ([]byte, error) + type RouteCreate struct + Metadata *map[string]interface{} + Properties *Route + func NewRouteCreate(properties Route) *RouteCreate + func NewRouteCreateWithDefaults() *RouteCreate + func (o *RouteCreate) GetMetadata() *map[string]interface{} + func (o *RouteCreate) GetMetadataOk() (*map[string]interface{}, bool) + func (o *RouteCreate) GetProperties() *Route + func (o *RouteCreate) GetPropertiesOk() (*Route, bool) + func (o *RouteCreate) HasMetadata() bool + func (o *RouteCreate) HasProperties() bool + func (o *RouteCreate) SetMetadata(v map[string]interface{}) + func (o *RouteCreate) SetProperties(v Route) + func (o RouteCreate) MarshalJSON() ([]byte, error) + type RouteEnsure struct + Id *string + Metadata *map[string]interface{} + Properties *Route + func NewRouteEnsure(id string, properties Route) *RouteEnsure + func NewRouteEnsureWithDefaults() *RouteEnsure + func (o *RouteEnsure) GetId() *string + func (o *RouteEnsure) GetIdOk() (*string, bool) + func (o *RouteEnsure) GetMetadata() *map[string]interface{} + func (o *RouteEnsure) GetMetadataOk() (*map[string]interface{}, bool) + func (o *RouteEnsure) GetProperties() *Route + func (o *RouteEnsure) GetPropertiesOk() (*Route, bool) + func (o *RouteEnsure) HasId() bool + func (o *RouteEnsure) HasMetadata() bool + func (o *RouteEnsure) HasProperties() bool + func (o *RouteEnsure) SetId(v string) + func (o *RouteEnsure) SetMetadata(v map[string]interface{}) + func (o *RouteEnsure) SetProperties(v Route) + func (o RouteEnsure) MarshalJSON() ([]byte, error) + type RouteRead struct + Href *string + Id *string + Metadata *MetadataWithEndpoint + Properties *Route + Type *string + func NewRouteRead(id string, type_ string, href string, metadata MetadataWithEndpoint, ...) *RouteRead + func NewRouteReadWithDefaults() *RouteRead + func (o *RouteRead) GetHref() *string + func (o *RouteRead) GetHrefOk() (*string, bool) + func (o *RouteRead) GetId() *string + func (o *RouteRead) GetIdOk() (*string, bool) + func (o *RouteRead) GetMetadata() *MetadataWithEndpoint + func (o *RouteRead) GetMetadataOk() (*MetadataWithEndpoint, bool) + func (o *RouteRead) GetProperties() *Route + func (o *RouteRead) GetPropertiesOk() (*Route, bool) + func (o *RouteRead) GetType() *string + func (o *RouteRead) GetTypeOk() (*string, bool) + func (o *RouteRead) HasHref() bool + func (o *RouteRead) HasId() bool + func (o *RouteRead) HasMetadata() bool + func (o *RouteRead) HasProperties() bool + func (o *RouteRead) HasType() bool + func (o *RouteRead) SetHref(v string) + func (o *RouteRead) SetId(v string) + func (o *RouteRead) SetMetadata(v MetadataWithEndpoint) + func (o *RouteRead) SetProperties(v Route) + func (o *RouteRead) SetType(v string) + func (o RouteRead) MarshalJSON() ([]byte, error) + type RouteReadList struct + Href *string + Id *string + Items *[]RouteRead + Limit *int32 + Links *Links + Offset *int32 + Type *string + func NewRouteReadList(id string, type_ string, href string, offset int32, limit int32, links Links) *RouteReadList + func NewRouteReadListWithDefaults() *RouteReadList + func (o *RouteReadList) GetHref() *string + func (o *RouteReadList) GetHrefOk() (*string, bool) + func (o *RouteReadList) GetId() *string + func (o *RouteReadList) GetIdOk() (*string, bool) + func (o *RouteReadList) GetItems() *[]RouteRead + func (o *RouteReadList) GetItemsOk() (*[]RouteRead, bool) + func (o *RouteReadList) GetLimit() *int32 + func (o *RouteReadList) GetLimitOk() (*int32, bool) + func (o *RouteReadList) GetLinks() *Links + func (o *RouteReadList) GetLinksOk() (*Links, bool) + func (o *RouteReadList) GetOffset() *int32 + func (o *RouteReadList) GetOffsetOk() (*int32, bool) + func (o *RouteReadList) GetType() *string + func (o *RouteReadList) GetTypeOk() (*string, bool) + func (o *RouteReadList) HasHref() bool + func (o *RouteReadList) HasId() bool + func (o *RouteReadList) HasItems() bool + func (o *RouteReadList) HasLimit() bool + func (o *RouteReadList) HasLinks() bool + func (o *RouteReadList) HasOffset() bool + func (o *RouteReadList) HasType() bool + func (o *RouteReadList) SetHref(v string) + func (o *RouteReadList) SetId(v string) + func (o *RouteReadList) SetItems(v []RouteRead) + func (o *RouteReadList) SetLimit(v int32) + func (o *RouteReadList) SetLinks(v Links) + func (o *RouteReadList) SetOffset(v int32) + func (o *RouteReadList) SetType(v string) + func (o RouteReadList) MarshalJSON() ([]byte, error) + type RouteReadListAllOf struct + Href *string + Id *string + Items *[]RouteRead + Type *string + func NewRouteReadListAllOf(id string, type_ string, href string) *RouteReadListAllOf + func NewRouteReadListAllOfWithDefaults() *RouteReadListAllOf + func (o *RouteReadListAllOf) GetHref() *string + func (o *RouteReadListAllOf) GetHrefOk() (*string, bool) + func (o *RouteReadListAllOf) GetId() *string + func (o *RouteReadListAllOf) GetIdOk() (*string, bool) + func (o *RouteReadListAllOf) GetItems() *[]RouteRead + func (o *RouteReadListAllOf) GetItemsOk() (*[]RouteRead, bool) + func (o *RouteReadListAllOf) GetType() *string + func (o *RouteReadListAllOf) GetTypeOk() (*string, bool) + func (o *RouteReadListAllOf) HasHref() bool + func (o *RouteReadListAllOf) HasId() bool + func (o *RouteReadListAllOf) HasItems() bool + func (o *RouteReadListAllOf) HasType() bool + func (o *RouteReadListAllOf) SetHref(v string) + func (o *RouteReadListAllOf) SetId(v string) + func (o *RouteReadListAllOf) SetItems(v []RouteRead) + func (o *RouteReadListAllOf) SetType(v string) + func (o RouteReadListAllOf) MarshalJSON() ([]byte, error) + type RouteUpstreams struct + Host *string + Loadbalancer *string + Port *int32 + Scheme *string + Weight *int32 + func NewRouteUpstreams(scheme string, loadbalancer string, host string, port int32) *RouteUpstreams + func NewRouteUpstreamsWithDefaults() *RouteUpstreams + func (o *RouteUpstreams) GetHost() *string + func (o *RouteUpstreams) GetHostOk() (*string, bool) + func (o *RouteUpstreams) GetLoadbalancer() *string + func (o *RouteUpstreams) GetLoadbalancerOk() (*string, bool) + func (o *RouteUpstreams) GetPort() *int32 + func (o *RouteUpstreams) GetPortOk() (*int32, bool) + func (o *RouteUpstreams) GetScheme() *string + func (o *RouteUpstreams) GetSchemeOk() (*string, bool) + func (o *RouteUpstreams) GetWeight() *int32 + func (o *RouteUpstreams) GetWeightOk() (*int32, bool) + func (o *RouteUpstreams) HasHost() bool + func (o *RouteUpstreams) HasLoadbalancer() bool + func (o *RouteUpstreams) HasPort() bool + func (o *RouteUpstreams) HasScheme() bool + func (o *RouteUpstreams) HasWeight() bool + func (o *RouteUpstreams) SetHost(v string) + func (o *RouteUpstreams) SetLoadbalancer(v string) + func (o *RouteUpstreams) SetPort(v int32) + func (o *RouteUpstreams) SetScheme(v string) + func (o *RouteUpstreams) SetWeight(v int32) + func (o RouteUpstreams) MarshalJSON() ([]byte, error) + type RoutesApiService service + func (a *RoutesApiService) ApigatewaysRoutesDelete(ctx _context.Context, apigatewayId string, routeId string) ApiApigatewaysRoutesDeleteRequest + func (a *RoutesApiService) ApigatewaysRoutesDeleteExecute(r ApiApigatewaysRoutesDeleteRequest) (*APIResponse, error) + func (a *RoutesApiService) ApigatewaysRoutesFindById(ctx _context.Context, apigatewayId string, routeId string) ApiApigatewaysRoutesFindByIdRequest + func (a *RoutesApiService) ApigatewaysRoutesFindByIdExecute(r ApiApigatewaysRoutesFindByIdRequest) (RouteRead, *APIResponse, error) + func (a *RoutesApiService) ApigatewaysRoutesGet(ctx _context.Context, apigatewayId string) ApiApigatewaysRoutesGetRequest + func (a *RoutesApiService) ApigatewaysRoutesGetExecute(r ApiApigatewaysRoutesGetRequest) (RouteReadList, *APIResponse, error) + func (a *RoutesApiService) ApigatewaysRoutesPost(ctx _context.Context, apigatewayId string) ApiApigatewaysRoutesPostRequest + func (a *RoutesApiService) ApigatewaysRoutesPostExecute(r ApiApigatewaysRoutesPostRequest) (RouteRead, *APIResponse, error) + func (a *RoutesApiService) ApigatewaysRoutesPut(ctx _context.Context, apigatewayId string, routeId string) ApiApigatewaysRoutesPutRequest + func (a *RoutesApiService) ApigatewaysRoutesPutExecute(r ApiApigatewaysRoutesPutRequest) (RouteRead, *APIResponse, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type TLSDial func(ctx context.Context, network, addr string) (net.Conn, error)