caliri

package module
v4.4.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: LGPL-2.1 Imports: 20 Imported by: 1

README

Go API client for caliri

Candlepin is a subscription management server written in Java. It helps with management of software subscriptions.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 4.4.6
  • Package version: 4.4.6
  • Generator version: 7.5.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import caliri "github.com/content-services/caliri/release/v4"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value caliri.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), caliri.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value caliri.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), caliri.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using caliri.ContextOperationServerIndices and caliri.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), caliri.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), caliri.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to /candlepin

Class Method HTTP request Description
ActivationKeyAPI AddActivationKeyContentOverrides Put /activation_keys/{activation_key_id}/content_overrides
ActivationKeyAPI AddPoolToKey Post /activation_keys/{activation_key_id}/pools/{pool_id}
ActivationKeyAPI AddProductIdToKey Post /activation_keys/{activation_key_id}/product/{product_id}
ActivationKeyAPI DeleteActivationKey Delete /activation_keys/{activation_key_id}
ActivationKeyAPI DeleteActivationKeyContentOverrides Delete /activation_keys/{activation_key_id}/content_overrides
ActivationKeyAPI FindActivationKey Get /activation_keys
ActivationKeyAPI GetActivationKey Get /activation_keys/{activation_key_id}
ActivationKeyAPI GetActivationKeyPools Get /activation_keys/{activation_key_id}/pools
ActivationKeyAPI ListActivationKeyContentOverrides Get /activation_keys/{activation_key_id}/content_overrides
ActivationKeyAPI RemovePoolFromKey Delete /activation_keys/{activation_key_id}/pools/{pool_id}
ActivationKeyAPI RemoveProductIdFromKey Delete /activation_keys/{activation_key_id}/product/{product_id}
ActivationKeyAPI UpdateActivationKey Put /activation_keys/{activation_key_id}
AdminAPI GetQueueStats Get /admin/queues
AdminAPI Initialize Get /admin/init
CdnAPI CreateCdn Post /cdn
CdnAPI DeleteCdn Delete /cdn/{label}
CdnAPI GetContentDeliveryNetworks Get /cdn
CdnAPI UpdateCdn Put /cdn/{label}
CertificateRevocationListAPI GetCurrentCrl Get /crl
CertificateSerialAPI GetCertificateSerial Get /serials/{id}
CloudRegistrationAPI CancelCloudAccountJobs Delete /cloud/jobs/orgsetup/{cloud_account_id}
CloudRegistrationAPI CloudAuthorize Post /cloud/authorize
CloudRegistrationAPI DeleteAnonymousConsumersByAccountId Delete /cloud/consumers/anonymous
ConsumerAPI AddConsumerContentOverrides Put /consumers/{consumer_uuid}/content_overrides
ConsumerAPI Bind Post /consumers/{consumer_uuid}/entitlements
ConsumerAPI ConsumerExists Head /consumers/{consumer_uuid}/exists
ConsumerAPI ConsumerExistsBulk Post /consumers/exists
ConsumerAPI CreateConsumer Post /consumers
ConsumerAPI DeleteConsumer Delete /consumers/{consumer_uuid}
ConsumerAPI DeleteConsumerContentOverrides Delete /consumers/{consumer_uuid}/content_overrides
ConsumerAPI DownloadExistingExport Get /consumers/{consumer_uuid}/export/{export_id}
ConsumerAPI DryBind Get /consumers/{consumer_uuid}/entitlements/dry-run
ConsumerAPI ExportCertificates Get /consumers/{consumer_uuid}/certificates
ConsumerAPI ExportData Get /consumers/{consumer_uuid}/export
ConsumerAPI ExportDataAsync Get /consumers/{consumer_uuid}/export/async
ConsumerAPI GetComplianceStatus Get /consumers/{consumer_uuid}/compliance
ConsumerAPI GetComplianceStatusList Get /consumers/compliance
ConsumerAPI GetConsumer Get /consumers/{consumer_uuid}
ConsumerAPI GetContentAccessBody Get /consumers/{consumer_uuid}/accessible_content
ConsumerAPI GetContentAccessForConsumer Get /consumers/{consumer_uuid}/content_access
ConsumerAPI GetEntitlementCertificateSerials Get /consumers/{consumer_uuid}/certificates/serials
ConsumerAPI GetGuests Get /consumers/{consumer_uuid}/guests
ConsumerAPI GetHost Get /consumers/{consumer_uuid}/host
ConsumerAPI GetOwnerByConsumerUuid Get /consumers/{consumer_uuid}/owner
ConsumerAPI GetRelease Get /consumers/{consumer_uuid}/release
ConsumerAPI GetSystemPurposeComplianceStatus Get /consumers/{consumer_uuid}/purpose_compliance
ConsumerAPI ListConsumerContentOverrides Get /consumers/{consumer_uuid}/content_overrides
ConsumerAPI ListEntitlements Get /consumers/{consumer_uuid}/entitlements
ConsumerAPI RegenerateEntitlementCertificates Put /consumers/{consumer_uuid}/certificates
ConsumerAPI RegenerateIdentityCertificates Post /consumers/{consumer_uuid}
ConsumerAPI RemoveDeletionRecord Delete /consumers/{consumer_uuid}/deletionrecord
ConsumerAPI SearchConsumers Get /consumers
ConsumerAPI UnbindAll Delete /consumers/{consumer_uuid}/entitlements
ConsumerAPI UnbindByEntitlementId Delete /consumers/{consumer_uuid}/entitlements/{dbid}
ConsumerAPI UnbindByPool Delete /consumers/{consumer_uuid}/entitlements/pool/{pool_id}
ConsumerAPI UnbindBySerial Delete /consumers/{consumer_uuid}/certificates/{serial}
ConsumerAPI UpdateConsumer Put /consumers/{consumer_uuid}
ConsumerTypeAPI CreateConsumerType Post /consumertypes
ConsumerTypeAPI DeleteConsumerType Delete /consumertypes/{id}
ConsumerTypeAPI GetConsumerType Get /consumertypes/{id}
ConsumerTypeAPI GetConsumerTypes Get /consumertypes
ConsumerTypeAPI UpdateConsumerType Put /consumertypes/{id}
ContentAPI GetContentByUuid Get /content/{content_uuid}
ContentAPI GetContents Get /content
DeletedConsumerAPI ListByDate Get /deleted_consumers
DistributorVersionsAPI Create Post /distributor_versions
DistributorVersionsAPI Delete Delete /distributor_versions/{id}
DistributorVersionsAPI GetVersions Get /distributor_versions
DistributorVersionsAPI Update Put /distributor_versions/{id}
EntitlementsAPI GetEntitlement Get /entitlements/{entitlement_id}
EntitlementsAPI GetUpstreamCert Get /entitlements/{dbid}/upstream_cert
EntitlementsAPI HasEntitlement Get /entitlements/consumer/{consumer_uuid}/product/{product_id}
EntitlementsAPI ListAllForConsumer Get /entitlements
EntitlementsAPI MigrateEntitlement Put /entitlements/{entitlement_id}/migrate
EntitlementsAPI RegenerateEntitlementCertificatesForProduct Put /entitlements/product/{product_id}
EntitlementsAPI Unbind Delete /entitlements/{dbid}
EntitlementsAPI UpdateEntitlement Put /entitlements/{entitlement_id}
EnvironmentAPI CreateConsumerInEnvironment Post /environments/{env_id}/consumers
EnvironmentAPI DeleteEnvironment Delete /environments/{env_id}
EnvironmentAPI DeleteEnvironmentContentOverrides Delete /environments/{environment_id}/content_overrides
EnvironmentAPI DemoteContent Delete /environments/{env_id}/content
EnvironmentAPI GetEnvironment Get /environments/{env_id}
EnvironmentAPI GetEnvironmentContentOverrides Get /environments/{environment_id}/content_overrides
EnvironmentAPI PromoteContent Post /environments/{env_id}/content
EnvironmentAPI PutEnvironmentContentOverrides Put /environments/{environment_id}/content_overrides
GuestIdsAPI DeleteGuest Delete /consumers/{consumer_uuid}/guestids/{guest_id}
GuestIdsAPI GetGuestId Get /consumers/{consumer_uuid}/guestids/{guest_id}
GuestIdsAPI GetGuestIds Get /consumers/{consumer_uuid}/guestids
GuestIdsAPI UpdateGuest Put /consumers/{consumer_uuid}/guestids/{guest_id}
GuestIdsAPI UpdateGuests Put /consumers/{consumer_uuid}/guestids
HypervisorsAPI HypervisorHeartbeatUpdate Put /hypervisors/{owner}/heartbeat
HypervisorsAPI HypervisorUpdateAsync Post /hypervisors/{owner}
JobsAPI CancelJob Delete /jobs/{id}
JobsAPI CleanupTerminalJobs Delete /jobs
JobsAPI GetJobStatus Get /jobs/{id}
JobsAPI GetSchedulerStatus Get /jobs/scheduler
JobsAPI ListJobStatuses Get /jobs
JobsAPI ScheduleJob Post /jobs/schedule/{jobKey}
JobsAPI SetSchedulerStatus Post /jobs/scheduler
OwnerAPI Claim Put /owners/{anonymous_owner_key}/claim
OwnerAPI CountConsumers Get /owners/{owner_key}/consumers/count
OwnerAPI CreateActivationKey Post /owners/{owner_key}/activation_keys
OwnerAPI CreateEnv Post /owners/{owner_key}/environments
OwnerAPI CreateOwner Post /owners
OwnerAPI CreatePool Post /owners/{owner_key}/pools
OwnerAPI CreateUeberCertificate Post /owners/{owner_key}/uebercert
OwnerAPI DeleteLogLevel Delete /owners/{owner_key}/log
OwnerAPI DeleteOwner Delete /owners/{owner_key}
OwnerAPI GetConsumersSyspurpose Get /owners/{owner_key}/consumers_system_purpose
OwnerAPI GetHypervisors Get /owners/{owner_key}/hypervisors
OwnerAPI GetImports Get /owners/{owner_key}/imports
OwnerAPI GetOwner Get /owners/{owner_key}
OwnerAPI GetOwnerContentAccess Get /owners/{owner_key}/content_access
OwnerAPI GetOwnerInfo Get /owners/{owner_key}/info
OwnerAPI GetOwnerSubscriptions Get /owners/{owner_key}/subscriptions
OwnerAPI GetSyspurpose Get /owners/{owner_key}/system_purpose
OwnerAPI GetUeberCertificate Get /owners/{owner_key}/uebercert
OwnerAPI GetUpstreamConsumers Get /owners/{owner_key}/upstream_consumers
OwnerAPI HealEntire Post /owners/{owner_key}/entitlements
OwnerAPI ImportManifestAsync Post /owners/{owner_key}/imports/async
OwnerAPI ListConsumers Get /owners/{owner_key}/consumers
OwnerAPI ListEnvironments Get /owners/{owner_key}/environments
OwnerAPI ListOwnerPools Get /owners/{owner_key}/pools
OwnerAPI ListOwners Get /owners
OwnerAPI OwnerActivationKeys Get /owners/{owner_key}/activation_keys
OwnerAPI OwnerEntitlements Get /owners/{owner_key}/entitlements
OwnerAPI OwnerServiceLevels Get /owners/{owner_key}/servicelevels
OwnerAPI RefreshPools Put /owners/{owner_key}/subscriptions
OwnerAPI SetLogLevel Put /owners/{owner_key}/log
OwnerAPI UndoImports Delete /owners/{owner_key}/imports
OwnerAPI UpdateOwner Put /owners/{owner_key}
OwnerAPI UpdatePool Put /owners/{owner_key}/pools
OwnerContentAPI CreateContent Post /owners/{owner_key}/content
OwnerContentAPI CreateContentBatch Post /owners/{owner_key}/content/batch
OwnerContentAPI GetContentById Get /owners/{owner_key}/content/{content_id}
OwnerContentAPI GetContentsByOwner Get /owners/{owner_key}/content
OwnerContentAPI RemoveContent Delete /owners/{owner_key}/content/{content_id}
OwnerContentAPI UpdateContent Put /owners/{owner_key}/content/{content_id}
OwnerProductAPI AddContentToProduct Post /owners/{owner_key}/products/{product_id}/content/{content_id}
OwnerProductAPI AddContentsToProduct Post /owners/{owner_key}/products/{product_id}/batch_content
OwnerProductAPI CreateProduct Post /owners/{owner_key}/products
OwnerProductAPI GetProductById Get /owners/{owner_key}/products/{product_id}
OwnerProductAPI GetProductCertificateById Get /owners/{owner_key}/products/{product_id}/certificate
OwnerProductAPI GetProductsByOwner Get /owners/{owner_key}/products
OwnerProductAPI RefreshPoolsForProduct Put /owners/{owner_key}/products/{product_id}/subscriptions
OwnerProductAPI RemoveContentFromProduct Delete /owners/{owner_key}/products/{product_id}/content/{content_id}
OwnerProductAPI RemoveContentsFromProduct Delete /owners/{owner_key}/products/{product_id}/batch_content
OwnerProductAPI RemoveProduct Delete /owners/{owner_key}/products/{product_id}
OwnerProductAPI UpdateProduct Put /owners/{owner_key}/products/{product_id}
PoolsAPI DeletePool Delete /pools/{pool_id}
PoolsAPI GetPool Get /pools/{pool_id}
PoolsAPI GetPoolCdn Get /pools/{pool_id}/cdn
PoolsAPI GetPoolEntitlements Get /pools/{pool_id}/entitlements
PoolsAPI GetSubCert Get /pools/{pool_id}/cert
PoolsAPI ListEntitledConsumerUuids Get /pools/{pool_id}/entitlements/consumer_uuids
PoolsAPI ListPools Get /pools
ProductsAPI GetProductByUuid Get /products/{product_uuid}
ProductsAPI GetProducts Get /products
ProductsAPI RefreshPoolsForProducts Put /products/subscriptions
RolesAPI AddRolePermission Post /roles/{role_name}/permissions
RolesAPI AddUserToRole Post /roles/{role_name}/users/{username}
RolesAPI CreateRole Post /roles
RolesAPI DeleteRoleByName Delete /roles/{role_name}
RolesAPI DeleteUserFromRole Delete /roles/{role_name}/users/{username}
RolesAPI GetRoleByName Get /roles/{role_name}
RolesAPI GetRoles Get /roles
RolesAPI RemoveRolePermission Delete /roles/{role_name}/permissions/{perm_id}
RolesAPI UpdateRole Put /roles/{role_name}
RootAPI GetRootResources Get /
RulesAPI GetRules Get /rules
StatusAPI Status Get /status
SubscriptionAPI ActivateSubscription Post /subscriptions
SubscriptionAPI DeleteSubscription Delete /subscriptions/{id}
SubscriptionAPI GetSubscriptions Get /subscriptions
UsersAPI CreateUser Post /users
UsersAPI DeleteUser Delete /users/{username}
UsersAPI GetUserInfo Get /users/{username}
UsersAPI GetUserRoles Get /users/{username}/roles
UsersAPI ListUserOwners Get /users/{username}/owners
UsersAPI ListUsers Get /users
UsersAPI UpdateUser Put /users/{username}

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

basicAuth
  • Type: HTTP basic authentication

Example

auth := context.WithValue(context.Background(), caliri.ContextBasicAuth, caliri.BasicAuth{
	UserName: "username",
	Password: "password",
})
r, err := client.Service.Operation(auth, args)
ActivationKey
  • Type: API key
  • API key parameter name: activation-key
  • Location: URL query string

Note, each API key must be added to a map of map[string]APIKey where the key is: activation-key and passed in as the auth context for each request.

Example

auth := context.WithValue(
		context.Background(),
		caliri.ContextAPIKeys,
		map[string]caliri.APIKey{
			"activation-key": {Key: "API_KEY_STRING"},
		},
	)
r, err := client.Service.Operation(auth, args)
ActivationKeyOwner
  • Type: API key
  • API key parameter name: owner
  • Location: URL query string

Note, each API key must be added to a map of map[string]APIKey where the key is: owner and passed in as the auth context for each request.

Example

auth := context.WithValue(
		context.Background(),
		caliri.ContextAPIKeys,
		map[string]caliri.APIKey{
			"owner": {Key: "API_KEY_STRING"},
		},
	)
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var (
	// ContextBasicAuth takes BasicAuth as authentication for the request.
	ContextBasicAuth = contextKey("basic")

	// 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

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types

type APIClient

type APIClient struct {
	ActivationKeyAPI *ActivationKeyAPIService

	AdminAPI *AdminAPIService

	CdnAPI *CdnAPIService

	CertificateRevocationListAPI *CertificateRevocationListAPIService

	CertificateSerialAPI *CertificateSerialAPIService

	CloudRegistrationAPI *CloudRegistrationAPIService

	ConsumerAPI *ConsumerAPIService

	ConsumerTypeAPI *ConsumerTypeAPIService

	ContentAPI *ContentAPIService

	DeletedConsumerAPI *DeletedConsumerAPIService

	DistributorVersionsAPI *DistributorVersionsAPIService

	EntitlementsAPI *EntitlementsAPIService

	EnvironmentAPI *EnvironmentAPIService

	GuestIdsAPI *GuestIdsAPIService

	HypervisorsAPI *HypervisorsAPIService

	JobsAPI *JobsAPIService

	OwnerAPI *OwnerAPIService

	OwnerContentAPI *OwnerContentAPIService

	OwnerProductAPI *OwnerProductAPIService

	PoolsAPI *PoolsAPIService

	ProductsAPI *ProductsAPIService

	RolesAPI *RolesAPIService

	RootAPI *RootAPIService

	RulesAPI *RulesAPIService

	StatusAPI *StatusAPIService

	SubscriptionAPI *SubscriptionAPIService

	UsersAPI *UsersAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the Candlepin API v4.4.6 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

type APIKey struct {
	Key    string
	Prefix string
}

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 AbstractCertificateDTO

type AbstractCertificateDTO struct {
	Created *string               `json:"created,omitempty"`
	Updated *string               `json:"updated,omitempty"`
	Id      *string               `json:"id,omitempty"`
	Key     *string               `json:"key,omitempty"`
	Cert    *string               `json:"cert,omitempty"`
	Serial  *CertificateSerialDTO `json:"serial,omitempty"`
}

AbstractCertificateDTO Represents the base of most Candlepin certificates presented to the API (exceptions include ProductCertificate which has its own DTO).

func NewAbstractCertificateDTO

func NewAbstractCertificateDTO() *AbstractCertificateDTO

NewAbstractCertificateDTO instantiates a new AbstractCertificateDTO 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 NewAbstractCertificateDTOWithDefaults

func NewAbstractCertificateDTOWithDefaults() *AbstractCertificateDTO

NewAbstractCertificateDTOWithDefaults instantiates a new AbstractCertificateDTO 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 (*AbstractCertificateDTO) GetCert

func (o *AbstractCertificateDTO) GetCert() string

GetCert returns the Cert field value if set, zero value otherwise.

func (*AbstractCertificateDTO) GetCertOk

func (o *AbstractCertificateDTO) GetCertOk() (*string, bool)

GetCertOk returns a tuple with the Cert field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AbstractCertificateDTO) GetCreated

func (o *AbstractCertificateDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*AbstractCertificateDTO) GetCreatedOk

func (o *AbstractCertificateDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AbstractCertificateDTO) GetId

func (o *AbstractCertificateDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*AbstractCertificateDTO) GetIdOk

func (o *AbstractCertificateDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AbstractCertificateDTO) GetKey

func (o *AbstractCertificateDTO) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*AbstractCertificateDTO) GetKeyOk

func (o *AbstractCertificateDTO) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AbstractCertificateDTO) GetSerial

GetSerial returns the Serial field value if set, zero value otherwise.

func (*AbstractCertificateDTO) GetSerialOk

func (o *AbstractCertificateDTO) GetSerialOk() (*CertificateSerialDTO, bool)

GetSerialOk returns a tuple with the Serial field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AbstractCertificateDTO) GetUpdated

func (o *AbstractCertificateDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*AbstractCertificateDTO) GetUpdatedOk

func (o *AbstractCertificateDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AbstractCertificateDTO) HasCert

func (o *AbstractCertificateDTO) HasCert() bool

HasCert returns a boolean if a field has been set.

func (*AbstractCertificateDTO) HasCreated

func (o *AbstractCertificateDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*AbstractCertificateDTO) HasId

func (o *AbstractCertificateDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*AbstractCertificateDTO) HasKey

func (o *AbstractCertificateDTO) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*AbstractCertificateDTO) HasSerial

func (o *AbstractCertificateDTO) HasSerial() bool

HasSerial returns a boolean if a field has been set.

func (*AbstractCertificateDTO) HasUpdated

func (o *AbstractCertificateDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (AbstractCertificateDTO) MarshalJSON

func (o AbstractCertificateDTO) MarshalJSON() ([]byte, error)

func (*AbstractCertificateDTO) SetCert

func (o *AbstractCertificateDTO) SetCert(v string)

SetCert gets a reference to the given string and assigns it to the Cert field.

func (*AbstractCertificateDTO) SetCreated

func (o *AbstractCertificateDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*AbstractCertificateDTO) SetId

func (o *AbstractCertificateDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*AbstractCertificateDTO) SetKey

func (o *AbstractCertificateDTO) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*AbstractCertificateDTO) SetSerial

SetSerial gets a reference to the given CertificateSerialDTO and assigns it to the Serial field.

func (*AbstractCertificateDTO) SetUpdated

func (o *AbstractCertificateDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (AbstractCertificateDTO) ToMap

func (o AbstractCertificateDTO) ToMap() (map[string]interface{}, error)

type ActivationKeyAPIService

type ActivationKeyAPIService service

ActivationKeyAPIService ActivationKeyAPI service

func (*ActivationKeyAPIService) AddActivationKeyContentOverrides

func (a *ActivationKeyAPIService) AddActivationKeyContentOverrides(ctx context.Context, activationKeyId string) ApiAddActivationKeyContentOverridesRequest

AddActivationKeyContentOverrides Method for AddActivationKeyContentOverrides

Adds or Updates a list of Content Overrides

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param activationKeyId The ID of the activation key
@return ApiAddActivationKeyContentOverridesRequest

func (*ActivationKeyAPIService) AddActivationKeyContentOverridesExecute

func (a *ActivationKeyAPIService) AddActivationKeyContentOverridesExecute(r ApiAddActivationKeyContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)

Execute executes the request

@return []ContentOverrideDTO

func (*ActivationKeyAPIService) AddPoolToKey

func (a *ActivationKeyAPIService) AddPoolToKey(ctx context.Context, activationKeyId string, poolId string) ApiAddPoolToKeyRequest

AddPoolToKey Method for AddPoolToKey

Adds a Pool to an Activation Key

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param activationKeyId ID of the activation key
@param poolId ID of the pool
@return ApiAddPoolToKeyRequest

func (*ActivationKeyAPIService) AddPoolToKeyExecute

Execute executes the request

@return ActivationKeyDTO

func (*ActivationKeyAPIService) AddProductIdToKey

func (a *ActivationKeyAPIService) AddProductIdToKey(ctx context.Context, activationKeyId string, productId string) ApiAddProductIdToKeyRequest

AddProductIdToKey Method for AddProductIdToKey

Adds an Product ID to an Activation Key

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param activationKeyId ID of the activation key
@param productId ID of the product
@return ApiAddProductIdToKeyRequest

func (*ActivationKeyAPIService) AddProductIdToKeyExecute

Execute executes the request

@return ActivationKeyDTO

func (*ActivationKeyAPIService) DeleteActivationKey

func (a *ActivationKeyAPIService) DeleteActivationKey(ctx context.Context, activationKeyId string) ApiDeleteActivationKeyRequest

DeleteActivationKey Method for DeleteActivationKey

Deletes an activation key

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param activationKeyId The ID of the activation key to be deleted
@return ApiDeleteActivationKeyRequest

func (*ActivationKeyAPIService) DeleteActivationKeyContentOverrides

func (a *ActivationKeyAPIService) DeleteActivationKeyContentOverrides(ctx context.Context, activationKeyId string) ApiDeleteActivationKeyContentOverridesRequest

DeleteActivationKeyContentOverrides Method for DeleteActivationKeyContentOverrides

Deletes a list of Content Overrides

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param activationKeyId The ID of the activation key
@return ApiDeleteActivationKeyContentOverridesRequest

func (*ActivationKeyAPIService) DeleteActivationKeyContentOverridesExecute

func (a *ActivationKeyAPIService) DeleteActivationKeyContentOverridesExecute(r ApiDeleteActivationKeyContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)

Execute executes the request

@return []ContentOverrideDTO

func (*ActivationKeyAPIService) DeleteActivationKeyExecute

func (a *ActivationKeyAPIService) DeleteActivationKeyExecute(r ApiDeleteActivationKeyRequest) (*http.Response, error)

Execute executes the request

func (*ActivationKeyAPIService) FindActivationKey

FindActivationKey Method for FindActivationKey

Retrieves a list of activation keys

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiFindActivationKeyRequest

func (*ActivationKeyAPIService) FindActivationKeyExecute

Execute executes the request

@return []ActivationKeyDTO

func (*ActivationKeyAPIService) GetActivationKey

func (a *ActivationKeyAPIService) GetActivationKey(ctx context.Context, activationKeyId string) ApiGetActivationKeyRequest

GetActivationKey Method for GetActivationKey

Retrieves a single activation key

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param activationKeyId The ID of the activation key to retrieve
@return ApiGetActivationKeyRequest

func (*ActivationKeyAPIService) GetActivationKeyExecute

Execute executes the request

@return ActivationKeyDTO

func (*ActivationKeyAPIService) GetActivationKeyPools

func (a *ActivationKeyAPIService) GetActivationKeyPools(ctx context.Context, activationKeyId string) ApiGetActivationKeyPoolsRequest

GetActivationKeyPools Method for GetActivationKeyPools

Retrieves a list of pools based on the activation key

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param activationKeyId The ID of the activation key
@return ApiGetActivationKeyPoolsRequest

func (*ActivationKeyAPIService) GetActivationKeyPoolsExecute

func (a *ActivationKeyAPIService) GetActivationKeyPoolsExecute(r ApiGetActivationKeyPoolsRequest) ([]PoolDTO, *http.Response, error)

Execute executes the request

@return []PoolDTO

func (*ActivationKeyAPIService) ListActivationKeyContentOverrides

func (a *ActivationKeyAPIService) ListActivationKeyContentOverrides(ctx context.Context, activationKeyId string) ApiListActivationKeyContentOverridesRequest

ListActivationKeyContentOverrides Method for ListActivationKeyContentOverrides

Retrieves list of Content Overrides

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param activationKeyId The ID of the activation key
@return ApiListActivationKeyContentOverridesRequest

func (*ActivationKeyAPIService) ListActivationKeyContentOverridesExecute

func (a *ActivationKeyAPIService) ListActivationKeyContentOverridesExecute(r ApiListActivationKeyContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)

Execute executes the request

@return []ContentOverrideDTO

func (*ActivationKeyAPIService) RemovePoolFromKey

func (a *ActivationKeyAPIService) RemovePoolFromKey(ctx context.Context, activationKeyId string, poolId string) ApiRemovePoolFromKeyRequest

RemovePoolFromKey Method for RemovePoolFromKey

Removes a Pool from an Activation Key

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param activationKeyId The ID of the activation key
@param poolId The ID of a pool to be removed
@return ApiRemovePoolFromKeyRequest

func (*ActivationKeyAPIService) RemovePoolFromKeyExecute

Execute executes the request

@return ActivationKeyDTO

func (*ActivationKeyAPIService) RemoveProductIdFromKey

func (a *ActivationKeyAPIService) RemoveProductIdFromKey(ctx context.Context, activationKeyId string, productId string) ApiRemoveProductIdFromKeyRequest

RemoveProductIdFromKey Method for RemoveProductIdFromKey

Removes a Product ID from an Activation Key

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param activationKeyId The ID of the activation key
@param productId The ID of the product
@return ApiRemoveProductIdFromKeyRequest

func (*ActivationKeyAPIService) RemoveProductIdFromKeyExecute

Execute executes the request

@return ActivationKeyDTO

func (*ActivationKeyAPIService) UpdateActivationKey

func (a *ActivationKeyAPIService) UpdateActivationKey(ctx context.Context, activationKeyId string) ApiUpdateActivationKeyRequest

UpdateActivationKey Method for UpdateActivationKey

Updates an Activation Key

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param activationKeyId The ID of the activation key to be updated
@return ApiUpdateActivationKeyRequest

func (*ActivationKeyAPIService) UpdateActivationKeyExecute

Execute executes the request

@return ActivationKeyDTO

type ActivationKeyDTO

type ActivationKeyDTO struct {
	Created          *string                   `json:"created,omitempty"`
	Updated          *string                   `json:"updated,omitempty"`
	Id               *string                   `json:"id,omitempty"`
	Name             *string                   `json:"name,omitempty"`
	Description      *string                   `json:"description,omitempty"`
	Owner            *NestedOwnerDTO           `json:"owner,omitempty"`
	ReleaseVer       *ReleaseVerDTO            `json:"releaseVer,omitempty"`
	ServiceLevel     *string                   `json:"serviceLevel,omitempty"`
	Usage            *string                   `json:"usage,omitempty"`
	Role             *string                   `json:"role,omitempty"`
	AddOns           []string                  `json:"addOns,omitempty"`
	AutoAttach       *bool                     `json:"autoAttach,omitempty"`
	Pools            []ActivationKeyPoolDTO    `json:"pools,omitempty"`
	Products         []ActivationKeyProductDTO `json:"products,omitempty"`
	ContentOverrides []ContentOverrideDTO      `json:"contentOverrides,omitempty"`
}

ActivationKeyDTO A token that allows registration without username/password and sets subscription and content related properties at registration.

func NewActivationKeyDTO

func NewActivationKeyDTO() *ActivationKeyDTO

NewActivationKeyDTO instantiates a new ActivationKeyDTO 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 NewActivationKeyDTOWithDefaults

func NewActivationKeyDTOWithDefaults() *ActivationKeyDTO

NewActivationKeyDTOWithDefaults instantiates a new ActivationKeyDTO 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 (*ActivationKeyDTO) GetAddOns

func (o *ActivationKeyDTO) GetAddOns() []string

GetAddOns returns the AddOns field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetAddOnsOk

func (o *ActivationKeyDTO) GetAddOnsOk() ([]string, bool)

GetAddOnsOk returns a tuple with the AddOns field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) GetAutoAttach

func (o *ActivationKeyDTO) GetAutoAttach() bool

GetAutoAttach returns the AutoAttach field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetAutoAttachOk

func (o *ActivationKeyDTO) GetAutoAttachOk() (*bool, bool)

GetAutoAttachOk returns a tuple with the AutoAttach field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) GetContentOverrides

func (o *ActivationKeyDTO) GetContentOverrides() []ContentOverrideDTO

GetContentOverrides returns the ContentOverrides field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetContentOverridesOk

func (o *ActivationKeyDTO) GetContentOverridesOk() ([]ContentOverrideDTO, bool)

GetContentOverridesOk returns a tuple with the ContentOverrides field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) GetCreated

func (o *ActivationKeyDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetCreatedOk

func (o *ActivationKeyDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) GetDescription

func (o *ActivationKeyDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetDescriptionOk

func (o *ActivationKeyDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) GetId

func (o *ActivationKeyDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetIdOk

func (o *ActivationKeyDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) GetName

func (o *ActivationKeyDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetNameOk

func (o *ActivationKeyDTO) 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 (*ActivationKeyDTO) GetOwner

func (o *ActivationKeyDTO) GetOwner() NestedOwnerDTO

GetOwner returns the Owner field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetOwnerOk

func (o *ActivationKeyDTO) GetOwnerOk() (*NestedOwnerDTO, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) GetPools

func (o *ActivationKeyDTO) GetPools() []ActivationKeyPoolDTO

GetPools returns the Pools field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetPoolsOk

func (o *ActivationKeyDTO) GetPoolsOk() ([]ActivationKeyPoolDTO, bool)

GetPoolsOk returns a tuple with the Pools field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) GetProducts

func (o *ActivationKeyDTO) GetProducts() []ActivationKeyProductDTO

GetProducts returns the Products field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetProductsOk

func (o *ActivationKeyDTO) GetProductsOk() ([]ActivationKeyProductDTO, bool)

GetProductsOk returns a tuple with the Products field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) GetReleaseVer

func (o *ActivationKeyDTO) GetReleaseVer() ReleaseVerDTO

GetReleaseVer returns the ReleaseVer field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetReleaseVerOk

func (o *ActivationKeyDTO) GetReleaseVerOk() (*ReleaseVerDTO, bool)

GetReleaseVerOk returns a tuple with the ReleaseVer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) GetRole

func (o *ActivationKeyDTO) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetRoleOk

func (o *ActivationKeyDTO) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) GetServiceLevel

func (o *ActivationKeyDTO) GetServiceLevel() string

GetServiceLevel returns the ServiceLevel field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetServiceLevelOk

func (o *ActivationKeyDTO) GetServiceLevelOk() (*string, bool)

GetServiceLevelOk returns a tuple with the ServiceLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) GetUpdated

func (o *ActivationKeyDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetUpdatedOk

func (o *ActivationKeyDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) GetUsage

func (o *ActivationKeyDTO) GetUsage() string

GetUsage returns the Usage field value if set, zero value otherwise.

func (*ActivationKeyDTO) GetUsageOk

func (o *ActivationKeyDTO) GetUsageOk() (*string, bool)

GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyDTO) HasAddOns

func (o *ActivationKeyDTO) HasAddOns() bool

HasAddOns returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasAutoAttach

func (o *ActivationKeyDTO) HasAutoAttach() bool

HasAutoAttach returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasContentOverrides

func (o *ActivationKeyDTO) HasContentOverrides() bool

HasContentOverrides returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasCreated

func (o *ActivationKeyDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasDescription

func (o *ActivationKeyDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasId

func (o *ActivationKeyDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasName

func (o *ActivationKeyDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasOwner

func (o *ActivationKeyDTO) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasPools

func (o *ActivationKeyDTO) HasPools() bool

HasPools returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasProducts

func (o *ActivationKeyDTO) HasProducts() bool

HasProducts returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasReleaseVer

func (o *ActivationKeyDTO) HasReleaseVer() bool

HasReleaseVer returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasRole

func (o *ActivationKeyDTO) HasRole() bool

HasRole returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasServiceLevel

func (o *ActivationKeyDTO) HasServiceLevel() bool

HasServiceLevel returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasUpdated

func (o *ActivationKeyDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*ActivationKeyDTO) HasUsage

func (o *ActivationKeyDTO) HasUsage() bool

HasUsage returns a boolean if a field has been set.

func (ActivationKeyDTO) MarshalJSON

func (o ActivationKeyDTO) MarshalJSON() ([]byte, error)

func (*ActivationKeyDTO) SetAddOns

func (o *ActivationKeyDTO) SetAddOns(v []string)

SetAddOns gets a reference to the given []string and assigns it to the AddOns field.

func (*ActivationKeyDTO) SetAutoAttach

func (o *ActivationKeyDTO) SetAutoAttach(v bool)

SetAutoAttach gets a reference to the given bool and assigns it to the AutoAttach field.

func (*ActivationKeyDTO) SetContentOverrides

func (o *ActivationKeyDTO) SetContentOverrides(v []ContentOverrideDTO)

SetContentOverrides gets a reference to the given []ContentOverrideDTO and assigns it to the ContentOverrides field.

func (*ActivationKeyDTO) SetCreated

func (o *ActivationKeyDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*ActivationKeyDTO) SetDescription

func (o *ActivationKeyDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ActivationKeyDTO) SetId

func (o *ActivationKeyDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ActivationKeyDTO) SetName

func (o *ActivationKeyDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ActivationKeyDTO) SetOwner

func (o *ActivationKeyDTO) SetOwner(v NestedOwnerDTO)

SetOwner gets a reference to the given NestedOwnerDTO and assigns it to the Owner field.

func (*ActivationKeyDTO) SetPools

func (o *ActivationKeyDTO) SetPools(v []ActivationKeyPoolDTO)

SetPools gets a reference to the given []ActivationKeyPoolDTO and assigns it to the Pools field.

func (*ActivationKeyDTO) SetProducts

func (o *ActivationKeyDTO) SetProducts(v []ActivationKeyProductDTO)

SetProducts gets a reference to the given []ActivationKeyProductDTO and assigns it to the Products field.

func (*ActivationKeyDTO) SetReleaseVer

func (o *ActivationKeyDTO) SetReleaseVer(v ReleaseVerDTO)

SetReleaseVer gets a reference to the given ReleaseVerDTO and assigns it to the ReleaseVer field.

func (*ActivationKeyDTO) SetRole

func (o *ActivationKeyDTO) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (*ActivationKeyDTO) SetServiceLevel

func (o *ActivationKeyDTO) SetServiceLevel(v string)

SetServiceLevel gets a reference to the given string and assigns it to the ServiceLevel field.

func (*ActivationKeyDTO) SetUpdated

func (o *ActivationKeyDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*ActivationKeyDTO) SetUsage

func (o *ActivationKeyDTO) SetUsage(v string)

SetUsage gets a reference to the given string and assigns it to the Usage field.

func (ActivationKeyDTO) ToMap

func (o ActivationKeyDTO) ToMap() (map[string]interface{}, error)

type ActivationKeyPoolDTO

type ActivationKeyPoolDTO struct {
	PoolId   string `json:"poolId"`
	Quantity *int64 `json:"quantity,omitempty"`
}

ActivationKeyPoolDTO struct for ActivationKeyPoolDTO

func NewActivationKeyPoolDTO

func NewActivationKeyPoolDTO(poolId string) *ActivationKeyPoolDTO

NewActivationKeyPoolDTO instantiates a new ActivationKeyPoolDTO 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 NewActivationKeyPoolDTOWithDefaults

func NewActivationKeyPoolDTOWithDefaults() *ActivationKeyPoolDTO

NewActivationKeyPoolDTOWithDefaults instantiates a new ActivationKeyPoolDTO 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 (*ActivationKeyPoolDTO) GetPoolId

func (o *ActivationKeyPoolDTO) GetPoolId() string

GetPoolId returns the PoolId field value

func (*ActivationKeyPoolDTO) GetPoolIdOk

func (o *ActivationKeyPoolDTO) GetPoolIdOk() (*string, bool)

GetPoolIdOk returns a tuple with the PoolId field value and a boolean to check if the value has been set.

func (*ActivationKeyPoolDTO) GetQuantity

func (o *ActivationKeyPoolDTO) GetQuantity() int64

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*ActivationKeyPoolDTO) GetQuantityOk

func (o *ActivationKeyPoolDTO) GetQuantityOk() (*int64, bool)

GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationKeyPoolDTO) HasQuantity

func (o *ActivationKeyPoolDTO) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (ActivationKeyPoolDTO) MarshalJSON

func (o ActivationKeyPoolDTO) MarshalJSON() ([]byte, error)

func (*ActivationKeyPoolDTO) SetPoolId

func (o *ActivationKeyPoolDTO) SetPoolId(v string)

SetPoolId sets field value

func (*ActivationKeyPoolDTO) SetQuantity

func (o *ActivationKeyPoolDTO) SetQuantity(v int64)

SetQuantity gets a reference to the given int64 and assigns it to the Quantity field.

func (ActivationKeyPoolDTO) ToMap

func (o ActivationKeyPoolDTO) ToMap() (map[string]interface{}, error)

func (*ActivationKeyPoolDTO) UnmarshalJSON

func (o *ActivationKeyPoolDTO) UnmarshalJSON(data []byte) (err error)

type ActivationKeyProductDTO

type ActivationKeyProductDTO struct {
	ProductId string `json:"productId"`
}

ActivationKeyProductDTO struct for ActivationKeyProductDTO

func NewActivationKeyProductDTO

func NewActivationKeyProductDTO(productId string) *ActivationKeyProductDTO

NewActivationKeyProductDTO instantiates a new ActivationKeyProductDTO 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 NewActivationKeyProductDTOWithDefaults

func NewActivationKeyProductDTOWithDefaults() *ActivationKeyProductDTO

NewActivationKeyProductDTOWithDefaults instantiates a new ActivationKeyProductDTO 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 (*ActivationKeyProductDTO) GetProductId

func (o *ActivationKeyProductDTO) GetProductId() string

GetProductId returns the ProductId field value

func (*ActivationKeyProductDTO) GetProductIdOk

func (o *ActivationKeyProductDTO) GetProductIdOk() (*string, bool)

GetProductIdOk returns a tuple with the ProductId field value and a boolean to check if the value has been set.

func (ActivationKeyProductDTO) MarshalJSON

func (o ActivationKeyProductDTO) MarshalJSON() ([]byte, error)

func (*ActivationKeyProductDTO) SetProductId

func (o *ActivationKeyProductDTO) SetProductId(v string)

SetProductId sets field value

func (ActivationKeyProductDTO) ToMap

func (o ActivationKeyProductDTO) ToMap() (map[string]interface{}, error)

func (*ActivationKeyProductDTO) UnmarshalJSON

func (o *ActivationKeyProductDTO) UnmarshalJSON(data []byte) (err error)

type AdminAPIService

type AdminAPIService service

AdminAPIService AdminAPI service

func (*AdminAPIService) GetQueueStats

GetQueueStats Method for GetQueueStats

Basic information on the ActiveMQ queues and how many messages are pending in each.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetQueueStatsRequest

func (*AdminAPIService) GetQueueStatsExecute

func (a *AdminAPIService) GetQueueStatsExecute(r ApiGetQueueStatsRequest) ([]QueueStatus, *http.Response, error)

Execute executes the request

@return []QueueStatus

func (*AdminAPIService) Initialize

Initialize Method for Initialize

Deprecated. Formerly used to finish deployment by creating a default admin user in select environments, but no longer performs any action. Will be removed entirely in a future release.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiInitializeRequest

Deprecated

func (*AdminAPIService) InitializeExecute

func (a *AdminAPIService) InitializeExecute(r ApiInitializeRequest) (string, *http.Response, error)

Execute executes the request

@return string

Deprecated

type ApiActivateSubscriptionRequest

type ApiActivateSubscriptionRequest struct {
	ApiService *SubscriptionAPIService
	// contains filtered or unexported fields
}

func (ApiActivateSubscriptionRequest) ConsumerUuid

The UUID of the consumer of the subscription

func (ApiActivateSubscriptionRequest) Email

The email to send a notification to for the activation

func (ApiActivateSubscriptionRequest) EmailLocale

The locale of the email to send a notification to for the activation

func (ApiActivateSubscriptionRequest) Execute

type ApiAddActivationKeyContentOverridesRequest

type ApiAddActivationKeyContentOverridesRequest struct {
	ApiService *ActivationKeyAPIService
	// contains filtered or unexported fields
}

func (ApiAddActivationKeyContentOverridesRequest) ContentOverrideDTO

The list of the content overrides

func (ApiAddActivationKeyContentOverridesRequest) Execute

type ApiAddConsumerContentOverridesRequest

type ApiAddConsumerContentOverridesRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiAddConsumerContentOverridesRequest) ContentOverrideDTO

The list of the content overrides

func (ApiAddConsumerContentOverridesRequest) Execute

type ApiAddContentToProductRequest

type ApiAddContentToProductRequest struct {
	ApiService *OwnerProductAPIService
	// contains filtered or unexported fields
}

func (ApiAddContentToProductRequest) Enabled

Content enabled flag

func (ApiAddContentToProductRequest) Execute

type ApiAddContentsToProductRequest

type ApiAddContentsToProductRequest struct {
	ApiService *OwnerProductAPIService
	// contains filtered or unexported fields
}

func (ApiAddContentsToProductRequest) Execute

func (ApiAddContentsToProductRequest) RequestBody

Content map

type ApiAddPoolToKeyRequest

type ApiAddPoolToKeyRequest struct {
	ApiService *ActivationKeyAPIService
	// contains filtered or unexported fields
}

func (ApiAddPoolToKeyRequest) Execute

func (ApiAddPoolToKeyRequest) Quantity

type ApiAddProductIdToKeyRequest

type ApiAddProductIdToKeyRequest struct {
	ApiService *ActivationKeyAPIService
	// contains filtered or unexported fields
}

func (ApiAddProductIdToKeyRequest) Execute

type ApiAddRolePermissionRequest

type ApiAddRolePermissionRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiAddRolePermissionRequest) Execute

func (ApiAddRolePermissionRequest) PermissionBlueprintDTO

func (r ApiAddRolePermissionRequest) PermissionBlueprintDTO(permissionBlueprintDTO PermissionBlueprintDTO) ApiAddRolePermissionRequest

Permission Blueprint

type ApiAddUserToRoleRequest

type ApiAddUserToRoleRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiAddUserToRoleRequest) Execute

type ApiBindRequest

type ApiBindRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiBindRequest) Async

func (r ApiBindRequest) Async(async bool) ApiBindRequest

Operation Type async or sync

func (ApiBindRequest) Email

func (r ApiBindRequest) Email(email string) ApiBindRequest

Email address

func (ApiBindRequest) EmailLocale

func (r ApiBindRequest) EmailLocale(emailLocale string) ApiBindRequest

Email locale

func (ApiBindRequest) EntitleDate

func (r ApiBindRequest) EntitleDate(entitleDate string) ApiBindRequest

Entitlement date

func (ApiBindRequest) Execute

func (r ApiBindRequest) Execute() (string, *http.Response, error)

func (ApiBindRequest) FromPool

func (r ApiBindRequest) FromPool(fromPool []string) ApiBindRequest

From pool

func (ApiBindRequest) Pool

func (r ApiBindRequest) Pool(pool string) ApiBindRequest

Pool ID

func (ApiBindRequest) Product

func (r ApiBindRequest) Product(product []string) ApiBindRequest

Product array

func (ApiBindRequest) Quantity

func (r ApiBindRequest) Quantity(quantity int32) ApiBindRequest

Quantity

type ApiCancelCloudAccountJobsRequest

type ApiCancelCloudAccountJobsRequest struct {
	ApiService *CloudRegistrationAPIService
	// contains filtered or unexported fields
}

func (ApiCancelCloudAccountJobsRequest) Execute

type ApiCancelJobRequest

type ApiCancelJobRequest struct {
	ApiService *JobsAPIService
	// contains filtered or unexported fields
}

func (ApiCancelJobRequest) Execute

type ApiClaimRequest

type ApiClaimRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiClaimRequest) ClaimantOwner

func (r ApiClaimRequest) ClaimantOwner(claimantOwner ClaimantOwner) ApiClaimRequest

Claimant owner

func (ApiClaimRequest) Execute

type ApiCleanupTerminalJobsRequest

type ApiCleanupTerminalJobsRequest struct {
	ApiService *JobsAPIService
	// contains filtered or unexported fields
}

func (ApiCleanupTerminalJobsRequest) After

Cleans up jobs to those on or after this date

func (ApiCleanupTerminalJobsRequest) Before

Cleans up jobs to those on or before this date

func (ApiCleanupTerminalJobsRequest) Execute

func (ApiCleanupTerminalJobsRequest) Executor

Cleans up jobs based on executors

func (ApiCleanupTerminalJobsRequest) Force

Cleans up job forcefully

func (ApiCleanupTerminalJobsRequest) Id

Cleans up jobs based on ids

func (ApiCleanupTerminalJobsRequest) Key

Cleans up jobs based on keys

func (ApiCleanupTerminalJobsRequest) Origin

Cleans up jobs based on origins

func (ApiCleanupTerminalJobsRequest) Owner

Cleans up jobs based on owners

func (ApiCleanupTerminalJobsRequest) Principal

Cleans up jobs based on principals

func (ApiCleanupTerminalJobsRequest) State

Cleans up jobs based on statuses

type ApiCloudAuthorizeRequest

type ApiCloudAuthorizeRequest struct {
	ApiService *CloudRegistrationAPIService
	// contains filtered or unexported fields
}

func (ApiCloudAuthorizeRequest) CloudRegistrationDTO

func (r ApiCloudAuthorizeRequest) CloudRegistrationDTO(cloudRegistrationDTO CloudRegistrationDTO) ApiCloudAuthorizeRequest

Cloud registration data

func (ApiCloudAuthorizeRequest) Execute

func (ApiCloudAuthorizeRequest) Version

Version of cloud authentication

type ApiConsumerExistsBulkRequest

type ApiConsumerExistsBulkRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiConsumerExistsBulkRequest) Execute

func (ApiConsumerExistsBulkRequest) RequestBody

Array of Consumer UUIDs

type ApiConsumerExistsRequest

type ApiConsumerExistsRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiConsumerExistsRequest) Execute

func (r ApiConsumerExistsRequest) Execute() (*http.Response, error)

type ApiCountConsumersRequest

type ApiCountConsumersRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiCountConsumersRequest) Execute

func (ApiCountConsumersRequest) HypervisorId

func (r ApiCountConsumersRequest) HypervisorId(hypervisorId []string) ApiCountConsumersRequest

The hypervisor IDs

func (ApiCountConsumersRequest) Type_

The consumer type

func (ApiCountConsumersRequest) Username

The username of the consumer

func (ApiCountConsumersRequest) Uuid

The UUID of consumers

type ApiCreateActivationKeyRequest

type ApiCreateActivationKeyRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiCreateActivationKeyRequest) ActivationKeyDTO

Activation key to be created

func (ApiCreateActivationKeyRequest) Execute

type ApiCreateCdnRequest

type ApiCreateCdnRequest struct {
	ApiService *CdnAPIService
	// contains filtered or unexported fields
}

func (ApiCreateCdnRequest) CdnDTO

CDN to be created

func (ApiCreateCdnRequest) Execute

func (r ApiCreateCdnRequest) Execute() (*CdnDTO, *http.Response, error)

type ApiCreateConsumerInEnvironmentRequest

type ApiCreateConsumerInEnvironmentRequest struct {
	ApiService *EnvironmentAPIService
	// contains filtered or unexported fields
}

func (ApiCreateConsumerInEnvironmentRequest) ActivationKeys

func (ApiCreateConsumerInEnvironmentRequest) ConsumerDTO

func (ApiCreateConsumerInEnvironmentRequest) Execute

func (ApiCreateConsumerInEnvironmentRequest) Username

type ApiCreateConsumerRequest

type ApiCreateConsumerRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiCreateConsumerRequest) ActivationKeys

func (r ApiCreateConsumerRequest) ActivationKeys(activationKeys string) ApiCreateConsumerRequest

Activation key

func (ApiCreateConsumerRequest) ConsumerDTO

Consumer to be created

func (ApiCreateConsumerRequest) Execute

func (ApiCreateConsumerRequest) IdentityCertCreation

func (r ApiCreateConsumerRequest) IdentityCertCreation(identityCertCreation bool) ApiCreateConsumerRequest

Boolean flag for identity cert generation.

func (ApiCreateConsumerRequest) Owner

Owner key

func (ApiCreateConsumerRequest) Username

User name

type ApiCreateConsumerTypeRequest

type ApiCreateConsumerTypeRequest struct {
	ApiService *ConsumerTypeAPIService
	// contains filtered or unexported fields
}

func (ApiCreateConsumerTypeRequest) ConsumerTypeDTO

The consumer type to create

func (ApiCreateConsumerTypeRequest) Execute

type ApiCreateContentBatchRequest

type ApiCreateContentBatchRequest struct {
	ApiService *OwnerContentAPIService
	// contains filtered or unexported fields
}

func (ApiCreateContentBatchRequest) ContentDTO

List of contents to be created

func (ApiCreateContentBatchRequest) Execute

type ApiCreateContentRequest

type ApiCreateContentRequest struct {
	ApiService *OwnerContentAPIService
	// contains filtered or unexported fields
}

func (ApiCreateContentRequest) ContentDTO

Content to be created

func (ApiCreateContentRequest) Execute

type ApiCreateEnvRequest

type ApiCreateEnvRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiCreateEnvRequest) EnvironmentDTO

func (r ApiCreateEnvRequest) EnvironmentDTO(environmentDTO EnvironmentDTO) ApiCreateEnvRequest

Environment to be created

func (ApiCreateEnvRequest) Execute

type ApiCreateOwnerRequest

type ApiCreateOwnerRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiCreateOwnerRequest) Execute

func (r ApiCreateOwnerRequest) Execute() (*OwnerDTO, *http.Response, error)

func (ApiCreateOwnerRequest) OwnerDTO

Owner to be created

type ApiCreatePoolRequest

type ApiCreatePoolRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiCreatePoolRequest) Execute

func (r ApiCreatePoolRequest) Execute() (*PoolDTO, *http.Response, error)

func (ApiCreatePoolRequest) PoolDTO

A pool to be created

type ApiCreateProductRequest

type ApiCreateProductRequest struct {
	ApiService *OwnerProductAPIService
	// contains filtered or unexported fields
}

func (ApiCreateProductRequest) Execute

func (ApiCreateProductRequest) ProductDTO

A product to be created

type ApiCreateRequest

type ApiCreateRequest struct {
	ApiService *DistributorVersionsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateRequest) DistributorVersionDTO

func (r ApiCreateRequest) DistributorVersionDTO(distributorVersionDTO DistributorVersionDTO) ApiCreateRequest

A new distributor version to be created

func (ApiCreateRequest) Execute

type ApiCreateRoleRequest

type ApiCreateRoleRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateRoleRequest) Execute

func (r ApiCreateRoleRequest) Execute() (*RoleDTO, *http.Response, error)

func (ApiCreateRoleRequest) RoleDTO

A role to be created

type ApiCreateUeberCertificateRequest

type ApiCreateUeberCertificateRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiCreateUeberCertificateRequest) Execute

type ApiCreateUserRequest

type ApiCreateUserRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiCreateUserRequest) Execute

func (r ApiCreateUserRequest) Execute() (*UserDTO, *http.Response, error)

func (ApiCreateUserRequest) UserDTO

A user to be created

type ApiDeleteActivationKeyContentOverridesRequest

type ApiDeleteActivationKeyContentOverridesRequest struct {
	ApiService *ActivationKeyAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteActivationKeyContentOverridesRequest) ContentOverrideDTO

The list of the content overrides

func (ApiDeleteActivationKeyContentOverridesRequest) Execute

type ApiDeleteActivationKeyRequest

type ApiDeleteActivationKeyRequest struct {
	ApiService *ActivationKeyAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteActivationKeyRequest) Execute

type ApiDeleteAnonymousConsumersByAccountIdRequest

type ApiDeleteAnonymousConsumersByAccountIdRequest struct {
	ApiService *CloudRegistrationAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteAnonymousConsumersByAccountIdRequest) CloudAccountId

The ID of the Cloud Account

func (ApiDeleteAnonymousConsumersByAccountIdRequest) Execute

type ApiDeleteCdnRequest

type ApiDeleteCdnRequest struct {
	ApiService *CdnAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteCdnRequest) Execute

func (r ApiDeleteCdnRequest) Execute() (*http.Response, error)

type ApiDeleteConsumerContentOverridesRequest

type ApiDeleteConsumerContentOverridesRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteConsumerContentOverridesRequest) ContentOverrideDTO

The list of the content overrides

func (ApiDeleteConsumerContentOverridesRequest) Execute

type ApiDeleteConsumerRequest

type ApiDeleteConsumerRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteConsumerRequest) Execute

func (r ApiDeleteConsumerRequest) Execute() (*http.Response, error)

type ApiDeleteConsumerTypeRequest

type ApiDeleteConsumerTypeRequest struct {
	ApiService *ConsumerTypeAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteConsumerTypeRequest) Execute

type ApiDeleteEnvironmentContentOverridesRequest added in v4.4.6

type ApiDeleteEnvironmentContentOverridesRequest struct {
	ApiService *EnvironmentAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteEnvironmentContentOverridesRequest) ContentOverrideDTO added in v4.4.6

A list containing the content overrides to remove from the environment. The overrides need not be fully populated, as the value is ignored entirely during removal; and depending on the behavior desired, the name or label fields may not be needed, either. See the description for the operation itself for more details.

func (ApiDeleteEnvironmentContentOverridesRequest) Execute added in v4.4.6

type ApiDeleteEnvironmentRequest

type ApiDeleteEnvironmentRequest struct {
	ApiService *EnvironmentAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteEnvironmentRequest) Execute

type ApiDeleteGuestRequest

type ApiDeleteGuestRequest struct {
	ApiService *GuestIdsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteGuestRequest) Execute

func (r ApiDeleteGuestRequest) Execute() (*http.Response, error)

func (ApiDeleteGuestRequest) Unregister

func (r ApiDeleteGuestRequest) Unregister(unregister bool) ApiDeleteGuestRequest

Unregister the consumer

type ApiDeleteLogLevelRequest

type ApiDeleteLogLevelRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteLogLevelRequest) Execute

func (r ApiDeleteLogLevelRequest) Execute() (*http.Response, error)

type ApiDeleteOwnerRequest

type ApiDeleteOwnerRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOwnerRequest) Execute

func (r ApiDeleteOwnerRequest) Execute() (*http.Response, error)

func (ApiDeleteOwnerRequest) Force

Boolean value to forcefully delete an owner. This is not in use.

func (ApiDeleteOwnerRequest) Revoke

Boolean value to revoke an owner

type ApiDeletePoolRequest

type ApiDeletePoolRequest struct {
	ApiService *PoolsAPIService
	// contains filtered or unexported fields
}

func (ApiDeletePoolRequest) Execute

func (r ApiDeletePoolRequest) Execute() (*http.Response, error)

type ApiDeleteRequest

type ApiDeleteRequest struct {
	ApiService *DistributorVersionsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteRequest) Execute

func (r ApiDeleteRequest) Execute() (*http.Response, error)

type ApiDeleteRoleByNameRequest

type ApiDeleteRoleByNameRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteRoleByNameRequest) Execute

type ApiDeleteSubscriptionRequest

type ApiDeleteSubscriptionRequest struct {
	ApiService *SubscriptionAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteSubscriptionRequest) Execute

type ApiDeleteUserFromRoleRequest

type ApiDeleteUserFromRoleRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteUserFromRoleRequest) Execute

type ApiDeleteUserRequest

type ApiDeleteUserRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteUserRequest) Execute

func (r ApiDeleteUserRequest) Execute() (*http.Response, error)

type ApiDemoteContentRequest

type ApiDemoteContentRequest struct {
	ApiService *EnvironmentAPIService
	// contains filtered or unexported fields
}

func (ApiDemoteContentRequest) Content

func (ApiDemoteContentRequest) Execute

func (ApiDemoteContentRequest) LazyRegen

func (r ApiDemoteContentRequest) LazyRegen(lazyRegen bool) ApiDemoteContentRequest

type ApiDownloadExistingExportRequest

type ApiDownloadExistingExportRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiDownloadExistingExportRequest) Execute

type ApiDryBindRequest

type ApiDryBindRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiDryBindRequest) Execute

func (ApiDryBindRequest) ServiceLevel

func (r ApiDryBindRequest) ServiceLevel(serviceLevel string) ApiDryBindRequest

Service level

type ApiExportCertificatesRequest

type ApiExportCertificatesRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiExportCertificatesRequest) Execute

func (r ApiExportCertificatesRequest) Execute() (map[string]interface{}, *http.Response, error)

func (ApiExportCertificatesRequest) Serials

Certificate serials

type ApiExportDataAsyncRequest

type ApiExportDataAsyncRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiExportDataAsyncRequest) ApiUrl

The URL pointing to the manifest's originating candlepin API.

func (ApiExportDataAsyncRequest) CdnLabel

The lable of the target CDN.

func (ApiExportDataAsyncRequest) Execute

func (ApiExportDataAsyncRequest) WebappPrefix

func (r ApiExportDataAsyncRequest) WebappPrefix(webappPrefix string) ApiExportDataAsyncRequest

The URL pointing to the manifest's originating web application.

type ApiExportDataRequest

type ApiExportDataRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiExportDataRequest) ApiUrl

The URL pointing to the manifest's originating candlepin API.

func (ApiExportDataRequest) CdnLabel

func (r ApiExportDataRequest) CdnLabel(cdnLabel string) ApiExportDataRequest

The label of the target CDN.

func (ApiExportDataRequest) Execute

func (r ApiExportDataRequest) Execute() (*os.File, *http.Response, error)

func (ApiExportDataRequest) WebappPrefix

func (r ApiExportDataRequest) WebappPrefix(webappPrefix string) ApiExportDataRequest

The URL pointing to the manifest's originating web application.

type ApiFindActivationKeyRequest

type ApiFindActivationKeyRequest struct {
	ApiService *ActivationKeyAPIService
	// contains filtered or unexported fields
}

func (ApiFindActivationKeyRequest) Execute

type ApiGetActivationKeyPoolsRequest

type ApiGetActivationKeyPoolsRequest struct {
	ApiService *ActivationKeyAPIService
	// contains filtered or unexported fields
}

func (ApiGetActivationKeyPoolsRequest) Execute

type ApiGetActivationKeyRequest

type ApiGetActivationKeyRequest struct {
	ApiService *ActivationKeyAPIService
	// contains filtered or unexported fields
}

func (ApiGetActivationKeyRequest) Execute

type ApiGetCertificateSerialRequest

type ApiGetCertificateSerialRequest struct {
	ApiService *CertificateSerialAPIService
	// contains filtered or unexported fields
}

func (ApiGetCertificateSerialRequest) Execute

type ApiGetComplianceStatusListRequest

type ApiGetComplianceStatusListRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiGetComplianceStatusListRequest) Execute

func (ApiGetComplianceStatusListRequest) Uuid

Consumers UUIDs

type ApiGetComplianceStatusRequest

type ApiGetComplianceStatusRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiGetComplianceStatusRequest) Execute

func (ApiGetComplianceStatusRequest) OnDate

Date to get compliance information for, default is now.

type ApiGetConsumerRequest

type ApiGetConsumerRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiGetConsumerRequest) Execute

type ApiGetConsumerTypeRequest

type ApiGetConsumerTypeRequest struct {
	ApiService *ConsumerTypeAPIService
	// contains filtered or unexported fields
}

func (ApiGetConsumerTypeRequest) Execute

type ApiGetConsumerTypesRequest

type ApiGetConsumerTypesRequest struct {
	ApiService *ConsumerTypeAPIService
	// contains filtered or unexported fields
}

func (ApiGetConsumerTypesRequest) Execute

type ApiGetConsumersSyspurposeRequest

type ApiGetConsumersSyspurposeRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiGetConsumersSyspurposeRequest) Execute

type ApiGetContentAccessBodyRequest

type ApiGetContentAccessBodyRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiGetContentAccessBodyRequest) Execute

func (ApiGetContentAccessBodyRequest) IfModifiedSince

func (r ApiGetContentAccessBodyRequest) IfModifiedSince(ifModifiedSince string) ApiGetContentAccessBodyRequest

Modified date. Accepted format EEE, dd MMM yyyy HH:mm:ss z

type ApiGetContentAccessForConsumerRequest

type ApiGetContentAccessForConsumerRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiGetContentAccessForConsumerRequest) Execute

type ApiGetContentByIdRequest

type ApiGetContentByIdRequest struct {
	ApiService *OwnerContentAPIService
	// contains filtered or unexported fields
}

func (ApiGetContentByIdRequest) Execute

type ApiGetContentByUuidRequest

type ApiGetContentByUuidRequest struct {
	ApiService *ContentAPIService
	// contains filtered or unexported fields
}

func (ApiGetContentByUuidRequest) Execute

type ApiGetContentDeliveryNetworksRequest

type ApiGetContentDeliveryNetworksRequest struct {
	ApiService *CdnAPIService
	// contains filtered or unexported fields
}

func (ApiGetContentDeliveryNetworksRequest) Execute

type ApiGetContentsByOwnerRequest

type ApiGetContentsByOwnerRequest struct {
	ApiService *OwnerContentAPIService
	// contains filtered or unexported fields
}

func (ApiGetContentsByOwnerRequest) Content

The ID of a content to fetch. If defined, the list of contents returned by this method will only include those matching the given ID. May be specified multiple times to filter on multiple content IDs.

func (ApiGetContentsByOwnerRequest) Execute

func (ApiGetContentsByOwnerRequest) OmitGlobal

whether or not to limit the lookup to only contents defined within the organization's namespace, excluding any globally defined contents

type ApiGetContentsRequest

type ApiGetContentsRequest struct {
	ApiService *ContentAPIService
	// contains filtered or unexported fields
}

func (ApiGetContentsRequest) Execute

func (r ApiGetContentsRequest) Execute() ([]ContentDTO, *http.Response, error)

func (ApiGetContentsRequest) Order added in v4.4.6

Direction of ordering

func (ApiGetContentsRequest) Page added in v4.4.6

Page index to return

func (ApiGetContentsRequest) PerPage added in v4.4.6

Number of items to return per page

func (ApiGetContentsRequest) SortBy added in v4.4.6

Property to use for ordering

type ApiGetCurrentCrlRequest

type ApiGetCurrentCrlRequest struct {
	ApiService *CertificateRevocationListAPIService
	// contains filtered or unexported fields
}

func (ApiGetCurrentCrlRequest) Execute

func (r ApiGetCurrentCrlRequest) Execute() ([]int64, *http.Response, error)

type ApiGetEntitlementCertificateSerialsRequest

type ApiGetEntitlementCertificateSerialsRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiGetEntitlementCertificateSerialsRequest) Execute

type ApiGetEntitlementRequest

type ApiGetEntitlementRequest struct {
	ApiService *EntitlementsAPIService
	// contains filtered or unexported fields
}

func (ApiGetEntitlementRequest) Execute

type ApiGetEnvironmentContentOverridesRequest added in v4.4.6

type ApiGetEnvironmentContentOverridesRequest struct {
	ApiService *EnvironmentAPIService
	// contains filtered or unexported fields
}

func (ApiGetEnvironmentContentOverridesRequest) Execute added in v4.4.6

type ApiGetEnvironmentRequest

type ApiGetEnvironmentRequest struct {
	ApiService *EnvironmentAPIService
	// contains filtered or unexported fields
}

func (ApiGetEnvironmentRequest) Execute

type ApiGetGuestIdRequest

type ApiGetGuestIdRequest struct {
	ApiService *GuestIdsAPIService
	// contains filtered or unexported fields
}

func (ApiGetGuestIdRequest) Execute

type ApiGetGuestIdsRequest

type ApiGetGuestIdsRequest struct {
	ApiService *GuestIdsAPIService
	// contains filtered or unexported fields
}

func (ApiGetGuestIdsRequest) Execute

type ApiGetGuestsRequest

type ApiGetGuestsRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiGetGuestsRequest) Execute

type ApiGetHostRequest

type ApiGetHostRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiGetHostRequest) Execute

func (r ApiGetHostRequest) Execute() (*ConsumerDTO, *http.Response, error)

type ApiGetHypervisorsRequest

type ApiGetHypervisorsRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiGetHypervisorsRequest) Execute

func (ApiGetHypervisorsRequest) HypervisorId

func (r ApiGetHypervisorsRequest) HypervisorId(hypervisorId []string) ApiGetHypervisorsRequest

The list of hypervisor Ids

func (ApiGetHypervisorsRequest) Order added in v4.4.6

Direction of ordering

func (ApiGetHypervisorsRequest) Page added in v4.4.6

Page index to return

func (ApiGetHypervisorsRequest) PerPage added in v4.4.6

Number of items to return per page

func (ApiGetHypervisorsRequest) SortBy added in v4.4.6

Property to use for ordering

type ApiGetImportsRequest

type ApiGetImportsRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiGetImportsRequest) Execute

type ApiGetJobStatusRequest

type ApiGetJobStatusRequest struct {
	ApiService *JobsAPIService
	// contains filtered or unexported fields
}

func (ApiGetJobStatusRequest) Execute

type ApiGetOwnerByConsumerUuidRequest

type ApiGetOwnerByConsumerUuidRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiGetOwnerByConsumerUuidRequest) Execute

type ApiGetOwnerContentAccessRequest

type ApiGetOwnerContentAccessRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiGetOwnerContentAccessRequest) Execute

type ApiGetOwnerInfoRequest

type ApiGetOwnerInfoRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiGetOwnerInfoRequest) Execute

type ApiGetOwnerRequest

type ApiGetOwnerRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiGetOwnerRequest) Execute

func (r ApiGetOwnerRequest) Execute() (*OwnerDTO, *http.Response, error)

type ApiGetOwnerSubscriptionsRequest

type ApiGetOwnerSubscriptionsRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiGetOwnerSubscriptionsRequest) Execute

type ApiGetPoolCdnRequest

type ApiGetPoolCdnRequest struct {
	ApiService *PoolsAPIService
	// contains filtered or unexported fields
}

func (ApiGetPoolCdnRequest) Execute

func (r ApiGetPoolCdnRequest) Execute() (*CdnDTO, *http.Response, error)

type ApiGetPoolEntitlementsRequest

type ApiGetPoolEntitlementsRequest struct {
	ApiService *PoolsAPIService
	// contains filtered or unexported fields
}

func (ApiGetPoolEntitlementsRequest) Execute

type ApiGetPoolRequest

type ApiGetPoolRequest struct {
	ApiService *PoolsAPIService
	// contains filtered or unexported fields
}

func (ApiGetPoolRequest) Activeon

func (r ApiGetPoolRequest) Activeon(activeon string) ApiGetPoolRequest

Uses ISO 8601 format

func (ApiGetPoolRequest) Consumer

func (r ApiGetPoolRequest) Consumer(consumer string) ApiGetPoolRequest

Consumer UUID

func (ApiGetPoolRequest) Execute

func (r ApiGetPoolRequest) Execute() (*PoolDTO, *http.Response, error)

type ApiGetProductByIdRequest

type ApiGetProductByIdRequest struct {
	ApiService *OwnerProductAPIService
	// contains filtered or unexported fields
}

func (ApiGetProductByIdRequest) Execute

type ApiGetProductByUuidRequest

type ApiGetProductByUuidRequest struct {
	ApiService *ProductsAPIService
	// contains filtered or unexported fields
}

func (ApiGetProductByUuidRequest) Execute

type ApiGetProductCertificateByIdRequest

type ApiGetProductCertificateByIdRequest struct {
	ApiService *OwnerProductAPIService
	// contains filtered or unexported fields
}

func (ApiGetProductCertificateByIdRequest) Execute

type ApiGetProductsByOwnerRequest

type ApiGetProductsByOwnerRequest struct {
	ApiService *OwnerProductAPIService
	// contains filtered or unexported fields
}

func (ApiGetProductsByOwnerRequest) Execute

func (ApiGetProductsByOwnerRequest) OmitGlobal

whether or not to limit the lookup to only products defined within the organization's namespace, excluding any globally defined products

func (ApiGetProductsByOwnerRequest) Product

The ID of a product to fetch. If defined, the list of products returned by this method will only include those matching the given ID. May be specified multiple times to filter on multiple product IDs.

type ApiGetProductsRequest

type ApiGetProductsRequest struct {
	ApiService *ProductsAPIService
	// contains filtered or unexported fields
}

func (ApiGetProductsRequest) Execute

func (r ApiGetProductsRequest) Execute() ([]ProductDTO, *http.Response, error)

func (ApiGetProductsRequest) Order added in v4.4.6

Direction of ordering

func (ApiGetProductsRequest) Page added in v4.4.6

Page index to return

func (ApiGetProductsRequest) PerPage added in v4.4.6

Number of items to return per page

func (ApiGetProductsRequest) SortBy added in v4.4.6

Property to use for ordering

type ApiGetQueueStatsRequest

type ApiGetQueueStatsRequest struct {
	ApiService *AdminAPIService
	// contains filtered or unexported fields
}

func (ApiGetQueueStatsRequest) Execute

type ApiGetReleaseRequest

type ApiGetReleaseRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiGetReleaseRequest) Execute

type ApiGetRoleByNameRequest

type ApiGetRoleByNameRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiGetRoleByNameRequest) Execute

type ApiGetRolesRequest

type ApiGetRolesRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiGetRolesRequest) Execute

func (r ApiGetRolesRequest) Execute() ([]RoleDTO, *http.Response, error)

type ApiGetRootResourcesRequest

type ApiGetRootResourcesRequest struct {
	ApiService *RootAPIService
	// contains filtered or unexported fields
}

func (ApiGetRootResourcesRequest) Execute

func (r ApiGetRootResourcesRequest) Execute() ([]Link, *http.Response, error)

type ApiGetRulesRequest

type ApiGetRulesRequest struct {
	ApiService *RulesAPIService
	// contains filtered or unexported fields
}

func (ApiGetRulesRequest) Execute

func (r ApiGetRulesRequest) Execute() (string, *http.Response, error)

type ApiGetSchedulerStatusRequest

type ApiGetSchedulerStatusRequest struct {
	ApiService *JobsAPIService
	// contains filtered or unexported fields
}

func (ApiGetSchedulerStatusRequest) Execute

type ApiGetSubCertRequest

type ApiGetSubCertRequest struct {
	ApiService *PoolsAPIService
	// contains filtered or unexported fields
}

func (ApiGetSubCertRequest) Execute

func (r ApiGetSubCertRequest) Execute() (map[string]interface{}, *http.Response, error)

type ApiGetSubscriptionsRequest

type ApiGetSubscriptionsRequest struct {
	ApiService *SubscriptionAPIService
	// contains filtered or unexported fields
}

func (ApiGetSubscriptionsRequest) Execute

type ApiGetSyspurposeRequest

type ApiGetSyspurposeRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiGetSyspurposeRequest) Execute

type ApiGetSystemPurposeComplianceStatusRequest

type ApiGetSystemPurposeComplianceStatusRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiGetSystemPurposeComplianceStatusRequest) Execute

func (ApiGetSystemPurposeComplianceStatusRequest) OnDate

Date to get compliance information for, default is now.

type ApiGetUeberCertificateRequest

type ApiGetUeberCertificateRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiGetUeberCertificateRequest) Execute

type ApiGetUpstreamCertRequest

type ApiGetUpstreamCertRequest struct {
	ApiService *EntitlementsAPIService
	// contains filtered or unexported fields
}

func (ApiGetUpstreamCertRequest) Execute

type ApiGetUpstreamConsumersRequest

type ApiGetUpstreamConsumersRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiGetUpstreamConsumersRequest) Execute

type ApiGetUserInfoRequest

type ApiGetUserInfoRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiGetUserInfoRequest) Execute

func (r ApiGetUserInfoRequest) Execute() (*UserDTO, *http.Response, error)

type ApiGetUserRolesRequest

type ApiGetUserRolesRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiGetUserRolesRequest) Execute

func (r ApiGetUserRolesRequest) Execute() ([]RoleDTO, *http.Response, error)

type ApiGetVersionsRequest

type ApiGetVersionsRequest struct {
	ApiService *DistributorVersionsAPIService
	// contains filtered or unexported fields
}

func (ApiGetVersionsRequest) Capability

func (r ApiGetVersionsRequest) Capability(capability string) ApiGetVersionsRequest

func (ApiGetVersionsRequest) Execute

func (ApiGetVersionsRequest) NameSearch

func (r ApiGetVersionsRequest) NameSearch(nameSearch string) ApiGetVersionsRequest

type ApiHasEntitlementRequest

type ApiHasEntitlementRequest struct {
	ApiService *EntitlementsAPIService
	// contains filtered or unexported fields
}

func (ApiHasEntitlementRequest) Execute

type ApiHealEntireRequest

type ApiHealEntireRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiHealEntireRequest) Execute

type ApiHypervisorHeartbeatUpdateRequest

type ApiHypervisorHeartbeatUpdateRequest struct {
	ApiService *HypervisorsAPIService
	// contains filtered or unexported fields
}

func (ApiHypervisorHeartbeatUpdateRequest) Execute

func (ApiHypervisorHeartbeatUpdateRequest) ReporterId

type ApiHypervisorUpdateAsyncRequest

type ApiHypervisorUpdateAsyncRequest struct {
	ApiService *HypervisorsAPIService
	// contains filtered or unexported fields
}

func (ApiHypervisorUpdateAsyncRequest) Body

Host and Guest mapping details

func (ApiHypervisorUpdateAsyncRequest) CreateMissing

Specify whether or not to create missing hypervisors. Default is true. If false is specified, hypervisorIds that are not found will result in failed entries in the resulting HypervisorCheckInResult.

func (ApiHypervisorUpdateAsyncRequest) Execute

func (ApiHypervisorUpdateAsyncRequest) ReporterId

type ApiImportManifestAsyncRequest

type ApiImportManifestAsyncRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiImportManifestAsyncRequest) Execute

func (ApiImportManifestAsyncRequest) Force

This is used to override the conflicts

func (ApiImportManifestAsyncRequest) Input

type ApiInitializeRequest

type ApiInitializeRequest struct {
	ApiService *AdminAPIService
	// contains filtered or unexported fields
}

func (ApiInitializeRequest) Execute

func (r ApiInitializeRequest) Execute() (string, *http.Response, error)

type ApiListActivationKeyContentOverridesRequest

type ApiListActivationKeyContentOverridesRequest struct {
	ApiService *ActivationKeyAPIService
	// contains filtered or unexported fields
}

func (ApiListActivationKeyContentOverridesRequest) Execute

type ApiListAllForConsumerRequest

type ApiListAllForConsumerRequest struct {
	ApiService *EntitlementsAPIService
	// contains filtered or unexported fields
}

func (ApiListAllForConsumerRequest) Attribute

Attribute filters

func (ApiListAllForConsumerRequest) Consumer

func (ApiListAllForConsumerRequest) Execute

func (ApiListAllForConsumerRequest) Matches

func (ApiListAllForConsumerRequest) Order

Direction of ordering

func (ApiListAllForConsumerRequest) Page

Page index to return

func (ApiListAllForConsumerRequest) PerPage

Number of items to return per page

func (ApiListAllForConsumerRequest) SortBy

Property to use for ordering

type ApiListByDateRequest

type ApiListByDateRequest struct {
	ApiService *DeletedConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiListByDateRequest) Date

Filter deleted consumers to those on or after this date

func (ApiListByDateRequest) Execute

func (ApiListByDateRequest) Order added in v4.4.6

Direction of ordering

func (ApiListByDateRequest) Page added in v4.4.6

Page index to return

func (ApiListByDateRequest) PerPage added in v4.4.6

func (r ApiListByDateRequest) PerPage(perPage int32) ApiListByDateRequest

Number of items to return per page

func (ApiListByDateRequest) SortBy added in v4.4.6

Property to use for ordering

type ApiListConsumerContentOverridesRequest

type ApiListConsumerContentOverridesRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiListConsumerContentOverridesRequest) Execute

type ApiListConsumersRequest

type ApiListConsumersRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiListConsumersRequest) Execute

func (ApiListConsumersRequest) Fact

The consumer facts

func (ApiListConsumersRequest) HypervisorId

func (r ApiListConsumersRequest) HypervisorId(hypervisorId []string) ApiListConsumersRequest

The hypervisor IDs

func (ApiListConsumersRequest) Order

Direction of ordering

func (ApiListConsumersRequest) Page

Page index to return

func (ApiListConsumersRequest) PerPage

Number of items to return per page

func (ApiListConsumersRequest) SortBy

Property to use for ordering

func (ApiListConsumersRequest) Type_

The consumer type

func (ApiListConsumersRequest) Username

The username of the consumer

func (ApiListConsumersRequest) Uuid

The UUID of consumers

type ApiListEntitledConsumerUuidsRequest

type ApiListEntitledConsumerUuidsRequest struct {
	ApiService *PoolsAPIService
	// contains filtered or unexported fields
}

func (ApiListEntitledConsumerUuidsRequest) Execute

type ApiListEntitlementsRequest

type ApiListEntitlementsRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiListEntitlementsRequest) Attribute

Attribute filters

func (ApiListEntitlementsRequest) Execute

func (ApiListEntitlementsRequest) Order

Direction of ordering

func (ApiListEntitlementsRequest) Page

Page index to return

func (ApiListEntitlementsRequest) PerPage

Number of items to return per page

func (ApiListEntitlementsRequest) Product

ID of a Product

func (ApiListEntitlementsRequest) Regen

Boolean flag to regenerate entitlements

func (ApiListEntitlementsRequest) SortBy

Property to use for ordering

type ApiListEnvironmentsRequest

type ApiListEnvironmentsRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiListEnvironmentsRequest) Execute

func (ApiListEnvironmentsRequest) ListAll

List all boolean for environments of all types

func (ApiListEnvironmentsRequest) Name

The name of the environment

func (ApiListEnvironmentsRequest) Type_

The type of the environments

type ApiListJobStatusesRequest

type ApiListJobStatusesRequest struct {
	ApiService *JobsAPIService
	// contains filtered or unexported fields
}

func (ApiListJobStatusesRequest) After

Filter jobs to those on or after this date

func (ApiListJobStatusesRequest) Before

Filter jobs to those on or before this date

func (ApiListJobStatusesRequest) Execute

func (ApiListJobStatusesRequest) Executor

Filter jobs based on executors

func (ApiListJobStatusesRequest) Id

Filter jobs based on ids

func (ApiListJobStatusesRequest) Key

Filter jobs based on keys

func (ApiListJobStatusesRequest) Order

Direction of ordering

func (ApiListJobStatusesRequest) Origin

Filter jobs based on origins

func (ApiListJobStatusesRequest) Owner

Filter jobs based on owners

func (ApiListJobStatusesRequest) Page

Page index to return

func (ApiListJobStatusesRequest) PerPage

Number of items to return per page

func (ApiListJobStatusesRequest) Principal

Filter jobs based on principals

func (ApiListJobStatusesRequest) SortBy

Property to use for ordering

func (ApiListJobStatusesRequest) State

Filter jobs based on statuses

type ApiListOwnerPoolsRequest

type ApiListOwnerPoolsRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiListOwnerPoolsRequest) ActivationKey

func (r ApiListOwnerPoolsRequest) ActivationKey(activationKey string) ApiListOwnerPoolsRequest

The activation key name

func (ApiListOwnerPoolsRequest) Activeon

Active on date

func (ApiListOwnerPoolsRequest) AddFuture

When set to true, it will add future dated pools to the result, based on the activeon date

func (ApiListOwnerPoolsRequest) After

Will only return pools with a start date after the supplied date. Overrides the activeOn date

func (ApiListOwnerPoolsRequest) Attribute

func (r ApiListOwnerPoolsRequest) Attribute(attribute []string) ApiListOwnerPoolsRequest

The attributes to return based on the specified types

func (ApiListOwnerPoolsRequest) Consumer

The consumer UUID

func (ApiListOwnerPoolsRequest) Execute

func (r ApiListOwnerPoolsRequest) Execute() ([]PoolDTO, *http.Response, error)

func (ApiListOwnerPoolsRequest) Listall

Includes pools which are not applicable based on some of the consumer's current system facts (i.e. system architecture, sockets, cores, ram, storage_band, instance_multiplier), but will still filter pools based on other factors, such as pools restricted to a consumer of specific types, usernames, or uuids; pools restricted to guests of specific hosts; non-multi-entitlement pools that the consumer has already attached; unmapped guest pools for which the consumer is ineligible; and expired pools.

func (ApiListOwnerPoolsRequest) Matches

Find pools matching the given pattern in a variety of fields * and ? wildcards are supported; may be specified multiple times

func (ApiListOwnerPoolsRequest) OnlyFuture

func (r ApiListOwnerPoolsRequest) OnlyFuture(onlyFuture bool) ApiListOwnerPoolsRequest

When set to true, it will return only future dated pools to the result, based on the activeon date

func (ApiListOwnerPoolsRequest) Order

Direction of ordering

func (ApiListOwnerPoolsRequest) Page

Page index to return

func (ApiListOwnerPoolsRequest) PerPage

Number of items to return per page

func (ApiListOwnerPoolsRequest) Poolid

One or more pool IDs to use to filter the output; only pools with IDs matching those provided will be returned; may be specified multiple times

func (ApiListOwnerPoolsRequest) Product

The product id

func (ApiListOwnerPoolsRequest) SortBy

Property to use for ordering

func (ApiListOwnerPoolsRequest) Subscription

func (r ApiListOwnerPoolsRequest) Subscription(subscription string) ApiListOwnerPoolsRequest

The subscription id

type ApiListOwnersRequest

type ApiListOwnersRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiListOwnersRequest) Execute

func (r ApiListOwnersRequest) Execute() ([]OwnerDTO, *http.Response, error)

func (ApiListOwnersRequest) Key

The owner key

func (ApiListOwnersRequest) Order added in v4.4.6

Direction of ordering

func (ApiListOwnersRequest) Page added in v4.4.6

Page index to return

func (ApiListOwnersRequest) PerPage added in v4.4.6

func (r ApiListOwnersRequest) PerPage(perPage int32) ApiListOwnersRequest

Number of items to return per page

func (ApiListOwnersRequest) SortBy added in v4.4.6

Property to use for ordering

type ApiListPoolsRequest

type ApiListPoolsRequest struct {
	ApiService *PoolsAPIService
	// contains filtered or unexported fields
}

func (ApiListPoolsRequest) Activeon

func (r ApiListPoolsRequest) Activeon(activeon string) ApiListPoolsRequest

Uses ISO 8601 format

func (ApiListPoolsRequest) Consumer

func (r ApiListPoolsRequest) Consumer(consumer string) ApiListPoolsRequest

Consumer UUID

func (ApiListPoolsRequest) Execute

func (r ApiListPoolsRequest) Execute() ([]PoolDTO, *http.Response, error)

func (ApiListPoolsRequest) Listall

func (r ApiListPoolsRequest) Listall(listall bool) ApiListPoolsRequest

Use with consumerUuid to list all pools available to the consumer. This will include pools which would otherwise be omitted due to a rules warning. (i.e. not recommended) Pools that trigger an error however will still be omitted. (no entitlements available, consumer type mismatch, etc)

func (ApiListPoolsRequest) Order

Direction of ordering

func (ApiListPoolsRequest) Owner

Owner ID

func (ApiListPoolsRequest) Page

Page index to return

func (ApiListPoolsRequest) PerPage

func (r ApiListPoolsRequest) PerPage(perPage int32) ApiListPoolsRequest

Number of items to return per page

func (ApiListPoolsRequest) Product

func (r ApiListPoolsRequest) Product(product string) ApiListPoolsRequest

Product ID

func (ApiListPoolsRequest) SortBy

Property to use for ordering

type ApiListUserOwnersRequest

type ApiListUserOwnersRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiListUserOwnersRequest) Execute

type ApiListUsersRequest

type ApiListUsersRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiListUsersRequest) Execute

func (r ApiListUsersRequest) Execute() ([]UserDTO, *http.Response, error)

type ApiMigrateEntitlementRequest

type ApiMigrateEntitlementRequest struct {
	ApiService *EntitlementsAPIService
	// contains filtered or unexported fields
}

func (ApiMigrateEntitlementRequest) Execute

func (ApiMigrateEntitlementRequest) Quantity

func (ApiMigrateEntitlementRequest) ToConsumer

type ApiOwnerActivationKeysRequest

type ApiOwnerActivationKeysRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiOwnerActivationKeysRequest) Execute

func (ApiOwnerActivationKeysRequest) Name

The name of the activation key

type ApiOwnerEntitlementsRequest

type ApiOwnerEntitlementsRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiOwnerEntitlementsRequest) Attribute

Attribute filters

func (ApiOwnerEntitlementsRequest) Execute

func (ApiOwnerEntitlementsRequest) Order

Direction of ordering

func (ApiOwnerEntitlementsRequest) Page

Page index to return

func (ApiOwnerEntitlementsRequest) PerPage

Number of items to return per page

func (ApiOwnerEntitlementsRequest) Product

The product id

func (ApiOwnerEntitlementsRequest) SortBy

Property to use for ordering

type ApiOwnerServiceLevelsRequest

type ApiOwnerServiceLevelsRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiOwnerServiceLevelsRequest) Execute

func (ApiOwnerServiceLevelsRequest) Exempt

exempt

type ApiPromoteContentRequest

type ApiPromoteContentRequest struct {
	ApiService *EnvironmentAPIService
	// contains filtered or unexported fields
}

func (ApiPromoteContentRequest) ContentToPromoteDTO

func (r ApiPromoteContentRequest) ContentToPromoteDTO(contentToPromoteDTO []ContentToPromoteDTO) ApiPromoteContentRequest

Contents to promote

func (ApiPromoteContentRequest) Execute

func (ApiPromoteContentRequest) LazyRegen

type ApiPutEnvironmentContentOverridesRequest added in v4.4.6

type ApiPutEnvironmentContentOverridesRequest struct {
	ApiService *EnvironmentAPIService
	// contains filtered or unexported fields
}

func (ApiPutEnvironmentContentOverridesRequest) ContentOverrideDTO added in v4.4.6

A list containing the content overrides to apply to the environment

func (ApiPutEnvironmentContentOverridesRequest) Execute added in v4.4.6

type ApiRefreshPoolsForProductRequest

type ApiRefreshPoolsForProductRequest struct {
	ApiService *OwnerProductAPIService
	// contains filtered or unexported fields
}

func (ApiRefreshPoolsForProductRequest) Execute

func (ApiRefreshPoolsForProductRequest) LazyRegen

Regenerate certificates immediatelly or allow them to be regenerated on demand

type ApiRefreshPoolsForProductsRequest

type ApiRefreshPoolsForProductsRequest struct {
	ApiService *ProductsAPIService
	// contains filtered or unexported fields
}

func (ApiRefreshPoolsForProductsRequest) Execute

func (ApiRefreshPoolsForProductsRequest) LazyRegen

Regenerate certificates immediatelly or allow them to be regenerated on demand

func (ApiRefreshPoolsForProductsRequest) Product

Multiple product Ids

type ApiRefreshPoolsRequest

type ApiRefreshPoolsRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiRefreshPoolsRequest) AutoCreateOwner

func (r ApiRefreshPoolsRequest) AutoCreateOwner(autoCreateOwner bool) ApiRefreshPoolsRequest

Specify whether or not to create an owner automatically. Default is false.

func (ApiRefreshPoolsRequest) Execute

type ApiRegenerateEntitlementCertificatesForProductRequest

type ApiRegenerateEntitlementCertificatesForProductRequest struct {
	ApiService *EntitlementsAPIService
	// contains filtered or unexported fields
}

func (ApiRegenerateEntitlementCertificatesForProductRequest) Execute

func (ApiRegenerateEntitlementCertificatesForProductRequest) LazyRegen

type ApiRegenerateEntitlementCertificatesRequest

type ApiRegenerateEntitlementCertificatesRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiRegenerateEntitlementCertificatesRequest) CleanupEntitlements

Whether or not to remove unnecessary or unused entitlements for the consumer before regenerating certificates

func (ApiRegenerateEntitlementCertificatesRequest) Entitlement

Entitlement ID

func (ApiRegenerateEntitlementCertificatesRequest) Execute

func (ApiRegenerateEntitlementCertificatesRequest) LazyRegen

Lazy regeneration of entitlement certs

type ApiRegenerateIdentityCertificatesRequest

type ApiRegenerateIdentityCertificatesRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiRegenerateIdentityCertificatesRequest) Execute

type ApiRemoveContentFromProductRequest

type ApiRemoveContentFromProductRequest struct {
	ApiService *OwnerProductAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveContentFromProductRequest) Execute

type ApiRemoveContentRequest

type ApiRemoveContentRequest struct {
	ApiService *OwnerContentAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveContentRequest) Execute

func (r ApiRemoveContentRequest) Execute() (*http.Response, error)

type ApiRemoveContentsFromProductRequest

type ApiRemoveContentsFromProductRequest struct {
	ApiService *OwnerProductAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveContentsFromProductRequest) Execute

func (ApiRemoveContentsFromProductRequest) RequestBody

Content IDs

type ApiRemoveDeletionRecordRequest

type ApiRemoveDeletionRecordRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveDeletionRecordRequest) Execute

type ApiRemovePoolFromKeyRequest

type ApiRemovePoolFromKeyRequest struct {
	ApiService *ActivationKeyAPIService
	// contains filtered or unexported fields
}

func (ApiRemovePoolFromKeyRequest) Execute

type ApiRemoveProductIdFromKeyRequest

type ApiRemoveProductIdFromKeyRequest struct {
	ApiService *ActivationKeyAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveProductIdFromKeyRequest) Execute

type ApiRemoveProductRequest

type ApiRemoveProductRequest struct {
	ApiService *OwnerProductAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveProductRequest) Execute

func (r ApiRemoveProductRequest) Execute() (*http.Response, error)

type ApiRemoveRolePermissionRequest

type ApiRemoveRolePermissionRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveRolePermissionRequest) Execute

type ApiScheduleJobRequest

type ApiScheduleJobRequest struct {
	ApiService *JobsAPIService
	// contains filtered or unexported fields
}

func (ApiScheduleJobRequest) Execute

type ApiSearchConsumersRequest

type ApiSearchConsumersRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiSearchConsumersRequest) Execute

func (ApiSearchConsumersRequest) Fact

The consumer facts

func (ApiSearchConsumersRequest) HypervisorId

func (r ApiSearchConsumersRequest) HypervisorId(hypervisorId []string) ApiSearchConsumersRequest

Hypervisor IDs

func (ApiSearchConsumersRequest) Order

Direction of ordering

func (ApiSearchConsumersRequest) Owner

Owner key

func (ApiSearchConsumersRequest) Page

Page index to return

func (ApiSearchConsumersRequest) PerPage

Number of items to return per page

func (ApiSearchConsumersRequest) RegistrationAuthenticationMethod

func (r ApiSearchConsumersRequest) RegistrationAuthenticationMethod(registrationAuthenticationMethod string) ApiSearchConsumersRequest

Registration Authentication Method

func (ApiSearchConsumersRequest) SortBy

Property to use for ordering

func (ApiSearchConsumersRequest) Type_

Consumer type

func (ApiSearchConsumersRequest) Username

Username

func (ApiSearchConsumersRequest) Uuid

The UUID of consumers

type ApiSetLogLevelRequest

type ApiSetLogLevelRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiSetLogLevelRequest) Execute

func (r ApiSetLogLevelRequest) Execute() (*OwnerDTO, *http.Response, error)

func (ApiSetLogLevelRequest) Level

The log level

type ApiSetSchedulerStatusRequest

type ApiSetSchedulerStatusRequest struct {
	ApiService *JobsAPIService
	// contains filtered or unexported fields
}

func (ApiSetSchedulerStatusRequest) Execute

func (ApiSetSchedulerStatusRequest) Running

Boolean value to set running status

type ApiStatusRequest

type ApiStatusRequest struct {
	ApiService *StatusAPIService
	// contains filtered or unexported fields
}

func (ApiStatusRequest) Execute

func (r ApiStatusRequest) Execute() (*StatusDTO, *http.Response, error)

type ApiUnbindAllRequest

type ApiUnbindAllRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiUnbindAllRequest) Execute

type ApiUnbindByEntitlementIdRequest

type ApiUnbindByEntitlementIdRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiUnbindByEntitlementIdRequest) Execute

type ApiUnbindByPoolRequest

type ApiUnbindByPoolRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiUnbindByPoolRequest) Execute

func (r ApiUnbindByPoolRequest) Execute() (*http.Response, error)

type ApiUnbindBySerialRequest

type ApiUnbindBySerialRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiUnbindBySerialRequest) Execute

func (r ApiUnbindBySerialRequest) Execute() (*http.Response, error)

type ApiUnbindRequest

type ApiUnbindRequest struct {
	ApiService *EntitlementsAPIService
	// contains filtered or unexported fields
}

func (ApiUnbindRequest) Execute

func (r ApiUnbindRequest) Execute() (*http.Response, error)

type ApiUndoImportsRequest

type ApiUndoImportsRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiUndoImportsRequest) Execute

type ApiUpdateActivationKeyRequest

type ApiUpdateActivationKeyRequest struct {
	ApiService *ActivationKeyAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateActivationKeyRequest) ActivationKeyDTO

Activation key to be updated

func (ApiUpdateActivationKeyRequest) Execute

type ApiUpdateCdnRequest

type ApiUpdateCdnRequest struct {
	ApiService *CdnAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateCdnRequest) CdnDTO

Fields that needs to be updated for specified CDN

func (ApiUpdateCdnRequest) Execute

func (r ApiUpdateCdnRequest) Execute() (*CdnDTO, *http.Response, error)

type ApiUpdateConsumerRequest

type ApiUpdateConsumerRequest struct {
	ApiService *ConsumerAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateConsumerRequest) ConsumerDTO

Consumer to be updated

func (ApiUpdateConsumerRequest) Execute

func (r ApiUpdateConsumerRequest) Execute() (*http.Response, error)

type ApiUpdateConsumerTypeRequest

type ApiUpdateConsumerTypeRequest struct {
	ApiService *ConsumerTypeAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateConsumerTypeRequest) ConsumerTypeDTO

The fields and updated values to apply to the specified consumer type

func (ApiUpdateConsumerTypeRequest) Execute

type ApiUpdateContentRequest

type ApiUpdateContentRequest struct {
	ApiService *OwnerContentAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateContentRequest) ContentDTO

Content to be updated

func (ApiUpdateContentRequest) Execute

type ApiUpdateEntitlementRequest

type ApiUpdateEntitlementRequest struct {
	ApiService *EntitlementsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateEntitlementRequest) EntitlementDTO

Updated entitlement

func (ApiUpdateEntitlementRequest) Execute

type ApiUpdateGuestRequest

type ApiUpdateGuestRequest struct {
	ApiService *GuestIdsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateGuestRequest) Execute

func (r ApiUpdateGuestRequest) Execute() (*http.Response, error)

func (ApiUpdateGuestRequest) GuestIdDTO

func (r ApiUpdateGuestRequest) GuestIdDTO(guestIdDTO GuestIdDTO) ApiUpdateGuestRequest

Updated guest data

type ApiUpdateGuestsRequest

type ApiUpdateGuestsRequest struct {
	ApiService *GuestIdsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateGuestsRequest) Execute

func (r ApiUpdateGuestsRequest) Execute() (*http.Response, error)

func (ApiUpdateGuestsRequest) GuestIdDTO

func (r ApiUpdateGuestsRequest) GuestIdDTO(guestIdDTO []GuestIdDTO) ApiUpdateGuestsRequest

The list of the guests to be updated

type ApiUpdateOwnerRequest

type ApiUpdateOwnerRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateOwnerRequest) Execute

func (r ApiUpdateOwnerRequest) Execute() (*OwnerDTO, *http.Response, error)

func (ApiUpdateOwnerRequest) OwnerDTO

Owner to be updated

type ApiUpdatePoolRequest

type ApiUpdatePoolRequest struct {
	ApiService *OwnerAPIService
	// contains filtered or unexported fields
}

func (ApiUpdatePoolRequest) Execute

func (r ApiUpdatePoolRequest) Execute() (*http.Response, error)

func (ApiUpdatePoolRequest) PoolDTO

A pool to be updated

type ApiUpdateProductRequest

type ApiUpdateProductRequest struct {
	ApiService *OwnerProductAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateProductRequest) Execute

func (ApiUpdateProductRequest) ProductDTO

Product to be updated

type ApiUpdateRequest

type ApiUpdateRequest struct {
	ApiService *DistributorVersionsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateRequest) DistributorVersionDTO

func (r ApiUpdateRequest) DistributorVersionDTO(distributorVersionDTO DistributorVersionDTO) ApiUpdateRequest

The fields and updated values to apply to the specified distributor version

func (ApiUpdateRequest) Execute

type ApiUpdateRoleRequest

type ApiUpdateRoleRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateRoleRequest) Execute

func (r ApiUpdateRoleRequest) Execute() (*RoleDTO, *http.Response, error)

func (ApiUpdateRoleRequest) RoleDTO

Role

type ApiUpdateUserRequest

type ApiUpdateUserRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateUserRequest) Execute

func (r ApiUpdateUserRequest) Execute() (*UserDTO, *http.Response, error)

func (ApiUpdateUserRequest) UserDTO

The updated user

type AsyncJobStatusDTO

type AsyncJobStatusDTO struct {
	Created       *string `json:"created,omitempty"`
	Updated       *string `json:"updated,omitempty"`
	Id            *string `json:"id,omitempty"`
	Key           *string `json:"key,omitempty"`
	Name          *string `json:"name,omitempty"`
	Group         *string `json:"group,omitempty"`
	Origin        *string `json:"origin,omitempty"`
	Executor      *string `json:"executor,omitempty"`
	Principal     *string `json:"principal,omitempty"`
	State         *string `json:"state,omitempty"`
	PreviousState *string `json:"previousState,omitempty"`
	StartTime     *string `json:"startTime,omitempty"`
	EndTime       *string `json:"endTime,omitempty"`
	Attempts      *int32  `json:"attempts,omitempty"`
	MaxAttempts   *int32  `json:"maxAttempts,omitempty"`
	StatusPath    *string `json:"statusPath,omitempty"`
	// May contain a single message or job data as JSON
	ResultData map[string]interface{} `json:"resultData,omitempty"`
}

AsyncJobStatusDTO DTO representing an async job status

func NewAsyncJobStatusDTO

func NewAsyncJobStatusDTO() *AsyncJobStatusDTO

NewAsyncJobStatusDTO instantiates a new AsyncJobStatusDTO 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 NewAsyncJobStatusDTOWithDefaults

func NewAsyncJobStatusDTOWithDefaults() *AsyncJobStatusDTO

NewAsyncJobStatusDTOWithDefaults instantiates a new AsyncJobStatusDTO 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 (*AsyncJobStatusDTO) GetAttempts

func (o *AsyncJobStatusDTO) GetAttempts() int32

GetAttempts returns the Attempts field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetAttemptsOk

func (o *AsyncJobStatusDTO) GetAttemptsOk() (*int32, bool)

GetAttemptsOk returns a tuple with the Attempts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetCreated

func (o *AsyncJobStatusDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetCreatedOk

func (o *AsyncJobStatusDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetEndTime

func (o *AsyncJobStatusDTO) GetEndTime() string

GetEndTime returns the EndTime field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetEndTimeOk

func (o *AsyncJobStatusDTO) GetEndTimeOk() (*string, bool)

GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetExecutor

func (o *AsyncJobStatusDTO) GetExecutor() string

GetExecutor returns the Executor field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetExecutorOk

func (o *AsyncJobStatusDTO) GetExecutorOk() (*string, bool)

GetExecutorOk returns a tuple with the Executor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetGroup

func (o *AsyncJobStatusDTO) GetGroup() string

GetGroup returns the Group field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetGroupOk

func (o *AsyncJobStatusDTO) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetId

func (o *AsyncJobStatusDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetIdOk

func (o *AsyncJobStatusDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetKey

func (o *AsyncJobStatusDTO) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetKeyOk

func (o *AsyncJobStatusDTO) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetMaxAttempts

func (o *AsyncJobStatusDTO) GetMaxAttempts() int32

GetMaxAttempts returns the MaxAttempts field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetMaxAttemptsOk

func (o *AsyncJobStatusDTO) GetMaxAttemptsOk() (*int32, bool)

GetMaxAttemptsOk returns a tuple with the MaxAttempts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetName

func (o *AsyncJobStatusDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetNameOk

func (o *AsyncJobStatusDTO) 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 (*AsyncJobStatusDTO) GetOrigin

func (o *AsyncJobStatusDTO) GetOrigin() string

GetOrigin returns the Origin field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetOriginOk

func (o *AsyncJobStatusDTO) GetOriginOk() (*string, bool)

GetOriginOk returns a tuple with the Origin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetPreviousState

func (o *AsyncJobStatusDTO) GetPreviousState() string

GetPreviousState returns the PreviousState field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetPreviousStateOk

func (o *AsyncJobStatusDTO) GetPreviousStateOk() (*string, bool)

GetPreviousStateOk returns a tuple with the PreviousState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetPrincipal

func (o *AsyncJobStatusDTO) GetPrincipal() string

GetPrincipal returns the Principal field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetPrincipalOk

func (o *AsyncJobStatusDTO) GetPrincipalOk() (*string, bool)

GetPrincipalOk returns a tuple with the Principal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetResultData

func (o *AsyncJobStatusDTO) GetResultData() map[string]interface{}

GetResultData returns the ResultData field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetResultDataOk

func (o *AsyncJobStatusDTO) GetResultDataOk() (map[string]interface{}, bool)

GetResultDataOk returns a tuple with the ResultData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetStartTime

func (o *AsyncJobStatusDTO) GetStartTime() string

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetStartTimeOk

func (o *AsyncJobStatusDTO) GetStartTimeOk() (*string, bool)

GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetState

func (o *AsyncJobStatusDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetStateOk

func (o *AsyncJobStatusDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetStatusPath

func (o *AsyncJobStatusDTO) GetStatusPath() string

GetStatusPath returns the StatusPath field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetStatusPathOk

func (o *AsyncJobStatusDTO) GetStatusPathOk() (*string, bool)

GetStatusPathOk returns a tuple with the StatusPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) GetUpdated

func (o *AsyncJobStatusDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*AsyncJobStatusDTO) GetUpdatedOk

func (o *AsyncJobStatusDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AsyncJobStatusDTO) HasAttempts

func (o *AsyncJobStatusDTO) HasAttempts() bool

HasAttempts returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasCreated

func (o *AsyncJobStatusDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasEndTime

func (o *AsyncJobStatusDTO) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasExecutor

func (o *AsyncJobStatusDTO) HasExecutor() bool

HasExecutor returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasGroup

func (o *AsyncJobStatusDTO) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasId

func (o *AsyncJobStatusDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasKey

func (o *AsyncJobStatusDTO) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasMaxAttempts

func (o *AsyncJobStatusDTO) HasMaxAttempts() bool

HasMaxAttempts returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasName

func (o *AsyncJobStatusDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasOrigin

func (o *AsyncJobStatusDTO) HasOrigin() bool

HasOrigin returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasPreviousState

func (o *AsyncJobStatusDTO) HasPreviousState() bool

HasPreviousState returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasPrincipal

func (o *AsyncJobStatusDTO) HasPrincipal() bool

HasPrincipal returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasResultData

func (o *AsyncJobStatusDTO) HasResultData() bool

HasResultData returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasStartTime

func (o *AsyncJobStatusDTO) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasState

func (o *AsyncJobStatusDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasStatusPath

func (o *AsyncJobStatusDTO) HasStatusPath() bool

HasStatusPath returns a boolean if a field has been set.

func (*AsyncJobStatusDTO) HasUpdated

func (o *AsyncJobStatusDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (AsyncJobStatusDTO) MarshalJSON

func (o AsyncJobStatusDTO) MarshalJSON() ([]byte, error)

func (*AsyncJobStatusDTO) SetAttempts

func (o *AsyncJobStatusDTO) SetAttempts(v int32)

SetAttempts gets a reference to the given int32 and assigns it to the Attempts field.

func (*AsyncJobStatusDTO) SetCreated

func (o *AsyncJobStatusDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*AsyncJobStatusDTO) SetEndTime

func (o *AsyncJobStatusDTO) SetEndTime(v string)

SetEndTime gets a reference to the given string and assigns it to the EndTime field.

func (*AsyncJobStatusDTO) SetExecutor

func (o *AsyncJobStatusDTO) SetExecutor(v string)

SetExecutor gets a reference to the given string and assigns it to the Executor field.

func (*AsyncJobStatusDTO) SetGroup

func (o *AsyncJobStatusDTO) SetGroup(v string)

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*AsyncJobStatusDTO) SetId

func (o *AsyncJobStatusDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*AsyncJobStatusDTO) SetKey

func (o *AsyncJobStatusDTO) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*AsyncJobStatusDTO) SetMaxAttempts

func (o *AsyncJobStatusDTO) SetMaxAttempts(v int32)

SetMaxAttempts gets a reference to the given int32 and assigns it to the MaxAttempts field.

func (*AsyncJobStatusDTO) SetName

func (o *AsyncJobStatusDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AsyncJobStatusDTO) SetOrigin

func (o *AsyncJobStatusDTO) SetOrigin(v string)

SetOrigin gets a reference to the given string and assigns it to the Origin field.

func (*AsyncJobStatusDTO) SetPreviousState

func (o *AsyncJobStatusDTO) SetPreviousState(v string)

SetPreviousState gets a reference to the given string and assigns it to the PreviousState field.

func (*AsyncJobStatusDTO) SetPrincipal

func (o *AsyncJobStatusDTO) SetPrincipal(v string)

SetPrincipal gets a reference to the given string and assigns it to the Principal field.

func (*AsyncJobStatusDTO) SetResultData

func (o *AsyncJobStatusDTO) SetResultData(v map[string]interface{})

SetResultData gets a reference to the given map[string]interface{} and assigns it to the ResultData field.

func (*AsyncJobStatusDTO) SetStartTime

func (o *AsyncJobStatusDTO) SetStartTime(v string)

SetStartTime gets a reference to the given string and assigns it to the StartTime field.

func (*AsyncJobStatusDTO) SetState

func (o *AsyncJobStatusDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*AsyncJobStatusDTO) SetStatusPath

func (o *AsyncJobStatusDTO) SetStatusPath(v string)

SetStatusPath gets a reference to the given string and assigns it to the StatusPath field.

func (*AsyncJobStatusDTO) SetUpdated

func (o *AsyncJobStatusDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (AsyncJobStatusDTO) ToMap

func (o AsyncJobStatusDTO) ToMap() (map[string]interface{}, error)

type AttributeDTO

type AttributeDTO struct {
	Name  *string `json:"name,omitempty"`
	Value *string `json:"value,omitempty"`
}

AttributeDTO Represents the attribute as a name-value pair

func NewAttributeDTO

func NewAttributeDTO() *AttributeDTO

NewAttributeDTO instantiates a new AttributeDTO 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 NewAttributeDTOWithDefaults

func NewAttributeDTOWithDefaults() *AttributeDTO

NewAttributeDTOWithDefaults instantiates a new AttributeDTO 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 (*AttributeDTO) GetName

func (o *AttributeDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AttributeDTO) GetNameOk

func (o *AttributeDTO) 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 (*AttributeDTO) GetValue

func (o *AttributeDTO) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*AttributeDTO) GetValueOk

func (o *AttributeDTO) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeDTO) HasName

func (o *AttributeDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*AttributeDTO) HasValue

func (o *AttributeDTO) HasValue() bool

HasValue returns a boolean if a field has been set.

func (AttributeDTO) MarshalJSON

func (o AttributeDTO) MarshalJSON() ([]byte, error)

func (*AttributeDTO) SetName

func (o *AttributeDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AttributeDTO) SetValue

func (o *AttributeDTO) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (AttributeDTO) ToMap

func (o AttributeDTO) 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 BrandingDTO

type BrandingDTO struct {
	Created   *string `json:"created,omitempty"`
	Updated   *string `json:"updated,omitempty"`
	ProductId string  `json:"productId"`
	Name      string  `json:"name"`
	Type      string  `json:"type"`
}

BrandingDTO Represents the branding. It indicates that a particular engineering product ID is being rebranded by the entitlement to the given name. The type is used by clients to determine what action to take with the brand name.

func NewBrandingDTO

func NewBrandingDTO(productId string, name string, type_ string) *BrandingDTO

NewBrandingDTO instantiates a new BrandingDTO 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 NewBrandingDTOWithDefaults

func NewBrandingDTOWithDefaults() *BrandingDTO

NewBrandingDTOWithDefaults instantiates a new BrandingDTO 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 (*BrandingDTO) GetCreated

func (o *BrandingDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*BrandingDTO) GetCreatedOk

func (o *BrandingDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BrandingDTO) GetName

func (o *BrandingDTO) GetName() string

GetName returns the Name field value

func (*BrandingDTO) GetNameOk

func (o *BrandingDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*BrandingDTO) GetProductId

func (o *BrandingDTO) GetProductId() string

GetProductId returns the ProductId field value

func (*BrandingDTO) GetProductIdOk

func (o *BrandingDTO) GetProductIdOk() (*string, bool)

GetProductIdOk returns a tuple with the ProductId field value and a boolean to check if the value has been set.

func (*BrandingDTO) GetType

func (o *BrandingDTO) GetType() string

GetType returns the Type field value

func (*BrandingDTO) GetTypeOk

func (o *BrandingDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*BrandingDTO) GetUpdated

func (o *BrandingDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*BrandingDTO) GetUpdatedOk

func (o *BrandingDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BrandingDTO) HasCreated

func (o *BrandingDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*BrandingDTO) HasUpdated

func (o *BrandingDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (BrandingDTO) MarshalJSON

func (o BrandingDTO) MarshalJSON() ([]byte, error)

func (*BrandingDTO) SetCreated

func (o *BrandingDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*BrandingDTO) SetName

func (o *BrandingDTO) SetName(v string)

SetName sets field value

func (*BrandingDTO) SetProductId

func (o *BrandingDTO) SetProductId(v string)

SetProductId sets field value

func (*BrandingDTO) SetType

func (o *BrandingDTO) SetType(v string)

SetType sets field value

func (*BrandingDTO) SetUpdated

func (o *BrandingDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (BrandingDTO) ToMap

func (o BrandingDTO) ToMap() (map[string]interface{}, error)

func (*BrandingDTO) UnmarshalJSON

func (o *BrandingDTO) UnmarshalJSON(data []byte) (err error)

type CapabilityDTO

type CapabilityDTO struct {
	Id   *string `json:"id,omitempty"`
	Name string  `json:"name"`
}

CapabilityDTO Represents a consumer capability

func NewCapabilityDTO

func NewCapabilityDTO(name string) *CapabilityDTO

NewCapabilityDTO instantiates a new CapabilityDTO 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 NewCapabilityDTOWithDefaults

func NewCapabilityDTOWithDefaults() *CapabilityDTO

NewCapabilityDTOWithDefaults instantiates a new CapabilityDTO 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 (*CapabilityDTO) GetId

func (o *CapabilityDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*CapabilityDTO) GetIdOk

func (o *CapabilityDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CapabilityDTO) GetName

func (o *CapabilityDTO) GetName() string

GetName returns the Name field value

func (*CapabilityDTO) GetNameOk

func (o *CapabilityDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CapabilityDTO) HasId

func (o *CapabilityDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (CapabilityDTO) MarshalJSON

func (o CapabilityDTO) MarshalJSON() ([]byte, error)

func (*CapabilityDTO) SetId

func (o *CapabilityDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*CapabilityDTO) SetName

func (o *CapabilityDTO) SetName(v string)

SetName sets field value

func (CapabilityDTO) ToMap

func (o CapabilityDTO) ToMap() (map[string]interface{}, error)

func (*CapabilityDTO) UnmarshalJSON

func (o *CapabilityDTO) UnmarshalJSON(data []byte) (err error)

type CdnAPIService

type CdnAPIService service

CdnAPIService CdnAPI service

func (*CdnAPIService) CreateCdn

CreateCdn Method for CreateCdn

Creates a new CDN

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCdnRequest

func (*CdnAPIService) CreateCdnExecute

func (a *CdnAPIService) CreateCdnExecute(r ApiCreateCdnRequest) (*CdnDTO, *http.Response, error)

Execute executes the request

@return CdnDTO

func (*CdnAPIService) DeleteCdn

func (a *CdnAPIService) DeleteCdn(ctx context.Context, label string) ApiDeleteCdnRequest

DeleteCdn Method for DeleteCdn

Deletes a CDN

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param label
@return ApiDeleteCdnRequest

func (*CdnAPIService) DeleteCdnExecute

func (a *CdnAPIService) DeleteCdnExecute(r ApiDeleteCdnRequest) (*http.Response, error)

Execute executes the request

func (*CdnAPIService) GetContentDeliveryNetworks

func (a *CdnAPIService) GetContentDeliveryNetworks(ctx context.Context) ApiGetContentDeliveryNetworksRequest

GetContentDeliveryNetworks Method for GetContentDeliveryNetworks

Retrieves a list of CDN's

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetContentDeliveryNetworksRequest

func (*CdnAPIService) GetContentDeliveryNetworksExecute

func (a *CdnAPIService) GetContentDeliveryNetworksExecute(r ApiGetContentDeliveryNetworksRequest) ([]CdnDTO, *http.Response, error)

Execute executes the request

@return []CdnDTO

func (*CdnAPIService) UpdateCdn

func (a *CdnAPIService) UpdateCdn(ctx context.Context, label string) ApiUpdateCdnRequest

UpdateCdn Method for UpdateCdn

Updates a CDN

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param label
@return ApiUpdateCdnRequest

func (*CdnAPIService) UpdateCdnExecute

func (a *CdnAPIService) UpdateCdnExecute(r ApiUpdateCdnRequest) (*CdnDTO, *http.Response, error)

Execute executes the request

@return CdnDTO

type CdnDTO

type CdnDTO struct {
	Created     *string         `json:"created,omitempty"`
	Updated     *string         `json:"updated,omitempty"`
	Id          *string         `json:"id,omitempty"`
	Label       *string         `json:"label,omitempty"`
	Name        *string         `json:"name,omitempty"`
	Url         *string         `json:"url,omitempty"`
	Certificate *CertificateDTO `json:"certificate,omitempty"`
}

CdnDTO DTO representing a Cdn

func NewCdnDTO

func NewCdnDTO() *CdnDTO

NewCdnDTO instantiates a new CdnDTO 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 NewCdnDTOWithDefaults

func NewCdnDTOWithDefaults() *CdnDTO

NewCdnDTOWithDefaults instantiates a new CdnDTO 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 (*CdnDTO) GetCertificate

func (o *CdnDTO) GetCertificate() CertificateDTO

GetCertificate returns the Certificate field value if set, zero value otherwise.

func (*CdnDTO) GetCertificateOk

func (o *CdnDTO) GetCertificateOk() (*CertificateDTO, bool)

GetCertificateOk returns a tuple with the Certificate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CdnDTO) GetCreated

func (o *CdnDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*CdnDTO) GetCreatedOk

func (o *CdnDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CdnDTO) GetId

func (o *CdnDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*CdnDTO) GetIdOk

func (o *CdnDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CdnDTO) GetLabel

func (o *CdnDTO) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*CdnDTO) GetLabelOk

func (o *CdnDTO) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CdnDTO) GetName

func (o *CdnDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CdnDTO) GetNameOk

func (o *CdnDTO) 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 (*CdnDTO) GetUpdated

func (o *CdnDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*CdnDTO) GetUpdatedOk

func (o *CdnDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CdnDTO) GetUrl

func (o *CdnDTO) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*CdnDTO) GetUrlOk

func (o *CdnDTO) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CdnDTO) HasCertificate

func (o *CdnDTO) HasCertificate() bool

HasCertificate returns a boolean if a field has been set.

func (*CdnDTO) HasCreated

func (o *CdnDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*CdnDTO) HasId

func (o *CdnDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*CdnDTO) HasLabel

func (o *CdnDTO) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*CdnDTO) HasName

func (o *CdnDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*CdnDTO) HasUpdated

func (o *CdnDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*CdnDTO) HasUrl

func (o *CdnDTO) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (CdnDTO) MarshalJSON

func (o CdnDTO) MarshalJSON() ([]byte, error)

func (*CdnDTO) SetCertificate

func (o *CdnDTO) SetCertificate(v CertificateDTO)

SetCertificate gets a reference to the given CertificateDTO and assigns it to the Certificate field.

func (*CdnDTO) SetCreated

func (o *CdnDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*CdnDTO) SetId

func (o *CdnDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*CdnDTO) SetLabel

func (o *CdnDTO) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*CdnDTO) SetName

func (o *CdnDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CdnDTO) SetUpdated

func (o *CdnDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*CdnDTO) SetUrl

func (o *CdnDTO) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (CdnDTO) ToMap

func (o CdnDTO) ToMap() (map[string]interface{}, error)

type CertificateDTO

type CertificateDTO struct {
	Created *string               `json:"created,omitempty"`
	Updated *string               `json:"updated,omitempty"`
	Id      *string               `json:"id,omitempty"`
	Key     *string               `json:"key,omitempty"`
	Cert    *string               `json:"cert,omitempty"`
	Serial  *CertificateSerialDTO `json:"serial,omitempty"`
}

CertificateDTO Represents certificate details

func NewCertificateDTO

func NewCertificateDTO() *CertificateDTO

NewCertificateDTO instantiates a new CertificateDTO 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 NewCertificateDTOWithDefaults

func NewCertificateDTOWithDefaults() *CertificateDTO

NewCertificateDTOWithDefaults instantiates a new CertificateDTO 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 (*CertificateDTO) GetCert

func (o *CertificateDTO) GetCert() string

GetCert returns the Cert field value if set, zero value otherwise.

func (*CertificateDTO) GetCertOk

func (o *CertificateDTO) GetCertOk() (*string, bool)

GetCertOk returns a tuple with the Cert field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateDTO) GetCreated

func (o *CertificateDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*CertificateDTO) GetCreatedOk

func (o *CertificateDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateDTO) GetId

func (o *CertificateDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*CertificateDTO) GetIdOk

func (o *CertificateDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateDTO) GetKey

func (o *CertificateDTO) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*CertificateDTO) GetKeyOk

func (o *CertificateDTO) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateDTO) GetSerial

func (o *CertificateDTO) GetSerial() CertificateSerialDTO

GetSerial returns the Serial field value if set, zero value otherwise.

func (*CertificateDTO) GetSerialOk

func (o *CertificateDTO) GetSerialOk() (*CertificateSerialDTO, bool)

GetSerialOk returns a tuple with the Serial field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateDTO) GetUpdated

func (o *CertificateDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*CertificateDTO) GetUpdatedOk

func (o *CertificateDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateDTO) HasCert

func (o *CertificateDTO) HasCert() bool

HasCert returns a boolean if a field has been set.

func (*CertificateDTO) HasCreated

func (o *CertificateDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*CertificateDTO) HasId

func (o *CertificateDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*CertificateDTO) HasKey

func (o *CertificateDTO) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*CertificateDTO) HasSerial

func (o *CertificateDTO) HasSerial() bool

HasSerial returns a boolean if a field has been set.

func (*CertificateDTO) HasUpdated

func (o *CertificateDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (CertificateDTO) MarshalJSON

func (o CertificateDTO) MarshalJSON() ([]byte, error)

func (*CertificateDTO) SetCert

func (o *CertificateDTO) SetCert(v string)

SetCert gets a reference to the given string and assigns it to the Cert field.

func (*CertificateDTO) SetCreated

func (o *CertificateDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*CertificateDTO) SetId

func (o *CertificateDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*CertificateDTO) SetKey

func (o *CertificateDTO) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*CertificateDTO) SetSerial

func (o *CertificateDTO) SetSerial(v CertificateSerialDTO)

SetSerial gets a reference to the given CertificateSerialDTO and assigns it to the Serial field.

func (*CertificateDTO) SetUpdated

func (o *CertificateDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (CertificateDTO) ToMap

func (o CertificateDTO) ToMap() (map[string]interface{}, error)

type CertificateRevocationListAPIService

type CertificateRevocationListAPIService service

CertificateRevocationListAPIService CertificateRevocationListAPI service

func (*CertificateRevocationListAPIService) GetCurrentCrl

GetCurrentCrl Method for GetCurrentCrl

Retrieves the list of all revoked certificate serial ids that are not expired

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCurrentCrlRequest

func (*CertificateRevocationListAPIService) GetCurrentCrlExecute

Execute executes the request

@return []int64

type CertificateSerialAPIService

type CertificateSerialAPIService service

CertificateSerialAPIService CertificateSerialAPI service

func (*CertificateSerialAPIService) GetCertificateSerial

GetCertificateSerial Method for GetCertificateSerial

Retrieves a single Certificate Serial

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the certificate serial to retrieve
@return ApiGetCertificateSerialRequest

func (*CertificateSerialAPIService) GetCertificateSerialExecute

Execute executes the request

@return CertificateSerialDTO

type CertificateSerialDTO

type CertificateSerialDTO struct {
	Created    *string `json:"created,omitempty"`
	Updated    *string `json:"updated,omitempty"`
	Id         *int64  `json:"id,omitempty"`
	Serial     *int64  `json:"serial,omitempty"`
	Expiration *string `json:"expiration,omitempty"`
	Revoked    *bool   `json:"revoked,omitempty"`
}

CertificateSerialDTO Represents a database sequence used to ensure certificates receive unique serial numbers

func NewCertificateSerialDTO

func NewCertificateSerialDTO() *CertificateSerialDTO

NewCertificateSerialDTO instantiates a new CertificateSerialDTO 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 NewCertificateSerialDTOWithDefaults

func NewCertificateSerialDTOWithDefaults() *CertificateSerialDTO

NewCertificateSerialDTOWithDefaults instantiates a new CertificateSerialDTO 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 (*CertificateSerialDTO) GetCreated

func (o *CertificateSerialDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*CertificateSerialDTO) GetCreatedOk

func (o *CertificateSerialDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateSerialDTO) GetExpiration

func (o *CertificateSerialDTO) GetExpiration() string

GetExpiration returns the Expiration field value if set, zero value otherwise.

func (*CertificateSerialDTO) GetExpirationOk

func (o *CertificateSerialDTO) GetExpirationOk() (*string, bool)

GetExpirationOk returns a tuple with the Expiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateSerialDTO) GetId

func (o *CertificateSerialDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*CertificateSerialDTO) GetIdOk

func (o *CertificateSerialDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateSerialDTO) GetRevoked

func (o *CertificateSerialDTO) GetRevoked() bool

GetRevoked returns the Revoked field value if set, zero value otherwise.

func (*CertificateSerialDTO) GetRevokedOk

func (o *CertificateSerialDTO) GetRevokedOk() (*bool, bool)

GetRevokedOk returns a tuple with the Revoked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateSerialDTO) GetSerial

func (o *CertificateSerialDTO) GetSerial() int64

GetSerial returns the Serial field value if set, zero value otherwise.

func (*CertificateSerialDTO) GetSerialOk

func (o *CertificateSerialDTO) GetSerialOk() (*int64, bool)

GetSerialOk returns a tuple with the Serial field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateSerialDTO) GetUpdated

func (o *CertificateSerialDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*CertificateSerialDTO) GetUpdatedOk

func (o *CertificateSerialDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateSerialDTO) HasCreated

func (o *CertificateSerialDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*CertificateSerialDTO) HasExpiration

func (o *CertificateSerialDTO) HasExpiration() bool

HasExpiration returns a boolean if a field has been set.

func (*CertificateSerialDTO) HasId

func (o *CertificateSerialDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*CertificateSerialDTO) HasRevoked

func (o *CertificateSerialDTO) HasRevoked() bool

HasRevoked returns a boolean if a field has been set.

func (*CertificateSerialDTO) HasSerial

func (o *CertificateSerialDTO) HasSerial() bool

HasSerial returns a boolean if a field has been set.

func (*CertificateSerialDTO) HasUpdated

func (o *CertificateSerialDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (CertificateSerialDTO) MarshalJSON

func (o CertificateSerialDTO) MarshalJSON() ([]byte, error)

func (*CertificateSerialDTO) SetCreated

func (o *CertificateSerialDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*CertificateSerialDTO) SetExpiration

func (o *CertificateSerialDTO) SetExpiration(v string)

SetExpiration gets a reference to the given string and assigns it to the Expiration field.

func (*CertificateSerialDTO) SetId

func (o *CertificateSerialDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*CertificateSerialDTO) SetRevoked

func (o *CertificateSerialDTO) SetRevoked(v bool)

SetRevoked gets a reference to the given bool and assigns it to the Revoked field.

func (*CertificateSerialDTO) SetSerial

func (o *CertificateSerialDTO) SetSerial(v int64)

SetSerial gets a reference to the given int64 and assigns it to the Serial field.

func (*CertificateSerialDTO) SetUpdated

func (o *CertificateSerialDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (CertificateSerialDTO) ToMap

func (o CertificateSerialDTO) ToMap() (map[string]interface{}, error)

type ClaimantOwner

type ClaimantOwner struct {
	ClaimantOwnerKey string `json:"claimant_owner_key"`
}

ClaimantOwner Represents an owner claiming the consumers of an anonymous owner

func NewClaimantOwner

func NewClaimantOwner(claimantOwnerKey string) *ClaimantOwner

NewClaimantOwner instantiates a new ClaimantOwner 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 NewClaimantOwnerWithDefaults

func NewClaimantOwnerWithDefaults() *ClaimantOwner

NewClaimantOwnerWithDefaults instantiates a new ClaimantOwner 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 (*ClaimantOwner) GetClaimantOwnerKey

func (o *ClaimantOwner) GetClaimantOwnerKey() string

GetClaimantOwnerKey returns the ClaimantOwnerKey field value

func (*ClaimantOwner) GetClaimantOwnerKeyOk

func (o *ClaimantOwner) GetClaimantOwnerKeyOk() (*string, bool)

GetClaimantOwnerKeyOk returns a tuple with the ClaimantOwnerKey field value and a boolean to check if the value has been set.

func (ClaimantOwner) MarshalJSON

func (o ClaimantOwner) MarshalJSON() ([]byte, error)

func (*ClaimantOwner) SetClaimantOwnerKey

func (o *ClaimantOwner) SetClaimantOwnerKey(v string)

SetClaimantOwnerKey sets field value

func (ClaimantOwner) ToMap

func (o ClaimantOwner) ToMap() (map[string]interface{}, error)

func (*ClaimantOwner) UnmarshalJSON

func (o *ClaimantOwner) UnmarshalJSON(data []byte) (err error)

type CloudAuthenticationResultDTO

type CloudAuthenticationResultDTO struct {
	OwnerKey              *string `json:"ownerKey,omitempty"`
	AnonymousConsumerUuid *string `json:"anonymousConsumerUuid,omitempty"`
	Token                 string  `json:"token"`
	TokenType             string  `json:"tokenType"`
}

CloudAuthenticationResultDTO Contains the result of authenticating the provided cloud registration information.

func NewCloudAuthenticationResultDTO

func NewCloudAuthenticationResultDTO(token string, tokenType string) *CloudAuthenticationResultDTO

NewCloudAuthenticationResultDTO instantiates a new CloudAuthenticationResultDTO 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 NewCloudAuthenticationResultDTOWithDefaults

func NewCloudAuthenticationResultDTOWithDefaults() *CloudAuthenticationResultDTO

NewCloudAuthenticationResultDTOWithDefaults instantiates a new CloudAuthenticationResultDTO 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 (*CloudAuthenticationResultDTO) GetAnonymousConsumerUuid

func (o *CloudAuthenticationResultDTO) GetAnonymousConsumerUuid() string

GetAnonymousConsumerUuid returns the AnonymousConsumerUuid field value if set, zero value otherwise.

func (*CloudAuthenticationResultDTO) GetAnonymousConsumerUuidOk

func (o *CloudAuthenticationResultDTO) GetAnonymousConsumerUuidOk() (*string, bool)

GetAnonymousConsumerUuidOk returns a tuple with the AnonymousConsumerUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloudAuthenticationResultDTO) GetOwnerKey

func (o *CloudAuthenticationResultDTO) GetOwnerKey() string

GetOwnerKey returns the OwnerKey field value if set, zero value otherwise.

func (*CloudAuthenticationResultDTO) GetOwnerKeyOk

func (o *CloudAuthenticationResultDTO) GetOwnerKeyOk() (*string, bool)

GetOwnerKeyOk returns a tuple with the OwnerKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloudAuthenticationResultDTO) GetToken

func (o *CloudAuthenticationResultDTO) GetToken() string

GetToken returns the Token field value

func (*CloudAuthenticationResultDTO) GetTokenOk

func (o *CloudAuthenticationResultDTO) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (*CloudAuthenticationResultDTO) GetTokenType

func (o *CloudAuthenticationResultDTO) GetTokenType() string

GetTokenType returns the TokenType field value

func (*CloudAuthenticationResultDTO) GetTokenTypeOk

func (o *CloudAuthenticationResultDTO) GetTokenTypeOk() (*string, bool)

GetTokenTypeOk returns a tuple with the TokenType field value and a boolean to check if the value has been set.

func (*CloudAuthenticationResultDTO) HasAnonymousConsumerUuid

func (o *CloudAuthenticationResultDTO) HasAnonymousConsumerUuid() bool

HasAnonymousConsumerUuid returns a boolean if a field has been set.

func (*CloudAuthenticationResultDTO) HasOwnerKey

func (o *CloudAuthenticationResultDTO) HasOwnerKey() bool

HasOwnerKey returns a boolean if a field has been set.

func (CloudAuthenticationResultDTO) MarshalJSON

func (o CloudAuthenticationResultDTO) MarshalJSON() ([]byte, error)

func (*CloudAuthenticationResultDTO) SetAnonymousConsumerUuid

func (o *CloudAuthenticationResultDTO) SetAnonymousConsumerUuid(v string)

SetAnonymousConsumerUuid gets a reference to the given string and assigns it to the AnonymousConsumerUuid field.

func (*CloudAuthenticationResultDTO) SetOwnerKey

func (o *CloudAuthenticationResultDTO) SetOwnerKey(v string)

SetOwnerKey gets a reference to the given string and assigns it to the OwnerKey field.

func (*CloudAuthenticationResultDTO) SetToken

func (o *CloudAuthenticationResultDTO) SetToken(v string)

SetToken sets field value

func (*CloudAuthenticationResultDTO) SetTokenType

func (o *CloudAuthenticationResultDTO) SetTokenType(v string)

SetTokenType sets field value

func (CloudAuthenticationResultDTO) ToMap

func (o CloudAuthenticationResultDTO) ToMap() (map[string]interface{}, error)

func (*CloudAuthenticationResultDTO) UnmarshalJSON

func (o *CloudAuthenticationResultDTO) UnmarshalJSON(data []byte) (err error)

type CloudRegistrationAPIService

type CloudRegistrationAPIService service

CloudRegistrationAPIService CloudRegistrationAPI service

func (*CloudRegistrationAPIService) CancelCloudAccountJobs

func (a *CloudRegistrationAPIService) CancelCloudAccountJobs(ctx context.Context, cloudAccountId string) ApiCancelCloudAccountJobsRequest

CancelCloudAccountJobs Method for CancelCloudAccountJobs

Cancels all jobs associated with the specified cloud account ID (for testing purpose only)

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param cloudAccountId The ID of the cloud account
@return ApiCancelCloudAccountJobsRequest

func (*CloudRegistrationAPIService) CancelCloudAccountJobsExecute

func (a *CloudRegistrationAPIService) CancelCloudAccountJobsExecute(r ApiCancelCloudAccountJobsRequest) ([]string, *http.Response, error)

Execute executes the request

@return []string

func (*CloudRegistrationAPIService) CloudAuthorize

CloudAuthorize Method for CloudAuthorize

Verifies provided cloud registration data and returns an authentication token. By default the token is valid for 10 minutes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCloudAuthorizeRequest

func (*CloudRegistrationAPIService) CloudAuthorizeExecute

Execute executes the request

@return string

func (*CloudRegistrationAPIService) DeleteAnonymousConsumersByAccountId

DeleteAnonymousConsumersByAccountId Method for DeleteAnonymousConsumersByAccountId

Removes Anonymous Consumers (for testing purposes only)

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteAnonymousConsumersByAccountIdRequest

func (*CloudRegistrationAPIService) DeleteAnonymousConsumersByAccountIdExecute

func (a *CloudRegistrationAPIService) DeleteAnonymousConsumersByAccountIdExecute(r ApiDeleteAnonymousConsumersByAccountIdRequest) (*http.Response, error)

Execute executes the request

type CloudRegistrationDTO

type CloudRegistrationDTO struct {
	Type      string `json:"type"`
	Metadata  string `json:"metadata"`
	Signature string `json:"signature"`
}

CloudRegistrationDTO Contains data for performing automatic cloud-based registration.

func NewCloudRegistrationDTO

func NewCloudRegistrationDTO(type_ string, metadata string, signature string) *CloudRegistrationDTO

NewCloudRegistrationDTO instantiates a new CloudRegistrationDTO 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 NewCloudRegistrationDTOWithDefaults

func NewCloudRegistrationDTOWithDefaults() *CloudRegistrationDTO

NewCloudRegistrationDTOWithDefaults instantiates a new CloudRegistrationDTO 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 (*CloudRegistrationDTO) GetMetadata

func (o *CloudRegistrationDTO) GetMetadata() string

GetMetadata returns the Metadata field value

func (*CloudRegistrationDTO) GetMetadataOk

func (o *CloudRegistrationDTO) GetMetadataOk() (*string, bool)

GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.

func (*CloudRegistrationDTO) GetSignature

func (o *CloudRegistrationDTO) GetSignature() string

GetSignature returns the Signature field value

func (*CloudRegistrationDTO) GetSignatureOk

func (o *CloudRegistrationDTO) GetSignatureOk() (*string, bool)

GetSignatureOk returns a tuple with the Signature field value and a boolean to check if the value has been set.

func (*CloudRegistrationDTO) GetType

func (o *CloudRegistrationDTO) GetType() string

GetType returns the Type field value

func (*CloudRegistrationDTO) GetTypeOk

func (o *CloudRegistrationDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (CloudRegistrationDTO) MarshalJSON

func (o CloudRegistrationDTO) MarshalJSON() ([]byte, error)

func (*CloudRegistrationDTO) SetMetadata

func (o *CloudRegistrationDTO) SetMetadata(v string)

SetMetadata sets field value

func (*CloudRegistrationDTO) SetSignature

func (o *CloudRegistrationDTO) SetSignature(v string)

SetSignature sets field value

func (*CloudRegistrationDTO) SetType

func (o *CloudRegistrationDTO) SetType(v string)

SetType sets field value

func (CloudRegistrationDTO) ToMap

func (o CloudRegistrationDTO) ToMap() (map[string]interface{}, error)

func (*CloudRegistrationDTO) UnmarshalJSON

func (o *CloudRegistrationDTO) UnmarshalJSON(data []byte) (err error)

type ComplianceReasonDTO

type ComplianceReasonDTO struct {
	Key        *string            `json:"key,omitempty"`
	Message    *string            `json:"message,omitempty"`
	Attributes *map[string]string `json:"attributes,omitempty"`
}

ComplianceReasonDTO DTO representing a compliance reason

func NewComplianceReasonDTO

func NewComplianceReasonDTO() *ComplianceReasonDTO

NewComplianceReasonDTO instantiates a new ComplianceReasonDTO 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 NewComplianceReasonDTOWithDefaults

func NewComplianceReasonDTOWithDefaults() *ComplianceReasonDTO

NewComplianceReasonDTOWithDefaults instantiates a new ComplianceReasonDTO 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 (*ComplianceReasonDTO) GetAttributes

func (o *ComplianceReasonDTO) GetAttributes() map[string]string

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ComplianceReasonDTO) GetAttributesOk

func (o *ComplianceReasonDTO) GetAttributesOk() (*map[string]string, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplianceReasonDTO) GetKey

func (o *ComplianceReasonDTO) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*ComplianceReasonDTO) GetKeyOk

func (o *ComplianceReasonDTO) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplianceReasonDTO) GetMessage

func (o *ComplianceReasonDTO) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ComplianceReasonDTO) GetMessageOk

func (o *ComplianceReasonDTO) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplianceReasonDTO) HasAttributes

func (o *ComplianceReasonDTO) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ComplianceReasonDTO) HasKey

func (o *ComplianceReasonDTO) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*ComplianceReasonDTO) HasMessage

func (o *ComplianceReasonDTO) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (ComplianceReasonDTO) MarshalJSON

func (o ComplianceReasonDTO) MarshalJSON() ([]byte, error)

func (*ComplianceReasonDTO) SetAttributes

func (o *ComplianceReasonDTO) SetAttributes(v map[string]string)

SetAttributes gets a reference to the given map[string]string and assigns it to the Attributes field.

func (*ComplianceReasonDTO) SetKey

func (o *ComplianceReasonDTO) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*ComplianceReasonDTO) SetMessage

func (o *ComplianceReasonDTO) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (ComplianceReasonDTO) ToMap

func (o ComplianceReasonDTO) ToMap() (map[string]interface{}, error)

type ComplianceStatusDTO

type ComplianceStatusDTO struct {
	Status                      *string                      `json:"status,omitempty"`
	Compliant                   *bool                        `json:"compliant,omitempty"`
	Date                        *string                      `json:"date,omitempty"`
	CompliantUntil              *string                      `json:"compliantUntil,omitempty"`
	CompliantProducts           *map[string][]EntitlementDTO `json:"compliantProducts,omitempty"`
	PartiallyCompliantProducts  *map[string][]EntitlementDTO `json:"partiallyCompliantProducts,omitempty"`
	PartialStacks               *map[string][]EntitlementDTO `json:"partialStacks,omitempty"`
	NonCompliantProducts        []string                     `json:"nonCompliantProducts,omitempty"`
	Reasons                     []ComplianceReasonDTO        `json:"reasons,omitempty"`
	ProductComplianceDateRanges *map[string]DateRange        `json:"productComplianceDateRanges,omitempty"`
}

ComplianceStatusDTO DTO representing compliance status

func NewComplianceStatusDTO

func NewComplianceStatusDTO() *ComplianceStatusDTO

NewComplianceStatusDTO instantiates a new ComplianceStatusDTO 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 NewComplianceStatusDTOWithDefaults

func NewComplianceStatusDTOWithDefaults() *ComplianceStatusDTO

NewComplianceStatusDTOWithDefaults instantiates a new ComplianceStatusDTO 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 (*ComplianceStatusDTO) GetCompliant

func (o *ComplianceStatusDTO) GetCompliant() bool

GetCompliant returns the Compliant field value if set, zero value otherwise.

func (*ComplianceStatusDTO) GetCompliantOk

func (o *ComplianceStatusDTO) GetCompliantOk() (*bool, bool)

GetCompliantOk returns a tuple with the Compliant field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplianceStatusDTO) GetCompliantProducts

func (o *ComplianceStatusDTO) GetCompliantProducts() map[string][]EntitlementDTO

GetCompliantProducts returns the CompliantProducts field value if set, zero value otherwise.

func (*ComplianceStatusDTO) GetCompliantProductsOk

func (o *ComplianceStatusDTO) GetCompliantProductsOk() (*map[string][]EntitlementDTO, bool)

GetCompliantProductsOk returns a tuple with the CompliantProducts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplianceStatusDTO) GetCompliantUntil

func (o *ComplianceStatusDTO) GetCompliantUntil() string

GetCompliantUntil returns the CompliantUntil field value if set, zero value otherwise.

func (*ComplianceStatusDTO) GetCompliantUntilOk

func (o *ComplianceStatusDTO) GetCompliantUntilOk() (*string, bool)

GetCompliantUntilOk returns a tuple with the CompliantUntil field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplianceStatusDTO) GetDate

func (o *ComplianceStatusDTO) GetDate() string

GetDate returns the Date field value if set, zero value otherwise.

func (*ComplianceStatusDTO) GetDateOk

func (o *ComplianceStatusDTO) GetDateOk() (*string, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplianceStatusDTO) GetNonCompliantProducts

func (o *ComplianceStatusDTO) GetNonCompliantProducts() []string

GetNonCompliantProducts returns the NonCompliantProducts field value if set, zero value otherwise.

func (*ComplianceStatusDTO) GetNonCompliantProductsOk

func (o *ComplianceStatusDTO) GetNonCompliantProductsOk() ([]string, bool)

GetNonCompliantProductsOk returns a tuple with the NonCompliantProducts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplianceStatusDTO) GetPartialStacks

func (o *ComplianceStatusDTO) GetPartialStacks() map[string][]EntitlementDTO

GetPartialStacks returns the PartialStacks field value if set, zero value otherwise.

func (*ComplianceStatusDTO) GetPartialStacksOk

func (o *ComplianceStatusDTO) GetPartialStacksOk() (*map[string][]EntitlementDTO, bool)

GetPartialStacksOk returns a tuple with the PartialStacks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplianceStatusDTO) GetPartiallyCompliantProducts

func (o *ComplianceStatusDTO) GetPartiallyCompliantProducts() map[string][]EntitlementDTO

GetPartiallyCompliantProducts returns the PartiallyCompliantProducts field value if set, zero value otherwise.

func (*ComplianceStatusDTO) GetPartiallyCompliantProductsOk

func (o *ComplianceStatusDTO) GetPartiallyCompliantProductsOk() (*map[string][]EntitlementDTO, bool)

GetPartiallyCompliantProductsOk returns a tuple with the PartiallyCompliantProducts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplianceStatusDTO) GetProductComplianceDateRanges

func (o *ComplianceStatusDTO) GetProductComplianceDateRanges() map[string]DateRange

GetProductComplianceDateRanges returns the ProductComplianceDateRanges field value if set, zero value otherwise.

func (*ComplianceStatusDTO) GetProductComplianceDateRangesOk

func (o *ComplianceStatusDTO) GetProductComplianceDateRangesOk() (*map[string]DateRange, bool)

GetProductComplianceDateRangesOk returns a tuple with the ProductComplianceDateRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplianceStatusDTO) GetReasons

func (o *ComplianceStatusDTO) GetReasons() []ComplianceReasonDTO

GetReasons returns the Reasons field value if set, zero value otherwise.

func (*ComplianceStatusDTO) GetReasonsOk

func (o *ComplianceStatusDTO) GetReasonsOk() ([]ComplianceReasonDTO, bool)

GetReasonsOk returns a tuple with the Reasons field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComplianceStatusDTO) GetStatus

func (o *ComplianceStatusDTO) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ComplianceStatusDTO) GetStatusOk

func (o *ComplianceStatusDTO) 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 (*ComplianceStatusDTO) HasCompliant

func (o *ComplianceStatusDTO) HasCompliant() bool

HasCompliant returns a boolean if a field has been set.

func (*ComplianceStatusDTO) HasCompliantProducts

func (o *ComplianceStatusDTO) HasCompliantProducts() bool

HasCompliantProducts returns a boolean if a field has been set.

func (*ComplianceStatusDTO) HasCompliantUntil

func (o *ComplianceStatusDTO) HasCompliantUntil() bool

HasCompliantUntil returns a boolean if a field has been set.

func (*ComplianceStatusDTO) HasDate

func (o *ComplianceStatusDTO) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*ComplianceStatusDTO) HasNonCompliantProducts

func (o *ComplianceStatusDTO) HasNonCompliantProducts() bool

HasNonCompliantProducts returns a boolean if a field has been set.

func (*ComplianceStatusDTO) HasPartialStacks

func (o *ComplianceStatusDTO) HasPartialStacks() bool

HasPartialStacks returns a boolean if a field has been set.

func (*ComplianceStatusDTO) HasPartiallyCompliantProducts

func (o *ComplianceStatusDTO) HasPartiallyCompliantProducts() bool

HasPartiallyCompliantProducts returns a boolean if a field has been set.

func (*ComplianceStatusDTO) HasProductComplianceDateRanges

func (o *ComplianceStatusDTO) HasProductComplianceDateRanges() bool

HasProductComplianceDateRanges returns a boolean if a field has been set.

func (*ComplianceStatusDTO) HasReasons

func (o *ComplianceStatusDTO) HasReasons() bool

HasReasons returns a boolean if a field has been set.

func (*ComplianceStatusDTO) HasStatus

func (o *ComplianceStatusDTO) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (ComplianceStatusDTO) MarshalJSON

func (o ComplianceStatusDTO) MarshalJSON() ([]byte, error)

func (*ComplianceStatusDTO) SetCompliant

func (o *ComplianceStatusDTO) SetCompliant(v bool)

SetCompliant gets a reference to the given bool and assigns it to the Compliant field.

func (*ComplianceStatusDTO) SetCompliantProducts

func (o *ComplianceStatusDTO) SetCompliantProducts(v map[string][]EntitlementDTO)

SetCompliantProducts gets a reference to the given map[string][]EntitlementDTO and assigns it to the CompliantProducts field.

func (*ComplianceStatusDTO) SetCompliantUntil

func (o *ComplianceStatusDTO) SetCompliantUntil(v string)

SetCompliantUntil gets a reference to the given string and assigns it to the CompliantUntil field.

func (*ComplianceStatusDTO) SetDate

func (o *ComplianceStatusDTO) SetDate(v string)

SetDate gets a reference to the given string and assigns it to the Date field.

func (*ComplianceStatusDTO) SetNonCompliantProducts

func (o *ComplianceStatusDTO) SetNonCompliantProducts(v []string)

SetNonCompliantProducts gets a reference to the given []string and assigns it to the NonCompliantProducts field.

func (*ComplianceStatusDTO) SetPartialStacks

func (o *ComplianceStatusDTO) SetPartialStacks(v map[string][]EntitlementDTO)

SetPartialStacks gets a reference to the given map[string][]EntitlementDTO and assigns it to the PartialStacks field.

func (*ComplianceStatusDTO) SetPartiallyCompliantProducts

func (o *ComplianceStatusDTO) SetPartiallyCompliantProducts(v map[string][]EntitlementDTO)

SetPartiallyCompliantProducts gets a reference to the given map[string][]EntitlementDTO and assigns it to the PartiallyCompliantProducts field.

func (*ComplianceStatusDTO) SetProductComplianceDateRanges

func (o *ComplianceStatusDTO) SetProductComplianceDateRanges(v map[string]DateRange)

SetProductComplianceDateRanges gets a reference to the given map[string]DateRange and assigns it to the ProductComplianceDateRanges field.

func (*ComplianceStatusDTO) SetReasons

func (o *ComplianceStatusDTO) SetReasons(v []ComplianceReasonDTO)

SetReasons gets a reference to the given []ComplianceReasonDTO and assigns it to the Reasons field.

func (*ComplianceStatusDTO) SetStatus

func (o *ComplianceStatusDTO) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (ComplianceStatusDTO) ToMap

func (o ComplianceStatusDTO) ToMap() (map[string]interface{}, error)

type Configuration

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ConsumerAPIService

type ConsumerAPIService service

ConsumerAPIService ConsumerAPI service

func (*ConsumerAPIService) AddConsumerContentOverrides

func (a *ConsumerAPIService) AddConsumerContentOverrides(ctx context.Context, consumerUuid string) ApiAddConsumerContentOverridesRequest

AddConsumerContentOverrides Method for AddConsumerContentOverrides

Adds or Updates a list of Content Overrides

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The ID of the Consumer
@return ApiAddConsumerContentOverridesRequest

func (*ConsumerAPIService) AddConsumerContentOverridesExecute

func (a *ConsumerAPIService) AddConsumerContentOverridesExecute(r ApiAddConsumerContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)

Execute executes the request

@return []ContentOverrideDTO

func (*ConsumerAPIService) Bind

func (a *ConsumerAPIService) Bind(ctx context.Context, consumerUuid string) ApiBindRequest

Bind Method for Bind

If a pool ID is specified, we know we're binding to that exact pool. Specifying an entitle date in this case makes no sense and will throw an error. If a list of product IDs are specified, we attempt to auto-bind to subscriptions which will provide those products. An optional date can be specified allowing the consumer to get compliant for some date in the future. If no date is specified we assume the current date. If neither a pool nor an ID is specified, this is a healing request. The path is similar to the bind by products, but in this case we use the installed products on the consumer, and their current compliant status, to determine which product IDs should be requested. The entitle date is used the same as with bind by products. The response will contain a list of Entitlement objects if async is false, or a JobDetail object if async is true

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid Consumer UUID
@return ApiBindRequest

func (*ConsumerAPIService) BindExecute

func (a *ConsumerAPIService) BindExecute(r ApiBindRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*ConsumerAPIService) ConsumerExists

func (a *ConsumerAPIService) ConsumerExists(ctx context.Context, consumerUuid string) ApiConsumerExistsRequest

ConsumerExists Method for ConsumerExists

Checks for the existence of a Consumer.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the Consumer
@return ApiConsumerExistsRequest

func (*ConsumerAPIService) ConsumerExistsBulk

ConsumerExistsBulk Method for ConsumerExistsBulk

Checks for the existence of a Consumer in bulk. This API return UUIDs of non-existing consumer.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiConsumerExistsBulkRequest

func (*ConsumerAPIService) ConsumerExistsBulkExecute

func (a *ConsumerAPIService) ConsumerExistsBulkExecute(r ApiConsumerExistsBulkRequest) (*http.Response, error)

Execute executes the request

func (*ConsumerAPIService) ConsumerExistsExecute

func (a *ConsumerAPIService) ConsumerExistsExecute(r ApiConsumerExistsRequest) (*http.Response, error)

Execute executes the request

func (*ConsumerAPIService) CreateConsumer

CreateConsumer Method for CreateConsumer

Creates a Consumer. This method is available to everyone, as we have nothing we can reliably verify in the method signature. Instead we have to figure out what owner this consumer is destined for (due to backward compatability with existing clients which do not specify an owner during registration) and then check the access to the specified owner in the method itself.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateConsumerRequest

func (*ConsumerAPIService) CreateConsumerExecute

func (a *ConsumerAPIService) CreateConsumerExecute(r ApiCreateConsumerRequest) (*ConsumerDTO, *http.Response, error)

Execute executes the request

@return ConsumerDTO

func (*ConsumerAPIService) DeleteConsumer

func (a *ConsumerAPIService) DeleteConsumer(ctx context.Context, consumerUuid string) ApiDeleteConsumerRequest

DeleteConsumer Method for DeleteConsumer

Removes a Consumer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the Consumer
@return ApiDeleteConsumerRequest

func (*ConsumerAPIService) DeleteConsumerContentOverrides

func (a *ConsumerAPIService) DeleteConsumerContentOverrides(ctx context.Context, consumerUuid string) ApiDeleteConsumerContentOverridesRequest

DeleteConsumerContentOverrides Method for DeleteConsumerContentOverrides

Deletes a list of Content Overrides

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The ID of the Consumer
@return ApiDeleteConsumerContentOverridesRequest

func (*ConsumerAPIService) DeleteConsumerContentOverridesExecute

func (a *ConsumerAPIService) DeleteConsumerContentOverridesExecute(r ApiDeleteConsumerContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)

Execute executes the request

@return []ContentOverrideDTO

func (*ConsumerAPIService) DeleteConsumerExecute

func (a *ConsumerAPIService) DeleteConsumerExecute(r ApiDeleteConsumerRequest) (*http.Response, error)

Execute executes the request

func (*ConsumerAPIService) DownloadExistingExport

func (a *ConsumerAPIService) DownloadExistingExport(ctx context.Context, consumerUuid string, exportId string) ApiDownloadExistingExportRequest

DownloadExistingExport Method for DownloadExistingExport

Downloads an asynchronously generated consumer export file (manifest).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the consumer
@param exportId export ID
@return ApiDownloadExistingExportRequest

func (*ConsumerAPIService) DownloadExistingExportExecute

func (a *ConsumerAPIService) DownloadExistingExportExecute(r ApiDownloadExistingExportRequest) (*os.File, *http.Response, error)

Execute executes the request

@return *os.File

func (*ConsumerAPIService) DryBind

func (a *ConsumerAPIService) DryBind(ctx context.Context, consumerUuid string) ApiDryBindRequest

DryBind Method for DryBind

Retrieves a list of Pools and quantities that would be the result of an auto-bind. This is a dry run of an autobind. It allows the client to see what would be the result of an autobind without executing it. It can only do this for the prevously established list of installed products for the consumer If a service level is included in the request, then that level will override the one stored on the consumer. If no service level is included then the existing one will be used. The Response has a list of PoolQuantity objects

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid Consumer UUID
@return ApiDryBindRequest

func (*ConsumerAPIService) DryBindExecute

Execute executes the request

@return []PoolQuantityDTO

func (*ConsumerAPIService) ExportCertificates

func (a *ConsumerAPIService) ExportCertificates(ctx context.Context, consumerUuid string) ApiExportCertificatesRequest

ExportCertificates Method for ExportCertificates

Retrieves a list or a compressed file (depends on accept header) of entitlement certificates for the consumer.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the consumer to retrieve guest
@return ApiExportCertificatesRequest

func (*ConsumerAPIService) ExportCertificatesExecute

func (a *ConsumerAPIService) ExportCertificatesExecute(r ApiExportCertificatesRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*ConsumerAPIService) ExportData

func (a *ConsumerAPIService) ExportData(ctx context.Context, consumerUuid string) ApiExportDataRequest

ExportData Method for ExportData

Retrieves a Compressed File representation of a Consumer (manifest).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the target consumer.
@return ApiExportDataRequest

func (*ConsumerAPIService) ExportDataAsync

func (a *ConsumerAPIService) ExportDataAsync(ctx context.Context, consumerUuid string) ApiExportDataAsyncRequest

ExportDataAsync Method for ExportDataAsync

Initiates an async generation of a Compressed File representation of a Consumer (manifest). The response will contain the id of the job from which its result data will contain the href to download the generated file.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the target consumer.
@return ApiExportDataAsyncRequest

func (*ConsumerAPIService) ExportDataAsyncExecute

Execute executes the request

@return AsyncJobStatusDTO

func (*ConsumerAPIService) ExportDataExecute

func (a *ConsumerAPIService) ExportDataExecute(r ApiExportDataRequest) (*os.File, *http.Response, error)

Execute executes the request

@return *os.File

func (*ConsumerAPIService) GetComplianceStatus

func (a *ConsumerAPIService) GetComplianceStatus(ctx context.Context, consumerUuid string) ApiGetComplianceStatusRequest

GetComplianceStatus Method for GetComplianceStatus

Retrieves the Compliance Status of a Consumer.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid Consumer UUID
@return ApiGetComplianceStatusRequest

func (*ConsumerAPIService) GetComplianceStatusExecute

Execute executes the request

@return ComplianceStatusDTO

func (*ConsumerAPIService) GetComplianceStatusList

func (a *ConsumerAPIService) GetComplianceStatusList(ctx context.Context) ApiGetComplianceStatusListRequest

GetComplianceStatusList Method for GetComplianceStatusList

Retrieves a Compliance Status list for a list of Consumers.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetComplianceStatusListRequest

func (*ConsumerAPIService) GetComplianceStatusListExecute

func (a *ConsumerAPIService) GetComplianceStatusListExecute(r ApiGetComplianceStatusListRequest) (*map[string]ComplianceStatusDTO, *http.Response, error)

Execute executes the request

@return map[string]ComplianceStatusDTO

func (*ConsumerAPIService) GetConsumer

func (a *ConsumerAPIService) GetConsumer(ctx context.Context, consumerUuid string) ApiGetConsumerRequest

GetConsumer Method for GetConsumer

Retrieves a single Consumer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid Consumer UUID
@return ApiGetConsumerRequest

func (*ConsumerAPIService) GetConsumerExecute

func (a *ConsumerAPIService) GetConsumerExecute(r ApiGetConsumerRequest) (*ConsumerDTO, *http.Response, error)

Execute executes the request

@return ConsumerDTO

func (*ConsumerAPIService) GetContentAccessBody

func (a *ConsumerAPIService) GetContentAccessBody(ctx context.Context, consumerUuid string) ApiGetContentAccessBodyRequest

GetContentAccessBody Method for GetContentAccessBody

Retrieves the body of the Content Access Certificate for the Consumer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the consumer
@return ApiGetContentAccessBodyRequest

func (*ConsumerAPIService) GetContentAccessBodyExecute

func (a *ConsumerAPIService) GetContentAccessBodyExecute(r ApiGetContentAccessBodyRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*ConsumerAPIService) GetContentAccessForConsumer

func (a *ConsumerAPIService) GetContentAccessForConsumer(ctx context.Context, consumerUuid string) ApiGetContentAccessForConsumerRequest

GetContentAccessForConsumer Method for GetContentAccessForConsumer

Retrieves content access of a Consumer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid Consumer UUID
@return ApiGetContentAccessForConsumerRequest

func (*ConsumerAPIService) GetContentAccessForConsumerExecute

func (a *ConsumerAPIService) GetContentAccessForConsumerExecute(r ApiGetContentAccessForConsumerRequest) (*ContentAccessDTO, *http.Response, error)

Execute executes the request

@return ContentAccessDTO

func (*ConsumerAPIService) GetEntitlementCertificateSerials

func (a *ConsumerAPIService) GetEntitlementCertificateSerials(ctx context.Context, consumerUuid string) ApiGetEntitlementCertificateSerialsRequest

GetEntitlementCertificateSerials Method for GetEntitlementCertificateSerials

Retrieves a list of Certiticate Serials for the given consumer. This is a small subset of data clients can use to determine which certificates they need to update/fetch.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid Consumer UUID
@return ApiGetEntitlementCertificateSerialsRequest

func (*ConsumerAPIService) GetEntitlementCertificateSerialsExecute

func (a *ConsumerAPIService) GetEntitlementCertificateSerialsExecute(r ApiGetEntitlementCertificateSerialsRequest) ([]CertificateSerialDTO, *http.Response, error)

Execute executes the request

@return []CertificateSerialDTO

func (*ConsumerAPIService) GetGuests

func (a *ConsumerAPIService) GetGuests(ctx context.Context, consumerUuid string) ApiGetGuestsRequest

GetGuests Method for GetGuests

Retrieves a list of Guest Consumers of a Consumer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid Consumer UUID
@return ApiGetGuestsRequest

func (*ConsumerAPIService) GetGuestsExecute

Execute executes the request

@return []ConsumerDTOArrayElement

func (*ConsumerAPIService) GetHost

func (a *ConsumerAPIService) GetHost(ctx context.Context, consumerUuid string) ApiGetHostRequest

GetHost Method for GetHost

Retrieves a Host Consumer of a Consumer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid Consumer UUID
@return ApiGetHostRequest

func (*ConsumerAPIService) GetHostExecute

Execute executes the request

@return ConsumerDTO

func (*ConsumerAPIService) GetOwnerByConsumerUuid

func (a *ConsumerAPIService) GetOwnerByConsumerUuid(ctx context.Context, consumerUuid string) ApiGetOwnerByConsumerUuidRequest

GetOwnerByConsumerUuid Method for GetOwnerByConsumerUuid

Retrieves the Owner associated to a Consumer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid Consumer UUID
@return ApiGetOwnerByConsumerUuidRequest

func (*ConsumerAPIService) GetOwnerByConsumerUuidExecute

func (a *ConsumerAPIService) GetOwnerByConsumerUuidExecute(r ApiGetOwnerByConsumerUuidRequest) (*OwnerDTO, *http.Response, error)

Execute executes the request

@return OwnerDTO

func (*ConsumerAPIService) GetRelease

func (a *ConsumerAPIService) GetRelease(ctx context.Context, consumerUuid string) ApiGetReleaseRequest

GetRelease Method for GetRelease

Retrieves the release of a consumer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid Consumer UUID
@return ApiGetReleaseRequest

func (*ConsumerAPIService) GetReleaseExecute

Execute executes the request

@return ReleaseVerDTO

func (*ConsumerAPIService) GetSystemPurposeComplianceStatus

func (a *ConsumerAPIService) GetSystemPurposeComplianceStatus(ctx context.Context, consumerUuid string) ApiGetSystemPurposeComplianceStatusRequest

GetSystemPurposeComplianceStatus Method for GetSystemPurposeComplianceStatus

Retrieves the System Purpose Compliance Status of a Consumer.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid Consumer UUID
@return ApiGetSystemPurposeComplianceStatusRequest

func (*ConsumerAPIService) GetSystemPurposeComplianceStatusExecute

Execute executes the request

@return SystemPurposeComplianceStatusDTO

func (*ConsumerAPIService) ListConsumerContentOverrides

func (a *ConsumerAPIService) ListConsumerContentOverrides(ctx context.Context, consumerUuid string) ApiListConsumerContentOverridesRequest

ListConsumerContentOverrides Method for ListConsumerContentOverrides

Retrieves list of Content Overrides

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The ID of the consumer
@return ApiListConsumerContentOverridesRequest

func (*ConsumerAPIService) ListConsumerContentOverridesExecute

func (a *ConsumerAPIService) ListConsumerContentOverridesExecute(r ApiListConsumerContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)

Execute executes the request

@return []ContentOverrideDTO

func (*ConsumerAPIService) ListEntitlements

func (a *ConsumerAPIService) ListEntitlements(ctx context.Context, consumerUuid string) ApiListEntitlementsRequest

ListEntitlements Method for ListEntitlements

Retrieves a list of Entitlements. This endpoint supports paging with query parameters.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid Consumer UUID
@return ApiListEntitlementsRequest

func (*ConsumerAPIService) ListEntitlementsExecute

func (a *ConsumerAPIService) ListEntitlementsExecute(r ApiListEntitlementsRequest) ([]EntitlementDTO, *http.Response, error)

Execute executes the request

@return []EntitlementDTO

func (*ConsumerAPIService) RegenerateEntitlementCertificates

func (a *ConsumerAPIService) RegenerateEntitlementCertificates(ctx context.Context, consumerUuid string) ApiRegenerateEntitlementCertificatesRequest

RegenerateEntitlementCertificates Method for RegenerateEntitlementCertificates

Regenerates the Entitlement Certificates for a Consumer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the Consumer
@return ApiRegenerateEntitlementCertificatesRequest

func (*ConsumerAPIService) RegenerateEntitlementCertificatesExecute

func (a *ConsumerAPIService) RegenerateEntitlementCertificatesExecute(r ApiRegenerateEntitlementCertificatesRequest) (*http.Response, error)

Execute executes the request

func (*ConsumerAPIService) RegenerateIdentityCertificates

func (a *ConsumerAPIService) RegenerateIdentityCertificates(ctx context.Context, consumerUuid string) ApiRegenerateIdentityCertificatesRequest

RegenerateIdentityCertificates Method for RegenerateIdentityCertificates

Retrieves a single Consumer & regenerate identity certificates

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid Consumer UUID
@return ApiRegenerateIdentityCertificatesRequest

func (*ConsumerAPIService) RegenerateIdentityCertificatesExecute

func (a *ConsumerAPIService) RegenerateIdentityCertificatesExecute(r ApiRegenerateIdentityCertificatesRequest) (*ConsumerDTO, *http.Response, error)

Execute executes the request

@return ConsumerDTO

func (*ConsumerAPIService) RemoveDeletionRecord

func (a *ConsumerAPIService) RemoveDeletionRecord(ctx context.Context, consumerUuid string) ApiRemoveDeletionRecordRequest

RemoveDeletionRecord Method for RemoveDeletionRecord

Removes the Deletion Record for a Consumer Allowed for a superadmin. The main use case for this would be if a user accidently deleted a non-RHEL hypervisor, causing it to no longer be auto-detected via virt-who.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the Consumer
@return ApiRemoveDeletionRecordRequest

func (*ConsumerAPIService) RemoveDeletionRecordExecute

func (a *ConsumerAPIService) RemoveDeletionRecordExecute(r ApiRemoveDeletionRecordRequest) (*http.Response, error)

Execute executes the request

func (*ConsumerAPIService) SearchConsumers

SearchConsumers Method for SearchConsumers

Retrieves a list of the Consumers according to search criteria.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchConsumersRequest

func (*ConsumerAPIService) SearchConsumersExecute

Execute executes the request

@return []ConsumerDTOArrayElement

func (*ConsumerAPIService) UnbindAll

func (a *ConsumerAPIService) UnbindAll(ctx context.Context, consumerUuid string) ApiUnbindAllRequest

UnbindAll Method for UnbindAll

Unbinds all Entitlements for a Consumer. The result contains the total number of entitlements unbound.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the Consumer
@return ApiUnbindAllRequest

func (*ConsumerAPIService) UnbindAllExecute

Execute executes the request

@return DeleteResult

func (*ConsumerAPIService) UnbindByEntitlementId

func (a *ConsumerAPIService) UnbindByEntitlementId(ctx context.Context, consumerUuid string, dbid string) ApiUnbindByEntitlementIdRequest

UnbindByEntitlementId Method for UnbindByEntitlementId

Removes an Entitlement from a Consumer By the Entitlement ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the Consumer
@param dbid Entitlement ID
@return ApiUnbindByEntitlementIdRequest

func (*ConsumerAPIService) UnbindByEntitlementIdExecute

func (a *ConsumerAPIService) UnbindByEntitlementIdExecute(r ApiUnbindByEntitlementIdRequest) (*http.Response, error)

Execute executes the request

func (*ConsumerAPIService) UnbindByPool

func (a *ConsumerAPIService) UnbindByPool(ctx context.Context, consumerUuid string, poolId string) ApiUnbindByPoolRequest

UnbindByPool Method for UnbindByPool

Removes all Entitlements from a Consumer by Pool Id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The ID of the Consumer
@param poolId The ID of the Consumer
@return ApiUnbindByPoolRequest

func (*ConsumerAPIService) UnbindByPoolExecute

func (a *ConsumerAPIService) UnbindByPoolExecute(r ApiUnbindByPoolRequest) (*http.Response, error)

Execute executes the request

func (*ConsumerAPIService) UnbindBySerial

func (a *ConsumerAPIService) UnbindBySerial(ctx context.Context, consumerUuid string, serial int64) ApiUnbindBySerialRequest

UnbindBySerial Method for UnbindBySerial

Removes an Entitlement from a Consumer By the Certificate Serial

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the Consumer
@param serial certificate serial
@return ApiUnbindBySerialRequest

func (*ConsumerAPIService) UnbindBySerialExecute

func (a *ConsumerAPIService) UnbindBySerialExecute(r ApiUnbindBySerialRequest) (*http.Response, error)

Execute executes the request

func (*ConsumerAPIService) UpdateConsumer

func (a *ConsumerAPIService) UpdateConsumer(ctx context.Context, consumerUuid string) ApiUpdateConsumerRequest

UpdateConsumer Method for UpdateConsumer

Updates a Consumer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the Consumer
@return ApiUpdateConsumerRequest

func (*ConsumerAPIService) UpdateConsumerExecute

func (a *ConsumerAPIService) UpdateConsumerExecute(r ApiUpdateConsumerRequest) (*http.Response, error)

Execute executes the request

type ConsumerActivationKeyDTO

type ConsumerActivationKeyDTO struct {
	ActivationKeyName *string `json:"activationKeyName,omitempty"`
	ActivationKeyId   *string `json:"activationKeyId,omitempty"`
}

ConsumerActivationKeyDTO Represent activation keys used by consumer in registration

func NewConsumerActivationKeyDTO

func NewConsumerActivationKeyDTO() *ConsumerActivationKeyDTO

NewConsumerActivationKeyDTO instantiates a new ConsumerActivationKeyDTO 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 NewConsumerActivationKeyDTOWithDefaults

func NewConsumerActivationKeyDTOWithDefaults() *ConsumerActivationKeyDTO

NewConsumerActivationKeyDTOWithDefaults instantiates a new ConsumerActivationKeyDTO 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 (*ConsumerActivationKeyDTO) GetActivationKeyId

func (o *ConsumerActivationKeyDTO) GetActivationKeyId() string

GetActivationKeyId returns the ActivationKeyId field value if set, zero value otherwise.

func (*ConsumerActivationKeyDTO) GetActivationKeyIdOk

func (o *ConsumerActivationKeyDTO) GetActivationKeyIdOk() (*string, bool)

GetActivationKeyIdOk returns a tuple with the ActivationKeyId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerActivationKeyDTO) GetActivationKeyName

func (o *ConsumerActivationKeyDTO) GetActivationKeyName() string

GetActivationKeyName returns the ActivationKeyName field value if set, zero value otherwise.

func (*ConsumerActivationKeyDTO) GetActivationKeyNameOk

func (o *ConsumerActivationKeyDTO) GetActivationKeyNameOk() (*string, bool)

GetActivationKeyNameOk returns a tuple with the ActivationKeyName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerActivationKeyDTO) HasActivationKeyId

func (o *ConsumerActivationKeyDTO) HasActivationKeyId() bool

HasActivationKeyId returns a boolean if a field has been set.

func (*ConsumerActivationKeyDTO) HasActivationKeyName

func (o *ConsumerActivationKeyDTO) HasActivationKeyName() bool

HasActivationKeyName returns a boolean if a field has been set.

func (ConsumerActivationKeyDTO) MarshalJSON

func (o ConsumerActivationKeyDTO) MarshalJSON() ([]byte, error)

func (*ConsumerActivationKeyDTO) SetActivationKeyId

func (o *ConsumerActivationKeyDTO) SetActivationKeyId(v string)

SetActivationKeyId gets a reference to the given string and assigns it to the ActivationKeyId field.

func (*ConsumerActivationKeyDTO) SetActivationKeyName

func (o *ConsumerActivationKeyDTO) SetActivationKeyName(v string)

SetActivationKeyName gets a reference to the given string and assigns it to the ActivationKeyName field.

func (ConsumerActivationKeyDTO) ToMap

func (o ConsumerActivationKeyDTO) ToMap() (map[string]interface{}, error)

type ConsumerDTO

type ConsumerDTO struct {
	Created                          *string                       `json:"created,omitempty"`
	Updated                          *string                       `json:"updated,omitempty"`
	Id                               *string                       `json:"id,omitempty"`
	Uuid                             *string                       `json:"uuid,omitempty"`
	Name                             *string                       `json:"name,omitempty"`
	Username                         *string                       `json:"username,omitempty"`
	EntitlementStatus                *string                       `json:"entitlementStatus,omitempty"`
	ServiceLevel                     *string                       `json:"serviceLevel,omitempty"`
	Role                             *string                       `json:"role,omitempty"`
	Usage                            *string                       `json:"usage,omitempty"`
	AddOns                           []string                      `json:"addOns,omitempty"`
	SystemPurposeStatus              *string                       `json:"systemPurposeStatus,omitempty"`
	RegistrationAuthenticationMethod *string                       `json:"registrationAuthenticationMethod,omitempty"`
	ReleaseVer                       *ReleaseVerDTO                `json:"releaseVer,omitempty"`
	Owner                            *NestedOwnerDTO               `json:"owner,omitempty"`
	Environment                      *EnvironmentDTO               `json:"environment,omitempty"`
	EntitlementCount                 *int64                        `json:"entitlementCount,omitempty"`
	Facts                            *map[string]string            `json:"facts,omitempty"`
	LastCheckin                      *string                       `json:"lastCheckin,omitempty"`
	InstalledProducts                []ConsumerInstalledProductDTO `json:"installedProducts,omitempty"`
	CanActivate                      *bool                         `json:"canActivate,omitempty"`
	Capabilities                     []CapabilityDTO               `json:"capabilities,omitempty"`
	HypervisorId                     *HypervisorIdDTO              `json:"hypervisorId,omitempty"`
	ContentTags                      []string                      `json:"contentTags,omitempty"`
	Autoheal                         *bool                         `json:"autoheal,omitempty"`
	Annotations                      *string                       `json:"annotations,omitempty"`
	ContentAccessMode                *string                       `json:"contentAccessMode,omitempty"`
	Type                             *ConsumerTypeDTO              `json:"type,omitempty"`
	IdCert                           *CertificateDTO               `json:"idCert,omitempty"`
	GuestIds                         []GuestIdDTO                  `json:"guestIds,omitempty"`
	Href                             *string                       `json:"href,omitempty"`
	ActivationKeys                   []ConsumerActivationKeyDTO    `json:"activationKeys,omitempty"`
	ServiceType                      *string                       `json:"serviceType,omitempty"`
	Environments                     []EnvironmentDTO              `json:"environments,omitempty"`
}

ConsumerDTO Represents a consumer

func NewConsumerDTO

func NewConsumerDTO() *ConsumerDTO

NewConsumerDTO instantiates a new ConsumerDTO 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 NewConsumerDTOWithDefaults

func NewConsumerDTOWithDefaults() *ConsumerDTO

NewConsumerDTOWithDefaults instantiates a new ConsumerDTO 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 (*ConsumerDTO) GetActivationKeys

func (o *ConsumerDTO) GetActivationKeys() []ConsumerActivationKeyDTO

GetActivationKeys returns the ActivationKeys field value if set, zero value otherwise.

func (*ConsumerDTO) GetActivationKeysOk

func (o *ConsumerDTO) GetActivationKeysOk() ([]ConsumerActivationKeyDTO, bool)

GetActivationKeysOk returns a tuple with the ActivationKeys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetAddOns

func (o *ConsumerDTO) GetAddOns() []string

GetAddOns returns the AddOns field value if set, zero value otherwise.

func (*ConsumerDTO) GetAddOnsOk

func (o *ConsumerDTO) GetAddOnsOk() ([]string, bool)

GetAddOnsOk returns a tuple with the AddOns field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetAnnotations

func (o *ConsumerDTO) GetAnnotations() string

GetAnnotations returns the Annotations field value if set, zero value otherwise.

func (*ConsumerDTO) GetAnnotationsOk

func (o *ConsumerDTO) GetAnnotationsOk() (*string, bool)

GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetAutoheal

func (o *ConsumerDTO) GetAutoheal() bool

GetAutoheal returns the Autoheal field value if set, zero value otherwise.

func (*ConsumerDTO) GetAutohealOk

func (o *ConsumerDTO) GetAutohealOk() (*bool, bool)

GetAutohealOk returns a tuple with the Autoheal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetCanActivate

func (o *ConsumerDTO) GetCanActivate() bool

GetCanActivate returns the CanActivate field value if set, zero value otherwise.

func (*ConsumerDTO) GetCanActivateOk

func (o *ConsumerDTO) GetCanActivateOk() (*bool, bool)

GetCanActivateOk returns a tuple with the CanActivate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetCapabilities

func (o *ConsumerDTO) GetCapabilities() []CapabilityDTO

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*ConsumerDTO) GetCapabilitiesOk

func (o *ConsumerDTO) GetCapabilitiesOk() ([]CapabilityDTO, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetContentAccessMode

func (o *ConsumerDTO) GetContentAccessMode() string

GetContentAccessMode returns the ContentAccessMode field value if set, zero value otherwise.

func (*ConsumerDTO) GetContentAccessModeOk

func (o *ConsumerDTO) GetContentAccessModeOk() (*string, bool)

GetContentAccessModeOk returns a tuple with the ContentAccessMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetContentTags

func (o *ConsumerDTO) GetContentTags() []string

GetContentTags returns the ContentTags field value if set, zero value otherwise.

func (*ConsumerDTO) GetContentTagsOk

func (o *ConsumerDTO) GetContentTagsOk() ([]string, bool)

GetContentTagsOk returns a tuple with the ContentTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetCreated

func (o *ConsumerDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*ConsumerDTO) GetCreatedOk

func (o *ConsumerDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetEntitlementCount

func (o *ConsumerDTO) GetEntitlementCount() int64

GetEntitlementCount returns the EntitlementCount field value if set, zero value otherwise.

func (*ConsumerDTO) GetEntitlementCountOk

func (o *ConsumerDTO) GetEntitlementCountOk() (*int64, bool)

GetEntitlementCountOk returns a tuple with the EntitlementCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetEntitlementStatus

func (o *ConsumerDTO) GetEntitlementStatus() string

GetEntitlementStatus returns the EntitlementStatus field value if set, zero value otherwise.

func (*ConsumerDTO) GetEntitlementStatusOk

func (o *ConsumerDTO) GetEntitlementStatusOk() (*string, bool)

GetEntitlementStatusOk returns a tuple with the EntitlementStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetEnvironment

func (o *ConsumerDTO) GetEnvironment() EnvironmentDTO

GetEnvironment returns the Environment field value if set, zero value otherwise.

func (*ConsumerDTO) GetEnvironmentOk

func (o *ConsumerDTO) GetEnvironmentOk() (*EnvironmentDTO, bool)

GetEnvironmentOk returns a tuple with the Environment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetEnvironments

func (o *ConsumerDTO) GetEnvironments() []EnvironmentDTO

GetEnvironments returns the Environments field value if set, zero value otherwise.

func (*ConsumerDTO) GetEnvironmentsOk

func (o *ConsumerDTO) GetEnvironmentsOk() ([]EnvironmentDTO, bool)

GetEnvironmentsOk returns a tuple with the Environments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetFacts

func (o *ConsumerDTO) GetFacts() map[string]string

GetFacts returns the Facts field value if set, zero value otherwise.

func (*ConsumerDTO) GetFactsOk

func (o *ConsumerDTO) GetFactsOk() (*map[string]string, bool)

GetFactsOk returns a tuple with the Facts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetGuestIds

func (o *ConsumerDTO) GetGuestIds() []GuestIdDTO

GetGuestIds returns the GuestIds field value if set, zero value otherwise.

func (*ConsumerDTO) GetGuestIdsOk

func (o *ConsumerDTO) GetGuestIdsOk() ([]GuestIdDTO, bool)

GetGuestIdsOk returns a tuple with the GuestIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetHref

func (o *ConsumerDTO) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*ConsumerDTO) GetHrefOk

func (o *ConsumerDTO) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetHypervisorId

func (o *ConsumerDTO) GetHypervisorId() HypervisorIdDTO

GetHypervisorId returns the HypervisorId field value if set, zero value otherwise.

func (*ConsumerDTO) GetHypervisorIdOk

func (o *ConsumerDTO) GetHypervisorIdOk() (*HypervisorIdDTO, bool)

GetHypervisorIdOk returns a tuple with the HypervisorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetId

func (o *ConsumerDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ConsumerDTO) GetIdCert

func (o *ConsumerDTO) GetIdCert() CertificateDTO

GetIdCert returns the IdCert field value if set, zero value otherwise.

func (*ConsumerDTO) GetIdCertOk

func (o *ConsumerDTO) GetIdCertOk() (*CertificateDTO, bool)

GetIdCertOk returns a tuple with the IdCert field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetIdOk

func (o *ConsumerDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetInstalledProducts

func (o *ConsumerDTO) GetInstalledProducts() []ConsumerInstalledProductDTO

GetInstalledProducts returns the InstalledProducts field value if set, zero value otherwise.

func (*ConsumerDTO) GetInstalledProductsOk

func (o *ConsumerDTO) GetInstalledProductsOk() ([]ConsumerInstalledProductDTO, bool)

GetInstalledProductsOk returns a tuple with the InstalledProducts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetLastCheckin

func (o *ConsumerDTO) GetLastCheckin() string

GetLastCheckin returns the LastCheckin field value if set, zero value otherwise.

func (*ConsumerDTO) GetLastCheckinOk

func (o *ConsumerDTO) GetLastCheckinOk() (*string, bool)

GetLastCheckinOk returns a tuple with the LastCheckin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetName

func (o *ConsumerDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ConsumerDTO) GetNameOk

func (o *ConsumerDTO) 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 (*ConsumerDTO) GetOwner

func (o *ConsumerDTO) GetOwner() NestedOwnerDTO

GetOwner returns the Owner field value if set, zero value otherwise.

func (*ConsumerDTO) GetOwnerOk

func (o *ConsumerDTO) GetOwnerOk() (*NestedOwnerDTO, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetRegistrationAuthenticationMethod

func (o *ConsumerDTO) GetRegistrationAuthenticationMethod() string

GetRegistrationAuthenticationMethod returns the RegistrationAuthenticationMethod field value if set, zero value otherwise.

func (*ConsumerDTO) GetRegistrationAuthenticationMethodOk

func (o *ConsumerDTO) GetRegistrationAuthenticationMethodOk() (*string, bool)

GetRegistrationAuthenticationMethodOk returns a tuple with the RegistrationAuthenticationMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetReleaseVer

func (o *ConsumerDTO) GetReleaseVer() ReleaseVerDTO

GetReleaseVer returns the ReleaseVer field value if set, zero value otherwise.

func (*ConsumerDTO) GetReleaseVerOk

func (o *ConsumerDTO) GetReleaseVerOk() (*ReleaseVerDTO, bool)

GetReleaseVerOk returns a tuple with the ReleaseVer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetRole

func (o *ConsumerDTO) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*ConsumerDTO) GetRoleOk

func (o *ConsumerDTO) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetServiceLevel

func (o *ConsumerDTO) GetServiceLevel() string

GetServiceLevel returns the ServiceLevel field value if set, zero value otherwise.

func (*ConsumerDTO) GetServiceLevelOk

func (o *ConsumerDTO) GetServiceLevelOk() (*string, bool)

GetServiceLevelOk returns a tuple with the ServiceLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetServiceType

func (o *ConsumerDTO) GetServiceType() string

GetServiceType returns the ServiceType field value if set, zero value otherwise.

func (*ConsumerDTO) GetServiceTypeOk

func (o *ConsumerDTO) GetServiceTypeOk() (*string, bool)

GetServiceTypeOk returns a tuple with the ServiceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetSystemPurposeStatus

func (o *ConsumerDTO) GetSystemPurposeStatus() string

GetSystemPurposeStatus returns the SystemPurposeStatus field value if set, zero value otherwise.

func (*ConsumerDTO) GetSystemPurposeStatusOk

func (o *ConsumerDTO) GetSystemPurposeStatusOk() (*string, bool)

GetSystemPurposeStatusOk returns a tuple with the SystemPurposeStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetType

func (o *ConsumerDTO) GetType() ConsumerTypeDTO

GetType returns the Type field value if set, zero value otherwise.

func (*ConsumerDTO) GetTypeOk

func (o *ConsumerDTO) GetTypeOk() (*ConsumerTypeDTO, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetUpdated

func (o *ConsumerDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ConsumerDTO) GetUpdatedOk

func (o *ConsumerDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetUsage

func (o *ConsumerDTO) GetUsage() string

GetUsage returns the Usage field value if set, zero value otherwise.

func (*ConsumerDTO) GetUsageOk

func (o *ConsumerDTO) GetUsageOk() (*string, bool)

GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetUsername

func (o *ConsumerDTO) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*ConsumerDTO) GetUsernameOk

func (o *ConsumerDTO) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) GetUuid

func (o *ConsumerDTO) GetUuid() string

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*ConsumerDTO) GetUuidOk

func (o *ConsumerDTO) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTO) HasActivationKeys

func (o *ConsumerDTO) HasActivationKeys() bool

HasActivationKeys returns a boolean if a field has been set.

func (*ConsumerDTO) HasAddOns

func (o *ConsumerDTO) HasAddOns() bool

HasAddOns returns a boolean if a field has been set.

func (*ConsumerDTO) HasAnnotations

func (o *ConsumerDTO) HasAnnotations() bool

HasAnnotations returns a boolean if a field has been set.

func (*ConsumerDTO) HasAutoheal

func (o *ConsumerDTO) HasAutoheal() bool

HasAutoheal returns a boolean if a field has been set.

func (*ConsumerDTO) HasCanActivate

func (o *ConsumerDTO) HasCanActivate() bool

HasCanActivate returns a boolean if a field has been set.

func (*ConsumerDTO) HasCapabilities

func (o *ConsumerDTO) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*ConsumerDTO) HasContentAccessMode

func (o *ConsumerDTO) HasContentAccessMode() bool

HasContentAccessMode returns a boolean if a field has been set.

func (*ConsumerDTO) HasContentTags

func (o *ConsumerDTO) HasContentTags() bool

HasContentTags returns a boolean if a field has been set.

func (*ConsumerDTO) HasCreated

func (o *ConsumerDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ConsumerDTO) HasEntitlementCount

func (o *ConsumerDTO) HasEntitlementCount() bool

HasEntitlementCount returns a boolean if a field has been set.

func (*ConsumerDTO) HasEntitlementStatus

func (o *ConsumerDTO) HasEntitlementStatus() bool

HasEntitlementStatus returns a boolean if a field has been set.

func (*ConsumerDTO) HasEnvironment

func (o *ConsumerDTO) HasEnvironment() bool

HasEnvironment returns a boolean if a field has been set.

func (*ConsumerDTO) HasEnvironments

func (o *ConsumerDTO) HasEnvironments() bool

HasEnvironments returns a boolean if a field has been set.

func (*ConsumerDTO) HasFacts

func (o *ConsumerDTO) HasFacts() bool

HasFacts returns a boolean if a field has been set.

func (*ConsumerDTO) HasGuestIds

func (o *ConsumerDTO) HasGuestIds() bool

HasGuestIds returns a boolean if a field has been set.

func (*ConsumerDTO) HasHref

func (o *ConsumerDTO) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*ConsumerDTO) HasHypervisorId

func (o *ConsumerDTO) HasHypervisorId() bool

HasHypervisorId returns a boolean if a field has been set.

func (*ConsumerDTO) HasId

func (o *ConsumerDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ConsumerDTO) HasIdCert

func (o *ConsumerDTO) HasIdCert() bool

HasIdCert returns a boolean if a field has been set.

func (*ConsumerDTO) HasInstalledProducts

func (o *ConsumerDTO) HasInstalledProducts() bool

HasInstalledProducts returns a boolean if a field has been set.

func (*ConsumerDTO) HasLastCheckin

func (o *ConsumerDTO) HasLastCheckin() bool

HasLastCheckin returns a boolean if a field has been set.

func (*ConsumerDTO) HasName

func (o *ConsumerDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ConsumerDTO) HasOwner

func (o *ConsumerDTO) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*ConsumerDTO) HasRegistrationAuthenticationMethod

func (o *ConsumerDTO) HasRegistrationAuthenticationMethod() bool

HasRegistrationAuthenticationMethod returns a boolean if a field has been set.

func (*ConsumerDTO) HasReleaseVer

func (o *ConsumerDTO) HasReleaseVer() bool

HasReleaseVer returns a boolean if a field has been set.

func (*ConsumerDTO) HasRole

func (o *ConsumerDTO) HasRole() bool

HasRole returns a boolean if a field has been set.

func (*ConsumerDTO) HasServiceLevel

func (o *ConsumerDTO) HasServiceLevel() bool

HasServiceLevel returns a boolean if a field has been set.

func (*ConsumerDTO) HasServiceType

func (o *ConsumerDTO) HasServiceType() bool

HasServiceType returns a boolean if a field has been set.

func (*ConsumerDTO) HasSystemPurposeStatus

func (o *ConsumerDTO) HasSystemPurposeStatus() bool

HasSystemPurposeStatus returns a boolean if a field has been set.

func (*ConsumerDTO) HasType

func (o *ConsumerDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*ConsumerDTO) HasUpdated

func (o *ConsumerDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*ConsumerDTO) HasUsage

func (o *ConsumerDTO) HasUsage() bool

HasUsage returns a boolean if a field has been set.

func (*ConsumerDTO) HasUsername

func (o *ConsumerDTO) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (*ConsumerDTO) HasUuid

func (o *ConsumerDTO) HasUuid() bool

HasUuid returns a boolean if a field has been set.

func (ConsumerDTO) MarshalJSON

func (o ConsumerDTO) MarshalJSON() ([]byte, error)

func (*ConsumerDTO) SetActivationKeys

func (o *ConsumerDTO) SetActivationKeys(v []ConsumerActivationKeyDTO)

SetActivationKeys gets a reference to the given []ConsumerActivationKeyDTO and assigns it to the ActivationKeys field.

func (*ConsumerDTO) SetAddOns

func (o *ConsumerDTO) SetAddOns(v []string)

SetAddOns gets a reference to the given []string and assigns it to the AddOns field.

func (*ConsumerDTO) SetAnnotations

func (o *ConsumerDTO) SetAnnotations(v string)

SetAnnotations gets a reference to the given string and assigns it to the Annotations field.

func (*ConsumerDTO) SetAutoheal

func (o *ConsumerDTO) SetAutoheal(v bool)

SetAutoheal gets a reference to the given bool and assigns it to the Autoheal field.

func (*ConsumerDTO) SetCanActivate

func (o *ConsumerDTO) SetCanActivate(v bool)

SetCanActivate gets a reference to the given bool and assigns it to the CanActivate field.

func (*ConsumerDTO) SetCapabilities

func (o *ConsumerDTO) SetCapabilities(v []CapabilityDTO)

SetCapabilities gets a reference to the given []CapabilityDTO and assigns it to the Capabilities field.

func (*ConsumerDTO) SetContentAccessMode

func (o *ConsumerDTO) SetContentAccessMode(v string)

SetContentAccessMode gets a reference to the given string and assigns it to the ContentAccessMode field.

func (*ConsumerDTO) SetContentTags

func (o *ConsumerDTO) SetContentTags(v []string)

SetContentTags gets a reference to the given []string and assigns it to the ContentTags field.

func (*ConsumerDTO) SetCreated

func (o *ConsumerDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*ConsumerDTO) SetEntitlementCount

func (o *ConsumerDTO) SetEntitlementCount(v int64)

SetEntitlementCount gets a reference to the given int64 and assigns it to the EntitlementCount field.

func (*ConsumerDTO) SetEntitlementStatus

func (o *ConsumerDTO) SetEntitlementStatus(v string)

SetEntitlementStatus gets a reference to the given string and assigns it to the EntitlementStatus field.

func (*ConsumerDTO) SetEnvironment

func (o *ConsumerDTO) SetEnvironment(v EnvironmentDTO)

SetEnvironment gets a reference to the given EnvironmentDTO and assigns it to the Environment field.

func (*ConsumerDTO) SetEnvironments

func (o *ConsumerDTO) SetEnvironments(v []EnvironmentDTO)

SetEnvironments gets a reference to the given []EnvironmentDTO and assigns it to the Environments field.

func (*ConsumerDTO) SetFacts

func (o *ConsumerDTO) SetFacts(v map[string]string)

SetFacts gets a reference to the given map[string]string and assigns it to the Facts field.

func (*ConsumerDTO) SetGuestIds

func (o *ConsumerDTO) SetGuestIds(v []GuestIdDTO)

SetGuestIds gets a reference to the given []GuestIdDTO and assigns it to the GuestIds field.

func (*ConsumerDTO) SetHref

func (o *ConsumerDTO) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*ConsumerDTO) SetHypervisorId

func (o *ConsumerDTO) SetHypervisorId(v HypervisorIdDTO)

SetHypervisorId gets a reference to the given HypervisorIdDTO and assigns it to the HypervisorId field.

func (*ConsumerDTO) SetId

func (o *ConsumerDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ConsumerDTO) SetIdCert

func (o *ConsumerDTO) SetIdCert(v CertificateDTO)

SetIdCert gets a reference to the given CertificateDTO and assigns it to the IdCert field.

func (*ConsumerDTO) SetInstalledProducts

func (o *ConsumerDTO) SetInstalledProducts(v []ConsumerInstalledProductDTO)

SetInstalledProducts gets a reference to the given []ConsumerInstalledProductDTO and assigns it to the InstalledProducts field.

func (*ConsumerDTO) SetLastCheckin

func (o *ConsumerDTO) SetLastCheckin(v string)

SetLastCheckin gets a reference to the given string and assigns it to the LastCheckin field.

func (*ConsumerDTO) SetName

func (o *ConsumerDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ConsumerDTO) SetOwner

func (o *ConsumerDTO) SetOwner(v NestedOwnerDTO)

SetOwner gets a reference to the given NestedOwnerDTO and assigns it to the Owner field.

func (*ConsumerDTO) SetRegistrationAuthenticationMethod

func (o *ConsumerDTO) SetRegistrationAuthenticationMethod(v string)

SetRegistrationAuthenticationMethod gets a reference to the given string and assigns it to the RegistrationAuthenticationMethod field.

func (*ConsumerDTO) SetReleaseVer

func (o *ConsumerDTO) SetReleaseVer(v ReleaseVerDTO)

SetReleaseVer gets a reference to the given ReleaseVerDTO and assigns it to the ReleaseVer field.

func (*ConsumerDTO) SetRole

func (o *ConsumerDTO) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (*ConsumerDTO) SetServiceLevel

func (o *ConsumerDTO) SetServiceLevel(v string)

SetServiceLevel gets a reference to the given string and assigns it to the ServiceLevel field.

func (*ConsumerDTO) SetServiceType

func (o *ConsumerDTO) SetServiceType(v string)

SetServiceType gets a reference to the given string and assigns it to the ServiceType field.

func (*ConsumerDTO) SetSystemPurposeStatus

func (o *ConsumerDTO) SetSystemPurposeStatus(v string)

SetSystemPurposeStatus gets a reference to the given string and assigns it to the SystemPurposeStatus field.

func (*ConsumerDTO) SetType

func (o *ConsumerDTO) SetType(v ConsumerTypeDTO)

SetType gets a reference to the given ConsumerTypeDTO and assigns it to the Type field.

func (*ConsumerDTO) SetUpdated

func (o *ConsumerDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*ConsumerDTO) SetUsage

func (o *ConsumerDTO) SetUsage(v string)

SetUsage gets a reference to the given string and assigns it to the Usage field.

func (*ConsumerDTO) SetUsername

func (o *ConsumerDTO) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (*ConsumerDTO) SetUuid

func (o *ConsumerDTO) SetUuid(v string)

SetUuid gets a reference to the given string and assigns it to the Uuid field.

func (ConsumerDTO) ToMap

func (o ConsumerDTO) ToMap() (map[string]interface{}, error)

type ConsumerDTOArrayElement

type ConsumerDTOArrayElement struct {
	Created             *string                       `json:"created,omitempty"`
	Updated             *string                       `json:"updated,omitempty"`
	Id                  *string                       `json:"id,omitempty"`
	Uuid                *string                       `json:"uuid,omitempty"`
	Name                *string                       `json:"name,omitempty"`
	Username            *string                       `json:"username,omitempty"`
	EntitlementStatus   *string                       `json:"entitlementStatus,omitempty"`
	ServiceLevel        *string                       `json:"serviceLevel,omitempty"`
	Role                *string                       `json:"role,omitempty"`
	Usage               *string                       `json:"usage,omitempty"`
	AddOns              []string                      `json:"addOns,omitempty"`
	SystemPurposeStatus *string                       `json:"systemPurposeStatus,omitempty"`
	ReleaseVer          *ReleaseVerDTO                `json:"releaseVer,omitempty"`
	Owner               *NestedOwnerDTO               `json:"owner,omitempty"`
	EntitlementCount    *int64                        `json:"entitlementCount,omitempty"`
	LastCheckin         *string                       `json:"lastCheckin,omitempty"`
	InstalledProducts   []ConsumerInstalledProductDTO `json:"installedProducts,omitempty"`
	CanActivate         *bool                         `json:"canActivate,omitempty"`
	Capabilities        []CapabilityDTO               `json:"capabilities,omitempty"`
	HypervisorId        *HypervisorIdDTO              `json:"hypervisorId,omitempty"`
	ContentTags         []string                      `json:"contentTags,omitempty"`
	Autoheal            *bool                         `json:"autoheal,omitempty"`
	Annotations         *string                       `json:"annotations,omitempty"`
	ContentAccessMode   *string                       `json:"contentAccessMode,omitempty"`
	Type                *ConsumerTypeDTO              `json:"type,omitempty"`
	GuestIds            []GuestIdDTOArrayElement      `json:"guestIds,omitempty"`
	Href                *string                       `json:"href,omitempty"`
	ServiceType         *string                       `json:"serviceType,omitempty"`
}

ConsumerDTOArrayElement Represents a reduced view of a consumer (excluding data like facts and identify certificate)

func NewConsumerDTOArrayElement

func NewConsumerDTOArrayElement() *ConsumerDTOArrayElement

NewConsumerDTOArrayElement instantiates a new ConsumerDTOArrayElement 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 NewConsumerDTOArrayElementWithDefaults

func NewConsumerDTOArrayElementWithDefaults() *ConsumerDTOArrayElement

NewConsumerDTOArrayElementWithDefaults instantiates a new ConsumerDTOArrayElement 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 (*ConsumerDTOArrayElement) GetAddOns

func (o *ConsumerDTOArrayElement) GetAddOns() []string

GetAddOns returns the AddOns field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetAddOnsOk

func (o *ConsumerDTOArrayElement) GetAddOnsOk() ([]string, bool)

GetAddOnsOk returns a tuple with the AddOns field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetAnnotations

func (o *ConsumerDTOArrayElement) GetAnnotations() string

GetAnnotations returns the Annotations field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetAnnotationsOk

func (o *ConsumerDTOArrayElement) GetAnnotationsOk() (*string, bool)

GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetAutoheal

func (o *ConsumerDTOArrayElement) GetAutoheal() bool

GetAutoheal returns the Autoheal field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetAutohealOk

func (o *ConsumerDTOArrayElement) GetAutohealOk() (*bool, bool)

GetAutohealOk returns a tuple with the Autoheal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetCanActivate

func (o *ConsumerDTOArrayElement) GetCanActivate() bool

GetCanActivate returns the CanActivate field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetCanActivateOk

func (o *ConsumerDTOArrayElement) GetCanActivateOk() (*bool, bool)

GetCanActivateOk returns a tuple with the CanActivate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetCapabilities

func (o *ConsumerDTOArrayElement) GetCapabilities() []CapabilityDTO

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetCapabilitiesOk

func (o *ConsumerDTOArrayElement) GetCapabilitiesOk() ([]CapabilityDTO, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetContentAccessMode

func (o *ConsumerDTOArrayElement) GetContentAccessMode() string

GetContentAccessMode returns the ContentAccessMode field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetContentAccessModeOk

func (o *ConsumerDTOArrayElement) GetContentAccessModeOk() (*string, bool)

GetContentAccessModeOk returns a tuple with the ContentAccessMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetContentTags

func (o *ConsumerDTOArrayElement) GetContentTags() []string

GetContentTags returns the ContentTags field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetContentTagsOk

func (o *ConsumerDTOArrayElement) GetContentTagsOk() ([]string, bool)

GetContentTagsOk returns a tuple with the ContentTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetCreated

func (o *ConsumerDTOArrayElement) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetCreatedOk

func (o *ConsumerDTOArrayElement) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetEntitlementCount

func (o *ConsumerDTOArrayElement) GetEntitlementCount() int64

GetEntitlementCount returns the EntitlementCount field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetEntitlementCountOk

func (o *ConsumerDTOArrayElement) GetEntitlementCountOk() (*int64, bool)

GetEntitlementCountOk returns a tuple with the EntitlementCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetEntitlementStatus

func (o *ConsumerDTOArrayElement) GetEntitlementStatus() string

GetEntitlementStatus returns the EntitlementStatus field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetEntitlementStatusOk

func (o *ConsumerDTOArrayElement) GetEntitlementStatusOk() (*string, bool)

GetEntitlementStatusOk returns a tuple with the EntitlementStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetGuestIds

GetGuestIds returns the GuestIds field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetGuestIdsOk

func (o *ConsumerDTOArrayElement) GetGuestIdsOk() ([]GuestIdDTOArrayElement, bool)

GetGuestIdsOk returns a tuple with the GuestIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetHref

func (o *ConsumerDTOArrayElement) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetHrefOk

func (o *ConsumerDTOArrayElement) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetHypervisorId

func (o *ConsumerDTOArrayElement) GetHypervisorId() HypervisorIdDTO

GetHypervisorId returns the HypervisorId field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetHypervisorIdOk

func (o *ConsumerDTOArrayElement) GetHypervisorIdOk() (*HypervisorIdDTO, bool)

GetHypervisorIdOk returns a tuple with the HypervisorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetId

func (o *ConsumerDTOArrayElement) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetIdOk

func (o *ConsumerDTOArrayElement) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetInstalledProducts

func (o *ConsumerDTOArrayElement) GetInstalledProducts() []ConsumerInstalledProductDTO

GetInstalledProducts returns the InstalledProducts field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetInstalledProductsOk

func (o *ConsumerDTOArrayElement) GetInstalledProductsOk() ([]ConsumerInstalledProductDTO, bool)

GetInstalledProductsOk returns a tuple with the InstalledProducts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetLastCheckin

func (o *ConsumerDTOArrayElement) GetLastCheckin() string

GetLastCheckin returns the LastCheckin field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetLastCheckinOk

func (o *ConsumerDTOArrayElement) GetLastCheckinOk() (*string, bool)

GetLastCheckinOk returns a tuple with the LastCheckin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetName

func (o *ConsumerDTOArrayElement) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetNameOk

func (o *ConsumerDTOArrayElement) 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 (*ConsumerDTOArrayElement) GetOwner

GetOwner returns the Owner field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetOwnerOk

func (o *ConsumerDTOArrayElement) GetOwnerOk() (*NestedOwnerDTO, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetReleaseVer

func (o *ConsumerDTOArrayElement) GetReleaseVer() ReleaseVerDTO

GetReleaseVer returns the ReleaseVer field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetReleaseVerOk

func (o *ConsumerDTOArrayElement) GetReleaseVerOk() (*ReleaseVerDTO, bool)

GetReleaseVerOk returns a tuple with the ReleaseVer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetRole

func (o *ConsumerDTOArrayElement) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetRoleOk

func (o *ConsumerDTOArrayElement) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetServiceLevel

func (o *ConsumerDTOArrayElement) GetServiceLevel() string

GetServiceLevel returns the ServiceLevel field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetServiceLevelOk

func (o *ConsumerDTOArrayElement) GetServiceLevelOk() (*string, bool)

GetServiceLevelOk returns a tuple with the ServiceLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetServiceType

func (o *ConsumerDTOArrayElement) GetServiceType() string

GetServiceType returns the ServiceType field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetServiceTypeOk

func (o *ConsumerDTOArrayElement) GetServiceTypeOk() (*string, bool)

GetServiceTypeOk returns a tuple with the ServiceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetSystemPurposeStatus

func (o *ConsumerDTOArrayElement) GetSystemPurposeStatus() string

GetSystemPurposeStatus returns the SystemPurposeStatus field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetSystemPurposeStatusOk

func (o *ConsumerDTOArrayElement) GetSystemPurposeStatusOk() (*string, bool)

GetSystemPurposeStatusOk returns a tuple with the SystemPurposeStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetType

GetType returns the Type field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetTypeOk

func (o *ConsumerDTOArrayElement) GetTypeOk() (*ConsumerTypeDTO, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetUpdated

func (o *ConsumerDTOArrayElement) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetUpdatedOk

func (o *ConsumerDTOArrayElement) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetUsage

func (o *ConsumerDTOArrayElement) GetUsage() string

GetUsage returns the Usage field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetUsageOk

func (o *ConsumerDTOArrayElement) GetUsageOk() (*string, bool)

GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetUsername

func (o *ConsumerDTOArrayElement) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetUsernameOk

func (o *ConsumerDTOArrayElement) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) GetUuid

func (o *ConsumerDTOArrayElement) GetUuid() string

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*ConsumerDTOArrayElement) GetUuidOk

func (o *ConsumerDTOArrayElement) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerDTOArrayElement) HasAddOns

func (o *ConsumerDTOArrayElement) HasAddOns() bool

HasAddOns returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasAnnotations

func (o *ConsumerDTOArrayElement) HasAnnotations() bool

HasAnnotations returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasAutoheal

func (o *ConsumerDTOArrayElement) HasAutoheal() bool

HasAutoheal returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasCanActivate

func (o *ConsumerDTOArrayElement) HasCanActivate() bool

HasCanActivate returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasCapabilities

func (o *ConsumerDTOArrayElement) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasContentAccessMode

func (o *ConsumerDTOArrayElement) HasContentAccessMode() bool

HasContentAccessMode returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasContentTags

func (o *ConsumerDTOArrayElement) HasContentTags() bool

HasContentTags returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasCreated

func (o *ConsumerDTOArrayElement) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasEntitlementCount

func (o *ConsumerDTOArrayElement) HasEntitlementCount() bool

HasEntitlementCount returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasEntitlementStatus

func (o *ConsumerDTOArrayElement) HasEntitlementStatus() bool

HasEntitlementStatus returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasGuestIds

func (o *ConsumerDTOArrayElement) HasGuestIds() bool

HasGuestIds returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasHref

func (o *ConsumerDTOArrayElement) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasHypervisorId

func (o *ConsumerDTOArrayElement) HasHypervisorId() bool

HasHypervisorId returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasId

func (o *ConsumerDTOArrayElement) HasId() bool

HasId returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasInstalledProducts

func (o *ConsumerDTOArrayElement) HasInstalledProducts() bool

HasInstalledProducts returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasLastCheckin

func (o *ConsumerDTOArrayElement) HasLastCheckin() bool

HasLastCheckin returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasName

func (o *ConsumerDTOArrayElement) HasName() bool

HasName returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasOwner

func (o *ConsumerDTOArrayElement) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasReleaseVer

func (o *ConsumerDTOArrayElement) HasReleaseVer() bool

HasReleaseVer returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasRole

func (o *ConsumerDTOArrayElement) HasRole() bool

HasRole returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasServiceLevel

func (o *ConsumerDTOArrayElement) HasServiceLevel() bool

HasServiceLevel returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasServiceType

func (o *ConsumerDTOArrayElement) HasServiceType() bool

HasServiceType returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasSystemPurposeStatus

func (o *ConsumerDTOArrayElement) HasSystemPurposeStatus() bool

HasSystemPurposeStatus returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasType

func (o *ConsumerDTOArrayElement) HasType() bool

HasType returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasUpdated

func (o *ConsumerDTOArrayElement) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasUsage

func (o *ConsumerDTOArrayElement) HasUsage() bool

HasUsage returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasUsername

func (o *ConsumerDTOArrayElement) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (*ConsumerDTOArrayElement) HasUuid

func (o *ConsumerDTOArrayElement) HasUuid() bool

HasUuid returns a boolean if a field has been set.

func (ConsumerDTOArrayElement) MarshalJSON

func (o ConsumerDTOArrayElement) MarshalJSON() ([]byte, error)

func (*ConsumerDTOArrayElement) SetAddOns

func (o *ConsumerDTOArrayElement) SetAddOns(v []string)

SetAddOns gets a reference to the given []string and assigns it to the AddOns field.

func (*ConsumerDTOArrayElement) SetAnnotations

func (o *ConsumerDTOArrayElement) SetAnnotations(v string)

SetAnnotations gets a reference to the given string and assigns it to the Annotations field.

func (*ConsumerDTOArrayElement) SetAutoheal

func (o *ConsumerDTOArrayElement) SetAutoheal(v bool)

SetAutoheal gets a reference to the given bool and assigns it to the Autoheal field.

func (*ConsumerDTOArrayElement) SetCanActivate

func (o *ConsumerDTOArrayElement) SetCanActivate(v bool)

SetCanActivate gets a reference to the given bool and assigns it to the CanActivate field.

func (*ConsumerDTOArrayElement) SetCapabilities

func (o *ConsumerDTOArrayElement) SetCapabilities(v []CapabilityDTO)

SetCapabilities gets a reference to the given []CapabilityDTO and assigns it to the Capabilities field.

func (*ConsumerDTOArrayElement) SetContentAccessMode

func (o *ConsumerDTOArrayElement) SetContentAccessMode(v string)

SetContentAccessMode gets a reference to the given string and assigns it to the ContentAccessMode field.

func (*ConsumerDTOArrayElement) SetContentTags

func (o *ConsumerDTOArrayElement) SetContentTags(v []string)

SetContentTags gets a reference to the given []string and assigns it to the ContentTags field.

func (*ConsumerDTOArrayElement) SetCreated

func (o *ConsumerDTOArrayElement) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*ConsumerDTOArrayElement) SetEntitlementCount

func (o *ConsumerDTOArrayElement) SetEntitlementCount(v int64)

SetEntitlementCount gets a reference to the given int64 and assigns it to the EntitlementCount field.

func (*ConsumerDTOArrayElement) SetEntitlementStatus

func (o *ConsumerDTOArrayElement) SetEntitlementStatus(v string)

SetEntitlementStatus gets a reference to the given string and assigns it to the EntitlementStatus field.

func (*ConsumerDTOArrayElement) SetGuestIds

func (o *ConsumerDTOArrayElement) SetGuestIds(v []GuestIdDTOArrayElement)

SetGuestIds gets a reference to the given []GuestIdDTOArrayElement and assigns it to the GuestIds field.

func (*ConsumerDTOArrayElement) SetHref

func (o *ConsumerDTOArrayElement) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*ConsumerDTOArrayElement) SetHypervisorId

func (o *ConsumerDTOArrayElement) SetHypervisorId(v HypervisorIdDTO)

SetHypervisorId gets a reference to the given HypervisorIdDTO and assigns it to the HypervisorId field.

func (*ConsumerDTOArrayElement) SetId

func (o *ConsumerDTOArrayElement) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ConsumerDTOArrayElement) SetInstalledProducts

func (o *ConsumerDTOArrayElement) SetInstalledProducts(v []ConsumerInstalledProductDTO)

SetInstalledProducts gets a reference to the given []ConsumerInstalledProductDTO and assigns it to the InstalledProducts field.

func (*ConsumerDTOArrayElement) SetLastCheckin

func (o *ConsumerDTOArrayElement) SetLastCheckin(v string)

SetLastCheckin gets a reference to the given string and assigns it to the LastCheckin field.

func (*ConsumerDTOArrayElement) SetName

func (o *ConsumerDTOArrayElement) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ConsumerDTOArrayElement) SetOwner

func (o *ConsumerDTOArrayElement) SetOwner(v NestedOwnerDTO)

SetOwner gets a reference to the given NestedOwnerDTO and assigns it to the Owner field.

func (*ConsumerDTOArrayElement) SetReleaseVer

func (o *ConsumerDTOArrayElement) SetReleaseVer(v ReleaseVerDTO)

SetReleaseVer gets a reference to the given ReleaseVerDTO and assigns it to the ReleaseVer field.

func (*ConsumerDTOArrayElement) SetRole

func (o *ConsumerDTOArrayElement) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (*ConsumerDTOArrayElement) SetServiceLevel

func (o *ConsumerDTOArrayElement) SetServiceLevel(v string)

SetServiceLevel gets a reference to the given string and assigns it to the ServiceLevel field.

func (*ConsumerDTOArrayElement) SetServiceType

func (o *ConsumerDTOArrayElement) SetServiceType(v string)

SetServiceType gets a reference to the given string and assigns it to the ServiceType field.

func (*ConsumerDTOArrayElement) SetSystemPurposeStatus

func (o *ConsumerDTOArrayElement) SetSystemPurposeStatus(v string)

SetSystemPurposeStatus gets a reference to the given string and assigns it to the SystemPurposeStatus field.

func (*ConsumerDTOArrayElement) SetType

SetType gets a reference to the given ConsumerTypeDTO and assigns it to the Type field.

func (*ConsumerDTOArrayElement) SetUpdated

func (o *ConsumerDTOArrayElement) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*ConsumerDTOArrayElement) SetUsage

func (o *ConsumerDTOArrayElement) SetUsage(v string)

SetUsage gets a reference to the given string and assigns it to the Usage field.

func (*ConsumerDTOArrayElement) SetUsername

func (o *ConsumerDTOArrayElement) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (*ConsumerDTOArrayElement) SetUuid

func (o *ConsumerDTOArrayElement) SetUuid(v string)

SetUuid gets a reference to the given string and assigns it to the Uuid field.

func (ConsumerDTOArrayElement) ToMap

func (o ConsumerDTOArrayElement) ToMap() (map[string]interface{}, error)

type ConsumerInstalledProductDTO

type ConsumerInstalledProductDTO struct {
	Created     *string `json:"created,omitempty"`
	Updated     *string `json:"updated,omitempty"`
	Id          *string `json:"id,omitempty"`
	ProductId   string  `json:"productId"`
	ProductName *string `json:"productName,omitempty"`
	Version     *string `json:"version,omitempty"`
	Arch        *string `json:"arch,omitempty"`
	Status      *string `json:"status,omitempty"`
	StartDate   *string `json:"startDate,omitempty"`
	EndDate     *string `json:"endDate,omitempty"`
}

ConsumerInstalledProductDTO Represents consumer installed product details

func NewConsumerInstalledProductDTO

func NewConsumerInstalledProductDTO(productId string) *ConsumerInstalledProductDTO

NewConsumerInstalledProductDTO instantiates a new ConsumerInstalledProductDTO 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 NewConsumerInstalledProductDTOWithDefaults

func NewConsumerInstalledProductDTOWithDefaults() *ConsumerInstalledProductDTO

NewConsumerInstalledProductDTOWithDefaults instantiates a new ConsumerInstalledProductDTO 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 (*ConsumerInstalledProductDTO) GetArch

func (o *ConsumerInstalledProductDTO) GetArch() string

GetArch returns the Arch field value if set, zero value otherwise.

func (*ConsumerInstalledProductDTO) GetArchOk

func (o *ConsumerInstalledProductDTO) GetArchOk() (*string, bool)

GetArchOk returns a tuple with the Arch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerInstalledProductDTO) GetCreated

func (o *ConsumerInstalledProductDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*ConsumerInstalledProductDTO) GetCreatedOk

func (o *ConsumerInstalledProductDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerInstalledProductDTO) GetEndDate

func (o *ConsumerInstalledProductDTO) GetEndDate() string

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*ConsumerInstalledProductDTO) GetEndDateOk

func (o *ConsumerInstalledProductDTO) GetEndDateOk() (*string, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerInstalledProductDTO) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*ConsumerInstalledProductDTO) GetIdOk

func (o *ConsumerInstalledProductDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerInstalledProductDTO) GetProductId

func (o *ConsumerInstalledProductDTO) GetProductId() string

GetProductId returns the ProductId field value

func (*ConsumerInstalledProductDTO) GetProductIdOk

func (o *ConsumerInstalledProductDTO) GetProductIdOk() (*string, bool)

GetProductIdOk returns a tuple with the ProductId field value and a boolean to check if the value has been set.

func (*ConsumerInstalledProductDTO) GetProductName

func (o *ConsumerInstalledProductDTO) GetProductName() string

GetProductName returns the ProductName field value if set, zero value otherwise.

func (*ConsumerInstalledProductDTO) GetProductNameOk

func (o *ConsumerInstalledProductDTO) GetProductNameOk() (*string, bool)

GetProductNameOk returns a tuple with the ProductName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerInstalledProductDTO) GetStartDate

func (o *ConsumerInstalledProductDTO) GetStartDate() string

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*ConsumerInstalledProductDTO) GetStartDateOk

func (o *ConsumerInstalledProductDTO) GetStartDateOk() (*string, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerInstalledProductDTO) GetStatus

func (o *ConsumerInstalledProductDTO) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ConsumerInstalledProductDTO) GetStatusOk

func (o *ConsumerInstalledProductDTO) 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 (*ConsumerInstalledProductDTO) GetUpdated

func (o *ConsumerInstalledProductDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ConsumerInstalledProductDTO) GetUpdatedOk

func (o *ConsumerInstalledProductDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerInstalledProductDTO) GetVersion

func (o *ConsumerInstalledProductDTO) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ConsumerInstalledProductDTO) GetVersionOk

func (o *ConsumerInstalledProductDTO) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerInstalledProductDTO) HasArch

func (o *ConsumerInstalledProductDTO) HasArch() bool

HasArch returns a boolean if a field has been set.

func (*ConsumerInstalledProductDTO) HasCreated

func (o *ConsumerInstalledProductDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ConsumerInstalledProductDTO) HasEndDate

func (o *ConsumerInstalledProductDTO) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*ConsumerInstalledProductDTO) HasId

func (o *ConsumerInstalledProductDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ConsumerInstalledProductDTO) HasProductName

func (o *ConsumerInstalledProductDTO) HasProductName() bool

HasProductName returns a boolean if a field has been set.

func (*ConsumerInstalledProductDTO) HasStartDate

func (o *ConsumerInstalledProductDTO) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*ConsumerInstalledProductDTO) HasStatus

func (o *ConsumerInstalledProductDTO) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ConsumerInstalledProductDTO) HasUpdated

func (o *ConsumerInstalledProductDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*ConsumerInstalledProductDTO) HasVersion

func (o *ConsumerInstalledProductDTO) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ConsumerInstalledProductDTO) MarshalJSON

func (o ConsumerInstalledProductDTO) MarshalJSON() ([]byte, error)

func (*ConsumerInstalledProductDTO) SetArch

func (o *ConsumerInstalledProductDTO) SetArch(v string)

SetArch gets a reference to the given string and assigns it to the Arch field.

func (*ConsumerInstalledProductDTO) SetCreated

func (o *ConsumerInstalledProductDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*ConsumerInstalledProductDTO) SetEndDate

func (o *ConsumerInstalledProductDTO) SetEndDate(v string)

SetEndDate gets a reference to the given string and assigns it to the EndDate field.

func (*ConsumerInstalledProductDTO) SetId

func (o *ConsumerInstalledProductDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ConsumerInstalledProductDTO) SetProductId

func (o *ConsumerInstalledProductDTO) SetProductId(v string)

SetProductId sets field value

func (*ConsumerInstalledProductDTO) SetProductName

func (o *ConsumerInstalledProductDTO) SetProductName(v string)

SetProductName gets a reference to the given string and assigns it to the ProductName field.

func (*ConsumerInstalledProductDTO) SetStartDate

func (o *ConsumerInstalledProductDTO) SetStartDate(v string)

SetStartDate gets a reference to the given string and assigns it to the StartDate field.

func (*ConsumerInstalledProductDTO) SetStatus

func (o *ConsumerInstalledProductDTO) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*ConsumerInstalledProductDTO) SetUpdated

func (o *ConsumerInstalledProductDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*ConsumerInstalledProductDTO) SetVersion

func (o *ConsumerInstalledProductDTO) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (ConsumerInstalledProductDTO) ToMap

func (o ConsumerInstalledProductDTO) ToMap() (map[string]interface{}, error)

func (*ConsumerInstalledProductDTO) UnmarshalJSON

func (o *ConsumerInstalledProductDTO) UnmarshalJSON(data []byte) (err error)

type ConsumerTypeAPIService

type ConsumerTypeAPIService service

ConsumerTypeAPIService ConsumerTypeAPI service

func (*ConsumerTypeAPIService) CreateConsumerType

CreateConsumerType Method for CreateConsumerType

Creates a new consumer type

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateConsumerTypeRequest

func (*ConsumerTypeAPIService) CreateConsumerTypeExecute

Execute executes the request

@return ConsumerTypeDTO

func (*ConsumerTypeAPIService) DeleteConsumerType

DeleteConsumerType Method for DeleteConsumerType

Deletes an existing consumer type

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the consumer type to delete
@return ApiDeleteConsumerTypeRequest

func (*ConsumerTypeAPIService) DeleteConsumerTypeExecute

func (a *ConsumerTypeAPIService) DeleteConsumerTypeExecute(r ApiDeleteConsumerTypeRequest) (*http.Response, error)

Execute executes the request

func (*ConsumerTypeAPIService) GetConsumerType

GetConsumerType Method for GetConsumerType

Retrieves a specific consumer type

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the consumer type to retrieve
@return ApiGetConsumerTypeRequest

func (*ConsumerTypeAPIService) GetConsumerTypeExecute

Execute executes the request

@return ConsumerTypeDTO

func (*ConsumerTypeAPIService) GetConsumerTypes

GetConsumerTypes Method for GetConsumerTypes

Retrieves a list of known consumer types

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetConsumerTypesRequest

func (*ConsumerTypeAPIService) GetConsumerTypesExecute

Execute executes the request

@return []ConsumerTypeDTO

func (*ConsumerTypeAPIService) UpdateConsumerType

UpdateConsumerType Method for UpdateConsumerType

Updates an existing consumer type

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the consumer type to update
@return ApiUpdateConsumerTypeRequest

func (*ConsumerTypeAPIService) UpdateConsumerTypeExecute

Execute executes the request

@return ConsumerTypeDTO

type ConsumerTypeDTO

type ConsumerTypeDTO struct {
	Created  *string `json:"created,omitempty"`
	Updated  *string `json:"updated,omitempty"`
	Id       *string `json:"id,omitempty"`
	Label    *string `json:"label,omitempty"`
	Manifest *bool   `json:"manifest,omitempty"`
}

ConsumerTypeDTO Represents a consumer type used to differentiate various types of consumers

func NewConsumerTypeDTO

func NewConsumerTypeDTO() *ConsumerTypeDTO

NewConsumerTypeDTO instantiates a new ConsumerTypeDTO 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 NewConsumerTypeDTOWithDefaults

func NewConsumerTypeDTOWithDefaults() *ConsumerTypeDTO

NewConsumerTypeDTOWithDefaults instantiates a new ConsumerTypeDTO 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 (*ConsumerTypeDTO) GetCreated

func (o *ConsumerTypeDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*ConsumerTypeDTO) GetCreatedOk

func (o *ConsumerTypeDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerTypeDTO) GetId

func (o *ConsumerTypeDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ConsumerTypeDTO) GetIdOk

func (o *ConsumerTypeDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerTypeDTO) GetLabel

func (o *ConsumerTypeDTO) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*ConsumerTypeDTO) GetLabelOk

func (o *ConsumerTypeDTO) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerTypeDTO) GetManifest

func (o *ConsumerTypeDTO) GetManifest() bool

GetManifest returns the Manifest field value if set, zero value otherwise.

func (*ConsumerTypeDTO) GetManifestOk

func (o *ConsumerTypeDTO) GetManifestOk() (*bool, bool)

GetManifestOk returns a tuple with the Manifest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerTypeDTO) GetUpdated

func (o *ConsumerTypeDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ConsumerTypeDTO) GetUpdatedOk

func (o *ConsumerTypeDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumerTypeDTO) HasCreated

func (o *ConsumerTypeDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ConsumerTypeDTO) HasId

func (o *ConsumerTypeDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ConsumerTypeDTO) HasLabel

func (o *ConsumerTypeDTO) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*ConsumerTypeDTO) HasManifest

func (o *ConsumerTypeDTO) HasManifest() bool

HasManifest returns a boolean if a field has been set.

func (*ConsumerTypeDTO) HasUpdated

func (o *ConsumerTypeDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (ConsumerTypeDTO) MarshalJSON

func (o ConsumerTypeDTO) MarshalJSON() ([]byte, error)

func (*ConsumerTypeDTO) SetCreated

func (o *ConsumerTypeDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*ConsumerTypeDTO) SetId

func (o *ConsumerTypeDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ConsumerTypeDTO) SetLabel

func (o *ConsumerTypeDTO) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*ConsumerTypeDTO) SetManifest

func (o *ConsumerTypeDTO) SetManifest(v bool)

SetManifest gets a reference to the given bool and assigns it to the Manifest field.

func (*ConsumerTypeDTO) SetUpdated

func (o *ConsumerTypeDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (ConsumerTypeDTO) ToMap

func (o ConsumerTypeDTO) ToMap() (map[string]interface{}, error)

type ConsumptionTypeCountsDTO

type ConsumptionTypeCountsDTO struct {
	Physical *int32 `json:"physical,omitempty"`
	Guest    *int32 `json:"guest,omitempty"`
}

ConsumptionTypeCountsDTO Represents virtual / physical entitlement consumption counts

func NewConsumptionTypeCountsDTO

func NewConsumptionTypeCountsDTO() *ConsumptionTypeCountsDTO

NewConsumptionTypeCountsDTO instantiates a new ConsumptionTypeCountsDTO 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 NewConsumptionTypeCountsDTOWithDefaults

func NewConsumptionTypeCountsDTOWithDefaults() *ConsumptionTypeCountsDTO

NewConsumptionTypeCountsDTOWithDefaults instantiates a new ConsumptionTypeCountsDTO 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 (*ConsumptionTypeCountsDTO) GetGuest

func (o *ConsumptionTypeCountsDTO) GetGuest() int32

GetGuest returns the Guest field value if set, zero value otherwise.

func (*ConsumptionTypeCountsDTO) GetGuestOk

func (o *ConsumptionTypeCountsDTO) GetGuestOk() (*int32, bool)

GetGuestOk returns a tuple with the Guest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumptionTypeCountsDTO) GetPhysical

func (o *ConsumptionTypeCountsDTO) GetPhysical() int32

GetPhysical returns the Physical field value if set, zero value otherwise.

func (*ConsumptionTypeCountsDTO) GetPhysicalOk

func (o *ConsumptionTypeCountsDTO) GetPhysicalOk() (*int32, bool)

GetPhysicalOk returns a tuple with the Physical field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConsumptionTypeCountsDTO) HasGuest

func (o *ConsumptionTypeCountsDTO) HasGuest() bool

HasGuest returns a boolean if a field has been set.

func (*ConsumptionTypeCountsDTO) HasPhysical

func (o *ConsumptionTypeCountsDTO) HasPhysical() bool

HasPhysical returns a boolean if a field has been set.

func (ConsumptionTypeCountsDTO) MarshalJSON

func (o ConsumptionTypeCountsDTO) MarshalJSON() ([]byte, error)

func (*ConsumptionTypeCountsDTO) SetGuest

func (o *ConsumptionTypeCountsDTO) SetGuest(v int32)

SetGuest gets a reference to the given int32 and assigns it to the Guest field.

func (*ConsumptionTypeCountsDTO) SetPhysical

func (o *ConsumptionTypeCountsDTO) SetPhysical(v int32)

SetPhysical gets a reference to the given int32 and assigns it to the Physical field.

func (ConsumptionTypeCountsDTO) ToMap

func (o ConsumptionTypeCountsDTO) ToMap() (map[string]interface{}, error)

type ContentAPIService

type ContentAPIService service

ContentAPIService ContentAPI service

func (*ContentAPIService) GetContentByUuid

func (a *ContentAPIService) GetContentByUuid(ctx context.Context, contentUuid string) ApiGetContentByUuidRequest

GetContentByUuid Method for GetContentByUuid

Retrieves a single Content

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param contentUuid
@return ApiGetContentByUuidRequest

func (*ContentAPIService) GetContentByUuidExecute

func (a *ContentAPIService) GetContentByUuidExecute(r ApiGetContentByUuidRequest) (*ContentDTO, *http.Response, error)

Execute executes the request

@return ContentDTO

func (*ContentAPIService) GetContents

GetContents Method for GetContents

Retrieves list of Content

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetContentsRequest

func (*ContentAPIService) GetContentsExecute

func (a *ContentAPIService) GetContentsExecute(r ApiGetContentsRequest) ([]ContentDTO, *http.Response, error)

Execute executes the request

@return []ContentDTO

type ContentAccessDTO

type ContentAccessDTO struct {
	ContentAccessMode     *string  `json:"contentAccessMode,omitempty"`
	ContentAccessModeList []string `json:"contentAccessModeList,omitempty"`
}

ContentAccessDTO Represents content access

func NewContentAccessDTO

func NewContentAccessDTO() *ContentAccessDTO

NewContentAccessDTO instantiates a new ContentAccessDTO 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 NewContentAccessDTOWithDefaults

func NewContentAccessDTOWithDefaults() *ContentAccessDTO

NewContentAccessDTOWithDefaults instantiates a new ContentAccessDTO 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 (*ContentAccessDTO) GetContentAccessMode

func (o *ContentAccessDTO) GetContentAccessMode() string

GetContentAccessMode returns the ContentAccessMode field value if set, zero value otherwise.

func (*ContentAccessDTO) GetContentAccessModeList

func (o *ContentAccessDTO) GetContentAccessModeList() []string

GetContentAccessModeList returns the ContentAccessModeList field value if set, zero value otherwise.

func (*ContentAccessDTO) GetContentAccessModeListOk

func (o *ContentAccessDTO) GetContentAccessModeListOk() ([]string, bool)

GetContentAccessModeListOk returns a tuple with the ContentAccessModeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentAccessDTO) GetContentAccessModeOk

func (o *ContentAccessDTO) GetContentAccessModeOk() (*string, bool)

GetContentAccessModeOk returns a tuple with the ContentAccessMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentAccessDTO) HasContentAccessMode

func (o *ContentAccessDTO) HasContentAccessMode() bool

HasContentAccessMode returns a boolean if a field has been set.

func (*ContentAccessDTO) HasContentAccessModeList

func (o *ContentAccessDTO) HasContentAccessModeList() bool

HasContentAccessModeList returns a boolean if a field has been set.

func (ContentAccessDTO) MarshalJSON

func (o ContentAccessDTO) MarshalJSON() ([]byte, error)

func (*ContentAccessDTO) SetContentAccessMode

func (o *ContentAccessDTO) SetContentAccessMode(v string)

SetContentAccessMode gets a reference to the given string and assigns it to the ContentAccessMode field.

func (*ContentAccessDTO) SetContentAccessModeList

func (o *ContentAccessDTO) SetContentAccessModeList(v []string)

SetContentAccessModeList gets a reference to the given []string and assigns it to the ContentAccessModeList field.

func (ContentAccessDTO) ToMap

func (o ContentAccessDTO) ToMap() (map[string]interface{}, error)

type ContentDTO

type ContentDTO struct {
	Created            *string  `json:"created,omitempty"`
	Updated            *string  `json:"updated,omitempty"`
	Uuid               *string  `json:"uuid,omitempty"`
	Id                 *string  `json:"id,omitempty"`
	Type               *string  `json:"type,omitempty"`
	Label              *string  `json:"label,omitempty"`
	Name               *string  `json:"name,omitempty"`
	Vendor             *string  `json:"vendor,omitempty"`
	ContentUrl         *string  `json:"contentUrl,omitempty"`
	RequiredTags       *string  `json:"requiredTags,omitempty"`
	ReleaseVer         *string  `json:"releaseVer,omitempty"`
	GpgUrl             *string  `json:"gpgUrl,omitempty"`
	ModifiedProductIds []string `json:"modifiedProductIds,omitempty"`
	Arches             *string  `json:"arches,omitempty"`
	MetadataExpire     *int64   `json:"metadataExpire,omitempty"`
}

ContentDTO Represents the content data exposed to the API.

func NewContentDTO

func NewContentDTO() *ContentDTO

NewContentDTO instantiates a new ContentDTO 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 NewContentDTOWithDefaults

func NewContentDTOWithDefaults() *ContentDTO

NewContentDTOWithDefaults instantiates a new ContentDTO 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 (*ContentDTO) GetArches

func (o *ContentDTO) GetArches() string

GetArches returns the Arches field value if set, zero value otherwise.

func (*ContentDTO) GetArchesOk

func (o *ContentDTO) GetArchesOk() (*string, bool)

GetArchesOk returns a tuple with the Arches field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) GetContentUrl

func (o *ContentDTO) GetContentUrl() string

GetContentUrl returns the ContentUrl field value if set, zero value otherwise.

func (*ContentDTO) GetContentUrlOk

func (o *ContentDTO) GetContentUrlOk() (*string, bool)

GetContentUrlOk returns a tuple with the ContentUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) GetCreated

func (o *ContentDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*ContentDTO) GetCreatedOk

func (o *ContentDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) GetGpgUrl

func (o *ContentDTO) GetGpgUrl() string

GetGpgUrl returns the GpgUrl field value if set, zero value otherwise.

func (*ContentDTO) GetGpgUrlOk

func (o *ContentDTO) GetGpgUrlOk() (*string, bool)

GetGpgUrlOk returns a tuple with the GpgUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) GetId

func (o *ContentDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ContentDTO) GetIdOk

func (o *ContentDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) GetLabel

func (o *ContentDTO) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*ContentDTO) GetLabelOk

func (o *ContentDTO) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) GetMetadataExpire

func (o *ContentDTO) GetMetadataExpire() int64

GetMetadataExpire returns the MetadataExpire field value if set, zero value otherwise.

func (*ContentDTO) GetMetadataExpireOk

func (o *ContentDTO) GetMetadataExpireOk() (*int64, bool)

GetMetadataExpireOk returns a tuple with the MetadataExpire field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) GetModifiedProductIds

func (o *ContentDTO) GetModifiedProductIds() []string

GetModifiedProductIds returns the ModifiedProductIds field value if set, zero value otherwise.

func (*ContentDTO) GetModifiedProductIdsOk

func (o *ContentDTO) GetModifiedProductIdsOk() ([]string, bool)

GetModifiedProductIdsOk returns a tuple with the ModifiedProductIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) GetName

func (o *ContentDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ContentDTO) GetNameOk

func (o *ContentDTO) 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 (*ContentDTO) GetReleaseVer

func (o *ContentDTO) GetReleaseVer() string

GetReleaseVer returns the ReleaseVer field value if set, zero value otherwise.

func (*ContentDTO) GetReleaseVerOk

func (o *ContentDTO) GetReleaseVerOk() (*string, bool)

GetReleaseVerOk returns a tuple with the ReleaseVer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) GetRequiredTags

func (o *ContentDTO) GetRequiredTags() string

GetRequiredTags returns the RequiredTags field value if set, zero value otherwise.

func (*ContentDTO) GetRequiredTagsOk

func (o *ContentDTO) GetRequiredTagsOk() (*string, bool)

GetRequiredTagsOk returns a tuple with the RequiredTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) GetType

func (o *ContentDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ContentDTO) GetTypeOk

func (o *ContentDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) GetUpdated

func (o *ContentDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ContentDTO) GetUpdatedOk

func (o *ContentDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) GetUuid

func (o *ContentDTO) GetUuid() string

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*ContentDTO) GetUuidOk

func (o *ContentDTO) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) GetVendor

func (o *ContentDTO) GetVendor() string

GetVendor returns the Vendor field value if set, zero value otherwise.

func (*ContentDTO) GetVendorOk

func (o *ContentDTO) GetVendorOk() (*string, bool)

GetVendorOk returns a tuple with the Vendor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentDTO) HasArches

func (o *ContentDTO) HasArches() bool

HasArches returns a boolean if a field has been set.

func (*ContentDTO) HasContentUrl

func (o *ContentDTO) HasContentUrl() bool

HasContentUrl returns a boolean if a field has been set.

func (*ContentDTO) HasCreated

func (o *ContentDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ContentDTO) HasGpgUrl

func (o *ContentDTO) HasGpgUrl() bool

HasGpgUrl returns a boolean if a field has been set.

func (*ContentDTO) HasId

func (o *ContentDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ContentDTO) HasLabel

func (o *ContentDTO) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*ContentDTO) HasMetadataExpire

func (o *ContentDTO) HasMetadataExpire() bool

HasMetadataExpire returns a boolean if a field has been set.

func (*ContentDTO) HasModifiedProductIds

func (o *ContentDTO) HasModifiedProductIds() bool

HasModifiedProductIds returns a boolean if a field has been set.

func (*ContentDTO) HasName

func (o *ContentDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ContentDTO) HasReleaseVer

func (o *ContentDTO) HasReleaseVer() bool

HasReleaseVer returns a boolean if a field has been set.

func (*ContentDTO) HasRequiredTags

func (o *ContentDTO) HasRequiredTags() bool

HasRequiredTags returns a boolean if a field has been set.

func (*ContentDTO) HasType

func (o *ContentDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*ContentDTO) HasUpdated

func (o *ContentDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*ContentDTO) HasUuid

func (o *ContentDTO) HasUuid() bool

HasUuid returns a boolean if a field has been set.

func (*ContentDTO) HasVendor

func (o *ContentDTO) HasVendor() bool

HasVendor returns a boolean if a field has been set.

func (ContentDTO) MarshalJSON

func (o ContentDTO) MarshalJSON() ([]byte, error)

func (*ContentDTO) SetArches

func (o *ContentDTO) SetArches(v string)

SetArches gets a reference to the given string and assigns it to the Arches field.

func (*ContentDTO) SetContentUrl

func (o *ContentDTO) SetContentUrl(v string)

SetContentUrl gets a reference to the given string and assigns it to the ContentUrl field.

func (*ContentDTO) SetCreated

func (o *ContentDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*ContentDTO) SetGpgUrl

func (o *ContentDTO) SetGpgUrl(v string)

SetGpgUrl gets a reference to the given string and assigns it to the GpgUrl field.

func (*ContentDTO) SetId

func (o *ContentDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ContentDTO) SetLabel

func (o *ContentDTO) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*ContentDTO) SetMetadataExpire

func (o *ContentDTO) SetMetadataExpire(v int64)

SetMetadataExpire gets a reference to the given int64 and assigns it to the MetadataExpire field.

func (*ContentDTO) SetModifiedProductIds

func (o *ContentDTO) SetModifiedProductIds(v []string)

SetModifiedProductIds gets a reference to the given []string and assigns it to the ModifiedProductIds field.

func (*ContentDTO) SetName

func (o *ContentDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ContentDTO) SetReleaseVer

func (o *ContentDTO) SetReleaseVer(v string)

SetReleaseVer gets a reference to the given string and assigns it to the ReleaseVer field.

func (*ContentDTO) SetRequiredTags

func (o *ContentDTO) SetRequiredTags(v string)

SetRequiredTags gets a reference to the given string and assigns it to the RequiredTags field.

func (*ContentDTO) SetType

func (o *ContentDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ContentDTO) SetUpdated

func (o *ContentDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*ContentDTO) SetUuid

func (o *ContentDTO) SetUuid(v string)

SetUuid gets a reference to the given string and assigns it to the Uuid field.

func (*ContentDTO) SetVendor

func (o *ContentDTO) SetVendor(v string)

SetVendor gets a reference to the given string and assigns it to the Vendor field.

func (ContentDTO) ToMap

func (o ContentDTO) ToMap() (map[string]interface{}, error)

type ContentOverrideDTO

type ContentOverrideDTO struct {
	Created      *string `json:"created,omitempty"`
	Updated      *string `json:"updated,omitempty"`
	Name         *string `json:"name,omitempty"`
	ContentLabel *string `json:"contentLabel,omitempty"`
	Value        *string `json:"value,omitempty"`
}

ContentOverrideDTO Represents a content override for an activation key or consumer

func NewContentOverrideDTO

func NewContentOverrideDTO() *ContentOverrideDTO

NewContentOverrideDTO instantiates a new ContentOverrideDTO 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 NewContentOverrideDTOWithDefaults

func NewContentOverrideDTOWithDefaults() *ContentOverrideDTO

NewContentOverrideDTOWithDefaults instantiates a new ContentOverrideDTO 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 (*ContentOverrideDTO) GetContentLabel

func (o *ContentOverrideDTO) GetContentLabel() string

GetContentLabel returns the ContentLabel field value if set, zero value otherwise.

func (*ContentOverrideDTO) GetContentLabelOk

func (o *ContentOverrideDTO) GetContentLabelOk() (*string, bool)

GetContentLabelOk returns a tuple with the ContentLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentOverrideDTO) GetCreated

func (o *ContentOverrideDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*ContentOverrideDTO) GetCreatedOk

func (o *ContentOverrideDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentOverrideDTO) GetName

func (o *ContentOverrideDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ContentOverrideDTO) GetNameOk

func (o *ContentOverrideDTO) 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 (*ContentOverrideDTO) GetUpdated

func (o *ContentOverrideDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ContentOverrideDTO) GetUpdatedOk

func (o *ContentOverrideDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentOverrideDTO) GetValue

func (o *ContentOverrideDTO) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*ContentOverrideDTO) GetValueOk

func (o *ContentOverrideDTO) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentOverrideDTO) HasContentLabel

func (o *ContentOverrideDTO) HasContentLabel() bool

HasContentLabel returns a boolean if a field has been set.

func (*ContentOverrideDTO) HasCreated

func (o *ContentOverrideDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ContentOverrideDTO) HasName

func (o *ContentOverrideDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ContentOverrideDTO) HasUpdated

func (o *ContentOverrideDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*ContentOverrideDTO) HasValue

func (o *ContentOverrideDTO) HasValue() bool

HasValue returns a boolean if a field has been set.

func (ContentOverrideDTO) MarshalJSON

func (o ContentOverrideDTO) MarshalJSON() ([]byte, error)

func (*ContentOverrideDTO) SetContentLabel

func (o *ContentOverrideDTO) SetContentLabel(v string)

SetContentLabel gets a reference to the given string and assigns it to the ContentLabel field.

func (*ContentOverrideDTO) SetCreated

func (o *ContentOverrideDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*ContentOverrideDTO) SetName

func (o *ContentOverrideDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ContentOverrideDTO) SetUpdated

func (o *ContentOverrideDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*ContentOverrideDTO) SetValue

func (o *ContentOverrideDTO) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (ContentOverrideDTO) ToMap

func (o ContentOverrideDTO) ToMap() (map[string]interface{}, error)

type ContentToPromoteDTO

type ContentToPromoteDTO struct {
	EnvironmentId *string `json:"environmentId,omitempty"`
	ContentId     *string `json:"contentId,omitempty"`
	Enabled       *bool   `json:"enabled,omitempty"`
}

ContentToPromoteDTO Represents the JSON input when promoting content, or updating promoted content.

func NewContentToPromoteDTO

func NewContentToPromoteDTO() *ContentToPromoteDTO

NewContentToPromoteDTO instantiates a new ContentToPromoteDTO 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 NewContentToPromoteDTOWithDefaults

func NewContentToPromoteDTOWithDefaults() *ContentToPromoteDTO

NewContentToPromoteDTOWithDefaults instantiates a new ContentToPromoteDTO 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 (*ContentToPromoteDTO) GetContentId

func (o *ContentToPromoteDTO) GetContentId() string

GetContentId returns the ContentId field value if set, zero value otherwise.

func (*ContentToPromoteDTO) GetContentIdOk

func (o *ContentToPromoteDTO) GetContentIdOk() (*string, bool)

GetContentIdOk returns a tuple with the ContentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentToPromoteDTO) GetEnabled

func (o *ContentToPromoteDTO) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*ContentToPromoteDTO) GetEnabledOk

func (o *ContentToPromoteDTO) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentToPromoteDTO) GetEnvironmentId

func (o *ContentToPromoteDTO) GetEnvironmentId() string

GetEnvironmentId returns the EnvironmentId field value if set, zero value otherwise.

func (*ContentToPromoteDTO) GetEnvironmentIdOk

func (o *ContentToPromoteDTO) GetEnvironmentIdOk() (*string, bool)

GetEnvironmentIdOk returns a tuple with the EnvironmentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentToPromoteDTO) HasContentId

func (o *ContentToPromoteDTO) HasContentId() bool

HasContentId returns a boolean if a field has been set.

func (*ContentToPromoteDTO) HasEnabled

func (o *ContentToPromoteDTO) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ContentToPromoteDTO) HasEnvironmentId

func (o *ContentToPromoteDTO) HasEnvironmentId() bool

HasEnvironmentId returns a boolean if a field has been set.

func (ContentToPromoteDTO) MarshalJSON

func (o ContentToPromoteDTO) MarshalJSON() ([]byte, error)

func (*ContentToPromoteDTO) SetContentId

func (o *ContentToPromoteDTO) SetContentId(v string)

SetContentId gets a reference to the given string and assigns it to the ContentId field.

func (*ContentToPromoteDTO) SetEnabled

func (o *ContentToPromoteDTO) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*ContentToPromoteDTO) SetEnvironmentId

func (o *ContentToPromoteDTO) SetEnvironmentId(v string)

SetEnvironmentId gets a reference to the given string and assigns it to the EnvironmentId field.

func (ContentToPromoteDTO) ToMap

func (o ContentToPromoteDTO) ToMap() (map[string]interface{}, error)

type DateRange

type DateRange struct {
	StartDate *string `json:"startDate,omitempty"`
	EndDate   *string `json:"endDate,omitempty"`
}

DateRange Represents a range in time, start date to end Date inclusive

func NewDateRange

func NewDateRange() *DateRange

NewDateRange instantiates a new DateRange 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 NewDateRangeWithDefaults

func NewDateRangeWithDefaults() *DateRange

NewDateRangeWithDefaults instantiates a new DateRange 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 (*DateRange) GetEndDate

func (o *DateRange) GetEndDate() string

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*DateRange) GetEndDateOk

func (o *DateRange) GetEndDateOk() (*string, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DateRange) GetStartDate

func (o *DateRange) GetStartDate() string

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*DateRange) GetStartDateOk

func (o *DateRange) GetStartDateOk() (*string, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DateRange) HasEndDate

func (o *DateRange) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*DateRange) HasStartDate

func (o *DateRange) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (DateRange) MarshalJSON

func (o DateRange) MarshalJSON() ([]byte, error)

func (*DateRange) SetEndDate

func (o *DateRange) SetEndDate(v string)

SetEndDate gets a reference to the given string and assigns it to the EndDate field.

func (*DateRange) SetStartDate

func (o *DateRange) SetStartDate(v string)

SetStartDate gets a reference to the given string and assigns it to the StartDate field.

func (DateRange) ToMap

func (o DateRange) ToMap() (map[string]interface{}, error)

type DeleteResult

type DeleteResult struct {
	DeletedRecords *int32 `json:"deletedRecords,omitempty"`
}

DeleteResult Represents number of records removed via an unbind.

func NewDeleteResult

func NewDeleteResult() *DeleteResult

NewDeleteResult instantiates a new DeleteResult 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 NewDeleteResultWithDefaults

func NewDeleteResultWithDefaults() *DeleteResult

NewDeleteResultWithDefaults instantiates a new DeleteResult 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 (*DeleteResult) GetDeletedRecords

func (o *DeleteResult) GetDeletedRecords() int32

GetDeletedRecords returns the DeletedRecords field value if set, zero value otherwise.

func (*DeleteResult) GetDeletedRecordsOk

func (o *DeleteResult) GetDeletedRecordsOk() (*int32, bool)

GetDeletedRecordsOk returns a tuple with the DeletedRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteResult) HasDeletedRecords

func (o *DeleteResult) HasDeletedRecords() bool

HasDeletedRecords returns a boolean if a field has been set.

func (DeleteResult) MarshalJSON

func (o DeleteResult) MarshalJSON() ([]byte, error)

func (*DeleteResult) SetDeletedRecords

func (o *DeleteResult) SetDeletedRecords(v int32)

SetDeletedRecords gets a reference to the given int32 and assigns it to the DeletedRecords field.

func (DeleteResult) ToMap

func (o DeleteResult) ToMap() (map[string]interface{}, error)

type DeletedConsumerAPIService

type DeletedConsumerAPIService service

DeletedConsumerAPIService DeletedConsumerAPI service

func (*DeletedConsumerAPIService) ListByDate

ListByDate Method for ListByDate

Retrieves a list of deleted consumers by deletion date or all. List returned is the deleted Consumers.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListByDateRequest

func (*DeletedConsumerAPIService) ListByDateExecute

Execute executes the request

@return []DeletedConsumerDTO

type DeletedConsumerDTO

type DeletedConsumerDTO struct {
	Created          *string `json:"created,omitempty"`
	Updated          *string `json:"updated,omitempty"`
	Id               *string `json:"id,omitempty"`
	ConsumerUuid     *string `json:"consumerUuid,omitempty"`
	ConsumerName     *string `json:"consumerName,omitempty"`
	OwnerId          *string `json:"ownerId,omitempty"`
	OwnerKey         *string `json:"ownerKey,omitempty"`
	OwnerDisplayName *string `json:"ownerDisplayName,omitempty"`
	PrincipalName    *string `json:"principalName,omitempty"`
}

DeletedConsumerDTO Represents a deleted consumer

func NewDeletedConsumerDTO

func NewDeletedConsumerDTO() *DeletedConsumerDTO

NewDeletedConsumerDTO instantiates a new DeletedConsumerDTO 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 NewDeletedConsumerDTOWithDefaults

func NewDeletedConsumerDTOWithDefaults() *DeletedConsumerDTO

NewDeletedConsumerDTOWithDefaults instantiates a new DeletedConsumerDTO 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 (*DeletedConsumerDTO) GetConsumerName

func (o *DeletedConsumerDTO) GetConsumerName() string

GetConsumerName returns the ConsumerName field value if set, zero value otherwise.

func (*DeletedConsumerDTO) GetConsumerNameOk

func (o *DeletedConsumerDTO) GetConsumerNameOk() (*string, bool)

GetConsumerNameOk returns a tuple with the ConsumerName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeletedConsumerDTO) GetConsumerUuid

func (o *DeletedConsumerDTO) GetConsumerUuid() string

GetConsumerUuid returns the ConsumerUuid field value if set, zero value otherwise.

func (*DeletedConsumerDTO) GetConsumerUuidOk

func (o *DeletedConsumerDTO) GetConsumerUuidOk() (*string, bool)

GetConsumerUuidOk returns a tuple with the ConsumerUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeletedConsumerDTO) GetCreated

func (o *DeletedConsumerDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*DeletedConsumerDTO) GetCreatedOk

func (o *DeletedConsumerDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeletedConsumerDTO) GetId

func (o *DeletedConsumerDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*DeletedConsumerDTO) GetIdOk

func (o *DeletedConsumerDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeletedConsumerDTO) GetOwnerDisplayName

func (o *DeletedConsumerDTO) GetOwnerDisplayName() string

GetOwnerDisplayName returns the OwnerDisplayName field value if set, zero value otherwise.

func (*DeletedConsumerDTO) GetOwnerDisplayNameOk

func (o *DeletedConsumerDTO) GetOwnerDisplayNameOk() (*string, bool)

GetOwnerDisplayNameOk returns a tuple with the OwnerDisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeletedConsumerDTO) GetOwnerId

func (o *DeletedConsumerDTO) GetOwnerId() string

GetOwnerId returns the OwnerId field value if set, zero value otherwise.

func (*DeletedConsumerDTO) GetOwnerIdOk

func (o *DeletedConsumerDTO) GetOwnerIdOk() (*string, bool)

GetOwnerIdOk returns a tuple with the OwnerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeletedConsumerDTO) GetOwnerKey

func (o *DeletedConsumerDTO) GetOwnerKey() string

GetOwnerKey returns the OwnerKey field value if set, zero value otherwise.

func (*DeletedConsumerDTO) GetOwnerKeyOk

func (o *DeletedConsumerDTO) GetOwnerKeyOk() (*string, bool)

GetOwnerKeyOk returns a tuple with the OwnerKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeletedConsumerDTO) GetPrincipalName

func (o *DeletedConsumerDTO) GetPrincipalName() string

GetPrincipalName returns the PrincipalName field value if set, zero value otherwise.

func (*DeletedConsumerDTO) GetPrincipalNameOk

func (o *DeletedConsumerDTO) GetPrincipalNameOk() (*string, bool)

GetPrincipalNameOk returns a tuple with the PrincipalName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeletedConsumerDTO) GetUpdated

func (o *DeletedConsumerDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*DeletedConsumerDTO) GetUpdatedOk

func (o *DeletedConsumerDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeletedConsumerDTO) HasConsumerName

func (o *DeletedConsumerDTO) HasConsumerName() bool

HasConsumerName returns a boolean if a field has been set.

func (*DeletedConsumerDTO) HasConsumerUuid

func (o *DeletedConsumerDTO) HasConsumerUuid() bool

HasConsumerUuid returns a boolean if a field has been set.

func (*DeletedConsumerDTO) HasCreated

func (o *DeletedConsumerDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*DeletedConsumerDTO) HasId

func (o *DeletedConsumerDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*DeletedConsumerDTO) HasOwnerDisplayName

func (o *DeletedConsumerDTO) HasOwnerDisplayName() bool

HasOwnerDisplayName returns a boolean if a field has been set.

func (*DeletedConsumerDTO) HasOwnerId

func (o *DeletedConsumerDTO) HasOwnerId() bool

HasOwnerId returns a boolean if a field has been set.

func (*DeletedConsumerDTO) HasOwnerKey

func (o *DeletedConsumerDTO) HasOwnerKey() bool

HasOwnerKey returns a boolean if a field has been set.

func (*DeletedConsumerDTO) HasPrincipalName

func (o *DeletedConsumerDTO) HasPrincipalName() bool

HasPrincipalName returns a boolean if a field has been set.

func (*DeletedConsumerDTO) HasUpdated

func (o *DeletedConsumerDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (DeletedConsumerDTO) MarshalJSON

func (o DeletedConsumerDTO) MarshalJSON() ([]byte, error)

func (*DeletedConsumerDTO) SetConsumerName

func (o *DeletedConsumerDTO) SetConsumerName(v string)

SetConsumerName gets a reference to the given string and assigns it to the ConsumerName field.

func (*DeletedConsumerDTO) SetConsumerUuid

func (o *DeletedConsumerDTO) SetConsumerUuid(v string)

SetConsumerUuid gets a reference to the given string and assigns it to the ConsumerUuid field.

func (*DeletedConsumerDTO) SetCreated

func (o *DeletedConsumerDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*DeletedConsumerDTO) SetId

func (o *DeletedConsumerDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*DeletedConsumerDTO) SetOwnerDisplayName

func (o *DeletedConsumerDTO) SetOwnerDisplayName(v string)

SetOwnerDisplayName gets a reference to the given string and assigns it to the OwnerDisplayName field.

func (*DeletedConsumerDTO) SetOwnerId

func (o *DeletedConsumerDTO) SetOwnerId(v string)

SetOwnerId gets a reference to the given string and assigns it to the OwnerId field.

func (*DeletedConsumerDTO) SetOwnerKey

func (o *DeletedConsumerDTO) SetOwnerKey(v string)

SetOwnerKey gets a reference to the given string and assigns it to the OwnerKey field.

func (*DeletedConsumerDTO) SetPrincipalName

func (o *DeletedConsumerDTO) SetPrincipalName(v string)

SetPrincipalName gets a reference to the given string and assigns it to the PrincipalName field.

func (*DeletedConsumerDTO) SetUpdated

func (o *DeletedConsumerDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (DeletedConsumerDTO) ToMap

func (o DeletedConsumerDTO) ToMap() (map[string]interface{}, error)

type DistributorVersionCapabilityDTO

type DistributorVersionCapabilityDTO struct {
	Id   *string `json:"id,omitempty"`
	Name string  `json:"name"`
}

DistributorVersionCapabilityDTO A DTO representation of the DistributorVersionCapability

func NewDistributorVersionCapabilityDTO

func NewDistributorVersionCapabilityDTO(name string) *DistributorVersionCapabilityDTO

NewDistributorVersionCapabilityDTO instantiates a new DistributorVersionCapabilityDTO 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 NewDistributorVersionCapabilityDTOWithDefaults

func NewDistributorVersionCapabilityDTOWithDefaults() *DistributorVersionCapabilityDTO

NewDistributorVersionCapabilityDTOWithDefaults instantiates a new DistributorVersionCapabilityDTO 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 (*DistributorVersionCapabilityDTO) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*DistributorVersionCapabilityDTO) GetIdOk

func (o *DistributorVersionCapabilityDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DistributorVersionCapabilityDTO) GetName

GetName returns the Name field value

func (*DistributorVersionCapabilityDTO) GetNameOk

func (o *DistributorVersionCapabilityDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*DistributorVersionCapabilityDTO) HasId

HasId returns a boolean if a field has been set.

func (DistributorVersionCapabilityDTO) MarshalJSON

func (o DistributorVersionCapabilityDTO) MarshalJSON() ([]byte, error)

func (*DistributorVersionCapabilityDTO) SetId

SetId gets a reference to the given string and assigns it to the Id field.

func (*DistributorVersionCapabilityDTO) SetName

SetName sets field value

func (DistributorVersionCapabilityDTO) ToMap

func (o DistributorVersionCapabilityDTO) ToMap() (map[string]interface{}, error)

func (*DistributorVersionCapabilityDTO) UnmarshalJSON

func (o *DistributorVersionCapabilityDTO) UnmarshalJSON(data []byte) (err error)

type DistributorVersionDTO

type DistributorVersionDTO struct {
	Created      *string                           `json:"created,omitempty"`
	Updated      *string                           `json:"updated,omitempty"`
	Id           *string                           `json:"id,omitempty"`
	Name         *string                           `json:"name,omitempty"`
	DisplayName  *string                           `json:"displayName,omitempty"`
	Capabilities []DistributorVersionCapabilityDTO `json:"capabilities,omitempty"`
}

DistributorVersionDTO A DTO representation of the DistributorVersion

func NewDistributorVersionDTO

func NewDistributorVersionDTO() *DistributorVersionDTO

NewDistributorVersionDTO instantiates a new DistributorVersionDTO 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 NewDistributorVersionDTOWithDefaults

func NewDistributorVersionDTOWithDefaults() *DistributorVersionDTO

NewDistributorVersionDTOWithDefaults instantiates a new DistributorVersionDTO 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 (*DistributorVersionDTO) GetCapabilities

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*DistributorVersionDTO) GetCapabilitiesOk

func (o *DistributorVersionDTO) GetCapabilitiesOk() ([]DistributorVersionCapabilityDTO, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DistributorVersionDTO) GetCreated

func (o *DistributorVersionDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*DistributorVersionDTO) GetCreatedOk

func (o *DistributorVersionDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DistributorVersionDTO) GetDisplayName

func (o *DistributorVersionDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*DistributorVersionDTO) GetDisplayNameOk

func (o *DistributorVersionDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DistributorVersionDTO) GetId

func (o *DistributorVersionDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*DistributorVersionDTO) GetIdOk

func (o *DistributorVersionDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DistributorVersionDTO) GetName

func (o *DistributorVersionDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*DistributorVersionDTO) GetNameOk

func (o *DistributorVersionDTO) 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 (*DistributorVersionDTO) GetUpdated

func (o *DistributorVersionDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*DistributorVersionDTO) GetUpdatedOk

func (o *DistributorVersionDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DistributorVersionDTO) HasCapabilities

func (o *DistributorVersionDTO) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*DistributorVersionDTO) HasCreated

func (o *DistributorVersionDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*DistributorVersionDTO) HasDisplayName

func (o *DistributorVersionDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*DistributorVersionDTO) HasId

func (o *DistributorVersionDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*DistributorVersionDTO) HasName

func (o *DistributorVersionDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*DistributorVersionDTO) HasUpdated

func (o *DistributorVersionDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (DistributorVersionDTO) MarshalJSON

func (o DistributorVersionDTO) MarshalJSON() ([]byte, error)

func (*DistributorVersionDTO) SetCapabilities

SetCapabilities gets a reference to the given []DistributorVersionCapabilityDTO and assigns it to the Capabilities field.

func (*DistributorVersionDTO) SetCreated

func (o *DistributorVersionDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*DistributorVersionDTO) SetDisplayName

func (o *DistributorVersionDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*DistributorVersionDTO) SetId

func (o *DistributorVersionDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*DistributorVersionDTO) SetName

func (o *DistributorVersionDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*DistributorVersionDTO) SetUpdated

func (o *DistributorVersionDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (DistributorVersionDTO) ToMap

func (o DistributorVersionDTO) ToMap() (map[string]interface{}, error)

type DistributorVersionsAPIService

type DistributorVersionsAPIService service

DistributorVersionsAPIService DistributorVersionsAPI service

func (*DistributorVersionsAPIService) Create

Create Method for Create

Creates a Distributor Version

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateRequest

func (*DistributorVersionsAPIService) CreateExecute

Execute executes the request

@return DistributorVersionDTO

func (*DistributorVersionsAPIService) Delete

Delete Method for Delete

Deletes a Distributor Version

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteRequest

func (*DistributorVersionsAPIService) DeleteExecute

Execute executes the request

func (*DistributorVersionsAPIService) GetVersions

GetVersions Method for GetVersions

Retrieves a list of Distributor Versions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetVersionsRequest

func (*DistributorVersionsAPIService) GetVersionsExecute

Execute executes the request

@return []DistributorVersionDTO

func (*DistributorVersionsAPIService) Update

Update Method for Update

Updates a Distributor Version

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateRequest

func (*DistributorVersionsAPIService) UpdateExecute

Execute executes the request

@return DistributorVersionDTO

type EntitlementDTO

type EntitlementDTO struct {
	Created      *string            `json:"created,omitempty"`
	Updated      *string            `json:"updated,omitempty"`
	Id           *string            `json:"id,omitempty"`
	Consumer     *NestedConsumerDTO `json:"consumer,omitempty"`
	Pool         *PoolDTO           `json:"pool,omitempty"`
	Quantity     *int32             `json:"quantity,omitempty"`
	Certificates []CertificateDTO   `json:"certificates,omitempty"`
	StartDate    *string            `json:"startDate,omitempty"`
	EndDate      *string            `json:"endDate,omitempty"`
	Href         *string            `json:"href,omitempty"`
}

EntitlementDTO A DTO representation of the Entitlement entity

func NewEntitlementDTO

func NewEntitlementDTO() *EntitlementDTO

NewEntitlementDTO instantiates a new EntitlementDTO 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 NewEntitlementDTOWithDefaults

func NewEntitlementDTOWithDefaults() *EntitlementDTO

NewEntitlementDTOWithDefaults instantiates a new EntitlementDTO 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 (*EntitlementDTO) GetCertificates

func (o *EntitlementDTO) GetCertificates() []CertificateDTO

GetCertificates returns the Certificates field value if set, zero value otherwise.

func (*EntitlementDTO) GetCertificatesOk

func (o *EntitlementDTO) GetCertificatesOk() ([]CertificateDTO, bool)

GetCertificatesOk returns a tuple with the Certificates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementDTO) GetConsumer

func (o *EntitlementDTO) GetConsumer() NestedConsumerDTO

GetConsumer returns the Consumer field value if set, zero value otherwise.

func (*EntitlementDTO) GetConsumerOk

func (o *EntitlementDTO) GetConsumerOk() (*NestedConsumerDTO, bool)

GetConsumerOk returns a tuple with the Consumer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementDTO) GetCreated

func (o *EntitlementDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*EntitlementDTO) GetCreatedOk

func (o *EntitlementDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementDTO) GetEndDate

func (o *EntitlementDTO) GetEndDate() string

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*EntitlementDTO) GetEndDateOk

func (o *EntitlementDTO) GetEndDateOk() (*string, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementDTO) GetHref

func (o *EntitlementDTO) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*EntitlementDTO) GetHrefOk

func (o *EntitlementDTO) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementDTO) GetId

func (o *EntitlementDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*EntitlementDTO) GetIdOk

func (o *EntitlementDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementDTO) GetPool

func (o *EntitlementDTO) GetPool() PoolDTO

GetPool returns the Pool field value if set, zero value otherwise.

func (*EntitlementDTO) GetPoolOk

func (o *EntitlementDTO) GetPoolOk() (*PoolDTO, bool)

GetPoolOk returns a tuple with the Pool field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementDTO) GetQuantity

func (o *EntitlementDTO) GetQuantity() int32

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*EntitlementDTO) GetQuantityOk

func (o *EntitlementDTO) GetQuantityOk() (*int32, bool)

GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementDTO) GetStartDate

func (o *EntitlementDTO) GetStartDate() string

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*EntitlementDTO) GetStartDateOk

func (o *EntitlementDTO) GetStartDateOk() (*string, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementDTO) GetUpdated

func (o *EntitlementDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*EntitlementDTO) GetUpdatedOk

func (o *EntitlementDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitlementDTO) HasCertificates

func (o *EntitlementDTO) HasCertificates() bool

HasCertificates returns a boolean if a field has been set.

func (*EntitlementDTO) HasConsumer

func (o *EntitlementDTO) HasConsumer() bool

HasConsumer returns a boolean if a field has been set.

func (*EntitlementDTO) HasCreated

func (o *EntitlementDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*EntitlementDTO) HasEndDate

func (o *EntitlementDTO) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*EntitlementDTO) HasHref

func (o *EntitlementDTO) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*EntitlementDTO) HasId

func (o *EntitlementDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*EntitlementDTO) HasPool

func (o *EntitlementDTO) HasPool() bool

HasPool returns a boolean if a field has been set.

func (*EntitlementDTO) HasQuantity

func (o *EntitlementDTO) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (*EntitlementDTO) HasStartDate

func (o *EntitlementDTO) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*EntitlementDTO) HasUpdated

func (o *EntitlementDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (EntitlementDTO) MarshalJSON

func (o EntitlementDTO) MarshalJSON() ([]byte, error)

func (*EntitlementDTO) SetCertificates

func (o *EntitlementDTO) SetCertificates(v []CertificateDTO)

SetCertificates gets a reference to the given []CertificateDTO and assigns it to the Certificates field.

func (*EntitlementDTO) SetConsumer

func (o *EntitlementDTO) SetConsumer(v NestedConsumerDTO)

SetConsumer gets a reference to the given NestedConsumerDTO and assigns it to the Consumer field.

func (*EntitlementDTO) SetCreated

func (o *EntitlementDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*EntitlementDTO) SetEndDate

func (o *EntitlementDTO) SetEndDate(v string)

SetEndDate gets a reference to the given string and assigns it to the EndDate field.

func (*EntitlementDTO) SetHref

func (o *EntitlementDTO) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*EntitlementDTO) SetId

func (o *EntitlementDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*EntitlementDTO) SetPool

func (o *EntitlementDTO) SetPool(v PoolDTO)

SetPool gets a reference to the given PoolDTO and assigns it to the Pool field.

func (*EntitlementDTO) SetQuantity

func (o *EntitlementDTO) SetQuantity(v int32)

SetQuantity gets a reference to the given int32 and assigns it to the Quantity field.

func (*EntitlementDTO) SetStartDate

func (o *EntitlementDTO) SetStartDate(v string)

SetStartDate gets a reference to the given string and assigns it to the StartDate field.

func (*EntitlementDTO) SetUpdated

func (o *EntitlementDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (EntitlementDTO) ToMap

func (o EntitlementDTO) ToMap() (map[string]interface{}, error)

type EntitlementsAPIService

type EntitlementsAPIService service

EntitlementsAPIService EntitlementsAPI service

func (*EntitlementsAPIService) GetEntitlement

func (a *EntitlementsAPIService) GetEntitlement(ctx context.Context, entitlementId string) ApiGetEntitlementRequest

GetEntitlement Method for GetEntitlement

Retrieves a single Entitlement

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param entitlementId
@return ApiGetEntitlementRequest

func (*EntitlementsAPIService) GetEntitlementExecute

Execute executes the request

@return EntitlementDTO

func (*EntitlementsAPIService) GetUpstreamCert

GetUpstreamCert Method for GetUpstreamCert

Retrieves a Subscription Certificate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param dbid
@return ApiGetUpstreamCertRequest

func (*EntitlementsAPIService) GetUpstreamCertExecute

func (a *EntitlementsAPIService) GetUpstreamCertExecute(r ApiGetUpstreamCertRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*EntitlementsAPIService) HasEntitlement

func (a *EntitlementsAPIService) HasEntitlement(ctx context.Context, consumerUuid string, productId string) ApiHasEntitlementRequest

HasEntitlement Method for HasEntitlement

Checks Consumer for Product Entitlement

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid
@param productId
@return ApiHasEntitlementRequest

func (*EntitlementsAPIService) HasEntitlementExecute

Execute executes the request

@return EntitlementDTO

func (*EntitlementsAPIService) ListAllForConsumer

ListAllForConsumer Method for ListAllForConsumer

Retrieves list of Entitlements. This endpoint supports paging with query parameters. For more details please visit https://www.candlepinproject.org/docs/candlepin/pagination.html#paginating-results-from-candlepin

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListAllForConsumerRequest

func (*EntitlementsAPIService) ListAllForConsumerExecute

Execute executes the request

@return []EntitlementDTO

func (*EntitlementsAPIService) MigrateEntitlement

func (a *EntitlementsAPIService) MigrateEntitlement(ctx context.Context, entitlementId string) ApiMigrateEntitlementRequest

MigrateEntitlement Method for MigrateEntitlement

Migrate entitlements from one distributor consumer to another. Can specify full or partial quantity. No specified quantity will lead to full migration of the entitlement.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param entitlementId
@return ApiMigrateEntitlementRequest

func (*EntitlementsAPIService) MigrateEntitlementExecute

Execute executes the request

@return []EntitlementDTO

func (*EntitlementsAPIService) RegenerateEntitlementCertificatesForProduct

func (a *EntitlementsAPIService) RegenerateEntitlementCertificatesForProduct(ctx context.Context, productId string) ApiRegenerateEntitlementCertificatesForProductRequest

RegenerateEntitlementCertificatesForProduct Method for RegenerateEntitlementCertificatesForProduct

Regenerates the Entitlement Certificates for a Product

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param productId
@return ApiRegenerateEntitlementCertificatesForProductRequest

func (*EntitlementsAPIService) RegenerateEntitlementCertificatesForProductExecute

func (a *EntitlementsAPIService) RegenerateEntitlementCertificatesForProductExecute(r ApiRegenerateEntitlementCertificatesForProductRequest) (*AsyncJobStatusDTO, *http.Response, error)

Execute executes the request

@return AsyncJobStatusDTO

func (*EntitlementsAPIService) Unbind

Unbind Method for Unbind

Deletes an Entitlement

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param dbid
@return ApiUnbindRequest

func (*EntitlementsAPIService) UnbindExecute

func (a *EntitlementsAPIService) UnbindExecute(r ApiUnbindRequest) (*http.Response, error)

Execute executes the request

func (*EntitlementsAPIService) UpdateEntitlement

func (a *EntitlementsAPIService) UpdateEntitlement(ctx context.Context, entitlementId string) ApiUpdateEntitlementRequest

UpdateEntitlement Method for UpdateEntitlement

Updates an Entitlement. This only works for the quantity.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param entitlementId
@return ApiUpdateEntitlementRequest

func (*EntitlementsAPIService) UpdateEntitlementExecute

func (a *EntitlementsAPIService) UpdateEntitlementExecute(r ApiUpdateEntitlementRequest) (*http.Response, error)

Execute executes the request

type EnvironmentAPIService

type EnvironmentAPIService service

EnvironmentAPIService EnvironmentAPI service

func (*EnvironmentAPIService) CreateConsumerInEnvironment

func (a *EnvironmentAPIService) CreateConsumerInEnvironment(ctx context.Context, envId string) ApiCreateConsumerInEnvironmentRequest

CreateConsumerInEnvironment Method for CreateConsumerInEnvironment

Creates a Consumer in an Environment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param envId
@return ApiCreateConsumerInEnvironmentRequest

func (*EnvironmentAPIService) CreateConsumerInEnvironmentExecute

func (a *EnvironmentAPIService) CreateConsumerInEnvironmentExecute(r ApiCreateConsumerInEnvironmentRequest) (*ConsumerDTO, *http.Response, error)

Execute executes the request

@return ConsumerDTO

func (*EnvironmentAPIService) DeleteEnvironment

func (a *EnvironmentAPIService) DeleteEnvironment(ctx context.Context, envId string) ApiDeleteEnvironmentRequest

DeleteEnvironment Method for DeleteEnvironment

Deletes an environment. WARNING: this will delete all consumers in the environment and revoke their entitlement certificates.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param envId
@return ApiDeleteEnvironmentRequest

func (*EnvironmentAPIService) DeleteEnvironmentContentOverrides added in v4.4.6

func (a *EnvironmentAPIService) DeleteEnvironmentContentOverrides(ctx context.Context, environmentId string) ApiDeleteEnvironmentContentOverridesRequest

DeleteEnvironmentContentOverrides Method for DeleteEnvironmentContentOverrides

Removes one or more content overrides from the given environment. If the list of content overrides to remove is empty, or the list contains one or more entries without a label, all content overrides for the specified environment will be removed. If the list contains one or more entries with a label but without an override name (key), all overrides for that label will be removed. If no matching overrides could be found, no change will be made to the environment.

Regardless of which, if any, content overrides are removed, this endpoint returns a list containing the remaining overrides on the specified environment.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentId The ID of the environment from which to remove content overrides
@return ApiDeleteEnvironmentContentOverridesRequest

func (*EnvironmentAPIService) DeleteEnvironmentContentOverridesExecute added in v4.4.6

func (a *EnvironmentAPIService) DeleteEnvironmentContentOverridesExecute(r ApiDeleteEnvironmentContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)

Execute executes the request

@return []ContentOverrideDTO

func (*EnvironmentAPIService) DeleteEnvironmentExecute

func (a *EnvironmentAPIService) DeleteEnvironmentExecute(r ApiDeleteEnvironmentRequest) (*http.Response, error)

Execute executes the request

func (*EnvironmentAPIService) DemoteContent

DemoteContent Method for DemoteContent

Demotes a Content from an Environment. Consumer's registered to this environment will not see this content in their entitlement certificates. (after they are regenerated and synced to clients) This call accepts multiple content IDs to demote at once, allowing us to mass demote, then trigger a cert regeneration. NOTE: This call expects the actual content IDs, *not* the ID created for each EnvironmentContent object created after a promotion. This is to help integrate with other management apps which should not have to track/lookup a specific ID for the content to demote.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param envId
@return ApiDemoteContentRequest

func (*EnvironmentAPIService) DemoteContentExecute

Execute executes the request

@return AsyncJobStatusDTO

func (*EnvironmentAPIService) GetEnvironment

GetEnvironment Method for GetEnvironment

Retrieves a single Environment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param envId
@return ApiGetEnvironmentRequest

func (*EnvironmentAPIService) GetEnvironmentContentOverrides added in v4.4.6

func (a *EnvironmentAPIService) GetEnvironmentContentOverrides(ctx context.Context, environmentId string) ApiGetEnvironmentContentOverridesRequest

GetEnvironmentContentOverrides Method for GetEnvironmentContentOverrides

Fetches the overrides to be applied to all consumers in the given environment. If the environment has no overrides, this endpoint returns an empty list.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentId The ID of the environment for which to fetch content overrides
@return ApiGetEnvironmentContentOverridesRequest

func (*EnvironmentAPIService) GetEnvironmentContentOverridesExecute added in v4.4.6

func (a *EnvironmentAPIService) GetEnvironmentContentOverridesExecute(r ApiGetEnvironmentContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)

Execute executes the request

@return []ContentOverrideDTO

func (*EnvironmentAPIService) GetEnvironmentExecute

Execute executes the request

@return EnvironmentDTO

func (*EnvironmentAPIService) PromoteContent

PromoteContent Method for PromoteContent

Promotes a Content into an Environment. This call accepts multiple content sets to promote at once, after which all affected certificates for consumers in the environment will be regenerated. Consumers registered to this environment will now receive this content in their entitlement certificates. Because the certificate regeneraiton can be quite time consuming, this is done as an asynchronous job. The content will be promoted and immediately available for new entitlements, but existing entitlements could take some time to be regenerated and sent down to clients as they check in.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param envId
@return ApiPromoteContentRequest

func (*EnvironmentAPIService) PromoteContentExecute

Execute executes the request

@return AsyncJobStatusDTO

func (*EnvironmentAPIService) PutEnvironmentContentOverrides added in v4.4.6

func (a *EnvironmentAPIService) PutEnvironmentContentOverrides(ctx context.Context, environmentId string) ApiPutEnvironmentContentOverridesRequest

PutEnvironmentContentOverrides Method for PutEnvironmentContentOverrides

Adds one or more new content overrides or updates existing overrides for the given environment, then returns a list containing all known, updated overrides for the environment. If the list contains multiple values for a given content override, any previous value(s) will be overwritten.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentId The ID of the environment in which to add or update content overrides
@return ApiPutEnvironmentContentOverridesRequest

func (*EnvironmentAPIService) PutEnvironmentContentOverridesExecute added in v4.4.6

func (a *EnvironmentAPIService) PutEnvironmentContentOverridesExecute(r ApiPutEnvironmentContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)

Execute executes the request

@return []ContentOverrideDTO

type EnvironmentContentDTO

type EnvironmentContentDTO struct {
	ContentId *string `json:"contentId,omitempty"`
	Enabled   *bool   `json:"enabled,omitempty"`
}

EnvironmentContentDTO EnvironmentContent represents the promotion of content into a particular environment.

func NewEnvironmentContentDTO

func NewEnvironmentContentDTO() *EnvironmentContentDTO

NewEnvironmentContentDTO instantiates a new EnvironmentContentDTO 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 NewEnvironmentContentDTOWithDefaults

func NewEnvironmentContentDTOWithDefaults() *EnvironmentContentDTO

NewEnvironmentContentDTOWithDefaults instantiates a new EnvironmentContentDTO 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 (*EnvironmentContentDTO) GetContentId

func (o *EnvironmentContentDTO) GetContentId() string

GetContentId returns the ContentId field value if set, zero value otherwise.

func (*EnvironmentContentDTO) GetContentIdOk

func (o *EnvironmentContentDTO) GetContentIdOk() (*string, bool)

GetContentIdOk returns a tuple with the ContentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentContentDTO) GetEnabled

func (o *EnvironmentContentDTO) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*EnvironmentContentDTO) GetEnabledOk

func (o *EnvironmentContentDTO) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentContentDTO) HasContentId

func (o *EnvironmentContentDTO) HasContentId() bool

HasContentId returns a boolean if a field has been set.

func (*EnvironmentContentDTO) HasEnabled

func (o *EnvironmentContentDTO) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (EnvironmentContentDTO) MarshalJSON

func (o EnvironmentContentDTO) MarshalJSON() ([]byte, error)

func (*EnvironmentContentDTO) SetContentId

func (o *EnvironmentContentDTO) SetContentId(v string)

SetContentId gets a reference to the given string and assigns it to the ContentId field.

func (*EnvironmentContentDTO) SetEnabled

func (o *EnvironmentContentDTO) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (EnvironmentContentDTO) ToMap

func (o EnvironmentContentDTO) ToMap() (map[string]interface{}, error)

type EnvironmentDTO

type EnvironmentDTO struct {
	Created            *string                 `json:"created,omitempty"`
	Updated            *string                 `json:"updated,omitempty"`
	Id                 *string                 `json:"id,omitempty"`
	Name               *string                 `json:"name,omitempty"`
	Type               *string                 `json:"type,omitempty"`
	Description        *string                 `json:"description,omitempty"`
	ContentPrefix      *string                 `json:"contentPrefix,omitempty"`
	Owner              *NestedOwnerDTO         `json:"owner,omitempty"`
	EnvironmentContent []EnvironmentContentDTO `json:"environmentContent,omitempty"`
}

EnvironmentDTO Represents an environment within an org used to enable/disable/promote content in specific places.

func NewEnvironmentDTO

func NewEnvironmentDTO() *EnvironmentDTO

NewEnvironmentDTO instantiates a new EnvironmentDTO 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 NewEnvironmentDTOWithDefaults

func NewEnvironmentDTOWithDefaults() *EnvironmentDTO

NewEnvironmentDTOWithDefaults instantiates a new EnvironmentDTO 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 (*EnvironmentDTO) GetContentPrefix

func (o *EnvironmentDTO) GetContentPrefix() string

GetContentPrefix returns the ContentPrefix field value if set, zero value otherwise.

func (*EnvironmentDTO) GetContentPrefixOk

func (o *EnvironmentDTO) GetContentPrefixOk() (*string, bool)

GetContentPrefixOk returns a tuple with the ContentPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentDTO) GetCreated

func (o *EnvironmentDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*EnvironmentDTO) GetCreatedOk

func (o *EnvironmentDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentDTO) GetDescription

func (o *EnvironmentDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*EnvironmentDTO) GetDescriptionOk

func (o *EnvironmentDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentDTO) GetEnvironmentContent

func (o *EnvironmentDTO) GetEnvironmentContent() []EnvironmentContentDTO

GetEnvironmentContent returns the EnvironmentContent field value if set, zero value otherwise.

func (*EnvironmentDTO) GetEnvironmentContentOk

func (o *EnvironmentDTO) GetEnvironmentContentOk() ([]EnvironmentContentDTO, bool)

GetEnvironmentContentOk returns a tuple with the EnvironmentContent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentDTO) GetId

func (o *EnvironmentDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*EnvironmentDTO) GetIdOk

func (o *EnvironmentDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentDTO) GetName

func (o *EnvironmentDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*EnvironmentDTO) GetNameOk

func (o *EnvironmentDTO) 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 (*EnvironmentDTO) GetOwner

func (o *EnvironmentDTO) GetOwner() NestedOwnerDTO

GetOwner returns the Owner field value if set, zero value otherwise.

func (*EnvironmentDTO) GetOwnerOk

func (o *EnvironmentDTO) GetOwnerOk() (*NestedOwnerDTO, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentDTO) GetType

func (o *EnvironmentDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*EnvironmentDTO) GetTypeOk

func (o *EnvironmentDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentDTO) GetUpdated

func (o *EnvironmentDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*EnvironmentDTO) GetUpdatedOk

func (o *EnvironmentDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentDTO) HasContentPrefix

func (o *EnvironmentDTO) HasContentPrefix() bool

HasContentPrefix returns a boolean if a field has been set.

func (*EnvironmentDTO) HasCreated

func (o *EnvironmentDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*EnvironmentDTO) HasDescription

func (o *EnvironmentDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*EnvironmentDTO) HasEnvironmentContent

func (o *EnvironmentDTO) HasEnvironmentContent() bool

HasEnvironmentContent returns a boolean if a field has been set.

func (*EnvironmentDTO) HasId

func (o *EnvironmentDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*EnvironmentDTO) HasName

func (o *EnvironmentDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*EnvironmentDTO) HasOwner

func (o *EnvironmentDTO) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*EnvironmentDTO) HasType

func (o *EnvironmentDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*EnvironmentDTO) HasUpdated

func (o *EnvironmentDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (EnvironmentDTO) MarshalJSON

func (o EnvironmentDTO) MarshalJSON() ([]byte, error)

func (*EnvironmentDTO) SetContentPrefix

func (o *EnvironmentDTO) SetContentPrefix(v string)

SetContentPrefix gets a reference to the given string and assigns it to the ContentPrefix field.

func (*EnvironmentDTO) SetCreated

func (o *EnvironmentDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*EnvironmentDTO) SetDescription

func (o *EnvironmentDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*EnvironmentDTO) SetEnvironmentContent

func (o *EnvironmentDTO) SetEnvironmentContent(v []EnvironmentContentDTO)

SetEnvironmentContent gets a reference to the given []EnvironmentContentDTO and assigns it to the EnvironmentContent field.

func (*EnvironmentDTO) SetId

func (o *EnvironmentDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*EnvironmentDTO) SetName

func (o *EnvironmentDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*EnvironmentDTO) SetOwner

func (o *EnvironmentDTO) SetOwner(v NestedOwnerDTO)

SetOwner gets a reference to the given NestedOwnerDTO and assigns it to the Owner field.

func (*EnvironmentDTO) SetType

func (o *EnvironmentDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*EnvironmentDTO) SetUpdated

func (o *EnvironmentDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (EnvironmentDTO) ToMap

func (o EnvironmentDTO) ToMap() (map[string]interface{}, error)

type ExceptionMessage

type ExceptionMessage struct {
	DisplayMessage *string `json:"displayMessage,omitempty"`
	RequestUuid    *string `json:"requestUuid,omitempty"`
}

ExceptionMessage An exception has occurred

func NewExceptionMessage

func NewExceptionMessage() *ExceptionMessage

NewExceptionMessage instantiates a new ExceptionMessage 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 NewExceptionMessageWithDefaults

func NewExceptionMessageWithDefaults() *ExceptionMessage

NewExceptionMessageWithDefaults instantiates a new ExceptionMessage 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 (*ExceptionMessage) GetDisplayMessage

func (o *ExceptionMessage) GetDisplayMessage() string

GetDisplayMessage returns the DisplayMessage field value if set, zero value otherwise.

func (*ExceptionMessage) GetDisplayMessageOk

func (o *ExceptionMessage) GetDisplayMessageOk() (*string, bool)

GetDisplayMessageOk returns a tuple with the DisplayMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExceptionMessage) GetRequestUuid

func (o *ExceptionMessage) GetRequestUuid() string

GetRequestUuid returns the RequestUuid field value if set, zero value otherwise.

func (*ExceptionMessage) GetRequestUuidOk

func (o *ExceptionMessage) GetRequestUuidOk() (*string, bool)

GetRequestUuidOk returns a tuple with the RequestUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExceptionMessage) HasDisplayMessage

func (o *ExceptionMessage) HasDisplayMessage() bool

HasDisplayMessage returns a boolean if a field has been set.

func (*ExceptionMessage) HasRequestUuid

func (o *ExceptionMessage) HasRequestUuid() bool

HasRequestUuid returns a boolean if a field has been set.

func (ExceptionMessage) MarshalJSON

func (o ExceptionMessage) MarshalJSON() ([]byte, error)

func (*ExceptionMessage) SetDisplayMessage

func (o *ExceptionMessage) SetDisplayMessage(v string)

SetDisplayMessage gets a reference to the given string and assigns it to the DisplayMessage field.

func (*ExceptionMessage) SetRequestUuid

func (o *ExceptionMessage) SetRequestUuid(v string)

SetRequestUuid gets a reference to the given string and assigns it to the RequestUuid field.

func (ExceptionMessage) ToMap

func (o ExceptionMessage) ToMap() (map[string]interface{}, error)

type ExportResultDTO

type ExportResultDTO struct {
	ExportedConsumer *string `json:"exportedConsumer,omitempty"`
	ExportId         *string `json:"exportId,omitempty"`
	Href             *string `json:"href,omitempty"`
}

ExportResultDTO Represents the result of an export job

func NewExportResultDTO

func NewExportResultDTO() *ExportResultDTO

NewExportResultDTO instantiates a new ExportResultDTO 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 NewExportResultDTOWithDefaults

func NewExportResultDTOWithDefaults() *ExportResultDTO

NewExportResultDTOWithDefaults instantiates a new ExportResultDTO 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 (*ExportResultDTO) GetExportId

func (o *ExportResultDTO) GetExportId() string

GetExportId returns the ExportId field value if set, zero value otherwise.

func (*ExportResultDTO) GetExportIdOk

func (o *ExportResultDTO) GetExportIdOk() (*string, bool)

GetExportIdOk returns a tuple with the ExportId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportResultDTO) GetExportedConsumer

func (o *ExportResultDTO) GetExportedConsumer() string

GetExportedConsumer returns the ExportedConsumer field value if set, zero value otherwise.

func (*ExportResultDTO) GetExportedConsumerOk

func (o *ExportResultDTO) GetExportedConsumerOk() (*string, bool)

GetExportedConsumerOk returns a tuple with the ExportedConsumer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportResultDTO) GetHref

func (o *ExportResultDTO) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*ExportResultDTO) GetHrefOk

func (o *ExportResultDTO) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportResultDTO) HasExportId

func (o *ExportResultDTO) HasExportId() bool

HasExportId returns a boolean if a field has been set.

func (*ExportResultDTO) HasExportedConsumer

func (o *ExportResultDTO) HasExportedConsumer() bool

HasExportedConsumer returns a boolean if a field has been set.

func (*ExportResultDTO) HasHref

func (o *ExportResultDTO) HasHref() bool

HasHref returns a boolean if a field has been set.

func (ExportResultDTO) MarshalJSON

func (o ExportResultDTO) MarshalJSON() ([]byte, error)

func (*ExportResultDTO) SetExportId

func (o *ExportResultDTO) SetExportId(v string)

SetExportId gets a reference to the given string and assigns it to the ExportId field.

func (*ExportResultDTO) SetExportedConsumer

func (o *ExportResultDTO) SetExportedConsumer(v string)

SetExportedConsumer gets a reference to the given string and assigns it to the ExportedConsumer field.

func (*ExportResultDTO) SetHref

func (o *ExportResultDTO) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (ExportResultDTO) ToMap

func (o ExportResultDTO) 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 GuestIdDTO

type GuestIdDTO struct {
	Created    *string            `json:"created,omitempty"`
	Updated    *string            `json:"updated,omitempty"`
	Id         *string            `json:"id,omitempty"`
	GuestId    string             `json:"guestId"`
	Attributes *map[string]string `json:"attributes,omitempty"`
}

GuestIdDTO Represents a guest ID running on a virt host consumer

func NewGuestIdDTO

func NewGuestIdDTO(guestId string) *GuestIdDTO

NewGuestIdDTO instantiates a new GuestIdDTO 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 NewGuestIdDTOWithDefaults

func NewGuestIdDTOWithDefaults() *GuestIdDTO

NewGuestIdDTOWithDefaults instantiates a new GuestIdDTO 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 (*GuestIdDTO) GetAttributes

func (o *GuestIdDTO) GetAttributes() map[string]string

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*GuestIdDTO) GetAttributesOk

func (o *GuestIdDTO) GetAttributesOk() (*map[string]string, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GuestIdDTO) GetCreated

func (o *GuestIdDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*GuestIdDTO) GetCreatedOk

func (o *GuestIdDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GuestIdDTO) GetGuestId

func (o *GuestIdDTO) GetGuestId() string

GetGuestId returns the GuestId field value

func (*GuestIdDTO) GetGuestIdOk

func (o *GuestIdDTO) GetGuestIdOk() (*string, bool)

GetGuestIdOk returns a tuple with the GuestId field value and a boolean to check if the value has been set.

func (*GuestIdDTO) GetId

func (o *GuestIdDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*GuestIdDTO) GetIdOk

func (o *GuestIdDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GuestIdDTO) GetUpdated

func (o *GuestIdDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*GuestIdDTO) GetUpdatedOk

func (o *GuestIdDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GuestIdDTO) HasAttributes

func (o *GuestIdDTO) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*GuestIdDTO) HasCreated

func (o *GuestIdDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*GuestIdDTO) HasId

func (o *GuestIdDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*GuestIdDTO) HasUpdated

func (o *GuestIdDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (GuestIdDTO) MarshalJSON

func (o GuestIdDTO) MarshalJSON() ([]byte, error)

func (*GuestIdDTO) SetAttributes

func (o *GuestIdDTO) SetAttributes(v map[string]string)

SetAttributes gets a reference to the given map[string]string and assigns it to the Attributes field.

func (*GuestIdDTO) SetCreated

func (o *GuestIdDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*GuestIdDTO) SetGuestId

func (o *GuestIdDTO) SetGuestId(v string)

SetGuestId sets field value

func (*GuestIdDTO) SetId

func (o *GuestIdDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*GuestIdDTO) SetUpdated

func (o *GuestIdDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (GuestIdDTO) ToMap

func (o GuestIdDTO) ToMap() (map[string]interface{}, error)

func (*GuestIdDTO) UnmarshalJSON

func (o *GuestIdDTO) UnmarshalJSON(data []byte) (err error)

type GuestIdDTOArrayElement

type GuestIdDTOArrayElement struct {
	Created *string `json:"created,omitempty"`
	Updated *string `json:"updated,omitempty"`
	Id      *string `json:"id,omitempty"`
	GuestId string  `json:"guestId"`
}

GuestIdDTOArrayElement Represents a guest ID running on a virt host consumer. Does not include the attributes field

func NewGuestIdDTOArrayElement

func NewGuestIdDTOArrayElement(guestId string) *GuestIdDTOArrayElement

NewGuestIdDTOArrayElement instantiates a new GuestIdDTOArrayElement 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 NewGuestIdDTOArrayElementWithDefaults

func NewGuestIdDTOArrayElementWithDefaults() *GuestIdDTOArrayElement

NewGuestIdDTOArrayElementWithDefaults instantiates a new GuestIdDTOArrayElement 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 (*GuestIdDTOArrayElement) GetCreated

func (o *GuestIdDTOArrayElement) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*GuestIdDTOArrayElement) GetCreatedOk

func (o *GuestIdDTOArrayElement) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GuestIdDTOArrayElement) GetGuestId

func (o *GuestIdDTOArrayElement) GetGuestId() string

GetGuestId returns the GuestId field value

func (*GuestIdDTOArrayElement) GetGuestIdOk

func (o *GuestIdDTOArrayElement) GetGuestIdOk() (*string, bool)

GetGuestIdOk returns a tuple with the GuestId field value and a boolean to check if the value has been set.

func (*GuestIdDTOArrayElement) GetId

func (o *GuestIdDTOArrayElement) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*GuestIdDTOArrayElement) GetIdOk

func (o *GuestIdDTOArrayElement) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GuestIdDTOArrayElement) GetUpdated

func (o *GuestIdDTOArrayElement) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*GuestIdDTOArrayElement) GetUpdatedOk

func (o *GuestIdDTOArrayElement) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GuestIdDTOArrayElement) HasCreated

func (o *GuestIdDTOArrayElement) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*GuestIdDTOArrayElement) HasId

func (o *GuestIdDTOArrayElement) HasId() bool

HasId returns a boolean if a field has been set.

func (*GuestIdDTOArrayElement) HasUpdated

func (o *GuestIdDTOArrayElement) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (GuestIdDTOArrayElement) MarshalJSON

func (o GuestIdDTOArrayElement) MarshalJSON() ([]byte, error)

func (*GuestIdDTOArrayElement) SetCreated

func (o *GuestIdDTOArrayElement) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*GuestIdDTOArrayElement) SetGuestId

func (o *GuestIdDTOArrayElement) SetGuestId(v string)

SetGuestId sets field value

func (*GuestIdDTOArrayElement) SetId

func (o *GuestIdDTOArrayElement) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*GuestIdDTOArrayElement) SetUpdated

func (o *GuestIdDTOArrayElement) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (GuestIdDTOArrayElement) ToMap

func (o GuestIdDTOArrayElement) ToMap() (map[string]interface{}, error)

func (*GuestIdDTOArrayElement) UnmarshalJSON

func (o *GuestIdDTOArrayElement) UnmarshalJSON(data []byte) (err error)

type GuestIdsAPIService

type GuestIdsAPIService service

GuestIdsAPIService GuestIdsAPI service

func (*GuestIdsAPIService) DeleteGuest

func (a *GuestIdsAPIService) DeleteGuest(ctx context.Context, consumerUuid string, guestId string) ApiDeleteGuestRequest

DeleteGuest Method for DeleteGuest

Removes the guest from the consumer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the consumer who owns or hosts the guest
@param guestId The UUID of the guest to be deleted
@return ApiDeleteGuestRequest

func (*GuestIdsAPIService) DeleteGuestExecute

func (a *GuestIdsAPIService) DeleteGuestExecute(r ApiDeleteGuestRequest) (*http.Response, error)

Execute executes the request

func (*GuestIdsAPIService) GetGuestId

func (a *GuestIdsAPIService) GetGuestId(ctx context.Context, consumerUuid string, guestId string) ApiGetGuestIdRequest

GetGuestId Method for GetGuestId

Retrieves a single Guest by its consumer and the guest UUID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the consumer to retrieve guest
@param guestId The UUID of the guest to retrieve
@return ApiGetGuestIdRequest

func (*GuestIdsAPIService) GetGuestIdExecute

func (a *GuestIdsAPIService) GetGuestIdExecute(r ApiGetGuestIdRequest) (*GuestIdDTO, *http.Response, error)

Execute executes the request

@return GuestIdDTO

func (*GuestIdsAPIService) GetGuestIds

func (a *GuestIdsAPIService) GetGuestIds(ctx context.Context, consumerUuid string) ApiGetGuestIdsRequest

GetGuestIds Method for GetGuestIds

Retrieves the list of a Consumer's Guests

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid
@return ApiGetGuestIdsRequest

func (*GuestIdsAPIService) GetGuestIdsExecute

Execute executes the request

@return []GuestIdDTOArrayElement

func (*GuestIdsAPIService) UpdateGuest

func (a *GuestIdsAPIService) UpdateGuest(ctx context.Context, consumerUuid string, guestId string) ApiUpdateGuestRequest

UpdateGuest Method for UpdateGuest

Updates a single Guest on a Consumer. Allows virt-who to avoid uploading an entire list of guests

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the consumer who owns or hosts the guest
@param guestId The UUID of the guest to be updated
@return ApiUpdateGuestRequest

func (*GuestIdsAPIService) UpdateGuestExecute

func (a *GuestIdsAPIService) UpdateGuestExecute(r ApiUpdateGuestRequest) (*http.Response, error)

Execute executes the request

func (*GuestIdsAPIService) UpdateGuests

func (a *GuestIdsAPIService) UpdateGuests(ctx context.Context, consumerUuid string) ApiUpdateGuestsRequest

UpdateGuests Method for UpdateGuests

Updates the list of guests on a consumer.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param consumerUuid The UUID of the consumer who owns or hosts the guest
@return ApiUpdateGuestsRequest

func (*GuestIdsAPIService) UpdateGuestsExecute

func (a *GuestIdsAPIService) UpdateGuestsExecute(r ApiUpdateGuestsRequest) (*http.Response, error)

Execute executes the request

type HypervisorConsumerDTO

type HypervisorConsumerDTO struct {
	Uuid  *string         `json:"uuid,omitempty"`
	Name  *string         `json:"name,omitempty"`
	Owner *NestedOwnerDTO `json:"owner,omitempty"`
}

HypervisorConsumerDTO struct for HypervisorConsumerDTO

func NewHypervisorConsumerDTO

func NewHypervisorConsumerDTO() *HypervisorConsumerDTO

NewHypervisorConsumerDTO instantiates a new HypervisorConsumerDTO 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 NewHypervisorConsumerDTOWithDefaults

func NewHypervisorConsumerDTOWithDefaults() *HypervisorConsumerDTO

NewHypervisorConsumerDTOWithDefaults instantiates a new HypervisorConsumerDTO 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 (*HypervisorConsumerDTO) GetName

func (o *HypervisorConsumerDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*HypervisorConsumerDTO) GetNameOk

func (o *HypervisorConsumerDTO) 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 (*HypervisorConsumerDTO) GetOwner

func (o *HypervisorConsumerDTO) GetOwner() NestedOwnerDTO

GetOwner returns the Owner field value if set, zero value otherwise.

func (*HypervisorConsumerDTO) GetOwnerOk

func (o *HypervisorConsumerDTO) GetOwnerOk() (*NestedOwnerDTO, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HypervisorConsumerDTO) GetUuid

func (o *HypervisorConsumerDTO) GetUuid() string

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*HypervisorConsumerDTO) GetUuidOk

func (o *HypervisorConsumerDTO) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HypervisorConsumerDTO) HasName

func (o *HypervisorConsumerDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*HypervisorConsumerDTO) HasOwner

func (o *HypervisorConsumerDTO) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*HypervisorConsumerDTO) HasUuid

func (o *HypervisorConsumerDTO) HasUuid() bool

HasUuid returns a boolean if a field has been set.

func (HypervisorConsumerDTO) MarshalJSON

func (o HypervisorConsumerDTO) MarshalJSON() ([]byte, error)

func (*HypervisorConsumerDTO) SetName

func (o *HypervisorConsumerDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*HypervisorConsumerDTO) SetOwner

func (o *HypervisorConsumerDTO) SetOwner(v NestedOwnerDTO)

SetOwner gets a reference to the given NestedOwnerDTO and assigns it to the Owner field.

func (*HypervisorConsumerDTO) SetUuid

func (o *HypervisorConsumerDTO) SetUuid(v string)

SetUuid gets a reference to the given string and assigns it to the Uuid field.

func (HypervisorConsumerDTO) ToMap

func (o HypervisorConsumerDTO) ToMap() (map[string]interface{}, error)

type HypervisorIdDTO

type HypervisorIdDTO struct {
	Created      *string `json:"created,omitempty"`
	Updated      *string `json:"updated,omitempty"`
	Id           *string `json:"id,omitempty"`
	HypervisorId *string `json:"hypervisorId,omitempty"`
	ReporterId   *string `json:"reporterId,omitempty"`
}

HypervisorIdDTO Represents a HypervisorId details

func NewHypervisorIdDTO

func NewHypervisorIdDTO() *HypervisorIdDTO

NewHypervisorIdDTO instantiates a new HypervisorIdDTO 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 NewHypervisorIdDTOWithDefaults

func NewHypervisorIdDTOWithDefaults() *HypervisorIdDTO

NewHypervisorIdDTOWithDefaults instantiates a new HypervisorIdDTO 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 (*HypervisorIdDTO) GetCreated

func (o *HypervisorIdDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*HypervisorIdDTO) GetCreatedOk

func (o *HypervisorIdDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HypervisorIdDTO) GetHypervisorId

func (o *HypervisorIdDTO) GetHypervisorId() string

GetHypervisorId returns the HypervisorId field value if set, zero value otherwise.

func (*HypervisorIdDTO) GetHypervisorIdOk

func (o *HypervisorIdDTO) GetHypervisorIdOk() (*string, bool)

GetHypervisorIdOk returns a tuple with the HypervisorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HypervisorIdDTO) GetId

func (o *HypervisorIdDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*HypervisorIdDTO) GetIdOk

func (o *HypervisorIdDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HypervisorIdDTO) GetReporterId

func (o *HypervisorIdDTO) GetReporterId() string

GetReporterId returns the ReporterId field value if set, zero value otherwise.

func (*HypervisorIdDTO) GetReporterIdOk

func (o *HypervisorIdDTO) GetReporterIdOk() (*string, bool)

GetReporterIdOk returns a tuple with the ReporterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HypervisorIdDTO) GetUpdated

func (o *HypervisorIdDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*HypervisorIdDTO) GetUpdatedOk

func (o *HypervisorIdDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HypervisorIdDTO) HasCreated

func (o *HypervisorIdDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*HypervisorIdDTO) HasHypervisorId

func (o *HypervisorIdDTO) HasHypervisorId() bool

HasHypervisorId returns a boolean if a field has been set.

func (*HypervisorIdDTO) HasId

func (o *HypervisorIdDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*HypervisorIdDTO) HasReporterId

func (o *HypervisorIdDTO) HasReporterId() bool

HasReporterId returns a boolean if a field has been set.

func (*HypervisorIdDTO) HasUpdated

func (o *HypervisorIdDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (HypervisorIdDTO) MarshalJSON

func (o HypervisorIdDTO) MarshalJSON() ([]byte, error)

func (*HypervisorIdDTO) SetCreated

func (o *HypervisorIdDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*HypervisorIdDTO) SetHypervisorId

func (o *HypervisorIdDTO) SetHypervisorId(v string)

SetHypervisorId gets a reference to the given string and assigns it to the HypervisorId field.

func (*HypervisorIdDTO) SetId

func (o *HypervisorIdDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*HypervisorIdDTO) SetReporterId

func (o *HypervisorIdDTO) SetReporterId(v string)

SetReporterId gets a reference to the given string and assigns it to the ReporterId field.

func (*HypervisorIdDTO) SetUpdated

func (o *HypervisorIdDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (HypervisorIdDTO) ToMap

func (o HypervisorIdDTO) ToMap() (map[string]interface{}, error)

type HypervisorUpdateResultDTO

type HypervisorUpdateResultDTO struct {
	Created      []HypervisorConsumerDTO `json:"created"`
	Updated      []HypervisorConsumerDTO `json:"updated"`
	Unchanged    []HypervisorConsumerDTO `json:"unchanged"`
	FailedUpdate []string                `json:"failedUpdate"`
}

HypervisorUpdateResultDTO struct for HypervisorUpdateResultDTO

func NewHypervisorUpdateResultDTO

func NewHypervisorUpdateResultDTO(created []HypervisorConsumerDTO, updated []HypervisorConsumerDTO, unchanged []HypervisorConsumerDTO, failedUpdate []string) *HypervisorUpdateResultDTO

NewHypervisorUpdateResultDTO instantiates a new HypervisorUpdateResultDTO 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 NewHypervisorUpdateResultDTOWithDefaults

func NewHypervisorUpdateResultDTOWithDefaults() *HypervisorUpdateResultDTO

NewHypervisorUpdateResultDTOWithDefaults instantiates a new HypervisorUpdateResultDTO 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 (*HypervisorUpdateResultDTO) GetCreated

GetCreated returns the Created field value

func (*HypervisorUpdateResultDTO) GetCreatedOk

func (o *HypervisorUpdateResultDTO) GetCreatedOk() ([]HypervisorConsumerDTO, bool)

GetCreatedOk returns a tuple with the Created field value and a boolean to check if the value has been set.

func (*HypervisorUpdateResultDTO) GetFailedUpdate

func (o *HypervisorUpdateResultDTO) GetFailedUpdate() []string

GetFailedUpdate returns the FailedUpdate field value

func (*HypervisorUpdateResultDTO) GetFailedUpdateOk

func (o *HypervisorUpdateResultDTO) GetFailedUpdateOk() ([]string, bool)

GetFailedUpdateOk returns a tuple with the FailedUpdate field value and a boolean to check if the value has been set.

func (*HypervisorUpdateResultDTO) GetUnchanged

GetUnchanged returns the Unchanged field value

func (*HypervisorUpdateResultDTO) GetUnchangedOk

func (o *HypervisorUpdateResultDTO) GetUnchangedOk() ([]HypervisorConsumerDTO, bool)

GetUnchangedOk returns a tuple with the Unchanged field value and a boolean to check if the value has been set.

func (*HypervisorUpdateResultDTO) GetUpdated

GetUpdated returns the Updated field value

func (*HypervisorUpdateResultDTO) GetUpdatedOk

func (o *HypervisorUpdateResultDTO) GetUpdatedOk() ([]HypervisorConsumerDTO, bool)

GetUpdatedOk returns a tuple with the Updated field value and a boolean to check if the value has been set.

func (HypervisorUpdateResultDTO) MarshalJSON

func (o HypervisorUpdateResultDTO) MarshalJSON() ([]byte, error)

func (*HypervisorUpdateResultDTO) SetCreated

SetCreated sets field value

func (*HypervisorUpdateResultDTO) SetFailedUpdate

func (o *HypervisorUpdateResultDTO) SetFailedUpdate(v []string)

SetFailedUpdate sets field value

func (*HypervisorUpdateResultDTO) SetUnchanged

func (o *HypervisorUpdateResultDTO) SetUnchanged(v []HypervisorConsumerDTO)

SetUnchanged sets field value

func (*HypervisorUpdateResultDTO) SetUpdated

SetUpdated sets field value

func (HypervisorUpdateResultDTO) ToMap

func (o HypervisorUpdateResultDTO) ToMap() (map[string]interface{}, error)

func (*HypervisorUpdateResultDTO) UnmarshalJSON

func (o *HypervisorUpdateResultDTO) UnmarshalJSON(data []byte) (err error)

type HypervisorsAPIService

type HypervisorsAPIService service

HypervisorsAPIService HypervisorsAPI service

func (*HypervisorsAPIService) HypervisorHeartbeatUpdate

func (a *HypervisorsAPIService) HypervisorHeartbeatUpdate(ctx context.Context, owner string) ApiHypervisorHeartbeatUpdateRequest

HypervisorHeartbeatUpdate Method for HypervisorHeartbeatUpdate

Updates last check in date of all consumers of the given reporterId.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param owner Owner key
@return ApiHypervisorHeartbeatUpdateRequest

func (*HypervisorsAPIService) HypervisorHeartbeatUpdateExecute

Execute executes the request

@return AsyncJobStatusDTO

func (*HypervisorsAPIService) HypervisorUpdateAsync

func (a *HypervisorsAPIService) HypervisorUpdateAsync(ctx context.Context, owner string) ApiHypervisorUpdateAsyncRequest

HypervisorUpdateAsync Method for HypervisorUpdateAsync

Creates or Updates the list of Hypervisor hosts Allows agents such as virt-who to update hosts' information . This is typically used when a host is unable to register to candlepin via subscription manager. In situations where consumers already exist it is probably best not to allow creation of new hypervisor consumers. Most consumers do not have a hypervisorId attribute, so that should be added manually when necessary by the management environment. Default is true. If false is specified, hypervisorIds that are not found will result in a failed state of the job.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param owner Owner key
@return ApiHypervisorUpdateAsyncRequest

func (*HypervisorsAPIService) HypervisorUpdateAsyncExecute

Execute executes the request

@return AsyncJobStatusDTO

type ImportRecordDTO

type ImportRecordDTO struct {
	Created          *string                    `json:"created,omitempty"`
	Updated          *string                    `json:"updated,omitempty"`
	Id               *string                    `json:"id,omitempty"`
	Status           *string                    `json:"status,omitempty"`
	StatusMessage    *string                    `json:"statusMessage,omitempty"`
	FileName         *string                    `json:"fileName,omitempty"`
	GeneratedBy      *string                    `json:"generatedBy,omitempty"`
	GeneratedDate    *string                    `json:"generatedDate,omitempty"`
	UpstreamConsumer *ImportUpstreamConsumerDTO `json:"upstreamConsumer,omitempty"`
}

ImportRecordDTO Represents a import record details

func NewImportRecordDTO

func NewImportRecordDTO() *ImportRecordDTO

NewImportRecordDTO instantiates a new ImportRecordDTO 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 NewImportRecordDTOWithDefaults

func NewImportRecordDTOWithDefaults() *ImportRecordDTO

NewImportRecordDTOWithDefaults instantiates a new ImportRecordDTO 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 (*ImportRecordDTO) GetCreated

func (o *ImportRecordDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*ImportRecordDTO) GetCreatedOk

func (o *ImportRecordDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportRecordDTO) GetFileName

func (o *ImportRecordDTO) GetFileName() string

GetFileName returns the FileName field value if set, zero value otherwise.

func (*ImportRecordDTO) GetFileNameOk

func (o *ImportRecordDTO) GetFileNameOk() (*string, bool)

GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportRecordDTO) GetGeneratedBy

func (o *ImportRecordDTO) GetGeneratedBy() string

GetGeneratedBy returns the GeneratedBy field value if set, zero value otherwise.

func (*ImportRecordDTO) GetGeneratedByOk

func (o *ImportRecordDTO) GetGeneratedByOk() (*string, bool)

GetGeneratedByOk returns a tuple with the GeneratedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportRecordDTO) GetGeneratedDate

func (o *ImportRecordDTO) GetGeneratedDate() string

GetGeneratedDate returns the GeneratedDate field value if set, zero value otherwise.

func (*ImportRecordDTO) GetGeneratedDateOk

func (o *ImportRecordDTO) GetGeneratedDateOk() (*string, bool)

GetGeneratedDateOk returns a tuple with the GeneratedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportRecordDTO) GetId

func (o *ImportRecordDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ImportRecordDTO) GetIdOk

func (o *ImportRecordDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportRecordDTO) GetStatus

func (o *ImportRecordDTO) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ImportRecordDTO) GetStatusMessage

func (o *ImportRecordDTO) GetStatusMessage() string

GetStatusMessage returns the StatusMessage field value if set, zero value otherwise.

func (*ImportRecordDTO) GetStatusMessageOk

func (o *ImportRecordDTO) GetStatusMessageOk() (*string, bool)

GetStatusMessageOk returns a tuple with the StatusMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportRecordDTO) GetStatusOk

func (o *ImportRecordDTO) 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 (*ImportRecordDTO) GetUpdated

func (o *ImportRecordDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ImportRecordDTO) GetUpdatedOk

func (o *ImportRecordDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportRecordDTO) GetUpstreamConsumer

func (o *ImportRecordDTO) GetUpstreamConsumer() ImportUpstreamConsumerDTO

GetUpstreamConsumer returns the UpstreamConsumer field value if set, zero value otherwise.

func (*ImportRecordDTO) GetUpstreamConsumerOk

func (o *ImportRecordDTO) GetUpstreamConsumerOk() (*ImportUpstreamConsumerDTO, bool)

GetUpstreamConsumerOk returns a tuple with the UpstreamConsumer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportRecordDTO) HasCreated

func (o *ImportRecordDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ImportRecordDTO) HasFileName

func (o *ImportRecordDTO) HasFileName() bool

HasFileName returns a boolean if a field has been set.

func (*ImportRecordDTO) HasGeneratedBy

func (o *ImportRecordDTO) HasGeneratedBy() bool

HasGeneratedBy returns a boolean if a field has been set.

func (*ImportRecordDTO) HasGeneratedDate

func (o *ImportRecordDTO) HasGeneratedDate() bool

HasGeneratedDate returns a boolean if a field has been set.

func (*ImportRecordDTO) HasId

func (o *ImportRecordDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ImportRecordDTO) HasStatus

func (o *ImportRecordDTO) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ImportRecordDTO) HasStatusMessage

func (o *ImportRecordDTO) HasStatusMessage() bool

HasStatusMessage returns a boolean if a field has been set.

func (*ImportRecordDTO) HasUpdated

func (o *ImportRecordDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*ImportRecordDTO) HasUpstreamConsumer

func (o *ImportRecordDTO) HasUpstreamConsumer() bool

HasUpstreamConsumer returns a boolean if a field has been set.

func (ImportRecordDTO) MarshalJSON

func (o ImportRecordDTO) MarshalJSON() ([]byte, error)

func (*ImportRecordDTO) SetCreated

func (o *ImportRecordDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*ImportRecordDTO) SetFileName

func (o *ImportRecordDTO) SetFileName(v string)

SetFileName gets a reference to the given string and assigns it to the FileName field.

func (*ImportRecordDTO) SetGeneratedBy

func (o *ImportRecordDTO) SetGeneratedBy(v string)

SetGeneratedBy gets a reference to the given string and assigns it to the GeneratedBy field.

func (*ImportRecordDTO) SetGeneratedDate

func (o *ImportRecordDTO) SetGeneratedDate(v string)

SetGeneratedDate gets a reference to the given string and assigns it to the GeneratedDate field.

func (*ImportRecordDTO) SetId

func (o *ImportRecordDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ImportRecordDTO) SetStatus

func (o *ImportRecordDTO) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*ImportRecordDTO) SetStatusMessage

func (o *ImportRecordDTO) SetStatusMessage(v string)

SetStatusMessage gets a reference to the given string and assigns it to the StatusMessage field.

func (*ImportRecordDTO) SetUpdated

func (o *ImportRecordDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*ImportRecordDTO) SetUpstreamConsumer

func (o *ImportRecordDTO) SetUpstreamConsumer(v ImportUpstreamConsumerDTO)

SetUpstreamConsumer gets a reference to the given ImportUpstreamConsumerDTO and assigns it to the UpstreamConsumer field.

func (ImportRecordDTO) ToMap

func (o ImportRecordDTO) ToMap() (map[string]interface{}, error)

type ImportUpstreamConsumerDTO

type ImportUpstreamConsumerDTO struct {
	Created           *string          `json:"created,omitempty"`
	Updated           *string          `json:"updated,omitempty"`
	Id                *string          `json:"id,omitempty"`
	Uuid              *string          `json:"uuid,omitempty"`
	Name              *string          `json:"name,omitempty"`
	ApiUrl            *string          `json:"apiUrl,omitempty"`
	WebUrl            *string          `json:"webUrl,omitempty"`
	OwnerId           *string          `json:"ownerId,omitempty"`
	ContentAccessMode *string          `json:"contentAccessMode,omitempty"`
	Type              *ConsumerTypeDTO `json:"type,omitempty"`
}

ImportUpstreamConsumerDTO Represents an import upstream consumer

func NewImportUpstreamConsumerDTO

func NewImportUpstreamConsumerDTO() *ImportUpstreamConsumerDTO

NewImportUpstreamConsumerDTO instantiates a new ImportUpstreamConsumerDTO 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 NewImportUpstreamConsumerDTOWithDefaults

func NewImportUpstreamConsumerDTOWithDefaults() *ImportUpstreamConsumerDTO

NewImportUpstreamConsumerDTOWithDefaults instantiates a new ImportUpstreamConsumerDTO 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 (*ImportUpstreamConsumerDTO) GetApiUrl

func (o *ImportUpstreamConsumerDTO) GetApiUrl() string

GetApiUrl returns the ApiUrl field value if set, zero value otherwise.

func (*ImportUpstreamConsumerDTO) GetApiUrlOk

func (o *ImportUpstreamConsumerDTO) GetApiUrlOk() (*string, bool)

GetApiUrlOk returns a tuple with the ApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportUpstreamConsumerDTO) GetContentAccessMode

func (o *ImportUpstreamConsumerDTO) GetContentAccessMode() string

GetContentAccessMode returns the ContentAccessMode field value if set, zero value otherwise.

func (*ImportUpstreamConsumerDTO) GetContentAccessModeOk

func (o *ImportUpstreamConsumerDTO) GetContentAccessModeOk() (*string, bool)

GetContentAccessModeOk returns a tuple with the ContentAccessMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportUpstreamConsumerDTO) GetCreated

func (o *ImportUpstreamConsumerDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*ImportUpstreamConsumerDTO) GetCreatedOk

func (o *ImportUpstreamConsumerDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportUpstreamConsumerDTO) GetId

func (o *ImportUpstreamConsumerDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ImportUpstreamConsumerDTO) GetIdOk

func (o *ImportUpstreamConsumerDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportUpstreamConsumerDTO) GetName

func (o *ImportUpstreamConsumerDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ImportUpstreamConsumerDTO) GetNameOk

func (o *ImportUpstreamConsumerDTO) 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 (*ImportUpstreamConsumerDTO) GetOwnerId

func (o *ImportUpstreamConsumerDTO) GetOwnerId() string

GetOwnerId returns the OwnerId field value if set, zero value otherwise.

func (*ImportUpstreamConsumerDTO) GetOwnerIdOk

func (o *ImportUpstreamConsumerDTO) GetOwnerIdOk() (*string, bool)

GetOwnerIdOk returns a tuple with the OwnerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportUpstreamConsumerDTO) GetType

GetType returns the Type field value if set, zero value otherwise.

func (*ImportUpstreamConsumerDTO) GetTypeOk

func (o *ImportUpstreamConsumerDTO) GetTypeOk() (*ConsumerTypeDTO, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportUpstreamConsumerDTO) GetUpdated

func (o *ImportUpstreamConsumerDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ImportUpstreamConsumerDTO) GetUpdatedOk

func (o *ImportUpstreamConsumerDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportUpstreamConsumerDTO) GetUuid

func (o *ImportUpstreamConsumerDTO) GetUuid() string

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*ImportUpstreamConsumerDTO) GetUuidOk

func (o *ImportUpstreamConsumerDTO) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportUpstreamConsumerDTO) GetWebUrl

func (o *ImportUpstreamConsumerDTO) GetWebUrl() string

GetWebUrl returns the WebUrl field value if set, zero value otherwise.

func (*ImportUpstreamConsumerDTO) GetWebUrlOk

func (o *ImportUpstreamConsumerDTO) GetWebUrlOk() (*string, bool)

GetWebUrlOk returns a tuple with the WebUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportUpstreamConsumerDTO) HasApiUrl

func (o *ImportUpstreamConsumerDTO) HasApiUrl() bool

HasApiUrl returns a boolean if a field has been set.

func (*ImportUpstreamConsumerDTO) HasContentAccessMode

func (o *ImportUpstreamConsumerDTO) HasContentAccessMode() bool

HasContentAccessMode returns a boolean if a field has been set.

func (*ImportUpstreamConsumerDTO) HasCreated

func (o *ImportUpstreamConsumerDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ImportUpstreamConsumerDTO) HasId

func (o *ImportUpstreamConsumerDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ImportUpstreamConsumerDTO) HasName

func (o *ImportUpstreamConsumerDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ImportUpstreamConsumerDTO) HasOwnerId

func (o *ImportUpstreamConsumerDTO) HasOwnerId() bool

HasOwnerId returns a boolean if a field has been set.

func (*ImportUpstreamConsumerDTO) HasType

func (o *ImportUpstreamConsumerDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*ImportUpstreamConsumerDTO) HasUpdated

func (o *ImportUpstreamConsumerDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*ImportUpstreamConsumerDTO) HasUuid

func (o *ImportUpstreamConsumerDTO) HasUuid() bool

HasUuid returns a boolean if a field has been set.

func (*ImportUpstreamConsumerDTO) HasWebUrl

func (o *ImportUpstreamConsumerDTO) HasWebUrl() bool

HasWebUrl returns a boolean if a field has been set.

func (ImportUpstreamConsumerDTO) MarshalJSON

func (o ImportUpstreamConsumerDTO) MarshalJSON() ([]byte, error)

func (*ImportUpstreamConsumerDTO) SetApiUrl

func (o *ImportUpstreamConsumerDTO) SetApiUrl(v string)

SetApiUrl gets a reference to the given string and assigns it to the ApiUrl field.

func (*ImportUpstreamConsumerDTO) SetContentAccessMode

func (o *ImportUpstreamConsumerDTO) SetContentAccessMode(v string)

SetContentAccessMode gets a reference to the given string and assigns it to the ContentAccessMode field.

func (*ImportUpstreamConsumerDTO) SetCreated

func (o *ImportUpstreamConsumerDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*ImportUpstreamConsumerDTO) SetId

func (o *ImportUpstreamConsumerDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ImportUpstreamConsumerDTO) SetName

func (o *ImportUpstreamConsumerDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ImportUpstreamConsumerDTO) SetOwnerId

func (o *ImportUpstreamConsumerDTO) SetOwnerId(v string)

SetOwnerId gets a reference to the given string and assigns it to the OwnerId field.

func (*ImportUpstreamConsumerDTO) SetType

SetType gets a reference to the given ConsumerTypeDTO and assigns it to the Type field.

func (*ImportUpstreamConsumerDTO) SetUpdated

func (o *ImportUpstreamConsumerDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*ImportUpstreamConsumerDTO) SetUuid

func (o *ImportUpstreamConsumerDTO) SetUuid(v string)

SetUuid gets a reference to the given string and assigns it to the Uuid field.

func (*ImportUpstreamConsumerDTO) SetWebUrl

func (o *ImportUpstreamConsumerDTO) SetWebUrl(v string)

SetWebUrl gets a reference to the given string and assigns it to the WebUrl field.

func (ImportUpstreamConsumerDTO) ToMap

func (o ImportUpstreamConsumerDTO) ToMap() (map[string]interface{}, error)

type JobsAPIService

type JobsAPIService service

JobsAPIService JobsAPI service

func (*JobsAPIService) CancelJob

CancelJob Method for CancelJob

Cancels the job associated with the specified job ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the job to cancel
@return ApiCancelJobRequest

func (*JobsAPIService) CancelJobExecute

Execute executes the request

@return AsyncJobStatusDTO

func (*JobsAPIService) CleanupTerminalJobs

func (a *JobsAPIService) CleanupTerminalJobs(ctx context.Context) ApiCleanupTerminalJobsRequest

CleanupTerminalJobs Method for CleanupTerminalJobs

Cleans up terminal jobs matching the provided criteria

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCleanupTerminalJobsRequest

func (*JobsAPIService) CleanupTerminalJobsExecute

func (a *JobsAPIService) CleanupTerminalJobsExecute(r ApiCleanupTerminalJobsRequest) (int32, *http.Response, error)

Execute executes the request

@return int32

func (*JobsAPIService) GetJobStatus

func (a *JobsAPIService) GetJobStatus(ctx context.Context, id string) ApiGetJobStatusRequest

GetJobStatus Method for GetJobStatus

Fetches the job status associated with the specified job ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the job to retrieve
@return ApiGetJobStatusRequest

func (*JobsAPIService) GetJobStatusExecute

Execute executes the request

@return AsyncJobStatusDTO

func (*JobsAPIService) GetSchedulerStatus

func (a *JobsAPIService) GetSchedulerStatus(ctx context.Context) ApiGetSchedulerStatusRequest

GetSchedulerStatus Method for GetSchedulerStatus

Fetches the status of the job scheduler for this Candlepin node

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSchedulerStatusRequest

func (*JobsAPIService) GetSchedulerStatusExecute

func (a *JobsAPIService) GetSchedulerStatusExecute(r ApiGetSchedulerStatusRequest) (*SchedulerStatusDTO, *http.Response, error)

Execute executes the request

@return SchedulerStatusDTO

func (*JobsAPIService) ListJobStatuses

func (a *JobsAPIService) ListJobStatuses(ctx context.Context) ApiListJobStatusesRequest

ListJobStatuses Method for ListJobStatuses

Fetches a set of job statuses matching the given filter options

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListJobStatusesRequest

func (*JobsAPIService) ListJobStatusesExecute

func (a *JobsAPIService) ListJobStatusesExecute(r ApiListJobStatusesRequest) ([]AsyncJobStatusDTO, *http.Response, error)

Execute executes the request

@return []AsyncJobStatusDTO

func (*JobsAPIService) ScheduleJob

func (a *JobsAPIService) ScheduleJob(ctx context.Context, jobKey string) ApiScheduleJobRequest

ScheduleJob Method for ScheduleJob

Schedules a job using the specified key and job properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param jobKey Job key
@return ApiScheduleJobRequest

func (*JobsAPIService) ScheduleJobExecute

Execute executes the request

@return AsyncJobStatusDTO

func (*JobsAPIService) SetSchedulerStatus

func (a *JobsAPIService) SetSchedulerStatus(ctx context.Context) ApiSetSchedulerStatusRequest

SetSchedulerStatus Method for SetSchedulerStatus

Enables or disables the job scheduler for this Candlepin node

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSetSchedulerStatusRequest

func (*JobsAPIService) SetSchedulerStatusExecute

func (a *JobsAPIService) SetSchedulerStatusExecute(r ApiSetSchedulerStatusRequest) (*SchedulerStatusDTO, *http.Response, error)

Execute executes the request

@return SchedulerStatusDTO
type Link struct {
	Rel  *string `json:"rel,omitempty"`
	Href *string `json:"href,omitempty"`
}

Link Used to represent a link to a top level resource in Candlepin

func NewLink() *Link

NewLink instantiates a new Link 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 NewLinkWithDefaults

func NewLinkWithDefaults() *Link

NewLinkWithDefaults instantiates a new Link 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 (*Link) GetHref

func (o *Link) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*Link) GetHrefOk

func (o *Link) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Link) GetRel

func (o *Link) GetRel() string

GetRel returns the Rel field value if set, zero value otherwise.

func (*Link) GetRelOk

func (o *Link) GetRelOk() (*string, bool)

GetRelOk returns a tuple with the Rel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Link) HasHref

func (o *Link) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*Link) HasRel

func (o *Link) HasRel() bool

HasRel returns a boolean if a field has been set.

func (Link) MarshalJSON

func (o Link) MarshalJSON() ([]byte, error)

func (*Link) SetHref

func (o *Link) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*Link) SetRel

func (o *Link) SetRel(v string)

SetRel gets a reference to the given string and assigns it to the Rel field.

func (Link) ToMap

func (o Link) ToMap() (map[string]interface{}, error)

type MappedNullable

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type NestedConsumerDTO

type NestedConsumerDTO struct {
	Id   *string `json:"id,omitempty"`
	Uuid *string `json:"uuid,omitempty"`
	Name *string `json:"name,omitempty"`
	Href *string `json:"href,omitempty"`
}

NestedConsumerDTO A minimal view of a Consumer

func NewNestedConsumerDTO

func NewNestedConsumerDTO() *NestedConsumerDTO

NewNestedConsumerDTO instantiates a new NestedConsumerDTO 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 NewNestedConsumerDTOWithDefaults

func NewNestedConsumerDTOWithDefaults() *NestedConsumerDTO

NewNestedConsumerDTOWithDefaults instantiates a new NestedConsumerDTO 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 (*NestedConsumerDTO) GetHref

func (o *NestedConsumerDTO) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*NestedConsumerDTO) GetHrefOk

func (o *NestedConsumerDTO) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NestedConsumerDTO) GetId

func (o *NestedConsumerDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*NestedConsumerDTO) GetIdOk

func (o *NestedConsumerDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NestedConsumerDTO) GetName

func (o *NestedConsumerDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*NestedConsumerDTO) GetNameOk

func (o *NestedConsumerDTO) 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 (*NestedConsumerDTO) GetUuid

func (o *NestedConsumerDTO) GetUuid() string

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*NestedConsumerDTO) GetUuidOk

func (o *NestedConsumerDTO) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NestedConsumerDTO) HasHref

func (o *NestedConsumerDTO) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*NestedConsumerDTO) HasId

func (o *NestedConsumerDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*NestedConsumerDTO) HasName

func (o *NestedConsumerDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*NestedConsumerDTO) HasUuid

func (o *NestedConsumerDTO) HasUuid() bool

HasUuid returns a boolean if a field has been set.

func (NestedConsumerDTO) MarshalJSON

func (o NestedConsumerDTO) MarshalJSON() ([]byte, error)

func (*NestedConsumerDTO) SetHref

func (o *NestedConsumerDTO) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*NestedConsumerDTO) SetId

func (o *NestedConsumerDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*NestedConsumerDTO) SetName

func (o *NestedConsumerDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*NestedConsumerDTO) SetUuid

func (o *NestedConsumerDTO) SetUuid(v string)

SetUuid gets a reference to the given string and assigns it to the Uuid field.

func (NestedConsumerDTO) ToMap

func (o NestedConsumerDTO) ToMap() (map[string]interface{}, error)

type NestedEntitlementDTO

type NestedEntitlementDTO struct {
	Id   *string `json:"id,omitempty"`
	Href *string `json:"href,omitempty"`
}

NestedEntitlementDTO struct for NestedEntitlementDTO

func NewNestedEntitlementDTO

func NewNestedEntitlementDTO() *NestedEntitlementDTO

NewNestedEntitlementDTO instantiates a new NestedEntitlementDTO 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 NewNestedEntitlementDTOWithDefaults

func NewNestedEntitlementDTOWithDefaults() *NestedEntitlementDTO

NewNestedEntitlementDTOWithDefaults instantiates a new NestedEntitlementDTO 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 (*NestedEntitlementDTO) GetHref

func (o *NestedEntitlementDTO) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*NestedEntitlementDTO) GetHrefOk

func (o *NestedEntitlementDTO) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NestedEntitlementDTO) GetId

func (o *NestedEntitlementDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*NestedEntitlementDTO) GetIdOk

func (o *NestedEntitlementDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NestedEntitlementDTO) HasHref

func (o *NestedEntitlementDTO) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*NestedEntitlementDTO) HasId

func (o *NestedEntitlementDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (NestedEntitlementDTO) MarshalJSON

func (o NestedEntitlementDTO) MarshalJSON() ([]byte, error)

func (*NestedEntitlementDTO) SetHref

func (o *NestedEntitlementDTO) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*NestedEntitlementDTO) SetId

func (o *NestedEntitlementDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (NestedEntitlementDTO) ToMap

func (o NestedEntitlementDTO) ToMap() (map[string]interface{}, error)

type NestedOwnerDTO

type NestedOwnerDTO struct {
	Id                *string `json:"id,omitempty"`
	Key               *string `json:"key,omitempty"`
	DisplayName       *string `json:"displayName,omitempty"`
	Href              *string `json:"href,omitempty"`
	ContentAccessMode *string `json:"contentAccessMode,omitempty"`
}

NestedOwnerDTO struct for NestedOwnerDTO

func NewNestedOwnerDTO

func NewNestedOwnerDTO() *NestedOwnerDTO

NewNestedOwnerDTO instantiates a new NestedOwnerDTO 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 NewNestedOwnerDTOWithDefaults

func NewNestedOwnerDTOWithDefaults() *NestedOwnerDTO

NewNestedOwnerDTOWithDefaults instantiates a new NestedOwnerDTO 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 (*NestedOwnerDTO) GetContentAccessMode

func (o *NestedOwnerDTO) GetContentAccessMode() string

GetContentAccessMode returns the ContentAccessMode field value if set, zero value otherwise.

func (*NestedOwnerDTO) GetContentAccessModeOk

func (o *NestedOwnerDTO) GetContentAccessModeOk() (*string, bool)

GetContentAccessModeOk returns a tuple with the ContentAccessMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NestedOwnerDTO) GetDisplayName

func (o *NestedOwnerDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*NestedOwnerDTO) GetDisplayNameOk

func (o *NestedOwnerDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NestedOwnerDTO) GetHref

func (o *NestedOwnerDTO) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*NestedOwnerDTO) GetHrefOk

func (o *NestedOwnerDTO) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NestedOwnerDTO) GetId

func (o *NestedOwnerDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*NestedOwnerDTO) GetIdOk

func (o *NestedOwnerDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NestedOwnerDTO) GetKey

func (o *NestedOwnerDTO) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*NestedOwnerDTO) GetKeyOk

func (o *NestedOwnerDTO) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NestedOwnerDTO) HasContentAccessMode

func (o *NestedOwnerDTO) HasContentAccessMode() bool

HasContentAccessMode returns a boolean if a field has been set.

func (*NestedOwnerDTO) HasDisplayName

func (o *NestedOwnerDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*NestedOwnerDTO) HasHref

func (o *NestedOwnerDTO) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*NestedOwnerDTO) HasId

func (o *NestedOwnerDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*NestedOwnerDTO) HasKey

func (o *NestedOwnerDTO) HasKey() bool

HasKey returns a boolean if a field has been set.

func (NestedOwnerDTO) MarshalJSON

func (o NestedOwnerDTO) MarshalJSON() ([]byte, error)

func (*NestedOwnerDTO) SetContentAccessMode

func (o *NestedOwnerDTO) SetContentAccessMode(v string)

SetContentAccessMode gets a reference to the given string and assigns it to the ContentAccessMode field.

func (*NestedOwnerDTO) SetDisplayName

func (o *NestedOwnerDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*NestedOwnerDTO) SetHref

func (o *NestedOwnerDTO) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*NestedOwnerDTO) SetId

func (o *NestedOwnerDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*NestedOwnerDTO) SetKey

func (o *NestedOwnerDTO) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (NestedOwnerDTO) ToMap

func (o NestedOwnerDTO) ToMap() (map[string]interface{}, error)

type NullableAbstractCertificateDTO

type NullableAbstractCertificateDTO struct {
	// contains filtered or unexported fields
}

func (NullableAbstractCertificateDTO) Get

func (NullableAbstractCertificateDTO) IsSet

func (NullableAbstractCertificateDTO) MarshalJSON

func (v NullableAbstractCertificateDTO) MarshalJSON() ([]byte, error)

func (*NullableAbstractCertificateDTO) Set

func (*NullableAbstractCertificateDTO) UnmarshalJSON

func (v *NullableAbstractCertificateDTO) UnmarshalJSON(src []byte) error

func (*NullableAbstractCertificateDTO) Unset

func (v *NullableAbstractCertificateDTO) Unset()

type NullableActivationKeyDTO

type NullableActivationKeyDTO struct {
	// contains filtered or unexported fields
}

func NewNullableActivationKeyDTO

func NewNullableActivationKeyDTO(val *ActivationKeyDTO) *NullableActivationKeyDTO

func (NullableActivationKeyDTO) Get

func (NullableActivationKeyDTO) IsSet

func (v NullableActivationKeyDTO) IsSet() bool

func (NullableActivationKeyDTO) MarshalJSON

func (v NullableActivationKeyDTO) MarshalJSON() ([]byte, error)

func (*NullableActivationKeyDTO) Set

func (*NullableActivationKeyDTO) UnmarshalJSON

func (v *NullableActivationKeyDTO) UnmarshalJSON(src []byte) error

func (*NullableActivationKeyDTO) Unset

func (v *NullableActivationKeyDTO) Unset()

type NullableActivationKeyPoolDTO

type NullableActivationKeyPoolDTO struct {
	// contains filtered or unexported fields
}

func NewNullableActivationKeyPoolDTO

func NewNullableActivationKeyPoolDTO(val *ActivationKeyPoolDTO) *NullableActivationKeyPoolDTO

func (NullableActivationKeyPoolDTO) Get

func (NullableActivationKeyPoolDTO) IsSet

func (NullableActivationKeyPoolDTO) MarshalJSON

func (v NullableActivationKeyPoolDTO) MarshalJSON() ([]byte, error)

func (*NullableActivationKeyPoolDTO) Set

func (*NullableActivationKeyPoolDTO) UnmarshalJSON

func (v *NullableActivationKeyPoolDTO) UnmarshalJSON(src []byte) error

func (*NullableActivationKeyPoolDTO) Unset

func (v *NullableActivationKeyPoolDTO) Unset()

type NullableActivationKeyProductDTO

type NullableActivationKeyProductDTO struct {
	// contains filtered or unexported fields
}

func (NullableActivationKeyProductDTO) Get

func (NullableActivationKeyProductDTO) IsSet

func (NullableActivationKeyProductDTO) MarshalJSON

func (v NullableActivationKeyProductDTO) MarshalJSON() ([]byte, error)

func (*NullableActivationKeyProductDTO) Set

func (*NullableActivationKeyProductDTO) UnmarshalJSON

func (v *NullableActivationKeyProductDTO) UnmarshalJSON(src []byte) error

func (*NullableActivationKeyProductDTO) Unset

type NullableAsyncJobStatusDTO

type NullableAsyncJobStatusDTO struct {
	// contains filtered or unexported fields
}

func NewNullableAsyncJobStatusDTO

func NewNullableAsyncJobStatusDTO(val *AsyncJobStatusDTO) *NullableAsyncJobStatusDTO

func (NullableAsyncJobStatusDTO) Get

func (NullableAsyncJobStatusDTO) IsSet

func (v NullableAsyncJobStatusDTO) IsSet() bool

func (NullableAsyncJobStatusDTO) MarshalJSON

func (v NullableAsyncJobStatusDTO) MarshalJSON() ([]byte, error)

func (*NullableAsyncJobStatusDTO) Set

func (*NullableAsyncJobStatusDTO) UnmarshalJSON

func (v *NullableAsyncJobStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableAsyncJobStatusDTO) Unset

func (v *NullableAsyncJobStatusDTO) Unset()

type NullableAttributeDTO

type NullableAttributeDTO struct {
	// contains filtered or unexported fields
}

func NewNullableAttributeDTO

func NewNullableAttributeDTO(val *AttributeDTO) *NullableAttributeDTO

func (NullableAttributeDTO) Get

func (NullableAttributeDTO) IsSet

func (v NullableAttributeDTO) IsSet() bool

func (NullableAttributeDTO) MarshalJSON

func (v NullableAttributeDTO) MarshalJSON() ([]byte, error)

func (*NullableAttributeDTO) Set

func (v *NullableAttributeDTO) Set(val *AttributeDTO)

func (*NullableAttributeDTO) UnmarshalJSON

func (v *NullableAttributeDTO) UnmarshalJSON(src []byte) error

func (*NullableAttributeDTO) Unset

func (v *NullableAttributeDTO) 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 NullableBrandingDTO

type NullableBrandingDTO struct {
	// contains filtered or unexported fields
}

func NewNullableBrandingDTO

func NewNullableBrandingDTO(val *BrandingDTO) *NullableBrandingDTO

func (NullableBrandingDTO) Get

func (NullableBrandingDTO) IsSet

func (v NullableBrandingDTO) IsSet() bool

func (NullableBrandingDTO) MarshalJSON

func (v NullableBrandingDTO) MarshalJSON() ([]byte, error)

func (*NullableBrandingDTO) Set

func (v *NullableBrandingDTO) Set(val *BrandingDTO)

func (*NullableBrandingDTO) UnmarshalJSON

func (v *NullableBrandingDTO) UnmarshalJSON(src []byte) error

func (*NullableBrandingDTO) Unset

func (v *NullableBrandingDTO) Unset()

type NullableCapabilityDTO

type NullableCapabilityDTO struct {
	// contains filtered or unexported fields
}

func NewNullableCapabilityDTO

func NewNullableCapabilityDTO(val *CapabilityDTO) *NullableCapabilityDTO

func (NullableCapabilityDTO) Get

func (NullableCapabilityDTO) IsSet

func (v NullableCapabilityDTO) IsSet() bool

func (NullableCapabilityDTO) MarshalJSON

func (v NullableCapabilityDTO) MarshalJSON() ([]byte, error)

func (*NullableCapabilityDTO) Set

func (v *NullableCapabilityDTO) Set(val *CapabilityDTO)

func (*NullableCapabilityDTO) UnmarshalJSON

func (v *NullableCapabilityDTO) UnmarshalJSON(src []byte) error

func (*NullableCapabilityDTO) Unset

func (v *NullableCapabilityDTO) Unset()

type NullableCdnDTO

type NullableCdnDTO struct {
	// contains filtered or unexported fields
}

func NewNullableCdnDTO

func NewNullableCdnDTO(val *CdnDTO) *NullableCdnDTO

func (NullableCdnDTO) Get

func (v NullableCdnDTO) Get() *CdnDTO

func (NullableCdnDTO) IsSet

func (v NullableCdnDTO) IsSet() bool

func (NullableCdnDTO) MarshalJSON

func (v NullableCdnDTO) MarshalJSON() ([]byte, error)

func (*NullableCdnDTO) Set

func (v *NullableCdnDTO) Set(val *CdnDTO)

func (*NullableCdnDTO) UnmarshalJSON

func (v *NullableCdnDTO) UnmarshalJSON(src []byte) error

func (*NullableCdnDTO) Unset

func (v *NullableCdnDTO) Unset()

type NullableCertificateDTO

type NullableCertificateDTO struct {
	// contains filtered or unexported fields
}

func NewNullableCertificateDTO

func NewNullableCertificateDTO(val *CertificateDTO) *NullableCertificateDTO

func (NullableCertificateDTO) Get

func (NullableCertificateDTO) IsSet

func (v NullableCertificateDTO) IsSet() bool

func (NullableCertificateDTO) MarshalJSON

func (v NullableCertificateDTO) MarshalJSON() ([]byte, error)

func (*NullableCertificateDTO) Set

func (*NullableCertificateDTO) UnmarshalJSON

func (v *NullableCertificateDTO) UnmarshalJSON(src []byte) error

func (*NullableCertificateDTO) Unset

func (v *NullableCertificateDTO) Unset()

type NullableCertificateSerialDTO

type NullableCertificateSerialDTO struct {
	// contains filtered or unexported fields
}

func NewNullableCertificateSerialDTO

func NewNullableCertificateSerialDTO(val *CertificateSerialDTO) *NullableCertificateSerialDTO

func (NullableCertificateSerialDTO) Get

func (NullableCertificateSerialDTO) IsSet

func (NullableCertificateSerialDTO) MarshalJSON

func (v NullableCertificateSerialDTO) MarshalJSON() ([]byte, error)

func (*NullableCertificateSerialDTO) Set

func (*NullableCertificateSerialDTO) UnmarshalJSON

func (v *NullableCertificateSerialDTO) UnmarshalJSON(src []byte) error

func (*NullableCertificateSerialDTO) Unset

func (v *NullableCertificateSerialDTO) Unset()

type NullableClaimantOwner

type NullableClaimantOwner struct {
	// contains filtered or unexported fields
}

func NewNullableClaimantOwner

func NewNullableClaimantOwner(val *ClaimantOwner) *NullableClaimantOwner

func (NullableClaimantOwner) Get

func (NullableClaimantOwner) IsSet

func (v NullableClaimantOwner) IsSet() bool

func (NullableClaimantOwner) MarshalJSON

func (v NullableClaimantOwner) MarshalJSON() ([]byte, error)

func (*NullableClaimantOwner) Set

func (v *NullableClaimantOwner) Set(val *ClaimantOwner)

func (*NullableClaimantOwner) UnmarshalJSON

func (v *NullableClaimantOwner) UnmarshalJSON(src []byte) error

func (*NullableClaimantOwner) Unset

func (v *NullableClaimantOwner) Unset()

type NullableCloudAuthenticationResultDTO

type NullableCloudAuthenticationResultDTO struct {
	// contains filtered or unexported fields
}

func (NullableCloudAuthenticationResultDTO) Get

func (NullableCloudAuthenticationResultDTO) IsSet

func (NullableCloudAuthenticationResultDTO) MarshalJSON

func (v NullableCloudAuthenticationResultDTO) MarshalJSON() ([]byte, error)

func (*NullableCloudAuthenticationResultDTO) Set

func (*NullableCloudAuthenticationResultDTO) UnmarshalJSON

func (v *NullableCloudAuthenticationResultDTO) UnmarshalJSON(src []byte) error

func (*NullableCloudAuthenticationResultDTO) Unset

type NullableCloudRegistrationDTO

type NullableCloudRegistrationDTO struct {
	// contains filtered or unexported fields
}

func NewNullableCloudRegistrationDTO

func NewNullableCloudRegistrationDTO(val *CloudRegistrationDTO) *NullableCloudRegistrationDTO

func (NullableCloudRegistrationDTO) Get

func (NullableCloudRegistrationDTO) IsSet

func (NullableCloudRegistrationDTO) MarshalJSON

func (v NullableCloudRegistrationDTO) MarshalJSON() ([]byte, error)

func (*NullableCloudRegistrationDTO) Set

func (*NullableCloudRegistrationDTO) UnmarshalJSON

func (v *NullableCloudRegistrationDTO) UnmarshalJSON(src []byte) error

func (*NullableCloudRegistrationDTO) Unset

func (v *NullableCloudRegistrationDTO) Unset()

type NullableComplianceReasonDTO

type NullableComplianceReasonDTO struct {
	// contains filtered or unexported fields
}

func NewNullableComplianceReasonDTO

func NewNullableComplianceReasonDTO(val *ComplianceReasonDTO) *NullableComplianceReasonDTO

func (NullableComplianceReasonDTO) Get

func (NullableComplianceReasonDTO) IsSet

func (NullableComplianceReasonDTO) MarshalJSON

func (v NullableComplianceReasonDTO) MarshalJSON() ([]byte, error)

func (*NullableComplianceReasonDTO) Set

func (*NullableComplianceReasonDTO) UnmarshalJSON

func (v *NullableComplianceReasonDTO) UnmarshalJSON(src []byte) error

func (*NullableComplianceReasonDTO) Unset

func (v *NullableComplianceReasonDTO) Unset()

type NullableComplianceStatusDTO

type NullableComplianceStatusDTO struct {
	// contains filtered or unexported fields
}

func NewNullableComplianceStatusDTO

func NewNullableComplianceStatusDTO(val *ComplianceStatusDTO) *NullableComplianceStatusDTO

func (NullableComplianceStatusDTO) Get

func (NullableComplianceStatusDTO) IsSet

func (NullableComplianceStatusDTO) MarshalJSON

func (v NullableComplianceStatusDTO) MarshalJSON() ([]byte, error)

func (*NullableComplianceStatusDTO) Set

func (*NullableComplianceStatusDTO) UnmarshalJSON

func (v *NullableComplianceStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableComplianceStatusDTO) Unset

func (v *NullableComplianceStatusDTO) Unset()

type NullableConsumerActivationKeyDTO

type NullableConsumerActivationKeyDTO struct {
	// contains filtered or unexported fields
}

func (NullableConsumerActivationKeyDTO) Get

func (NullableConsumerActivationKeyDTO) IsSet

func (NullableConsumerActivationKeyDTO) MarshalJSON

func (v NullableConsumerActivationKeyDTO) MarshalJSON() ([]byte, error)

func (*NullableConsumerActivationKeyDTO) Set

func (*NullableConsumerActivationKeyDTO) UnmarshalJSON

func (v *NullableConsumerActivationKeyDTO) UnmarshalJSON(src []byte) error

func (*NullableConsumerActivationKeyDTO) Unset

type NullableConsumerDTO

type NullableConsumerDTO struct {
	// contains filtered or unexported fields
}

func NewNullableConsumerDTO

func NewNullableConsumerDTO(val *ConsumerDTO) *NullableConsumerDTO

func (NullableConsumerDTO) Get

func (NullableConsumerDTO) IsSet

func (v NullableConsumerDTO) IsSet() bool

func (NullableConsumerDTO) MarshalJSON

func (v NullableConsumerDTO) MarshalJSON() ([]byte, error)

func (*NullableConsumerDTO) Set

func (v *NullableConsumerDTO) Set(val *ConsumerDTO)

func (*NullableConsumerDTO) UnmarshalJSON

func (v *NullableConsumerDTO) UnmarshalJSON(src []byte) error

func (*NullableConsumerDTO) Unset

func (v *NullableConsumerDTO) Unset()

type NullableConsumerDTOArrayElement

type NullableConsumerDTOArrayElement struct {
	// contains filtered or unexported fields
}

func (NullableConsumerDTOArrayElement) Get

func (NullableConsumerDTOArrayElement) IsSet

func (NullableConsumerDTOArrayElement) MarshalJSON

func (v NullableConsumerDTOArrayElement) MarshalJSON() ([]byte, error)

func (*NullableConsumerDTOArrayElement) Set

func (*NullableConsumerDTOArrayElement) UnmarshalJSON

func (v *NullableConsumerDTOArrayElement) UnmarshalJSON(src []byte) error

func (*NullableConsumerDTOArrayElement) Unset

type NullableConsumerInstalledProductDTO

type NullableConsumerInstalledProductDTO struct {
	// contains filtered or unexported fields
}

func (NullableConsumerInstalledProductDTO) Get

func (NullableConsumerInstalledProductDTO) IsSet

func (NullableConsumerInstalledProductDTO) MarshalJSON

func (v NullableConsumerInstalledProductDTO) MarshalJSON() ([]byte, error)

func (*NullableConsumerInstalledProductDTO) Set

func (*NullableConsumerInstalledProductDTO) UnmarshalJSON

func (v *NullableConsumerInstalledProductDTO) UnmarshalJSON(src []byte) error

func (*NullableConsumerInstalledProductDTO) Unset

type NullableConsumerTypeDTO

type NullableConsumerTypeDTO struct {
	// contains filtered or unexported fields
}

func NewNullableConsumerTypeDTO

func NewNullableConsumerTypeDTO(val *ConsumerTypeDTO) *NullableConsumerTypeDTO

func (NullableConsumerTypeDTO) Get

func (NullableConsumerTypeDTO) IsSet

func (v NullableConsumerTypeDTO) IsSet() bool

func (NullableConsumerTypeDTO) MarshalJSON

func (v NullableConsumerTypeDTO) MarshalJSON() ([]byte, error)

func (*NullableConsumerTypeDTO) Set

func (*NullableConsumerTypeDTO) UnmarshalJSON

func (v *NullableConsumerTypeDTO) UnmarshalJSON(src []byte) error

func (*NullableConsumerTypeDTO) Unset

func (v *NullableConsumerTypeDTO) Unset()

type NullableConsumptionTypeCountsDTO

type NullableConsumptionTypeCountsDTO struct {
	// contains filtered or unexported fields
}

func (NullableConsumptionTypeCountsDTO) Get

func (NullableConsumptionTypeCountsDTO) IsSet

func (NullableConsumptionTypeCountsDTO) MarshalJSON

func (v NullableConsumptionTypeCountsDTO) MarshalJSON() ([]byte, error)

func (*NullableConsumptionTypeCountsDTO) Set

func (*NullableConsumptionTypeCountsDTO) UnmarshalJSON

func (v *NullableConsumptionTypeCountsDTO) UnmarshalJSON(src []byte) error

func (*NullableConsumptionTypeCountsDTO) Unset

type NullableContentAccessDTO

type NullableContentAccessDTO struct {
	// contains filtered or unexported fields
}

func NewNullableContentAccessDTO

func NewNullableContentAccessDTO(val *ContentAccessDTO) *NullableContentAccessDTO

func (NullableContentAccessDTO) Get

func (NullableContentAccessDTO) IsSet

func (v NullableContentAccessDTO) IsSet() bool

func (NullableContentAccessDTO) MarshalJSON

func (v NullableContentAccessDTO) MarshalJSON() ([]byte, error)

func (*NullableContentAccessDTO) Set

func (*NullableContentAccessDTO) UnmarshalJSON

func (v *NullableContentAccessDTO) UnmarshalJSON(src []byte) error

func (*NullableContentAccessDTO) Unset

func (v *NullableContentAccessDTO) Unset()

type NullableContentDTO

type NullableContentDTO struct {
	// contains filtered or unexported fields
}

func NewNullableContentDTO

func NewNullableContentDTO(val *ContentDTO) *NullableContentDTO

func (NullableContentDTO) Get

func (v NullableContentDTO) Get() *ContentDTO

func (NullableContentDTO) IsSet

func (v NullableContentDTO) IsSet() bool

func (NullableContentDTO) MarshalJSON

func (v NullableContentDTO) MarshalJSON() ([]byte, error)

func (*NullableContentDTO) Set

func (v *NullableContentDTO) Set(val *ContentDTO)

func (*NullableContentDTO) UnmarshalJSON

func (v *NullableContentDTO) UnmarshalJSON(src []byte) error

func (*NullableContentDTO) Unset

func (v *NullableContentDTO) Unset()

type NullableContentOverrideDTO

type NullableContentOverrideDTO struct {
	// contains filtered or unexported fields
}

func NewNullableContentOverrideDTO

func NewNullableContentOverrideDTO(val *ContentOverrideDTO) *NullableContentOverrideDTO

func (NullableContentOverrideDTO) Get

func (NullableContentOverrideDTO) IsSet

func (v NullableContentOverrideDTO) IsSet() bool

func (NullableContentOverrideDTO) MarshalJSON

func (v NullableContentOverrideDTO) MarshalJSON() ([]byte, error)

func (*NullableContentOverrideDTO) Set

func (*NullableContentOverrideDTO) UnmarshalJSON

func (v *NullableContentOverrideDTO) UnmarshalJSON(src []byte) error

func (*NullableContentOverrideDTO) Unset

func (v *NullableContentOverrideDTO) Unset()

type NullableContentToPromoteDTO

type NullableContentToPromoteDTO struct {
	// contains filtered or unexported fields
}

func NewNullableContentToPromoteDTO

func NewNullableContentToPromoteDTO(val *ContentToPromoteDTO) *NullableContentToPromoteDTO

func (NullableContentToPromoteDTO) Get

func (NullableContentToPromoteDTO) IsSet

func (NullableContentToPromoteDTO) MarshalJSON

func (v NullableContentToPromoteDTO) MarshalJSON() ([]byte, error)

func (*NullableContentToPromoteDTO) Set

func (*NullableContentToPromoteDTO) UnmarshalJSON

func (v *NullableContentToPromoteDTO) UnmarshalJSON(src []byte) error

func (*NullableContentToPromoteDTO) Unset

func (v *NullableContentToPromoteDTO) Unset()

type NullableDateRange

type NullableDateRange struct {
	// contains filtered or unexported fields
}

func NewNullableDateRange

func NewNullableDateRange(val *DateRange) *NullableDateRange

func (NullableDateRange) Get

func (v NullableDateRange) Get() *DateRange

func (NullableDateRange) IsSet

func (v NullableDateRange) IsSet() bool

func (NullableDateRange) MarshalJSON

func (v NullableDateRange) MarshalJSON() ([]byte, error)

func (*NullableDateRange) Set

func (v *NullableDateRange) Set(val *DateRange)

func (*NullableDateRange) UnmarshalJSON

func (v *NullableDateRange) UnmarshalJSON(src []byte) error

func (*NullableDateRange) Unset

func (v *NullableDateRange) Unset()

type NullableDeleteResult

type NullableDeleteResult struct {
	// contains filtered or unexported fields
}

func NewNullableDeleteResult

func NewNullableDeleteResult(val *DeleteResult) *NullableDeleteResult

func (NullableDeleteResult) Get

func (NullableDeleteResult) IsSet

func (v NullableDeleteResult) IsSet() bool

func (NullableDeleteResult) MarshalJSON

func (v NullableDeleteResult) MarshalJSON() ([]byte, error)

func (*NullableDeleteResult) Set

func (v *NullableDeleteResult) Set(val *DeleteResult)

func (*NullableDeleteResult) UnmarshalJSON

func (v *NullableDeleteResult) UnmarshalJSON(src []byte) error

func (*NullableDeleteResult) Unset

func (v *NullableDeleteResult) Unset()

type NullableDeletedConsumerDTO

type NullableDeletedConsumerDTO struct {
	// contains filtered or unexported fields
}

func NewNullableDeletedConsumerDTO

func NewNullableDeletedConsumerDTO(val *DeletedConsumerDTO) *NullableDeletedConsumerDTO

func (NullableDeletedConsumerDTO) Get

func (NullableDeletedConsumerDTO) IsSet

func (v NullableDeletedConsumerDTO) IsSet() bool

func (NullableDeletedConsumerDTO) MarshalJSON

func (v NullableDeletedConsumerDTO) MarshalJSON() ([]byte, error)

func (*NullableDeletedConsumerDTO) Set

func (*NullableDeletedConsumerDTO) UnmarshalJSON

func (v *NullableDeletedConsumerDTO) UnmarshalJSON(src []byte) error

func (*NullableDeletedConsumerDTO) Unset

func (v *NullableDeletedConsumerDTO) Unset()

type NullableDistributorVersionCapabilityDTO

type NullableDistributorVersionCapabilityDTO struct {
	// contains filtered or unexported fields
}

func (NullableDistributorVersionCapabilityDTO) Get

func (NullableDistributorVersionCapabilityDTO) IsSet

func (NullableDistributorVersionCapabilityDTO) MarshalJSON

func (v NullableDistributorVersionCapabilityDTO) MarshalJSON() ([]byte, error)

func (*NullableDistributorVersionCapabilityDTO) Set

func (*NullableDistributorVersionCapabilityDTO) UnmarshalJSON

func (v *NullableDistributorVersionCapabilityDTO) UnmarshalJSON(src []byte) error

func (*NullableDistributorVersionCapabilityDTO) Unset

type NullableDistributorVersionDTO

type NullableDistributorVersionDTO struct {
	// contains filtered or unexported fields
}

func (NullableDistributorVersionDTO) Get

func (NullableDistributorVersionDTO) IsSet

func (NullableDistributorVersionDTO) MarshalJSON

func (v NullableDistributorVersionDTO) MarshalJSON() ([]byte, error)

func (*NullableDistributorVersionDTO) Set

func (*NullableDistributorVersionDTO) UnmarshalJSON

func (v *NullableDistributorVersionDTO) UnmarshalJSON(src []byte) error

func (*NullableDistributorVersionDTO) Unset

func (v *NullableDistributorVersionDTO) Unset()

type NullableEntitlementDTO

type NullableEntitlementDTO struct {
	// contains filtered or unexported fields
}

func NewNullableEntitlementDTO

func NewNullableEntitlementDTO(val *EntitlementDTO) *NullableEntitlementDTO

func (NullableEntitlementDTO) Get

func (NullableEntitlementDTO) IsSet

func (v NullableEntitlementDTO) IsSet() bool

func (NullableEntitlementDTO) MarshalJSON

func (v NullableEntitlementDTO) MarshalJSON() ([]byte, error)

func (*NullableEntitlementDTO) Set

func (*NullableEntitlementDTO) UnmarshalJSON

func (v *NullableEntitlementDTO) UnmarshalJSON(src []byte) error

func (*NullableEntitlementDTO) Unset

func (v *NullableEntitlementDTO) Unset()

type NullableEnvironmentContentDTO

type NullableEnvironmentContentDTO struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentContentDTO) Get

func (NullableEnvironmentContentDTO) IsSet

func (NullableEnvironmentContentDTO) MarshalJSON

func (v NullableEnvironmentContentDTO) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentContentDTO) Set

func (*NullableEnvironmentContentDTO) UnmarshalJSON

func (v *NullableEnvironmentContentDTO) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentContentDTO) Unset

func (v *NullableEnvironmentContentDTO) Unset()

type NullableEnvironmentDTO

type NullableEnvironmentDTO struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironmentDTO

func NewNullableEnvironmentDTO(val *EnvironmentDTO) *NullableEnvironmentDTO

func (NullableEnvironmentDTO) Get

func (NullableEnvironmentDTO) IsSet

func (v NullableEnvironmentDTO) IsSet() bool

func (NullableEnvironmentDTO) MarshalJSON

func (v NullableEnvironmentDTO) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentDTO) Set

func (*NullableEnvironmentDTO) UnmarshalJSON

func (v *NullableEnvironmentDTO) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentDTO) Unset

func (v *NullableEnvironmentDTO) Unset()

type NullableExceptionMessage

type NullableExceptionMessage struct {
	// contains filtered or unexported fields
}

func NewNullableExceptionMessage

func NewNullableExceptionMessage(val *ExceptionMessage) *NullableExceptionMessage

func (NullableExceptionMessage) Get

func (NullableExceptionMessage) IsSet

func (v NullableExceptionMessage) IsSet() bool

func (NullableExceptionMessage) MarshalJSON

func (v NullableExceptionMessage) MarshalJSON() ([]byte, error)

func (*NullableExceptionMessage) Set

func (*NullableExceptionMessage) UnmarshalJSON

func (v *NullableExceptionMessage) UnmarshalJSON(src []byte) error

func (*NullableExceptionMessage) Unset

func (v *NullableExceptionMessage) Unset()

type NullableExportResultDTO

type NullableExportResultDTO struct {
	// contains filtered or unexported fields
}

func NewNullableExportResultDTO

func NewNullableExportResultDTO(val *ExportResultDTO) *NullableExportResultDTO

func (NullableExportResultDTO) Get

func (NullableExportResultDTO) IsSet

func (v NullableExportResultDTO) IsSet() bool

func (NullableExportResultDTO) MarshalJSON

func (v NullableExportResultDTO) MarshalJSON() ([]byte, error)

func (*NullableExportResultDTO) Set

func (*NullableExportResultDTO) UnmarshalJSON

func (v *NullableExportResultDTO) UnmarshalJSON(src []byte) error

func (*NullableExportResultDTO) Unset

func (v *NullableExportResultDTO) 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 NullableGuestIdDTO

type NullableGuestIdDTO struct {
	// contains filtered or unexported fields
}

func NewNullableGuestIdDTO

func NewNullableGuestIdDTO(val *GuestIdDTO) *NullableGuestIdDTO

func (NullableGuestIdDTO) Get

func (v NullableGuestIdDTO) Get() *GuestIdDTO

func (NullableGuestIdDTO) IsSet

func (v NullableGuestIdDTO) IsSet() bool

func (NullableGuestIdDTO) MarshalJSON

func (v NullableGuestIdDTO) MarshalJSON() ([]byte, error)

func (*NullableGuestIdDTO) Set

func (v *NullableGuestIdDTO) Set(val *GuestIdDTO)

func (*NullableGuestIdDTO) UnmarshalJSON

func (v *NullableGuestIdDTO) UnmarshalJSON(src []byte) error

func (*NullableGuestIdDTO) Unset

func (v *NullableGuestIdDTO) Unset()

type NullableGuestIdDTOArrayElement

type NullableGuestIdDTOArrayElement struct {
	// contains filtered or unexported fields
}

func (NullableGuestIdDTOArrayElement) Get

func (NullableGuestIdDTOArrayElement) IsSet

func (NullableGuestIdDTOArrayElement) MarshalJSON

func (v NullableGuestIdDTOArrayElement) MarshalJSON() ([]byte, error)

func (*NullableGuestIdDTOArrayElement) Set

func (*NullableGuestIdDTOArrayElement) UnmarshalJSON

func (v *NullableGuestIdDTOArrayElement) UnmarshalJSON(src []byte) error

func (*NullableGuestIdDTOArrayElement) Unset

func (v *NullableGuestIdDTOArrayElement) Unset()

type NullableHypervisorConsumerDTO

type NullableHypervisorConsumerDTO struct {
	// contains filtered or unexported fields
}

func (NullableHypervisorConsumerDTO) Get

func (NullableHypervisorConsumerDTO) IsSet

func (NullableHypervisorConsumerDTO) MarshalJSON

func (v NullableHypervisorConsumerDTO) MarshalJSON() ([]byte, error)

func (*NullableHypervisorConsumerDTO) Set

func (*NullableHypervisorConsumerDTO) UnmarshalJSON

func (v *NullableHypervisorConsumerDTO) UnmarshalJSON(src []byte) error

func (*NullableHypervisorConsumerDTO) Unset

func (v *NullableHypervisorConsumerDTO) Unset()

type NullableHypervisorIdDTO

type NullableHypervisorIdDTO struct {
	// contains filtered or unexported fields
}

func NewNullableHypervisorIdDTO

func NewNullableHypervisorIdDTO(val *HypervisorIdDTO) *NullableHypervisorIdDTO

func (NullableHypervisorIdDTO) Get

func (NullableHypervisorIdDTO) IsSet

func (v NullableHypervisorIdDTO) IsSet() bool

func (NullableHypervisorIdDTO) MarshalJSON

func (v NullableHypervisorIdDTO) MarshalJSON() ([]byte, error)

func (*NullableHypervisorIdDTO) Set

func (*NullableHypervisorIdDTO) UnmarshalJSON

func (v *NullableHypervisorIdDTO) UnmarshalJSON(src []byte) error

func (*NullableHypervisorIdDTO) Unset

func (v *NullableHypervisorIdDTO) Unset()

type NullableHypervisorUpdateResultDTO

type NullableHypervisorUpdateResultDTO struct {
	// contains filtered or unexported fields
}

func (NullableHypervisorUpdateResultDTO) Get

func (NullableHypervisorUpdateResultDTO) IsSet

func (NullableHypervisorUpdateResultDTO) MarshalJSON

func (v NullableHypervisorUpdateResultDTO) MarshalJSON() ([]byte, error)

func (*NullableHypervisorUpdateResultDTO) Set

func (*NullableHypervisorUpdateResultDTO) UnmarshalJSON

func (v *NullableHypervisorUpdateResultDTO) UnmarshalJSON(src []byte) error

func (*NullableHypervisorUpdateResultDTO) Unset

type NullableImportRecordDTO

type NullableImportRecordDTO struct {
	// contains filtered or unexported fields
}

func NewNullableImportRecordDTO

func NewNullableImportRecordDTO(val *ImportRecordDTO) *NullableImportRecordDTO

func (NullableImportRecordDTO) Get

func (NullableImportRecordDTO) IsSet

func (v NullableImportRecordDTO) IsSet() bool

func (NullableImportRecordDTO) MarshalJSON

func (v NullableImportRecordDTO) MarshalJSON() ([]byte, error)

func (*NullableImportRecordDTO) Set

func (*NullableImportRecordDTO) UnmarshalJSON

func (v *NullableImportRecordDTO) UnmarshalJSON(src []byte) error

func (*NullableImportRecordDTO) Unset

func (v *NullableImportRecordDTO) Unset()

type NullableImportUpstreamConsumerDTO

type NullableImportUpstreamConsumerDTO struct {
	// contains filtered or unexported fields
}

func (NullableImportUpstreamConsumerDTO) Get

func (NullableImportUpstreamConsumerDTO) IsSet

func (NullableImportUpstreamConsumerDTO) MarshalJSON

func (v NullableImportUpstreamConsumerDTO) MarshalJSON() ([]byte, error)

func (*NullableImportUpstreamConsumerDTO) Set

func (*NullableImportUpstreamConsumerDTO) UnmarshalJSON

func (v *NullableImportUpstreamConsumerDTO) UnmarshalJSON(src []byte) error

func (*NullableImportUpstreamConsumerDTO) 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 NullableLink struct {
	// contains filtered or unexported fields
}
func NewNullableLink(val *Link) *NullableLink

func (NullableLink) Get

func (v NullableLink) Get() *Link

func (NullableLink) IsSet

func (v NullableLink) IsSet() bool

func (NullableLink) MarshalJSON

func (v NullableLink) MarshalJSON() ([]byte, error)

func (*NullableLink) Set

func (v *NullableLink) Set(val *Link)

func (*NullableLink) UnmarshalJSON

func (v *NullableLink) UnmarshalJSON(src []byte) error

func (*NullableLink) Unset

func (v *NullableLink) Unset()

type NullableNestedConsumerDTO

type NullableNestedConsumerDTO struct {
	// contains filtered or unexported fields
}

func NewNullableNestedConsumerDTO

func NewNullableNestedConsumerDTO(val *NestedConsumerDTO) *NullableNestedConsumerDTO

func (NullableNestedConsumerDTO) Get

func (NullableNestedConsumerDTO) IsSet

func (v NullableNestedConsumerDTO) IsSet() bool

func (NullableNestedConsumerDTO) MarshalJSON

func (v NullableNestedConsumerDTO) MarshalJSON() ([]byte, error)

func (*NullableNestedConsumerDTO) Set

func (*NullableNestedConsumerDTO) UnmarshalJSON

func (v *NullableNestedConsumerDTO) UnmarshalJSON(src []byte) error

func (*NullableNestedConsumerDTO) Unset

func (v *NullableNestedConsumerDTO) Unset()

type NullableNestedEntitlementDTO

type NullableNestedEntitlementDTO struct {
	// contains filtered or unexported fields
}

func NewNullableNestedEntitlementDTO

func NewNullableNestedEntitlementDTO(val *NestedEntitlementDTO) *NullableNestedEntitlementDTO

func (NullableNestedEntitlementDTO) Get

func (NullableNestedEntitlementDTO) IsSet

func (NullableNestedEntitlementDTO) MarshalJSON

func (v NullableNestedEntitlementDTO) MarshalJSON() ([]byte, error)

func (*NullableNestedEntitlementDTO) Set

func (*NullableNestedEntitlementDTO) UnmarshalJSON

func (v *NullableNestedEntitlementDTO) UnmarshalJSON(src []byte) error

func (*NullableNestedEntitlementDTO) Unset

func (v *NullableNestedEntitlementDTO) Unset()

type NullableNestedOwnerDTO

type NullableNestedOwnerDTO struct {
	// contains filtered or unexported fields
}

func NewNullableNestedOwnerDTO

func NewNullableNestedOwnerDTO(val *NestedOwnerDTO) *NullableNestedOwnerDTO

func (NullableNestedOwnerDTO) Get

func (NullableNestedOwnerDTO) IsSet

func (v NullableNestedOwnerDTO) IsSet() bool

func (NullableNestedOwnerDTO) MarshalJSON

func (v NullableNestedOwnerDTO) MarshalJSON() ([]byte, error)

func (*NullableNestedOwnerDTO) Set

func (*NullableNestedOwnerDTO) UnmarshalJSON

func (v *NullableNestedOwnerDTO) UnmarshalJSON(src []byte) error

func (*NullableNestedOwnerDTO) Unset

func (v *NullableNestedOwnerDTO) Unset()

type NullableOwnerDTO

type NullableOwnerDTO struct {
	// contains filtered or unexported fields
}

func NewNullableOwnerDTO

func NewNullableOwnerDTO(val *OwnerDTO) *NullableOwnerDTO

func (NullableOwnerDTO) Get

func (v NullableOwnerDTO) Get() *OwnerDTO

func (NullableOwnerDTO) IsSet

func (v NullableOwnerDTO) IsSet() bool

func (NullableOwnerDTO) MarshalJSON

func (v NullableOwnerDTO) MarshalJSON() ([]byte, error)

func (*NullableOwnerDTO) Set

func (v *NullableOwnerDTO) Set(val *OwnerDTO)

func (*NullableOwnerDTO) UnmarshalJSON

func (v *NullableOwnerDTO) UnmarshalJSON(src []byte) error

func (*NullableOwnerDTO) Unset

func (v *NullableOwnerDTO) Unset()

type NullableOwnerInfo

type NullableOwnerInfo struct {
	// contains filtered or unexported fields
}

func NewNullableOwnerInfo

func NewNullableOwnerInfo(val *OwnerInfo) *NullableOwnerInfo

func (NullableOwnerInfo) Get

func (v NullableOwnerInfo) Get() *OwnerInfo

func (NullableOwnerInfo) IsSet

func (v NullableOwnerInfo) IsSet() bool

func (NullableOwnerInfo) MarshalJSON

func (v NullableOwnerInfo) MarshalJSON() ([]byte, error)

func (*NullableOwnerInfo) Set

func (v *NullableOwnerInfo) Set(val *OwnerInfo)

func (*NullableOwnerInfo) UnmarshalJSON

func (v *NullableOwnerInfo) UnmarshalJSON(src []byte) error

func (*NullableOwnerInfo) Unset

func (v *NullableOwnerInfo) Unset()

type NullablePermissionBlueprintDTO

type NullablePermissionBlueprintDTO struct {
	// contains filtered or unexported fields
}

func (NullablePermissionBlueprintDTO) Get

func (NullablePermissionBlueprintDTO) IsSet

func (NullablePermissionBlueprintDTO) MarshalJSON

func (v NullablePermissionBlueprintDTO) MarshalJSON() ([]byte, error)

func (*NullablePermissionBlueprintDTO) Set

func (*NullablePermissionBlueprintDTO) UnmarshalJSON

func (v *NullablePermissionBlueprintDTO) UnmarshalJSON(src []byte) error

func (*NullablePermissionBlueprintDTO) Unset

func (v *NullablePermissionBlueprintDTO) Unset()

type NullablePoolDTO

type NullablePoolDTO struct {
	// contains filtered or unexported fields
}

func NewNullablePoolDTO

func NewNullablePoolDTO(val *PoolDTO) *NullablePoolDTO

func (NullablePoolDTO) Get

func (v NullablePoolDTO) Get() *PoolDTO

func (NullablePoolDTO) IsSet

func (v NullablePoolDTO) IsSet() bool

func (NullablePoolDTO) MarshalJSON

func (v NullablePoolDTO) MarshalJSON() ([]byte, error)

func (*NullablePoolDTO) Set

func (v *NullablePoolDTO) Set(val *PoolDTO)

func (*NullablePoolDTO) UnmarshalJSON

func (v *NullablePoolDTO) UnmarshalJSON(src []byte) error

func (*NullablePoolDTO) Unset

func (v *NullablePoolDTO) Unset()

type NullablePoolQuantityDTO

type NullablePoolQuantityDTO struct {
	// contains filtered or unexported fields
}

func NewNullablePoolQuantityDTO

func NewNullablePoolQuantityDTO(val *PoolQuantityDTO) *NullablePoolQuantityDTO

func (NullablePoolQuantityDTO) Get

func (NullablePoolQuantityDTO) IsSet

func (v NullablePoolQuantityDTO) IsSet() bool

func (NullablePoolQuantityDTO) MarshalJSON

func (v NullablePoolQuantityDTO) MarshalJSON() ([]byte, error)

func (*NullablePoolQuantityDTO) Set

func (*NullablePoolQuantityDTO) UnmarshalJSON

func (v *NullablePoolQuantityDTO) UnmarshalJSON(src []byte) error

func (*NullablePoolQuantityDTO) Unset

func (v *NullablePoolQuantityDTO) Unset()

type NullableProductCertificateDTO

type NullableProductCertificateDTO struct {
	// contains filtered or unexported fields
}

func (NullableProductCertificateDTO) Get

func (NullableProductCertificateDTO) IsSet

func (NullableProductCertificateDTO) MarshalJSON

func (v NullableProductCertificateDTO) MarshalJSON() ([]byte, error)

func (*NullableProductCertificateDTO) Set

func (*NullableProductCertificateDTO) UnmarshalJSON

func (v *NullableProductCertificateDTO) UnmarshalJSON(src []byte) error

func (*NullableProductCertificateDTO) Unset

func (v *NullableProductCertificateDTO) Unset()

type NullableProductContentDTO

type NullableProductContentDTO struct {
	// contains filtered or unexported fields
}

func NewNullableProductContentDTO

func NewNullableProductContentDTO(val *ProductContentDTO) *NullableProductContentDTO

func (NullableProductContentDTO) Get

func (NullableProductContentDTO) IsSet

func (v NullableProductContentDTO) IsSet() bool

func (NullableProductContentDTO) MarshalJSON

func (v NullableProductContentDTO) MarshalJSON() ([]byte, error)

func (*NullableProductContentDTO) Set

func (*NullableProductContentDTO) UnmarshalJSON

func (v *NullableProductContentDTO) UnmarshalJSON(src []byte) error

func (*NullableProductContentDTO) Unset

func (v *NullableProductContentDTO) Unset()

type NullableProductDTO

type NullableProductDTO struct {
	// contains filtered or unexported fields
}

func NewNullableProductDTO

func NewNullableProductDTO(val *ProductDTO) *NullableProductDTO

func (NullableProductDTO) Get

func (v NullableProductDTO) Get() *ProductDTO

func (NullableProductDTO) IsSet

func (v NullableProductDTO) IsSet() bool

func (NullableProductDTO) MarshalJSON

func (v NullableProductDTO) MarshalJSON() ([]byte, error)

func (*NullableProductDTO) Set

func (v *NullableProductDTO) Set(val *ProductDTO)

func (*NullableProductDTO) UnmarshalJSON

func (v *NullableProductDTO) UnmarshalJSON(src []byte) error

func (*NullableProductDTO) Unset

func (v *NullableProductDTO) Unset()

type NullableProvidedProductDTO

type NullableProvidedProductDTO struct {
	// contains filtered or unexported fields
}

func NewNullableProvidedProductDTO

func NewNullableProvidedProductDTO(val *ProvidedProductDTO) *NullableProvidedProductDTO

func (NullableProvidedProductDTO) Get

func (NullableProvidedProductDTO) IsSet

func (v NullableProvidedProductDTO) IsSet() bool

func (NullableProvidedProductDTO) MarshalJSON

func (v NullableProvidedProductDTO) MarshalJSON() ([]byte, error)

func (*NullableProvidedProductDTO) Set

func (*NullableProvidedProductDTO) UnmarshalJSON

func (v *NullableProvidedProductDTO) UnmarshalJSON(src []byte) error

func (*NullableProvidedProductDTO) Unset

func (v *NullableProvidedProductDTO) Unset()

type NullableQueueStatus

type NullableQueueStatus struct {
	// contains filtered or unexported fields
}

func NewNullableQueueStatus

func NewNullableQueueStatus(val *QueueStatus) *NullableQueueStatus

func (NullableQueueStatus) Get

func (NullableQueueStatus) IsSet

func (v NullableQueueStatus) IsSet() bool

func (NullableQueueStatus) MarshalJSON

func (v NullableQueueStatus) MarshalJSON() ([]byte, error)

func (*NullableQueueStatus) Set

func (v *NullableQueueStatus) Set(val *QueueStatus)

func (*NullableQueueStatus) UnmarshalJSON

func (v *NullableQueueStatus) UnmarshalJSON(src []byte) error

func (*NullableQueueStatus) Unset

func (v *NullableQueueStatus) Unset()

type NullableReleaseVerDTO

type NullableReleaseVerDTO struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseVerDTO

func NewNullableReleaseVerDTO(val *ReleaseVerDTO) *NullableReleaseVerDTO

func (NullableReleaseVerDTO) Get

func (NullableReleaseVerDTO) IsSet

func (v NullableReleaseVerDTO) IsSet() bool

func (NullableReleaseVerDTO) MarshalJSON

func (v NullableReleaseVerDTO) MarshalJSON() ([]byte, error)

func (*NullableReleaseVerDTO) Set

func (v *NullableReleaseVerDTO) Set(val *ReleaseVerDTO)

func (*NullableReleaseVerDTO) UnmarshalJSON

func (v *NullableReleaseVerDTO) UnmarshalJSON(src []byte) error

func (*NullableReleaseVerDTO) Unset

func (v *NullableReleaseVerDTO) Unset()

type NullableRoleDTO

type NullableRoleDTO struct {
	// contains filtered or unexported fields
}

func NewNullableRoleDTO

func NewNullableRoleDTO(val *RoleDTO) *NullableRoleDTO

func (NullableRoleDTO) Get

func (v NullableRoleDTO) Get() *RoleDTO

func (NullableRoleDTO) IsSet

func (v NullableRoleDTO) IsSet() bool

func (NullableRoleDTO) MarshalJSON

func (v NullableRoleDTO) MarshalJSON() ([]byte, error)

func (*NullableRoleDTO) Set

func (v *NullableRoleDTO) Set(val *RoleDTO)

func (*NullableRoleDTO) UnmarshalJSON

func (v *NullableRoleDTO) UnmarshalJSON(src []byte) error

func (*NullableRoleDTO) Unset

func (v *NullableRoleDTO) Unset()

type NullableSchedulerStatusDTO

type NullableSchedulerStatusDTO struct {
	// contains filtered or unexported fields
}

func NewNullableSchedulerStatusDTO

func NewNullableSchedulerStatusDTO(val *SchedulerStatusDTO) *NullableSchedulerStatusDTO

func (NullableSchedulerStatusDTO) Get

func (NullableSchedulerStatusDTO) IsSet

func (v NullableSchedulerStatusDTO) IsSet() bool

func (NullableSchedulerStatusDTO) MarshalJSON

func (v NullableSchedulerStatusDTO) MarshalJSON() ([]byte, error)

func (*NullableSchedulerStatusDTO) Set

func (*NullableSchedulerStatusDTO) UnmarshalJSON

func (v *NullableSchedulerStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableSchedulerStatusDTO) Unset

func (v *NullableSchedulerStatusDTO) Unset()

type NullableStatusDTO

type NullableStatusDTO struct {
	// contains filtered or unexported fields
}

func NewNullableStatusDTO

func NewNullableStatusDTO(val *StatusDTO) *NullableStatusDTO

func (NullableStatusDTO) Get

func (v NullableStatusDTO) Get() *StatusDTO

func (NullableStatusDTO) IsSet

func (v NullableStatusDTO) IsSet() bool

func (NullableStatusDTO) MarshalJSON

func (v NullableStatusDTO) MarshalJSON() ([]byte, error)

func (*NullableStatusDTO) Set

func (v *NullableStatusDTO) Set(val *StatusDTO)

func (*NullableStatusDTO) UnmarshalJSON

func (v *NullableStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableStatusDTO) Unset

func (v *NullableStatusDTO) 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 NullableSubscriptionDTO

type NullableSubscriptionDTO struct {
	// contains filtered or unexported fields
}

func NewNullableSubscriptionDTO

func NewNullableSubscriptionDTO(val *SubscriptionDTO) *NullableSubscriptionDTO

func (NullableSubscriptionDTO) Get

func (NullableSubscriptionDTO) IsSet

func (v NullableSubscriptionDTO) IsSet() bool

func (NullableSubscriptionDTO) MarshalJSON

func (v NullableSubscriptionDTO) MarshalJSON() ([]byte, error)

func (*NullableSubscriptionDTO) Set

func (*NullableSubscriptionDTO) UnmarshalJSON

func (v *NullableSubscriptionDTO) UnmarshalJSON(src []byte) error

func (*NullableSubscriptionDTO) Unset

func (v *NullableSubscriptionDTO) Unset()

type NullableSystemPurposeAttributesDTO

type NullableSystemPurposeAttributesDTO struct {
	// contains filtered or unexported fields
}

func (NullableSystemPurposeAttributesDTO) Get

func (NullableSystemPurposeAttributesDTO) IsSet

func (NullableSystemPurposeAttributesDTO) MarshalJSON

func (v NullableSystemPurposeAttributesDTO) MarshalJSON() ([]byte, error)

func (*NullableSystemPurposeAttributesDTO) Set

func (*NullableSystemPurposeAttributesDTO) UnmarshalJSON

func (v *NullableSystemPurposeAttributesDTO) UnmarshalJSON(src []byte) error

func (*NullableSystemPurposeAttributesDTO) Unset

type NullableSystemPurposeComplianceStatusDTO

type NullableSystemPurposeComplianceStatusDTO struct {
	// contains filtered or unexported fields
}

func (NullableSystemPurposeComplianceStatusDTO) Get

func (NullableSystemPurposeComplianceStatusDTO) IsSet

func (NullableSystemPurposeComplianceStatusDTO) MarshalJSON

func (*NullableSystemPurposeComplianceStatusDTO) Set

func (*NullableSystemPurposeComplianceStatusDTO) UnmarshalJSON

func (v *NullableSystemPurposeComplianceStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableSystemPurposeComplianceStatusDTO) 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 NullableTimestampedEntity

type NullableTimestampedEntity struct {
	// contains filtered or unexported fields
}

func NewNullableTimestampedEntity

func NewNullableTimestampedEntity(val *TimestampedEntity) *NullableTimestampedEntity

func (NullableTimestampedEntity) Get

func (NullableTimestampedEntity) IsSet

func (v NullableTimestampedEntity) IsSet() bool

func (NullableTimestampedEntity) MarshalJSON

func (v NullableTimestampedEntity) MarshalJSON() ([]byte, error)

func (*NullableTimestampedEntity) Set

func (*NullableTimestampedEntity) UnmarshalJSON

func (v *NullableTimestampedEntity) UnmarshalJSON(src []byte) error

func (*NullableTimestampedEntity) Unset

func (v *NullableTimestampedEntity) Unset()

type NullableUeberCertificateDTO

type NullableUeberCertificateDTO struct {
	// contains filtered or unexported fields
}

func NewNullableUeberCertificateDTO

func NewNullableUeberCertificateDTO(val *UeberCertificateDTO) *NullableUeberCertificateDTO

func (NullableUeberCertificateDTO) Get

func (NullableUeberCertificateDTO) IsSet

func (NullableUeberCertificateDTO) MarshalJSON

func (v NullableUeberCertificateDTO) MarshalJSON() ([]byte, error)

func (*NullableUeberCertificateDTO) Set

func (*NullableUeberCertificateDTO) UnmarshalJSON

func (v *NullableUeberCertificateDTO) UnmarshalJSON(src []byte) error

func (*NullableUeberCertificateDTO) Unset

func (v *NullableUeberCertificateDTO) Unset()

type NullableUpstreamConsumerDTO

type NullableUpstreamConsumerDTO struct {
	// contains filtered or unexported fields
}

func NewNullableUpstreamConsumerDTO

func NewNullableUpstreamConsumerDTO(val *UpstreamConsumerDTO) *NullableUpstreamConsumerDTO

func (NullableUpstreamConsumerDTO) Get

func (NullableUpstreamConsumerDTO) IsSet

func (NullableUpstreamConsumerDTO) MarshalJSON

func (v NullableUpstreamConsumerDTO) MarshalJSON() ([]byte, error)

func (*NullableUpstreamConsumerDTO) Set

func (*NullableUpstreamConsumerDTO) UnmarshalJSON

func (v *NullableUpstreamConsumerDTO) UnmarshalJSON(src []byte) error

func (*NullableUpstreamConsumerDTO) Unset

func (v *NullableUpstreamConsumerDTO) Unset()

type NullableUpstreamConsumerDTOArrayElement

type NullableUpstreamConsumerDTOArrayElement struct {
	// contains filtered or unexported fields
}

func (NullableUpstreamConsumerDTOArrayElement) Get

func (NullableUpstreamConsumerDTOArrayElement) IsSet

func (NullableUpstreamConsumerDTOArrayElement) MarshalJSON

func (v NullableUpstreamConsumerDTOArrayElement) MarshalJSON() ([]byte, error)

func (*NullableUpstreamConsumerDTOArrayElement) Set

func (*NullableUpstreamConsumerDTOArrayElement) UnmarshalJSON

func (v *NullableUpstreamConsumerDTOArrayElement) UnmarshalJSON(src []byte) error

func (*NullableUpstreamConsumerDTOArrayElement) Unset

type NullableUserDTO

type NullableUserDTO struct {
	// contains filtered or unexported fields
}

func NewNullableUserDTO

func NewNullableUserDTO(val *UserDTO) *NullableUserDTO

func (NullableUserDTO) Get

func (v NullableUserDTO) Get() *UserDTO

func (NullableUserDTO) IsSet

func (v NullableUserDTO) IsSet() bool

func (NullableUserDTO) MarshalJSON

func (v NullableUserDTO) MarshalJSON() ([]byte, error)

func (*NullableUserDTO) Set

func (v *NullableUserDTO) Set(val *UserDTO)

func (*NullableUserDTO) UnmarshalJSON

func (v *NullableUserDTO) UnmarshalJSON(src []byte) error

func (*NullableUserDTO) Unset

func (v *NullableUserDTO) Unset()

type OwnerAPIService

type OwnerAPIService service

OwnerAPIService OwnerAPI service

func (*OwnerAPIService) Claim

func (a *OwnerAPIService) Claim(ctx context.Context, anonymousOwnerKey string) ApiClaimRequest

Claim Method for Claim

Claims consumers of an anonymous owner and migrates them to the claimant owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param anonymousOwnerKey The key of the owner
@return ApiClaimRequest

func (*OwnerAPIService) ClaimExecute

Execute executes the request

@return AsyncJobStatusDTO

func (*OwnerAPIService) CountConsumers

func (a *OwnerAPIService) CountConsumers(ctx context.Context, ownerKey string) ApiCountConsumersRequest

CountConsumers Method for CountConsumers

Retrieves a count of consumers for the owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiCountConsumersRequest

func (*OwnerAPIService) CountConsumersExecute

func (a *OwnerAPIService) CountConsumersExecute(r ApiCountConsumersRequest) (int32, *http.Response, error)

Execute executes the request

@return int32

func (*OwnerAPIService) CreateActivationKey

func (a *OwnerAPIService) CreateActivationKey(ctx context.Context, ownerKey string) ApiCreateActivationKeyRequest

CreateActivationKey Method for CreateActivationKey

Creates an activation key for the owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiCreateActivationKeyRequest

func (*OwnerAPIService) CreateActivationKeyExecute

func (a *OwnerAPIService) CreateActivationKeyExecute(r ApiCreateActivationKeyRequest) (*ActivationKeyDTO, *http.Response, error)

Execute executes the request

@return ActivationKeyDTO

func (*OwnerAPIService) CreateEnv

func (a *OwnerAPIService) CreateEnv(ctx context.Context, ownerKey string) ApiCreateEnvRequest

CreateEnv Method for CreateEnv

Creates an environment for the owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiCreateEnvRequest

func (*OwnerAPIService) CreateEnvExecute

Execute executes the request

@return EnvironmentDTO

func (*OwnerAPIService) CreateOwner

CreateOwner Method for CreateOwner

Creates an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOwnerRequest

func (*OwnerAPIService) CreateOwnerExecute

func (a *OwnerAPIService) CreateOwnerExecute(r ApiCreateOwnerRequest) (*OwnerDTO, *http.Response, error)

Execute executes the request

@return OwnerDTO

func (*OwnerAPIService) CreatePool

func (a *OwnerAPIService) CreatePool(ctx context.Context, ownerKey string) ApiCreatePoolRequest

CreatePool Method for CreatePool

Creates a custom pool for an Owner. Floating pools are not tied to any upstream subscription, and are most commonly used for custom content delivery in Satellite. Also helps in on-site deployment testing

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiCreatePoolRequest

func (*OwnerAPIService) CreatePoolExecute

func (a *OwnerAPIService) CreatePoolExecute(r ApiCreatePoolRequest) (*PoolDTO, *http.Response, error)

Execute executes the request

@return PoolDTO

func (*OwnerAPIService) CreateUeberCertificate

func (a *OwnerAPIService) CreateUeberCertificate(ctx context.Context, ownerKey string) ApiCreateUeberCertificateRequest

CreateUeberCertificate Method for CreateUeberCertificate

Creates an Ueber Entitlement Certificate. If a certificate already exists, it will be regenerated.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiCreateUeberCertificateRequest

func (*OwnerAPIService) CreateUeberCertificateExecute

func (a *OwnerAPIService) CreateUeberCertificateExecute(r ApiCreateUeberCertificateRequest) (*UeberCertificateDTO, *http.Response, error)

Execute executes the request

@return UeberCertificateDTO

func (*OwnerAPIService) DeleteLogLevel

func (a *OwnerAPIService) DeleteLogLevel(ctx context.Context, ownerKey string) ApiDeleteLogLevelRequest

DeleteLogLevel Method for DeleteLogLevel

Remove the log level of an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The owner key
@return ApiDeleteLogLevelRequest

func (*OwnerAPIService) DeleteLogLevelExecute

func (a *OwnerAPIService) DeleteLogLevelExecute(r ApiDeleteLogLevelRequest) (*http.Response, error)

Execute executes the request

func (*OwnerAPIService) DeleteOwner

func (a *OwnerAPIService) DeleteOwner(ctx context.Context, ownerKey string) ApiDeleteOwnerRequest

DeleteOwner Method for DeleteOwner

Removes an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The owner key
@return ApiDeleteOwnerRequest

func (*OwnerAPIService) DeleteOwnerExecute

func (a *OwnerAPIService) DeleteOwnerExecute(r ApiDeleteOwnerRequest) (*http.Response, error)

Execute executes the request

func (*OwnerAPIService) GetConsumersSyspurpose

func (a *OwnerAPIService) GetConsumersSyspurpose(ctx context.Context, ownerKey string) ApiGetConsumersSyspurposeRequest

GetConsumersSyspurpose Method for GetConsumersSyspurpose

Retrieves an aggregate of the system purpose settings of the owner's consumers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiGetConsumersSyspurposeRequest

func (*OwnerAPIService) GetConsumersSyspurposeExecute

Execute executes the request

@return SystemPurposeAttributesDTO

func (*OwnerAPIService) GetHypervisors

func (a *OwnerAPIService) GetHypervisors(ctx context.Context, ownerKey string) ApiGetHypervisorsRequest

GetHypervisors Method for GetHypervisors

Retrieves a list of hypervisors for an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiGetHypervisorsRequest

func (*OwnerAPIService) GetHypervisorsExecute

Execute executes the request

@return []ConsumerDTOArrayElement

func (*OwnerAPIService) GetImports

func (a *OwnerAPIService) GetImports(ctx context.Context, ownerKey string) ApiGetImportsRequest

GetImports Method for GetImports

Retrieves a list of import records for an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiGetImportsRequest

func (*OwnerAPIService) GetImportsExecute

func (a *OwnerAPIService) GetImportsExecute(r ApiGetImportsRequest) ([]ImportRecordDTO, *http.Response, error)

Execute executes the request

@return []ImportRecordDTO

func (*OwnerAPIService) GetOwner

func (a *OwnerAPIService) GetOwner(ctx context.Context, ownerKey string) ApiGetOwnerRequest

GetOwner Method for GetOwner

Retrieves a single owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiGetOwnerRequest

func (*OwnerAPIService) GetOwnerContentAccess

func (a *OwnerAPIService) GetOwnerContentAccess(ctx context.Context, ownerKey string) ApiGetOwnerContentAccessRequest

GetOwnerContentAccess Method for GetOwnerContentAccess

Retrieves content access of an Owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiGetOwnerContentAccessRequest

func (*OwnerAPIService) GetOwnerContentAccessExecute

func (a *OwnerAPIService) GetOwnerContentAccessExecute(r ApiGetOwnerContentAccessRequest) (*ContentAccessDTO, *http.Response, error)

Execute executes the request

@return ContentAccessDTO

func (*OwnerAPIService) GetOwnerExecute

func (a *OwnerAPIService) GetOwnerExecute(r ApiGetOwnerRequest) (*OwnerDTO, *http.Response, error)

Execute executes the request

@return OwnerDTO

func (*OwnerAPIService) GetOwnerInfo

func (a *OwnerAPIService) GetOwnerInfo(ctx context.Context, ownerKey string) ApiGetOwnerInfoRequest

GetOwnerInfo Method for GetOwnerInfo

Retrieves the Owner Info for an Owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiGetOwnerInfoRequest

func (*OwnerAPIService) GetOwnerInfoExecute

func (a *OwnerAPIService) GetOwnerInfoExecute(r ApiGetOwnerInfoRequest) (*OwnerInfo, *http.Response, error)

Execute executes the request

@return OwnerInfo

func (*OwnerAPIService) GetOwnerSubscriptions

func (a *OwnerAPIService) GetOwnerSubscriptions(ctx context.Context, ownerKey string) ApiGetOwnerSubscriptionsRequest

GetOwnerSubscriptions Method for GetOwnerSubscriptions

Retrieves a list of subscriptions for an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiGetOwnerSubscriptionsRequest

func (*OwnerAPIService) GetOwnerSubscriptionsExecute

func (a *OwnerAPIService) GetOwnerSubscriptionsExecute(r ApiGetOwnerSubscriptionsRequest) ([]SubscriptionDTO, *http.Response, error)

Execute executes the request

@return []SubscriptionDTO

func (*OwnerAPIService) GetSyspurpose

func (a *OwnerAPIService) GetSyspurpose(ctx context.Context, ownerKey string) ApiGetSyspurposeRequest

GetSyspurpose Method for GetSyspurpose

Retrieves the system purpose settings available to an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiGetSyspurposeRequest

func (*OwnerAPIService) GetSyspurposeExecute

Execute executes the request

@return SystemPurposeAttributesDTO

func (*OwnerAPIService) GetUeberCertificate

func (a *OwnerAPIService) GetUeberCertificate(ctx context.Context, ownerKey string) ApiGetUeberCertificateRequest

GetUeberCertificate Method for GetUeberCertificate

Retrieves the Ueber Entitlement Certificate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiGetUeberCertificateRequest

func (*OwnerAPIService) GetUeberCertificateExecute

Execute executes the request

@return UeberCertificateDTO

func (*OwnerAPIService) GetUpstreamConsumers

func (a *OwnerAPIService) GetUpstreamConsumers(ctx context.Context, ownerKey string) ApiGetUpstreamConsumersRequest

GetUpstreamConsumers Method for GetUpstreamConsumers

Retrieves a list of upstream consumers for an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiGetUpstreamConsumersRequest

func (*OwnerAPIService) GetUpstreamConsumersExecute

Execute executes the request

@return []UpstreamConsumerDTOArrayElement

func (*OwnerAPIService) HealEntire

func (a *OwnerAPIService) HealEntire(ctx context.Context, ownerKey string) ApiHealEntireRequest

HealEntire Method for HealEntire

Starts an asynchronous healing for the given Owner. At the end of the process the idea is that all of the consumers in the owned by the owner will be up to date.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiHealEntireRequest

func (*OwnerAPIService) HealEntireExecute

Execute executes the request

@return AsyncJobStatusDTO

func (*OwnerAPIService) ImportManifestAsync

func (a *OwnerAPIService) ImportManifestAsync(ctx context.Context, ownerKey string) ApiImportManifestAsyncRequest

ImportManifestAsync Method for ImportManifestAsync

Initiates an asynchronous manifest import for the given organization. This will bring in any products, content, and subscriptions that were assigned to the distributor who generated the manifest.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiImportManifestAsyncRequest

func (*OwnerAPIService) ImportManifestAsyncExecute

func (a *OwnerAPIService) ImportManifestAsyncExecute(r ApiImportManifestAsyncRequest) (*AsyncJobStatusDTO, *http.Response, error)

Execute executes the request

@return AsyncJobStatusDTO

func (*OwnerAPIService) ListConsumers

func (a *OwnerAPIService) ListConsumers(ctx context.Context, ownerKey string) ApiListConsumersRequest

ListConsumers Method for ListConsumers

Retrieves a list of Consumers for the Owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiListConsumersRequest

func (*OwnerAPIService) ListConsumersExecute

Execute executes the request

@return []ConsumerDTOArrayElement

func (*OwnerAPIService) ListEnvironments

func (a *OwnerAPIService) ListEnvironments(ctx context.Context, ownerKey string) ApiListEnvironmentsRequest

ListEnvironments Method for ListEnvironments

Retrieves a list of environment for an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiListEnvironmentsRequest

func (*OwnerAPIService) ListEnvironmentsExecute

func (a *OwnerAPIService) ListEnvironmentsExecute(r ApiListEnvironmentsRequest) ([]EnvironmentDTO, *http.Response, error)

Execute executes the request

@return []EnvironmentDTO

func (*OwnerAPIService) ListOwnerPools

func (a *OwnerAPIService) ListOwnerPools(ctx context.Context, ownerKey string) ApiListOwnerPoolsRequest

ListOwnerPools Method for ListOwnerPools

Retrieves a list of Pools for an Owner. This endpoint supports paging with query parameters. For more details please visit https://www.candlepinproject.org/docs/candlepin/pagination.html#paginating-results-from-candlepin

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiListOwnerPoolsRequest

func (*OwnerAPIService) ListOwnerPoolsExecute

func (a *OwnerAPIService) ListOwnerPoolsExecute(r ApiListOwnerPoolsRequest) ([]PoolDTO, *http.Response, error)

Execute executes the request

@return []PoolDTO

func (*OwnerAPIService) ListOwners

ListOwners Method for ListOwners

Retrieves a list of owners that match the key provided, or all owners if no key was provided

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListOwnersRequest

func (*OwnerAPIService) ListOwnersExecute

func (a *OwnerAPIService) ListOwnersExecute(r ApiListOwnersRequest) ([]OwnerDTO, *http.Response, error)

Execute executes the request

@return []OwnerDTO

func (*OwnerAPIService) OwnerActivationKeys

func (a *OwnerAPIService) OwnerActivationKeys(ctx context.Context, ownerKey string) ApiOwnerActivationKeysRequest

OwnerActivationKeys Method for OwnerActivationKeys

Retrieves a list of activation keys for an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiOwnerActivationKeysRequest

func (*OwnerAPIService) OwnerActivationKeysExecute

func (a *OwnerAPIService) OwnerActivationKeysExecute(r ApiOwnerActivationKeysRequest) ([]ActivationKeyDTO, *http.Response, error)

Execute executes the request

@return []ActivationKeyDTO

func (*OwnerAPIService) OwnerEntitlements

func (a *OwnerAPIService) OwnerEntitlements(ctx context.Context, ownerKey string) ApiOwnerEntitlementsRequest

OwnerEntitlements Method for OwnerEntitlements

Retrieves the list of entitlements for an owner. This endpoint supports paging with query parameters. For more details please visit https://www.candlepinproject.org/docs/candlepin/pagination.html#paginating-results-from-candlepin

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiOwnerEntitlementsRequest

func (*OwnerAPIService) OwnerEntitlementsExecute

func (a *OwnerAPIService) OwnerEntitlementsExecute(r ApiOwnerEntitlementsRequest) ([]EntitlementDTO, *http.Response, error)

Execute executes the request

@return []EntitlementDTO

func (*OwnerAPIService) OwnerServiceLevels

func (a *OwnerAPIService) OwnerServiceLevels(ctx context.Context, ownerKey string) ApiOwnerServiceLevelsRequest

OwnerServiceLevels Method for OwnerServiceLevels

Retrieves a list of support levels for an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiOwnerServiceLevelsRequest

func (*OwnerAPIService) OwnerServiceLevelsExecute

func (a *OwnerAPIService) OwnerServiceLevelsExecute(r ApiOwnerServiceLevelsRequest) ([]string, *http.Response, error)

Execute executes the request

@return []string

func (*OwnerAPIService) RefreshPools

func (a *OwnerAPIService) RefreshPools(ctx context.Context, ownerKey string) ApiRefreshPoolsRequest

RefreshPools Method for RefreshPools

Triggers an asynchronous "refresh" operation, updating the entitlement and subscription information for the specified owner. This endpoint is only functional in hosted mode, and no operation will be triggered when called in a standalone, or on-site, deployment.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiRefreshPoolsRequest

func (*OwnerAPIService) RefreshPoolsExecute

Execute executes the request

@return AsyncJobStatusDTO

func (*OwnerAPIService) SetLogLevel

func (a *OwnerAPIService) SetLogLevel(ctx context.Context, ownerKey string) ApiSetLogLevelRequest

SetLogLevel Method for SetLogLevel

Sets the log level for an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiSetLogLevelRequest

func (*OwnerAPIService) SetLogLevelExecute

func (a *OwnerAPIService) SetLogLevelExecute(r ApiSetLogLevelRequest) (*OwnerDTO, *http.Response, error)

Execute executes the request

@return OwnerDTO

func (*OwnerAPIService) UndoImports

func (a *OwnerAPIService) UndoImports(ctx context.Context, ownerKey string) ApiUndoImportsRequest

UndoImports Method for UndoImports

Removes Imports for an Owner. Cleans out all imported subscriptions and triggers a background refresh pools. Link to an upstream distributor is removed for the owner, so they can import from another distributor. Other owners can also now import the manifests originally used in this owner. This call does not differentiate between any specific import, it just destroys all subscriptions with an upstream pool ID, essentially anything from an import. Custom subscriptions will be left alone. Imports do carry rules and product information which is global to the candlepin server. This import data is *not* undone, we assume that updates to this data can be safely kept.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiUndoImportsRequest

func (*OwnerAPIService) UndoImportsExecute

Execute executes the request

@return AsyncJobStatusDTO

func (*OwnerAPIService) UpdateOwner

func (a *OwnerAPIService) UpdateOwner(ctx context.Context, ownerKey string) ApiUpdateOwnerRequest

UpdateOwner Method for UpdateOwner

Updates an owner. Note: To un-set the defaultServiceLevel for an owner, submit an empty string.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiUpdateOwnerRequest

func (*OwnerAPIService) UpdateOwnerExecute

func (a *OwnerAPIService) UpdateOwnerExecute(r ApiUpdateOwnerRequest) (*OwnerDTO, *http.Response, error)

Execute executes the request

@return OwnerDTO

func (*OwnerAPIService) UpdatePool

func (a *OwnerAPIService) UpdatePool(ctx context.Context, ownerKey string) ApiUpdatePoolRequest

UpdatePool Method for UpdatePool

Updates a pool for an Owner. Assumes this is a normal pool, and errors out otherwise cause we cannot create primary pools from bonus pools

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey Owner key
@return ApiUpdatePoolRequest

func (*OwnerAPIService) UpdatePoolExecute

func (a *OwnerAPIService) UpdatePoolExecute(r ApiUpdatePoolRequest) (*http.Response, error)

Execute executes the request

type OwnerContentAPIService

type OwnerContentAPIService service

OwnerContentAPIService OwnerContentAPI service

func (*OwnerContentAPIService) CreateContent

func (a *OwnerContentAPIService) CreateContent(ctx context.Context, ownerKey string) ApiCreateContentRequest

CreateContent Method for CreateContent

Creates a content for owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner
@return ApiCreateContentRequest

func (*OwnerContentAPIService) CreateContentBatch

func (a *OwnerContentAPIService) CreateContentBatch(ctx context.Context, ownerKey string) ApiCreateContentBatchRequest

CreateContentBatch Method for CreateContentBatch

Creates Contents in bulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey key of the owner whose content has to be created
@return ApiCreateContentBatchRequest

func (*OwnerContentAPIService) CreateContentBatchExecute

func (a *OwnerContentAPIService) CreateContentBatchExecute(r ApiCreateContentBatchRequest) ([]ContentDTO, *http.Response, error)

Execute executes the request

@return []ContentDTO

func (*OwnerContentAPIService) CreateContentExecute

Execute executes the request

@return ContentDTO

func (*OwnerContentAPIService) GetContentById

func (a *OwnerContentAPIService) GetContentById(ctx context.Context, ownerKey string, contentId string) ApiGetContentByIdRequest

GetContentById Method for GetContentById

Retrieves a single content

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner whose content has to be retrieved
@param contentId The id of the content to be retrieved
@return ApiGetContentByIdRequest

func (*OwnerContentAPIService) GetContentByIdExecute

Execute executes the request

@return ContentDTO

func (*OwnerContentAPIService) GetContentsByOwner

func (a *OwnerContentAPIService) GetContentsByOwner(ctx context.Context, ownerKey string) ApiGetContentsByOwnerRequest

GetContentsByOwner Method for GetContentsByOwner

Retrieves a list of contents within the given organization's namespace, optionally filtered by a list of content IDs.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey Owner key
@return ApiGetContentsByOwnerRequest

func (*OwnerContentAPIService) GetContentsByOwnerExecute

func (a *OwnerContentAPIService) GetContentsByOwnerExecute(r ApiGetContentsByOwnerRequest) ([]ContentDTO, *http.Response, error)

Execute executes the request

@return []ContentDTO

func (*OwnerContentAPIService) RemoveContent

func (a *OwnerContentAPIService) RemoveContent(ctx context.Context, ownerKey string, contentId string) ApiRemoveContentRequest

RemoveContent Method for RemoveContent

Deletes a Content

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner whose content has to be deleted
@param contentId The ID of the content to be deleted
@return ApiRemoveContentRequest

func (*OwnerContentAPIService) RemoveContentExecute

func (a *OwnerContentAPIService) RemoveContentExecute(r ApiRemoveContentRequest) (*http.Response, error)

Execute executes the request

func (*OwnerContentAPIService) UpdateContent

func (a *OwnerContentAPIService) UpdateContent(ctx context.Context, ownerKey string, contentId string) ApiUpdateContentRequest

UpdateContent Method for UpdateContent

Updates a Content

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey The key of the owner to be updated
@param contentId The ID of the Content to be updated
@return ApiUpdateContentRequest

func (*OwnerContentAPIService) UpdateContentExecute

Execute executes the request

@return ContentDTO

type OwnerDTO

type OwnerDTO struct {
	Created                    *string              `json:"created,omitempty"`
	Updated                    *string              `json:"updated,omitempty"`
	Id                         *string              `json:"id,omitempty"`
	DisplayName                *string              `json:"displayName,omitempty"`
	Key                        *string              `json:"key,omitempty"`
	ContentPrefix              *string              `json:"contentPrefix,omitempty"`
	DefaultServiceLevel        *string              `json:"defaultServiceLevel,omitempty"`
	LogLevel                   *string              `json:"logLevel,omitempty"`
	ContentAccessMode          *string              `json:"contentAccessMode,omitempty"`
	ContentAccessModeList      *string              `json:"contentAccessModeList,omitempty"`
	AutobindHypervisorDisabled *bool                `json:"autobindHypervisorDisabled,omitempty"`
	AutobindDisabled           *bool                `json:"autobindDisabled,omitempty"`
	LastRefreshed              *string              `json:"lastRefreshed,omitempty"`
	ParentOwner                *NestedOwnerDTO      `json:"parentOwner,omitempty"`
	UpstreamConsumer           *UpstreamConsumerDTO `json:"upstreamConsumer,omitempty"`
	Anonymous                  *bool                `json:"anonymous,omitempty"`
	Claimed                    *bool                `json:"claimed,omitempty"`
	ClaimantOwner              *string              `json:"claimantOwner,omitempty"`
}

OwnerDTO DTO representing an owner/organization

func NewOwnerDTO

func NewOwnerDTO() *OwnerDTO

NewOwnerDTO instantiates a new OwnerDTO 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 NewOwnerDTOWithDefaults

func NewOwnerDTOWithDefaults() *OwnerDTO

NewOwnerDTOWithDefaults instantiates a new OwnerDTO 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 (*OwnerDTO) GetAnonymous

func (o *OwnerDTO) GetAnonymous() bool

GetAnonymous returns the Anonymous field value if set, zero value otherwise.

func (*OwnerDTO) GetAnonymousOk

func (o *OwnerDTO) GetAnonymousOk() (*bool, bool)

GetAnonymousOk returns a tuple with the Anonymous field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetAutobindDisabled

func (o *OwnerDTO) GetAutobindDisabled() bool

GetAutobindDisabled returns the AutobindDisabled field value if set, zero value otherwise.

func (*OwnerDTO) GetAutobindDisabledOk

func (o *OwnerDTO) GetAutobindDisabledOk() (*bool, bool)

GetAutobindDisabledOk returns a tuple with the AutobindDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetAutobindHypervisorDisabled

func (o *OwnerDTO) GetAutobindHypervisorDisabled() bool

GetAutobindHypervisorDisabled returns the AutobindHypervisorDisabled field value if set, zero value otherwise.

func (*OwnerDTO) GetAutobindHypervisorDisabledOk

func (o *OwnerDTO) GetAutobindHypervisorDisabledOk() (*bool, bool)

GetAutobindHypervisorDisabledOk returns a tuple with the AutobindHypervisorDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetClaimantOwner

func (o *OwnerDTO) GetClaimantOwner() string

GetClaimantOwner returns the ClaimantOwner field value if set, zero value otherwise.

func (*OwnerDTO) GetClaimantOwnerOk

func (o *OwnerDTO) GetClaimantOwnerOk() (*string, bool)

GetClaimantOwnerOk returns a tuple with the ClaimantOwner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetClaimed

func (o *OwnerDTO) GetClaimed() bool

GetClaimed returns the Claimed field value if set, zero value otherwise.

func (*OwnerDTO) GetClaimedOk

func (o *OwnerDTO) GetClaimedOk() (*bool, bool)

GetClaimedOk returns a tuple with the Claimed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetContentAccessMode

func (o *OwnerDTO) GetContentAccessMode() string

GetContentAccessMode returns the ContentAccessMode field value if set, zero value otherwise.

func (*OwnerDTO) GetContentAccessModeList

func (o *OwnerDTO) GetContentAccessModeList() string

GetContentAccessModeList returns the ContentAccessModeList field value if set, zero value otherwise.

func (*OwnerDTO) GetContentAccessModeListOk

func (o *OwnerDTO) GetContentAccessModeListOk() (*string, bool)

GetContentAccessModeListOk returns a tuple with the ContentAccessModeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetContentAccessModeOk

func (o *OwnerDTO) GetContentAccessModeOk() (*string, bool)

GetContentAccessModeOk returns a tuple with the ContentAccessMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetContentPrefix

func (o *OwnerDTO) GetContentPrefix() string

GetContentPrefix returns the ContentPrefix field value if set, zero value otherwise.

func (*OwnerDTO) GetContentPrefixOk

func (o *OwnerDTO) GetContentPrefixOk() (*string, bool)

GetContentPrefixOk returns a tuple with the ContentPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetCreated

func (o *OwnerDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*OwnerDTO) GetCreatedOk

func (o *OwnerDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetDefaultServiceLevel

func (o *OwnerDTO) GetDefaultServiceLevel() string

GetDefaultServiceLevel returns the DefaultServiceLevel field value if set, zero value otherwise.

func (*OwnerDTO) GetDefaultServiceLevelOk

func (o *OwnerDTO) GetDefaultServiceLevelOk() (*string, bool)

GetDefaultServiceLevelOk returns a tuple with the DefaultServiceLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetDisplayName

func (o *OwnerDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*OwnerDTO) GetDisplayNameOk

func (o *OwnerDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetId

func (o *OwnerDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*OwnerDTO) GetIdOk

func (o *OwnerDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetKey

func (o *OwnerDTO) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*OwnerDTO) GetKeyOk

func (o *OwnerDTO) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetLastRefreshed

func (o *OwnerDTO) GetLastRefreshed() string

GetLastRefreshed returns the LastRefreshed field value if set, zero value otherwise.

func (*OwnerDTO) GetLastRefreshedOk

func (o *OwnerDTO) GetLastRefreshedOk() (*string, bool)

GetLastRefreshedOk returns a tuple with the LastRefreshed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetLogLevel

func (o *OwnerDTO) GetLogLevel() string

GetLogLevel returns the LogLevel field value if set, zero value otherwise.

func (*OwnerDTO) GetLogLevelOk

func (o *OwnerDTO) GetLogLevelOk() (*string, bool)

GetLogLevelOk returns a tuple with the LogLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetParentOwner

func (o *OwnerDTO) GetParentOwner() NestedOwnerDTO

GetParentOwner returns the ParentOwner field value if set, zero value otherwise.

func (*OwnerDTO) GetParentOwnerOk

func (o *OwnerDTO) GetParentOwnerOk() (*NestedOwnerDTO, bool)

GetParentOwnerOk returns a tuple with the ParentOwner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetUpdated

func (o *OwnerDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*OwnerDTO) GetUpdatedOk

func (o *OwnerDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) GetUpstreamConsumer

func (o *OwnerDTO) GetUpstreamConsumer() UpstreamConsumerDTO

GetUpstreamConsumer returns the UpstreamConsumer field value if set, zero value otherwise.

func (*OwnerDTO) GetUpstreamConsumerOk

func (o *OwnerDTO) GetUpstreamConsumerOk() (*UpstreamConsumerDTO, bool)

GetUpstreamConsumerOk returns a tuple with the UpstreamConsumer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OwnerDTO) HasAnonymous

func (o *OwnerDTO) HasAnonymous() bool

HasAnonymous returns a boolean if a field has been set.

func (*OwnerDTO) HasAutobindDisabled

func (o *OwnerDTO) HasAutobindDisabled() bool

HasAutobindDisabled returns a boolean if a field has been set.

func (*OwnerDTO) HasAutobindHypervisorDisabled

func (o *OwnerDTO) HasAutobindHypervisorDisabled() bool

HasAutobindHypervisorDisabled returns a boolean if a field has been set.

func (*OwnerDTO) HasClaimantOwner

func (o *OwnerDTO) HasClaimantOwner() bool

HasClaimantOwner returns a boolean if a field has been set.

func (*OwnerDTO) HasClaimed

func (o *OwnerDTO) HasClaimed() bool

HasClaimed returns a boolean if a field has been set.

func (*OwnerDTO) HasContentAccessMode

func (o *OwnerDTO) HasContentAccessMode() bool

HasContentAccessMode returns a boolean if a field has been set.

func (*OwnerDTO) HasContentAccessModeList

func (o *OwnerDTO) HasContentAccessModeList() bool

HasContentAccessModeList returns a boolean if a field has been set.

func (*OwnerDTO) HasContentPrefix

func (o *OwnerDTO) HasContentPrefix() bool

HasContentPrefix returns a boolean if a field has been set.

func (*OwnerDTO) HasCreated

func (o *OwnerDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*OwnerDTO) HasDefaultServiceLevel

func (o *OwnerDTO) HasDefaultServiceLevel() bool

HasDefaultServiceLevel returns a boolean if a field has been set.

func (*OwnerDTO) HasDisplayName

func (o *OwnerDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*OwnerDTO) HasId

func (o *OwnerDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*OwnerDTO) HasKey

func (o *OwnerDTO) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*OwnerDTO) HasLastRefreshed

func (o *OwnerDTO) HasLastRefreshed() bool

HasLastRefreshed returns a boolean if a field has been set.

func (*OwnerDTO) HasLogLevel

func (o *OwnerDTO) HasLogLevel() bool

HasLogLevel returns a boolean if a field has been set.

func (*OwnerDTO) HasParentOwner

func (o *OwnerDTO) HasParentOwner() bool

HasParentOwner returns a boolean if a field has been set.

func (*OwnerDTO) HasUpdated

func (o *OwnerDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*OwnerDTO) HasUpstreamConsumer

func (o *OwnerDTO) HasUpstreamConsumer() bool

HasUpstreamConsumer returns a boolean if a field has been set.

func (OwnerDTO) MarshalJSON

func (o OwnerDTO) MarshalJSON() ([]byte, error)

func (*OwnerDTO) SetAnonymous

func (o *OwnerDTO) SetAnonymous(v bool)

SetAnonymous gets a reference to the given bool and assigns it to the Anonymous field.

func (*OwnerDTO) SetAutobindDisabled

func (o *OwnerDTO) SetAutobindDisabled(v bool)

SetAutobindDisabled gets a reference to the given bool and assigns it to the AutobindDisabled field.

func (*OwnerDTO) SetAutobindHypervisorDisabled

func (o *OwnerDTO) SetAutobindHypervisorDisabled(v bool)

SetAutobindHypervisorDisabled gets a reference to the given bool and assigns it to the AutobindHypervisorDisabled field.

func (*OwnerDTO) SetClaimantOwner

func (o *OwnerDTO) SetClaimantOwner(v string)

SetClaimantOwner gets a reference to the given string and assigns it to the ClaimantOwner field.

func (*OwnerDTO) SetClaimed

func (o *OwnerDTO) SetClaimed(v bool)

SetClaimed gets a reference to the given bool and assigns it to the Claimed field.

func (*OwnerDTO) SetContentAccessMode

func (o *OwnerDTO) SetContentAccessMode(v string)

SetContentAccessMode gets a reference to the given string and assigns it to the ContentAccessMode field.

func (*OwnerDTO) SetContentAccessModeList

func (o *OwnerDTO) SetContentAccessModeList(v string)

SetContentAccessModeList gets a reference to the given string and assigns it to the ContentAccessModeList field.

func (*OwnerDTO) SetContentPrefix

func (o *OwnerDTO) SetContentPrefix(v string)

SetContentPrefix gets a reference to the given string and assigns it to the ContentPrefix field.

func (*OwnerDTO) SetCreated

func (o *OwnerDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*OwnerDTO) SetDefaultServiceLevel

func (o *OwnerDTO) SetDefaultServiceLevel(v string)

SetDefaultServiceLevel gets a reference to the given string and assigns it to the DefaultServiceLevel field.

func (*OwnerDTO) SetDisplayName

func (o *OwnerDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*OwnerDTO) SetId

func (o *OwnerDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*OwnerDTO) SetKey

func (o *OwnerDTO) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*OwnerDTO) SetLastRefreshed

func (o *OwnerDTO) SetLastRefreshed(v string)

SetLastRefreshed gets a reference to the given string and assigns it to the LastRefreshed field.

func (*OwnerDTO) SetLogLevel

func (o *OwnerDTO) SetLogLevel(v string)

SetLogLevel gets a reference to the given string and assigns it to the LogLevel field.

func (*OwnerDTO) SetParentOwner

func (o *OwnerDTO) SetParentOwner(v NestedOwnerDTO)

SetParentOwner gets a reference to the given NestedOwnerDTO and assigns it to the ParentOwner field.

func (*OwnerDTO) SetUpdated

func (o *OwnerDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*OwnerDTO) SetUpstreamConsumer

func (o *OwnerDTO) SetUpstreamConsumer(v UpstreamConsumerDTO)

SetUpstreamConsumer gets a reference to the given UpstreamConsumerDTO and assigns it to the UpstreamConsumer field.

func (OwnerDTO) ToMap

func (o OwnerDTO) ToMap() (map[string]interface{}, error)

type OwnerInfo

type OwnerInfo struct {
	ConsumerCounts                   map[string]int32                    `json:"consumerCounts"`
	ConsumerGuestCounts              map[string]int32                    `json:"consumerGuestCounts"`
	EntitlementsConsumedByType       map[string]int32                    `json:"entitlementsConsumedByType"`
	ConsumerTypeCountByPool          map[string]int32                    `json:"consumerTypeCountByPool"`
	EnabledConsumerTypeCountByPool   map[string]int32                    `json:"enabledConsumerTypeCountByPool"`
	ConsumerCountsByComplianceStatus map[string]int32                    `json:"consumerCountsByComplianceStatus"`
	EntitlementsConsumedByFamily     map[string]ConsumptionTypeCountsDTO `json:"entitlementsConsumedByFamily"`
}

OwnerInfo Represents owner information

func NewOwnerInfo

func NewOwnerInfo(consumerCounts map[string]int32, consumerGuestCounts map[string]int32, entitlementsConsumedByType map[string]int32, consumerTypeCountByPool map[string]int32, enabledConsumerTypeCountByPool map[string]int32, consumerCountsByComplianceStatus map[string]int32, entitlementsConsumedByFamily map[string]ConsumptionTypeCountsDTO) *OwnerInfo

NewOwnerInfo instantiates a new OwnerInfo 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 NewOwnerInfoWithDefaults

func NewOwnerInfoWithDefaults() *OwnerInfo

NewOwnerInfoWithDefaults instantiates a new OwnerInfo 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 (*OwnerInfo) GetConsumerCounts

func (o *OwnerInfo) GetConsumerCounts() map[string]int32

GetConsumerCounts returns the ConsumerCounts field value

func (*OwnerInfo) GetConsumerCountsByComplianceStatus

func (o *OwnerInfo) GetConsumerCountsByComplianceStatus() map[string]int32

GetConsumerCountsByComplianceStatus returns the ConsumerCountsByComplianceStatus field value

func (*OwnerInfo) GetConsumerCountsByComplianceStatusOk

func (o *OwnerInfo) GetConsumerCountsByComplianceStatusOk() (*map[string]int32, bool)

GetConsumerCountsByComplianceStatusOk returns a tuple with the ConsumerCountsByComplianceStatus field value and a boolean to check if the value has been set.

func (*OwnerInfo) GetConsumerCountsOk

func (o *OwnerInfo) GetConsumerCountsOk() (*map[string]int32, bool)

GetConsumerCountsOk returns a tuple with the ConsumerCounts field value and a boolean to check if the value has been set.

func (*OwnerInfo) GetConsumerGuestCounts

func (o *OwnerInfo) GetConsumerGuestCounts() map[string]int32

GetConsumerGuestCounts returns the ConsumerGuestCounts field value

func (*OwnerInfo) GetConsumerGuestCountsOk

func (o *OwnerInfo) GetConsumerGuestCountsOk() (*map[string]int32, bool)

GetConsumerGuestCountsOk returns a tuple with the ConsumerGuestCounts field value and a boolean to check if the value has been set.

func (*OwnerInfo) GetConsumerTypeCountByPool

func (o *OwnerInfo) GetConsumerTypeCountByPool() map[string]int32

GetConsumerTypeCountByPool returns the ConsumerTypeCountByPool field value

func (*OwnerInfo) GetConsumerTypeCountByPoolOk

func (o *OwnerInfo) GetConsumerTypeCountByPoolOk() (*map[string]int32, bool)

GetConsumerTypeCountByPoolOk returns a tuple with the ConsumerTypeCountByPool field value and a boolean to check if the value has been set.

func (*OwnerInfo) GetEnabledConsumerTypeCountByPool

func (o *OwnerInfo) GetEnabledConsumerTypeCountByPool() map[string]int32

GetEnabledConsumerTypeCountByPool returns the EnabledConsumerTypeCountByPool field value

func (*OwnerInfo) GetEnabledConsumerTypeCountByPoolOk

func (o *OwnerInfo) GetEnabledConsumerTypeCountByPoolOk() (*map[string]int32, bool)

GetEnabledConsumerTypeCountByPoolOk returns a tuple with the EnabledConsumerTypeCountByPool field value and a boolean to check if the value has been set.

func (*OwnerInfo) GetEntitlementsConsumedByFamily

func (o *OwnerInfo) GetEntitlementsConsumedByFamily() map[string]ConsumptionTypeCountsDTO

GetEntitlementsConsumedByFamily returns the EntitlementsConsumedByFamily field value

func (*OwnerInfo) GetEntitlementsConsumedByFamilyOk

func (o *OwnerInfo) GetEntitlementsConsumedByFamilyOk() (*map[string]ConsumptionTypeCountsDTO, bool)

GetEntitlementsConsumedByFamilyOk returns a tuple with the EntitlementsConsumedByFamily field value and a boolean to check if the value has been set.

func (*OwnerInfo) GetEntitlementsConsumedByType

func (o *OwnerInfo) GetEntitlementsConsumedByType() map[string]int32

GetEntitlementsConsumedByType returns the EntitlementsConsumedByType field value

func (*OwnerInfo) GetEntitlementsConsumedByTypeOk

func (o *OwnerInfo) GetEntitlementsConsumedByTypeOk() (*map[string]int32, bool)

GetEntitlementsConsumedByTypeOk returns a tuple with the EntitlementsConsumedByType field value and a boolean to check if the value has been set.

func (OwnerInfo) MarshalJSON

func (o OwnerInfo) MarshalJSON() ([]byte, error)

func (*OwnerInfo) SetConsumerCounts

func (o *OwnerInfo) SetConsumerCounts(v map[string]int32)

SetConsumerCounts sets field value

func (*OwnerInfo) SetConsumerCountsByComplianceStatus

func (o *OwnerInfo) SetConsumerCountsByComplianceStatus(v map[string]int32)

SetConsumerCountsByComplianceStatus sets field value

func (*OwnerInfo) SetConsumerGuestCounts

func (o *OwnerInfo) SetConsumerGuestCounts(v map[string]int32)

SetConsumerGuestCounts sets field value

func (*OwnerInfo) SetConsumerTypeCountByPool

func (o *OwnerInfo) SetConsumerTypeCountByPool(v map[string]int32)

SetConsumerTypeCountByPool sets field value

func (*OwnerInfo) SetEnabledConsumerTypeCountByPool

func (o *OwnerInfo) SetEnabledConsumerTypeCountByPool(v map[string]int32)

SetEnabledConsumerTypeCountByPool sets field value

func (*OwnerInfo) SetEntitlementsConsumedByFamily

func (o *OwnerInfo) SetEntitlementsConsumedByFamily(v map[string]ConsumptionTypeCountsDTO)

SetEntitlementsConsumedByFamily sets field value

func (*OwnerInfo) SetEntitlementsConsumedByType

func (o *OwnerInfo) SetEntitlementsConsumedByType(v map[string]int32)

SetEntitlementsConsumedByType sets field value

func (OwnerInfo) ToMap

func (o OwnerInfo) ToMap() (map[string]interface{}, error)

func (*OwnerInfo) UnmarshalJSON

func (o *OwnerInfo) UnmarshalJSON(data []byte) (err error)

type OwnerProductAPIService

type OwnerProductAPIService service

OwnerProductAPIService OwnerProductAPI service

func (*OwnerProductAPIService) AddContentToProduct

func (a *OwnerProductAPIService) AddContentToProduct(ctx context.Context, ownerKey string, productId string, contentId string) ApiAddContentToProductRequest

AddContentToProduct Method for AddContentToProduct

Adds content to a product

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey Owner key
@param productId Product ID
@param contentId Content ID
@return ApiAddContentToProductRequest

func (*OwnerProductAPIService) AddContentToProductExecute

func (a *OwnerProductAPIService) AddContentToProductExecute(r ApiAddContentToProductRequest) (*ProductDTO, *http.Response, error)

Execute executes the request

@return ProductDTO

func (*OwnerProductAPIService) AddContentsToProduct

func (a *OwnerProductAPIService) AddContentsToProduct(ctx context.Context, ownerKey string, productId string) ApiAddContentsToProductRequest

AddContentsToProduct Method for AddContentsToProduct

Adds content to a product in bulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey Owner key
@param productId Product ID
@return ApiAddContentsToProductRequest

func (*OwnerProductAPIService) AddContentsToProductExecute

func (a *OwnerProductAPIService) AddContentsToProductExecute(r ApiAddContentsToProductRequest) (*ProductDTO, *http.Response, error)

Execute executes the request

@return ProductDTO

func (*OwnerProductAPIService) CreateProduct

func (a *OwnerProductAPIService) CreateProduct(ctx context.Context, ownerKey string) ApiCreateProductRequest

CreateProduct Method for CreateProduct

Creates a product for an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey Owner key
@return ApiCreateProductRequest

func (*OwnerProductAPIService) CreateProductExecute

Execute executes the request

@return ProductDTO

func (*OwnerProductAPIService) GetProductById

func (a *OwnerProductAPIService) GetProductById(ctx context.Context, ownerKey string, productId string) ApiGetProductByIdRequest

GetProductById Method for GetProductById

Retrieves a single product for an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey Owner key
@param productId Product ID
@return ApiGetProductByIdRequest

func (*OwnerProductAPIService) GetProductByIdExecute

Execute executes the request

@return ProductDTO

func (*OwnerProductAPIService) GetProductCertificateById

func (a *OwnerProductAPIService) GetProductCertificateById(ctx context.Context, ownerKey string, productId string) ApiGetProductCertificateByIdRequest

GetProductCertificateById Method for GetProductCertificateById

Retrieves a product certificate for an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey Owner key
@param productId Product ID
@return ApiGetProductCertificateByIdRequest

func (*OwnerProductAPIService) GetProductCertificateByIdExecute

Execute executes the request

@return ProductCertificateDTO

func (*OwnerProductAPIService) GetProductsByOwner

func (a *OwnerProductAPIService) GetProductsByOwner(ctx context.Context, ownerKey string) ApiGetProductsByOwnerRequest

GetProductsByOwner Method for GetProductsByOwner

Retrieves a list of products within the given organization's namespace, optionally filtered by a list of product IDs.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey Owner key
@return ApiGetProductsByOwnerRequest

func (*OwnerProductAPIService) GetProductsByOwnerExecute

func (a *OwnerProductAPIService) GetProductsByOwnerExecute(r ApiGetProductsByOwnerRequest) ([]ProductDTO, *http.Response, error)

Execute executes the request

@return []ProductDTO

func (*OwnerProductAPIService) RefreshPoolsForProduct

func (a *OwnerProductAPIService) RefreshPoolsForProduct(ctx context.Context, ownerKey string, productId string) ApiRefreshPoolsForProductRequest

RefreshPoolsForProduct Method for RefreshPoolsForProduct

Refreshes Pools by Product

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey Owner key
@param productId Product ID
@return ApiRefreshPoolsForProductRequest

func (*OwnerProductAPIService) RefreshPoolsForProductExecute

Execute executes the request

@return AsyncJobStatusDTO

func (*OwnerProductAPIService) RemoveContentFromProduct

func (a *OwnerProductAPIService) RemoveContentFromProduct(ctx context.Context, ownerKey string, productId string, contentId string) ApiRemoveContentFromProductRequest

RemoveContentFromProduct Method for RemoveContentFromProduct

Removes a single Content from a product

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey Owner key
@param productId Product ID
@param contentId Content ID
@return ApiRemoveContentFromProductRequest

func (*OwnerProductAPIService) RemoveContentFromProductExecute

func (a *OwnerProductAPIService) RemoveContentFromProductExecute(r ApiRemoveContentFromProductRequest) (*ProductDTO, *http.Response, error)

Execute executes the request

@return ProductDTO

func (*OwnerProductAPIService) RemoveContentsFromProduct

func (a *OwnerProductAPIService) RemoveContentsFromProduct(ctx context.Context, ownerKey string, productId string) ApiRemoveContentsFromProductRequest

RemoveContentsFromProduct Method for RemoveContentsFromProduct

Removes content from a product in batch

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey Owner key
@param productId Product ID
@return ApiRemoveContentsFromProductRequest

func (*OwnerProductAPIService) RemoveContentsFromProductExecute

func (a *OwnerProductAPIService) RemoveContentsFromProductExecute(r ApiRemoveContentsFromProductRequest) (*ProductDTO, *http.Response, error)

Execute executes the request

@return ProductDTO

func (*OwnerProductAPIService) RemoveProduct

func (a *OwnerProductAPIService) RemoveProduct(ctx context.Context, ownerKey string, productId string) ApiRemoveProductRequest

RemoveProduct Method for RemoveProduct

Removes a product for an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey Owner key
@param productId Product ID
@return ApiRemoveProductRequest

func (*OwnerProductAPIService) RemoveProductExecute

func (a *OwnerProductAPIService) RemoveProductExecute(r ApiRemoveProductRequest) (*http.Response, error)

Execute executes the request

func (*OwnerProductAPIService) UpdateProduct

func (a *OwnerProductAPIService) UpdateProduct(ctx context.Context, ownerKey string, productId string) ApiUpdateProductRequest

UpdateProduct Method for UpdateProduct

Updates a product for an owner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ownerKey Owner key
@param productId Product ID
@return ApiUpdateProductRequest

func (*OwnerProductAPIService) UpdateProductExecute

Execute executes the request

@return ProductDTO

type PermissionBlueprintDTO

type PermissionBlueprintDTO struct {
	Created *string         `json:"created,omitempty"`
	Updated *string         `json:"updated,omitempty"`
	Id      *string         `json:"id,omitempty"`
	Owner   *NestedOwnerDTO `json:"owner,omitempty"`
	Type    *string         `json:"type,omitempty"`
	Access  *string         `json:"access,omitempty"`
}

PermissionBlueprintDTO Represents the permission blueprints exposed to the API layer

func NewPermissionBlueprintDTO

func NewPermissionBlueprintDTO() *PermissionBlueprintDTO

NewPermissionBlueprintDTO instantiates a new PermissionBlueprintDTO 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 NewPermissionBlueprintDTOWithDefaults

func NewPermissionBlueprintDTOWithDefaults() *PermissionBlueprintDTO

NewPermissionBlueprintDTOWithDefaults instantiates a new PermissionBlueprintDTO 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 (*PermissionBlueprintDTO) GetAccess

func (o *PermissionBlueprintDTO) GetAccess() string

GetAccess returns the Access field value if set, zero value otherwise.

func (*PermissionBlueprintDTO) GetAccessOk

func (o *PermissionBlueprintDTO) GetAccessOk() (*string, bool)

GetAccessOk returns a tuple with the Access field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionBlueprintDTO) GetCreated

func (o *PermissionBlueprintDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*PermissionBlueprintDTO) GetCreatedOk

func (o *PermissionBlueprintDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionBlueprintDTO) GetId

func (o *PermissionBlueprintDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*PermissionBlueprintDTO) GetIdOk

func (o *PermissionBlueprintDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionBlueprintDTO) GetOwner

func (o *PermissionBlueprintDTO) GetOwner() NestedOwnerDTO

GetOwner returns the Owner field value if set, zero value otherwise.

func (*PermissionBlueprintDTO) GetOwnerOk

func (o *PermissionBlueprintDTO) GetOwnerOk() (*NestedOwnerDTO, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionBlueprintDTO) GetType

func (o *PermissionBlueprintDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*PermissionBlueprintDTO) GetTypeOk

func (o *PermissionBlueprintDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionBlueprintDTO) GetUpdated

func (o *PermissionBlueprintDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*PermissionBlueprintDTO) GetUpdatedOk

func (o *PermissionBlueprintDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionBlueprintDTO) HasAccess

func (o *PermissionBlueprintDTO) HasAccess() bool

HasAccess returns a boolean if a field has been set.

func (*PermissionBlueprintDTO) HasCreated

func (o *PermissionBlueprintDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*PermissionBlueprintDTO) HasId

func (o *PermissionBlueprintDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*PermissionBlueprintDTO) HasOwner

func (o *PermissionBlueprintDTO) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*PermissionBlueprintDTO) HasType

func (o *PermissionBlueprintDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*PermissionBlueprintDTO) HasUpdated

func (o *PermissionBlueprintDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (PermissionBlueprintDTO) MarshalJSON

func (o PermissionBlueprintDTO) MarshalJSON() ([]byte, error)

func (*PermissionBlueprintDTO) SetAccess

func (o *PermissionBlueprintDTO) SetAccess(v string)

SetAccess gets a reference to the given string and assigns it to the Access field.

func (*PermissionBlueprintDTO) SetCreated

func (o *PermissionBlueprintDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*PermissionBlueprintDTO) SetId

func (o *PermissionBlueprintDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*PermissionBlueprintDTO) SetOwner

func (o *PermissionBlueprintDTO) SetOwner(v NestedOwnerDTO)

SetOwner gets a reference to the given NestedOwnerDTO and assigns it to the Owner field.

func (*PermissionBlueprintDTO) SetType

func (o *PermissionBlueprintDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*PermissionBlueprintDTO) SetUpdated

func (o *PermissionBlueprintDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (PermissionBlueprintDTO) ToMap

func (o PermissionBlueprintDTO) ToMap() (map[string]interface{}, error)

type PoolDTO

type PoolDTO struct {
	Created                  *string               `json:"created,omitempty"`
	Updated                  *string               `json:"updated,omitempty"`
	Id                       *string               `json:"id,omitempty"`
	Type                     *string               `json:"type,omitempty"`
	Owner                    *NestedOwnerDTO       `json:"owner,omitempty"`
	ActiveSubscription       *bool                 `json:"activeSubscription,omitempty"`
	SourceEntitlement        *NestedEntitlementDTO `json:"sourceEntitlement,omitempty"`
	Quantity                 *int64                `json:"quantity,omitempty"`
	StartDate                *string               `json:"startDate,omitempty"`
	EndDate                  *string               `json:"endDate,omitempty"`
	Attributes               []AttributeDTO        `json:"attributes,omitempty"`
	RestrictedToUsername     *string               `json:"restrictedToUsername,omitempty"`
	ContractNumber           *string               `json:"contractNumber,omitempty"`
	AccountNumber            *string               `json:"accountNumber,omitempty"`
	OrderNumber              *string               `json:"orderNumber,omitempty"`
	Consumed                 *int64                `json:"consumed,omitempty"`
	Exported                 *int64                `json:"exported,omitempty"`
	Branding                 []BrandingDTO         `json:"branding,omitempty"`
	CalculatedAttributes     *map[string]string    `json:"calculatedAttributes,omitempty"`
	UpstreamPoolId           *string               `json:"upstreamPoolId,omitempty"`
	UpstreamEntitlementId    *string               `json:"upstreamEntitlementId,omitempty"`
	UpstreamConsumerId       *string               `json:"upstreamConsumerId,omitempty"`
	ProductName              *string               `json:"productName,omitempty"`
	ProductId                *string               `json:"productId,omitempty"`
	ProductAttributes        []AttributeDTO        `json:"productAttributes,omitempty"`
	StackId                  *string               `json:"stackId,omitempty"`
	Stacked                  *bool                 `json:"stacked,omitempty"`
	SourceStackId            *string               `json:"sourceStackId,omitempty"`
	DevelopmentPool          *bool                 `json:"developmentPool,omitempty"`
	Href                     *string               `json:"href,omitempty"`
	DerivedProductAttributes []AttributeDTO        `json:"derivedProductAttributes,omitempty"`
	DerivedProductId         *string               `json:"derivedProductId,omitempty"`
	DerivedProductName       *string               `json:"derivedProductName,omitempty"`
	ProvidedProducts         []ProvidedProductDTO  `json:"providedProducts,omitempty"`
	DerivedProvidedProducts  []ProvidedProductDTO  `json:"derivedProvidedProducts,omitempty"`
	SubscriptionSubKey       *string               `json:"subscriptionSubKey,omitempty"`
	SubscriptionId           *string               `json:"subscriptionId,omitempty"`
	Managed                  *bool                 `json:"managed,omitempty"`
}

PoolDTO Represents a pool of products eligible to be consumed (entitled)

func NewPoolDTO

func NewPoolDTO() *PoolDTO

NewPoolDTO instantiates a new PoolDTO 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 NewPoolDTOWithDefaults

func NewPoolDTOWithDefaults() *PoolDTO

NewPoolDTOWithDefaults instantiates a new PoolDTO 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 (*PoolDTO) GetAccountNumber

func (o *PoolDTO) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value if set, zero value otherwise.

func (*PoolDTO) GetAccountNumberOk

func (o *PoolDTO) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetActiveSubscription

func (o *PoolDTO) GetActiveSubscription() bool

GetActiveSubscription returns the ActiveSubscription field value if set, zero value otherwise.

func (*PoolDTO) GetActiveSubscriptionOk

func (o *PoolDTO) GetActiveSubscriptionOk() (*bool, bool)

GetActiveSubscriptionOk returns a tuple with the ActiveSubscription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetAttributes

func (o *PoolDTO) GetAttributes() []AttributeDTO

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PoolDTO) GetAttributesOk

func (o *PoolDTO) GetAttributesOk() ([]AttributeDTO, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetBranding

func (o *PoolDTO) GetBranding() []BrandingDTO

GetBranding returns the Branding field value if set, zero value otherwise.

func (*PoolDTO) GetBrandingOk

func (o *PoolDTO) GetBrandingOk() ([]BrandingDTO, bool)

GetBrandingOk returns a tuple with the Branding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetCalculatedAttributes

func (o *PoolDTO) GetCalculatedAttributes() map[string]string

GetCalculatedAttributes returns the CalculatedAttributes field value if set, zero value otherwise.

func (*PoolDTO) GetCalculatedAttributesOk

func (o *PoolDTO) GetCalculatedAttributesOk() (*map[string]string, bool)

GetCalculatedAttributesOk returns a tuple with the CalculatedAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetConsumed

func (o *PoolDTO) GetConsumed() int64

GetConsumed returns the Consumed field value if set, zero value otherwise.

func (*PoolDTO) GetConsumedOk

func (o *PoolDTO) GetConsumedOk() (*int64, bool)

GetConsumedOk returns a tuple with the Consumed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetContractNumber

func (o *PoolDTO) GetContractNumber() string

GetContractNumber returns the ContractNumber field value if set, zero value otherwise.

func (*PoolDTO) GetContractNumberOk

func (o *PoolDTO) GetContractNumberOk() (*string, bool)

GetContractNumberOk returns a tuple with the ContractNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetCreated

func (o *PoolDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*PoolDTO) GetCreatedOk

func (o *PoolDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetDerivedProductAttributes

func (o *PoolDTO) GetDerivedProductAttributes() []AttributeDTO

GetDerivedProductAttributes returns the DerivedProductAttributes field value if set, zero value otherwise.

func (*PoolDTO) GetDerivedProductAttributesOk

func (o *PoolDTO) GetDerivedProductAttributesOk() ([]AttributeDTO, bool)

GetDerivedProductAttributesOk returns a tuple with the DerivedProductAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetDerivedProductId

func (o *PoolDTO) GetDerivedProductId() string

GetDerivedProductId returns the DerivedProductId field value if set, zero value otherwise.

func (*PoolDTO) GetDerivedProductIdOk

func (o *PoolDTO) GetDerivedProductIdOk() (*string, bool)

GetDerivedProductIdOk returns a tuple with the DerivedProductId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetDerivedProductName

func (o *PoolDTO) GetDerivedProductName() string

GetDerivedProductName returns the DerivedProductName field value if set, zero value otherwise.

func (*PoolDTO) GetDerivedProductNameOk

func (o *PoolDTO) GetDerivedProductNameOk() (*string, bool)

GetDerivedProductNameOk returns a tuple with the DerivedProductName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetDerivedProvidedProducts

func (o *PoolDTO) GetDerivedProvidedProducts() []ProvidedProductDTO

GetDerivedProvidedProducts returns the DerivedProvidedProducts field value if set, zero value otherwise.

func (*PoolDTO) GetDerivedProvidedProductsOk

func (o *PoolDTO) GetDerivedProvidedProductsOk() ([]ProvidedProductDTO, bool)

GetDerivedProvidedProductsOk returns a tuple with the DerivedProvidedProducts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetDevelopmentPool

func (o *PoolDTO) GetDevelopmentPool() bool

GetDevelopmentPool returns the DevelopmentPool field value if set, zero value otherwise.

func (*PoolDTO) GetDevelopmentPoolOk

func (o *PoolDTO) GetDevelopmentPoolOk() (*bool, bool)

GetDevelopmentPoolOk returns a tuple with the DevelopmentPool field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetEndDate

func (o *PoolDTO) GetEndDate() string

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*PoolDTO) GetEndDateOk

func (o *PoolDTO) GetEndDateOk() (*string, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetExported

func (o *PoolDTO) GetExported() int64

GetExported returns the Exported field value if set, zero value otherwise.

func (*PoolDTO) GetExportedOk

func (o *PoolDTO) GetExportedOk() (*int64, bool)

GetExportedOk returns a tuple with the Exported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetHref

func (o *PoolDTO) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*PoolDTO) GetHrefOk

func (o *PoolDTO) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetId

func (o *PoolDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*PoolDTO) GetIdOk

func (o *PoolDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetManaged

func (o *PoolDTO) GetManaged() bool

GetManaged returns the Managed field value if set, zero value otherwise.

func (*PoolDTO) GetManagedOk

func (o *PoolDTO) GetManagedOk() (*bool, bool)

GetManagedOk returns a tuple with the Managed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetOrderNumber

func (o *PoolDTO) GetOrderNumber() string

GetOrderNumber returns the OrderNumber field value if set, zero value otherwise.

func (*PoolDTO) GetOrderNumberOk

func (o *PoolDTO) GetOrderNumberOk() (*string, bool)

GetOrderNumberOk returns a tuple with the OrderNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetOwner

func (o *PoolDTO) GetOwner() NestedOwnerDTO

GetOwner returns the Owner field value if set, zero value otherwise.

func (*PoolDTO) GetOwnerOk

func (o *PoolDTO) GetOwnerOk() (*NestedOwnerDTO, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetProductAttributes

func (o *PoolDTO) GetProductAttributes() []AttributeDTO

GetProductAttributes returns the ProductAttributes field value if set, zero value otherwise.

func (*PoolDTO) GetProductAttributesOk

func (o *PoolDTO) GetProductAttributesOk() ([]AttributeDTO, bool)

GetProductAttributesOk returns a tuple with the ProductAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetProductId

func (o *PoolDTO) GetProductId() string

GetProductId returns the ProductId field value if set, zero value otherwise.

func (*PoolDTO) GetProductIdOk

func (o *PoolDTO) GetProductIdOk() (*string, bool)

GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetProductName

func (o *PoolDTO) GetProductName() string

GetProductName returns the ProductName field value if set, zero value otherwise.

func (*PoolDTO) GetProductNameOk

func (o *PoolDTO) GetProductNameOk() (*string, bool)

GetProductNameOk returns a tuple with the ProductName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetProvidedProducts

func (o *PoolDTO) GetProvidedProducts() []ProvidedProductDTO

GetProvidedProducts returns the ProvidedProducts field value if set, zero value otherwise.

func (*PoolDTO) GetProvidedProductsOk

func (o *PoolDTO) GetProvidedProductsOk() ([]ProvidedProductDTO, bool)

GetProvidedProductsOk returns a tuple with the ProvidedProducts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetQuantity

func (o *PoolDTO) GetQuantity() int64

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*PoolDTO) GetQuantityOk

func (o *PoolDTO) GetQuantityOk() (*int64, bool)

GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetRestrictedToUsername

func (o *PoolDTO) GetRestrictedToUsername() string

GetRestrictedToUsername returns the RestrictedToUsername field value if set, zero value otherwise.

func (*PoolDTO) GetRestrictedToUsernameOk

func (o *PoolDTO) GetRestrictedToUsernameOk() (*string, bool)

GetRestrictedToUsernameOk returns a tuple with the RestrictedToUsername field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetSourceEntitlement

func (o *PoolDTO) GetSourceEntitlement() NestedEntitlementDTO

GetSourceEntitlement returns the SourceEntitlement field value if set, zero value otherwise.

func (*PoolDTO) GetSourceEntitlementOk

func (o *PoolDTO) GetSourceEntitlementOk() (*NestedEntitlementDTO, bool)

GetSourceEntitlementOk returns a tuple with the SourceEntitlement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetSourceStackId

func (o *PoolDTO) GetSourceStackId() string

GetSourceStackId returns the SourceStackId field value if set, zero value otherwise.

func (*PoolDTO) GetSourceStackIdOk

func (o *PoolDTO) GetSourceStackIdOk() (*string, bool)

GetSourceStackIdOk returns a tuple with the SourceStackId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetStackId

func (o *PoolDTO) GetStackId() string

GetStackId returns the StackId field value if set, zero value otherwise.

func (*PoolDTO) GetStackIdOk

func (o *PoolDTO) GetStackIdOk() (*string, bool)

GetStackIdOk returns a tuple with the StackId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetStacked

func (o *PoolDTO) GetStacked() bool

GetStacked returns the Stacked field value if set, zero value otherwise.

func (*PoolDTO) GetStackedOk

func (o *PoolDTO) GetStackedOk() (*bool, bool)

GetStackedOk returns a tuple with the Stacked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetStartDate

func (o *PoolDTO) GetStartDate() string

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*PoolDTO) GetStartDateOk

func (o *PoolDTO) GetStartDateOk() (*string, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetSubscriptionId

func (o *PoolDTO) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*PoolDTO) GetSubscriptionIdOk

func (o *PoolDTO) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetSubscriptionSubKey

func (o *PoolDTO) GetSubscriptionSubKey() string

GetSubscriptionSubKey returns the SubscriptionSubKey field value if set, zero value otherwise.

func (*PoolDTO) GetSubscriptionSubKeyOk

func (o *PoolDTO) GetSubscriptionSubKeyOk() (*string, bool)

GetSubscriptionSubKeyOk returns a tuple with the SubscriptionSubKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetType

func (o *PoolDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*PoolDTO) GetTypeOk

func (o *PoolDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetUpdated

func (o *PoolDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*PoolDTO) GetUpdatedOk

func (o *PoolDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetUpstreamConsumerId

func (o *PoolDTO) GetUpstreamConsumerId() string

GetUpstreamConsumerId returns the UpstreamConsumerId field value if set, zero value otherwise.

func (*PoolDTO) GetUpstreamConsumerIdOk

func (o *PoolDTO) GetUpstreamConsumerIdOk() (*string, bool)

GetUpstreamConsumerIdOk returns a tuple with the UpstreamConsumerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetUpstreamEntitlementId

func (o *PoolDTO) GetUpstreamEntitlementId() string

GetUpstreamEntitlementId returns the UpstreamEntitlementId field value if set, zero value otherwise.

func (*PoolDTO) GetUpstreamEntitlementIdOk

func (o *PoolDTO) GetUpstreamEntitlementIdOk() (*string, bool)

GetUpstreamEntitlementIdOk returns a tuple with the UpstreamEntitlementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) GetUpstreamPoolId

func (o *PoolDTO) GetUpstreamPoolId() string

GetUpstreamPoolId returns the UpstreamPoolId field value if set, zero value otherwise.

func (*PoolDTO) GetUpstreamPoolIdOk

func (o *PoolDTO) GetUpstreamPoolIdOk() (*string, bool)

GetUpstreamPoolIdOk returns a tuple with the UpstreamPoolId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolDTO) HasAccountNumber

func (o *PoolDTO) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

func (*PoolDTO) HasActiveSubscription

func (o *PoolDTO) HasActiveSubscription() bool

HasActiveSubscription returns a boolean if a field has been set.

func (*PoolDTO) HasAttributes

func (o *PoolDTO) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*PoolDTO) HasBranding

func (o *PoolDTO) HasBranding() bool

HasBranding returns a boolean if a field has been set.

func (*PoolDTO) HasCalculatedAttributes

func (o *PoolDTO) HasCalculatedAttributes() bool

HasCalculatedAttributes returns a boolean if a field has been set.

func (*PoolDTO) HasConsumed

func (o *PoolDTO) HasConsumed() bool

HasConsumed returns a boolean if a field has been set.

func (*PoolDTO) HasContractNumber

func (o *PoolDTO) HasContractNumber() bool

HasContractNumber returns a boolean if a field has been set.

func (*PoolDTO) HasCreated

func (o *PoolDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*PoolDTO) HasDerivedProductAttributes

func (o *PoolDTO) HasDerivedProductAttributes() bool

HasDerivedProductAttributes returns a boolean if a field has been set.

func (*PoolDTO) HasDerivedProductId

func (o *PoolDTO) HasDerivedProductId() bool

HasDerivedProductId returns a boolean if a field has been set.

func (*PoolDTO) HasDerivedProductName

func (o *PoolDTO) HasDerivedProductName() bool

HasDerivedProductName returns a boolean if a field has been set.

func (*PoolDTO) HasDerivedProvidedProducts

func (o *PoolDTO) HasDerivedProvidedProducts() bool

HasDerivedProvidedProducts returns a boolean if a field has been set.

func (*PoolDTO) HasDevelopmentPool

func (o *PoolDTO) HasDevelopmentPool() bool

HasDevelopmentPool returns a boolean if a field has been set.

func (*PoolDTO) HasEndDate

func (o *PoolDTO) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*PoolDTO) HasExported

func (o *PoolDTO) HasExported() bool

HasExported returns a boolean if a field has been set.

func (*PoolDTO) HasHref

func (o *PoolDTO) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*PoolDTO) HasId

func (o *PoolDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*PoolDTO) HasManaged

func (o *PoolDTO) HasManaged() bool

HasManaged returns a boolean if a field has been set.

func (*PoolDTO) HasOrderNumber

func (o *PoolDTO) HasOrderNumber() bool

HasOrderNumber returns a boolean if a field has been set.

func (*PoolDTO) HasOwner

func (o *PoolDTO) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*PoolDTO) HasProductAttributes

func (o *PoolDTO) HasProductAttributes() bool

HasProductAttributes returns a boolean if a field has been set.

func (*PoolDTO) HasProductId

func (o *PoolDTO) HasProductId() bool

HasProductId returns a boolean if a field has been set.

func (*PoolDTO) HasProductName

func (o *PoolDTO) HasProductName() bool

HasProductName returns a boolean if a field has been set.

func (*PoolDTO) HasProvidedProducts

func (o *PoolDTO) HasProvidedProducts() bool

HasProvidedProducts returns a boolean if a field has been set.

func (*PoolDTO) HasQuantity

func (o *PoolDTO) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (*PoolDTO) HasRestrictedToUsername

func (o *PoolDTO) HasRestrictedToUsername() bool

HasRestrictedToUsername returns a boolean if a field has been set.

func (*PoolDTO) HasSourceEntitlement

func (o *PoolDTO) HasSourceEntitlement() bool

HasSourceEntitlement returns a boolean if a field has been set.

func (*PoolDTO) HasSourceStackId

func (o *PoolDTO) HasSourceStackId() bool

HasSourceStackId returns a boolean if a field has been set.

func (*PoolDTO) HasStackId

func (o *PoolDTO) HasStackId() bool

HasStackId returns a boolean if a field has been set.

func (*PoolDTO) HasStacked

func (o *PoolDTO) HasStacked() bool

HasStacked returns a boolean if a field has been set.

func (*PoolDTO) HasStartDate

func (o *PoolDTO) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*PoolDTO) HasSubscriptionId

func (o *PoolDTO) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (*PoolDTO) HasSubscriptionSubKey

func (o *PoolDTO) HasSubscriptionSubKey() bool

HasSubscriptionSubKey returns a boolean if a field has been set.

func (*PoolDTO) HasType

func (o *PoolDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*PoolDTO) HasUpdated

func (o *PoolDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*PoolDTO) HasUpstreamConsumerId

func (o *PoolDTO) HasUpstreamConsumerId() bool

HasUpstreamConsumerId returns a boolean if a field has been set.

func (*PoolDTO) HasUpstreamEntitlementId

func (o *PoolDTO) HasUpstreamEntitlementId() bool

HasUpstreamEntitlementId returns a boolean if a field has been set.

func (*PoolDTO) HasUpstreamPoolId

func (o *PoolDTO) HasUpstreamPoolId() bool

HasUpstreamPoolId returns a boolean if a field has been set.

func (PoolDTO) MarshalJSON

func (o PoolDTO) MarshalJSON() ([]byte, error)

func (*PoolDTO) SetAccountNumber

func (o *PoolDTO) SetAccountNumber(v string)

SetAccountNumber gets a reference to the given string and assigns it to the AccountNumber field.

func (*PoolDTO) SetActiveSubscription

func (o *PoolDTO) SetActiveSubscription(v bool)

SetActiveSubscription gets a reference to the given bool and assigns it to the ActiveSubscription field.

func (*PoolDTO) SetAttributes

func (o *PoolDTO) SetAttributes(v []AttributeDTO)

SetAttributes gets a reference to the given []AttributeDTO and assigns it to the Attributes field.

func (*PoolDTO) SetBranding

func (o *PoolDTO) SetBranding(v []BrandingDTO)

SetBranding gets a reference to the given []BrandingDTO and assigns it to the Branding field.

func (*PoolDTO) SetCalculatedAttributes

func (o *PoolDTO) SetCalculatedAttributes(v map[string]string)

SetCalculatedAttributes gets a reference to the given map[string]string and assigns it to the CalculatedAttributes field.

func (*PoolDTO) SetConsumed

func (o *PoolDTO) SetConsumed(v int64)

SetConsumed gets a reference to the given int64 and assigns it to the Consumed field.

func (*PoolDTO) SetContractNumber

func (o *PoolDTO) SetContractNumber(v string)

SetContractNumber gets a reference to the given string and assigns it to the ContractNumber field.

func (*PoolDTO) SetCreated

func (o *PoolDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*PoolDTO) SetDerivedProductAttributes

func (o *PoolDTO) SetDerivedProductAttributes(v []AttributeDTO)

SetDerivedProductAttributes gets a reference to the given []AttributeDTO and assigns it to the DerivedProductAttributes field.

func (*PoolDTO) SetDerivedProductId

func (o *PoolDTO) SetDerivedProductId(v string)

SetDerivedProductId gets a reference to the given string and assigns it to the DerivedProductId field.

func (*PoolDTO) SetDerivedProductName

func (o *PoolDTO) SetDerivedProductName(v string)

SetDerivedProductName gets a reference to the given string and assigns it to the DerivedProductName field.

func (*PoolDTO) SetDerivedProvidedProducts

func (o *PoolDTO) SetDerivedProvidedProducts(v []ProvidedProductDTO)

SetDerivedProvidedProducts gets a reference to the given []ProvidedProductDTO and assigns it to the DerivedProvidedProducts field.

func (*PoolDTO) SetDevelopmentPool

func (o *PoolDTO) SetDevelopmentPool(v bool)

SetDevelopmentPool gets a reference to the given bool and assigns it to the DevelopmentPool field.

func (*PoolDTO) SetEndDate

func (o *PoolDTO) SetEndDate(v string)

SetEndDate gets a reference to the given string and assigns it to the EndDate field.

func (*PoolDTO) SetExported

func (o *PoolDTO) SetExported(v int64)

SetExported gets a reference to the given int64 and assigns it to the Exported field.

func (*PoolDTO) SetHref

func (o *PoolDTO) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*PoolDTO) SetId

func (o *PoolDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*PoolDTO) SetManaged

func (o *PoolDTO) SetManaged(v bool)

SetManaged gets a reference to the given bool and assigns it to the Managed field.

func (*PoolDTO) SetOrderNumber

func (o *PoolDTO) SetOrderNumber(v string)

SetOrderNumber gets a reference to the given string and assigns it to the OrderNumber field.

func (*PoolDTO) SetOwner

func (o *PoolDTO) SetOwner(v NestedOwnerDTO)

SetOwner gets a reference to the given NestedOwnerDTO and assigns it to the Owner field.

func (*PoolDTO) SetProductAttributes

func (o *PoolDTO) SetProductAttributes(v []AttributeDTO)

SetProductAttributes gets a reference to the given []AttributeDTO and assigns it to the ProductAttributes field.

func (*PoolDTO) SetProductId

func (o *PoolDTO) SetProductId(v string)

SetProductId gets a reference to the given string and assigns it to the ProductId field.

func (*PoolDTO) SetProductName

func (o *PoolDTO) SetProductName(v string)

SetProductName gets a reference to the given string and assigns it to the ProductName field.

func (*PoolDTO) SetProvidedProducts

func (o *PoolDTO) SetProvidedProducts(v []ProvidedProductDTO)

SetProvidedProducts gets a reference to the given []ProvidedProductDTO and assigns it to the ProvidedProducts field.

func (*PoolDTO) SetQuantity

func (o *PoolDTO) SetQuantity(v int64)

SetQuantity gets a reference to the given int64 and assigns it to the Quantity field.

func (*PoolDTO) SetRestrictedToUsername

func (o *PoolDTO) SetRestrictedToUsername(v string)

SetRestrictedToUsername gets a reference to the given string and assigns it to the RestrictedToUsername field.

func (*PoolDTO) SetSourceEntitlement

func (o *PoolDTO) SetSourceEntitlement(v NestedEntitlementDTO)

SetSourceEntitlement gets a reference to the given NestedEntitlementDTO and assigns it to the SourceEntitlement field.

func (*PoolDTO) SetSourceStackId

func (o *PoolDTO) SetSourceStackId(v string)

SetSourceStackId gets a reference to the given string and assigns it to the SourceStackId field.

func (*PoolDTO) SetStackId

func (o *PoolDTO) SetStackId(v string)

SetStackId gets a reference to the given string and assigns it to the StackId field.

func (*PoolDTO) SetStacked

func (o *PoolDTO) SetStacked(v bool)

SetStacked gets a reference to the given bool and assigns it to the Stacked field.

func (*PoolDTO) SetStartDate

func (o *PoolDTO) SetStartDate(v string)

SetStartDate gets a reference to the given string and assigns it to the StartDate field.

func (*PoolDTO) SetSubscriptionId

func (o *PoolDTO) SetSubscriptionId(v string)

SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.

func (*PoolDTO) SetSubscriptionSubKey

func (o *PoolDTO) SetSubscriptionSubKey(v string)

SetSubscriptionSubKey gets a reference to the given string and assigns it to the SubscriptionSubKey field.

func (*PoolDTO) SetType

func (o *PoolDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*PoolDTO) SetUpdated

func (o *PoolDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*PoolDTO) SetUpstreamConsumerId

func (o *PoolDTO) SetUpstreamConsumerId(v string)

SetUpstreamConsumerId gets a reference to the given string and assigns it to the UpstreamConsumerId field.

func (*PoolDTO) SetUpstreamEntitlementId

func (o *PoolDTO) SetUpstreamEntitlementId(v string)

SetUpstreamEntitlementId gets a reference to the given string and assigns it to the UpstreamEntitlementId field.

func (*PoolDTO) SetUpstreamPoolId

func (o *PoolDTO) SetUpstreamPoolId(v string)

SetUpstreamPoolId gets a reference to the given string and assigns it to the UpstreamPoolId field.

func (PoolDTO) ToMap

func (o PoolDTO) ToMap() (map[string]interface{}, error)

type PoolQuantityDTO

type PoolQuantityDTO struct {
	Quantity *int32   `json:"quantity,omitempty"`
	Pool     *PoolDTO `json:"pool,omitempty"`
}

PoolQuantityDTO DTO representing pool quantity & pool.

func NewPoolQuantityDTO

func NewPoolQuantityDTO() *PoolQuantityDTO

NewPoolQuantityDTO instantiates a new PoolQuantityDTO 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 NewPoolQuantityDTOWithDefaults

func NewPoolQuantityDTOWithDefaults() *PoolQuantityDTO

NewPoolQuantityDTOWithDefaults instantiates a new PoolQuantityDTO 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 (*PoolQuantityDTO) GetPool

func (o *PoolQuantityDTO) GetPool() PoolDTO

GetPool returns the Pool field value if set, zero value otherwise.

func (*PoolQuantityDTO) GetPoolOk

func (o *PoolQuantityDTO) GetPoolOk() (*PoolDTO, bool)

GetPoolOk returns a tuple with the Pool field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolQuantityDTO) GetQuantity

func (o *PoolQuantityDTO) GetQuantity() int32

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*PoolQuantityDTO) GetQuantityOk

func (o *PoolQuantityDTO) GetQuantityOk() (*int32, bool)

GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PoolQuantityDTO) HasPool

func (o *PoolQuantityDTO) HasPool() bool

HasPool returns a boolean if a field has been set.

func (*PoolQuantityDTO) HasQuantity

func (o *PoolQuantityDTO) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (PoolQuantityDTO) MarshalJSON

func (o PoolQuantityDTO) MarshalJSON() ([]byte, error)

func (*PoolQuantityDTO) SetPool

func (o *PoolQuantityDTO) SetPool(v PoolDTO)

SetPool gets a reference to the given PoolDTO and assigns it to the Pool field.

func (*PoolQuantityDTO) SetQuantity

func (o *PoolQuantityDTO) SetQuantity(v int32)

SetQuantity gets a reference to the given int32 and assigns it to the Quantity field.

func (PoolQuantityDTO) ToMap

func (o PoolQuantityDTO) ToMap() (map[string]interface{}, error)

type PoolsAPIService

type PoolsAPIService service

PoolsAPIService PoolsAPI service

func (*PoolsAPIService) DeletePool

func (a *PoolsAPIService) DeletePool(ctx context.Context, poolId string) ApiDeletePoolRequest

DeletePool Method for DeletePool

Removes a pool

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param poolId Pool ID
@return ApiDeletePoolRequest

func (*PoolsAPIService) DeletePoolExecute

func (a *PoolsAPIService) DeletePoolExecute(r ApiDeletePoolRequest) (*http.Response, error)

Execute executes the request

func (*PoolsAPIService) GetPool

func (a *PoolsAPIService) GetPool(ctx context.Context, poolId string) ApiGetPoolRequest

GetPool Method for GetPool

Retrieves a single pool

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param poolId Pool ID
@return ApiGetPoolRequest

func (*PoolsAPIService) GetPoolCdn

func (a *PoolsAPIService) GetPoolCdn(ctx context.Context, poolId string) ApiGetPoolCdnRequest

GetPoolCdn Method for GetPoolCdn

Retrieve a CDN for a Pool

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param poolId Pool ID
@return ApiGetPoolCdnRequest

func (*PoolsAPIService) GetPoolCdnExecute

func (a *PoolsAPIService) GetPoolCdnExecute(r ApiGetPoolCdnRequest) (*CdnDTO, *http.Response, error)

Execute executes the request

@return CdnDTO

func (*PoolsAPIService) GetPoolEntitlements

func (a *PoolsAPIService) GetPoolEntitlements(ctx context.Context, poolId string) ApiGetPoolEntitlementsRequest

GetPoolEntitlements Method for GetPoolEntitlements

Retrieve a list of entitlements for a pool

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param poolId Pool ID
@return ApiGetPoolEntitlementsRequest

func (*PoolsAPIService) GetPoolEntitlementsExecute

func (a *PoolsAPIService) GetPoolEntitlementsExecute(r ApiGetPoolEntitlementsRequest) ([]EntitlementDTO, *http.Response, error)

Execute executes the request

@return []EntitlementDTO

func (*PoolsAPIService) GetPoolExecute

func (a *PoolsAPIService) GetPoolExecute(r ApiGetPoolRequest) (*PoolDTO, *http.Response, error)

Execute executes the request

@return PoolDTO

func (*PoolsAPIService) GetSubCert

func (a *PoolsAPIService) GetSubCert(ctx context.Context, poolId string) ApiGetSubCertRequest

GetSubCert Method for GetSubCert

Retrieves a Subscription Certificate as JSON (when Content-Type is application/json) or as PEM (when Content-Type is text/plain)

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param poolId Pool ID
@return ApiGetSubCertRequest

func (*PoolsAPIService) GetSubCertExecute

func (a *PoolsAPIService) GetSubCertExecute(r ApiGetSubCertRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*PoolsAPIService) ListEntitledConsumerUuids

func (a *PoolsAPIService) ListEntitledConsumerUuids(ctx context.Context, poolId string) ApiListEntitledConsumerUuidsRequest

ListEntitledConsumerUuids Method for ListEntitledConsumerUuids

Retrieve a list of Consumer UUIDs attached to a pool. Available only to superadmins

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param poolId Pool ID
@return ApiListEntitledConsumerUuidsRequest

func (*PoolsAPIService) ListEntitledConsumerUuidsExecute

func (a *PoolsAPIService) ListEntitledConsumerUuidsExecute(r ApiListEntitledConsumerUuidsRequest) ([]string, *http.Response, error)

Execute executes the request

@return []string

func (*PoolsAPIService) ListPools

ListPools Method for ListPools

Retrieves a list of pools @deprecated Use the method on /owners. This endpoint supports paging with query parameters. For more details please visit https://www.candlepinproject.org/docs/candlepin/pagination.html#paginating-results-from-candlepin.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListPoolsRequest

func (*PoolsAPIService) ListPoolsExecute

func (a *PoolsAPIService) ListPoolsExecute(r ApiListPoolsRequest) ([]PoolDTO, *http.Response, error)

Execute executes the request

@return []PoolDTO

type ProductCertificateDTO

type ProductCertificateDTO struct {
	Created *string `json:"created,omitempty"`
	Updated *string `json:"updated,omitempty"`
	Key     *string `json:"key,omitempty"`
	Cert    *string `json:"cert,omitempty"`
}

ProductCertificateDTO DTO representing product certificates presented to the API

func NewProductCertificateDTO

func NewProductCertificateDTO() *ProductCertificateDTO

NewProductCertificateDTO instantiates a new ProductCertificateDTO 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 NewProductCertificateDTOWithDefaults

func NewProductCertificateDTOWithDefaults() *ProductCertificateDTO

NewProductCertificateDTOWithDefaults instantiates a new ProductCertificateDTO 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 (*ProductCertificateDTO) GetCert

func (o *ProductCertificateDTO) GetCert() string

GetCert returns the Cert field value if set, zero value otherwise.

func (*ProductCertificateDTO) GetCertOk

func (o *ProductCertificateDTO) GetCertOk() (*string, bool)

GetCertOk returns a tuple with the Cert field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductCertificateDTO) GetCreated

func (o *ProductCertificateDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*ProductCertificateDTO) GetCreatedOk

func (o *ProductCertificateDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductCertificateDTO) GetKey

func (o *ProductCertificateDTO) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*ProductCertificateDTO) GetKeyOk

func (o *ProductCertificateDTO) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductCertificateDTO) GetUpdated

func (o *ProductCertificateDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ProductCertificateDTO) GetUpdatedOk

func (o *ProductCertificateDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductCertificateDTO) HasCert

func (o *ProductCertificateDTO) HasCert() bool

HasCert returns a boolean if a field has been set.

func (*ProductCertificateDTO) HasCreated

func (o *ProductCertificateDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ProductCertificateDTO) HasKey

func (o *ProductCertificateDTO) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*ProductCertificateDTO) HasUpdated

func (o *ProductCertificateDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (ProductCertificateDTO) MarshalJSON

func (o ProductCertificateDTO) MarshalJSON() ([]byte, error)

func (*ProductCertificateDTO) SetCert

func (o *ProductCertificateDTO) SetCert(v string)

SetCert gets a reference to the given string and assigns it to the Cert field.

func (*ProductCertificateDTO) SetCreated

func (o *ProductCertificateDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*ProductCertificateDTO) SetKey

func (o *ProductCertificateDTO) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*ProductCertificateDTO) SetUpdated

func (o *ProductCertificateDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (ProductCertificateDTO) ToMap

func (o ProductCertificateDTO) ToMap() (map[string]interface{}, error)

type ProductContentDTO

type ProductContentDTO struct {
	Content ContentDTO `json:"content"`
	Enabled *bool      `json:"enabled,omitempty"`
}

ProductContentDTO Product content mapping exposed to the API

func NewProductContentDTO

func NewProductContentDTO(content ContentDTO) *ProductContentDTO

NewProductContentDTO instantiates a new ProductContentDTO 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 NewProductContentDTOWithDefaults

func NewProductContentDTOWithDefaults() *ProductContentDTO

NewProductContentDTOWithDefaults instantiates a new ProductContentDTO 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 (*ProductContentDTO) GetContent

func (o *ProductContentDTO) GetContent() ContentDTO

GetContent returns the Content field value

func (*ProductContentDTO) GetContentOk

func (o *ProductContentDTO) GetContentOk() (*ContentDTO, bool)

GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.

func (*ProductContentDTO) GetEnabled

func (o *ProductContentDTO) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*ProductContentDTO) GetEnabledOk

func (o *ProductContentDTO) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductContentDTO) HasEnabled

func (o *ProductContentDTO) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (ProductContentDTO) MarshalJSON

func (o ProductContentDTO) MarshalJSON() ([]byte, error)

func (*ProductContentDTO) SetContent

func (o *ProductContentDTO) SetContent(v ContentDTO)

SetContent sets field value

func (*ProductContentDTO) SetEnabled

func (o *ProductContentDTO) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (ProductContentDTO) ToMap

func (o ProductContentDTO) ToMap() (map[string]interface{}, error)

func (*ProductContentDTO) UnmarshalJSON

func (o *ProductContentDTO) UnmarshalJSON(data []byte) (err error)

type ProductDTO

type ProductDTO struct {
	Created             *string             `json:"created,omitempty"`
	Updated             *string             `json:"updated,omitempty"`
	Id                  *string             `json:"id,omitempty"`
	Uuid                *string             `json:"uuid,omitempty"`
	Name                *string             `json:"name,omitempty"`
	Multiplier          *int64              `json:"multiplier,omitempty"`
	Attributes          []AttributeDTO      `json:"attributes,omitempty"`
	ProductContent      []ProductContentDTO `json:"productContent,omitempty"`
	DependentProductIds []string            `json:"dependentProductIds,omitempty"`
	Branding            []BrandingDTO       `json:"branding,omitempty"`
	DerivedProduct      *ProductDTO         `json:"derivedProduct,omitempty"`
	ProvidedProducts    []ProductDTO        `json:"providedProducts,omitempty"`
	Href                *string             `json:"href,omitempty"`
}

ProductDTO DTO representing the product data exposed to the API

func NewProductDTO

func NewProductDTO() *ProductDTO

NewProductDTO instantiates a new ProductDTO 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 NewProductDTOWithDefaults

func NewProductDTOWithDefaults() *ProductDTO

NewProductDTOWithDefaults instantiates a new ProductDTO 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 (*ProductDTO) GetAttributes

func (o *ProductDTO) GetAttributes() []AttributeDTO

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ProductDTO) GetAttributesOk

func (o *ProductDTO) GetAttributesOk() ([]AttributeDTO, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductDTO) GetBranding

func (o *ProductDTO) GetBranding() []BrandingDTO

GetBranding returns the Branding field value if set, zero value otherwise.

func (*ProductDTO) GetBrandingOk

func (o *ProductDTO) GetBrandingOk() ([]BrandingDTO, bool)

GetBrandingOk returns a tuple with the Branding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductDTO) GetCreated

func (o *ProductDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*ProductDTO) GetCreatedOk

func (o *ProductDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductDTO) GetDependentProductIds

func (o *ProductDTO) GetDependentProductIds() []string

GetDependentProductIds returns the DependentProductIds field value if set, zero value otherwise.

func (*ProductDTO) GetDependentProductIdsOk

func (o *ProductDTO) GetDependentProductIdsOk() ([]string, bool)

GetDependentProductIdsOk returns a tuple with the DependentProductIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductDTO) GetDerivedProduct

func (o *ProductDTO) GetDerivedProduct() ProductDTO

GetDerivedProduct returns the DerivedProduct field value if set, zero value otherwise.

func (*ProductDTO) GetDerivedProductOk

func (o *ProductDTO) GetDerivedProductOk() (*ProductDTO, bool)

GetDerivedProductOk returns a tuple with the DerivedProduct field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductDTO) GetHref

func (o *ProductDTO) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*ProductDTO) GetHrefOk

func (o *ProductDTO) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductDTO) GetId

func (o *ProductDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProductDTO) GetIdOk

func (o *ProductDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductDTO) GetMultiplier

func (o *ProductDTO) GetMultiplier() int64

GetMultiplier returns the Multiplier field value if set, zero value otherwise.

func (*ProductDTO) GetMultiplierOk

func (o *ProductDTO) GetMultiplierOk() (*int64, bool)

GetMultiplierOk returns a tuple with the Multiplier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductDTO) GetName

func (o *ProductDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ProductDTO) GetNameOk

func (o *ProductDTO) 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 (*ProductDTO) GetProductContent

func (o *ProductDTO) GetProductContent() []ProductContentDTO

GetProductContent returns the ProductContent field value if set, zero value otherwise.

func (*ProductDTO) GetProductContentOk

func (o *ProductDTO) GetProductContentOk() ([]ProductContentDTO, bool)

GetProductContentOk returns a tuple with the ProductContent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductDTO) GetProvidedProducts

func (o *ProductDTO) GetProvidedProducts() []ProductDTO

GetProvidedProducts returns the ProvidedProducts field value if set, zero value otherwise.

func (*ProductDTO) GetProvidedProductsOk

func (o *ProductDTO) GetProvidedProductsOk() ([]ProductDTO, bool)

GetProvidedProductsOk returns a tuple with the ProvidedProducts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductDTO) GetUpdated

func (o *ProductDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*ProductDTO) GetUpdatedOk

func (o *ProductDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductDTO) GetUuid

func (o *ProductDTO) GetUuid() string

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*ProductDTO) GetUuidOk

func (o *ProductDTO) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductDTO) HasAttributes

func (o *ProductDTO) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ProductDTO) HasBranding

func (o *ProductDTO) HasBranding() bool

HasBranding returns a boolean if a field has been set.

func (*ProductDTO) HasCreated

func (o *ProductDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*ProductDTO) HasDependentProductIds

func (o *ProductDTO) HasDependentProductIds() bool

HasDependentProductIds returns a boolean if a field has been set.

func (*ProductDTO) HasDerivedProduct

func (o *ProductDTO) HasDerivedProduct() bool

HasDerivedProduct returns a boolean if a field has been set.

func (*ProductDTO) HasHref

func (o *ProductDTO) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*ProductDTO) HasId

func (o *ProductDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProductDTO) HasMultiplier

func (o *ProductDTO) HasMultiplier() bool

HasMultiplier returns a boolean if a field has been set.

func (*ProductDTO) HasName

func (o *ProductDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ProductDTO) HasProductContent

func (o *ProductDTO) HasProductContent() bool

HasProductContent returns a boolean if a field has been set.

func (*ProductDTO) HasProvidedProducts

func (o *ProductDTO) HasProvidedProducts() bool

HasProvidedProducts returns a boolean if a field has been set.

func (*ProductDTO) HasUpdated

func (o *ProductDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*ProductDTO) HasUuid

func (o *ProductDTO) HasUuid() bool

HasUuid returns a boolean if a field has been set.

func (ProductDTO) MarshalJSON

func (o ProductDTO) MarshalJSON() ([]byte, error)

func (*ProductDTO) SetAttributes

func (o *ProductDTO) SetAttributes(v []AttributeDTO)

SetAttributes gets a reference to the given []AttributeDTO and assigns it to the Attributes field.

func (*ProductDTO) SetBranding

func (o *ProductDTO) SetBranding(v []BrandingDTO)

SetBranding gets a reference to the given []BrandingDTO and assigns it to the Branding field.

func (*ProductDTO) SetCreated

func (o *ProductDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*ProductDTO) SetDependentProductIds

func (o *ProductDTO) SetDependentProductIds(v []string)

SetDependentProductIds gets a reference to the given []string and assigns it to the DependentProductIds field.

func (*ProductDTO) SetDerivedProduct

func (o *ProductDTO) SetDerivedProduct(v ProductDTO)

SetDerivedProduct gets a reference to the given ProductDTO and assigns it to the DerivedProduct field.

func (*ProductDTO) SetHref

func (o *ProductDTO) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*ProductDTO) SetId

func (o *ProductDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProductDTO) SetMultiplier

func (o *ProductDTO) SetMultiplier(v int64)

SetMultiplier gets a reference to the given int64 and assigns it to the Multiplier field.

func (*ProductDTO) SetName

func (o *ProductDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ProductDTO) SetProductContent

func (o *ProductDTO) SetProductContent(v []ProductContentDTO)

SetProductContent gets a reference to the given []ProductContentDTO and assigns it to the ProductContent field.

func (*ProductDTO) SetProvidedProducts

func (o *ProductDTO) SetProvidedProducts(v []ProductDTO)

SetProvidedProducts gets a reference to the given []ProductDTO and assigns it to the ProvidedProducts field.

func (*ProductDTO) SetUpdated

func (o *ProductDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*ProductDTO) SetUuid

func (o *ProductDTO) SetUuid(v string)

SetUuid gets a reference to the given string and assigns it to the Uuid field.

func (ProductDTO) ToMap

func (o ProductDTO) ToMap() (map[string]interface{}, error)

type ProductsAPIService

type ProductsAPIService service

ProductsAPIService ProductsAPI service

func (*ProductsAPIService) GetProductByUuid

func (a *ProductsAPIService) GetProductByUuid(ctx context.Context, productUuid string) ApiGetProductByUuidRequest

GetProductByUuid Method for GetProductByUuid

Retrieves a single Product

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param productUuid The product UUID
@return ApiGetProductByUuidRequest

func (*ProductsAPIService) GetProductByUuidExecute

func (a *ProductsAPIService) GetProductByUuidExecute(r ApiGetProductByUuidRequest) (*ProductDTO, *http.Response, error)

Execute executes the request

@return ProductDTO

func (*ProductsAPIService) GetProducts

GetProducts Method for GetProducts

Retrieves list containing all known products

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetProductsRequest

func (*ProductsAPIService) GetProductsExecute

func (a *ProductsAPIService) GetProductsExecute(r ApiGetProductsRequest) ([]ProductDTO, *http.Response, error)

Execute executes the request

@return []ProductDTO

func (*ProductsAPIService) RefreshPoolsForProducts

func (a *ProductsAPIService) RefreshPoolsForProducts(ctx context.Context) ApiRefreshPoolsForProductsRequest

RefreshPoolsForProducts Method for RefreshPoolsForProducts

Refreshes Pools by Product

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRefreshPoolsForProductsRequest

func (*ProductsAPIService) RefreshPoolsForProductsExecute

func (a *ProductsAPIService) RefreshPoolsForProductsExecute(r ApiRefreshPoolsForProductsRequest) ([]AsyncJobStatusDTO, *http.Response, error)

Execute executes the request

@return []AsyncJobStatusDTO

type ProvidedProductDTO

type ProvidedProductDTO struct {
	ProductId   string  `json:"productId"`
	ProductName *string `json:"productName,omitempty"`
}

ProvidedProductDTO ProvidedProduct DTO representation

func NewProvidedProductDTO

func NewProvidedProductDTO(productId string) *ProvidedProductDTO

NewProvidedProductDTO instantiates a new ProvidedProductDTO 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 NewProvidedProductDTOWithDefaults

func NewProvidedProductDTOWithDefaults() *ProvidedProductDTO

NewProvidedProductDTOWithDefaults instantiates a new ProvidedProductDTO 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 (*ProvidedProductDTO) GetProductId

func (o *ProvidedProductDTO) GetProductId() string

GetProductId returns the ProductId field value

func (*ProvidedProductDTO) GetProductIdOk

func (o *ProvidedProductDTO) GetProductIdOk() (*string, bool)

GetProductIdOk returns a tuple with the ProductId field value and a boolean to check if the value has been set.

func (*ProvidedProductDTO) GetProductName

func (o *ProvidedProductDTO) GetProductName() string

GetProductName returns the ProductName field value if set, zero value otherwise.

func (*ProvidedProductDTO) GetProductNameOk

func (o *ProvidedProductDTO) GetProductNameOk() (*string, bool)

GetProductNameOk returns a tuple with the ProductName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvidedProductDTO) HasProductName

func (o *ProvidedProductDTO) HasProductName() bool

HasProductName returns a boolean if a field has been set.

func (ProvidedProductDTO) MarshalJSON

func (o ProvidedProductDTO) MarshalJSON() ([]byte, error)

func (*ProvidedProductDTO) SetProductId

func (o *ProvidedProductDTO) SetProductId(v string)

SetProductId sets field value

func (*ProvidedProductDTO) SetProductName

func (o *ProvidedProductDTO) SetProductName(v string)

SetProductName gets a reference to the given string and assigns it to the ProductName field.

func (ProvidedProductDTO) ToMap

func (o ProvidedProductDTO) ToMap() (map[string]interface{}, error)

func (*ProvidedProductDTO) UnmarshalJSON

func (o *ProvidedProductDTO) UnmarshalJSON(data []byte) (err error)

type QueueStatus

type QueueStatus struct {
	QueueName           *string `json:"queueName,omitempty"`
	PendingMessageCount *int64  `json:"pendingMessageCount,omitempty"`
}

QueueStatus Represents status of the ActiveMQ queues. Used for checking if events are piling up for some reason or being delivered correctly.

func NewQueueStatus

func NewQueueStatus() *QueueStatus

NewQueueStatus instantiates a new QueueStatus 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 NewQueueStatusWithDefaults

func NewQueueStatusWithDefaults() *QueueStatus

NewQueueStatusWithDefaults instantiates a new QueueStatus 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 (*QueueStatus) GetPendingMessageCount

func (o *QueueStatus) GetPendingMessageCount() int64

GetPendingMessageCount returns the PendingMessageCount field value if set, zero value otherwise.

func (*QueueStatus) GetPendingMessageCountOk

func (o *QueueStatus) GetPendingMessageCountOk() (*int64, bool)

GetPendingMessageCountOk returns a tuple with the PendingMessageCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatus) GetQueueName

func (o *QueueStatus) GetQueueName() string

GetQueueName returns the QueueName field value if set, zero value otherwise.

func (*QueueStatus) GetQueueNameOk

func (o *QueueStatus) GetQueueNameOk() (*string, bool)

GetQueueNameOk returns a tuple with the QueueName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatus) HasPendingMessageCount

func (o *QueueStatus) HasPendingMessageCount() bool

HasPendingMessageCount returns a boolean if a field has been set.

func (*QueueStatus) HasQueueName

func (o *QueueStatus) HasQueueName() bool

HasQueueName returns a boolean if a field has been set.

func (QueueStatus) MarshalJSON

func (o QueueStatus) MarshalJSON() ([]byte, error)

func (*QueueStatus) SetPendingMessageCount

func (o *QueueStatus) SetPendingMessageCount(v int64)

SetPendingMessageCount gets a reference to the given int64 and assigns it to the PendingMessageCount field.

func (*QueueStatus) SetQueueName

func (o *QueueStatus) SetQueueName(v string)

SetQueueName gets a reference to the given string and assigns it to the QueueName field.

func (QueueStatus) ToMap

func (o QueueStatus) ToMap() (map[string]interface{}, error)

type ReleaseVerDTO

type ReleaseVerDTO struct {
	ReleaseVer *string `json:"releaseVer,omitempty"`
}

ReleaseVerDTO struct for ReleaseVerDTO

func NewReleaseVerDTO

func NewReleaseVerDTO() *ReleaseVerDTO

NewReleaseVerDTO instantiates a new ReleaseVerDTO 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 NewReleaseVerDTOWithDefaults

func NewReleaseVerDTOWithDefaults() *ReleaseVerDTO

NewReleaseVerDTOWithDefaults instantiates a new ReleaseVerDTO 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 (*ReleaseVerDTO) GetReleaseVer

func (o *ReleaseVerDTO) GetReleaseVer() string

GetReleaseVer returns the ReleaseVer field value if set, zero value otherwise.

func (*ReleaseVerDTO) GetReleaseVerOk

func (o *ReleaseVerDTO) GetReleaseVerOk() (*string, bool)

GetReleaseVerOk returns a tuple with the ReleaseVer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseVerDTO) HasReleaseVer

func (o *ReleaseVerDTO) HasReleaseVer() bool

HasReleaseVer returns a boolean if a field has been set.

func (ReleaseVerDTO) MarshalJSON

func (o ReleaseVerDTO) MarshalJSON() ([]byte, error)

func (*ReleaseVerDTO) SetReleaseVer

func (o *ReleaseVerDTO) SetReleaseVer(v string)

SetReleaseVer gets a reference to the given string and assigns it to the ReleaseVer field.

func (ReleaseVerDTO) ToMap

func (o ReleaseVerDTO) ToMap() (map[string]interface{}, error)

type RoleDTO

type RoleDTO struct {
	Created     *string                  `json:"created,omitempty"`
	Updated     *string                  `json:"updated,omitempty"`
	Id          *string                  `json:"id,omitempty"`
	Name        *string                  `json:"name,omitempty"`
	Users       []UserDTO                `json:"users,omitempty"`
	Permissions []PermissionBlueprintDTO `json:"permissions,omitempty"`
}

RoleDTO Represent the relationship between users and the permissions they have

func NewRoleDTO

func NewRoleDTO() *RoleDTO

NewRoleDTO instantiates a new RoleDTO 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 NewRoleDTOWithDefaults

func NewRoleDTOWithDefaults() *RoleDTO

NewRoleDTOWithDefaults instantiates a new RoleDTO 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 (*RoleDTO) GetCreated

func (o *RoleDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*RoleDTO) GetCreatedOk

func (o *RoleDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleDTO) GetId

func (o *RoleDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RoleDTO) GetIdOk

func (o *RoleDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleDTO) GetName

func (o *RoleDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RoleDTO) GetNameOk

func (o *RoleDTO) 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 (*RoleDTO) GetPermissions

func (o *RoleDTO) GetPermissions() []PermissionBlueprintDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*RoleDTO) GetPermissionsOk

func (o *RoleDTO) GetPermissionsOk() ([]PermissionBlueprintDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleDTO) GetUpdated

func (o *RoleDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*RoleDTO) GetUpdatedOk

func (o *RoleDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleDTO) GetUsers

func (o *RoleDTO) GetUsers() []UserDTO

GetUsers returns the Users field value if set, zero value otherwise.

func (*RoleDTO) GetUsersOk

func (o *RoleDTO) GetUsersOk() ([]UserDTO, bool)

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleDTO) HasCreated

func (o *RoleDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*RoleDTO) HasId

func (o *RoleDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*RoleDTO) HasName

func (o *RoleDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*RoleDTO) HasPermissions

func (o *RoleDTO) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*RoleDTO) HasUpdated

func (o *RoleDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*RoleDTO) HasUsers

func (o *RoleDTO) HasUsers() bool

HasUsers returns a boolean if a field has been set.

func (RoleDTO) MarshalJSON

func (o RoleDTO) MarshalJSON() ([]byte, error)

func (*RoleDTO) SetCreated

func (o *RoleDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*RoleDTO) SetId

func (o *RoleDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RoleDTO) SetName

func (o *RoleDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RoleDTO) SetPermissions

func (o *RoleDTO) SetPermissions(v []PermissionBlueprintDTO)

SetPermissions gets a reference to the given []PermissionBlueprintDTO and assigns it to the Permissions field.

func (*RoleDTO) SetUpdated

func (o *RoleDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*RoleDTO) SetUsers

func (o *RoleDTO) SetUsers(v []UserDTO)

SetUsers gets a reference to the given []UserDTO and assigns it to the Users field.

func (RoleDTO) ToMap

func (o RoleDTO) ToMap() (map[string]interface{}, error)

type RolesAPIService

type RolesAPIService service

RolesAPIService RolesAPI service

func (*RolesAPIService) AddRolePermission

func (a *RolesAPIService) AddRolePermission(ctx context.Context, roleName string) ApiAddRolePermissionRequest

AddRolePermission Method for AddRolePermission

Adds a Permission to a Role

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleName Role name
@return ApiAddRolePermissionRequest

func (*RolesAPIService) AddRolePermissionExecute

func (a *RolesAPIService) AddRolePermissionExecute(r ApiAddRolePermissionRequest) (*RoleDTO, *http.Response, error)

Execute executes the request

@return RoleDTO

func (*RolesAPIService) AddUserToRole

func (a *RolesAPIService) AddUserToRole(ctx context.Context, roleName string, username string) ApiAddUserToRoleRequest

AddUserToRole Method for AddUserToRole

Adds a User to a Role

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleName Role name
@param username User name
@return ApiAddUserToRoleRequest

func (*RolesAPIService) AddUserToRoleExecute

func (a *RolesAPIService) AddUserToRoleExecute(r ApiAddUserToRoleRequest) (*RoleDTO, *http.Response, error)

Execute executes the request

@return RoleDTO

func (*RolesAPIService) CreateRole

CreateRole Method for CreateRole

Creates a Role

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateRoleRequest

func (*RolesAPIService) CreateRoleExecute

func (a *RolesAPIService) CreateRoleExecute(r ApiCreateRoleRequest) (*RoleDTO, *http.Response, error)

Execute executes the request

@return RoleDTO

func (*RolesAPIService) DeleteRoleByName

func (a *RolesAPIService) DeleteRoleByName(ctx context.Context, roleName string) ApiDeleteRoleByNameRequest

DeleteRoleByName Method for DeleteRoleByName

Removes a Role

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleName Role name
@return ApiDeleteRoleByNameRequest

func (*RolesAPIService) DeleteRoleByNameExecute

func (a *RolesAPIService) DeleteRoleByNameExecute(r ApiDeleteRoleByNameRequest) (*http.Response, error)

Execute executes the request

func (*RolesAPIService) DeleteUserFromRole

func (a *RolesAPIService) DeleteUserFromRole(ctx context.Context, roleName string, username string) ApiDeleteUserFromRoleRequest

DeleteUserFromRole Method for DeleteUserFromRole

Removes a User from a Role

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleName Role name
@param username User name
@return ApiDeleteUserFromRoleRequest

func (*RolesAPIService) DeleteUserFromRoleExecute

func (a *RolesAPIService) DeleteUserFromRoleExecute(r ApiDeleteUserFromRoleRequest) (*RoleDTO, *http.Response, error)

Execute executes the request

@return RoleDTO

func (*RolesAPIService) GetRoleByName

func (a *RolesAPIService) GetRoleByName(ctx context.Context, roleName string) ApiGetRoleByNameRequest

GetRoleByName Method for GetRoleByName

Retrieves a single role by its name.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleName Role name
@return ApiGetRoleByNameRequest

func (*RolesAPIService) GetRoleByNameExecute

func (a *RolesAPIService) GetRoleByNameExecute(r ApiGetRoleByNameRequest) (*RoleDTO, *http.Response, error)

Execute executes the request

@return RoleDTO

func (*RolesAPIService) GetRoles

GetRoles Method for GetRoles

Retrieves a list of Roles

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetRolesRequest

func (*RolesAPIService) GetRolesExecute

func (a *RolesAPIService) GetRolesExecute(r ApiGetRolesRequest) ([]RoleDTO, *http.Response, error)

Execute executes the request

@return []RoleDTO

func (*RolesAPIService) RemoveRolePermission

func (a *RolesAPIService) RemoveRolePermission(ctx context.Context, roleName string, permId string) ApiRemoveRolePermissionRequest

RemoveRolePermission Method for RemoveRolePermission

Removes a Permission from a Role

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleName Role name
@param permId Permission Id
@return ApiRemoveRolePermissionRequest

func (*RolesAPIService) RemoveRolePermissionExecute

func (a *RolesAPIService) RemoveRolePermissionExecute(r ApiRemoveRolePermissionRequest) (*RoleDTO, *http.Response, error)

Execute executes the request

@return RoleDTO

func (*RolesAPIService) UpdateRole

func (a *RolesAPIService) UpdateRole(ctx context.Context, roleName string) ApiUpdateRoleRequest

UpdateRole Method for UpdateRole

Updates Role. To avoid race conditions, we do not support updating the user or permission collections. Currently this call will only update the role name. See the specific nested POST/DELETE calls for modifying users and permissions.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleName Role name
@return ApiUpdateRoleRequest

func (*RolesAPIService) UpdateRoleExecute

func (a *RolesAPIService) UpdateRoleExecute(r ApiUpdateRoleRequest) (*RoleDTO, *http.Response, error)

Execute executes the request

@return RoleDTO

type RootAPIService

type RootAPIService service

RootAPIService RootAPI service

func (*RootAPIService) GetRootResources

func (a *RootAPIService) GetRootResources(ctx context.Context) ApiGetRootResourcesRequest

GetRootResources Method for GetRootResources

Retrieves a list of links corresponding to Root resources

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetRootResourcesRequest

func (*RootAPIService) GetRootResourcesExecute

func (a *RootAPIService) GetRootResourcesExecute(r ApiGetRootResourcesRequest) ([]Link, *http.Response, error)

Execute executes the request

@return []Link

type RulesAPIService

type RulesAPIService service

RulesAPIService RulesAPI service

func (*RulesAPIService) GetRules

GetRules Method for GetRules

Retrieves the Rules

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetRulesRequest

func (*RulesAPIService) GetRulesExecute

func (a *RulesAPIService) GetRulesExecute(r ApiGetRulesRequest) (string, *http.Response, error)

Execute executes the request

@return string

type SchedulerStatusDTO

type SchedulerStatusDTO struct {
	IsRunning *bool `json:"isRunning,omitempty"`
}

SchedulerStatusDTO Represents scheduler status

func NewSchedulerStatusDTO

func NewSchedulerStatusDTO() *SchedulerStatusDTO

NewSchedulerStatusDTO instantiates a new SchedulerStatusDTO 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 NewSchedulerStatusDTOWithDefaults

func NewSchedulerStatusDTOWithDefaults() *SchedulerStatusDTO

NewSchedulerStatusDTOWithDefaults instantiates a new SchedulerStatusDTO 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 (*SchedulerStatusDTO) GetIsRunning

func (o *SchedulerStatusDTO) GetIsRunning() bool

GetIsRunning returns the IsRunning field value if set, zero value otherwise.

func (*SchedulerStatusDTO) GetIsRunningOk

func (o *SchedulerStatusDTO) GetIsRunningOk() (*bool, bool)

GetIsRunningOk returns a tuple with the IsRunning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulerStatusDTO) HasIsRunning

func (o *SchedulerStatusDTO) HasIsRunning() bool

HasIsRunning returns a boolean if a field has been set.

func (SchedulerStatusDTO) MarshalJSON

func (o SchedulerStatusDTO) MarshalJSON() ([]byte, error)

func (*SchedulerStatusDTO) SetIsRunning

func (o *SchedulerStatusDTO) SetIsRunning(v bool)

SetIsRunning gets a reference to the given bool and assigns it to the IsRunning field.

func (SchedulerStatusDTO) ToMap

func (o SchedulerStatusDTO) ToMap() (map[string]interface{}, error)

type ServerConfiguration

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type StatusAPIService

type StatusAPIService service

StatusAPIService StatusAPI service

func (*StatusAPIService) Status

Status Method for Status

Returns status of the server

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiStatusRequest

func (*StatusAPIService) StatusExecute

func (a *StatusAPIService) StatusExecute(r ApiStatusRequest) (*StatusDTO, *http.Response, error)

Execute executes the request

@return StatusDTO

type StatusDTO

type StatusDTO struct {
	Mode                *string  `json:"mode,omitempty"`
	ModeReason          *string  `json:"modeReason,omitempty"`
	ModeChangeTime      *string  `json:"modeChangeTime,omitempty"`
	Result              *bool    `json:"result,omitempty"`
	Version             *string  `json:"version,omitempty"`
	Release             *string  `json:"release,omitempty"`
	Standalone          *bool    `json:"standalone,omitempty"`
	TimeUTC             *string  `json:"timeUTC,omitempty"`
	RulesSource         *string  `json:"rulesSource,omitempty"`
	RulesVersion        *string  `json:"rulesVersion,omitempty"`
	ManagerCapabilities []string `json:"managerCapabilities,omitempty"`
	KeycloakRealm       *string  `json:"keycloakRealm,omitempty"`
	KeycloakAuthUrl     *string  `json:"keycloakAuthUrl,omitempty"`
	KeycloakResource    *string  `json:"keycloakResource,omitempty"`
	DeviceAuthRealm     *string  `json:"deviceAuthRealm,omitempty"`
	DeviceAuthUrl       *string  `json:"deviceAuthUrl,omitempty"`
	DeviceAuthClientId  *string  `json:"deviceAuthClientId,omitempty"`
	DeviceAuthScope     *string  `json:"deviceAuthScope,omitempty"`
}

StatusDTO Version and Status information about running Candlepin server

func NewStatusDTO

func NewStatusDTO() *StatusDTO

NewStatusDTO instantiates a new StatusDTO 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 NewStatusDTOWithDefaults

func NewStatusDTOWithDefaults() *StatusDTO

NewStatusDTOWithDefaults instantiates a new StatusDTO 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 (*StatusDTO) GetDeviceAuthClientId

func (o *StatusDTO) GetDeviceAuthClientId() string

GetDeviceAuthClientId returns the DeviceAuthClientId field value if set, zero value otherwise.

func (*StatusDTO) GetDeviceAuthClientIdOk

func (o *StatusDTO) GetDeviceAuthClientIdOk() (*string, bool)

GetDeviceAuthClientIdOk returns a tuple with the DeviceAuthClientId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetDeviceAuthRealm

func (o *StatusDTO) GetDeviceAuthRealm() string

GetDeviceAuthRealm returns the DeviceAuthRealm field value if set, zero value otherwise.

func (*StatusDTO) GetDeviceAuthRealmOk

func (o *StatusDTO) GetDeviceAuthRealmOk() (*string, bool)

GetDeviceAuthRealmOk returns a tuple with the DeviceAuthRealm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetDeviceAuthScope

func (o *StatusDTO) GetDeviceAuthScope() string

GetDeviceAuthScope returns the DeviceAuthScope field value if set, zero value otherwise.

func (*StatusDTO) GetDeviceAuthScopeOk

func (o *StatusDTO) GetDeviceAuthScopeOk() (*string, bool)

GetDeviceAuthScopeOk returns a tuple with the DeviceAuthScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetDeviceAuthUrl

func (o *StatusDTO) GetDeviceAuthUrl() string

GetDeviceAuthUrl returns the DeviceAuthUrl field value if set, zero value otherwise.

func (*StatusDTO) GetDeviceAuthUrlOk

func (o *StatusDTO) GetDeviceAuthUrlOk() (*string, bool)

GetDeviceAuthUrlOk returns a tuple with the DeviceAuthUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetKeycloakAuthUrl

func (o *StatusDTO) GetKeycloakAuthUrl() string

GetKeycloakAuthUrl returns the KeycloakAuthUrl field value if set, zero value otherwise.

func (*StatusDTO) GetKeycloakAuthUrlOk

func (o *StatusDTO) GetKeycloakAuthUrlOk() (*string, bool)

GetKeycloakAuthUrlOk returns a tuple with the KeycloakAuthUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetKeycloakRealm

func (o *StatusDTO) GetKeycloakRealm() string

GetKeycloakRealm returns the KeycloakRealm field value if set, zero value otherwise.

func (*StatusDTO) GetKeycloakRealmOk

func (o *StatusDTO) GetKeycloakRealmOk() (*string, bool)

GetKeycloakRealmOk returns a tuple with the KeycloakRealm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetKeycloakResource

func (o *StatusDTO) GetKeycloakResource() string

GetKeycloakResource returns the KeycloakResource field value if set, zero value otherwise.

func (*StatusDTO) GetKeycloakResourceOk

func (o *StatusDTO) GetKeycloakResourceOk() (*string, bool)

GetKeycloakResourceOk returns a tuple with the KeycloakResource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetManagerCapabilities

func (o *StatusDTO) GetManagerCapabilities() []string

GetManagerCapabilities returns the ManagerCapabilities field value if set, zero value otherwise.

func (*StatusDTO) GetManagerCapabilitiesOk

func (o *StatusDTO) GetManagerCapabilitiesOk() ([]string, bool)

GetManagerCapabilitiesOk returns a tuple with the ManagerCapabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetMode

func (o *StatusDTO) GetMode() string

GetMode returns the Mode field value if set, zero value otherwise.

func (*StatusDTO) GetModeChangeTime

func (o *StatusDTO) GetModeChangeTime() string

GetModeChangeTime returns the ModeChangeTime field value if set, zero value otherwise.

func (*StatusDTO) GetModeChangeTimeOk

func (o *StatusDTO) GetModeChangeTimeOk() (*string, bool)

GetModeChangeTimeOk returns a tuple with the ModeChangeTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetModeOk

func (o *StatusDTO) GetModeOk() (*string, bool)

GetModeOk returns a tuple with the Mode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetModeReason

func (o *StatusDTO) GetModeReason() string

GetModeReason returns the ModeReason field value if set, zero value otherwise.

func (*StatusDTO) GetModeReasonOk

func (o *StatusDTO) GetModeReasonOk() (*string, bool)

GetModeReasonOk returns a tuple with the ModeReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetRelease

func (o *StatusDTO) GetRelease() string

GetRelease returns the Release field value if set, zero value otherwise.

func (*StatusDTO) GetReleaseOk

func (o *StatusDTO) GetReleaseOk() (*string, bool)

GetReleaseOk returns a tuple with the Release field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetResult

func (o *StatusDTO) GetResult() bool

GetResult returns the Result field value if set, zero value otherwise.

func (*StatusDTO) GetResultOk

func (o *StatusDTO) GetResultOk() (*bool, bool)

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetRulesSource

func (o *StatusDTO) GetRulesSource() string

GetRulesSource returns the RulesSource field value if set, zero value otherwise.

func (*StatusDTO) GetRulesSourceOk

func (o *StatusDTO) GetRulesSourceOk() (*string, bool)

GetRulesSourceOk returns a tuple with the RulesSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetRulesVersion

func (o *StatusDTO) GetRulesVersion() string

GetRulesVersion returns the RulesVersion field value if set, zero value otherwise.

func (*StatusDTO) GetRulesVersionOk

func (o *StatusDTO) GetRulesVersionOk() (*string, bool)

GetRulesVersionOk returns a tuple with the RulesVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetStandalone

func (o *StatusDTO) GetStandalone() bool

GetStandalone returns the Standalone field value if set, zero value otherwise.

func (*StatusDTO) GetStandaloneOk

func (o *StatusDTO) GetStandaloneOk() (*bool, bool)

GetStandaloneOk returns a tuple with the Standalone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetTimeUTC

func (o *StatusDTO) GetTimeUTC() string

GetTimeUTC returns the TimeUTC field value if set, zero value otherwise.

func (*StatusDTO) GetTimeUTCOk

func (o *StatusDTO) GetTimeUTCOk() (*string, bool)

GetTimeUTCOk returns a tuple with the TimeUTC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) GetVersion

func (o *StatusDTO) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*StatusDTO) GetVersionOk

func (o *StatusDTO) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDTO) HasDeviceAuthClientId

func (o *StatusDTO) HasDeviceAuthClientId() bool

HasDeviceAuthClientId returns a boolean if a field has been set.

func (*StatusDTO) HasDeviceAuthRealm

func (o *StatusDTO) HasDeviceAuthRealm() bool

HasDeviceAuthRealm returns a boolean if a field has been set.

func (*StatusDTO) HasDeviceAuthScope

func (o *StatusDTO) HasDeviceAuthScope() bool

HasDeviceAuthScope returns a boolean if a field has been set.

func (*StatusDTO) HasDeviceAuthUrl

func (o *StatusDTO) HasDeviceAuthUrl() bool

HasDeviceAuthUrl returns a boolean if a field has been set.

func (*StatusDTO) HasKeycloakAuthUrl

func (o *StatusDTO) HasKeycloakAuthUrl() bool

HasKeycloakAuthUrl returns a boolean if a field has been set.

func (*StatusDTO) HasKeycloakRealm

func (o *StatusDTO) HasKeycloakRealm() bool

HasKeycloakRealm returns a boolean if a field has been set.

func (*StatusDTO) HasKeycloakResource

func (o *StatusDTO) HasKeycloakResource() bool

HasKeycloakResource returns a boolean if a field has been set.

func (*StatusDTO) HasManagerCapabilities

func (o *StatusDTO) HasManagerCapabilities() bool

HasManagerCapabilities returns a boolean if a field has been set.

func (*StatusDTO) HasMode

func (o *StatusDTO) HasMode() bool

HasMode returns a boolean if a field has been set.

func (*StatusDTO) HasModeChangeTime

func (o *StatusDTO) HasModeChangeTime() bool

HasModeChangeTime returns a boolean if a field has been set.

func (*StatusDTO) HasModeReason

func (o *StatusDTO) HasModeReason() bool

HasModeReason returns a boolean if a field has been set.

func (*StatusDTO) HasRelease

func (o *StatusDTO) HasRelease() bool

HasRelease returns a boolean if a field has been set.

func (*StatusDTO) HasResult

func (o *StatusDTO) HasResult() bool

HasResult returns a boolean if a field has been set.

func (*StatusDTO) HasRulesSource

func (o *StatusDTO) HasRulesSource() bool

HasRulesSource returns a boolean if a field has been set.

func (*StatusDTO) HasRulesVersion

func (o *StatusDTO) HasRulesVersion() bool

HasRulesVersion returns a boolean if a field has been set.

func (*StatusDTO) HasStandalone

func (o *StatusDTO) HasStandalone() bool

HasStandalone returns a boolean if a field has been set.

func (*StatusDTO) HasTimeUTC

func (o *StatusDTO) HasTimeUTC() bool

HasTimeUTC returns a boolean if a field has been set.

func (*StatusDTO) HasVersion

func (o *StatusDTO) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (StatusDTO) MarshalJSON

func (o StatusDTO) MarshalJSON() ([]byte, error)

func (*StatusDTO) SetDeviceAuthClientId

func (o *StatusDTO) SetDeviceAuthClientId(v string)

SetDeviceAuthClientId gets a reference to the given string and assigns it to the DeviceAuthClientId field.

func (*StatusDTO) SetDeviceAuthRealm

func (o *StatusDTO) SetDeviceAuthRealm(v string)

SetDeviceAuthRealm gets a reference to the given string and assigns it to the DeviceAuthRealm field.

func (*StatusDTO) SetDeviceAuthScope

func (o *StatusDTO) SetDeviceAuthScope(v string)

SetDeviceAuthScope gets a reference to the given string and assigns it to the DeviceAuthScope field.

func (*StatusDTO) SetDeviceAuthUrl

func (o *StatusDTO) SetDeviceAuthUrl(v string)

SetDeviceAuthUrl gets a reference to the given string and assigns it to the DeviceAuthUrl field.

func (*StatusDTO) SetKeycloakAuthUrl

func (o *StatusDTO) SetKeycloakAuthUrl(v string)

SetKeycloakAuthUrl gets a reference to the given string and assigns it to the KeycloakAuthUrl field.

func (*StatusDTO) SetKeycloakRealm

func (o *StatusDTO) SetKeycloakRealm(v string)

SetKeycloakRealm gets a reference to the given string and assigns it to the KeycloakRealm field.

func (*StatusDTO) SetKeycloakResource

func (o *StatusDTO) SetKeycloakResource(v string)

SetKeycloakResource gets a reference to the given string and assigns it to the KeycloakResource field.

func (*StatusDTO) SetManagerCapabilities

func (o *StatusDTO) SetManagerCapabilities(v []string)

SetManagerCapabilities gets a reference to the given []string and assigns it to the ManagerCapabilities field.

func (*StatusDTO) SetMode

func (o *StatusDTO) SetMode(v string)

SetMode gets a reference to the given string and assigns it to the Mode field.

func (*StatusDTO) SetModeChangeTime

func (o *StatusDTO) SetModeChangeTime(v string)

SetModeChangeTime gets a reference to the given string and assigns it to the ModeChangeTime field.

func (*StatusDTO) SetModeReason

func (o *StatusDTO) SetModeReason(v string)

SetModeReason gets a reference to the given string and assigns it to the ModeReason field.

func (*StatusDTO) SetRelease

func (o *StatusDTO) SetRelease(v string)

SetRelease gets a reference to the given string and assigns it to the Release field.

func (*StatusDTO) SetResult

func (o *StatusDTO) SetResult(v bool)

SetResult gets a reference to the given bool and assigns it to the Result field.

func (*StatusDTO) SetRulesSource

func (o *StatusDTO) SetRulesSource(v string)

SetRulesSource gets a reference to the given string and assigns it to the RulesSource field.

func (*StatusDTO) SetRulesVersion

func (o *StatusDTO) SetRulesVersion(v string)

SetRulesVersion gets a reference to the given string and assigns it to the RulesVersion field.

func (*StatusDTO) SetStandalone

func (o *StatusDTO) SetStandalone(v bool)

SetStandalone gets a reference to the given bool and assigns it to the Standalone field.

func (*StatusDTO) SetTimeUTC

func (o *StatusDTO) SetTimeUTC(v string)

SetTimeUTC gets a reference to the given string and assigns it to the TimeUTC field.

func (*StatusDTO) SetVersion

func (o *StatusDTO) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (StatusDTO) ToMap

func (o StatusDTO) ToMap() (map[string]interface{}, error)

type SubscriptionAPIService

type SubscriptionAPIService service

SubscriptionAPIService SubscriptionAPI service

func (*SubscriptionAPIService) ActivateSubscription

ActivateSubscription Method for ActivateSubscription

Activates a Subscription

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiActivateSubscriptionRequest

func (*SubscriptionAPIService) ActivateSubscriptionExecute

func (a *SubscriptionAPIService) ActivateSubscriptionExecute(r ApiActivateSubscriptionRequest) (*http.Response, error)

Execute executes the request

func (*SubscriptionAPIService) DeleteSubscription

DeleteSubscription Method for DeleteSubscription

Removes a Subscription

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the subscription to remove
@return ApiDeleteSubscriptionRequest

func (*SubscriptionAPIService) DeleteSubscriptionExecute

func (a *SubscriptionAPIService) DeleteSubscriptionExecute(r ApiDeleteSubscriptionRequest) (*http.Response, error)

Execute executes the request

func (*SubscriptionAPIService) GetSubscriptions

GetSubscriptions Method for GetSubscriptions

Retrieves a list of Subscriptions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSubscriptionsRequest

func (*SubscriptionAPIService) GetSubscriptionsExecute

Execute executes the request

@return []SubscriptionDTO

type SubscriptionDTO

type SubscriptionDTO struct {
	Created                 *string         `json:"created,omitempty"`
	Updated                 *string         `json:"updated,omitempty"`
	Id                      *string         `json:"id,omitempty"`
	Owner                   *NestedOwnerDTO `json:"owner,omitempty"`
	Product                 *ProductDTO     `json:"product,omitempty"`
	DerivedProduct          *ProductDTO     `json:"derivedProduct,omitempty"`
	ProvidedProducts        []ProductDTO    `json:"providedProducts,omitempty"`
	DerivedProvidedProducts []ProductDTO    `json:"derivedProvidedProducts,omitempty"`
	Quantity                *int64          `json:"quantity,omitempty"`
	StartDate               *string         `json:"startDate,omitempty"`
	EndDate                 *string         `json:"endDate,omitempty"`
	ContractNumber          *string         `json:"contractNumber,omitempty"`
	AccountNumber           *string         `json:"accountNumber,omitempty"`
	Modified                *string         `json:"modified,omitempty"`
	LastModified            *string         `json:"lastModified,omitempty"`
	OrderNumber             *string         `json:"orderNumber,omitempty"`
	UpstreamPoolId          *string         `json:"upstreamPoolId,omitempty"`
	UpstreamEntitlementId   *string         `json:"upstreamEntitlementId,omitempty"`
	UpstreamConsumerId      *string         `json:"upstreamConsumerId,omitempty"`
	Certificate             *CertificateDTO `json:"certificate,omitempty"`
	Cdn                     *CdnDTO         `json:"cdn,omitempty"`
	Stacked                 *bool           `json:"stacked,omitempty"`
	StackId                 *string         `json:"stackId,omitempty"`
}

SubscriptionDTO Represents the Subscription data exposed to the API

func NewSubscriptionDTO

func NewSubscriptionDTO() *SubscriptionDTO

NewSubscriptionDTO instantiates a new SubscriptionDTO 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 NewSubscriptionDTOWithDefaults

func NewSubscriptionDTOWithDefaults() *SubscriptionDTO

NewSubscriptionDTOWithDefaults instantiates a new SubscriptionDTO 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 (*SubscriptionDTO) GetAccountNumber

func (o *SubscriptionDTO) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field value if set, zero value otherwise.

func (*SubscriptionDTO) GetAccountNumberOk

func (o *SubscriptionDTO) GetAccountNumberOk() (*string, bool)

GetAccountNumberOk returns a tuple with the AccountNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetCdn

func (o *SubscriptionDTO) GetCdn() CdnDTO

GetCdn returns the Cdn field value if set, zero value otherwise.

func (*SubscriptionDTO) GetCdnOk

func (o *SubscriptionDTO) GetCdnOk() (*CdnDTO, bool)

GetCdnOk returns a tuple with the Cdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetCertificate

func (o *SubscriptionDTO) GetCertificate() CertificateDTO

GetCertificate returns the Certificate field value if set, zero value otherwise.

func (*SubscriptionDTO) GetCertificateOk

func (o *SubscriptionDTO) GetCertificateOk() (*CertificateDTO, bool)

GetCertificateOk returns a tuple with the Certificate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetContractNumber

func (o *SubscriptionDTO) GetContractNumber() string

GetContractNumber returns the ContractNumber field value if set, zero value otherwise.

func (*SubscriptionDTO) GetContractNumberOk

func (o *SubscriptionDTO) GetContractNumberOk() (*string, bool)

GetContractNumberOk returns a tuple with the ContractNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetCreated

func (o *SubscriptionDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*SubscriptionDTO) GetCreatedOk

func (o *SubscriptionDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetDerivedProduct

func (o *SubscriptionDTO) GetDerivedProduct() ProductDTO

GetDerivedProduct returns the DerivedProduct field value if set, zero value otherwise.

func (*SubscriptionDTO) GetDerivedProductOk

func (o *SubscriptionDTO) GetDerivedProductOk() (*ProductDTO, bool)

GetDerivedProductOk returns a tuple with the DerivedProduct field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetDerivedProvidedProducts

func (o *SubscriptionDTO) GetDerivedProvidedProducts() []ProductDTO

GetDerivedProvidedProducts returns the DerivedProvidedProducts field value if set, zero value otherwise.

func (*SubscriptionDTO) GetDerivedProvidedProductsOk

func (o *SubscriptionDTO) GetDerivedProvidedProductsOk() ([]ProductDTO, bool)

GetDerivedProvidedProductsOk returns a tuple with the DerivedProvidedProducts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetEndDate

func (o *SubscriptionDTO) GetEndDate() string

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*SubscriptionDTO) GetEndDateOk

func (o *SubscriptionDTO) GetEndDateOk() (*string, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetId

func (o *SubscriptionDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*SubscriptionDTO) GetIdOk

func (o *SubscriptionDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetLastModified

func (o *SubscriptionDTO) GetLastModified() string

GetLastModified returns the LastModified field value if set, zero value otherwise.

func (*SubscriptionDTO) GetLastModifiedOk

func (o *SubscriptionDTO) GetLastModifiedOk() (*string, bool)

GetLastModifiedOk returns a tuple with the LastModified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetModified

func (o *SubscriptionDTO) GetModified() string

GetModified returns the Modified field value if set, zero value otherwise.

func (*SubscriptionDTO) GetModifiedOk

func (o *SubscriptionDTO) GetModifiedOk() (*string, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetOrderNumber

func (o *SubscriptionDTO) GetOrderNumber() string

GetOrderNumber returns the OrderNumber field value if set, zero value otherwise.

func (*SubscriptionDTO) GetOrderNumberOk

func (o *SubscriptionDTO) GetOrderNumberOk() (*string, bool)

GetOrderNumberOk returns a tuple with the OrderNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetOwner

func (o *SubscriptionDTO) GetOwner() NestedOwnerDTO

GetOwner returns the Owner field value if set, zero value otherwise.

func (*SubscriptionDTO) GetOwnerOk

func (o *SubscriptionDTO) GetOwnerOk() (*NestedOwnerDTO, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetProduct

func (o *SubscriptionDTO) GetProduct() ProductDTO

GetProduct returns the Product field value if set, zero value otherwise.

func (*SubscriptionDTO) GetProductOk

func (o *SubscriptionDTO) GetProductOk() (*ProductDTO, bool)

GetProductOk returns a tuple with the Product field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetProvidedProducts

func (o *SubscriptionDTO) GetProvidedProducts() []ProductDTO

GetProvidedProducts returns the ProvidedProducts field value if set, zero value otherwise.

func (*SubscriptionDTO) GetProvidedProductsOk

func (o *SubscriptionDTO) GetProvidedProductsOk() ([]ProductDTO, bool)

GetProvidedProductsOk returns a tuple with the ProvidedProducts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetQuantity

func (o *SubscriptionDTO) GetQuantity() int64

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*SubscriptionDTO) GetQuantityOk

func (o *SubscriptionDTO) GetQuantityOk() (*int64, bool)

GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetStackId

func (o *SubscriptionDTO) GetStackId() string

GetStackId returns the StackId field value if set, zero value otherwise.

func (*SubscriptionDTO) GetStackIdOk

func (o *SubscriptionDTO) GetStackIdOk() (*string, bool)

GetStackIdOk returns a tuple with the StackId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetStacked

func (o *SubscriptionDTO) GetStacked() bool

GetStacked returns the Stacked field value if set, zero value otherwise.

func (*SubscriptionDTO) GetStackedOk

func (o *SubscriptionDTO) GetStackedOk() (*bool, bool)

GetStackedOk returns a tuple with the Stacked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetStartDate

func (o *SubscriptionDTO) GetStartDate() string

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*SubscriptionDTO) GetStartDateOk

func (o *SubscriptionDTO) GetStartDateOk() (*string, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetUpdated

func (o *SubscriptionDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*SubscriptionDTO) GetUpdatedOk

func (o *SubscriptionDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetUpstreamConsumerId

func (o *SubscriptionDTO) GetUpstreamConsumerId() string

GetUpstreamConsumerId returns the UpstreamConsumerId field value if set, zero value otherwise.

func (*SubscriptionDTO) GetUpstreamConsumerIdOk

func (o *SubscriptionDTO) GetUpstreamConsumerIdOk() (*string, bool)

GetUpstreamConsumerIdOk returns a tuple with the UpstreamConsumerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetUpstreamEntitlementId

func (o *SubscriptionDTO) GetUpstreamEntitlementId() string

GetUpstreamEntitlementId returns the UpstreamEntitlementId field value if set, zero value otherwise.

func (*SubscriptionDTO) GetUpstreamEntitlementIdOk

func (o *SubscriptionDTO) GetUpstreamEntitlementIdOk() (*string, bool)

GetUpstreamEntitlementIdOk returns a tuple with the UpstreamEntitlementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) GetUpstreamPoolId

func (o *SubscriptionDTO) GetUpstreamPoolId() string

GetUpstreamPoolId returns the UpstreamPoolId field value if set, zero value otherwise.

func (*SubscriptionDTO) GetUpstreamPoolIdOk

func (o *SubscriptionDTO) GetUpstreamPoolIdOk() (*string, bool)

GetUpstreamPoolIdOk returns a tuple with the UpstreamPoolId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionDTO) HasAccountNumber

func (o *SubscriptionDTO) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

func (*SubscriptionDTO) HasCdn

func (o *SubscriptionDTO) HasCdn() bool

HasCdn returns a boolean if a field has been set.

func (*SubscriptionDTO) HasCertificate

func (o *SubscriptionDTO) HasCertificate() bool

HasCertificate returns a boolean if a field has been set.

func (*SubscriptionDTO) HasContractNumber

func (o *SubscriptionDTO) HasContractNumber() bool

HasContractNumber returns a boolean if a field has been set.

func (*SubscriptionDTO) HasCreated

func (o *SubscriptionDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*SubscriptionDTO) HasDerivedProduct

func (o *SubscriptionDTO) HasDerivedProduct() bool

HasDerivedProduct returns a boolean if a field has been set.

func (*SubscriptionDTO) HasDerivedProvidedProducts

func (o *SubscriptionDTO) HasDerivedProvidedProducts() bool

HasDerivedProvidedProducts returns a boolean if a field has been set.

func (*SubscriptionDTO) HasEndDate

func (o *SubscriptionDTO) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*SubscriptionDTO) HasId

func (o *SubscriptionDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*SubscriptionDTO) HasLastModified

func (o *SubscriptionDTO) HasLastModified() bool

HasLastModified returns a boolean if a field has been set.

func (*SubscriptionDTO) HasModified

func (o *SubscriptionDTO) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*SubscriptionDTO) HasOrderNumber

func (o *SubscriptionDTO) HasOrderNumber() bool

HasOrderNumber returns a boolean if a field has been set.

func (*SubscriptionDTO) HasOwner

func (o *SubscriptionDTO) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*SubscriptionDTO) HasProduct

func (o *SubscriptionDTO) HasProduct() bool

HasProduct returns a boolean if a field has been set.

func (*SubscriptionDTO) HasProvidedProducts

func (o *SubscriptionDTO) HasProvidedProducts() bool

HasProvidedProducts returns a boolean if a field has been set.

func (*SubscriptionDTO) HasQuantity

func (o *SubscriptionDTO) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (*SubscriptionDTO) HasStackId

func (o *SubscriptionDTO) HasStackId() bool

HasStackId returns a boolean if a field has been set.

func (*SubscriptionDTO) HasStacked

func (o *SubscriptionDTO) HasStacked() bool

HasStacked returns a boolean if a field has been set.

func (*SubscriptionDTO) HasStartDate

func (o *SubscriptionDTO) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*SubscriptionDTO) HasUpdated

func (o *SubscriptionDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*SubscriptionDTO) HasUpstreamConsumerId

func (o *SubscriptionDTO) HasUpstreamConsumerId() bool

HasUpstreamConsumerId returns a boolean if a field has been set.

func (*SubscriptionDTO) HasUpstreamEntitlementId

func (o *SubscriptionDTO) HasUpstreamEntitlementId() bool

HasUpstreamEntitlementId returns a boolean if a field has been set.

func (*SubscriptionDTO) HasUpstreamPoolId

func (o *SubscriptionDTO) HasUpstreamPoolId() bool

HasUpstreamPoolId returns a boolean if a field has been set.

func (SubscriptionDTO) MarshalJSON

func (o SubscriptionDTO) MarshalJSON() ([]byte, error)

func (*SubscriptionDTO) SetAccountNumber

func (o *SubscriptionDTO) SetAccountNumber(v string)

SetAccountNumber gets a reference to the given string and assigns it to the AccountNumber field.

func (*SubscriptionDTO) SetCdn

func (o *SubscriptionDTO) SetCdn(v CdnDTO)

SetCdn gets a reference to the given CdnDTO and assigns it to the Cdn field.

func (*SubscriptionDTO) SetCertificate

func (o *SubscriptionDTO) SetCertificate(v CertificateDTO)

SetCertificate gets a reference to the given CertificateDTO and assigns it to the Certificate field.

func (*SubscriptionDTO) SetContractNumber

func (o *SubscriptionDTO) SetContractNumber(v string)

SetContractNumber gets a reference to the given string and assigns it to the ContractNumber field.

func (*SubscriptionDTO) SetCreated

func (o *SubscriptionDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*SubscriptionDTO) SetDerivedProduct

func (o *SubscriptionDTO) SetDerivedProduct(v ProductDTO)

SetDerivedProduct gets a reference to the given ProductDTO and assigns it to the DerivedProduct field.

func (*SubscriptionDTO) SetDerivedProvidedProducts

func (o *SubscriptionDTO) SetDerivedProvidedProducts(v []ProductDTO)

SetDerivedProvidedProducts gets a reference to the given []ProductDTO and assigns it to the DerivedProvidedProducts field.

func (*SubscriptionDTO) SetEndDate

func (o *SubscriptionDTO) SetEndDate(v string)

SetEndDate gets a reference to the given string and assigns it to the EndDate field.

func (*SubscriptionDTO) SetId

func (o *SubscriptionDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*SubscriptionDTO) SetLastModified

func (o *SubscriptionDTO) SetLastModified(v string)

SetLastModified gets a reference to the given string and assigns it to the LastModified field.

func (*SubscriptionDTO) SetModified

func (o *SubscriptionDTO) SetModified(v string)

SetModified gets a reference to the given string and assigns it to the Modified field.

func (*SubscriptionDTO) SetOrderNumber

func (o *SubscriptionDTO) SetOrderNumber(v string)

SetOrderNumber gets a reference to the given string and assigns it to the OrderNumber field.

func (*SubscriptionDTO) SetOwner

func (o *SubscriptionDTO) SetOwner(v NestedOwnerDTO)

SetOwner gets a reference to the given NestedOwnerDTO and assigns it to the Owner field.

func (*SubscriptionDTO) SetProduct

func (o *SubscriptionDTO) SetProduct(v ProductDTO)

SetProduct gets a reference to the given ProductDTO and assigns it to the Product field.

func (*SubscriptionDTO) SetProvidedProducts

func (o *SubscriptionDTO) SetProvidedProducts(v []ProductDTO)

SetProvidedProducts gets a reference to the given []ProductDTO and assigns it to the ProvidedProducts field.

func (*SubscriptionDTO) SetQuantity

func (o *SubscriptionDTO) SetQuantity(v int64)

SetQuantity gets a reference to the given int64 and assigns it to the Quantity field.

func (*SubscriptionDTO) SetStackId

func (o *SubscriptionDTO) SetStackId(v string)

SetStackId gets a reference to the given string and assigns it to the StackId field.

func (*SubscriptionDTO) SetStacked

func (o *SubscriptionDTO) SetStacked(v bool)

SetStacked gets a reference to the given bool and assigns it to the Stacked field.

func (*SubscriptionDTO) SetStartDate

func (o *SubscriptionDTO) SetStartDate(v string)

SetStartDate gets a reference to the given string and assigns it to the StartDate field.

func (*SubscriptionDTO) SetUpdated

func (o *SubscriptionDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*SubscriptionDTO) SetUpstreamConsumerId

func (o *SubscriptionDTO) SetUpstreamConsumerId(v string)

SetUpstreamConsumerId gets a reference to the given string and assigns it to the UpstreamConsumerId field.

func (*SubscriptionDTO) SetUpstreamEntitlementId

func (o *SubscriptionDTO) SetUpstreamEntitlementId(v string)

SetUpstreamEntitlementId gets a reference to the given string and assigns it to the UpstreamEntitlementId field.

func (*SubscriptionDTO) SetUpstreamPoolId

func (o *SubscriptionDTO) SetUpstreamPoolId(v string)

SetUpstreamPoolId gets a reference to the given string and assigns it to the UpstreamPoolId field.

func (SubscriptionDTO) ToMap

func (o SubscriptionDTO) ToMap() (map[string]interface{}, error)

type SystemPurposeAttributesDTO

type SystemPurposeAttributesDTO struct {
	Owner                   *NestedOwnerDTO      `json:"owner,omitempty"`
	SystemPurposeAttributes *map[string][]string `json:"systemPurposeAttributes,omitempty"`
}

SystemPurposeAttributesDTO Represents system purpose attribute details

func NewSystemPurposeAttributesDTO

func NewSystemPurposeAttributesDTO() *SystemPurposeAttributesDTO

NewSystemPurposeAttributesDTO instantiates a new SystemPurposeAttributesDTO 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 NewSystemPurposeAttributesDTOWithDefaults

func NewSystemPurposeAttributesDTOWithDefaults() *SystemPurposeAttributesDTO

NewSystemPurposeAttributesDTOWithDefaults instantiates a new SystemPurposeAttributesDTO 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 (*SystemPurposeAttributesDTO) GetOwner

GetOwner returns the Owner field value if set, zero value otherwise.

func (*SystemPurposeAttributesDTO) GetOwnerOk

func (o *SystemPurposeAttributesDTO) GetOwnerOk() (*NestedOwnerDTO, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeAttributesDTO) GetSystemPurposeAttributes

func (o *SystemPurposeAttributesDTO) GetSystemPurposeAttributes() map[string][]string

GetSystemPurposeAttributes returns the SystemPurposeAttributes field value if set, zero value otherwise.

func (*SystemPurposeAttributesDTO) GetSystemPurposeAttributesOk

func (o *SystemPurposeAttributesDTO) GetSystemPurposeAttributesOk() (*map[string][]string, bool)

GetSystemPurposeAttributesOk returns a tuple with the SystemPurposeAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeAttributesDTO) HasOwner

func (o *SystemPurposeAttributesDTO) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*SystemPurposeAttributesDTO) HasSystemPurposeAttributes

func (o *SystemPurposeAttributesDTO) HasSystemPurposeAttributes() bool

HasSystemPurposeAttributes returns a boolean if a field has been set.

func (SystemPurposeAttributesDTO) MarshalJSON

func (o SystemPurposeAttributesDTO) MarshalJSON() ([]byte, error)

func (*SystemPurposeAttributesDTO) SetOwner

SetOwner gets a reference to the given NestedOwnerDTO and assigns it to the Owner field.

func (*SystemPurposeAttributesDTO) SetSystemPurposeAttributes

func (o *SystemPurposeAttributesDTO) SetSystemPurposeAttributes(v map[string][]string)

SetSystemPurposeAttributes gets a reference to the given map[string][]string and assigns it to the SystemPurposeAttributes field.

func (SystemPurposeAttributesDTO) ToMap

func (o SystemPurposeAttributesDTO) ToMap() (map[string]interface{}, error)

type SystemPurposeComplianceStatusDTO

type SystemPurposeComplianceStatusDTO struct {
	Status                  *string                      `json:"status,omitempty"`
	Compliant               *bool                        `json:"compliant,omitempty"`
	Date                    *string                      `json:"date,omitempty"`
	NonCompliantRole        *string                      `json:"nonCompliantRole,omitempty"`
	NonCompliantSLA         *string                      `json:"nonCompliantSLA,omitempty"`
	NonCompliantUsage       *string                      `json:"nonCompliantUsage,omitempty"`
	NonCompliantServiceType *string                      `json:"nonCompliantServiceType,omitempty"`
	CompliantRole           *map[string][]EntitlementDTO `json:"compliantRole,omitempty"`
	CompliantAddOns         *map[string][]EntitlementDTO `json:"compliantAddOns,omitempty"`
	CompliantSLA            *map[string][]EntitlementDTO `json:"compliantSLA,omitempty"`
	CompliantUsage          *map[string][]EntitlementDTO `json:"compliantUsage,omitempty"`
	NonCompliantAddOns      []string                     `json:"nonCompliantAddOns,omitempty"`
	CompliantServiceType    *map[string][]EntitlementDTO `json:"compliantServiceType,omitempty"`
	Reasons                 []string                     `json:"reasons,omitempty"`
}

SystemPurposeComplianceStatusDTO DTO representing system purpose compliance status

func NewSystemPurposeComplianceStatusDTO

func NewSystemPurposeComplianceStatusDTO() *SystemPurposeComplianceStatusDTO

NewSystemPurposeComplianceStatusDTO instantiates a new SystemPurposeComplianceStatusDTO 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 NewSystemPurposeComplianceStatusDTOWithDefaults

func NewSystemPurposeComplianceStatusDTOWithDefaults() *SystemPurposeComplianceStatusDTO

NewSystemPurposeComplianceStatusDTOWithDefaults instantiates a new SystemPurposeComplianceStatusDTO 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 (*SystemPurposeComplianceStatusDTO) GetCompliant

func (o *SystemPurposeComplianceStatusDTO) GetCompliant() bool

GetCompliant returns the Compliant field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetCompliantAddOns

func (o *SystemPurposeComplianceStatusDTO) GetCompliantAddOns() map[string][]EntitlementDTO

GetCompliantAddOns returns the CompliantAddOns field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetCompliantAddOnsOk

func (o *SystemPurposeComplianceStatusDTO) GetCompliantAddOnsOk() (*map[string][]EntitlementDTO, bool)

GetCompliantAddOnsOk returns a tuple with the CompliantAddOns field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeComplianceStatusDTO) GetCompliantOk

func (o *SystemPurposeComplianceStatusDTO) GetCompliantOk() (*bool, bool)

GetCompliantOk returns a tuple with the Compliant field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeComplianceStatusDTO) GetCompliantRole

func (o *SystemPurposeComplianceStatusDTO) GetCompliantRole() map[string][]EntitlementDTO

GetCompliantRole returns the CompliantRole field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetCompliantRoleOk

func (o *SystemPurposeComplianceStatusDTO) GetCompliantRoleOk() (*map[string][]EntitlementDTO, bool)

GetCompliantRoleOk returns a tuple with the CompliantRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeComplianceStatusDTO) GetCompliantSLA

func (o *SystemPurposeComplianceStatusDTO) GetCompliantSLA() map[string][]EntitlementDTO

GetCompliantSLA returns the CompliantSLA field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetCompliantSLAOk

func (o *SystemPurposeComplianceStatusDTO) GetCompliantSLAOk() (*map[string][]EntitlementDTO, bool)

GetCompliantSLAOk returns a tuple with the CompliantSLA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeComplianceStatusDTO) GetCompliantServiceType

func (o *SystemPurposeComplianceStatusDTO) GetCompliantServiceType() map[string][]EntitlementDTO

GetCompliantServiceType returns the CompliantServiceType field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetCompliantServiceTypeOk

func (o *SystemPurposeComplianceStatusDTO) GetCompliantServiceTypeOk() (*map[string][]EntitlementDTO, bool)

GetCompliantServiceTypeOk returns a tuple with the CompliantServiceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeComplianceStatusDTO) GetCompliantUsage

func (o *SystemPurposeComplianceStatusDTO) GetCompliantUsage() map[string][]EntitlementDTO

GetCompliantUsage returns the CompliantUsage field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetCompliantUsageOk

func (o *SystemPurposeComplianceStatusDTO) GetCompliantUsageOk() (*map[string][]EntitlementDTO, bool)

GetCompliantUsageOk returns a tuple with the CompliantUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeComplianceStatusDTO) GetDate

GetDate returns the Date field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetDateOk

func (o *SystemPurposeComplianceStatusDTO) GetDateOk() (*string, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeComplianceStatusDTO) GetNonCompliantAddOns

func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantAddOns() []string

GetNonCompliantAddOns returns the NonCompliantAddOns field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetNonCompliantAddOnsOk

func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantAddOnsOk() ([]string, bool)

GetNonCompliantAddOnsOk returns a tuple with the NonCompliantAddOns field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeComplianceStatusDTO) GetNonCompliantRole

func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantRole() string

GetNonCompliantRole returns the NonCompliantRole field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetNonCompliantRoleOk

func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantRoleOk() (*string, bool)

GetNonCompliantRoleOk returns a tuple with the NonCompliantRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeComplianceStatusDTO) GetNonCompliantSLA

func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantSLA() string

GetNonCompliantSLA returns the NonCompliantSLA field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetNonCompliantSLAOk

func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantSLAOk() (*string, bool)

GetNonCompliantSLAOk returns a tuple with the NonCompliantSLA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeComplianceStatusDTO) GetNonCompliantServiceType

func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantServiceType() string

GetNonCompliantServiceType returns the NonCompliantServiceType field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetNonCompliantServiceTypeOk

func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantServiceTypeOk() (*string, bool)

GetNonCompliantServiceTypeOk returns a tuple with the NonCompliantServiceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeComplianceStatusDTO) GetNonCompliantUsage

func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantUsage() string

GetNonCompliantUsage returns the NonCompliantUsage field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetNonCompliantUsageOk

func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantUsageOk() (*string, bool)

GetNonCompliantUsageOk returns a tuple with the NonCompliantUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeComplianceStatusDTO) GetReasons

func (o *SystemPurposeComplianceStatusDTO) GetReasons() []string

GetReasons returns the Reasons field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetReasonsOk

func (o *SystemPurposeComplianceStatusDTO) GetReasonsOk() ([]string, bool)

GetReasonsOk returns a tuple with the Reasons field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemPurposeComplianceStatusDTO) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*SystemPurposeComplianceStatusDTO) GetStatusOk

func (o *SystemPurposeComplianceStatusDTO) 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 (*SystemPurposeComplianceStatusDTO) HasCompliant

func (o *SystemPurposeComplianceStatusDTO) HasCompliant() bool

HasCompliant returns a boolean if a field has been set.

func (*SystemPurposeComplianceStatusDTO) HasCompliantAddOns

func (o *SystemPurposeComplianceStatusDTO) HasCompliantAddOns() bool

HasCompliantAddOns returns a boolean if a field has been set.

func (*SystemPurposeComplianceStatusDTO) HasCompliantRole

func (o *SystemPurposeComplianceStatusDTO) HasCompliantRole() bool

HasCompliantRole returns a boolean if a field has been set.

func (*SystemPurposeComplianceStatusDTO) HasCompliantSLA

func (o *SystemPurposeComplianceStatusDTO) HasCompliantSLA() bool

HasCompliantSLA returns a boolean if a field has been set.

func (*SystemPurposeComplianceStatusDTO) HasCompliantServiceType

func (o *SystemPurposeComplianceStatusDTO) HasCompliantServiceType() bool

HasCompliantServiceType returns a boolean if a field has been set.

func (*SystemPurposeComplianceStatusDTO) HasCompliantUsage

func (o *SystemPurposeComplianceStatusDTO) HasCompliantUsage() bool

HasCompliantUsage returns a boolean if a field has been set.

func (*SystemPurposeComplianceStatusDTO) HasDate

HasDate returns a boolean if a field has been set.

func (*SystemPurposeComplianceStatusDTO) HasNonCompliantAddOns

func (o *SystemPurposeComplianceStatusDTO) HasNonCompliantAddOns() bool

HasNonCompliantAddOns returns a boolean if a field has been set.

func (*SystemPurposeComplianceStatusDTO) HasNonCompliantRole

func (o *SystemPurposeComplianceStatusDTO) HasNonCompliantRole() bool

HasNonCompliantRole returns a boolean if a field has been set.

func (*SystemPurposeComplianceStatusDTO) HasNonCompliantSLA

func (o *SystemPurposeComplianceStatusDTO) HasNonCompliantSLA() bool

HasNonCompliantSLA returns a boolean if a field has been set.

func (*SystemPurposeComplianceStatusDTO) HasNonCompliantServiceType

func (o *SystemPurposeComplianceStatusDTO) HasNonCompliantServiceType() bool

HasNonCompliantServiceType returns a boolean if a field has been set.

func (*SystemPurposeComplianceStatusDTO) HasNonCompliantUsage

func (o *SystemPurposeComplianceStatusDTO) HasNonCompliantUsage() bool

HasNonCompliantUsage returns a boolean if a field has been set.

func (*SystemPurposeComplianceStatusDTO) HasReasons

func (o *SystemPurposeComplianceStatusDTO) HasReasons() bool

HasReasons returns a boolean if a field has been set.

func (*SystemPurposeComplianceStatusDTO) HasStatus

func (o *SystemPurposeComplianceStatusDTO) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (SystemPurposeComplianceStatusDTO) MarshalJSON

func (o SystemPurposeComplianceStatusDTO) MarshalJSON() ([]byte, error)

func (*SystemPurposeComplianceStatusDTO) SetCompliant

func (o *SystemPurposeComplianceStatusDTO) SetCompliant(v bool)

SetCompliant gets a reference to the given bool and assigns it to the Compliant field.

func (*SystemPurposeComplianceStatusDTO) SetCompliantAddOns

func (o *SystemPurposeComplianceStatusDTO) SetCompliantAddOns(v map[string][]EntitlementDTO)

SetCompliantAddOns gets a reference to the given map[string][]EntitlementDTO and assigns it to the CompliantAddOns field.

func (*SystemPurposeComplianceStatusDTO) SetCompliantRole

func (o *SystemPurposeComplianceStatusDTO) SetCompliantRole(v map[string][]EntitlementDTO)

SetCompliantRole gets a reference to the given map[string][]EntitlementDTO and assigns it to the CompliantRole field.

func (*SystemPurposeComplianceStatusDTO) SetCompliantSLA

func (o *SystemPurposeComplianceStatusDTO) SetCompliantSLA(v map[string][]EntitlementDTO)

SetCompliantSLA gets a reference to the given map[string][]EntitlementDTO and assigns it to the CompliantSLA field.

func (*SystemPurposeComplianceStatusDTO) SetCompliantServiceType

func (o *SystemPurposeComplianceStatusDTO) SetCompliantServiceType(v map[string][]EntitlementDTO)

SetCompliantServiceType gets a reference to the given map[string][]EntitlementDTO and assigns it to the CompliantServiceType field.

func (*SystemPurposeComplianceStatusDTO) SetCompliantUsage

func (o *SystemPurposeComplianceStatusDTO) SetCompliantUsage(v map[string][]EntitlementDTO)

SetCompliantUsage gets a reference to the given map[string][]EntitlementDTO and assigns it to the CompliantUsage field.

func (*SystemPurposeComplianceStatusDTO) SetDate

SetDate gets a reference to the given string and assigns it to the Date field.

func (*SystemPurposeComplianceStatusDTO) SetNonCompliantAddOns

func (o *SystemPurposeComplianceStatusDTO) SetNonCompliantAddOns(v []string)

SetNonCompliantAddOns gets a reference to the given []string and assigns it to the NonCompliantAddOns field.

func (*SystemPurposeComplianceStatusDTO) SetNonCompliantRole

func (o *SystemPurposeComplianceStatusDTO) SetNonCompliantRole(v string)

SetNonCompliantRole gets a reference to the given string and assigns it to the NonCompliantRole field.

func (*SystemPurposeComplianceStatusDTO) SetNonCompliantSLA

func (o *SystemPurposeComplianceStatusDTO) SetNonCompliantSLA(v string)

SetNonCompliantSLA gets a reference to the given string and assigns it to the NonCompliantSLA field.

func (*SystemPurposeComplianceStatusDTO) SetNonCompliantServiceType

func (o *SystemPurposeComplianceStatusDTO) SetNonCompliantServiceType(v string)

SetNonCompliantServiceType gets a reference to the given string and assigns it to the NonCompliantServiceType field.

func (*SystemPurposeComplianceStatusDTO) SetNonCompliantUsage

func (o *SystemPurposeComplianceStatusDTO) SetNonCompliantUsage(v string)

SetNonCompliantUsage gets a reference to the given string and assigns it to the NonCompliantUsage field.

func (*SystemPurposeComplianceStatusDTO) SetReasons

func (o *SystemPurposeComplianceStatusDTO) SetReasons(v []string)

SetReasons gets a reference to the given []string and assigns it to the Reasons field.

func (*SystemPurposeComplianceStatusDTO) SetStatus

func (o *SystemPurposeComplianceStatusDTO) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (SystemPurposeComplianceStatusDTO) ToMap

func (o SystemPurposeComplianceStatusDTO) ToMap() (map[string]interface{}, error)

type TimestampedEntity

type TimestampedEntity struct {
	Created *string `json:"created,omitempty"`
	Updated *string `json:"updated,omitempty"`
}

TimestampedEntity struct for TimestampedEntity

func NewTimestampedEntity

func NewTimestampedEntity() *TimestampedEntity

NewTimestampedEntity instantiates a new TimestampedEntity 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 NewTimestampedEntityWithDefaults

func NewTimestampedEntityWithDefaults() *TimestampedEntity

NewTimestampedEntityWithDefaults instantiates a new TimestampedEntity 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 (*TimestampedEntity) GetCreated

func (o *TimestampedEntity) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*TimestampedEntity) GetCreatedOk

func (o *TimestampedEntity) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimestampedEntity) GetUpdated

func (o *TimestampedEntity) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*TimestampedEntity) GetUpdatedOk

func (o *TimestampedEntity) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TimestampedEntity) HasCreated

func (o *TimestampedEntity) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*TimestampedEntity) HasUpdated

func (o *TimestampedEntity) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (TimestampedEntity) MarshalJSON

func (o TimestampedEntity) MarshalJSON() ([]byte, error)

func (*TimestampedEntity) SetCreated

func (o *TimestampedEntity) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*TimestampedEntity) SetUpdated

func (o *TimestampedEntity) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (TimestampedEntity) ToMap

func (o TimestampedEntity) ToMap() (map[string]interface{}, error)

type UeberCertificateDTO

type UeberCertificateDTO struct {
	Created *string               `json:"created,omitempty"`
	Updated *string               `json:"updated,omitempty"`
	Id      *string               `json:"id,omitempty"`
	Key     *string               `json:"key,omitempty"`
	Cert    *string               `json:"cert,omitempty"`
	Serial  *CertificateSerialDTO `json:"serial,omitempty"`
	Owner   *NestedOwnerDTO       `json:"owner,omitempty"`
}

UeberCertificateDTO Represents an ueber certificate

func NewUeberCertificateDTO

func NewUeberCertificateDTO() *UeberCertificateDTO

NewUeberCertificateDTO instantiates a new UeberCertificateDTO 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 NewUeberCertificateDTOWithDefaults

func NewUeberCertificateDTOWithDefaults() *UeberCertificateDTO

NewUeberCertificateDTOWithDefaults instantiates a new UeberCertificateDTO 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 (*UeberCertificateDTO) GetCert

func (o *UeberCertificateDTO) GetCert() string

GetCert returns the Cert field value if set, zero value otherwise.

func (*UeberCertificateDTO) GetCertOk

func (o *UeberCertificateDTO) GetCertOk() (*string, bool)

GetCertOk returns a tuple with the Cert field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeberCertificateDTO) GetCreated

func (o *UeberCertificateDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*UeberCertificateDTO) GetCreatedOk

func (o *UeberCertificateDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeberCertificateDTO) GetId

func (o *UeberCertificateDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UeberCertificateDTO) GetIdOk

func (o *UeberCertificateDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeberCertificateDTO) GetKey

func (o *UeberCertificateDTO) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*UeberCertificateDTO) GetKeyOk

func (o *UeberCertificateDTO) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeberCertificateDTO) GetOwner

func (o *UeberCertificateDTO) GetOwner() NestedOwnerDTO

GetOwner returns the Owner field value if set, zero value otherwise.

func (*UeberCertificateDTO) GetOwnerOk

func (o *UeberCertificateDTO) GetOwnerOk() (*NestedOwnerDTO, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeberCertificateDTO) GetSerial

GetSerial returns the Serial field value if set, zero value otherwise.

func (*UeberCertificateDTO) GetSerialOk

func (o *UeberCertificateDTO) GetSerialOk() (*CertificateSerialDTO, bool)

GetSerialOk returns a tuple with the Serial field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeberCertificateDTO) GetUpdated

func (o *UeberCertificateDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*UeberCertificateDTO) GetUpdatedOk

func (o *UeberCertificateDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UeberCertificateDTO) HasCert

func (o *UeberCertificateDTO) HasCert() bool

HasCert returns a boolean if a field has been set.

func (*UeberCertificateDTO) HasCreated

func (o *UeberCertificateDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*UeberCertificateDTO) HasId

func (o *UeberCertificateDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*UeberCertificateDTO) HasKey

func (o *UeberCertificateDTO) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*UeberCertificateDTO) HasOwner

func (o *UeberCertificateDTO) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*UeberCertificateDTO) HasSerial

func (o *UeberCertificateDTO) HasSerial() bool

HasSerial returns a boolean if a field has been set.

func (*UeberCertificateDTO) HasUpdated

func (o *UeberCertificateDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (UeberCertificateDTO) MarshalJSON

func (o UeberCertificateDTO) MarshalJSON() ([]byte, error)

func (*UeberCertificateDTO) SetCert

func (o *UeberCertificateDTO) SetCert(v string)

SetCert gets a reference to the given string and assigns it to the Cert field.

func (*UeberCertificateDTO) SetCreated

func (o *UeberCertificateDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*UeberCertificateDTO) SetId

func (o *UeberCertificateDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UeberCertificateDTO) SetKey

func (o *UeberCertificateDTO) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*UeberCertificateDTO) SetOwner

func (o *UeberCertificateDTO) SetOwner(v NestedOwnerDTO)

SetOwner gets a reference to the given NestedOwnerDTO and assigns it to the Owner field.

func (*UeberCertificateDTO) SetSerial

func (o *UeberCertificateDTO) SetSerial(v CertificateSerialDTO)

SetSerial gets a reference to the given CertificateSerialDTO and assigns it to the Serial field.

func (*UeberCertificateDTO) SetUpdated

func (o *UeberCertificateDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (UeberCertificateDTO) ToMap

func (o UeberCertificateDTO) ToMap() (map[string]interface{}, error)

type UpstreamConsumerDTO

type UpstreamConsumerDTO struct {
	Created           *string          `json:"created,omitempty"`
	Updated           *string          `json:"updated,omitempty"`
	Id                *string          `json:"id,omitempty"`
	Uuid              *string          `json:"uuid,omitempty"`
	Name              *string          `json:"name,omitempty"`
	ApiUrl            *string          `json:"apiUrl,omitempty"`
	WebUrl            *string          `json:"webUrl,omitempty"`
	OwnerId           *string          `json:"ownerId,omitempty"`
	ContentAccessMode *string          `json:"contentAccessMode,omitempty"`
	Type              *ConsumerTypeDTO `json:"type,omitempty"`
	IdCert            *CertificateDTO  `json:"idCert,omitempty"`
}

UpstreamConsumerDTO DTO representing an upstream consumer

func NewUpstreamConsumerDTO

func NewUpstreamConsumerDTO() *UpstreamConsumerDTO

NewUpstreamConsumerDTO instantiates a new UpstreamConsumerDTO 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 NewUpstreamConsumerDTOWithDefaults

func NewUpstreamConsumerDTOWithDefaults() *UpstreamConsumerDTO

NewUpstreamConsumerDTOWithDefaults instantiates a new UpstreamConsumerDTO 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 (*UpstreamConsumerDTO) GetApiUrl

func (o *UpstreamConsumerDTO) GetApiUrl() string

GetApiUrl returns the ApiUrl field value if set, zero value otherwise.

func (*UpstreamConsumerDTO) GetApiUrlOk

func (o *UpstreamConsumerDTO) GetApiUrlOk() (*string, bool)

GetApiUrlOk returns a tuple with the ApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTO) GetContentAccessMode

func (o *UpstreamConsumerDTO) GetContentAccessMode() string

GetContentAccessMode returns the ContentAccessMode field value if set, zero value otherwise.

func (*UpstreamConsumerDTO) GetContentAccessModeOk

func (o *UpstreamConsumerDTO) GetContentAccessModeOk() (*string, bool)

GetContentAccessModeOk returns a tuple with the ContentAccessMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTO) GetCreated

func (o *UpstreamConsumerDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*UpstreamConsumerDTO) GetCreatedOk

func (o *UpstreamConsumerDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTO) GetId

func (o *UpstreamConsumerDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UpstreamConsumerDTO) GetIdCert

func (o *UpstreamConsumerDTO) GetIdCert() CertificateDTO

GetIdCert returns the IdCert field value if set, zero value otherwise.

func (*UpstreamConsumerDTO) GetIdCertOk

func (o *UpstreamConsumerDTO) GetIdCertOk() (*CertificateDTO, bool)

GetIdCertOk returns a tuple with the IdCert field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTO) GetIdOk

func (o *UpstreamConsumerDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTO) GetName

func (o *UpstreamConsumerDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UpstreamConsumerDTO) GetNameOk

func (o *UpstreamConsumerDTO) 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 (*UpstreamConsumerDTO) GetOwnerId

func (o *UpstreamConsumerDTO) GetOwnerId() string

GetOwnerId returns the OwnerId field value if set, zero value otherwise.

func (*UpstreamConsumerDTO) GetOwnerIdOk

func (o *UpstreamConsumerDTO) GetOwnerIdOk() (*string, bool)

GetOwnerIdOk returns a tuple with the OwnerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTO) GetType

func (o *UpstreamConsumerDTO) GetType() ConsumerTypeDTO

GetType returns the Type field value if set, zero value otherwise.

func (*UpstreamConsumerDTO) GetTypeOk

func (o *UpstreamConsumerDTO) GetTypeOk() (*ConsumerTypeDTO, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTO) GetUpdated

func (o *UpstreamConsumerDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*UpstreamConsumerDTO) GetUpdatedOk

func (o *UpstreamConsumerDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTO) GetUuid

func (o *UpstreamConsumerDTO) GetUuid() string

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*UpstreamConsumerDTO) GetUuidOk

func (o *UpstreamConsumerDTO) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTO) GetWebUrl

func (o *UpstreamConsumerDTO) GetWebUrl() string

GetWebUrl returns the WebUrl field value if set, zero value otherwise.

func (*UpstreamConsumerDTO) GetWebUrlOk

func (o *UpstreamConsumerDTO) GetWebUrlOk() (*string, bool)

GetWebUrlOk returns a tuple with the WebUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTO) HasApiUrl

func (o *UpstreamConsumerDTO) HasApiUrl() bool

HasApiUrl returns a boolean if a field has been set.

func (*UpstreamConsumerDTO) HasContentAccessMode

func (o *UpstreamConsumerDTO) HasContentAccessMode() bool

HasContentAccessMode returns a boolean if a field has been set.

func (*UpstreamConsumerDTO) HasCreated

func (o *UpstreamConsumerDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*UpstreamConsumerDTO) HasId

func (o *UpstreamConsumerDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*UpstreamConsumerDTO) HasIdCert

func (o *UpstreamConsumerDTO) HasIdCert() bool

HasIdCert returns a boolean if a field has been set.

func (*UpstreamConsumerDTO) HasName

func (o *UpstreamConsumerDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpstreamConsumerDTO) HasOwnerId

func (o *UpstreamConsumerDTO) HasOwnerId() bool

HasOwnerId returns a boolean if a field has been set.

func (*UpstreamConsumerDTO) HasType

func (o *UpstreamConsumerDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*UpstreamConsumerDTO) HasUpdated

func (o *UpstreamConsumerDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*UpstreamConsumerDTO) HasUuid

func (o *UpstreamConsumerDTO) HasUuid() bool

HasUuid returns a boolean if a field has been set.

func (*UpstreamConsumerDTO) HasWebUrl

func (o *UpstreamConsumerDTO) HasWebUrl() bool

HasWebUrl returns a boolean if a field has been set.

func (UpstreamConsumerDTO) MarshalJSON

func (o UpstreamConsumerDTO) MarshalJSON() ([]byte, error)

func (*UpstreamConsumerDTO) SetApiUrl

func (o *UpstreamConsumerDTO) SetApiUrl(v string)

SetApiUrl gets a reference to the given string and assigns it to the ApiUrl field.

func (*UpstreamConsumerDTO) SetContentAccessMode

func (o *UpstreamConsumerDTO) SetContentAccessMode(v string)

SetContentAccessMode gets a reference to the given string and assigns it to the ContentAccessMode field.

func (*UpstreamConsumerDTO) SetCreated

func (o *UpstreamConsumerDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*UpstreamConsumerDTO) SetId

func (o *UpstreamConsumerDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UpstreamConsumerDTO) SetIdCert

func (o *UpstreamConsumerDTO) SetIdCert(v CertificateDTO)

SetIdCert gets a reference to the given CertificateDTO and assigns it to the IdCert field.

func (*UpstreamConsumerDTO) SetName

func (o *UpstreamConsumerDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpstreamConsumerDTO) SetOwnerId

func (o *UpstreamConsumerDTO) SetOwnerId(v string)

SetOwnerId gets a reference to the given string and assigns it to the OwnerId field.

func (*UpstreamConsumerDTO) SetType

func (o *UpstreamConsumerDTO) SetType(v ConsumerTypeDTO)

SetType gets a reference to the given ConsumerTypeDTO and assigns it to the Type field.

func (*UpstreamConsumerDTO) SetUpdated

func (o *UpstreamConsumerDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*UpstreamConsumerDTO) SetUuid

func (o *UpstreamConsumerDTO) SetUuid(v string)

SetUuid gets a reference to the given string and assigns it to the Uuid field.

func (*UpstreamConsumerDTO) SetWebUrl

func (o *UpstreamConsumerDTO) SetWebUrl(v string)

SetWebUrl gets a reference to the given string and assigns it to the WebUrl field.

func (UpstreamConsumerDTO) ToMap

func (o UpstreamConsumerDTO) ToMap() (map[string]interface{}, error)

type UpstreamConsumerDTOArrayElement

type UpstreamConsumerDTOArrayElement struct {
	Created           *string          `json:"created,omitempty"`
	Updated           *string          `json:"updated,omitempty"`
	Id                *string          `json:"id,omitempty"`
	Uuid              *string          `json:"uuid,omitempty"`
	Name              *string          `json:"name,omitempty"`
	ApiUrl            *string          `json:"apiUrl,omitempty"`
	WebUrl            *string          `json:"webUrl,omitempty"`
	OwnerId           *string          `json:"ownerId,omitempty"`
	ContentAccessMode *string          `json:"contentAccessMode,omitempty"`
	Type              *ConsumerTypeDTO `json:"type,omitempty"`
}

UpstreamConsumerDTOArrayElement Represents a reduced view of a upstream consumer (excluding identify certificate)

func NewUpstreamConsumerDTOArrayElement

func NewUpstreamConsumerDTOArrayElement() *UpstreamConsumerDTOArrayElement

NewUpstreamConsumerDTOArrayElement instantiates a new UpstreamConsumerDTOArrayElement 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 NewUpstreamConsumerDTOArrayElementWithDefaults

func NewUpstreamConsumerDTOArrayElementWithDefaults() *UpstreamConsumerDTOArrayElement

NewUpstreamConsumerDTOArrayElementWithDefaults instantiates a new UpstreamConsumerDTOArrayElement 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 (*UpstreamConsumerDTOArrayElement) GetApiUrl

func (o *UpstreamConsumerDTOArrayElement) GetApiUrl() string

GetApiUrl returns the ApiUrl field value if set, zero value otherwise.

func (*UpstreamConsumerDTOArrayElement) GetApiUrlOk

func (o *UpstreamConsumerDTOArrayElement) GetApiUrlOk() (*string, bool)

GetApiUrlOk returns a tuple with the ApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTOArrayElement) GetContentAccessMode

func (o *UpstreamConsumerDTOArrayElement) GetContentAccessMode() string

GetContentAccessMode returns the ContentAccessMode field value if set, zero value otherwise.

func (*UpstreamConsumerDTOArrayElement) GetContentAccessModeOk

func (o *UpstreamConsumerDTOArrayElement) GetContentAccessModeOk() (*string, bool)

GetContentAccessModeOk returns a tuple with the ContentAccessMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTOArrayElement) GetCreated

func (o *UpstreamConsumerDTOArrayElement) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*UpstreamConsumerDTOArrayElement) GetCreatedOk

func (o *UpstreamConsumerDTOArrayElement) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTOArrayElement) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*UpstreamConsumerDTOArrayElement) GetIdOk

func (o *UpstreamConsumerDTOArrayElement) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTOArrayElement) GetName

GetName returns the Name field value if set, zero value otherwise.

func (*UpstreamConsumerDTOArrayElement) GetNameOk

func (o *UpstreamConsumerDTOArrayElement) 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 (*UpstreamConsumerDTOArrayElement) GetOwnerId

func (o *UpstreamConsumerDTOArrayElement) GetOwnerId() string

GetOwnerId returns the OwnerId field value if set, zero value otherwise.

func (*UpstreamConsumerDTOArrayElement) GetOwnerIdOk

func (o *UpstreamConsumerDTOArrayElement) GetOwnerIdOk() (*string, bool)

GetOwnerIdOk returns a tuple with the OwnerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTOArrayElement) GetType

GetType returns the Type field value if set, zero value otherwise.

func (*UpstreamConsumerDTOArrayElement) GetTypeOk

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTOArrayElement) GetUpdated

func (o *UpstreamConsumerDTOArrayElement) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*UpstreamConsumerDTOArrayElement) GetUpdatedOk

func (o *UpstreamConsumerDTOArrayElement) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTOArrayElement) GetUuid

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*UpstreamConsumerDTOArrayElement) GetUuidOk

func (o *UpstreamConsumerDTOArrayElement) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTOArrayElement) GetWebUrl

func (o *UpstreamConsumerDTOArrayElement) GetWebUrl() string

GetWebUrl returns the WebUrl field value if set, zero value otherwise.

func (*UpstreamConsumerDTOArrayElement) GetWebUrlOk

func (o *UpstreamConsumerDTOArrayElement) GetWebUrlOk() (*string, bool)

GetWebUrlOk returns a tuple with the WebUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpstreamConsumerDTOArrayElement) HasApiUrl

func (o *UpstreamConsumerDTOArrayElement) HasApiUrl() bool

HasApiUrl returns a boolean if a field has been set.

func (*UpstreamConsumerDTOArrayElement) HasContentAccessMode

func (o *UpstreamConsumerDTOArrayElement) HasContentAccessMode() bool

HasContentAccessMode returns a boolean if a field has been set.

func (*UpstreamConsumerDTOArrayElement) HasCreated

func (o *UpstreamConsumerDTOArrayElement) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*UpstreamConsumerDTOArrayElement) HasId

HasId returns a boolean if a field has been set.

func (*UpstreamConsumerDTOArrayElement) HasName

HasName returns a boolean if a field has been set.

func (*UpstreamConsumerDTOArrayElement) HasOwnerId

func (o *UpstreamConsumerDTOArrayElement) HasOwnerId() bool

HasOwnerId returns a boolean if a field has been set.

func (*UpstreamConsumerDTOArrayElement) HasType

HasType returns a boolean if a field has been set.

func (*UpstreamConsumerDTOArrayElement) HasUpdated

func (o *UpstreamConsumerDTOArrayElement) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*UpstreamConsumerDTOArrayElement) HasUuid

HasUuid returns a boolean if a field has been set.

func (*UpstreamConsumerDTOArrayElement) HasWebUrl

func (o *UpstreamConsumerDTOArrayElement) HasWebUrl() bool

HasWebUrl returns a boolean if a field has been set.

func (UpstreamConsumerDTOArrayElement) MarshalJSON

func (o UpstreamConsumerDTOArrayElement) MarshalJSON() ([]byte, error)

func (*UpstreamConsumerDTOArrayElement) SetApiUrl

func (o *UpstreamConsumerDTOArrayElement) SetApiUrl(v string)

SetApiUrl gets a reference to the given string and assigns it to the ApiUrl field.

func (*UpstreamConsumerDTOArrayElement) SetContentAccessMode

func (o *UpstreamConsumerDTOArrayElement) SetContentAccessMode(v string)

SetContentAccessMode gets a reference to the given string and assigns it to the ContentAccessMode field.

func (*UpstreamConsumerDTOArrayElement) SetCreated

func (o *UpstreamConsumerDTOArrayElement) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*UpstreamConsumerDTOArrayElement) SetId

SetId gets a reference to the given string and assigns it to the Id field.

func (*UpstreamConsumerDTOArrayElement) SetName

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpstreamConsumerDTOArrayElement) SetOwnerId

func (o *UpstreamConsumerDTOArrayElement) SetOwnerId(v string)

SetOwnerId gets a reference to the given string and assigns it to the OwnerId field.

func (*UpstreamConsumerDTOArrayElement) SetType

SetType gets a reference to the given ConsumerTypeDTO and assigns it to the Type field.

func (*UpstreamConsumerDTOArrayElement) SetUpdated

func (o *UpstreamConsumerDTOArrayElement) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*UpstreamConsumerDTOArrayElement) SetUuid

SetUuid gets a reference to the given string and assigns it to the Uuid field.

func (*UpstreamConsumerDTOArrayElement) SetWebUrl

func (o *UpstreamConsumerDTOArrayElement) SetWebUrl(v string)

SetWebUrl gets a reference to the given string and assigns it to the WebUrl field.

func (UpstreamConsumerDTOArrayElement) ToMap

func (o UpstreamConsumerDTOArrayElement) ToMap() (map[string]interface{}, error)

type UserDTO

type UserDTO struct {
	Created    *string `json:"created,omitempty"`
	Updated    *string `json:"updated,omitempty"`
	Id         *string `json:"id,omitempty"`
	Username   *string `json:"username,omitempty"`
	Password   *string `json:"password,omitempty"`
	SuperAdmin *bool   `json:"superAdmin,omitempty"`
}

UserDTO Represents user information for a given user

func NewUserDTO

func NewUserDTO() *UserDTO

NewUserDTO instantiates a new UserDTO 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 NewUserDTOWithDefaults

func NewUserDTOWithDefaults() *UserDTO

NewUserDTOWithDefaults instantiates a new UserDTO 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 (*UserDTO) GetCreated

func (o *UserDTO) GetCreated() string

GetCreated returns the Created field value if set, zero value otherwise.

func (*UserDTO) GetCreatedOk

func (o *UserDTO) GetCreatedOk() (*string, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetId

func (o *UserDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UserDTO) GetIdOk

func (o *UserDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetPassword

func (o *UserDTO) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*UserDTO) GetPasswordOk

func (o *UserDTO) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetSuperAdmin

func (o *UserDTO) GetSuperAdmin() bool

GetSuperAdmin returns the SuperAdmin field value if set, zero value otherwise.

func (*UserDTO) GetSuperAdminOk

func (o *UserDTO) GetSuperAdminOk() (*bool, bool)

GetSuperAdminOk returns a tuple with the SuperAdmin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetUpdated

func (o *UserDTO) GetUpdated() string

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*UserDTO) GetUpdatedOk

func (o *UserDTO) GetUpdatedOk() (*string, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetUsername

func (o *UserDTO) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*UserDTO) GetUsernameOk

func (o *UserDTO) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) HasCreated

func (o *UserDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*UserDTO) HasId

func (o *UserDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*UserDTO) HasPassword

func (o *UserDTO) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*UserDTO) HasSuperAdmin

func (o *UserDTO) HasSuperAdmin() bool

HasSuperAdmin returns a boolean if a field has been set.

func (*UserDTO) HasUpdated

func (o *UserDTO) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (*UserDTO) HasUsername

func (o *UserDTO) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (UserDTO) MarshalJSON

func (o UserDTO) MarshalJSON() ([]byte, error)

func (*UserDTO) SetCreated

func (o *UserDTO) SetCreated(v string)

SetCreated gets a reference to the given string and assigns it to the Created field.

func (*UserDTO) SetId

func (o *UserDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UserDTO) SetPassword

func (o *UserDTO) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*UserDTO) SetSuperAdmin

func (o *UserDTO) SetSuperAdmin(v bool)

SetSuperAdmin gets a reference to the given bool and assigns it to the SuperAdmin field.

func (*UserDTO) SetUpdated

func (o *UserDTO) SetUpdated(v string)

SetUpdated gets a reference to the given string and assigns it to the Updated field.

func (*UserDTO) SetUsername

func (o *UserDTO) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (UserDTO) ToMap

func (o UserDTO) ToMap() (map[string]interface{}, error)

type UsersAPIService

type UsersAPIService service

UsersAPIService UsersAPI service

func (*UsersAPIService) CreateUser

CreateUser Method for CreateUser

Creates a User

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateUserRequest

func (*UsersAPIService) CreateUserExecute

func (a *UsersAPIService) CreateUserExecute(r ApiCreateUserRequest) (*UserDTO, *http.Response, error)

Execute executes the request

@return UserDTO

func (*UsersAPIService) DeleteUser

func (a *UsersAPIService) DeleteUser(ctx context.Context, username string) ApiDeleteUserRequest

DeleteUser Method for DeleteUser

Removes a User

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param username The username of the existing user
@return ApiDeleteUserRequest

func (*UsersAPIService) DeleteUserExecute

func (a *UsersAPIService) DeleteUserExecute(r ApiDeleteUserRequest) (*http.Response, error)

Execute executes the request

func (*UsersAPIService) GetUserInfo

func (a *UsersAPIService) GetUserInfo(ctx context.Context, username string) ApiGetUserInfoRequest

GetUserInfo Method for GetUserInfo

Retrieves a single User

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param username The username of the existing user
@return ApiGetUserInfoRequest

func (*UsersAPIService) GetUserInfoExecute

func (a *UsersAPIService) GetUserInfoExecute(r ApiGetUserInfoRequest) (*UserDTO, *http.Response, error)

Execute executes the request

@return UserDTO

func (*UsersAPIService) GetUserRoles

func (a *UsersAPIService) GetUserRoles(ctx context.Context, username string) ApiGetUserRolesRequest

GetUserRoles Method for GetUserRoles

Retrieves a list of Roles by User

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param username The username of the existing user
@return ApiGetUserRolesRequest

func (*UsersAPIService) GetUserRolesExecute

func (a *UsersAPIService) GetUserRolesExecute(r ApiGetUserRolesRequest) ([]RoleDTO, *http.Response, error)

Execute executes the request

@return []RoleDTO

func (*UsersAPIService) ListUserOwners

func (a *UsersAPIService) ListUserOwners(ctx context.Context, username string) ApiListUserOwnersRequest

ListUserOwners Method for ListUserOwners

Retrieve a list of owners the user can register systems to

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param username The username of the existing user
@return ApiListUserOwnersRequest

func (*UsersAPIService) ListUserOwnersExecute

func (a *UsersAPIService) ListUserOwnersExecute(r ApiListUserOwnersRequest) ([]OwnerDTO, *http.Response, error)

Execute executes the request

@return []OwnerDTO

func (*UsersAPIService) ListUsers

ListUsers Method for ListUsers

Retrieves a list of Users

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListUsersRequest

func (*UsersAPIService) ListUsersExecute

func (a *UsersAPIService) ListUsersExecute(r ApiListUsersRequest) ([]UserDTO, *http.Response, error)

Execute executes the request

@return []UserDTO

func (*UsersAPIService) UpdateUser

func (a *UsersAPIService) UpdateUser(ctx context.Context, username string) ApiUpdateUserRequest

UpdateUser Method for UpdateUser

Updates a User

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param username The username of the existing user
@return ApiUpdateUserRequest

func (*UsersAPIService) UpdateUserExecute

func (a *UsersAPIService) UpdateUserExecute(r ApiUpdateUserRequest) (*UserDTO, *http.Response, error)

Execute executes the request

@return UserDTO

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL