Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AbstractCertificateDTO
- func (o *AbstractCertificateDTO) GetCert() string
- func (o *AbstractCertificateDTO) GetCertOk() (*string, bool)
- func (o *AbstractCertificateDTO) GetCreated() string
- func (o *AbstractCertificateDTO) GetCreatedOk() (*string, bool)
- func (o *AbstractCertificateDTO) GetId() string
- func (o *AbstractCertificateDTO) GetIdOk() (*string, bool)
- func (o *AbstractCertificateDTO) GetKey() string
- func (o *AbstractCertificateDTO) GetKeyOk() (*string, bool)
- func (o *AbstractCertificateDTO) GetSerial() CertificateSerialDTO
- func (o *AbstractCertificateDTO) GetSerialOk() (*CertificateSerialDTO, bool)
- func (o *AbstractCertificateDTO) GetUpdated() string
- func (o *AbstractCertificateDTO) GetUpdatedOk() (*string, bool)
- func (o *AbstractCertificateDTO) HasCert() bool
- func (o *AbstractCertificateDTO) HasCreated() bool
- func (o *AbstractCertificateDTO) HasId() bool
- func (o *AbstractCertificateDTO) HasKey() bool
- func (o *AbstractCertificateDTO) HasSerial() bool
- func (o *AbstractCertificateDTO) HasUpdated() bool
- func (o AbstractCertificateDTO) MarshalJSON() ([]byte, error)
- func (o *AbstractCertificateDTO) SetCert(v string)
- func (o *AbstractCertificateDTO) SetCreated(v string)
- func (o *AbstractCertificateDTO) SetId(v string)
- func (o *AbstractCertificateDTO) SetKey(v string)
- func (o *AbstractCertificateDTO) SetSerial(v CertificateSerialDTO)
- func (o *AbstractCertificateDTO) SetUpdated(v string)
- func (o AbstractCertificateDTO) ToMap() (map[string]interface{}, error)
- type ActivationKeyAPIService
- func (a *ActivationKeyAPIService) AddActivationKeyContentOverrides(ctx context.Context, activationKeyId string) ApiAddActivationKeyContentOverridesRequest
- func (a *ActivationKeyAPIService) AddActivationKeyContentOverridesExecute(r ApiAddActivationKeyContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)
- func (a *ActivationKeyAPIService) AddPoolToKey(ctx context.Context, activationKeyId string, poolId string) ApiAddPoolToKeyRequest
- func (a *ActivationKeyAPIService) AddPoolToKeyExecute(r ApiAddPoolToKeyRequest) (*ActivationKeyDTO, *http.Response, error)
- func (a *ActivationKeyAPIService) AddProductIdToKey(ctx context.Context, activationKeyId string, productId string) ApiAddProductIdToKeyRequest
- func (a *ActivationKeyAPIService) AddProductIdToKeyExecute(r ApiAddProductIdToKeyRequest) (*ActivationKeyDTO, *http.Response, error)
- func (a *ActivationKeyAPIService) DeleteActivationKey(ctx context.Context, activationKeyId string) ApiDeleteActivationKeyRequest
- func (a *ActivationKeyAPIService) DeleteActivationKeyContentOverrides(ctx context.Context, activationKeyId string) ApiDeleteActivationKeyContentOverridesRequest
- func (a *ActivationKeyAPIService) DeleteActivationKeyContentOverridesExecute(r ApiDeleteActivationKeyContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)
- func (a *ActivationKeyAPIService) DeleteActivationKeyExecute(r ApiDeleteActivationKeyRequest) (*http.Response, error)
- func (a *ActivationKeyAPIService) FindActivationKey(ctx context.Context) ApiFindActivationKeyRequest
- func (a *ActivationKeyAPIService) FindActivationKeyExecute(r ApiFindActivationKeyRequest) ([]ActivationKeyDTO, *http.Response, error)
- func (a *ActivationKeyAPIService) GetActivationKey(ctx context.Context, activationKeyId string) ApiGetActivationKeyRequest
- func (a *ActivationKeyAPIService) GetActivationKeyExecute(r ApiGetActivationKeyRequest) (*ActivationKeyDTO, *http.Response, error)
- func (a *ActivationKeyAPIService) GetActivationKeyPools(ctx context.Context, activationKeyId string) ApiGetActivationKeyPoolsRequest
- func (a *ActivationKeyAPIService) GetActivationKeyPoolsExecute(r ApiGetActivationKeyPoolsRequest) ([]PoolDTO, *http.Response, error)
- func (a *ActivationKeyAPIService) ListActivationKeyContentOverrides(ctx context.Context, activationKeyId string) ApiListActivationKeyContentOverridesRequest
- func (a *ActivationKeyAPIService) ListActivationKeyContentOverridesExecute(r ApiListActivationKeyContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)
- func (a *ActivationKeyAPIService) RemovePoolFromKey(ctx context.Context, activationKeyId string, poolId string) ApiRemovePoolFromKeyRequest
- func (a *ActivationKeyAPIService) RemovePoolFromKeyExecute(r ApiRemovePoolFromKeyRequest) (*ActivationKeyDTO, *http.Response, error)
- func (a *ActivationKeyAPIService) RemoveProductIdFromKey(ctx context.Context, activationKeyId string, productId string) ApiRemoveProductIdFromKeyRequest
- func (a *ActivationKeyAPIService) RemoveProductIdFromKeyExecute(r ApiRemoveProductIdFromKeyRequest) (*ActivationKeyDTO, *http.Response, error)
- func (a *ActivationKeyAPIService) UpdateActivationKey(ctx context.Context, activationKeyId string) ApiUpdateActivationKeyRequest
- func (a *ActivationKeyAPIService) UpdateActivationKeyExecute(r ApiUpdateActivationKeyRequest) (*ActivationKeyDTO, *http.Response, error)
- type ActivationKeyDTO
- func (o *ActivationKeyDTO) GetAddOns() []string
- func (o *ActivationKeyDTO) GetAddOnsOk() ([]string, bool)
- func (o *ActivationKeyDTO) GetAutoAttach() bool
- func (o *ActivationKeyDTO) GetAutoAttachOk() (*bool, bool)
- func (o *ActivationKeyDTO) GetContentOverrides() []ContentOverrideDTO
- func (o *ActivationKeyDTO) GetContentOverridesOk() ([]ContentOverrideDTO, bool)
- func (o *ActivationKeyDTO) GetCreated() string
- func (o *ActivationKeyDTO) GetCreatedOk() (*string, bool)
- func (o *ActivationKeyDTO) GetDescription() string
- func (o *ActivationKeyDTO) GetDescriptionOk() (*string, bool)
- func (o *ActivationKeyDTO) GetId() string
- func (o *ActivationKeyDTO) GetIdOk() (*string, bool)
- func (o *ActivationKeyDTO) GetName() string
- func (o *ActivationKeyDTO) GetNameOk() (*string, bool)
- func (o *ActivationKeyDTO) GetOwner() NestedOwnerDTO
- func (o *ActivationKeyDTO) GetOwnerOk() (*NestedOwnerDTO, bool)
- func (o *ActivationKeyDTO) GetPools() []ActivationKeyPoolDTO
- func (o *ActivationKeyDTO) GetPoolsOk() ([]ActivationKeyPoolDTO, bool)
- func (o *ActivationKeyDTO) GetProducts() []ActivationKeyProductDTO
- func (o *ActivationKeyDTO) GetProductsOk() ([]ActivationKeyProductDTO, bool)
- func (o *ActivationKeyDTO) GetReleaseVer() ReleaseVerDTO
- func (o *ActivationKeyDTO) GetReleaseVerOk() (*ReleaseVerDTO, bool)
- func (o *ActivationKeyDTO) GetRole() string
- func (o *ActivationKeyDTO) GetRoleOk() (*string, bool)
- func (o *ActivationKeyDTO) GetServiceLevel() string
- func (o *ActivationKeyDTO) GetServiceLevelOk() (*string, bool)
- func (o *ActivationKeyDTO) GetUpdated() string
- func (o *ActivationKeyDTO) GetUpdatedOk() (*string, bool)
- func (o *ActivationKeyDTO) GetUsage() string
- func (o *ActivationKeyDTO) GetUsageOk() (*string, bool)
- func (o *ActivationKeyDTO) HasAddOns() bool
- func (o *ActivationKeyDTO) HasAutoAttach() bool
- func (o *ActivationKeyDTO) HasContentOverrides() bool
- func (o *ActivationKeyDTO) HasCreated() bool
- func (o *ActivationKeyDTO) HasDescription() bool
- func (o *ActivationKeyDTO) HasId() bool
- func (o *ActivationKeyDTO) HasName() bool
- func (o *ActivationKeyDTO) HasOwner() bool
- func (o *ActivationKeyDTO) HasPools() bool
- func (o *ActivationKeyDTO) HasProducts() bool
- func (o *ActivationKeyDTO) HasReleaseVer() bool
- func (o *ActivationKeyDTO) HasRole() bool
- func (o *ActivationKeyDTO) HasServiceLevel() bool
- func (o *ActivationKeyDTO) HasUpdated() bool
- func (o *ActivationKeyDTO) HasUsage() bool
- func (o ActivationKeyDTO) MarshalJSON() ([]byte, error)
- func (o *ActivationKeyDTO) SetAddOns(v []string)
- func (o *ActivationKeyDTO) SetAutoAttach(v bool)
- func (o *ActivationKeyDTO) SetContentOverrides(v []ContentOverrideDTO)
- func (o *ActivationKeyDTO) SetCreated(v string)
- func (o *ActivationKeyDTO) SetDescription(v string)
- func (o *ActivationKeyDTO) SetId(v string)
- func (o *ActivationKeyDTO) SetName(v string)
- func (o *ActivationKeyDTO) SetOwner(v NestedOwnerDTO)
- func (o *ActivationKeyDTO) SetPools(v []ActivationKeyPoolDTO)
- func (o *ActivationKeyDTO) SetProducts(v []ActivationKeyProductDTO)
- func (o *ActivationKeyDTO) SetReleaseVer(v ReleaseVerDTO)
- func (o *ActivationKeyDTO) SetRole(v string)
- func (o *ActivationKeyDTO) SetServiceLevel(v string)
- func (o *ActivationKeyDTO) SetUpdated(v string)
- func (o *ActivationKeyDTO) SetUsage(v string)
- func (o ActivationKeyDTO) ToMap() (map[string]interface{}, error)
- type ActivationKeyPoolDTO
- func (o *ActivationKeyPoolDTO) GetPoolId() string
- func (o *ActivationKeyPoolDTO) GetPoolIdOk() (*string, bool)
- func (o *ActivationKeyPoolDTO) GetQuantity() int64
- func (o *ActivationKeyPoolDTO) GetQuantityOk() (*int64, bool)
- func (o *ActivationKeyPoolDTO) HasQuantity() bool
- func (o ActivationKeyPoolDTO) MarshalJSON() ([]byte, error)
- func (o *ActivationKeyPoolDTO) SetPoolId(v string)
- func (o *ActivationKeyPoolDTO) SetQuantity(v int64)
- func (o ActivationKeyPoolDTO) ToMap() (map[string]interface{}, error)
- func (o *ActivationKeyPoolDTO) UnmarshalJSON(data []byte) (err error)
- type ActivationKeyProductDTO
- func (o *ActivationKeyProductDTO) GetProductId() string
- func (o *ActivationKeyProductDTO) GetProductIdOk() (*string, bool)
- func (o ActivationKeyProductDTO) MarshalJSON() ([]byte, error)
- func (o *ActivationKeyProductDTO) SetProductId(v string)
- func (o ActivationKeyProductDTO) ToMap() (map[string]interface{}, error)
- func (o *ActivationKeyProductDTO) UnmarshalJSON(data []byte) (err error)
- type AdminAPIService
- func (a *AdminAPIService) GetQueueStats(ctx context.Context) ApiGetQueueStatsRequest
- func (a *AdminAPIService) GetQueueStatsExecute(r ApiGetQueueStatsRequest) ([]QueueStatus, *http.Response, error)
- func (a *AdminAPIService) Initialize(ctx context.Context) ApiInitializeRequest
- func (a *AdminAPIService) InitializeExecute(r ApiInitializeRequest) (string, *http.Response, error)
- type ApiActivateSubscriptionRequest
- func (r ApiActivateSubscriptionRequest) ConsumerUuid(consumerUuid string) ApiActivateSubscriptionRequest
- func (r ApiActivateSubscriptionRequest) Email(email string) ApiActivateSubscriptionRequest
- func (r ApiActivateSubscriptionRequest) EmailLocale(emailLocale string) ApiActivateSubscriptionRequest
- func (r ApiActivateSubscriptionRequest) Execute() (*http.Response, error)
- type ApiAddActivationKeyContentOverridesRequest
- type ApiAddConsumerContentOverridesRequest
- type ApiAddContentToProductRequest
- type ApiAddContentsToProductRequest
- type ApiAddPoolToKeyRequest
- type ApiAddProductIdToKeyRequest
- type ApiAddRolePermissionRequest
- type ApiAddUserToRoleRequest
- type ApiBindRequest
- func (r ApiBindRequest) Async(async bool) ApiBindRequest
- func (r ApiBindRequest) Email(email string) ApiBindRequest
- func (r ApiBindRequest) EmailLocale(emailLocale string) ApiBindRequest
- func (r ApiBindRequest) EntitleDate(entitleDate string) ApiBindRequest
- func (r ApiBindRequest) Execute() (string, *http.Response, error)
- func (r ApiBindRequest) FromPool(fromPool []string) ApiBindRequest
- func (r ApiBindRequest) Pool(pool string) ApiBindRequest
- func (r ApiBindRequest) Product(product []string) ApiBindRequest
- func (r ApiBindRequest) Quantity(quantity int32) ApiBindRequest
- type ApiCancelCloudAccountJobsRequest
- type ApiCancelJobRequest
- type ApiClaimRequest
- type ApiCleanupTerminalJobsRequest
- func (r ApiCleanupTerminalJobsRequest) After(after string) ApiCleanupTerminalJobsRequest
- func (r ApiCleanupTerminalJobsRequest) Before(before string) ApiCleanupTerminalJobsRequest
- func (r ApiCleanupTerminalJobsRequest) Execute() (int32, *http.Response, error)
- func (r ApiCleanupTerminalJobsRequest) Executor(executor []string) ApiCleanupTerminalJobsRequest
- func (r ApiCleanupTerminalJobsRequest) Force(force bool) ApiCleanupTerminalJobsRequest
- func (r ApiCleanupTerminalJobsRequest) Id(id []string) ApiCleanupTerminalJobsRequest
- func (r ApiCleanupTerminalJobsRequest) Key(key []string) ApiCleanupTerminalJobsRequest
- func (r ApiCleanupTerminalJobsRequest) Origin(origin []string) ApiCleanupTerminalJobsRequest
- func (r ApiCleanupTerminalJobsRequest) Owner(owner []string) ApiCleanupTerminalJobsRequest
- func (r ApiCleanupTerminalJobsRequest) Principal(principal []string) ApiCleanupTerminalJobsRequest
- func (r ApiCleanupTerminalJobsRequest) State(state []string) ApiCleanupTerminalJobsRequest
- type ApiCloudAuthorizeRequest
- type ApiConsumerExistsBulkRequest
- type ApiConsumerExistsRequest
- type ApiCountConsumersRequest
- func (r ApiCountConsumersRequest) Execute() (int32, *http.Response, error)
- func (r ApiCountConsumersRequest) HypervisorId(hypervisorId []string) ApiCountConsumersRequest
- func (r ApiCountConsumersRequest) Type_(type_ []string) ApiCountConsumersRequest
- func (r ApiCountConsumersRequest) Username(username string) ApiCountConsumersRequest
- func (r ApiCountConsumersRequest) Uuid(uuid []string) ApiCountConsumersRequest
- type ApiCreateActivationKeyRequest
- type ApiCreateCdnRequest
- type ApiCreateConsumerInEnvironmentRequest
- func (r ApiCreateConsumerInEnvironmentRequest) ActivationKeys(activationKeys string) ApiCreateConsumerInEnvironmentRequest
- func (r ApiCreateConsumerInEnvironmentRequest) ConsumerDTO(consumerDTO ConsumerDTO) ApiCreateConsumerInEnvironmentRequest
- func (r ApiCreateConsumerInEnvironmentRequest) Execute() (*ConsumerDTO, *http.Response, error)
- func (r ApiCreateConsumerInEnvironmentRequest) Username(username string) ApiCreateConsumerInEnvironmentRequest
- type ApiCreateConsumerRequest
- func (r ApiCreateConsumerRequest) ActivationKeys(activationKeys string) ApiCreateConsumerRequest
- func (r ApiCreateConsumerRequest) ConsumerDTO(consumerDTO ConsumerDTO) ApiCreateConsumerRequest
- func (r ApiCreateConsumerRequest) Execute() (*ConsumerDTO, *http.Response, error)
- func (r ApiCreateConsumerRequest) IdentityCertCreation(identityCertCreation bool) ApiCreateConsumerRequest
- func (r ApiCreateConsumerRequest) Owner(owner string) ApiCreateConsumerRequest
- func (r ApiCreateConsumerRequest) Username(username string) ApiCreateConsumerRequest
- type ApiCreateConsumerTypeRequest
- type ApiCreateContentBatchRequest
- type ApiCreateContentRequest
- type ApiCreateEnvironmentRequest
- type ApiCreateOwnerRequest
- type ApiCreatePoolRequest
- type ApiCreateProductRequest
- type ApiCreateRequest
- type ApiCreateRoleRequest
- type ApiCreateUeberCertificateRequest
- type ApiCreateUserRequest
- type ApiDeleteActivationKeyContentOverridesRequest
- type ApiDeleteActivationKeyRequest
- type ApiDeleteAnonymousConsumersByAccountIdRequest
- type ApiDeleteCdnRequest
- type ApiDeleteConsumerContentOverridesRequest
- type ApiDeleteConsumerRequest
- type ApiDeleteConsumerTypeRequest
- type ApiDeleteEnvironmentContentOverridesRequest
- type ApiDeleteEnvironmentRequest
- type ApiDeleteGuestRequest
- type ApiDeleteLogLevelRequest
- type ApiDeleteOwnerRequest
- type ApiDeletePoolRequest
- type ApiDeleteRequest
- type ApiDeleteRoleByNameRequest
- type ApiDeleteSubscriptionRequest
- type ApiDeleteUserFromRoleRequest
- type ApiDeleteUserRequest
- type ApiDemoteContentRequest
- type ApiDownloadExistingExportRequest
- type ApiDryBindRequest
- type ApiExportCertificatesRequest
- type ApiExportDataAsyncRequest
- func (r ApiExportDataAsyncRequest) ApiUrl(apiUrl string) ApiExportDataAsyncRequest
- func (r ApiExportDataAsyncRequest) CdnLabel(cdnLabel string) ApiExportDataAsyncRequest
- func (r ApiExportDataAsyncRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
- func (r ApiExportDataAsyncRequest) WebappPrefix(webappPrefix string) ApiExportDataAsyncRequest
- type ApiExportDataRequest
- func (r ApiExportDataRequest) ApiUrl(apiUrl string) ApiExportDataRequest
- func (r ApiExportDataRequest) CdnLabel(cdnLabel string) ApiExportDataRequest
- func (r ApiExportDataRequest) Execute() (*os.File, *http.Response, error)
- func (r ApiExportDataRequest) WebappPrefix(webappPrefix string) ApiExportDataRequest
- type ApiFindActivationKeyRequest
- type ApiGetActivationKeyPoolsRequest
- type ApiGetActivationKeyRequest
- type ApiGetCertificateSerialRequest
- type ApiGetComplianceStatusListRequest
- type ApiGetComplianceStatusRequest
- type ApiGetConsumerRequest
- type ApiGetConsumerTypeRequest
- type ApiGetConsumerTypesRequest
- type ApiGetConsumersSyspurposeRequest
- type ApiGetContentAccessBodyRequest
- type ApiGetContentAccessForConsumerRequest
- type ApiGetContentByIdRequest
- type ApiGetContentByUuidRequest
- type ApiGetContentDeliveryNetworksRequest
- type ApiGetContentsByOwnerRequest
- func (r ApiGetContentsByOwnerRequest) Active(active string) ApiGetContentsByOwnerRequest
- func (r ApiGetContentsByOwnerRequest) Content(content []string) ApiGetContentsByOwnerRequest
- func (r ApiGetContentsByOwnerRequest) Custom(custom string) ApiGetContentsByOwnerRequest
- func (r ApiGetContentsByOwnerRequest) Execute() ([]ContentDTO, *http.Response, error)
- func (r ApiGetContentsByOwnerRequest) Label(label []string) ApiGetContentsByOwnerRequest
- type ApiGetContentsRequest
- func (r ApiGetContentsRequest) Active(active string) ApiGetContentsRequest
- func (r ApiGetContentsRequest) Content(content []string) ApiGetContentsRequest
- func (r ApiGetContentsRequest) Custom(custom string) ApiGetContentsRequest
- func (r ApiGetContentsRequest) Execute() ([]ContentDTO, *http.Response, error)
- func (r ApiGetContentsRequest) Label(label []string) ApiGetContentsRequest
- func (r ApiGetContentsRequest) Owner(owner []string) ApiGetContentsRequest
- type ApiGetCurrentCrlRequest
- type ApiGetEntitlementCertificateSerialsRequest
- type ApiGetEntitlementRequest
- type ApiGetEnvironmentContentOverridesRequest
- type ApiGetEnvironmentRequest
- type ApiGetGuestIdRequest
- type ApiGetGuestIdsRequest
- type ApiGetGuestsRequest
- type ApiGetHostRequest
- type ApiGetHypervisorsRequest
- func (r ApiGetHypervisorsRequest) Execute() ([]ConsumerDTOArrayElement, *http.Response, error)
- func (r ApiGetHypervisorsRequest) HypervisorId(hypervisorId []string) ApiGetHypervisorsRequest
- func (r ApiGetHypervisorsRequest) Order(order string) ApiGetHypervisorsRequest
- func (r ApiGetHypervisorsRequest) Page(page int32) ApiGetHypervisorsRequest
- func (r ApiGetHypervisorsRequest) PerPage(perPage int32) ApiGetHypervisorsRequest
- func (r ApiGetHypervisorsRequest) SortBy(sortBy string) ApiGetHypervisorsRequest
- type ApiGetImportsRequest
- type ApiGetJobStatusRequest
- type ApiGetOwnerByConsumerUuidRequest
- type ApiGetOwnerContentAccessRequest
- type ApiGetOwnerInfoRequest
- type ApiGetOwnerRequest
- type ApiGetOwnerSubscriptionsRequest
- type ApiGetPoolCdnRequest
- type ApiGetPoolEntitlementsRequest
- type ApiGetPoolRequest
- type ApiGetProductByIdRequest
- type ApiGetProductByUuidRequest
- type ApiGetProductCertificateByIdRequest
- type ApiGetProductsByOwnerRequest
- func (r ApiGetProductsByOwnerRequest) Active(active string) ApiGetProductsByOwnerRequest
- func (r ApiGetProductsByOwnerRequest) Custom(custom string) ApiGetProductsByOwnerRequest
- func (r ApiGetProductsByOwnerRequest) Execute() ([]ProductDTO, *http.Response, error)
- func (r ApiGetProductsByOwnerRequest) Name(name []string) ApiGetProductsByOwnerRequest
- func (r ApiGetProductsByOwnerRequest) Product(product []string) ApiGetProductsByOwnerRequest
- type ApiGetProductsRequest
- func (r ApiGetProductsRequest) Active(active string) ApiGetProductsRequest
- func (r ApiGetProductsRequest) Custom(custom string) ApiGetProductsRequest
- func (r ApiGetProductsRequest) Execute() ([]ProductDTO, *http.Response, error)
- func (r ApiGetProductsRequest) Name(name []string) ApiGetProductsRequest
- func (r ApiGetProductsRequest) Owner(owner []string) ApiGetProductsRequest
- func (r ApiGetProductsRequest) Product(product []string) ApiGetProductsRequest
- type ApiGetQueueStatsRequest
- type ApiGetReleaseRequest
- type ApiGetRoleByNameRequest
- type ApiGetRolesRequest
- type ApiGetRootResourcesRequest
- type ApiGetRulesRequest
- type ApiGetSchedulerStatusRequest
- type ApiGetSubCertRequest
- type ApiGetSubscriptionsRequest
- type ApiGetSyspurposeRequest
- type ApiGetSystemPurposeComplianceStatusRequest
- type ApiGetUeberCertificateRequest
- type ApiGetUpstreamCertRequest
- type ApiGetUpstreamConsumersRequest
- type ApiGetUserInfoRequest
- type ApiGetUserRolesRequest
- type ApiGetVersionsRequest
- type ApiHasEntitlementRequest
- type ApiHealEntireRequest
- type ApiHypervisorHeartbeatUpdateRequest
- type ApiHypervisorUpdateAsyncRequest
- func (r ApiHypervisorUpdateAsyncRequest) Body(body string) ApiHypervisorUpdateAsyncRequest
- func (r ApiHypervisorUpdateAsyncRequest) CreateMissing(createMissing bool) ApiHypervisorUpdateAsyncRequest
- func (r ApiHypervisorUpdateAsyncRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
- func (r ApiHypervisorUpdateAsyncRequest) ReporterId(reporterId string) ApiHypervisorUpdateAsyncRequest
- type ApiImportManifestAsyncRequest
- type ApiInitializeRequest
- type ApiListActivationKeyContentOverridesRequest
- type ApiListAllForConsumerRequest
- func (r ApiListAllForConsumerRequest) Attribute(attribute []string) ApiListAllForConsumerRequest
- func (r ApiListAllForConsumerRequest) Consumer(consumer string) ApiListAllForConsumerRequest
- func (r ApiListAllForConsumerRequest) Execute() ([]EntitlementDTO, *http.Response, error)
- func (r ApiListAllForConsumerRequest) Matches(matches string) ApiListAllForConsumerRequest
- func (r ApiListAllForConsumerRequest) Order(order string) ApiListAllForConsumerRequest
- func (r ApiListAllForConsumerRequest) Page(page int32) ApiListAllForConsumerRequest
- func (r ApiListAllForConsumerRequest) PerPage(perPage int32) ApiListAllForConsumerRequest
- func (r ApiListAllForConsumerRequest) SortBy(sortBy string) ApiListAllForConsumerRequest
- type ApiListByDateRequest
- func (r ApiListByDateRequest) Date(date string) ApiListByDateRequest
- func (r ApiListByDateRequest) Execute() ([]DeletedConsumerDTO, *http.Response, error)
- func (r ApiListByDateRequest) Order(order string) ApiListByDateRequest
- func (r ApiListByDateRequest) Page(page int32) ApiListByDateRequest
- func (r ApiListByDateRequest) PerPage(perPage int32) ApiListByDateRequest
- func (r ApiListByDateRequest) SortBy(sortBy string) ApiListByDateRequest
- type ApiListConsumerContentOverridesRequest
- type ApiListConsumersRequest
- func (r ApiListConsumersRequest) Execute() ([]ConsumerDTOArrayElement, *http.Response, error)
- func (r ApiListConsumersRequest) Fact(fact []string) ApiListConsumersRequest
- func (r ApiListConsumersRequest) HypervisorId(hypervisorId []string) ApiListConsumersRequest
- func (r ApiListConsumersRequest) Order(order string) ApiListConsumersRequest
- func (r ApiListConsumersRequest) Page(page int32) ApiListConsumersRequest
- func (r ApiListConsumersRequest) PerPage(perPage int32) ApiListConsumersRequest
- func (r ApiListConsumersRequest) SortBy(sortBy string) ApiListConsumersRequest
- func (r ApiListConsumersRequest) Type_(type_ []string) ApiListConsumersRequest
- func (r ApiListConsumersRequest) Username(username string) ApiListConsumersRequest
- func (r ApiListConsumersRequest) Uuid(uuid []string) ApiListConsumersRequest
- type ApiListEntitledConsumerUuidsRequest
- type ApiListEntitlementsRequest
- func (r ApiListEntitlementsRequest) Attribute(attribute []string) ApiListEntitlementsRequest
- func (r ApiListEntitlementsRequest) Execute() ([]EntitlementDTO, *http.Response, error)
- func (r ApiListEntitlementsRequest) Order(order string) ApiListEntitlementsRequest
- func (r ApiListEntitlementsRequest) Page(page int32) ApiListEntitlementsRequest
- func (r ApiListEntitlementsRequest) PerPage(perPage int32) ApiListEntitlementsRequest
- func (r ApiListEntitlementsRequest) Product(product string) ApiListEntitlementsRequest
- func (r ApiListEntitlementsRequest) Regen(regen bool) ApiListEntitlementsRequest
- func (r ApiListEntitlementsRequest) SortBy(sortBy string) ApiListEntitlementsRequest
- type ApiListEnvironmentsRequest
- func (r ApiListEnvironmentsRequest) Execute() ([]EnvironmentDTO, *http.Response, error)
- func (r ApiListEnvironmentsRequest) ListAll(listAll bool) ApiListEnvironmentsRequest
- func (r ApiListEnvironmentsRequest) Name(name string) ApiListEnvironmentsRequest
- func (r ApiListEnvironmentsRequest) Type_(type_ []string) ApiListEnvironmentsRequest
- type ApiListJobStatusesRequest
- func (r ApiListJobStatusesRequest) After(after string) ApiListJobStatusesRequest
- func (r ApiListJobStatusesRequest) Before(before string) ApiListJobStatusesRequest
- func (r ApiListJobStatusesRequest) Execute() ([]AsyncJobStatusDTO, *http.Response, error)
- func (r ApiListJobStatusesRequest) Executor(executor []string) ApiListJobStatusesRequest
- func (r ApiListJobStatusesRequest) Id(id []string) ApiListJobStatusesRequest
- func (r ApiListJobStatusesRequest) Key(key []string) ApiListJobStatusesRequest
- func (r ApiListJobStatusesRequest) Order(order string) ApiListJobStatusesRequest
- func (r ApiListJobStatusesRequest) Origin(origin []string) ApiListJobStatusesRequest
- func (r ApiListJobStatusesRequest) Owner(owner []string) ApiListJobStatusesRequest
- func (r ApiListJobStatusesRequest) Page(page int32) ApiListJobStatusesRequest
- func (r ApiListJobStatusesRequest) PerPage(perPage int32) ApiListJobStatusesRequest
- func (r ApiListJobStatusesRequest) Principal(principal []string) ApiListJobStatusesRequest
- func (r ApiListJobStatusesRequest) SortBy(sortBy string) ApiListJobStatusesRequest
- func (r ApiListJobStatusesRequest) State(state []string) ApiListJobStatusesRequest
- type ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) ActivationKey(activationKey string) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) Activeon(activeon string) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) AddFuture(addFuture bool) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) After(after string) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) Attribute(attribute []string) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) Consumer(consumer string) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) Execute() ([]PoolDTO, *http.Response, error)
- func (r ApiListOwnerPoolsRequest) Listall(listall bool) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) Matches(matches []string) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) OnlyFuture(onlyFuture bool) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) Order(order string) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) Page(page int32) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) PerPage(perPage int32) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) Poolid(poolid []string) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) Product(product string) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) SortBy(sortBy string) ApiListOwnerPoolsRequest
- func (r ApiListOwnerPoolsRequest) Subscription(subscription string) ApiListOwnerPoolsRequest
- type ApiListOwnersRequest
- func (r ApiListOwnersRequest) Execute() ([]OwnerDTO, *http.Response, error)
- func (r ApiListOwnersRequest) Key(key string) ApiListOwnersRequest
- func (r ApiListOwnersRequest) Order(order string) ApiListOwnersRequest
- func (r ApiListOwnersRequest) Page(page int32) ApiListOwnersRequest
- func (r ApiListOwnersRequest) PerPage(perPage int32) ApiListOwnersRequest
- func (r ApiListOwnersRequest) SortBy(sortBy string) ApiListOwnersRequest
- type ApiListPoolsRequest
- func (r ApiListPoolsRequest) Activeon(activeon string) ApiListPoolsRequest
- func (r ApiListPoolsRequest) Consumer(consumer string) ApiListPoolsRequest
- func (r ApiListPoolsRequest) Execute() ([]PoolDTO, *http.Response, error)
- func (r ApiListPoolsRequest) Listall(listall bool) ApiListPoolsRequest
- func (r ApiListPoolsRequest) Order(order string) ApiListPoolsRequest
- func (r ApiListPoolsRequest) Owner(owner string) ApiListPoolsRequest
- func (r ApiListPoolsRequest) Page(page int32) ApiListPoolsRequest
- func (r ApiListPoolsRequest) PerPage(perPage int32) ApiListPoolsRequest
- func (r ApiListPoolsRequest) Product(product string) ApiListPoolsRequest
- func (r ApiListPoolsRequest) SortBy(sortBy string) ApiListPoolsRequest
- type ApiListUserOwnersRequest
- type ApiListUsersRequest
- type ApiMigrateEntitlementRequest
- type ApiOwnerActivationKeysRequest
- type ApiOwnerEntitlementsRequest
- func (r ApiOwnerEntitlementsRequest) Attribute(attribute []string) ApiOwnerEntitlementsRequest
- func (r ApiOwnerEntitlementsRequest) Execute() ([]EntitlementDTO, *http.Response, error)
- func (r ApiOwnerEntitlementsRequest) Order(order string) ApiOwnerEntitlementsRequest
- func (r ApiOwnerEntitlementsRequest) Page(page int32) ApiOwnerEntitlementsRequest
- func (r ApiOwnerEntitlementsRequest) PerPage(perPage int32) ApiOwnerEntitlementsRequest
- func (r ApiOwnerEntitlementsRequest) Product(product string) ApiOwnerEntitlementsRequest
- func (r ApiOwnerEntitlementsRequest) SortBy(sortBy string) ApiOwnerEntitlementsRequest
- type ApiOwnerServiceLevelsRequest
- type ApiPromoteContentRequest
- type ApiPutEnvironmentContentOverridesRequest
- type ApiRefreshPoolsForProductRequest
- type ApiRefreshPoolsForProductsRequest
- func (r ApiRefreshPoolsForProductsRequest) Execute() ([]AsyncJobStatusDTO, *http.Response, error)
- func (r ApiRefreshPoolsForProductsRequest) LazyRegen(lazyRegen bool) ApiRefreshPoolsForProductsRequest
- func (r ApiRefreshPoolsForProductsRequest) Product(product []string) ApiRefreshPoolsForProductsRequest
- type ApiRefreshPoolsRequest
- type ApiRegenerateEntitlementCertificatesForProductRequest
- type ApiRegenerateEntitlementCertificatesRequest
- func (r ApiRegenerateEntitlementCertificatesRequest) CleanupEntitlements(cleanupEntitlements bool) ApiRegenerateEntitlementCertificatesRequest
- func (r ApiRegenerateEntitlementCertificatesRequest) Entitlement(entitlement string) ApiRegenerateEntitlementCertificatesRequest
- func (r ApiRegenerateEntitlementCertificatesRequest) Execute() (*http.Response, error)
- func (r ApiRegenerateEntitlementCertificatesRequest) LazyRegen(lazyRegen bool) ApiRegenerateEntitlementCertificatesRequest
- type ApiRegenerateIdentityCertificatesRequest
- type ApiRemoveContentFromProductRequest
- type ApiRemoveContentRequest
- type ApiRemoveContentsFromProductRequest
- type ApiRemoveDeletionRecordRequest
- type ApiRemovePoolFromKeyRequest
- type ApiRemoveProductIdFromKeyRequest
- type ApiRemoveProductRequest
- type ApiRemoveRolePermissionRequest
- type ApiScheduleJobRequest
- type ApiSearchConsumersRequest
- func (r ApiSearchConsumersRequest) EnvironmentId(environmentId string) ApiSearchConsumersRequest
- func (r ApiSearchConsumersRequest) Execute() ([]ConsumerDTOArrayElement, *http.Response, error)
- func (r ApiSearchConsumersRequest) Fact(fact []string) ApiSearchConsumersRequest
- func (r ApiSearchConsumersRequest) HypervisorId(hypervisorId []string) ApiSearchConsumersRequest
- func (r ApiSearchConsumersRequest) Order(order string) ApiSearchConsumersRequest
- func (r ApiSearchConsumersRequest) Owner(owner string) ApiSearchConsumersRequest
- func (r ApiSearchConsumersRequest) Page(page int32) ApiSearchConsumersRequest
- func (r ApiSearchConsumersRequest) PerPage(perPage int32) ApiSearchConsumersRequest
- func (r ApiSearchConsumersRequest) RegistrationAuthenticationMethod(registrationAuthenticationMethod string) ApiSearchConsumersRequest
- func (r ApiSearchConsumersRequest) SortBy(sortBy string) ApiSearchConsumersRequest
- func (r ApiSearchConsumersRequest) Type_(type_ []string) ApiSearchConsumersRequest
- func (r ApiSearchConsumersRequest) Username(username string) ApiSearchConsumersRequest
- func (r ApiSearchConsumersRequest) Uuid(uuid []string) ApiSearchConsumersRequest
- type ApiSetLogLevelRequest
- type ApiSetSchedulerStatusRequest
- type ApiStatusRequest
- type ApiUnbindAllRequest
- type ApiUnbindByEntitlementIdRequest
- type ApiUnbindByPoolRequest
- type ApiUnbindBySerialRequest
- type ApiUnbindRequest
- type ApiUndoImportsRequest
- type ApiUpdateActivationKeyRequest
- type ApiUpdateCdnRequest
- type ApiUpdateConsumerRequest
- type ApiUpdateConsumerTypeRequest
- type ApiUpdateContentRequest
- type ApiUpdateEntitlementRequest
- type ApiUpdateEnvironmentRequest
- type ApiUpdateGuestRequest
- type ApiUpdateGuestsRequest
- type ApiUpdateOwnerRequest
- type ApiUpdatePoolRequest
- type ApiUpdateProductRequest
- type ApiUpdateRequest
- type ApiUpdateRoleRequest
- type ApiUpdateUserRequest
- type AsyncJobStatusDTO
- func (o *AsyncJobStatusDTO) GetAttempts() int32
- func (o *AsyncJobStatusDTO) GetAttemptsOk() (*int32, bool)
- func (o *AsyncJobStatusDTO) GetCreated() string
- func (o *AsyncJobStatusDTO) GetCreatedOk() (*string, bool)
- func (o *AsyncJobStatusDTO) GetEndTime() string
- func (o *AsyncJobStatusDTO) GetEndTimeOk() (*string, bool)
- func (o *AsyncJobStatusDTO) GetExecutor() string
- func (o *AsyncJobStatusDTO) GetExecutorOk() (*string, bool)
- func (o *AsyncJobStatusDTO) GetGroup() string
- func (o *AsyncJobStatusDTO) GetGroupOk() (*string, bool)
- func (o *AsyncJobStatusDTO) GetId() string
- func (o *AsyncJobStatusDTO) GetIdOk() (*string, bool)
- func (o *AsyncJobStatusDTO) GetKey() string
- func (o *AsyncJobStatusDTO) GetKeyOk() (*string, bool)
- func (o *AsyncJobStatusDTO) GetMaxAttempts() int32
- func (o *AsyncJobStatusDTO) GetMaxAttemptsOk() (*int32, bool)
- func (o *AsyncJobStatusDTO) GetName() string
- func (o *AsyncJobStatusDTO) GetNameOk() (*string, bool)
- func (o *AsyncJobStatusDTO) GetOrigin() string
- func (o *AsyncJobStatusDTO) GetOriginOk() (*string, bool)
- func (o *AsyncJobStatusDTO) GetPreviousState() string
- func (o *AsyncJobStatusDTO) GetPreviousStateOk() (*string, bool)
- func (o *AsyncJobStatusDTO) GetPrincipal() string
- func (o *AsyncJobStatusDTO) GetPrincipalOk() (*string, bool)
- func (o *AsyncJobStatusDTO) GetResultData() map[string]interface{}
- func (o *AsyncJobStatusDTO) GetResultDataOk() (map[string]interface{}, bool)
- func (o *AsyncJobStatusDTO) GetStartTime() string
- func (o *AsyncJobStatusDTO) GetStartTimeOk() (*string, bool)
- func (o *AsyncJobStatusDTO) GetState() string
- func (o *AsyncJobStatusDTO) GetStateOk() (*string, bool)
- func (o *AsyncJobStatusDTO) GetStatusPath() string
- func (o *AsyncJobStatusDTO) GetStatusPathOk() (*string, bool)
- func (o *AsyncJobStatusDTO) GetUpdated() string
- func (o *AsyncJobStatusDTO) GetUpdatedOk() (*string, bool)
- func (o *AsyncJobStatusDTO) HasAttempts() bool
- func (o *AsyncJobStatusDTO) HasCreated() bool
- func (o *AsyncJobStatusDTO) HasEndTime() bool
- func (o *AsyncJobStatusDTO) HasExecutor() bool
- func (o *AsyncJobStatusDTO) HasGroup() bool
- func (o *AsyncJobStatusDTO) HasId() bool
- func (o *AsyncJobStatusDTO) HasKey() bool
- func (o *AsyncJobStatusDTO) HasMaxAttempts() bool
- func (o *AsyncJobStatusDTO) HasName() bool
- func (o *AsyncJobStatusDTO) HasOrigin() bool
- func (o *AsyncJobStatusDTO) HasPreviousState() bool
- func (o *AsyncJobStatusDTO) HasPrincipal() bool
- func (o *AsyncJobStatusDTO) HasResultData() bool
- func (o *AsyncJobStatusDTO) HasStartTime() bool
- func (o *AsyncJobStatusDTO) HasState() bool
- func (o *AsyncJobStatusDTO) HasStatusPath() bool
- func (o *AsyncJobStatusDTO) HasUpdated() bool
- func (o AsyncJobStatusDTO) MarshalJSON() ([]byte, error)
- func (o *AsyncJobStatusDTO) SetAttempts(v int32)
- func (o *AsyncJobStatusDTO) SetCreated(v string)
- func (o *AsyncJobStatusDTO) SetEndTime(v string)
- func (o *AsyncJobStatusDTO) SetExecutor(v string)
- func (o *AsyncJobStatusDTO) SetGroup(v string)
- func (o *AsyncJobStatusDTO) SetId(v string)
- func (o *AsyncJobStatusDTO) SetKey(v string)
- func (o *AsyncJobStatusDTO) SetMaxAttempts(v int32)
- func (o *AsyncJobStatusDTO) SetName(v string)
- func (o *AsyncJobStatusDTO) SetOrigin(v string)
- func (o *AsyncJobStatusDTO) SetPreviousState(v string)
- func (o *AsyncJobStatusDTO) SetPrincipal(v string)
- func (o *AsyncJobStatusDTO) SetResultData(v map[string]interface{})
- func (o *AsyncJobStatusDTO) SetStartTime(v string)
- func (o *AsyncJobStatusDTO) SetState(v string)
- func (o *AsyncJobStatusDTO) SetStatusPath(v string)
- func (o *AsyncJobStatusDTO) SetUpdated(v string)
- func (o AsyncJobStatusDTO) ToMap() (map[string]interface{}, error)
- type AttributeDTO
- func (o *AttributeDTO) GetName() string
- func (o *AttributeDTO) GetNameOk() (*string, bool)
- func (o *AttributeDTO) GetValue() string
- func (o *AttributeDTO) GetValueOk() (*string, bool)
- func (o *AttributeDTO) HasName() bool
- func (o *AttributeDTO) HasValue() bool
- func (o AttributeDTO) MarshalJSON() ([]byte, error)
- func (o *AttributeDTO) SetName(v string)
- func (o *AttributeDTO) SetValue(v string)
- func (o AttributeDTO) ToMap() (map[string]interface{}, error)
- type BasicAuth
- type BrandingDTO
- func (o *BrandingDTO) GetCreated() string
- func (o *BrandingDTO) GetCreatedOk() (*string, bool)
- func (o *BrandingDTO) GetName() string
- func (o *BrandingDTO) GetNameOk() (*string, bool)
- func (o *BrandingDTO) GetProductId() string
- func (o *BrandingDTO) GetProductIdOk() (*string, bool)
- func (o *BrandingDTO) GetType() string
- func (o *BrandingDTO) GetTypeOk() (*string, bool)
- func (o *BrandingDTO) GetUpdated() string
- func (o *BrandingDTO) GetUpdatedOk() (*string, bool)
- func (o *BrandingDTO) HasCreated() bool
- func (o *BrandingDTO) HasUpdated() bool
- func (o BrandingDTO) MarshalJSON() ([]byte, error)
- func (o *BrandingDTO) SetCreated(v string)
- func (o *BrandingDTO) SetName(v string)
- func (o *BrandingDTO) SetProductId(v string)
- func (o *BrandingDTO) SetType(v string)
- func (o *BrandingDTO) SetUpdated(v string)
- func (o BrandingDTO) ToMap() (map[string]interface{}, error)
- func (o *BrandingDTO) UnmarshalJSON(data []byte) (err error)
- type CapabilityDTO
- func (o *CapabilityDTO) GetId() string
- func (o *CapabilityDTO) GetIdOk() (*string, bool)
- func (o *CapabilityDTO) GetName() string
- func (o *CapabilityDTO) GetNameOk() (*string, bool)
- func (o *CapabilityDTO) HasId() bool
- func (o CapabilityDTO) MarshalJSON() ([]byte, error)
- func (o *CapabilityDTO) SetId(v string)
- func (o *CapabilityDTO) SetName(v string)
- func (o CapabilityDTO) ToMap() (map[string]interface{}, error)
- func (o *CapabilityDTO) UnmarshalJSON(data []byte) (err error)
- type CdnAPIService
- func (a *CdnAPIService) CreateCdn(ctx context.Context) ApiCreateCdnRequest
- func (a *CdnAPIService) CreateCdnExecute(r ApiCreateCdnRequest) (*CdnDTO, *http.Response, error)
- func (a *CdnAPIService) DeleteCdn(ctx context.Context, label string) ApiDeleteCdnRequest
- func (a *CdnAPIService) DeleteCdnExecute(r ApiDeleteCdnRequest) (*http.Response, error)
- func (a *CdnAPIService) GetContentDeliveryNetworks(ctx context.Context) ApiGetContentDeliveryNetworksRequest
- func (a *CdnAPIService) GetContentDeliveryNetworksExecute(r ApiGetContentDeliveryNetworksRequest) ([]CdnDTO, *http.Response, error)
- func (a *CdnAPIService) UpdateCdn(ctx context.Context, label string) ApiUpdateCdnRequest
- func (a *CdnAPIService) UpdateCdnExecute(r ApiUpdateCdnRequest) (*CdnDTO, *http.Response, error)
- type CdnDTO
- func (o *CdnDTO) GetCertificate() CertificateDTO
- func (o *CdnDTO) GetCertificateOk() (*CertificateDTO, bool)
- func (o *CdnDTO) GetCreated() string
- func (o *CdnDTO) GetCreatedOk() (*string, bool)
- func (o *CdnDTO) GetId() string
- func (o *CdnDTO) GetIdOk() (*string, bool)
- func (o *CdnDTO) GetLabel() string
- func (o *CdnDTO) GetLabelOk() (*string, bool)
- func (o *CdnDTO) GetName() string
- func (o *CdnDTO) GetNameOk() (*string, bool)
- func (o *CdnDTO) GetUpdated() string
- func (o *CdnDTO) GetUpdatedOk() (*string, bool)
- func (o *CdnDTO) GetUrl() string
- func (o *CdnDTO) GetUrlOk() (*string, bool)
- func (o *CdnDTO) HasCertificate() bool
- func (o *CdnDTO) HasCreated() bool
- func (o *CdnDTO) HasId() bool
- func (o *CdnDTO) HasLabel() bool
- func (o *CdnDTO) HasName() bool
- func (o *CdnDTO) HasUpdated() bool
- func (o *CdnDTO) HasUrl() bool
- func (o CdnDTO) MarshalJSON() ([]byte, error)
- func (o *CdnDTO) SetCertificate(v CertificateDTO)
- func (o *CdnDTO) SetCreated(v string)
- func (o *CdnDTO) SetId(v string)
- func (o *CdnDTO) SetLabel(v string)
- func (o *CdnDTO) SetName(v string)
- func (o *CdnDTO) SetUpdated(v string)
- func (o *CdnDTO) SetUrl(v string)
- func (o CdnDTO) ToMap() (map[string]interface{}, error)
- type CertificateDTO
- func (o *CertificateDTO) GetCert() string
- func (o *CertificateDTO) GetCertOk() (*string, bool)
- func (o *CertificateDTO) GetCreated() string
- func (o *CertificateDTO) GetCreatedOk() (*string, bool)
- func (o *CertificateDTO) GetId() string
- func (o *CertificateDTO) GetIdOk() (*string, bool)
- func (o *CertificateDTO) GetKey() string
- func (o *CertificateDTO) GetKeyOk() (*string, bool)
- func (o *CertificateDTO) GetSerial() CertificateSerialDTO
- func (o *CertificateDTO) GetSerialOk() (*CertificateSerialDTO, bool)
- func (o *CertificateDTO) GetUpdated() string
- func (o *CertificateDTO) GetUpdatedOk() (*string, bool)
- func (o *CertificateDTO) HasCert() bool
- func (o *CertificateDTO) HasCreated() bool
- func (o *CertificateDTO) HasId() bool
- func (o *CertificateDTO) HasKey() bool
- func (o *CertificateDTO) HasSerial() bool
- func (o *CertificateDTO) HasUpdated() bool
- func (o CertificateDTO) MarshalJSON() ([]byte, error)
- func (o *CertificateDTO) SetCert(v string)
- func (o *CertificateDTO) SetCreated(v string)
- func (o *CertificateDTO) SetId(v string)
- func (o *CertificateDTO) SetKey(v string)
- func (o *CertificateDTO) SetSerial(v CertificateSerialDTO)
- func (o *CertificateDTO) SetUpdated(v string)
- func (o CertificateDTO) ToMap() (map[string]interface{}, error)
- type CertificateRevocationListAPIService
- type CertificateSerialAPIService
- type CertificateSerialDTO
- func (o *CertificateSerialDTO) GetCreated() string
- func (o *CertificateSerialDTO) GetCreatedOk() (*string, bool)
- func (o *CertificateSerialDTO) GetExpiration() string
- func (o *CertificateSerialDTO) GetExpirationOk() (*string, bool)
- func (o *CertificateSerialDTO) GetId() int64
- func (o *CertificateSerialDTO) GetIdOk() (*int64, bool)
- func (o *CertificateSerialDTO) GetRevoked() bool
- func (o *CertificateSerialDTO) GetRevokedOk() (*bool, bool)
- func (o *CertificateSerialDTO) GetSerial() int64
- func (o *CertificateSerialDTO) GetSerialOk() (*int64, bool)
- func (o *CertificateSerialDTO) GetUpdated() string
- func (o *CertificateSerialDTO) GetUpdatedOk() (*string, bool)
- func (o *CertificateSerialDTO) HasCreated() bool
- func (o *CertificateSerialDTO) HasExpiration() bool
- func (o *CertificateSerialDTO) HasId() bool
- func (o *CertificateSerialDTO) HasRevoked() bool
- func (o *CertificateSerialDTO) HasSerial() bool
- func (o *CertificateSerialDTO) HasUpdated() bool
- func (o CertificateSerialDTO) MarshalJSON() ([]byte, error)
- func (o *CertificateSerialDTO) SetCreated(v string)
- func (o *CertificateSerialDTO) SetExpiration(v string)
- func (o *CertificateSerialDTO) SetId(v int64)
- func (o *CertificateSerialDTO) SetRevoked(v bool)
- func (o *CertificateSerialDTO) SetSerial(v int64)
- func (o *CertificateSerialDTO) SetUpdated(v string)
- func (o CertificateSerialDTO) ToMap() (map[string]interface{}, error)
- type ClaimantOwner
- func (o *ClaimantOwner) GetClaimantOwnerKey() string
- func (o *ClaimantOwner) GetClaimantOwnerKeyOk() (*string, bool)
- func (o ClaimantOwner) MarshalJSON() ([]byte, error)
- func (o *ClaimantOwner) SetClaimantOwnerKey(v string)
- func (o ClaimantOwner) ToMap() (map[string]interface{}, error)
- func (o *ClaimantOwner) UnmarshalJSON(data []byte) (err error)
- type CloudAuthenticationResultDTO
- func (o *CloudAuthenticationResultDTO) GetAnonymousConsumerUuid() string
- func (o *CloudAuthenticationResultDTO) GetAnonymousConsumerUuidOk() (*string, bool)
- func (o *CloudAuthenticationResultDTO) GetOwnerKey() string
- func (o *CloudAuthenticationResultDTO) GetOwnerKeyOk() (*string, bool)
- func (o *CloudAuthenticationResultDTO) GetToken() string
- func (o *CloudAuthenticationResultDTO) GetTokenOk() (*string, bool)
- func (o *CloudAuthenticationResultDTO) GetTokenType() string
- func (o *CloudAuthenticationResultDTO) GetTokenTypeOk() (*string, bool)
- func (o *CloudAuthenticationResultDTO) HasAnonymousConsumerUuid() bool
- func (o *CloudAuthenticationResultDTO) HasOwnerKey() bool
- func (o CloudAuthenticationResultDTO) MarshalJSON() ([]byte, error)
- func (o *CloudAuthenticationResultDTO) SetAnonymousConsumerUuid(v string)
- func (o *CloudAuthenticationResultDTO) SetOwnerKey(v string)
- func (o *CloudAuthenticationResultDTO) SetToken(v string)
- func (o *CloudAuthenticationResultDTO) SetTokenType(v string)
- func (o CloudAuthenticationResultDTO) ToMap() (map[string]interface{}, error)
- func (o *CloudAuthenticationResultDTO) UnmarshalJSON(data []byte) (err error)
- type CloudRegistrationAPIService
- func (a *CloudRegistrationAPIService) CancelCloudAccountJobs(ctx context.Context, cloudAccountId string) ApiCancelCloudAccountJobsRequest
- func (a *CloudRegistrationAPIService) CancelCloudAccountJobsExecute(r ApiCancelCloudAccountJobsRequest) ([]string, *http.Response, error)
- func (a *CloudRegistrationAPIService) CloudAuthorize(ctx context.Context) ApiCloudAuthorizeRequest
- func (a *CloudRegistrationAPIService) CloudAuthorizeExecute(r ApiCloudAuthorizeRequest) (string, *http.Response, error)
- func (a *CloudRegistrationAPIService) DeleteAnonymousConsumersByAccountId(ctx context.Context) ApiDeleteAnonymousConsumersByAccountIdRequest
- func (a *CloudRegistrationAPIService) DeleteAnonymousConsumersByAccountIdExecute(r ApiDeleteAnonymousConsumersByAccountIdRequest) (*http.Response, error)
- type CloudRegistrationDTO
- func (o *CloudRegistrationDTO) GetMetadata() string
- func (o *CloudRegistrationDTO) GetMetadataOk() (*string, bool)
- func (o *CloudRegistrationDTO) GetSignature() string
- func (o *CloudRegistrationDTO) GetSignatureOk() (*string, bool)
- func (o *CloudRegistrationDTO) GetType() string
- func (o *CloudRegistrationDTO) GetTypeOk() (*string, bool)
- func (o CloudRegistrationDTO) MarshalJSON() ([]byte, error)
- func (o *CloudRegistrationDTO) SetMetadata(v string)
- func (o *CloudRegistrationDTO) SetSignature(v string)
- func (o *CloudRegistrationDTO) SetType(v string)
- func (o CloudRegistrationDTO) ToMap() (map[string]interface{}, error)
- func (o *CloudRegistrationDTO) UnmarshalJSON(data []byte) (err error)
- type ComplianceReasonDTO
- func (o *ComplianceReasonDTO) GetAttributes() map[string]string
- func (o *ComplianceReasonDTO) GetAttributesOk() (*map[string]string, bool)
- func (o *ComplianceReasonDTO) GetKey() string
- func (o *ComplianceReasonDTO) GetKeyOk() (*string, bool)
- func (o *ComplianceReasonDTO) GetMessage() string
- func (o *ComplianceReasonDTO) GetMessageOk() (*string, bool)
- func (o *ComplianceReasonDTO) HasAttributes() bool
- func (o *ComplianceReasonDTO) HasKey() bool
- func (o *ComplianceReasonDTO) HasMessage() bool
- func (o ComplianceReasonDTO) MarshalJSON() ([]byte, error)
- func (o *ComplianceReasonDTO) SetAttributes(v map[string]string)
- func (o *ComplianceReasonDTO) SetKey(v string)
- func (o *ComplianceReasonDTO) SetMessage(v string)
- func (o ComplianceReasonDTO) ToMap() (map[string]interface{}, error)
- type ComplianceStatusDTO
- func (o *ComplianceStatusDTO) GetCompliant() bool
- func (o *ComplianceStatusDTO) GetCompliantOk() (*bool, bool)
- func (o *ComplianceStatusDTO) GetCompliantProducts() map[string][]EntitlementDTO
- func (o *ComplianceStatusDTO) GetCompliantProductsOk() (*map[string][]EntitlementDTO, bool)
- func (o *ComplianceStatusDTO) GetCompliantUntil() string
- func (o *ComplianceStatusDTO) GetCompliantUntilOk() (*string, bool)
- func (o *ComplianceStatusDTO) GetDate() string
- func (o *ComplianceStatusDTO) GetDateOk() (*string, bool)
- func (o *ComplianceStatusDTO) GetNonCompliantProducts() []string
- func (o *ComplianceStatusDTO) GetNonCompliantProductsOk() ([]string, bool)
- func (o *ComplianceStatusDTO) GetPartialStacks() map[string][]EntitlementDTO
- func (o *ComplianceStatusDTO) GetPartialStacksOk() (*map[string][]EntitlementDTO, bool)
- func (o *ComplianceStatusDTO) GetPartiallyCompliantProducts() map[string][]EntitlementDTO
- func (o *ComplianceStatusDTO) GetPartiallyCompliantProductsOk() (*map[string][]EntitlementDTO, bool)
- func (o *ComplianceStatusDTO) GetProductComplianceDateRanges() map[string]DateRange
- func (o *ComplianceStatusDTO) GetProductComplianceDateRangesOk() (*map[string]DateRange, bool)
- func (o *ComplianceStatusDTO) GetReasons() []ComplianceReasonDTO
- func (o *ComplianceStatusDTO) GetReasonsOk() ([]ComplianceReasonDTO, bool)
- func (o *ComplianceStatusDTO) GetStatus() string
- func (o *ComplianceStatusDTO) GetStatusOk() (*string, bool)
- func (o *ComplianceStatusDTO) HasCompliant() bool
- func (o *ComplianceStatusDTO) HasCompliantProducts() bool
- func (o *ComplianceStatusDTO) HasCompliantUntil() bool
- func (o *ComplianceStatusDTO) HasDate() bool
- func (o *ComplianceStatusDTO) HasNonCompliantProducts() bool
- func (o *ComplianceStatusDTO) HasPartialStacks() bool
- func (o *ComplianceStatusDTO) HasPartiallyCompliantProducts() bool
- func (o *ComplianceStatusDTO) HasProductComplianceDateRanges() bool
- func (o *ComplianceStatusDTO) HasReasons() bool
- func (o *ComplianceStatusDTO) HasStatus() bool
- func (o ComplianceStatusDTO) MarshalJSON() ([]byte, error)
- func (o *ComplianceStatusDTO) SetCompliant(v bool)
- func (o *ComplianceStatusDTO) SetCompliantProducts(v map[string][]EntitlementDTO)
- func (o *ComplianceStatusDTO) SetCompliantUntil(v string)
- func (o *ComplianceStatusDTO) SetDate(v string)
- func (o *ComplianceStatusDTO) SetNonCompliantProducts(v []string)
- func (o *ComplianceStatusDTO) SetPartialStacks(v map[string][]EntitlementDTO)
- func (o *ComplianceStatusDTO) SetPartiallyCompliantProducts(v map[string][]EntitlementDTO)
- func (o *ComplianceStatusDTO) SetProductComplianceDateRanges(v map[string]DateRange)
- func (o *ComplianceStatusDTO) SetReasons(v []ComplianceReasonDTO)
- func (o *ComplianceStatusDTO) SetStatus(v string)
- func (o ComplianceStatusDTO) ToMap() (map[string]interface{}, error)
- type Configuration
- type ConsumerAPIService
- func (a *ConsumerAPIService) AddConsumerContentOverrides(ctx context.Context, consumerUuid string) ApiAddConsumerContentOverridesRequest
- func (a *ConsumerAPIService) AddConsumerContentOverridesExecute(r ApiAddConsumerContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)
- func (a *ConsumerAPIService) Bind(ctx context.Context, consumerUuid string) ApiBindRequest
- func (a *ConsumerAPIService) BindExecute(r ApiBindRequest) (string, *http.Response, error)
- func (a *ConsumerAPIService) ConsumerExists(ctx context.Context, consumerUuid string) ApiConsumerExistsRequest
- func (a *ConsumerAPIService) ConsumerExistsBulk(ctx context.Context) ApiConsumerExistsBulkRequest
- func (a *ConsumerAPIService) ConsumerExistsBulkExecute(r ApiConsumerExistsBulkRequest) (*http.Response, error)
- func (a *ConsumerAPIService) ConsumerExistsExecute(r ApiConsumerExistsRequest) (*http.Response, error)
- func (a *ConsumerAPIService) CreateConsumer(ctx context.Context) ApiCreateConsumerRequest
- func (a *ConsumerAPIService) CreateConsumerExecute(r ApiCreateConsumerRequest) (*ConsumerDTO, *http.Response, error)
- func (a *ConsumerAPIService) DeleteConsumer(ctx context.Context, consumerUuid string) ApiDeleteConsumerRequest
- func (a *ConsumerAPIService) DeleteConsumerContentOverrides(ctx context.Context, consumerUuid string) ApiDeleteConsumerContentOverridesRequest
- func (a *ConsumerAPIService) DeleteConsumerContentOverridesExecute(r ApiDeleteConsumerContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)
- func (a *ConsumerAPIService) DeleteConsumerExecute(r ApiDeleteConsumerRequest) (*http.Response, error)
- func (a *ConsumerAPIService) DownloadExistingExport(ctx context.Context, consumerUuid string, exportId string) ApiDownloadExistingExportRequest
- func (a *ConsumerAPIService) DownloadExistingExportExecute(r ApiDownloadExistingExportRequest) (*os.File, *http.Response, error)
- func (a *ConsumerAPIService) DryBind(ctx context.Context, consumerUuid string) ApiDryBindRequest
- func (a *ConsumerAPIService) DryBindExecute(r ApiDryBindRequest) ([]PoolQuantityDTO, *http.Response, error)
- func (a *ConsumerAPIService) ExportCertificates(ctx context.Context, consumerUuid string) ApiExportCertificatesRequest
- func (a *ConsumerAPIService) ExportCertificatesExecute(r ApiExportCertificatesRequest) (map[string]interface{}, *http.Response, error)
- func (a *ConsumerAPIService) ExportData(ctx context.Context, consumerUuid string) ApiExportDataRequest
- func (a *ConsumerAPIService) ExportDataAsync(ctx context.Context, consumerUuid string) ApiExportDataAsyncRequest
- func (a *ConsumerAPIService) ExportDataAsyncExecute(r ApiExportDataAsyncRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *ConsumerAPIService) ExportDataExecute(r ApiExportDataRequest) (*os.File, *http.Response, error)
- func (a *ConsumerAPIService) GetComplianceStatus(ctx context.Context, consumerUuid string) ApiGetComplianceStatusRequest
- func (a *ConsumerAPIService) GetComplianceStatusExecute(r ApiGetComplianceStatusRequest) (*ComplianceStatusDTO, *http.Response, error)
- func (a *ConsumerAPIService) GetComplianceStatusList(ctx context.Context) ApiGetComplianceStatusListRequest
- func (a *ConsumerAPIService) GetComplianceStatusListExecute(r ApiGetComplianceStatusListRequest) (*map[string]ComplianceStatusDTO, *http.Response, error)
- func (a *ConsumerAPIService) GetConsumer(ctx context.Context, consumerUuid string) ApiGetConsumerRequest
- func (a *ConsumerAPIService) GetConsumerExecute(r ApiGetConsumerRequest) (*ConsumerDTO, *http.Response, error)
- func (a *ConsumerAPIService) GetContentAccessBody(ctx context.Context, consumerUuid string) ApiGetContentAccessBodyRequest
- func (a *ConsumerAPIService) GetContentAccessBodyExecute(r ApiGetContentAccessBodyRequest) (string, *http.Response, error)
- func (a *ConsumerAPIService) GetContentAccessForConsumer(ctx context.Context, consumerUuid string) ApiGetContentAccessForConsumerRequest
- func (a *ConsumerAPIService) GetContentAccessForConsumerExecute(r ApiGetContentAccessForConsumerRequest) (*ContentAccessDTO, *http.Response, error)
- func (a *ConsumerAPIService) GetEntitlementCertificateSerials(ctx context.Context, consumerUuid string) ApiGetEntitlementCertificateSerialsRequest
- func (a *ConsumerAPIService) GetEntitlementCertificateSerialsExecute(r ApiGetEntitlementCertificateSerialsRequest) ([]CertificateSerialDTO, *http.Response, error)
- func (a *ConsumerAPIService) GetGuests(ctx context.Context, consumerUuid string) ApiGetGuestsRequest
- func (a *ConsumerAPIService) GetGuestsExecute(r ApiGetGuestsRequest) ([]ConsumerDTOArrayElement, *http.Response, error)
- func (a *ConsumerAPIService) GetHost(ctx context.Context, consumerUuid string) ApiGetHostRequest
- func (a *ConsumerAPIService) GetHostExecute(r ApiGetHostRequest) (*ConsumerDTO, *http.Response, error)
- func (a *ConsumerAPIService) GetOwnerByConsumerUuid(ctx context.Context, consumerUuid string) ApiGetOwnerByConsumerUuidRequest
- func (a *ConsumerAPIService) GetOwnerByConsumerUuidExecute(r ApiGetOwnerByConsumerUuidRequest) (*OwnerDTO, *http.Response, error)
- func (a *ConsumerAPIService) GetRelease(ctx context.Context, consumerUuid string) ApiGetReleaseRequest
- func (a *ConsumerAPIService) GetReleaseExecute(r ApiGetReleaseRequest) (*ReleaseVerDTO, *http.Response, error)
- func (a *ConsumerAPIService) GetSystemPurposeComplianceStatus(ctx context.Context, consumerUuid string) ApiGetSystemPurposeComplianceStatusRequest
- func (a *ConsumerAPIService) GetSystemPurposeComplianceStatusExecute(r ApiGetSystemPurposeComplianceStatusRequest) (*SystemPurposeComplianceStatusDTO, *http.Response, error)
- func (a *ConsumerAPIService) ListConsumerContentOverrides(ctx context.Context, consumerUuid string) ApiListConsumerContentOverridesRequest
- func (a *ConsumerAPIService) ListConsumerContentOverridesExecute(r ApiListConsumerContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)
- func (a *ConsumerAPIService) ListEntitlements(ctx context.Context, consumerUuid string) ApiListEntitlementsRequest
- func (a *ConsumerAPIService) ListEntitlementsExecute(r ApiListEntitlementsRequest) ([]EntitlementDTO, *http.Response, error)
- func (a *ConsumerAPIService) RegenerateEntitlementCertificates(ctx context.Context, consumerUuid string) ApiRegenerateEntitlementCertificatesRequest
- func (a *ConsumerAPIService) RegenerateEntitlementCertificatesExecute(r ApiRegenerateEntitlementCertificatesRequest) (*http.Response, error)
- func (a *ConsumerAPIService) RegenerateIdentityCertificates(ctx context.Context, consumerUuid string) ApiRegenerateIdentityCertificatesRequest
- func (a *ConsumerAPIService) RegenerateIdentityCertificatesExecute(r ApiRegenerateIdentityCertificatesRequest) (*ConsumerDTO, *http.Response, error)
- func (a *ConsumerAPIService) RemoveDeletionRecord(ctx context.Context, consumerUuid string) ApiRemoveDeletionRecordRequest
- func (a *ConsumerAPIService) RemoveDeletionRecordExecute(r ApiRemoveDeletionRecordRequest) (*http.Response, error)
- func (a *ConsumerAPIService) SearchConsumers(ctx context.Context) ApiSearchConsumersRequest
- func (a *ConsumerAPIService) SearchConsumersExecute(r ApiSearchConsumersRequest) ([]ConsumerDTOArrayElement, *http.Response, error)
- func (a *ConsumerAPIService) UnbindAll(ctx context.Context, consumerUuid string) ApiUnbindAllRequest
- func (a *ConsumerAPIService) UnbindAllExecute(r ApiUnbindAllRequest) (*DeleteResult, *http.Response, error)
- func (a *ConsumerAPIService) UnbindByEntitlementId(ctx context.Context, consumerUuid string, dbid string) ApiUnbindByEntitlementIdRequest
- func (a *ConsumerAPIService) UnbindByEntitlementIdExecute(r ApiUnbindByEntitlementIdRequest) (*http.Response, error)
- func (a *ConsumerAPIService) UnbindByPool(ctx context.Context, consumerUuid string, poolId string) ApiUnbindByPoolRequest
- func (a *ConsumerAPIService) UnbindByPoolExecute(r ApiUnbindByPoolRequest) (*http.Response, error)
- func (a *ConsumerAPIService) UnbindBySerial(ctx context.Context, consumerUuid string, serial int64) ApiUnbindBySerialRequest
- func (a *ConsumerAPIService) UnbindBySerialExecute(r ApiUnbindBySerialRequest) (*http.Response, error)
- func (a *ConsumerAPIService) UpdateConsumer(ctx context.Context, consumerUuid string) ApiUpdateConsumerRequest
- func (a *ConsumerAPIService) UpdateConsumerExecute(r ApiUpdateConsumerRequest) (*http.Response, error)
- type ConsumerActivationKeyDTO
- func (o *ConsumerActivationKeyDTO) GetActivationKeyId() string
- func (o *ConsumerActivationKeyDTO) GetActivationKeyIdOk() (*string, bool)
- func (o *ConsumerActivationKeyDTO) GetActivationKeyName() string
- func (o *ConsumerActivationKeyDTO) GetActivationKeyNameOk() (*string, bool)
- func (o *ConsumerActivationKeyDTO) HasActivationKeyId() bool
- func (o *ConsumerActivationKeyDTO) HasActivationKeyName() bool
- func (o ConsumerActivationKeyDTO) MarshalJSON() ([]byte, error)
- func (o *ConsumerActivationKeyDTO) SetActivationKeyId(v string)
- func (o *ConsumerActivationKeyDTO) SetActivationKeyName(v string)
- func (o ConsumerActivationKeyDTO) ToMap() (map[string]interface{}, error)
- type ConsumerDTO
- func (o *ConsumerDTO) GetActivationKeys() []ConsumerActivationKeyDTO
- func (o *ConsumerDTO) GetActivationKeysOk() ([]ConsumerActivationKeyDTO, bool)
- func (o *ConsumerDTO) GetAddOns() []string
- func (o *ConsumerDTO) GetAddOnsOk() ([]string, bool)
- func (o *ConsumerDTO) GetAnnotations() string
- func (o *ConsumerDTO) GetAnnotationsOk() (*string, bool)
- func (o *ConsumerDTO) GetAutoheal() bool
- func (o *ConsumerDTO) GetAutohealOk() (*bool, bool)
- func (o *ConsumerDTO) GetCanActivate() bool
- func (o *ConsumerDTO) GetCanActivateOk() (*bool, bool)
- func (o *ConsumerDTO) GetCapabilities() []CapabilityDTO
- func (o *ConsumerDTO) GetCapabilitiesOk() ([]CapabilityDTO, bool)
- func (o *ConsumerDTO) GetContentAccessMode() string
- func (o *ConsumerDTO) GetContentAccessModeOk() (*string, bool)
- func (o *ConsumerDTO) GetContentTags() []string
- func (o *ConsumerDTO) GetContentTagsOk() ([]string, bool)
- func (o *ConsumerDTO) GetCreated() string
- func (o *ConsumerDTO) GetCreatedOk() (*string, bool)
- func (o *ConsumerDTO) GetEntitlementCount() int64
- func (o *ConsumerDTO) GetEntitlementCountOk() (*int64, bool)
- func (o *ConsumerDTO) GetEntitlementStatus() string
- func (o *ConsumerDTO) GetEntitlementStatusOk() (*string, bool)
- func (o *ConsumerDTO) GetEnvironment() EnvironmentDTO
- func (o *ConsumerDTO) GetEnvironmentOk() (*EnvironmentDTO, bool)
- func (o *ConsumerDTO) GetEnvironments() []EnvironmentDTO
- func (o *ConsumerDTO) GetEnvironmentsOk() ([]EnvironmentDTO, bool)
- func (o *ConsumerDTO) GetFacts() map[string]string
- func (o *ConsumerDTO) GetFactsOk() (*map[string]string, bool)
- func (o *ConsumerDTO) GetGuestIds() []GuestIdDTO
- func (o *ConsumerDTO) GetGuestIdsOk() ([]GuestIdDTO, bool)
- func (o *ConsumerDTO) GetHref() string
- func (o *ConsumerDTO) GetHrefOk() (*string, bool)
- func (o *ConsumerDTO) GetHypervisorId() HypervisorIdDTO
- func (o *ConsumerDTO) GetHypervisorIdOk() (*HypervisorIdDTO, bool)
- func (o *ConsumerDTO) GetId() string
- func (o *ConsumerDTO) GetIdCert() CertificateDTO
- func (o *ConsumerDTO) GetIdCertOk() (*CertificateDTO, bool)
- func (o *ConsumerDTO) GetIdOk() (*string, bool)
- func (o *ConsumerDTO) GetInstalledProducts() []ConsumerInstalledProductDTO
- func (o *ConsumerDTO) GetInstalledProductsOk() ([]ConsumerInstalledProductDTO, bool)
- func (o *ConsumerDTO) GetLastCheckin() string
- func (o *ConsumerDTO) GetLastCheckinOk() (*string, bool)
- func (o *ConsumerDTO) GetName() string
- func (o *ConsumerDTO) GetNameOk() (*string, bool)
- func (o *ConsumerDTO) GetOwner() NestedOwnerDTO
- func (o *ConsumerDTO) GetOwnerOk() (*NestedOwnerDTO, bool)
- func (o *ConsumerDTO) GetRegistrationAuthenticationMethod() string
- func (o *ConsumerDTO) GetRegistrationAuthenticationMethodOk() (*string, bool)
- func (o *ConsumerDTO) GetReleaseVer() ReleaseVerDTO
- func (o *ConsumerDTO) GetReleaseVerOk() (*ReleaseVerDTO, bool)
- func (o *ConsumerDTO) GetRole() string
- func (o *ConsumerDTO) GetRoleOk() (*string, bool)
- func (o *ConsumerDTO) GetServiceLevel() string
- func (o *ConsumerDTO) GetServiceLevelOk() (*string, bool)
- func (o *ConsumerDTO) GetServiceType() string
- func (o *ConsumerDTO) GetServiceTypeOk() (*string, bool)
- func (o *ConsumerDTO) GetSystemPurposeStatus() string
- func (o *ConsumerDTO) GetSystemPurposeStatusOk() (*string, bool)
- func (o *ConsumerDTO) GetType() ConsumerTypeDTO
- func (o *ConsumerDTO) GetTypeOk() (*ConsumerTypeDTO, bool)
- func (o *ConsumerDTO) GetUpdated() string
- func (o *ConsumerDTO) GetUpdatedOk() (*string, bool)
- func (o *ConsumerDTO) GetUsage() string
- func (o *ConsumerDTO) GetUsageOk() (*string, bool)
- func (o *ConsumerDTO) GetUsername() string
- func (o *ConsumerDTO) GetUsernameOk() (*string, bool)
- func (o *ConsumerDTO) GetUuid() string
- func (o *ConsumerDTO) GetUuidOk() (*string, bool)
- func (o *ConsumerDTO) HasActivationKeys() bool
- func (o *ConsumerDTO) HasAddOns() bool
- func (o *ConsumerDTO) HasAnnotations() bool
- func (o *ConsumerDTO) HasAutoheal() bool
- func (o *ConsumerDTO) HasCanActivate() bool
- func (o *ConsumerDTO) HasCapabilities() bool
- func (o *ConsumerDTO) HasContentAccessMode() bool
- func (o *ConsumerDTO) HasContentTags() bool
- func (o *ConsumerDTO) HasCreated() bool
- func (o *ConsumerDTO) HasEntitlementCount() bool
- func (o *ConsumerDTO) HasEntitlementStatus() bool
- func (o *ConsumerDTO) HasEnvironment() bool
- func (o *ConsumerDTO) HasEnvironments() bool
- func (o *ConsumerDTO) HasFacts() bool
- func (o *ConsumerDTO) HasGuestIds() bool
- func (o *ConsumerDTO) HasHref() bool
- func (o *ConsumerDTO) HasHypervisorId() bool
- func (o *ConsumerDTO) HasId() bool
- func (o *ConsumerDTO) HasIdCert() bool
- func (o *ConsumerDTO) HasInstalledProducts() bool
- func (o *ConsumerDTO) HasLastCheckin() bool
- func (o *ConsumerDTO) HasName() bool
- func (o *ConsumerDTO) HasOwner() bool
- func (o *ConsumerDTO) HasRegistrationAuthenticationMethod() bool
- func (o *ConsumerDTO) HasReleaseVer() bool
- func (o *ConsumerDTO) HasRole() bool
- func (o *ConsumerDTO) HasServiceLevel() bool
- func (o *ConsumerDTO) HasServiceType() bool
- func (o *ConsumerDTO) HasSystemPurposeStatus() bool
- func (o *ConsumerDTO) HasType() bool
- func (o *ConsumerDTO) HasUpdated() bool
- func (o *ConsumerDTO) HasUsage() bool
- func (o *ConsumerDTO) HasUsername() bool
- func (o *ConsumerDTO) HasUuid() bool
- func (o ConsumerDTO) MarshalJSON() ([]byte, error)
- func (o *ConsumerDTO) SetActivationKeys(v []ConsumerActivationKeyDTO)
- func (o *ConsumerDTO) SetAddOns(v []string)
- func (o *ConsumerDTO) SetAnnotations(v string)
- func (o *ConsumerDTO) SetAutoheal(v bool)
- func (o *ConsumerDTO) SetCanActivate(v bool)
- func (o *ConsumerDTO) SetCapabilities(v []CapabilityDTO)
- func (o *ConsumerDTO) SetContentAccessMode(v string)
- func (o *ConsumerDTO) SetContentTags(v []string)
- func (o *ConsumerDTO) SetCreated(v string)
- func (o *ConsumerDTO) SetEntitlementCount(v int64)
- func (o *ConsumerDTO) SetEntitlementStatus(v string)
- func (o *ConsumerDTO) SetEnvironment(v EnvironmentDTO)
- func (o *ConsumerDTO) SetEnvironments(v []EnvironmentDTO)
- func (o *ConsumerDTO) SetFacts(v map[string]string)
- func (o *ConsumerDTO) SetGuestIds(v []GuestIdDTO)
- func (o *ConsumerDTO) SetHref(v string)
- func (o *ConsumerDTO) SetHypervisorId(v HypervisorIdDTO)
- func (o *ConsumerDTO) SetId(v string)
- func (o *ConsumerDTO) SetIdCert(v CertificateDTO)
- func (o *ConsumerDTO) SetInstalledProducts(v []ConsumerInstalledProductDTO)
- func (o *ConsumerDTO) SetLastCheckin(v string)
- func (o *ConsumerDTO) SetName(v string)
- func (o *ConsumerDTO) SetOwner(v NestedOwnerDTO)
- func (o *ConsumerDTO) SetRegistrationAuthenticationMethod(v string)
- func (o *ConsumerDTO) SetReleaseVer(v ReleaseVerDTO)
- func (o *ConsumerDTO) SetRole(v string)
- func (o *ConsumerDTO) SetServiceLevel(v string)
- func (o *ConsumerDTO) SetServiceType(v string)
- func (o *ConsumerDTO) SetSystemPurposeStatus(v string)
- func (o *ConsumerDTO) SetType(v ConsumerTypeDTO)
- func (o *ConsumerDTO) SetUpdated(v string)
- func (o *ConsumerDTO) SetUsage(v string)
- func (o *ConsumerDTO) SetUsername(v string)
- func (o *ConsumerDTO) SetUuid(v string)
- func (o ConsumerDTO) ToMap() (map[string]interface{}, error)
- type ConsumerDTOArrayElement
- func (o *ConsumerDTOArrayElement) GetAddOns() []string
- func (o *ConsumerDTOArrayElement) GetAddOnsOk() ([]string, bool)
- func (o *ConsumerDTOArrayElement) GetAnnotations() string
- func (o *ConsumerDTOArrayElement) GetAnnotationsOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetAutoheal() bool
- func (o *ConsumerDTOArrayElement) GetAutohealOk() (*bool, bool)
- func (o *ConsumerDTOArrayElement) GetCanActivate() bool
- func (o *ConsumerDTOArrayElement) GetCanActivateOk() (*bool, bool)
- func (o *ConsumerDTOArrayElement) GetCapabilities() []CapabilityDTO
- func (o *ConsumerDTOArrayElement) GetCapabilitiesOk() ([]CapabilityDTO, bool)
- func (o *ConsumerDTOArrayElement) GetContentAccessMode() string
- func (o *ConsumerDTOArrayElement) GetContentAccessModeOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetContentTags() []string
- func (o *ConsumerDTOArrayElement) GetContentTagsOk() ([]string, bool)
- func (o *ConsumerDTOArrayElement) GetCreated() string
- func (o *ConsumerDTOArrayElement) GetCreatedOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetEntitlementCount() int64
- func (o *ConsumerDTOArrayElement) GetEntitlementCountOk() (*int64, bool)
- func (o *ConsumerDTOArrayElement) GetEntitlementStatus() string
- func (o *ConsumerDTOArrayElement) GetEntitlementStatusOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetGuestIds() []GuestIdDTOArrayElement
- func (o *ConsumerDTOArrayElement) GetGuestIdsOk() ([]GuestIdDTOArrayElement, bool)
- func (o *ConsumerDTOArrayElement) GetHref() string
- func (o *ConsumerDTOArrayElement) GetHrefOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetHypervisorId() HypervisorIdDTO
- func (o *ConsumerDTOArrayElement) GetHypervisorIdOk() (*HypervisorIdDTO, bool)
- func (o *ConsumerDTOArrayElement) GetId() string
- func (o *ConsumerDTOArrayElement) GetIdOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetInstalledProducts() []ConsumerInstalledProductDTO
- func (o *ConsumerDTOArrayElement) GetInstalledProductsOk() ([]ConsumerInstalledProductDTO, bool)
- func (o *ConsumerDTOArrayElement) GetLastCheckin() string
- func (o *ConsumerDTOArrayElement) GetLastCheckinOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetName() string
- func (o *ConsumerDTOArrayElement) GetNameOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetOwner() NestedOwnerDTO
- func (o *ConsumerDTOArrayElement) GetOwnerOk() (*NestedOwnerDTO, bool)
- func (o *ConsumerDTOArrayElement) GetReleaseVer() ReleaseVerDTO
- func (o *ConsumerDTOArrayElement) GetReleaseVerOk() (*ReleaseVerDTO, bool)
- func (o *ConsumerDTOArrayElement) GetRole() string
- func (o *ConsumerDTOArrayElement) GetRoleOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetServiceLevel() string
- func (o *ConsumerDTOArrayElement) GetServiceLevelOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetServiceType() string
- func (o *ConsumerDTOArrayElement) GetServiceTypeOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetSystemPurposeStatus() string
- func (o *ConsumerDTOArrayElement) GetSystemPurposeStatusOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetType() ConsumerTypeDTO
- func (o *ConsumerDTOArrayElement) GetTypeOk() (*ConsumerTypeDTO, bool)
- func (o *ConsumerDTOArrayElement) GetUpdated() string
- func (o *ConsumerDTOArrayElement) GetUpdatedOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetUsage() string
- func (o *ConsumerDTOArrayElement) GetUsageOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetUsername() string
- func (o *ConsumerDTOArrayElement) GetUsernameOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) GetUuid() string
- func (o *ConsumerDTOArrayElement) GetUuidOk() (*string, bool)
- func (o *ConsumerDTOArrayElement) HasAddOns() bool
- func (o *ConsumerDTOArrayElement) HasAnnotations() bool
- func (o *ConsumerDTOArrayElement) HasAutoheal() bool
- func (o *ConsumerDTOArrayElement) HasCanActivate() bool
- func (o *ConsumerDTOArrayElement) HasCapabilities() bool
- func (o *ConsumerDTOArrayElement) HasContentAccessMode() bool
- func (o *ConsumerDTOArrayElement) HasContentTags() bool
- func (o *ConsumerDTOArrayElement) HasCreated() bool
- func (o *ConsumerDTOArrayElement) HasEntitlementCount() bool
- func (o *ConsumerDTOArrayElement) HasEntitlementStatus() bool
- func (o *ConsumerDTOArrayElement) HasGuestIds() bool
- func (o *ConsumerDTOArrayElement) HasHref() bool
- func (o *ConsumerDTOArrayElement) HasHypervisorId() bool
- func (o *ConsumerDTOArrayElement) HasId() bool
- func (o *ConsumerDTOArrayElement) HasInstalledProducts() bool
- func (o *ConsumerDTOArrayElement) HasLastCheckin() bool
- func (o *ConsumerDTOArrayElement) HasName() bool
- func (o *ConsumerDTOArrayElement) HasOwner() bool
- func (o *ConsumerDTOArrayElement) HasReleaseVer() bool
- func (o *ConsumerDTOArrayElement) HasRole() bool
- func (o *ConsumerDTOArrayElement) HasServiceLevel() bool
- func (o *ConsumerDTOArrayElement) HasServiceType() bool
- func (o *ConsumerDTOArrayElement) HasSystemPurposeStatus() bool
- func (o *ConsumerDTOArrayElement) HasType() bool
- func (o *ConsumerDTOArrayElement) HasUpdated() bool
- func (o *ConsumerDTOArrayElement) HasUsage() bool
- func (o *ConsumerDTOArrayElement) HasUsername() bool
- func (o *ConsumerDTOArrayElement) HasUuid() bool
- func (o ConsumerDTOArrayElement) MarshalJSON() ([]byte, error)
- func (o *ConsumerDTOArrayElement) SetAddOns(v []string)
- func (o *ConsumerDTOArrayElement) SetAnnotations(v string)
- func (o *ConsumerDTOArrayElement) SetAutoheal(v bool)
- func (o *ConsumerDTOArrayElement) SetCanActivate(v bool)
- func (o *ConsumerDTOArrayElement) SetCapabilities(v []CapabilityDTO)
- func (o *ConsumerDTOArrayElement) SetContentAccessMode(v string)
- func (o *ConsumerDTOArrayElement) SetContentTags(v []string)
- func (o *ConsumerDTOArrayElement) SetCreated(v string)
- func (o *ConsumerDTOArrayElement) SetEntitlementCount(v int64)
- func (o *ConsumerDTOArrayElement) SetEntitlementStatus(v string)
- func (o *ConsumerDTOArrayElement) SetGuestIds(v []GuestIdDTOArrayElement)
- func (o *ConsumerDTOArrayElement) SetHref(v string)
- func (o *ConsumerDTOArrayElement) SetHypervisorId(v HypervisorIdDTO)
- func (o *ConsumerDTOArrayElement) SetId(v string)
- func (o *ConsumerDTOArrayElement) SetInstalledProducts(v []ConsumerInstalledProductDTO)
- func (o *ConsumerDTOArrayElement) SetLastCheckin(v string)
- func (o *ConsumerDTOArrayElement) SetName(v string)
- func (o *ConsumerDTOArrayElement) SetOwner(v NestedOwnerDTO)
- func (o *ConsumerDTOArrayElement) SetReleaseVer(v ReleaseVerDTO)
- func (o *ConsumerDTOArrayElement) SetRole(v string)
- func (o *ConsumerDTOArrayElement) SetServiceLevel(v string)
- func (o *ConsumerDTOArrayElement) SetServiceType(v string)
- func (o *ConsumerDTOArrayElement) SetSystemPurposeStatus(v string)
- func (o *ConsumerDTOArrayElement) SetType(v ConsumerTypeDTO)
- func (o *ConsumerDTOArrayElement) SetUpdated(v string)
- func (o *ConsumerDTOArrayElement) SetUsage(v string)
- func (o *ConsumerDTOArrayElement) SetUsername(v string)
- func (o *ConsumerDTOArrayElement) SetUuid(v string)
- func (o ConsumerDTOArrayElement) ToMap() (map[string]interface{}, error)
- type ConsumerInstalledProductDTO
- func (o *ConsumerInstalledProductDTO) GetArch() string
- func (o *ConsumerInstalledProductDTO) GetArchOk() (*string, bool)
- func (o *ConsumerInstalledProductDTO) GetCreated() string
- func (o *ConsumerInstalledProductDTO) GetCreatedOk() (*string, bool)
- func (o *ConsumerInstalledProductDTO) GetEndDate() string
- func (o *ConsumerInstalledProductDTO) GetEndDateOk() (*string, bool)
- func (o *ConsumerInstalledProductDTO) GetId() string
- func (o *ConsumerInstalledProductDTO) GetIdOk() (*string, bool)
- func (o *ConsumerInstalledProductDTO) GetProductId() string
- func (o *ConsumerInstalledProductDTO) GetProductIdOk() (*string, bool)
- func (o *ConsumerInstalledProductDTO) GetProductName() string
- func (o *ConsumerInstalledProductDTO) GetProductNameOk() (*string, bool)
- func (o *ConsumerInstalledProductDTO) GetStartDate() string
- func (o *ConsumerInstalledProductDTO) GetStartDateOk() (*string, bool)
- func (o *ConsumerInstalledProductDTO) GetStatus() string
- func (o *ConsumerInstalledProductDTO) GetStatusOk() (*string, bool)
- func (o *ConsumerInstalledProductDTO) GetUpdated() string
- func (o *ConsumerInstalledProductDTO) GetUpdatedOk() (*string, bool)
- func (o *ConsumerInstalledProductDTO) GetVersion() string
- func (o *ConsumerInstalledProductDTO) GetVersionOk() (*string, bool)
- func (o *ConsumerInstalledProductDTO) HasArch() bool
- func (o *ConsumerInstalledProductDTO) HasCreated() bool
- func (o *ConsumerInstalledProductDTO) HasEndDate() bool
- func (o *ConsumerInstalledProductDTO) HasId() bool
- func (o *ConsumerInstalledProductDTO) HasProductName() bool
- func (o *ConsumerInstalledProductDTO) HasStartDate() bool
- func (o *ConsumerInstalledProductDTO) HasStatus() bool
- func (o *ConsumerInstalledProductDTO) HasUpdated() bool
- func (o *ConsumerInstalledProductDTO) HasVersion() bool
- func (o ConsumerInstalledProductDTO) MarshalJSON() ([]byte, error)
- func (o *ConsumerInstalledProductDTO) SetArch(v string)
- func (o *ConsumerInstalledProductDTO) SetCreated(v string)
- func (o *ConsumerInstalledProductDTO) SetEndDate(v string)
- func (o *ConsumerInstalledProductDTO) SetId(v string)
- func (o *ConsumerInstalledProductDTO) SetProductId(v string)
- func (o *ConsumerInstalledProductDTO) SetProductName(v string)
- func (o *ConsumerInstalledProductDTO) SetStartDate(v string)
- func (o *ConsumerInstalledProductDTO) SetStatus(v string)
- func (o *ConsumerInstalledProductDTO) SetUpdated(v string)
- func (o *ConsumerInstalledProductDTO) SetVersion(v string)
- func (o ConsumerInstalledProductDTO) ToMap() (map[string]interface{}, error)
- func (o *ConsumerInstalledProductDTO) UnmarshalJSON(data []byte) (err error)
- type ConsumerTypeAPIService
- func (a *ConsumerTypeAPIService) CreateConsumerType(ctx context.Context) ApiCreateConsumerTypeRequest
- func (a *ConsumerTypeAPIService) CreateConsumerTypeExecute(r ApiCreateConsumerTypeRequest) (*ConsumerTypeDTO, *http.Response, error)
- func (a *ConsumerTypeAPIService) DeleteConsumerType(ctx context.Context, id string) ApiDeleteConsumerTypeRequest
- func (a *ConsumerTypeAPIService) DeleteConsumerTypeExecute(r ApiDeleteConsumerTypeRequest) (*http.Response, error)
- func (a *ConsumerTypeAPIService) GetConsumerType(ctx context.Context, id string) ApiGetConsumerTypeRequest
- func (a *ConsumerTypeAPIService) GetConsumerTypeExecute(r ApiGetConsumerTypeRequest) (*ConsumerTypeDTO, *http.Response, error)
- func (a *ConsumerTypeAPIService) GetConsumerTypes(ctx context.Context) ApiGetConsumerTypesRequest
- func (a *ConsumerTypeAPIService) GetConsumerTypesExecute(r ApiGetConsumerTypesRequest) ([]ConsumerTypeDTO, *http.Response, error)
- func (a *ConsumerTypeAPIService) UpdateConsumerType(ctx context.Context, id string) ApiUpdateConsumerTypeRequest
- func (a *ConsumerTypeAPIService) UpdateConsumerTypeExecute(r ApiUpdateConsumerTypeRequest) (*ConsumerTypeDTO, *http.Response, error)
- type ConsumerTypeDTO
- func (o *ConsumerTypeDTO) GetCreated() string
- func (o *ConsumerTypeDTO) GetCreatedOk() (*string, bool)
- func (o *ConsumerTypeDTO) GetId() string
- func (o *ConsumerTypeDTO) GetIdOk() (*string, bool)
- func (o *ConsumerTypeDTO) GetLabel() string
- func (o *ConsumerTypeDTO) GetLabelOk() (*string, bool)
- func (o *ConsumerTypeDTO) GetManifest() bool
- func (o *ConsumerTypeDTO) GetManifestOk() (*bool, bool)
- func (o *ConsumerTypeDTO) GetUpdated() string
- func (o *ConsumerTypeDTO) GetUpdatedOk() (*string, bool)
- func (o *ConsumerTypeDTO) HasCreated() bool
- func (o *ConsumerTypeDTO) HasId() bool
- func (o *ConsumerTypeDTO) HasLabel() bool
- func (o *ConsumerTypeDTO) HasManifest() bool
- func (o *ConsumerTypeDTO) HasUpdated() bool
- func (o ConsumerTypeDTO) MarshalJSON() ([]byte, error)
- func (o *ConsumerTypeDTO) SetCreated(v string)
- func (o *ConsumerTypeDTO) SetId(v string)
- func (o *ConsumerTypeDTO) SetLabel(v string)
- func (o *ConsumerTypeDTO) SetManifest(v bool)
- func (o *ConsumerTypeDTO) SetUpdated(v string)
- func (o ConsumerTypeDTO) ToMap() (map[string]interface{}, error)
- type ConsumptionTypeCountsDTO
- func (o *ConsumptionTypeCountsDTO) GetGuest() int32
- func (o *ConsumptionTypeCountsDTO) GetGuestOk() (*int32, bool)
- func (o *ConsumptionTypeCountsDTO) GetPhysical() int32
- func (o *ConsumptionTypeCountsDTO) GetPhysicalOk() (*int32, bool)
- func (o *ConsumptionTypeCountsDTO) HasGuest() bool
- func (o *ConsumptionTypeCountsDTO) HasPhysical() bool
- func (o ConsumptionTypeCountsDTO) MarshalJSON() ([]byte, error)
- func (o *ConsumptionTypeCountsDTO) SetGuest(v int32)
- func (o *ConsumptionTypeCountsDTO) SetPhysical(v int32)
- func (o ConsumptionTypeCountsDTO) ToMap() (map[string]interface{}, error)
- type ContentAPIService
- func (a *ContentAPIService) GetContentByUuid(ctx context.Context, contentUuid string) ApiGetContentByUuidRequest
- func (a *ContentAPIService) GetContentByUuidExecute(r ApiGetContentByUuidRequest) (*ContentDTO, *http.Response, error)
- func (a *ContentAPIService) GetContents(ctx context.Context) ApiGetContentsRequest
- func (a *ContentAPIService) GetContentsExecute(r ApiGetContentsRequest) ([]ContentDTO, *http.Response, error)
- type ContentAccessDTO
- func (o *ContentAccessDTO) GetContentAccessMode() string
- func (o *ContentAccessDTO) GetContentAccessModeList() []string
- func (o *ContentAccessDTO) GetContentAccessModeListOk() ([]string, bool)
- func (o *ContentAccessDTO) GetContentAccessModeOk() (*string, bool)
- func (o *ContentAccessDTO) HasContentAccessMode() bool
- func (o *ContentAccessDTO) HasContentAccessModeList() bool
- func (o ContentAccessDTO) MarshalJSON() ([]byte, error)
- func (o *ContentAccessDTO) SetContentAccessMode(v string)
- func (o *ContentAccessDTO) SetContentAccessModeList(v []string)
- func (o ContentAccessDTO) ToMap() (map[string]interface{}, error)
- type ContentDTO
- func (o *ContentDTO) GetArches() string
- func (o *ContentDTO) GetArchesOk() (*string, bool)
- func (o *ContentDTO) GetContentUrl() string
- func (o *ContentDTO) GetContentUrlOk() (*string, bool)
- func (o *ContentDTO) GetCreated() string
- func (o *ContentDTO) GetCreatedOk() (*string, bool)
- func (o *ContentDTO) GetGpgUrl() string
- func (o *ContentDTO) GetGpgUrlOk() (*string, bool)
- func (o *ContentDTO) GetId() string
- func (o *ContentDTO) GetIdOk() (*string, bool)
- func (o *ContentDTO) GetLabel() string
- func (o *ContentDTO) GetLabelOk() (*string, bool)
- func (o *ContentDTO) GetMetadataExpire() int64
- func (o *ContentDTO) GetMetadataExpireOk() (*int64, bool)
- func (o *ContentDTO) GetModifiedProductIds() []string
- func (o *ContentDTO) GetModifiedProductIdsOk() ([]string, bool)
- func (o *ContentDTO) GetName() string
- func (o *ContentDTO) GetNameOk() (*string, bool)
- func (o *ContentDTO) GetReleaseVer() string
- func (o *ContentDTO) GetReleaseVerOk() (*string, bool)
- func (o *ContentDTO) GetRequiredTags() string
- func (o *ContentDTO) GetRequiredTagsOk() (*string, bool)
- func (o *ContentDTO) GetType() string
- func (o *ContentDTO) GetTypeOk() (*string, bool)
- func (o *ContentDTO) GetUpdated() string
- func (o *ContentDTO) GetUpdatedOk() (*string, bool)
- func (o *ContentDTO) GetUuid() string
- func (o *ContentDTO) GetUuidOk() (*string, bool)
- func (o *ContentDTO) GetVendor() string
- func (o *ContentDTO) GetVendorOk() (*string, bool)
- func (o *ContentDTO) HasArches() bool
- func (o *ContentDTO) HasContentUrl() bool
- func (o *ContentDTO) HasCreated() bool
- func (o *ContentDTO) HasGpgUrl() bool
- func (o *ContentDTO) HasId() bool
- func (o *ContentDTO) HasLabel() bool
- func (o *ContentDTO) HasMetadataExpire() bool
- func (o *ContentDTO) HasModifiedProductIds() bool
- func (o *ContentDTO) HasName() bool
- func (o *ContentDTO) HasReleaseVer() bool
- func (o *ContentDTO) HasRequiredTags() bool
- func (o *ContentDTO) HasType() bool
- func (o *ContentDTO) HasUpdated() bool
- func (o *ContentDTO) HasUuid() bool
- func (o *ContentDTO) HasVendor() bool
- func (o ContentDTO) MarshalJSON() ([]byte, error)
- func (o *ContentDTO) SetArches(v string)
- func (o *ContentDTO) SetContentUrl(v string)
- func (o *ContentDTO) SetCreated(v string)
- func (o *ContentDTO) SetGpgUrl(v string)
- func (o *ContentDTO) SetId(v string)
- func (o *ContentDTO) SetLabel(v string)
- func (o *ContentDTO) SetMetadataExpire(v int64)
- func (o *ContentDTO) SetModifiedProductIds(v []string)
- func (o *ContentDTO) SetName(v string)
- func (o *ContentDTO) SetReleaseVer(v string)
- func (o *ContentDTO) SetRequiredTags(v string)
- func (o *ContentDTO) SetType(v string)
- func (o *ContentDTO) SetUpdated(v string)
- func (o *ContentDTO) SetUuid(v string)
- func (o *ContentDTO) SetVendor(v string)
- func (o ContentDTO) ToMap() (map[string]interface{}, error)
- type ContentOverrideDTO
- func (o *ContentOverrideDTO) GetContentLabel() string
- func (o *ContentOverrideDTO) GetContentLabelOk() (*string, bool)
- func (o *ContentOverrideDTO) GetCreated() string
- func (o *ContentOverrideDTO) GetCreatedOk() (*string, bool)
- func (o *ContentOverrideDTO) GetName() string
- func (o *ContentOverrideDTO) GetNameOk() (*string, bool)
- func (o *ContentOverrideDTO) GetUpdated() string
- func (o *ContentOverrideDTO) GetUpdatedOk() (*string, bool)
- func (o *ContentOverrideDTO) GetValue() string
- func (o *ContentOverrideDTO) GetValueOk() (*string, bool)
- func (o *ContentOverrideDTO) HasContentLabel() bool
- func (o *ContentOverrideDTO) HasCreated() bool
- func (o *ContentOverrideDTO) HasName() bool
- func (o *ContentOverrideDTO) HasUpdated() bool
- func (o *ContentOverrideDTO) HasValue() bool
- func (o ContentOverrideDTO) MarshalJSON() ([]byte, error)
- func (o *ContentOverrideDTO) SetContentLabel(v string)
- func (o *ContentOverrideDTO) SetCreated(v string)
- func (o *ContentOverrideDTO) SetName(v string)
- func (o *ContentOverrideDTO) SetUpdated(v string)
- func (o *ContentOverrideDTO) SetValue(v string)
- func (o ContentOverrideDTO) ToMap() (map[string]interface{}, error)
- type ContentToPromoteDTO
- func (o *ContentToPromoteDTO) GetContentId() string
- func (o *ContentToPromoteDTO) GetContentIdOk() (*string, bool)
- func (o *ContentToPromoteDTO) GetEnabled() bool
- func (o *ContentToPromoteDTO) GetEnabledOk() (*bool, bool)
- func (o *ContentToPromoteDTO) GetEnvironmentId() string
- func (o *ContentToPromoteDTO) GetEnvironmentIdOk() (*string, bool)
- func (o *ContentToPromoteDTO) HasContentId() bool
- func (o *ContentToPromoteDTO) HasEnabled() bool
- func (o *ContentToPromoteDTO) HasEnvironmentId() bool
- func (o ContentToPromoteDTO) MarshalJSON() ([]byte, error)
- func (o *ContentToPromoteDTO) SetContentId(v string)
- func (o *ContentToPromoteDTO) SetEnabled(v bool)
- func (o *ContentToPromoteDTO) SetEnvironmentId(v string)
- func (o ContentToPromoteDTO) ToMap() (map[string]interface{}, error)
- type DateRange
- func (o *DateRange) GetEndDate() string
- func (o *DateRange) GetEndDateOk() (*string, bool)
- func (o *DateRange) GetStartDate() string
- func (o *DateRange) GetStartDateOk() (*string, bool)
- func (o *DateRange) HasEndDate() bool
- func (o *DateRange) HasStartDate() bool
- func (o DateRange) MarshalJSON() ([]byte, error)
- func (o *DateRange) SetEndDate(v string)
- func (o *DateRange) SetStartDate(v string)
- func (o DateRange) ToMap() (map[string]interface{}, error)
- type DeleteResult
- func (o *DeleteResult) GetDeletedRecords() int32
- func (o *DeleteResult) GetDeletedRecordsOk() (*int32, bool)
- func (o *DeleteResult) HasDeletedRecords() bool
- func (o DeleteResult) MarshalJSON() ([]byte, error)
- func (o *DeleteResult) SetDeletedRecords(v int32)
- func (o DeleteResult) ToMap() (map[string]interface{}, error)
- type DeletedConsumerAPIService
- type DeletedConsumerDTO
- func (o *DeletedConsumerDTO) GetConsumerName() string
- func (o *DeletedConsumerDTO) GetConsumerNameOk() (*string, bool)
- func (o *DeletedConsumerDTO) GetConsumerUuid() string
- func (o *DeletedConsumerDTO) GetConsumerUuidOk() (*string, bool)
- func (o *DeletedConsumerDTO) GetCreated() string
- func (o *DeletedConsumerDTO) GetCreatedOk() (*string, bool)
- func (o *DeletedConsumerDTO) GetId() string
- func (o *DeletedConsumerDTO) GetIdOk() (*string, bool)
- func (o *DeletedConsumerDTO) GetOwnerDisplayName() string
- func (o *DeletedConsumerDTO) GetOwnerDisplayNameOk() (*string, bool)
- func (o *DeletedConsumerDTO) GetOwnerId() string
- func (o *DeletedConsumerDTO) GetOwnerIdOk() (*string, bool)
- func (o *DeletedConsumerDTO) GetOwnerKey() string
- func (o *DeletedConsumerDTO) GetOwnerKeyOk() (*string, bool)
- func (o *DeletedConsumerDTO) GetPrincipalName() string
- func (o *DeletedConsumerDTO) GetPrincipalNameOk() (*string, bool)
- func (o *DeletedConsumerDTO) GetUpdated() string
- func (o *DeletedConsumerDTO) GetUpdatedOk() (*string, bool)
- func (o *DeletedConsumerDTO) HasConsumerName() bool
- func (o *DeletedConsumerDTO) HasConsumerUuid() bool
- func (o *DeletedConsumerDTO) HasCreated() bool
- func (o *DeletedConsumerDTO) HasId() bool
- func (o *DeletedConsumerDTO) HasOwnerDisplayName() bool
- func (o *DeletedConsumerDTO) HasOwnerId() bool
- func (o *DeletedConsumerDTO) HasOwnerKey() bool
- func (o *DeletedConsumerDTO) HasPrincipalName() bool
- func (o *DeletedConsumerDTO) HasUpdated() bool
- func (o DeletedConsumerDTO) MarshalJSON() ([]byte, error)
- func (o *DeletedConsumerDTO) SetConsumerName(v string)
- func (o *DeletedConsumerDTO) SetConsumerUuid(v string)
- func (o *DeletedConsumerDTO) SetCreated(v string)
- func (o *DeletedConsumerDTO) SetId(v string)
- func (o *DeletedConsumerDTO) SetOwnerDisplayName(v string)
- func (o *DeletedConsumerDTO) SetOwnerId(v string)
- func (o *DeletedConsumerDTO) SetOwnerKey(v string)
- func (o *DeletedConsumerDTO) SetPrincipalName(v string)
- func (o *DeletedConsumerDTO) SetUpdated(v string)
- func (o DeletedConsumerDTO) ToMap() (map[string]interface{}, error)
- type DistributorVersionCapabilityDTO
- func (o *DistributorVersionCapabilityDTO) GetId() string
- func (o *DistributorVersionCapabilityDTO) GetIdOk() (*string, bool)
- func (o *DistributorVersionCapabilityDTO) GetName() string
- func (o *DistributorVersionCapabilityDTO) GetNameOk() (*string, bool)
- func (o *DistributorVersionCapabilityDTO) HasId() bool
- func (o DistributorVersionCapabilityDTO) MarshalJSON() ([]byte, error)
- func (o *DistributorVersionCapabilityDTO) SetId(v string)
- func (o *DistributorVersionCapabilityDTO) SetName(v string)
- func (o DistributorVersionCapabilityDTO) ToMap() (map[string]interface{}, error)
- func (o *DistributorVersionCapabilityDTO) UnmarshalJSON(data []byte) (err error)
- type DistributorVersionDTO
- func (o *DistributorVersionDTO) GetCapabilities() []DistributorVersionCapabilityDTO
- func (o *DistributorVersionDTO) GetCapabilitiesOk() ([]DistributorVersionCapabilityDTO, bool)
- func (o *DistributorVersionDTO) GetCreated() string
- func (o *DistributorVersionDTO) GetCreatedOk() (*string, bool)
- func (o *DistributorVersionDTO) GetDisplayName() string
- func (o *DistributorVersionDTO) GetDisplayNameOk() (*string, bool)
- func (o *DistributorVersionDTO) GetId() string
- func (o *DistributorVersionDTO) GetIdOk() (*string, bool)
- func (o *DistributorVersionDTO) GetName() string
- func (o *DistributorVersionDTO) GetNameOk() (*string, bool)
- func (o *DistributorVersionDTO) GetUpdated() string
- func (o *DistributorVersionDTO) GetUpdatedOk() (*string, bool)
- func (o *DistributorVersionDTO) HasCapabilities() bool
- func (o *DistributorVersionDTO) HasCreated() bool
- func (o *DistributorVersionDTO) HasDisplayName() bool
- func (o *DistributorVersionDTO) HasId() bool
- func (o *DistributorVersionDTO) HasName() bool
- func (o *DistributorVersionDTO) HasUpdated() bool
- func (o DistributorVersionDTO) MarshalJSON() ([]byte, error)
- func (o *DistributorVersionDTO) SetCapabilities(v []DistributorVersionCapabilityDTO)
- func (o *DistributorVersionDTO) SetCreated(v string)
- func (o *DistributorVersionDTO) SetDisplayName(v string)
- func (o *DistributorVersionDTO) SetId(v string)
- func (o *DistributorVersionDTO) SetName(v string)
- func (o *DistributorVersionDTO) SetUpdated(v string)
- func (o DistributorVersionDTO) ToMap() (map[string]interface{}, error)
- type DistributorVersionsAPIService
- func (a *DistributorVersionsAPIService) Create(ctx context.Context) ApiCreateRequest
- func (a *DistributorVersionsAPIService) CreateExecute(r ApiCreateRequest) (*DistributorVersionDTO, *http.Response, error)
- func (a *DistributorVersionsAPIService) Delete(ctx context.Context, id string) ApiDeleteRequest
- func (a *DistributorVersionsAPIService) DeleteExecute(r ApiDeleteRequest) (*http.Response, error)
- func (a *DistributorVersionsAPIService) GetVersions(ctx context.Context) ApiGetVersionsRequest
- func (a *DistributorVersionsAPIService) GetVersionsExecute(r ApiGetVersionsRequest) ([]DistributorVersionDTO, *http.Response, error)
- func (a *DistributorVersionsAPIService) Update(ctx context.Context, id string) ApiUpdateRequest
- func (a *DistributorVersionsAPIService) UpdateExecute(r ApiUpdateRequest) (*DistributorVersionDTO, *http.Response, error)
- type EntitlementDTO
- func (o *EntitlementDTO) GetCertificates() []CertificateDTO
- func (o *EntitlementDTO) GetCertificatesOk() ([]CertificateDTO, bool)
- func (o *EntitlementDTO) GetConsumer() NestedConsumerDTO
- func (o *EntitlementDTO) GetConsumerOk() (*NestedConsumerDTO, bool)
- func (o *EntitlementDTO) GetCreated() string
- func (o *EntitlementDTO) GetCreatedOk() (*string, bool)
- func (o *EntitlementDTO) GetEndDate() string
- func (o *EntitlementDTO) GetEndDateOk() (*string, bool)
- func (o *EntitlementDTO) GetHref() string
- func (o *EntitlementDTO) GetHrefOk() (*string, bool)
- func (o *EntitlementDTO) GetId() string
- func (o *EntitlementDTO) GetIdOk() (*string, bool)
- func (o *EntitlementDTO) GetPool() PoolDTO
- func (o *EntitlementDTO) GetPoolOk() (*PoolDTO, bool)
- func (o *EntitlementDTO) GetQuantity() int32
- func (o *EntitlementDTO) GetQuantityOk() (*int32, bool)
- func (o *EntitlementDTO) GetStartDate() string
- func (o *EntitlementDTO) GetStartDateOk() (*string, bool)
- func (o *EntitlementDTO) GetUpdated() string
- func (o *EntitlementDTO) GetUpdatedOk() (*string, bool)
- func (o *EntitlementDTO) HasCertificates() bool
- func (o *EntitlementDTO) HasConsumer() bool
- func (o *EntitlementDTO) HasCreated() bool
- func (o *EntitlementDTO) HasEndDate() bool
- func (o *EntitlementDTO) HasHref() bool
- func (o *EntitlementDTO) HasId() bool
- func (o *EntitlementDTO) HasPool() bool
- func (o *EntitlementDTO) HasQuantity() bool
- func (o *EntitlementDTO) HasStartDate() bool
- func (o *EntitlementDTO) HasUpdated() bool
- func (o EntitlementDTO) MarshalJSON() ([]byte, error)
- func (o *EntitlementDTO) SetCertificates(v []CertificateDTO)
- func (o *EntitlementDTO) SetConsumer(v NestedConsumerDTO)
- func (o *EntitlementDTO) SetCreated(v string)
- func (o *EntitlementDTO) SetEndDate(v string)
- func (o *EntitlementDTO) SetHref(v string)
- func (o *EntitlementDTO) SetId(v string)
- func (o *EntitlementDTO) SetPool(v PoolDTO)
- func (o *EntitlementDTO) SetQuantity(v int32)
- func (o *EntitlementDTO) SetStartDate(v string)
- func (o *EntitlementDTO) SetUpdated(v string)
- func (o EntitlementDTO) ToMap() (map[string]interface{}, error)
- type EntitlementsAPIService
- func (a *EntitlementsAPIService) GetEntitlement(ctx context.Context, entitlementId string) ApiGetEntitlementRequest
- func (a *EntitlementsAPIService) GetEntitlementExecute(r ApiGetEntitlementRequest) (*EntitlementDTO, *http.Response, error)
- func (a *EntitlementsAPIService) GetUpstreamCert(ctx context.Context, dbid string) ApiGetUpstreamCertRequest
- func (a *EntitlementsAPIService) GetUpstreamCertExecute(r ApiGetUpstreamCertRequest) (string, *http.Response, error)
- func (a *EntitlementsAPIService) HasEntitlement(ctx context.Context, consumerUuid string, productId string) ApiHasEntitlementRequest
- func (a *EntitlementsAPIService) HasEntitlementExecute(r ApiHasEntitlementRequest) (*EntitlementDTO, *http.Response, error)
- func (a *EntitlementsAPIService) ListAllForConsumer(ctx context.Context) ApiListAllForConsumerRequest
- func (a *EntitlementsAPIService) ListAllForConsumerExecute(r ApiListAllForConsumerRequest) ([]EntitlementDTO, *http.Response, error)
- func (a *EntitlementsAPIService) MigrateEntitlement(ctx context.Context, entitlementId string) ApiMigrateEntitlementRequest
- func (a *EntitlementsAPIService) MigrateEntitlementExecute(r ApiMigrateEntitlementRequest) ([]EntitlementDTO, *http.Response, error)
- func (a *EntitlementsAPIService) RegenerateEntitlementCertificatesForProduct(ctx context.Context, productId string) ApiRegenerateEntitlementCertificatesForProductRequest
- func (a *EntitlementsAPIService) RegenerateEntitlementCertificatesForProductExecute(r ApiRegenerateEntitlementCertificatesForProductRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *EntitlementsAPIService) Unbind(ctx context.Context, dbid string) ApiUnbindRequest
- func (a *EntitlementsAPIService) UnbindExecute(r ApiUnbindRequest) (*http.Response, error)
- func (a *EntitlementsAPIService) UpdateEntitlement(ctx context.Context, entitlementId string) ApiUpdateEntitlementRequest
- func (a *EntitlementsAPIService) UpdateEntitlementExecute(r ApiUpdateEntitlementRequest) (*http.Response, error)
- type EnvironmentAPIService
- func (a *EnvironmentAPIService) CreateConsumerInEnvironment(ctx context.Context, envId string) ApiCreateConsumerInEnvironmentRequest
- func (a *EnvironmentAPIService) CreateConsumerInEnvironmentExecute(r ApiCreateConsumerInEnvironmentRequest) (*ConsumerDTO, *http.Response, error)
- func (a *EnvironmentAPIService) DeleteEnvironment(ctx context.Context, envId string) ApiDeleteEnvironmentRequest
- func (a *EnvironmentAPIService) DeleteEnvironmentContentOverrides(ctx context.Context, environmentId string) ApiDeleteEnvironmentContentOverridesRequest
- func (a *EnvironmentAPIService) DeleteEnvironmentContentOverridesExecute(r ApiDeleteEnvironmentContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)
- func (a *EnvironmentAPIService) DeleteEnvironmentExecute(r ApiDeleteEnvironmentRequest) (*http.Response, error)
- func (a *EnvironmentAPIService) DemoteContent(ctx context.Context, envId string) ApiDemoteContentRequest
- func (a *EnvironmentAPIService) DemoteContentExecute(r ApiDemoteContentRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *EnvironmentAPIService) GetEnvironment(ctx context.Context, envId string) ApiGetEnvironmentRequest
- func (a *EnvironmentAPIService) GetEnvironmentContentOverrides(ctx context.Context, environmentId string) ApiGetEnvironmentContentOverridesRequest
- func (a *EnvironmentAPIService) GetEnvironmentContentOverridesExecute(r ApiGetEnvironmentContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)
- func (a *EnvironmentAPIService) GetEnvironmentExecute(r ApiGetEnvironmentRequest) (*EnvironmentDTO, *http.Response, error)
- func (a *EnvironmentAPIService) PromoteContent(ctx context.Context, envId string) ApiPromoteContentRequest
- func (a *EnvironmentAPIService) PromoteContentExecute(r ApiPromoteContentRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *EnvironmentAPIService) PutEnvironmentContentOverrides(ctx context.Context, environmentId string) ApiPutEnvironmentContentOverridesRequest
- func (a *EnvironmentAPIService) PutEnvironmentContentOverridesExecute(r ApiPutEnvironmentContentOverridesRequest) ([]ContentOverrideDTO, *http.Response, error)
- func (a *EnvironmentAPIService) UpdateEnvironment(ctx context.Context, envId string) ApiUpdateEnvironmentRequest
- func (a *EnvironmentAPIService) UpdateEnvironmentExecute(r ApiUpdateEnvironmentRequest) (*EnvironmentDTO, *http.Response, error)
- type EnvironmentContentDTO
- func (o *EnvironmentContentDTO) GetContentId() string
- func (o *EnvironmentContentDTO) GetContentIdOk() (*string, bool)
- func (o *EnvironmentContentDTO) GetEnabled() bool
- func (o *EnvironmentContentDTO) GetEnabledOk() (*bool, bool)
- func (o *EnvironmentContentDTO) HasContentId() bool
- func (o *EnvironmentContentDTO) HasEnabled() bool
- func (o EnvironmentContentDTO) MarshalJSON() ([]byte, error)
- func (o *EnvironmentContentDTO) SetContentId(v string)
- func (o *EnvironmentContentDTO) SetEnabled(v bool)
- func (o EnvironmentContentDTO) ToMap() (map[string]interface{}, error)
- type EnvironmentDTO
- func (o *EnvironmentDTO) GetContentPrefix() string
- func (o *EnvironmentDTO) GetContentPrefixOk() (*string, bool)
- func (o *EnvironmentDTO) GetCreated() string
- func (o *EnvironmentDTO) GetCreatedOk() (*string, bool)
- func (o *EnvironmentDTO) GetDescription() string
- func (o *EnvironmentDTO) GetDescriptionOk() (*string, bool)
- func (o *EnvironmentDTO) GetEnvironmentContent() []EnvironmentContentDTO
- func (o *EnvironmentDTO) GetEnvironmentContentOk() ([]EnvironmentContentDTO, bool)
- func (o *EnvironmentDTO) GetId() string
- func (o *EnvironmentDTO) GetIdOk() (*string, bool)
- func (o *EnvironmentDTO) GetName() string
- func (o *EnvironmentDTO) GetNameOk() (*string, bool)
- func (o *EnvironmentDTO) GetOwner() NestedOwnerDTO
- func (o *EnvironmentDTO) GetOwnerOk() (*NestedOwnerDTO, bool)
- func (o *EnvironmentDTO) GetType() string
- func (o *EnvironmentDTO) GetTypeOk() (*string, bool)
- func (o *EnvironmentDTO) GetUpdated() string
- func (o *EnvironmentDTO) GetUpdatedOk() (*string, bool)
- func (o *EnvironmentDTO) HasContentPrefix() bool
- func (o *EnvironmentDTO) HasCreated() bool
- func (o *EnvironmentDTO) HasDescription() bool
- func (o *EnvironmentDTO) HasEnvironmentContent() bool
- func (o *EnvironmentDTO) HasId() bool
- func (o *EnvironmentDTO) HasName() bool
- func (o *EnvironmentDTO) HasOwner() bool
- func (o *EnvironmentDTO) HasType() bool
- func (o *EnvironmentDTO) HasUpdated() bool
- func (o EnvironmentDTO) MarshalJSON() ([]byte, error)
- func (o *EnvironmentDTO) SetContentPrefix(v string)
- func (o *EnvironmentDTO) SetCreated(v string)
- func (o *EnvironmentDTO) SetDescription(v string)
- func (o *EnvironmentDTO) SetEnvironmentContent(v []EnvironmentContentDTO)
- func (o *EnvironmentDTO) SetId(v string)
- func (o *EnvironmentDTO) SetName(v string)
- func (o *EnvironmentDTO) SetOwner(v NestedOwnerDTO)
- func (o *EnvironmentDTO) SetType(v string)
- func (o *EnvironmentDTO) SetUpdated(v string)
- func (o EnvironmentDTO) ToMap() (map[string]interface{}, error)
- type ExceptionMessage
- func (o *ExceptionMessage) GetDisplayMessage() string
- func (o *ExceptionMessage) GetDisplayMessageOk() (*string, bool)
- func (o *ExceptionMessage) GetRequestUuid() string
- func (o *ExceptionMessage) GetRequestUuidOk() (*string, bool)
- func (o *ExceptionMessage) HasDisplayMessage() bool
- func (o *ExceptionMessage) HasRequestUuid() bool
- func (o ExceptionMessage) MarshalJSON() ([]byte, error)
- func (o *ExceptionMessage) SetDisplayMessage(v string)
- func (o *ExceptionMessage) SetRequestUuid(v string)
- func (o ExceptionMessage) ToMap() (map[string]interface{}, error)
- type ExportResultDTO
- func (o *ExportResultDTO) GetExportId() string
- func (o *ExportResultDTO) GetExportIdOk() (*string, bool)
- func (o *ExportResultDTO) GetExportedConsumer() string
- func (o *ExportResultDTO) GetExportedConsumerOk() (*string, bool)
- func (o *ExportResultDTO) GetHref() string
- func (o *ExportResultDTO) GetHrefOk() (*string, bool)
- func (o *ExportResultDTO) HasExportId() bool
- func (o *ExportResultDTO) HasExportedConsumer() bool
- func (o *ExportResultDTO) HasHref() bool
- func (o ExportResultDTO) MarshalJSON() ([]byte, error)
- func (o *ExportResultDTO) SetExportId(v string)
- func (o *ExportResultDTO) SetExportedConsumer(v string)
- func (o *ExportResultDTO) SetHref(v string)
- func (o ExportResultDTO) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type GuestIdDTO
- func (o *GuestIdDTO) GetAttributes() map[string]string
- func (o *GuestIdDTO) GetAttributesOk() (*map[string]string, bool)
- func (o *GuestIdDTO) GetCreated() string
- func (o *GuestIdDTO) GetCreatedOk() (*string, bool)
- func (o *GuestIdDTO) GetGuestId() string
- func (o *GuestIdDTO) GetGuestIdOk() (*string, bool)
- func (o *GuestIdDTO) GetId() string
- func (o *GuestIdDTO) GetIdOk() (*string, bool)
- func (o *GuestIdDTO) GetUpdated() string
- func (o *GuestIdDTO) GetUpdatedOk() (*string, bool)
- func (o *GuestIdDTO) HasAttributes() bool
- func (o *GuestIdDTO) HasCreated() bool
- func (o *GuestIdDTO) HasId() bool
- func (o *GuestIdDTO) HasUpdated() bool
- func (o GuestIdDTO) MarshalJSON() ([]byte, error)
- func (o *GuestIdDTO) SetAttributes(v map[string]string)
- func (o *GuestIdDTO) SetCreated(v string)
- func (o *GuestIdDTO) SetGuestId(v string)
- func (o *GuestIdDTO) SetId(v string)
- func (o *GuestIdDTO) SetUpdated(v string)
- func (o GuestIdDTO) ToMap() (map[string]interface{}, error)
- func (o *GuestIdDTO) UnmarshalJSON(data []byte) (err error)
- type GuestIdDTOArrayElement
- func (o *GuestIdDTOArrayElement) GetCreated() string
- func (o *GuestIdDTOArrayElement) GetCreatedOk() (*string, bool)
- func (o *GuestIdDTOArrayElement) GetGuestId() string
- func (o *GuestIdDTOArrayElement) GetGuestIdOk() (*string, bool)
- func (o *GuestIdDTOArrayElement) GetId() string
- func (o *GuestIdDTOArrayElement) GetIdOk() (*string, bool)
- func (o *GuestIdDTOArrayElement) GetUpdated() string
- func (o *GuestIdDTOArrayElement) GetUpdatedOk() (*string, bool)
- func (o *GuestIdDTOArrayElement) HasCreated() bool
- func (o *GuestIdDTOArrayElement) HasId() bool
- func (o *GuestIdDTOArrayElement) HasUpdated() bool
- func (o GuestIdDTOArrayElement) MarshalJSON() ([]byte, error)
- func (o *GuestIdDTOArrayElement) SetCreated(v string)
- func (o *GuestIdDTOArrayElement) SetGuestId(v string)
- func (o *GuestIdDTOArrayElement) SetId(v string)
- func (o *GuestIdDTOArrayElement) SetUpdated(v string)
- func (o GuestIdDTOArrayElement) ToMap() (map[string]interface{}, error)
- func (o *GuestIdDTOArrayElement) UnmarshalJSON(data []byte) (err error)
- type GuestIdsAPIService
- func (a *GuestIdsAPIService) DeleteGuest(ctx context.Context, consumerUuid string, guestId string) ApiDeleteGuestRequest
- func (a *GuestIdsAPIService) DeleteGuestExecute(r ApiDeleteGuestRequest) (*http.Response, error)
- func (a *GuestIdsAPIService) GetGuestId(ctx context.Context, consumerUuid string, guestId string) ApiGetGuestIdRequest
- func (a *GuestIdsAPIService) GetGuestIdExecute(r ApiGetGuestIdRequest) (*GuestIdDTO, *http.Response, error)
- func (a *GuestIdsAPIService) GetGuestIds(ctx context.Context, consumerUuid string) ApiGetGuestIdsRequest
- func (a *GuestIdsAPIService) GetGuestIdsExecute(r ApiGetGuestIdsRequest) ([]GuestIdDTOArrayElement, *http.Response, error)
- func (a *GuestIdsAPIService) UpdateGuest(ctx context.Context, consumerUuid string, guestId string) ApiUpdateGuestRequest
- func (a *GuestIdsAPIService) UpdateGuestExecute(r ApiUpdateGuestRequest) (*http.Response, error)
- func (a *GuestIdsAPIService) UpdateGuests(ctx context.Context, consumerUuid string) ApiUpdateGuestsRequest
- func (a *GuestIdsAPIService) UpdateGuestsExecute(r ApiUpdateGuestsRequest) (*http.Response, error)
- type HypervisorConsumerDTO
- func (o *HypervisorConsumerDTO) GetName() string
- func (o *HypervisorConsumerDTO) GetNameOk() (*string, bool)
- func (o *HypervisorConsumerDTO) GetOwner() NestedOwnerDTO
- func (o *HypervisorConsumerDTO) GetOwnerOk() (*NestedOwnerDTO, bool)
- func (o *HypervisorConsumerDTO) GetUuid() string
- func (o *HypervisorConsumerDTO) GetUuidOk() (*string, bool)
- func (o *HypervisorConsumerDTO) HasName() bool
- func (o *HypervisorConsumerDTO) HasOwner() bool
- func (o *HypervisorConsumerDTO) HasUuid() bool
- func (o HypervisorConsumerDTO) MarshalJSON() ([]byte, error)
- func (o *HypervisorConsumerDTO) SetName(v string)
- func (o *HypervisorConsumerDTO) SetOwner(v NestedOwnerDTO)
- func (o *HypervisorConsumerDTO) SetUuid(v string)
- func (o HypervisorConsumerDTO) ToMap() (map[string]interface{}, error)
- type HypervisorIdDTO
- func (o *HypervisorIdDTO) GetCreated() string
- func (o *HypervisorIdDTO) GetCreatedOk() (*string, bool)
- func (o *HypervisorIdDTO) GetHypervisorId() string
- func (o *HypervisorIdDTO) GetHypervisorIdOk() (*string, bool)
- func (o *HypervisorIdDTO) GetId() string
- func (o *HypervisorIdDTO) GetIdOk() (*string, bool)
- func (o *HypervisorIdDTO) GetReporterId() string
- func (o *HypervisorIdDTO) GetReporterIdOk() (*string, bool)
- func (o *HypervisorIdDTO) GetUpdated() string
- func (o *HypervisorIdDTO) GetUpdatedOk() (*string, bool)
- func (o *HypervisorIdDTO) HasCreated() bool
- func (o *HypervisorIdDTO) HasHypervisorId() bool
- func (o *HypervisorIdDTO) HasId() bool
- func (o *HypervisorIdDTO) HasReporterId() bool
- func (o *HypervisorIdDTO) HasUpdated() bool
- func (o HypervisorIdDTO) MarshalJSON() ([]byte, error)
- func (o *HypervisorIdDTO) SetCreated(v string)
- func (o *HypervisorIdDTO) SetHypervisorId(v string)
- func (o *HypervisorIdDTO) SetId(v string)
- func (o *HypervisorIdDTO) SetReporterId(v string)
- func (o *HypervisorIdDTO) SetUpdated(v string)
- func (o HypervisorIdDTO) ToMap() (map[string]interface{}, error)
- type HypervisorUpdateResultDTO
- func (o *HypervisorUpdateResultDTO) GetCreated() []HypervisorConsumerDTO
- func (o *HypervisorUpdateResultDTO) GetCreatedOk() ([]HypervisorConsumerDTO, bool)
- func (o *HypervisorUpdateResultDTO) GetFailedUpdate() []string
- func (o *HypervisorUpdateResultDTO) GetFailedUpdateOk() ([]string, bool)
- func (o *HypervisorUpdateResultDTO) GetUnchanged() []HypervisorConsumerDTO
- func (o *HypervisorUpdateResultDTO) GetUnchangedOk() ([]HypervisorConsumerDTO, bool)
- func (o *HypervisorUpdateResultDTO) GetUpdated() []HypervisorConsumerDTO
- func (o *HypervisorUpdateResultDTO) GetUpdatedOk() ([]HypervisorConsumerDTO, bool)
- func (o HypervisorUpdateResultDTO) MarshalJSON() ([]byte, error)
- func (o *HypervisorUpdateResultDTO) SetCreated(v []HypervisorConsumerDTO)
- func (o *HypervisorUpdateResultDTO) SetFailedUpdate(v []string)
- func (o *HypervisorUpdateResultDTO) SetUnchanged(v []HypervisorConsumerDTO)
- func (o *HypervisorUpdateResultDTO) SetUpdated(v []HypervisorConsumerDTO)
- func (o HypervisorUpdateResultDTO) ToMap() (map[string]interface{}, error)
- func (o *HypervisorUpdateResultDTO) UnmarshalJSON(data []byte) (err error)
- type HypervisorsAPIService
- func (a *HypervisorsAPIService) HypervisorHeartbeatUpdate(ctx context.Context, owner string) ApiHypervisorHeartbeatUpdateRequest
- func (a *HypervisorsAPIService) HypervisorHeartbeatUpdateExecute(r ApiHypervisorHeartbeatUpdateRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *HypervisorsAPIService) HypervisorUpdateAsync(ctx context.Context, owner string) ApiHypervisorUpdateAsyncRequest
- func (a *HypervisorsAPIService) HypervisorUpdateAsyncExecute(r ApiHypervisorUpdateAsyncRequest) (*AsyncJobStatusDTO, *http.Response, error)
- type ImportRecordDTO
- func (o *ImportRecordDTO) GetCreated() string
- func (o *ImportRecordDTO) GetCreatedOk() (*string, bool)
- func (o *ImportRecordDTO) GetFileName() string
- func (o *ImportRecordDTO) GetFileNameOk() (*string, bool)
- func (o *ImportRecordDTO) GetGeneratedBy() string
- func (o *ImportRecordDTO) GetGeneratedByOk() (*string, bool)
- func (o *ImportRecordDTO) GetGeneratedDate() string
- func (o *ImportRecordDTO) GetGeneratedDateOk() (*string, bool)
- func (o *ImportRecordDTO) GetId() string
- func (o *ImportRecordDTO) GetIdOk() (*string, bool)
- func (o *ImportRecordDTO) GetStatus() string
- func (o *ImportRecordDTO) GetStatusMessage() string
- func (o *ImportRecordDTO) GetStatusMessageOk() (*string, bool)
- func (o *ImportRecordDTO) GetStatusOk() (*string, bool)
- func (o *ImportRecordDTO) GetUpdated() string
- func (o *ImportRecordDTO) GetUpdatedOk() (*string, bool)
- func (o *ImportRecordDTO) GetUpstreamConsumer() ImportUpstreamConsumerDTO
- func (o *ImportRecordDTO) GetUpstreamConsumerOk() (*ImportUpstreamConsumerDTO, bool)
- func (o *ImportRecordDTO) HasCreated() bool
- func (o *ImportRecordDTO) HasFileName() bool
- func (o *ImportRecordDTO) HasGeneratedBy() bool
- func (o *ImportRecordDTO) HasGeneratedDate() bool
- func (o *ImportRecordDTO) HasId() bool
- func (o *ImportRecordDTO) HasStatus() bool
- func (o *ImportRecordDTO) HasStatusMessage() bool
- func (o *ImportRecordDTO) HasUpdated() bool
- func (o *ImportRecordDTO) HasUpstreamConsumer() bool
- func (o ImportRecordDTO) MarshalJSON() ([]byte, error)
- func (o *ImportRecordDTO) SetCreated(v string)
- func (o *ImportRecordDTO) SetFileName(v string)
- func (o *ImportRecordDTO) SetGeneratedBy(v string)
- func (o *ImportRecordDTO) SetGeneratedDate(v string)
- func (o *ImportRecordDTO) SetId(v string)
- func (o *ImportRecordDTO) SetStatus(v string)
- func (o *ImportRecordDTO) SetStatusMessage(v string)
- func (o *ImportRecordDTO) SetUpdated(v string)
- func (o *ImportRecordDTO) SetUpstreamConsumer(v ImportUpstreamConsumerDTO)
- func (o ImportRecordDTO) ToMap() (map[string]interface{}, error)
- type ImportUpstreamConsumerDTO
- func (o *ImportUpstreamConsumerDTO) GetApiUrl() string
- func (o *ImportUpstreamConsumerDTO) GetApiUrlOk() (*string, bool)
- func (o *ImportUpstreamConsumerDTO) GetContentAccessMode() string
- func (o *ImportUpstreamConsumerDTO) GetContentAccessModeOk() (*string, bool)
- func (o *ImportUpstreamConsumerDTO) GetCreated() string
- func (o *ImportUpstreamConsumerDTO) GetCreatedOk() (*string, bool)
- func (o *ImportUpstreamConsumerDTO) GetId() string
- func (o *ImportUpstreamConsumerDTO) GetIdOk() (*string, bool)
- func (o *ImportUpstreamConsumerDTO) GetName() string
- func (o *ImportUpstreamConsumerDTO) GetNameOk() (*string, bool)
- func (o *ImportUpstreamConsumerDTO) GetOwnerId() string
- func (o *ImportUpstreamConsumerDTO) GetOwnerIdOk() (*string, bool)
- func (o *ImportUpstreamConsumerDTO) GetType() ConsumerTypeDTO
- func (o *ImportUpstreamConsumerDTO) GetTypeOk() (*ConsumerTypeDTO, bool)
- func (o *ImportUpstreamConsumerDTO) GetUpdated() string
- func (o *ImportUpstreamConsumerDTO) GetUpdatedOk() (*string, bool)
- func (o *ImportUpstreamConsumerDTO) GetUuid() string
- func (o *ImportUpstreamConsumerDTO) GetUuidOk() (*string, bool)
- func (o *ImportUpstreamConsumerDTO) GetWebUrl() string
- func (o *ImportUpstreamConsumerDTO) GetWebUrlOk() (*string, bool)
- func (o *ImportUpstreamConsumerDTO) HasApiUrl() bool
- func (o *ImportUpstreamConsumerDTO) HasContentAccessMode() bool
- func (o *ImportUpstreamConsumerDTO) HasCreated() bool
- func (o *ImportUpstreamConsumerDTO) HasId() bool
- func (o *ImportUpstreamConsumerDTO) HasName() bool
- func (o *ImportUpstreamConsumerDTO) HasOwnerId() bool
- func (o *ImportUpstreamConsumerDTO) HasType() bool
- func (o *ImportUpstreamConsumerDTO) HasUpdated() bool
- func (o *ImportUpstreamConsumerDTO) HasUuid() bool
- func (o *ImportUpstreamConsumerDTO) HasWebUrl() bool
- func (o ImportUpstreamConsumerDTO) MarshalJSON() ([]byte, error)
- func (o *ImportUpstreamConsumerDTO) SetApiUrl(v string)
- func (o *ImportUpstreamConsumerDTO) SetContentAccessMode(v string)
- func (o *ImportUpstreamConsumerDTO) SetCreated(v string)
- func (o *ImportUpstreamConsumerDTO) SetId(v string)
- func (o *ImportUpstreamConsumerDTO) SetName(v string)
- func (o *ImportUpstreamConsumerDTO) SetOwnerId(v string)
- func (o *ImportUpstreamConsumerDTO) SetType(v ConsumerTypeDTO)
- func (o *ImportUpstreamConsumerDTO) SetUpdated(v string)
- func (o *ImportUpstreamConsumerDTO) SetUuid(v string)
- func (o *ImportUpstreamConsumerDTO) SetWebUrl(v string)
- func (o ImportUpstreamConsumerDTO) ToMap() (map[string]interface{}, error)
- type JobsAPIService
- func (a *JobsAPIService) CancelJob(ctx context.Context, id string) ApiCancelJobRequest
- func (a *JobsAPIService) CancelJobExecute(r ApiCancelJobRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *JobsAPIService) CleanupTerminalJobs(ctx context.Context) ApiCleanupTerminalJobsRequest
- func (a *JobsAPIService) CleanupTerminalJobsExecute(r ApiCleanupTerminalJobsRequest) (int32, *http.Response, error)
- func (a *JobsAPIService) GetJobStatus(ctx context.Context, id string) ApiGetJobStatusRequest
- func (a *JobsAPIService) GetJobStatusExecute(r ApiGetJobStatusRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *JobsAPIService) GetSchedulerStatus(ctx context.Context) ApiGetSchedulerStatusRequest
- func (a *JobsAPIService) GetSchedulerStatusExecute(r ApiGetSchedulerStatusRequest) (*SchedulerStatusDTO, *http.Response, error)
- func (a *JobsAPIService) ListJobStatuses(ctx context.Context) ApiListJobStatusesRequest
- func (a *JobsAPIService) ListJobStatusesExecute(r ApiListJobStatusesRequest) ([]AsyncJobStatusDTO, *http.Response, error)
- func (a *JobsAPIService) ScheduleJob(ctx context.Context, jobKey string) ApiScheduleJobRequest
- func (a *JobsAPIService) ScheduleJobExecute(r ApiScheduleJobRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *JobsAPIService) SetSchedulerStatus(ctx context.Context) ApiSetSchedulerStatusRequest
- func (a *JobsAPIService) SetSchedulerStatusExecute(r ApiSetSchedulerStatusRequest) (*SchedulerStatusDTO, *http.Response, error)
- type Link
- func (o *Link) GetHref() string
- func (o *Link) GetHrefOk() (*string, bool)
- func (o *Link) GetRel() string
- func (o *Link) GetRelOk() (*string, bool)
- func (o *Link) HasHref() bool
- func (o *Link) HasRel() bool
- func (o Link) MarshalJSON() ([]byte, error)
- func (o *Link) SetHref(v string)
- func (o *Link) SetRel(v string)
- func (o Link) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type NestedConsumerDTO
- func (o *NestedConsumerDTO) GetHref() string
- func (o *NestedConsumerDTO) GetHrefOk() (*string, bool)
- func (o *NestedConsumerDTO) GetId() string
- func (o *NestedConsumerDTO) GetIdOk() (*string, bool)
- func (o *NestedConsumerDTO) GetName() string
- func (o *NestedConsumerDTO) GetNameOk() (*string, bool)
- func (o *NestedConsumerDTO) GetUuid() string
- func (o *NestedConsumerDTO) GetUuidOk() (*string, bool)
- func (o *NestedConsumerDTO) HasHref() bool
- func (o *NestedConsumerDTO) HasId() bool
- func (o *NestedConsumerDTO) HasName() bool
- func (o *NestedConsumerDTO) HasUuid() bool
- func (o NestedConsumerDTO) MarshalJSON() ([]byte, error)
- func (o *NestedConsumerDTO) SetHref(v string)
- func (o *NestedConsumerDTO) SetId(v string)
- func (o *NestedConsumerDTO) SetName(v string)
- func (o *NestedConsumerDTO) SetUuid(v string)
- func (o NestedConsumerDTO) ToMap() (map[string]interface{}, error)
- type NestedEntitlementDTO
- func (o *NestedEntitlementDTO) GetHref() string
- func (o *NestedEntitlementDTO) GetHrefOk() (*string, bool)
- func (o *NestedEntitlementDTO) GetId() string
- func (o *NestedEntitlementDTO) GetIdOk() (*string, bool)
- func (o *NestedEntitlementDTO) HasHref() bool
- func (o *NestedEntitlementDTO) HasId() bool
- func (o NestedEntitlementDTO) MarshalJSON() ([]byte, error)
- func (o *NestedEntitlementDTO) SetHref(v string)
- func (o *NestedEntitlementDTO) SetId(v string)
- func (o NestedEntitlementDTO) ToMap() (map[string]interface{}, error)
- type NestedOwnerDTO
- func (o *NestedOwnerDTO) GetContentAccessMode() string
- func (o *NestedOwnerDTO) GetContentAccessModeOk() (*string, bool)
- func (o *NestedOwnerDTO) GetDisplayName() string
- func (o *NestedOwnerDTO) GetDisplayNameOk() (*string, bool)
- func (o *NestedOwnerDTO) GetHref() string
- func (o *NestedOwnerDTO) GetHrefOk() (*string, bool)
- func (o *NestedOwnerDTO) GetId() string
- func (o *NestedOwnerDTO) GetIdOk() (*string, bool)
- func (o *NestedOwnerDTO) GetKey() string
- func (o *NestedOwnerDTO) GetKeyOk() (*string, bool)
- func (o *NestedOwnerDTO) HasContentAccessMode() bool
- func (o *NestedOwnerDTO) HasDisplayName() bool
- func (o *NestedOwnerDTO) HasHref() bool
- func (o *NestedOwnerDTO) HasId() bool
- func (o *NestedOwnerDTO) HasKey() bool
- func (o NestedOwnerDTO) MarshalJSON() ([]byte, error)
- func (o *NestedOwnerDTO) SetContentAccessMode(v string)
- func (o *NestedOwnerDTO) SetDisplayName(v string)
- func (o *NestedOwnerDTO) SetHref(v string)
- func (o *NestedOwnerDTO) SetId(v string)
- func (o *NestedOwnerDTO) SetKey(v string)
- func (o NestedOwnerDTO) ToMap() (map[string]interface{}, error)
- type NullableAbstractCertificateDTO
- func (v NullableAbstractCertificateDTO) Get() *AbstractCertificateDTO
- func (v NullableAbstractCertificateDTO) IsSet() bool
- func (v NullableAbstractCertificateDTO) MarshalJSON() ([]byte, error)
- func (v *NullableAbstractCertificateDTO) Set(val *AbstractCertificateDTO)
- func (v *NullableAbstractCertificateDTO) UnmarshalJSON(src []byte) error
- func (v *NullableAbstractCertificateDTO) Unset()
- type NullableActivationKeyDTO
- func (v NullableActivationKeyDTO) Get() *ActivationKeyDTO
- func (v NullableActivationKeyDTO) IsSet() bool
- func (v NullableActivationKeyDTO) MarshalJSON() ([]byte, error)
- func (v *NullableActivationKeyDTO) Set(val *ActivationKeyDTO)
- func (v *NullableActivationKeyDTO) UnmarshalJSON(src []byte) error
- func (v *NullableActivationKeyDTO) Unset()
- type NullableActivationKeyPoolDTO
- func (v NullableActivationKeyPoolDTO) Get() *ActivationKeyPoolDTO
- func (v NullableActivationKeyPoolDTO) IsSet() bool
- func (v NullableActivationKeyPoolDTO) MarshalJSON() ([]byte, error)
- func (v *NullableActivationKeyPoolDTO) Set(val *ActivationKeyPoolDTO)
- func (v *NullableActivationKeyPoolDTO) UnmarshalJSON(src []byte) error
- func (v *NullableActivationKeyPoolDTO) Unset()
- type NullableActivationKeyProductDTO
- func (v NullableActivationKeyProductDTO) Get() *ActivationKeyProductDTO
- func (v NullableActivationKeyProductDTO) IsSet() bool
- func (v NullableActivationKeyProductDTO) MarshalJSON() ([]byte, error)
- func (v *NullableActivationKeyProductDTO) Set(val *ActivationKeyProductDTO)
- func (v *NullableActivationKeyProductDTO) UnmarshalJSON(src []byte) error
- func (v *NullableActivationKeyProductDTO) Unset()
- type NullableAsyncJobStatusDTO
- func (v NullableAsyncJobStatusDTO) Get() *AsyncJobStatusDTO
- func (v NullableAsyncJobStatusDTO) IsSet() bool
- func (v NullableAsyncJobStatusDTO) MarshalJSON() ([]byte, error)
- func (v *NullableAsyncJobStatusDTO) Set(val *AsyncJobStatusDTO)
- func (v *NullableAsyncJobStatusDTO) UnmarshalJSON(src []byte) error
- func (v *NullableAsyncJobStatusDTO) Unset()
- type NullableAttributeDTO
- func (v NullableAttributeDTO) Get() *AttributeDTO
- func (v NullableAttributeDTO) IsSet() bool
- func (v NullableAttributeDTO) MarshalJSON() ([]byte, error)
- func (v *NullableAttributeDTO) Set(val *AttributeDTO)
- func (v *NullableAttributeDTO) UnmarshalJSON(src []byte) error
- func (v *NullableAttributeDTO) Unset()
- type NullableBool
- type NullableBrandingDTO
- func (v NullableBrandingDTO) Get() *BrandingDTO
- func (v NullableBrandingDTO) IsSet() bool
- func (v NullableBrandingDTO) MarshalJSON() ([]byte, error)
- func (v *NullableBrandingDTO) Set(val *BrandingDTO)
- func (v *NullableBrandingDTO) UnmarshalJSON(src []byte) error
- func (v *NullableBrandingDTO) Unset()
- type NullableCapabilityDTO
- func (v NullableCapabilityDTO) Get() *CapabilityDTO
- func (v NullableCapabilityDTO) IsSet() bool
- func (v NullableCapabilityDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCapabilityDTO) Set(val *CapabilityDTO)
- func (v *NullableCapabilityDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCapabilityDTO) Unset()
- type NullableCdnDTO
- type NullableCertificateDTO
- func (v NullableCertificateDTO) Get() *CertificateDTO
- func (v NullableCertificateDTO) IsSet() bool
- func (v NullableCertificateDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCertificateDTO) Set(val *CertificateDTO)
- func (v *NullableCertificateDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCertificateDTO) Unset()
- type NullableCertificateSerialDTO
- func (v NullableCertificateSerialDTO) Get() *CertificateSerialDTO
- func (v NullableCertificateSerialDTO) IsSet() bool
- func (v NullableCertificateSerialDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCertificateSerialDTO) Set(val *CertificateSerialDTO)
- func (v *NullableCertificateSerialDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCertificateSerialDTO) Unset()
- type NullableClaimantOwner
- func (v NullableClaimantOwner) Get() *ClaimantOwner
- func (v NullableClaimantOwner) IsSet() bool
- func (v NullableClaimantOwner) MarshalJSON() ([]byte, error)
- func (v *NullableClaimantOwner) Set(val *ClaimantOwner)
- func (v *NullableClaimantOwner) UnmarshalJSON(src []byte) error
- func (v *NullableClaimantOwner) Unset()
- type NullableCloudAuthenticationResultDTO
- func (v NullableCloudAuthenticationResultDTO) Get() *CloudAuthenticationResultDTO
- func (v NullableCloudAuthenticationResultDTO) IsSet() bool
- func (v NullableCloudAuthenticationResultDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCloudAuthenticationResultDTO) Set(val *CloudAuthenticationResultDTO)
- func (v *NullableCloudAuthenticationResultDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCloudAuthenticationResultDTO) Unset()
- type NullableCloudRegistrationDTO
- func (v NullableCloudRegistrationDTO) Get() *CloudRegistrationDTO
- func (v NullableCloudRegistrationDTO) IsSet() bool
- func (v NullableCloudRegistrationDTO) MarshalJSON() ([]byte, error)
- func (v *NullableCloudRegistrationDTO) Set(val *CloudRegistrationDTO)
- func (v *NullableCloudRegistrationDTO) UnmarshalJSON(src []byte) error
- func (v *NullableCloudRegistrationDTO) Unset()
- type NullableComplianceReasonDTO
- func (v NullableComplianceReasonDTO) Get() *ComplianceReasonDTO
- func (v NullableComplianceReasonDTO) IsSet() bool
- func (v NullableComplianceReasonDTO) MarshalJSON() ([]byte, error)
- func (v *NullableComplianceReasonDTO) Set(val *ComplianceReasonDTO)
- func (v *NullableComplianceReasonDTO) UnmarshalJSON(src []byte) error
- func (v *NullableComplianceReasonDTO) Unset()
- type NullableComplianceStatusDTO
- func (v NullableComplianceStatusDTO) Get() *ComplianceStatusDTO
- func (v NullableComplianceStatusDTO) IsSet() bool
- func (v NullableComplianceStatusDTO) MarshalJSON() ([]byte, error)
- func (v *NullableComplianceStatusDTO) Set(val *ComplianceStatusDTO)
- func (v *NullableComplianceStatusDTO) UnmarshalJSON(src []byte) error
- func (v *NullableComplianceStatusDTO) Unset()
- type NullableConsumerActivationKeyDTO
- func (v NullableConsumerActivationKeyDTO) Get() *ConsumerActivationKeyDTO
- func (v NullableConsumerActivationKeyDTO) IsSet() bool
- func (v NullableConsumerActivationKeyDTO) MarshalJSON() ([]byte, error)
- func (v *NullableConsumerActivationKeyDTO) Set(val *ConsumerActivationKeyDTO)
- func (v *NullableConsumerActivationKeyDTO) UnmarshalJSON(src []byte) error
- func (v *NullableConsumerActivationKeyDTO) Unset()
- type NullableConsumerDTO
- func (v NullableConsumerDTO) Get() *ConsumerDTO
- func (v NullableConsumerDTO) IsSet() bool
- func (v NullableConsumerDTO) MarshalJSON() ([]byte, error)
- func (v *NullableConsumerDTO) Set(val *ConsumerDTO)
- func (v *NullableConsumerDTO) UnmarshalJSON(src []byte) error
- func (v *NullableConsumerDTO) Unset()
- type NullableConsumerDTOArrayElement
- func (v NullableConsumerDTOArrayElement) Get() *ConsumerDTOArrayElement
- func (v NullableConsumerDTOArrayElement) IsSet() bool
- func (v NullableConsumerDTOArrayElement) MarshalJSON() ([]byte, error)
- func (v *NullableConsumerDTOArrayElement) Set(val *ConsumerDTOArrayElement)
- func (v *NullableConsumerDTOArrayElement) UnmarshalJSON(src []byte) error
- func (v *NullableConsumerDTOArrayElement) Unset()
- type NullableConsumerInstalledProductDTO
- func (v NullableConsumerInstalledProductDTO) Get() *ConsumerInstalledProductDTO
- func (v NullableConsumerInstalledProductDTO) IsSet() bool
- func (v NullableConsumerInstalledProductDTO) MarshalJSON() ([]byte, error)
- func (v *NullableConsumerInstalledProductDTO) Set(val *ConsumerInstalledProductDTO)
- func (v *NullableConsumerInstalledProductDTO) UnmarshalJSON(src []byte) error
- func (v *NullableConsumerInstalledProductDTO) Unset()
- type NullableConsumerTypeDTO
- func (v NullableConsumerTypeDTO) Get() *ConsumerTypeDTO
- func (v NullableConsumerTypeDTO) IsSet() bool
- func (v NullableConsumerTypeDTO) MarshalJSON() ([]byte, error)
- func (v *NullableConsumerTypeDTO) Set(val *ConsumerTypeDTO)
- func (v *NullableConsumerTypeDTO) UnmarshalJSON(src []byte) error
- func (v *NullableConsumerTypeDTO) Unset()
- type NullableConsumptionTypeCountsDTO
- func (v NullableConsumptionTypeCountsDTO) Get() *ConsumptionTypeCountsDTO
- func (v NullableConsumptionTypeCountsDTO) IsSet() bool
- func (v NullableConsumptionTypeCountsDTO) MarshalJSON() ([]byte, error)
- func (v *NullableConsumptionTypeCountsDTO) Set(val *ConsumptionTypeCountsDTO)
- func (v *NullableConsumptionTypeCountsDTO) UnmarshalJSON(src []byte) error
- func (v *NullableConsumptionTypeCountsDTO) Unset()
- type NullableContentAccessDTO
- func (v NullableContentAccessDTO) Get() *ContentAccessDTO
- func (v NullableContentAccessDTO) IsSet() bool
- func (v NullableContentAccessDTO) MarshalJSON() ([]byte, error)
- func (v *NullableContentAccessDTO) Set(val *ContentAccessDTO)
- func (v *NullableContentAccessDTO) UnmarshalJSON(src []byte) error
- func (v *NullableContentAccessDTO) Unset()
- type NullableContentDTO
- type NullableContentOverrideDTO
- func (v NullableContentOverrideDTO) Get() *ContentOverrideDTO
- func (v NullableContentOverrideDTO) IsSet() bool
- func (v NullableContentOverrideDTO) MarshalJSON() ([]byte, error)
- func (v *NullableContentOverrideDTO) Set(val *ContentOverrideDTO)
- func (v *NullableContentOverrideDTO) UnmarshalJSON(src []byte) error
- func (v *NullableContentOverrideDTO) Unset()
- type NullableContentToPromoteDTO
- func (v NullableContentToPromoteDTO) Get() *ContentToPromoteDTO
- func (v NullableContentToPromoteDTO) IsSet() bool
- func (v NullableContentToPromoteDTO) MarshalJSON() ([]byte, error)
- func (v *NullableContentToPromoteDTO) Set(val *ContentToPromoteDTO)
- func (v *NullableContentToPromoteDTO) UnmarshalJSON(src []byte) error
- func (v *NullableContentToPromoteDTO) Unset()
- type NullableDateRange
- type NullableDeleteResult
- func (v NullableDeleteResult) Get() *DeleteResult
- func (v NullableDeleteResult) IsSet() bool
- func (v NullableDeleteResult) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteResult) Set(val *DeleteResult)
- func (v *NullableDeleteResult) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteResult) Unset()
- type NullableDeletedConsumerDTO
- func (v NullableDeletedConsumerDTO) Get() *DeletedConsumerDTO
- func (v NullableDeletedConsumerDTO) IsSet() bool
- func (v NullableDeletedConsumerDTO) MarshalJSON() ([]byte, error)
- func (v *NullableDeletedConsumerDTO) Set(val *DeletedConsumerDTO)
- func (v *NullableDeletedConsumerDTO) UnmarshalJSON(src []byte) error
- func (v *NullableDeletedConsumerDTO) Unset()
- type NullableDistributorVersionCapabilityDTO
- func (v NullableDistributorVersionCapabilityDTO) Get() *DistributorVersionCapabilityDTO
- func (v NullableDistributorVersionCapabilityDTO) IsSet() bool
- func (v NullableDistributorVersionCapabilityDTO) MarshalJSON() ([]byte, error)
- func (v *NullableDistributorVersionCapabilityDTO) Set(val *DistributorVersionCapabilityDTO)
- func (v *NullableDistributorVersionCapabilityDTO) UnmarshalJSON(src []byte) error
- func (v *NullableDistributorVersionCapabilityDTO) Unset()
- type NullableDistributorVersionDTO
- func (v NullableDistributorVersionDTO) Get() *DistributorVersionDTO
- func (v NullableDistributorVersionDTO) IsSet() bool
- func (v NullableDistributorVersionDTO) MarshalJSON() ([]byte, error)
- func (v *NullableDistributorVersionDTO) Set(val *DistributorVersionDTO)
- func (v *NullableDistributorVersionDTO) UnmarshalJSON(src []byte) error
- func (v *NullableDistributorVersionDTO) Unset()
- type NullableEntitlementDTO
- func (v NullableEntitlementDTO) Get() *EntitlementDTO
- func (v NullableEntitlementDTO) IsSet() bool
- func (v NullableEntitlementDTO) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementDTO) Set(val *EntitlementDTO)
- func (v *NullableEntitlementDTO) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementDTO) Unset()
- type NullableEnvironmentContentDTO
- func (v NullableEnvironmentContentDTO) Get() *EnvironmentContentDTO
- func (v NullableEnvironmentContentDTO) IsSet() bool
- func (v NullableEnvironmentContentDTO) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentContentDTO) Set(val *EnvironmentContentDTO)
- func (v *NullableEnvironmentContentDTO) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentContentDTO) Unset()
- type NullableEnvironmentDTO
- func (v NullableEnvironmentDTO) Get() *EnvironmentDTO
- func (v NullableEnvironmentDTO) IsSet() bool
- func (v NullableEnvironmentDTO) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentDTO) Set(val *EnvironmentDTO)
- func (v *NullableEnvironmentDTO) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentDTO) Unset()
- type NullableExceptionMessage
- func (v NullableExceptionMessage) Get() *ExceptionMessage
- func (v NullableExceptionMessage) IsSet() bool
- func (v NullableExceptionMessage) MarshalJSON() ([]byte, error)
- func (v *NullableExceptionMessage) Set(val *ExceptionMessage)
- func (v *NullableExceptionMessage) UnmarshalJSON(src []byte) error
- func (v *NullableExceptionMessage) Unset()
- type NullableExportResultDTO
- func (v NullableExportResultDTO) Get() *ExportResultDTO
- func (v NullableExportResultDTO) IsSet() bool
- func (v NullableExportResultDTO) MarshalJSON() ([]byte, error)
- func (v *NullableExportResultDTO) Set(val *ExportResultDTO)
- func (v *NullableExportResultDTO) UnmarshalJSON(src []byte) error
- func (v *NullableExportResultDTO) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGuestIdDTO
- type NullableGuestIdDTOArrayElement
- func (v NullableGuestIdDTOArrayElement) Get() *GuestIdDTOArrayElement
- func (v NullableGuestIdDTOArrayElement) IsSet() bool
- func (v NullableGuestIdDTOArrayElement) MarshalJSON() ([]byte, error)
- func (v *NullableGuestIdDTOArrayElement) Set(val *GuestIdDTOArrayElement)
- func (v *NullableGuestIdDTOArrayElement) UnmarshalJSON(src []byte) error
- func (v *NullableGuestIdDTOArrayElement) Unset()
- type NullableHypervisorConsumerDTO
- func (v NullableHypervisorConsumerDTO) Get() *HypervisorConsumerDTO
- func (v NullableHypervisorConsumerDTO) IsSet() bool
- func (v NullableHypervisorConsumerDTO) MarshalJSON() ([]byte, error)
- func (v *NullableHypervisorConsumerDTO) Set(val *HypervisorConsumerDTO)
- func (v *NullableHypervisorConsumerDTO) UnmarshalJSON(src []byte) error
- func (v *NullableHypervisorConsumerDTO) Unset()
- type NullableHypervisorIdDTO
- func (v NullableHypervisorIdDTO) Get() *HypervisorIdDTO
- func (v NullableHypervisorIdDTO) IsSet() bool
- func (v NullableHypervisorIdDTO) MarshalJSON() ([]byte, error)
- func (v *NullableHypervisorIdDTO) Set(val *HypervisorIdDTO)
- func (v *NullableHypervisorIdDTO) UnmarshalJSON(src []byte) error
- func (v *NullableHypervisorIdDTO) Unset()
- type NullableHypervisorUpdateResultDTO
- func (v NullableHypervisorUpdateResultDTO) Get() *HypervisorUpdateResultDTO
- func (v NullableHypervisorUpdateResultDTO) IsSet() bool
- func (v NullableHypervisorUpdateResultDTO) MarshalJSON() ([]byte, error)
- func (v *NullableHypervisorUpdateResultDTO) Set(val *HypervisorUpdateResultDTO)
- func (v *NullableHypervisorUpdateResultDTO) UnmarshalJSON(src []byte) error
- func (v *NullableHypervisorUpdateResultDTO) Unset()
- type NullableImportRecordDTO
- func (v NullableImportRecordDTO) Get() *ImportRecordDTO
- func (v NullableImportRecordDTO) IsSet() bool
- func (v NullableImportRecordDTO) MarshalJSON() ([]byte, error)
- func (v *NullableImportRecordDTO) Set(val *ImportRecordDTO)
- func (v *NullableImportRecordDTO) UnmarshalJSON(src []byte) error
- func (v *NullableImportRecordDTO) Unset()
- type NullableImportUpstreamConsumerDTO
- func (v NullableImportUpstreamConsumerDTO) Get() *ImportUpstreamConsumerDTO
- func (v NullableImportUpstreamConsumerDTO) IsSet() bool
- func (v NullableImportUpstreamConsumerDTO) MarshalJSON() ([]byte, error)
- func (v *NullableImportUpstreamConsumerDTO) Set(val *ImportUpstreamConsumerDTO)
- func (v *NullableImportUpstreamConsumerDTO) UnmarshalJSON(src []byte) error
- func (v *NullableImportUpstreamConsumerDTO) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableLink
- type NullableNestedConsumerDTO
- func (v NullableNestedConsumerDTO) Get() *NestedConsumerDTO
- func (v NullableNestedConsumerDTO) IsSet() bool
- func (v NullableNestedConsumerDTO) MarshalJSON() ([]byte, error)
- func (v *NullableNestedConsumerDTO) Set(val *NestedConsumerDTO)
- func (v *NullableNestedConsumerDTO) UnmarshalJSON(src []byte) error
- func (v *NullableNestedConsumerDTO) Unset()
- type NullableNestedEntitlementDTO
- func (v NullableNestedEntitlementDTO) Get() *NestedEntitlementDTO
- func (v NullableNestedEntitlementDTO) IsSet() bool
- func (v NullableNestedEntitlementDTO) MarshalJSON() ([]byte, error)
- func (v *NullableNestedEntitlementDTO) Set(val *NestedEntitlementDTO)
- func (v *NullableNestedEntitlementDTO) UnmarshalJSON(src []byte) error
- func (v *NullableNestedEntitlementDTO) Unset()
- type NullableNestedOwnerDTO
- func (v NullableNestedOwnerDTO) Get() *NestedOwnerDTO
- func (v NullableNestedOwnerDTO) IsSet() bool
- func (v NullableNestedOwnerDTO) MarshalJSON() ([]byte, error)
- func (v *NullableNestedOwnerDTO) Set(val *NestedOwnerDTO)
- func (v *NullableNestedOwnerDTO) UnmarshalJSON(src []byte) error
- func (v *NullableNestedOwnerDTO) Unset()
- type NullableOwnerDTO
- type NullableOwnerInfo
- type NullablePermissionBlueprintDTO
- func (v NullablePermissionBlueprintDTO) Get() *PermissionBlueprintDTO
- func (v NullablePermissionBlueprintDTO) IsSet() bool
- func (v NullablePermissionBlueprintDTO) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionBlueprintDTO) Set(val *PermissionBlueprintDTO)
- func (v *NullablePermissionBlueprintDTO) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionBlueprintDTO) Unset()
- type NullablePoolDTO
- type NullablePoolQuantityDTO
- func (v NullablePoolQuantityDTO) Get() *PoolQuantityDTO
- func (v NullablePoolQuantityDTO) IsSet() bool
- func (v NullablePoolQuantityDTO) MarshalJSON() ([]byte, error)
- func (v *NullablePoolQuantityDTO) Set(val *PoolQuantityDTO)
- func (v *NullablePoolQuantityDTO) UnmarshalJSON(src []byte) error
- func (v *NullablePoolQuantityDTO) Unset()
- type NullableProductCertificateDTO
- func (v NullableProductCertificateDTO) Get() *ProductCertificateDTO
- func (v NullableProductCertificateDTO) IsSet() bool
- func (v NullableProductCertificateDTO) MarshalJSON() ([]byte, error)
- func (v *NullableProductCertificateDTO) Set(val *ProductCertificateDTO)
- func (v *NullableProductCertificateDTO) UnmarshalJSON(src []byte) error
- func (v *NullableProductCertificateDTO) Unset()
- type NullableProductContentDTO
- func (v NullableProductContentDTO) Get() *ProductContentDTO
- func (v NullableProductContentDTO) IsSet() bool
- func (v NullableProductContentDTO) MarshalJSON() ([]byte, error)
- func (v *NullableProductContentDTO) Set(val *ProductContentDTO)
- func (v *NullableProductContentDTO) UnmarshalJSON(src []byte) error
- func (v *NullableProductContentDTO) Unset()
- type NullableProductDTO
- type NullableProvidedProductDTO
- func (v NullableProvidedProductDTO) Get() *ProvidedProductDTO
- func (v NullableProvidedProductDTO) IsSet() bool
- func (v NullableProvidedProductDTO) MarshalJSON() ([]byte, error)
- func (v *NullableProvidedProductDTO) Set(val *ProvidedProductDTO)
- func (v *NullableProvidedProductDTO) UnmarshalJSON(src []byte) error
- func (v *NullableProvidedProductDTO) Unset()
- type NullableQueueStatus
- func (v NullableQueueStatus) Get() *QueueStatus
- func (v NullableQueueStatus) IsSet() bool
- func (v NullableQueueStatus) MarshalJSON() ([]byte, error)
- func (v *NullableQueueStatus) Set(val *QueueStatus)
- func (v *NullableQueueStatus) UnmarshalJSON(src []byte) error
- func (v *NullableQueueStatus) Unset()
- type NullableReleaseVerDTO
- func (v NullableReleaseVerDTO) Get() *ReleaseVerDTO
- func (v NullableReleaseVerDTO) IsSet() bool
- func (v NullableReleaseVerDTO) MarshalJSON() ([]byte, error)
- func (v *NullableReleaseVerDTO) Set(val *ReleaseVerDTO)
- func (v *NullableReleaseVerDTO) UnmarshalJSON(src []byte) error
- func (v *NullableReleaseVerDTO) Unset()
- type NullableRoleDTO
- type NullableSchedulerStatusDTO
- func (v NullableSchedulerStatusDTO) Get() *SchedulerStatusDTO
- func (v NullableSchedulerStatusDTO) IsSet() bool
- func (v NullableSchedulerStatusDTO) MarshalJSON() ([]byte, error)
- func (v *NullableSchedulerStatusDTO) Set(val *SchedulerStatusDTO)
- func (v *NullableSchedulerStatusDTO) UnmarshalJSON(src []byte) error
- func (v *NullableSchedulerStatusDTO) Unset()
- type NullableStatusDTO
- type NullableString
- type NullableSubscriptionDTO
- func (v NullableSubscriptionDTO) Get() *SubscriptionDTO
- func (v NullableSubscriptionDTO) IsSet() bool
- func (v NullableSubscriptionDTO) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionDTO) Set(val *SubscriptionDTO)
- func (v *NullableSubscriptionDTO) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionDTO) Unset()
- type NullableSystemPurposeAttributesDTO
- func (v NullableSystemPurposeAttributesDTO) Get() *SystemPurposeAttributesDTO
- func (v NullableSystemPurposeAttributesDTO) IsSet() bool
- func (v NullableSystemPurposeAttributesDTO) MarshalJSON() ([]byte, error)
- func (v *NullableSystemPurposeAttributesDTO) Set(val *SystemPurposeAttributesDTO)
- func (v *NullableSystemPurposeAttributesDTO) UnmarshalJSON(src []byte) error
- func (v *NullableSystemPurposeAttributesDTO) Unset()
- type NullableSystemPurposeComplianceStatusDTO
- func (v NullableSystemPurposeComplianceStatusDTO) Get() *SystemPurposeComplianceStatusDTO
- func (v NullableSystemPurposeComplianceStatusDTO) IsSet() bool
- func (v NullableSystemPurposeComplianceStatusDTO) MarshalJSON() ([]byte, error)
- func (v *NullableSystemPurposeComplianceStatusDTO) Set(val *SystemPurposeComplianceStatusDTO)
- func (v *NullableSystemPurposeComplianceStatusDTO) UnmarshalJSON(src []byte) error
- func (v *NullableSystemPurposeComplianceStatusDTO) Unset()
- type NullableTime
- type NullableTimestampedEntity
- func (v NullableTimestampedEntity) Get() *TimestampedEntity
- func (v NullableTimestampedEntity) IsSet() bool
- func (v NullableTimestampedEntity) MarshalJSON() ([]byte, error)
- func (v *NullableTimestampedEntity) Set(val *TimestampedEntity)
- func (v *NullableTimestampedEntity) UnmarshalJSON(src []byte) error
- func (v *NullableTimestampedEntity) Unset()
- type NullableUeberCertificateDTO
- func (v NullableUeberCertificateDTO) Get() *UeberCertificateDTO
- func (v NullableUeberCertificateDTO) IsSet() bool
- func (v NullableUeberCertificateDTO) MarshalJSON() ([]byte, error)
- func (v *NullableUeberCertificateDTO) Set(val *UeberCertificateDTO)
- func (v *NullableUeberCertificateDTO) UnmarshalJSON(src []byte) error
- func (v *NullableUeberCertificateDTO) Unset()
- type NullableUpstreamConsumerDTO
- func (v NullableUpstreamConsumerDTO) Get() *UpstreamConsumerDTO
- func (v NullableUpstreamConsumerDTO) IsSet() bool
- func (v NullableUpstreamConsumerDTO) MarshalJSON() ([]byte, error)
- func (v *NullableUpstreamConsumerDTO) Set(val *UpstreamConsumerDTO)
- func (v *NullableUpstreamConsumerDTO) UnmarshalJSON(src []byte) error
- func (v *NullableUpstreamConsumerDTO) Unset()
- type NullableUpstreamConsumerDTOArrayElement
- func (v NullableUpstreamConsumerDTOArrayElement) Get() *UpstreamConsumerDTOArrayElement
- func (v NullableUpstreamConsumerDTOArrayElement) IsSet() bool
- func (v NullableUpstreamConsumerDTOArrayElement) MarshalJSON() ([]byte, error)
- func (v *NullableUpstreamConsumerDTOArrayElement) Set(val *UpstreamConsumerDTOArrayElement)
- func (v *NullableUpstreamConsumerDTOArrayElement) UnmarshalJSON(src []byte) error
- func (v *NullableUpstreamConsumerDTOArrayElement) Unset()
- type NullableUserDTO
- type OwnerAPIService
- func (a *OwnerAPIService) Claim(ctx context.Context, anonymousOwnerKey string) ApiClaimRequest
- func (a *OwnerAPIService) ClaimExecute(r ApiClaimRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *OwnerAPIService) CountConsumers(ctx context.Context, ownerKey string) ApiCountConsumersRequest
- func (a *OwnerAPIService) CountConsumersExecute(r ApiCountConsumersRequest) (int32, *http.Response, error)
- func (a *OwnerAPIService) CreateActivationKey(ctx context.Context, ownerKey string) ApiCreateActivationKeyRequest
- func (a *OwnerAPIService) CreateActivationKeyExecute(r ApiCreateActivationKeyRequest) (*ActivationKeyDTO, *http.Response, error)
- func (a *OwnerAPIService) CreateEnvironment(ctx context.Context, ownerKey string) ApiCreateEnvironmentRequest
- func (a *OwnerAPIService) CreateEnvironmentExecute(r ApiCreateEnvironmentRequest) (*EnvironmentDTO, *http.Response, error)
- func (a *OwnerAPIService) CreateOwner(ctx context.Context) ApiCreateOwnerRequest
- func (a *OwnerAPIService) CreateOwnerExecute(r ApiCreateOwnerRequest) (*OwnerDTO, *http.Response, error)
- func (a *OwnerAPIService) CreatePool(ctx context.Context, ownerKey string) ApiCreatePoolRequest
- func (a *OwnerAPIService) CreatePoolExecute(r ApiCreatePoolRequest) (*PoolDTO, *http.Response, error)
- func (a *OwnerAPIService) CreateUeberCertificate(ctx context.Context, ownerKey string) ApiCreateUeberCertificateRequest
- func (a *OwnerAPIService) CreateUeberCertificateExecute(r ApiCreateUeberCertificateRequest) (*UeberCertificateDTO, *http.Response, error)
- func (a *OwnerAPIService) DeleteLogLevel(ctx context.Context, ownerKey string) ApiDeleteLogLevelRequest
- func (a *OwnerAPIService) DeleteLogLevelExecute(r ApiDeleteLogLevelRequest) (*http.Response, error)
- func (a *OwnerAPIService) DeleteOwner(ctx context.Context, ownerKey string) ApiDeleteOwnerRequest
- func (a *OwnerAPIService) DeleteOwnerExecute(r ApiDeleteOwnerRequest) (*http.Response, error)
- func (a *OwnerAPIService) GetConsumersSyspurpose(ctx context.Context, ownerKey string) ApiGetConsumersSyspurposeRequest
- func (a *OwnerAPIService) GetConsumersSyspurposeExecute(r ApiGetConsumersSyspurposeRequest) (*SystemPurposeAttributesDTO, *http.Response, error)
- func (a *OwnerAPIService) GetHypervisors(ctx context.Context, ownerKey string) ApiGetHypervisorsRequest
- func (a *OwnerAPIService) GetHypervisorsExecute(r ApiGetHypervisorsRequest) ([]ConsumerDTOArrayElement, *http.Response, error)
- func (a *OwnerAPIService) GetImports(ctx context.Context, ownerKey string) ApiGetImportsRequest
- func (a *OwnerAPIService) GetImportsExecute(r ApiGetImportsRequest) ([]ImportRecordDTO, *http.Response, error)
- func (a *OwnerAPIService) GetOwner(ctx context.Context, ownerKey string) ApiGetOwnerRequest
- func (a *OwnerAPIService) GetOwnerContentAccess(ctx context.Context, ownerKey string) ApiGetOwnerContentAccessRequest
- func (a *OwnerAPIService) GetOwnerContentAccessExecute(r ApiGetOwnerContentAccessRequest) (*ContentAccessDTO, *http.Response, error)
- func (a *OwnerAPIService) GetOwnerExecute(r ApiGetOwnerRequest) (*OwnerDTO, *http.Response, error)
- func (a *OwnerAPIService) GetOwnerInfo(ctx context.Context, ownerKey string) ApiGetOwnerInfoRequest
- func (a *OwnerAPIService) GetOwnerInfoExecute(r ApiGetOwnerInfoRequest) (*OwnerInfo, *http.Response, error)
- func (a *OwnerAPIService) GetOwnerSubscriptions(ctx context.Context, ownerKey string) ApiGetOwnerSubscriptionsRequest
- func (a *OwnerAPIService) GetOwnerSubscriptionsExecute(r ApiGetOwnerSubscriptionsRequest) ([]SubscriptionDTO, *http.Response, error)
- func (a *OwnerAPIService) GetSyspurpose(ctx context.Context, ownerKey string) ApiGetSyspurposeRequest
- func (a *OwnerAPIService) GetSyspurposeExecute(r ApiGetSyspurposeRequest) (*SystemPurposeAttributesDTO, *http.Response, error)
- func (a *OwnerAPIService) GetUeberCertificate(ctx context.Context, ownerKey string) ApiGetUeberCertificateRequest
- func (a *OwnerAPIService) GetUeberCertificateExecute(r ApiGetUeberCertificateRequest) (*UeberCertificateDTO, *http.Response, error)
- func (a *OwnerAPIService) GetUpstreamConsumers(ctx context.Context, ownerKey string) ApiGetUpstreamConsumersRequest
- func (a *OwnerAPIService) GetUpstreamConsumersExecute(r ApiGetUpstreamConsumersRequest) ([]UpstreamConsumerDTOArrayElement, *http.Response, error)
- func (a *OwnerAPIService) HealEntire(ctx context.Context, ownerKey string) ApiHealEntireRequest
- func (a *OwnerAPIService) HealEntireExecute(r ApiHealEntireRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *OwnerAPIService) ImportManifestAsync(ctx context.Context, ownerKey string) ApiImportManifestAsyncRequest
- func (a *OwnerAPIService) ImportManifestAsyncExecute(r ApiImportManifestAsyncRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *OwnerAPIService) ListConsumers(ctx context.Context, ownerKey string) ApiListConsumersRequest
- func (a *OwnerAPIService) ListConsumersExecute(r ApiListConsumersRequest) ([]ConsumerDTOArrayElement, *http.Response, error)
- func (a *OwnerAPIService) ListEnvironments(ctx context.Context, ownerKey string) ApiListEnvironmentsRequest
- func (a *OwnerAPIService) ListEnvironmentsExecute(r ApiListEnvironmentsRequest) ([]EnvironmentDTO, *http.Response, error)
- func (a *OwnerAPIService) ListOwnerPools(ctx context.Context, ownerKey string) ApiListOwnerPoolsRequest
- func (a *OwnerAPIService) ListOwnerPoolsExecute(r ApiListOwnerPoolsRequest) ([]PoolDTO, *http.Response, error)
- func (a *OwnerAPIService) ListOwners(ctx context.Context) ApiListOwnersRequest
- func (a *OwnerAPIService) ListOwnersExecute(r ApiListOwnersRequest) ([]OwnerDTO, *http.Response, error)
- func (a *OwnerAPIService) OwnerActivationKeys(ctx context.Context, ownerKey string) ApiOwnerActivationKeysRequest
- func (a *OwnerAPIService) OwnerActivationKeysExecute(r ApiOwnerActivationKeysRequest) ([]ActivationKeyDTO, *http.Response, error)
- func (a *OwnerAPIService) OwnerEntitlements(ctx context.Context, ownerKey string) ApiOwnerEntitlementsRequest
- func (a *OwnerAPIService) OwnerEntitlementsExecute(r ApiOwnerEntitlementsRequest) ([]EntitlementDTO, *http.Response, error)
- func (a *OwnerAPIService) OwnerServiceLevels(ctx context.Context, ownerKey string) ApiOwnerServiceLevelsRequest
- func (a *OwnerAPIService) OwnerServiceLevelsExecute(r ApiOwnerServiceLevelsRequest) ([]string, *http.Response, error)
- func (a *OwnerAPIService) RefreshPools(ctx context.Context, ownerKey string) ApiRefreshPoolsRequest
- func (a *OwnerAPIService) RefreshPoolsExecute(r ApiRefreshPoolsRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *OwnerAPIService) SetLogLevel(ctx context.Context, ownerKey string) ApiSetLogLevelRequest
- func (a *OwnerAPIService) SetLogLevelExecute(r ApiSetLogLevelRequest) (*OwnerDTO, *http.Response, error)
- func (a *OwnerAPIService) UndoImports(ctx context.Context, ownerKey string) ApiUndoImportsRequest
- func (a *OwnerAPIService) UndoImportsExecute(r ApiUndoImportsRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *OwnerAPIService) UpdateOwner(ctx context.Context, ownerKey string) ApiUpdateOwnerRequest
- func (a *OwnerAPIService) UpdateOwnerExecute(r ApiUpdateOwnerRequest) (*OwnerDTO, *http.Response, error)
- func (a *OwnerAPIService) UpdatePool(ctx context.Context, ownerKey string) ApiUpdatePoolRequest
- func (a *OwnerAPIService) UpdatePoolExecute(r ApiUpdatePoolRequest) (*http.Response, error)
- type OwnerContentAPIService
- func (a *OwnerContentAPIService) CreateContent(ctx context.Context, ownerKey string) ApiCreateContentRequest
- func (a *OwnerContentAPIService) CreateContentBatch(ctx context.Context, ownerKey string) ApiCreateContentBatchRequest
- func (a *OwnerContentAPIService) CreateContentBatchExecute(r ApiCreateContentBatchRequest) ([]ContentDTO, *http.Response, error)
- func (a *OwnerContentAPIService) CreateContentExecute(r ApiCreateContentRequest) (*ContentDTO, *http.Response, error)
- func (a *OwnerContentAPIService) GetContentById(ctx context.Context, ownerKey string, contentId string) ApiGetContentByIdRequest
- func (a *OwnerContentAPIService) GetContentByIdExecute(r ApiGetContentByIdRequest) (*ContentDTO, *http.Response, error)
- func (a *OwnerContentAPIService) GetContentsByOwner(ctx context.Context, ownerKey string) ApiGetContentsByOwnerRequest
- func (a *OwnerContentAPIService) GetContentsByOwnerExecute(r ApiGetContentsByOwnerRequest) ([]ContentDTO, *http.Response, error)
- func (a *OwnerContentAPIService) RemoveContent(ctx context.Context, ownerKey string, contentId string) ApiRemoveContentRequest
- func (a *OwnerContentAPIService) RemoveContentExecute(r ApiRemoveContentRequest) (*http.Response, error)
- func (a *OwnerContentAPIService) UpdateContent(ctx context.Context, ownerKey string, contentId string) ApiUpdateContentRequest
- func (a *OwnerContentAPIService) UpdateContentExecute(r ApiUpdateContentRequest) (*ContentDTO, *http.Response, error)
- type OwnerDTO
- func (o *OwnerDTO) GetAnonymous() bool
- func (o *OwnerDTO) GetAnonymousOk() (*bool, bool)
- func (o *OwnerDTO) GetAutobindDisabled() bool
- func (o *OwnerDTO) GetAutobindDisabledOk() (*bool, bool)
- func (o *OwnerDTO) GetAutobindHypervisorDisabled() bool
- func (o *OwnerDTO) GetAutobindHypervisorDisabledOk() (*bool, bool)
- func (o *OwnerDTO) GetClaimantOwner() string
- func (o *OwnerDTO) GetClaimantOwnerOk() (*string, bool)
- func (o *OwnerDTO) GetClaimed() bool
- func (o *OwnerDTO) GetClaimedOk() (*bool, bool)
- func (o *OwnerDTO) GetContentAccessMode() string
- func (o *OwnerDTO) GetContentAccessModeList() string
- func (o *OwnerDTO) GetContentAccessModeListOk() (*string, bool)
- func (o *OwnerDTO) GetContentAccessModeOk() (*string, bool)
- func (o *OwnerDTO) GetContentPrefix() string
- func (o *OwnerDTO) GetContentPrefixOk() (*string, bool)
- func (o *OwnerDTO) GetCreated() string
- func (o *OwnerDTO) GetCreatedOk() (*string, bool)
- func (o *OwnerDTO) GetDefaultServiceLevel() string
- func (o *OwnerDTO) GetDefaultServiceLevelOk() (*string, bool)
- func (o *OwnerDTO) GetDisplayName() string
- func (o *OwnerDTO) GetDisplayNameOk() (*string, bool)
- func (o *OwnerDTO) GetId() string
- func (o *OwnerDTO) GetIdOk() (*string, bool)
- func (o *OwnerDTO) GetKey() string
- func (o *OwnerDTO) GetKeyOk() (*string, bool)
- func (o *OwnerDTO) GetLastRefreshed() string
- func (o *OwnerDTO) GetLastRefreshedOk() (*string, bool)
- func (o *OwnerDTO) GetLogLevel() string
- func (o *OwnerDTO) GetLogLevelOk() (*string, bool)
- func (o *OwnerDTO) GetParentOwner() NestedOwnerDTO
- func (o *OwnerDTO) GetParentOwnerOk() (*NestedOwnerDTO, bool)
- func (o *OwnerDTO) GetUpdated() string
- func (o *OwnerDTO) GetUpdatedOk() (*string, bool)
- func (o *OwnerDTO) GetUpstreamConsumer() UpstreamConsumerDTO
- func (o *OwnerDTO) GetUpstreamConsumerOk() (*UpstreamConsumerDTO, bool)
- func (o *OwnerDTO) HasAnonymous() bool
- func (o *OwnerDTO) HasAutobindDisabled() bool
- func (o *OwnerDTO) HasAutobindHypervisorDisabled() bool
- func (o *OwnerDTO) HasClaimantOwner() bool
- func (o *OwnerDTO) HasClaimed() bool
- func (o *OwnerDTO) HasContentAccessMode() bool
- func (o *OwnerDTO) HasContentAccessModeList() bool
- func (o *OwnerDTO) HasContentPrefix() bool
- func (o *OwnerDTO) HasCreated() bool
- func (o *OwnerDTO) HasDefaultServiceLevel() bool
- func (o *OwnerDTO) HasDisplayName() bool
- func (o *OwnerDTO) HasId() bool
- func (o *OwnerDTO) HasKey() bool
- func (o *OwnerDTO) HasLastRefreshed() bool
- func (o *OwnerDTO) HasLogLevel() bool
- func (o *OwnerDTO) HasParentOwner() bool
- func (o *OwnerDTO) HasUpdated() bool
- func (o *OwnerDTO) HasUpstreamConsumer() bool
- func (o OwnerDTO) MarshalJSON() ([]byte, error)
- func (o *OwnerDTO) SetAnonymous(v bool)
- func (o *OwnerDTO) SetAutobindDisabled(v bool)
- func (o *OwnerDTO) SetAutobindHypervisorDisabled(v bool)
- func (o *OwnerDTO) SetClaimantOwner(v string)
- func (o *OwnerDTO) SetClaimed(v bool)
- func (o *OwnerDTO) SetContentAccessMode(v string)
- func (o *OwnerDTO) SetContentAccessModeList(v string)
- func (o *OwnerDTO) SetContentPrefix(v string)
- func (o *OwnerDTO) SetCreated(v string)
- func (o *OwnerDTO) SetDefaultServiceLevel(v string)
- func (o *OwnerDTO) SetDisplayName(v string)
- func (o *OwnerDTO) SetId(v string)
- func (o *OwnerDTO) SetKey(v string)
- func (o *OwnerDTO) SetLastRefreshed(v string)
- func (o *OwnerDTO) SetLogLevel(v string)
- func (o *OwnerDTO) SetParentOwner(v NestedOwnerDTO)
- func (o *OwnerDTO) SetUpdated(v string)
- func (o *OwnerDTO) SetUpstreamConsumer(v UpstreamConsumerDTO)
- func (o OwnerDTO) ToMap() (map[string]interface{}, error)
- type OwnerInfo
- func (o *OwnerInfo) GetConsumerCounts() map[string]int32
- func (o *OwnerInfo) GetConsumerCountsByComplianceStatus() map[string]int32
- func (o *OwnerInfo) GetConsumerCountsByComplianceStatusOk() (*map[string]int32, bool)
- func (o *OwnerInfo) GetConsumerCountsOk() (*map[string]int32, bool)
- func (o *OwnerInfo) GetConsumerGuestCounts() map[string]int32
- func (o *OwnerInfo) GetConsumerGuestCountsOk() (*map[string]int32, bool)
- func (o *OwnerInfo) GetConsumerTypeCountByPool() map[string]int32
- func (o *OwnerInfo) GetConsumerTypeCountByPoolOk() (*map[string]int32, bool)
- func (o *OwnerInfo) GetEnabledConsumerTypeCountByPool() map[string]int32
- func (o *OwnerInfo) GetEnabledConsumerTypeCountByPoolOk() (*map[string]int32, bool)
- func (o *OwnerInfo) GetEntitlementsConsumedByFamily() map[string]ConsumptionTypeCountsDTO
- func (o *OwnerInfo) GetEntitlementsConsumedByFamilyOk() (*map[string]ConsumptionTypeCountsDTO, bool)
- func (o *OwnerInfo) GetEntitlementsConsumedByType() map[string]int32
- func (o *OwnerInfo) GetEntitlementsConsumedByTypeOk() (*map[string]int32, bool)
- func (o OwnerInfo) MarshalJSON() ([]byte, error)
- func (o *OwnerInfo) SetConsumerCounts(v map[string]int32)
- func (o *OwnerInfo) SetConsumerCountsByComplianceStatus(v map[string]int32)
- func (o *OwnerInfo) SetConsumerGuestCounts(v map[string]int32)
- func (o *OwnerInfo) SetConsumerTypeCountByPool(v map[string]int32)
- func (o *OwnerInfo) SetEnabledConsumerTypeCountByPool(v map[string]int32)
- func (o *OwnerInfo) SetEntitlementsConsumedByFamily(v map[string]ConsumptionTypeCountsDTO)
- func (o *OwnerInfo) SetEntitlementsConsumedByType(v map[string]int32)
- func (o OwnerInfo) ToMap() (map[string]interface{}, error)
- func (o *OwnerInfo) UnmarshalJSON(data []byte) (err error)
- type OwnerProductAPIService
- func (a *OwnerProductAPIService) AddContentToProduct(ctx context.Context, ownerKey string, productId string, contentId string) ApiAddContentToProductRequest
- func (a *OwnerProductAPIService) AddContentToProductExecute(r ApiAddContentToProductRequest) (*ProductDTO, *http.Response, error)
- func (a *OwnerProductAPIService) AddContentsToProduct(ctx context.Context, ownerKey string, productId string) ApiAddContentsToProductRequest
- func (a *OwnerProductAPIService) AddContentsToProductExecute(r ApiAddContentsToProductRequest) (*ProductDTO, *http.Response, error)
- func (a *OwnerProductAPIService) CreateProduct(ctx context.Context, ownerKey string) ApiCreateProductRequest
- func (a *OwnerProductAPIService) CreateProductExecute(r ApiCreateProductRequest) (*ProductDTO, *http.Response, error)
- func (a *OwnerProductAPIService) GetProductById(ctx context.Context, ownerKey string, productId string) ApiGetProductByIdRequest
- func (a *OwnerProductAPIService) GetProductByIdExecute(r ApiGetProductByIdRequest) (*ProductDTO, *http.Response, error)
- func (a *OwnerProductAPIService) GetProductCertificateById(ctx context.Context, ownerKey string, productId string) ApiGetProductCertificateByIdRequest
- func (a *OwnerProductAPIService) GetProductCertificateByIdExecute(r ApiGetProductCertificateByIdRequest) (*ProductCertificateDTO, *http.Response, error)
- func (a *OwnerProductAPIService) GetProductsByOwner(ctx context.Context, ownerKey string) ApiGetProductsByOwnerRequest
- func (a *OwnerProductAPIService) GetProductsByOwnerExecute(r ApiGetProductsByOwnerRequest) ([]ProductDTO, *http.Response, error)
- func (a *OwnerProductAPIService) RefreshPoolsForProduct(ctx context.Context, ownerKey string, productId string) ApiRefreshPoolsForProductRequest
- func (a *OwnerProductAPIService) RefreshPoolsForProductExecute(r ApiRefreshPoolsForProductRequest) (*AsyncJobStatusDTO, *http.Response, error)
- func (a *OwnerProductAPIService) RemoveContentFromProduct(ctx context.Context, ownerKey string, productId string, contentId string) ApiRemoveContentFromProductRequest
- func (a *OwnerProductAPIService) RemoveContentFromProductExecute(r ApiRemoveContentFromProductRequest) (*ProductDTO, *http.Response, error)
- func (a *OwnerProductAPIService) RemoveContentsFromProduct(ctx context.Context, ownerKey string, productId string) ApiRemoveContentsFromProductRequest
- func (a *OwnerProductAPIService) RemoveContentsFromProductExecute(r ApiRemoveContentsFromProductRequest) (*ProductDTO, *http.Response, error)
- func (a *OwnerProductAPIService) RemoveProduct(ctx context.Context, ownerKey string, productId string) ApiRemoveProductRequest
- func (a *OwnerProductAPIService) RemoveProductExecute(r ApiRemoveProductRequest) (*http.Response, error)
- func (a *OwnerProductAPIService) UpdateProduct(ctx context.Context, ownerKey string, productId string) ApiUpdateProductRequest
- func (a *OwnerProductAPIService) UpdateProductExecute(r ApiUpdateProductRequest) (*ProductDTO, *http.Response, error)
- type PermissionBlueprintDTO
- func (o *PermissionBlueprintDTO) GetAccess() string
- func (o *PermissionBlueprintDTO) GetAccessOk() (*string, bool)
- func (o *PermissionBlueprintDTO) GetCreated() string
- func (o *PermissionBlueprintDTO) GetCreatedOk() (*string, bool)
- func (o *PermissionBlueprintDTO) GetId() string
- func (o *PermissionBlueprintDTO) GetIdOk() (*string, bool)
- func (o *PermissionBlueprintDTO) GetOwner() NestedOwnerDTO
- func (o *PermissionBlueprintDTO) GetOwnerOk() (*NestedOwnerDTO, bool)
- func (o *PermissionBlueprintDTO) GetType() string
- func (o *PermissionBlueprintDTO) GetTypeOk() (*string, bool)
- func (o *PermissionBlueprintDTO) GetUpdated() string
- func (o *PermissionBlueprintDTO) GetUpdatedOk() (*string, bool)
- func (o *PermissionBlueprintDTO) HasAccess() bool
- func (o *PermissionBlueprintDTO) HasCreated() bool
- func (o *PermissionBlueprintDTO) HasId() bool
- func (o *PermissionBlueprintDTO) HasOwner() bool
- func (o *PermissionBlueprintDTO) HasType() bool
- func (o *PermissionBlueprintDTO) HasUpdated() bool
- func (o PermissionBlueprintDTO) MarshalJSON() ([]byte, error)
- func (o *PermissionBlueprintDTO) SetAccess(v string)
- func (o *PermissionBlueprintDTO) SetCreated(v string)
- func (o *PermissionBlueprintDTO) SetId(v string)
- func (o *PermissionBlueprintDTO) SetOwner(v NestedOwnerDTO)
- func (o *PermissionBlueprintDTO) SetType(v string)
- func (o *PermissionBlueprintDTO) SetUpdated(v string)
- func (o PermissionBlueprintDTO) ToMap() (map[string]interface{}, error)
- type PoolDTO
- func (o *PoolDTO) GetAccountNumber() string
- func (o *PoolDTO) GetAccountNumberOk() (*string, bool)
- func (o *PoolDTO) GetActiveSubscription() bool
- func (o *PoolDTO) GetActiveSubscriptionOk() (*bool, bool)
- func (o *PoolDTO) GetAttributes() []AttributeDTO
- func (o *PoolDTO) GetAttributesOk() ([]AttributeDTO, bool)
- func (o *PoolDTO) GetBranding() []BrandingDTO
- func (o *PoolDTO) GetBrandingOk() ([]BrandingDTO, bool)
- func (o *PoolDTO) GetCalculatedAttributes() map[string]string
- func (o *PoolDTO) GetCalculatedAttributesOk() (*map[string]string, bool)
- func (o *PoolDTO) GetConsumed() int64
- func (o *PoolDTO) GetConsumedOk() (*int64, bool)
- func (o *PoolDTO) GetContractNumber() string
- func (o *PoolDTO) GetContractNumberOk() (*string, bool)
- func (o *PoolDTO) GetCreated() string
- func (o *PoolDTO) GetCreatedOk() (*string, bool)
- func (o *PoolDTO) GetDerivedProductAttributes() []AttributeDTO
- func (o *PoolDTO) GetDerivedProductAttributesOk() ([]AttributeDTO, bool)
- func (o *PoolDTO) GetDerivedProductId() string
- func (o *PoolDTO) GetDerivedProductIdOk() (*string, bool)
- func (o *PoolDTO) GetDerivedProductName() string
- func (o *PoolDTO) GetDerivedProductNameOk() (*string, bool)
- func (o *PoolDTO) GetDerivedProvidedProducts() []ProvidedProductDTO
- func (o *PoolDTO) GetDerivedProvidedProductsOk() ([]ProvidedProductDTO, bool)
- func (o *PoolDTO) GetEndDate() string
- func (o *PoolDTO) GetEndDateOk() (*string, bool)
- func (o *PoolDTO) GetExported() int64
- func (o *PoolDTO) GetExportedOk() (*int64, bool)
- func (o *PoolDTO) GetHref() string
- func (o *PoolDTO) GetHrefOk() (*string, bool)
- func (o *PoolDTO) GetId() string
- func (o *PoolDTO) GetIdOk() (*string, bool)
- func (o *PoolDTO) GetManaged() bool
- func (o *PoolDTO) GetManagedOk() (*bool, bool)
- func (o *PoolDTO) GetOrderNumber() string
- func (o *PoolDTO) GetOrderNumberOk() (*string, bool)
- func (o *PoolDTO) GetOwner() NestedOwnerDTO
- func (o *PoolDTO) GetOwnerOk() (*NestedOwnerDTO, bool)
- func (o *PoolDTO) GetProductAttributes() []AttributeDTO
- func (o *PoolDTO) GetProductAttributesOk() ([]AttributeDTO, bool)
- func (o *PoolDTO) GetProductId() string
- func (o *PoolDTO) GetProductIdOk() (*string, bool)
- func (o *PoolDTO) GetProductName() string
- func (o *PoolDTO) GetProductNameOk() (*string, bool)
- func (o *PoolDTO) GetProvidedProducts() []ProvidedProductDTO
- func (o *PoolDTO) GetProvidedProductsOk() ([]ProvidedProductDTO, bool)
- func (o *PoolDTO) GetQuantity() int64
- func (o *PoolDTO) GetQuantityOk() (*int64, bool)
- func (o *PoolDTO) GetRestrictedToUsername() string
- func (o *PoolDTO) GetRestrictedToUsernameOk() (*string, bool)
- func (o *PoolDTO) GetSourceEntitlement() NestedEntitlementDTO
- func (o *PoolDTO) GetSourceEntitlementOk() (*NestedEntitlementDTO, bool)
- func (o *PoolDTO) GetSourceStackId() string
- func (o *PoolDTO) GetSourceStackIdOk() (*string, bool)
- func (o *PoolDTO) GetStackId() string
- func (o *PoolDTO) GetStackIdOk() (*string, bool)
- func (o *PoolDTO) GetStacked() bool
- func (o *PoolDTO) GetStackedOk() (*bool, bool)
- func (o *PoolDTO) GetStartDate() string
- func (o *PoolDTO) GetStartDateOk() (*string, bool)
- func (o *PoolDTO) GetSubscriptionId() string
- func (o *PoolDTO) GetSubscriptionIdOk() (*string, bool)
- func (o *PoolDTO) GetSubscriptionSubKey() string
- func (o *PoolDTO) GetSubscriptionSubKeyOk() (*string, bool)
- func (o *PoolDTO) GetType() string
- func (o *PoolDTO) GetTypeOk() (*string, bool)
- func (o *PoolDTO) GetUpdated() string
- func (o *PoolDTO) GetUpdatedOk() (*string, bool)
- func (o *PoolDTO) GetUpstreamConsumerId() string
- func (o *PoolDTO) GetUpstreamConsumerIdOk() (*string, bool)
- func (o *PoolDTO) GetUpstreamEntitlementId() string
- func (o *PoolDTO) GetUpstreamEntitlementIdOk() (*string, bool)
- func (o *PoolDTO) GetUpstreamPoolId() string
- func (o *PoolDTO) GetUpstreamPoolIdOk() (*string, bool)
- func (o *PoolDTO) HasAccountNumber() bool
- func (o *PoolDTO) HasActiveSubscription() bool
- func (o *PoolDTO) HasAttributes() bool
- func (o *PoolDTO) HasBranding() bool
- func (o *PoolDTO) HasCalculatedAttributes() bool
- func (o *PoolDTO) HasConsumed() bool
- func (o *PoolDTO) HasContractNumber() bool
- func (o *PoolDTO) HasCreated() bool
- func (o *PoolDTO) HasDerivedProductAttributes() bool
- func (o *PoolDTO) HasDerivedProductId() bool
- func (o *PoolDTO) HasDerivedProductName() bool
- func (o *PoolDTO) HasDerivedProvidedProducts() bool
- func (o *PoolDTO) HasEndDate() bool
- func (o *PoolDTO) HasExported() bool
- func (o *PoolDTO) HasHref() bool
- func (o *PoolDTO) HasId() bool
- func (o *PoolDTO) HasManaged() bool
- func (o *PoolDTO) HasOrderNumber() bool
- func (o *PoolDTO) HasOwner() bool
- func (o *PoolDTO) HasProductAttributes() bool
- func (o *PoolDTO) HasProductId() bool
- func (o *PoolDTO) HasProductName() bool
- func (o *PoolDTO) HasProvidedProducts() bool
- func (o *PoolDTO) HasQuantity() bool
- func (o *PoolDTO) HasRestrictedToUsername() bool
- func (o *PoolDTO) HasSourceEntitlement() bool
- func (o *PoolDTO) HasSourceStackId() bool
- func (o *PoolDTO) HasStackId() bool
- func (o *PoolDTO) HasStacked() bool
- func (o *PoolDTO) HasStartDate() bool
- func (o *PoolDTO) HasSubscriptionId() bool
- func (o *PoolDTO) HasSubscriptionSubKey() bool
- func (o *PoolDTO) HasType() bool
- func (o *PoolDTO) HasUpdated() bool
- func (o *PoolDTO) HasUpstreamConsumerId() bool
- func (o *PoolDTO) HasUpstreamEntitlementId() bool
- func (o *PoolDTO) HasUpstreamPoolId() bool
- func (o PoolDTO) MarshalJSON() ([]byte, error)
- func (o *PoolDTO) SetAccountNumber(v string)
- func (o *PoolDTO) SetActiveSubscription(v bool)
- func (o *PoolDTO) SetAttributes(v []AttributeDTO)
- func (o *PoolDTO) SetBranding(v []BrandingDTO)
- func (o *PoolDTO) SetCalculatedAttributes(v map[string]string)
- func (o *PoolDTO) SetConsumed(v int64)
- func (o *PoolDTO) SetContractNumber(v string)
- func (o *PoolDTO) SetCreated(v string)
- func (o *PoolDTO) SetDerivedProductAttributes(v []AttributeDTO)
- func (o *PoolDTO) SetDerivedProductId(v string)
- func (o *PoolDTO) SetDerivedProductName(v string)
- func (o *PoolDTO) SetDerivedProvidedProducts(v []ProvidedProductDTO)
- func (o *PoolDTO) SetEndDate(v string)
- func (o *PoolDTO) SetExported(v int64)
- func (o *PoolDTO) SetHref(v string)
- func (o *PoolDTO) SetId(v string)
- func (o *PoolDTO) SetManaged(v bool)
- func (o *PoolDTO) SetOrderNumber(v string)
- func (o *PoolDTO) SetOwner(v NestedOwnerDTO)
- func (o *PoolDTO) SetProductAttributes(v []AttributeDTO)
- func (o *PoolDTO) SetProductId(v string)
- func (o *PoolDTO) SetProductName(v string)
- func (o *PoolDTO) SetProvidedProducts(v []ProvidedProductDTO)
- func (o *PoolDTO) SetQuantity(v int64)
- func (o *PoolDTO) SetRestrictedToUsername(v string)
- func (o *PoolDTO) SetSourceEntitlement(v NestedEntitlementDTO)
- func (o *PoolDTO) SetSourceStackId(v string)
- func (o *PoolDTO) SetStackId(v string)
- func (o *PoolDTO) SetStacked(v bool)
- func (o *PoolDTO) SetStartDate(v string)
- func (o *PoolDTO) SetSubscriptionId(v string)
- func (o *PoolDTO) SetSubscriptionSubKey(v string)
- func (o *PoolDTO) SetType(v string)
- func (o *PoolDTO) SetUpdated(v string)
- func (o *PoolDTO) SetUpstreamConsumerId(v string)
- func (o *PoolDTO) SetUpstreamEntitlementId(v string)
- func (o *PoolDTO) SetUpstreamPoolId(v string)
- func (o PoolDTO) ToMap() (map[string]interface{}, error)
- type PoolQuantityDTO
- func (o *PoolQuantityDTO) GetPool() PoolDTO
- func (o *PoolQuantityDTO) GetPoolOk() (*PoolDTO, bool)
- func (o *PoolQuantityDTO) GetQuantity() int32
- func (o *PoolQuantityDTO) GetQuantityOk() (*int32, bool)
- func (o *PoolQuantityDTO) HasPool() bool
- func (o *PoolQuantityDTO) HasQuantity() bool
- func (o PoolQuantityDTO) MarshalJSON() ([]byte, error)
- func (o *PoolQuantityDTO) SetPool(v PoolDTO)
- func (o *PoolQuantityDTO) SetQuantity(v int32)
- func (o PoolQuantityDTO) ToMap() (map[string]interface{}, error)
- type PoolsAPIService
- func (a *PoolsAPIService) DeletePool(ctx context.Context, poolId string) ApiDeletePoolRequest
- func (a *PoolsAPIService) DeletePoolExecute(r ApiDeletePoolRequest) (*http.Response, error)
- func (a *PoolsAPIService) GetPool(ctx context.Context, poolId string) ApiGetPoolRequest
- func (a *PoolsAPIService) GetPoolCdn(ctx context.Context, poolId string) ApiGetPoolCdnRequest
- func (a *PoolsAPIService) GetPoolCdnExecute(r ApiGetPoolCdnRequest) (*CdnDTO, *http.Response, error)
- func (a *PoolsAPIService) GetPoolEntitlements(ctx context.Context, poolId string) ApiGetPoolEntitlementsRequest
- func (a *PoolsAPIService) GetPoolEntitlementsExecute(r ApiGetPoolEntitlementsRequest) ([]EntitlementDTO, *http.Response, error)
- func (a *PoolsAPIService) GetPoolExecute(r ApiGetPoolRequest) (*PoolDTO, *http.Response, error)
- func (a *PoolsAPIService) GetSubCert(ctx context.Context, poolId string) ApiGetSubCertRequest
- func (a *PoolsAPIService) GetSubCertExecute(r ApiGetSubCertRequest) (map[string]interface{}, *http.Response, error)
- func (a *PoolsAPIService) ListEntitledConsumerUuids(ctx context.Context, poolId string) ApiListEntitledConsumerUuidsRequest
- func (a *PoolsAPIService) ListEntitledConsumerUuidsExecute(r ApiListEntitledConsumerUuidsRequest) ([]string, *http.Response, error)
- func (a *PoolsAPIService) ListPools(ctx context.Context) ApiListPoolsRequest
- func (a *PoolsAPIService) ListPoolsExecute(r ApiListPoolsRequest) ([]PoolDTO, *http.Response, error)
- type ProductCertificateDTO
- func (o *ProductCertificateDTO) GetCert() string
- func (o *ProductCertificateDTO) GetCertOk() (*string, bool)
- func (o *ProductCertificateDTO) GetCreated() string
- func (o *ProductCertificateDTO) GetCreatedOk() (*string, bool)
- func (o *ProductCertificateDTO) GetKey() string
- func (o *ProductCertificateDTO) GetKeyOk() (*string, bool)
- func (o *ProductCertificateDTO) GetUpdated() string
- func (o *ProductCertificateDTO) GetUpdatedOk() (*string, bool)
- func (o *ProductCertificateDTO) HasCert() bool
- func (o *ProductCertificateDTO) HasCreated() bool
- func (o *ProductCertificateDTO) HasKey() bool
- func (o *ProductCertificateDTO) HasUpdated() bool
- func (o ProductCertificateDTO) MarshalJSON() ([]byte, error)
- func (o *ProductCertificateDTO) SetCert(v string)
- func (o *ProductCertificateDTO) SetCreated(v string)
- func (o *ProductCertificateDTO) SetKey(v string)
- func (o *ProductCertificateDTO) SetUpdated(v string)
- func (o ProductCertificateDTO) ToMap() (map[string]interface{}, error)
- type ProductContentDTO
- func (o *ProductContentDTO) GetContent() ContentDTO
- func (o *ProductContentDTO) GetContentOk() (*ContentDTO, bool)
- func (o *ProductContentDTO) GetEnabled() bool
- func (o *ProductContentDTO) GetEnabledOk() (*bool, bool)
- func (o *ProductContentDTO) HasEnabled() bool
- func (o ProductContentDTO) MarshalJSON() ([]byte, error)
- func (o *ProductContentDTO) SetContent(v ContentDTO)
- func (o *ProductContentDTO) SetEnabled(v bool)
- func (o ProductContentDTO) ToMap() (map[string]interface{}, error)
- func (o *ProductContentDTO) UnmarshalJSON(data []byte) (err error)
- type ProductDTO
- func (o *ProductDTO) GetAttributes() []AttributeDTO
- func (o *ProductDTO) GetAttributesOk() ([]AttributeDTO, bool)
- func (o *ProductDTO) GetBranding() []BrandingDTO
- func (o *ProductDTO) GetBrandingOk() ([]BrandingDTO, bool)
- func (o *ProductDTO) GetCreated() string
- func (o *ProductDTO) GetCreatedOk() (*string, bool)
- func (o *ProductDTO) GetDependentProductIds() []string
- func (o *ProductDTO) GetDependentProductIdsOk() ([]string, bool)
- func (o *ProductDTO) GetDerivedProduct() ProductDTO
- func (o *ProductDTO) GetDerivedProductOk() (*ProductDTO, bool)
- func (o *ProductDTO) GetHref() string
- func (o *ProductDTO) GetHrefOk() (*string, bool)
- func (o *ProductDTO) GetId() string
- func (o *ProductDTO) GetIdOk() (*string, bool)
- func (o *ProductDTO) GetMultiplier() int64
- func (o *ProductDTO) GetMultiplierOk() (*int64, bool)
- func (o *ProductDTO) GetName() string
- func (o *ProductDTO) GetNameOk() (*string, bool)
- func (o *ProductDTO) GetProductContent() []ProductContentDTO
- func (o *ProductDTO) GetProductContentOk() ([]ProductContentDTO, bool)
- func (o *ProductDTO) GetProvidedProducts() []ProductDTO
- func (o *ProductDTO) GetProvidedProductsOk() ([]ProductDTO, bool)
- func (o *ProductDTO) GetUpdated() string
- func (o *ProductDTO) GetUpdatedOk() (*string, bool)
- func (o *ProductDTO) GetUuid() string
- func (o *ProductDTO) GetUuidOk() (*string, bool)
- func (o *ProductDTO) HasAttributes() bool
- func (o *ProductDTO) HasBranding() bool
- func (o *ProductDTO) HasCreated() bool
- func (o *ProductDTO) HasDependentProductIds() bool
- func (o *ProductDTO) HasDerivedProduct() bool
- func (o *ProductDTO) HasHref() bool
- func (o *ProductDTO) HasId() bool
- func (o *ProductDTO) HasMultiplier() bool
- func (o *ProductDTO) HasName() bool
- func (o *ProductDTO) HasProductContent() bool
- func (o *ProductDTO) HasProvidedProducts() bool
- func (o *ProductDTO) HasUpdated() bool
- func (o *ProductDTO) HasUuid() bool
- func (o ProductDTO) MarshalJSON() ([]byte, error)
- func (o *ProductDTO) SetAttributes(v []AttributeDTO)
- func (o *ProductDTO) SetBranding(v []BrandingDTO)
- func (o *ProductDTO) SetCreated(v string)
- func (o *ProductDTO) SetDependentProductIds(v []string)
- func (o *ProductDTO) SetDerivedProduct(v ProductDTO)
- func (o *ProductDTO) SetHref(v string)
- func (o *ProductDTO) SetId(v string)
- func (o *ProductDTO) SetMultiplier(v int64)
- func (o *ProductDTO) SetName(v string)
- func (o *ProductDTO) SetProductContent(v []ProductContentDTO)
- func (o *ProductDTO) SetProvidedProducts(v []ProductDTO)
- func (o *ProductDTO) SetUpdated(v string)
- func (o *ProductDTO) SetUuid(v string)
- func (o ProductDTO) ToMap() (map[string]interface{}, error)
- type ProductsAPIService
- func (a *ProductsAPIService) GetProductByUuid(ctx context.Context, productUuid string) ApiGetProductByUuidRequest
- func (a *ProductsAPIService) GetProductByUuidExecute(r ApiGetProductByUuidRequest) (*ProductDTO, *http.Response, error)
- func (a *ProductsAPIService) GetProducts(ctx context.Context) ApiGetProductsRequest
- func (a *ProductsAPIService) GetProductsExecute(r ApiGetProductsRequest) ([]ProductDTO, *http.Response, error)
- func (a *ProductsAPIService) RefreshPoolsForProducts(ctx context.Context) ApiRefreshPoolsForProductsRequest
- func (a *ProductsAPIService) RefreshPoolsForProductsExecute(r ApiRefreshPoolsForProductsRequest) ([]AsyncJobStatusDTO, *http.Response, error)
- type ProvidedProductDTO
- func (o *ProvidedProductDTO) GetProductId() string
- func (o *ProvidedProductDTO) GetProductIdOk() (*string, bool)
- func (o *ProvidedProductDTO) GetProductName() string
- func (o *ProvidedProductDTO) GetProductNameOk() (*string, bool)
- func (o *ProvidedProductDTO) HasProductName() bool
- func (o ProvidedProductDTO) MarshalJSON() ([]byte, error)
- func (o *ProvidedProductDTO) SetProductId(v string)
- func (o *ProvidedProductDTO) SetProductName(v string)
- func (o ProvidedProductDTO) ToMap() (map[string]interface{}, error)
- func (o *ProvidedProductDTO) UnmarshalJSON(data []byte) (err error)
- type QueueStatus
- func (o *QueueStatus) GetPendingMessageCount() int64
- func (o *QueueStatus) GetPendingMessageCountOk() (*int64, bool)
- func (o *QueueStatus) GetQueueName() string
- func (o *QueueStatus) GetQueueNameOk() (*string, bool)
- func (o *QueueStatus) HasPendingMessageCount() bool
- func (o *QueueStatus) HasQueueName() bool
- func (o QueueStatus) MarshalJSON() ([]byte, error)
- func (o *QueueStatus) SetPendingMessageCount(v int64)
- func (o *QueueStatus) SetQueueName(v string)
- func (o QueueStatus) ToMap() (map[string]interface{}, error)
- type ReleaseVerDTO
- func (o *ReleaseVerDTO) GetReleaseVer() string
- func (o *ReleaseVerDTO) GetReleaseVerOk() (*string, bool)
- func (o *ReleaseVerDTO) HasReleaseVer() bool
- func (o ReleaseVerDTO) MarshalJSON() ([]byte, error)
- func (o *ReleaseVerDTO) SetReleaseVer(v string)
- func (o ReleaseVerDTO) ToMap() (map[string]interface{}, error)
- type RoleDTO
- func (o *RoleDTO) GetCreated() string
- func (o *RoleDTO) GetCreatedOk() (*string, bool)
- func (o *RoleDTO) GetId() string
- func (o *RoleDTO) GetIdOk() (*string, bool)
- func (o *RoleDTO) GetName() string
- func (o *RoleDTO) GetNameOk() (*string, bool)
- func (o *RoleDTO) GetPermissions() []PermissionBlueprintDTO
- func (o *RoleDTO) GetPermissionsOk() ([]PermissionBlueprintDTO, bool)
- func (o *RoleDTO) GetUpdated() string
- func (o *RoleDTO) GetUpdatedOk() (*string, bool)
- func (o *RoleDTO) GetUsers() []UserDTO
- func (o *RoleDTO) GetUsersOk() ([]UserDTO, bool)
- func (o *RoleDTO) HasCreated() bool
- func (o *RoleDTO) HasId() bool
- func (o *RoleDTO) HasName() bool
- func (o *RoleDTO) HasPermissions() bool
- func (o *RoleDTO) HasUpdated() bool
- func (o *RoleDTO) HasUsers() bool
- func (o RoleDTO) MarshalJSON() ([]byte, error)
- func (o *RoleDTO) SetCreated(v string)
- func (o *RoleDTO) SetId(v string)
- func (o *RoleDTO) SetName(v string)
- func (o *RoleDTO) SetPermissions(v []PermissionBlueprintDTO)
- func (o *RoleDTO) SetUpdated(v string)
- func (o *RoleDTO) SetUsers(v []UserDTO)
- func (o RoleDTO) ToMap() (map[string]interface{}, error)
- type RolesAPIService
- func (a *RolesAPIService) AddRolePermission(ctx context.Context, roleName string) ApiAddRolePermissionRequest
- func (a *RolesAPIService) AddRolePermissionExecute(r ApiAddRolePermissionRequest) (*RoleDTO, *http.Response, error)
- func (a *RolesAPIService) AddUserToRole(ctx context.Context, roleName string, username string) ApiAddUserToRoleRequest
- func (a *RolesAPIService) AddUserToRoleExecute(r ApiAddUserToRoleRequest) (*RoleDTO, *http.Response, error)
- func (a *RolesAPIService) CreateRole(ctx context.Context) ApiCreateRoleRequest
- func (a *RolesAPIService) CreateRoleExecute(r ApiCreateRoleRequest) (*RoleDTO, *http.Response, error)
- func (a *RolesAPIService) DeleteRoleByName(ctx context.Context, roleName string) ApiDeleteRoleByNameRequest
- func (a *RolesAPIService) DeleteRoleByNameExecute(r ApiDeleteRoleByNameRequest) (*http.Response, error)
- func (a *RolesAPIService) DeleteUserFromRole(ctx context.Context, roleName string, username string) ApiDeleteUserFromRoleRequest
- func (a *RolesAPIService) DeleteUserFromRoleExecute(r ApiDeleteUserFromRoleRequest) (*RoleDTO, *http.Response, error)
- func (a *RolesAPIService) GetRoleByName(ctx context.Context, roleName string) ApiGetRoleByNameRequest
- func (a *RolesAPIService) GetRoleByNameExecute(r ApiGetRoleByNameRequest) (*RoleDTO, *http.Response, error)
- func (a *RolesAPIService) GetRoles(ctx context.Context) ApiGetRolesRequest
- func (a *RolesAPIService) GetRolesExecute(r ApiGetRolesRequest) ([]RoleDTO, *http.Response, error)
- func (a *RolesAPIService) RemoveRolePermission(ctx context.Context, roleName string, permId string) ApiRemoveRolePermissionRequest
- func (a *RolesAPIService) RemoveRolePermissionExecute(r ApiRemoveRolePermissionRequest) (*RoleDTO, *http.Response, error)
- func (a *RolesAPIService) UpdateRole(ctx context.Context, roleName string) ApiUpdateRoleRequest
- func (a *RolesAPIService) UpdateRoleExecute(r ApiUpdateRoleRequest) (*RoleDTO, *http.Response, error)
- type RootAPIService
- type RulesAPIService
- type SchedulerStatusDTO
- func (o *SchedulerStatusDTO) GetIsRunning() bool
- func (o *SchedulerStatusDTO) GetIsRunningOk() (*bool, bool)
- func (o *SchedulerStatusDTO) HasIsRunning() bool
- func (o SchedulerStatusDTO) MarshalJSON() ([]byte, error)
- func (o *SchedulerStatusDTO) SetIsRunning(v bool)
- func (o SchedulerStatusDTO) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type StatusAPIService
- type StatusDTO
- func (o *StatusDTO) GetDeviceAuthClientId() string
- func (o *StatusDTO) GetDeviceAuthClientIdOk() (*string, bool)
- func (o *StatusDTO) GetDeviceAuthRealm() string
- func (o *StatusDTO) GetDeviceAuthRealmOk() (*string, bool)
- func (o *StatusDTO) GetDeviceAuthScope() string
- func (o *StatusDTO) GetDeviceAuthScopeOk() (*string, bool)
- func (o *StatusDTO) GetDeviceAuthUrl() string
- func (o *StatusDTO) GetDeviceAuthUrlOk() (*string, bool)
- func (o *StatusDTO) GetKeycloakAuthUrl() string
- func (o *StatusDTO) GetKeycloakAuthUrlOk() (*string, bool)
- func (o *StatusDTO) GetKeycloakRealm() string
- func (o *StatusDTO) GetKeycloakRealmOk() (*string, bool)
- func (o *StatusDTO) GetKeycloakResource() string
- func (o *StatusDTO) GetKeycloakResourceOk() (*string, bool)
- func (o *StatusDTO) GetManagerCapabilities() []string
- func (o *StatusDTO) GetManagerCapabilitiesOk() ([]string, bool)
- func (o *StatusDTO) GetMode() string
- func (o *StatusDTO) GetModeChangeTime() string
- func (o *StatusDTO) GetModeChangeTimeOk() (*string, bool)
- func (o *StatusDTO) GetModeOk() (*string, bool)
- func (o *StatusDTO) GetModeReason() string
- func (o *StatusDTO) GetModeReasonOk() (*string, bool)
- func (o *StatusDTO) GetRelease() string
- func (o *StatusDTO) GetReleaseOk() (*string, bool)
- func (o *StatusDTO) GetResult() bool
- func (o *StatusDTO) GetResultOk() (*bool, bool)
- func (o *StatusDTO) GetRulesSource() string
- func (o *StatusDTO) GetRulesSourceOk() (*string, bool)
- func (o *StatusDTO) GetRulesVersion() string
- func (o *StatusDTO) GetRulesVersionOk() (*string, bool)
- func (o *StatusDTO) GetStandalone() bool
- func (o *StatusDTO) GetStandaloneOk() (*bool, bool)
- func (o *StatusDTO) GetTimeUTC() string
- func (o *StatusDTO) GetTimeUTCOk() (*string, bool)
- func (o *StatusDTO) GetVersion() string
- func (o *StatusDTO) GetVersionOk() (*string, bool)
- func (o *StatusDTO) HasDeviceAuthClientId() bool
- func (o *StatusDTO) HasDeviceAuthRealm() bool
- func (o *StatusDTO) HasDeviceAuthScope() bool
- func (o *StatusDTO) HasDeviceAuthUrl() bool
- func (o *StatusDTO) HasKeycloakAuthUrl() bool
- func (o *StatusDTO) HasKeycloakRealm() bool
- func (o *StatusDTO) HasKeycloakResource() bool
- func (o *StatusDTO) HasManagerCapabilities() bool
- func (o *StatusDTO) HasMode() bool
- func (o *StatusDTO) HasModeChangeTime() bool
- func (o *StatusDTO) HasModeReason() bool
- func (o *StatusDTO) HasRelease() bool
- func (o *StatusDTO) HasResult() bool
- func (o *StatusDTO) HasRulesSource() bool
- func (o *StatusDTO) HasRulesVersion() bool
- func (o *StatusDTO) HasStandalone() bool
- func (o *StatusDTO) HasTimeUTC() bool
- func (o *StatusDTO) HasVersion() bool
- func (o StatusDTO) MarshalJSON() ([]byte, error)
- func (o *StatusDTO) SetDeviceAuthClientId(v string)
- func (o *StatusDTO) SetDeviceAuthRealm(v string)
- func (o *StatusDTO) SetDeviceAuthScope(v string)
- func (o *StatusDTO) SetDeviceAuthUrl(v string)
- func (o *StatusDTO) SetKeycloakAuthUrl(v string)
- func (o *StatusDTO) SetKeycloakRealm(v string)
- func (o *StatusDTO) SetKeycloakResource(v string)
- func (o *StatusDTO) SetManagerCapabilities(v []string)
- func (o *StatusDTO) SetMode(v string)
- func (o *StatusDTO) SetModeChangeTime(v string)
- func (o *StatusDTO) SetModeReason(v string)
- func (o *StatusDTO) SetRelease(v string)
- func (o *StatusDTO) SetResult(v bool)
- func (o *StatusDTO) SetRulesSource(v string)
- func (o *StatusDTO) SetRulesVersion(v string)
- func (o *StatusDTO) SetStandalone(v bool)
- func (o *StatusDTO) SetTimeUTC(v string)
- func (o *StatusDTO) SetVersion(v string)
- func (o StatusDTO) ToMap() (map[string]interface{}, error)
- type SubscriptionAPIService
- func (a *SubscriptionAPIService) ActivateSubscription(ctx context.Context) ApiActivateSubscriptionRequest
- func (a *SubscriptionAPIService) ActivateSubscriptionExecute(r ApiActivateSubscriptionRequest) (*http.Response, error)
- func (a *SubscriptionAPIService) DeleteSubscription(ctx context.Context, id string) ApiDeleteSubscriptionRequest
- func (a *SubscriptionAPIService) DeleteSubscriptionExecute(r ApiDeleteSubscriptionRequest) (*http.Response, error)
- func (a *SubscriptionAPIService) GetSubscriptions(ctx context.Context) ApiGetSubscriptionsRequest
- func (a *SubscriptionAPIService) GetSubscriptionsExecute(r ApiGetSubscriptionsRequest) ([]SubscriptionDTO, *http.Response, error)
- type SubscriptionDTO
- func (o *SubscriptionDTO) GetAccountNumber() string
- func (o *SubscriptionDTO) GetAccountNumberOk() (*string, bool)
- func (o *SubscriptionDTO) GetCdn() CdnDTO
- func (o *SubscriptionDTO) GetCdnOk() (*CdnDTO, bool)
- func (o *SubscriptionDTO) GetCertificate() CertificateDTO
- func (o *SubscriptionDTO) GetCertificateOk() (*CertificateDTO, bool)
- func (o *SubscriptionDTO) GetContractNumber() string
- func (o *SubscriptionDTO) GetContractNumberOk() (*string, bool)
- func (o *SubscriptionDTO) GetCreated() string
- func (o *SubscriptionDTO) GetCreatedOk() (*string, bool)
- func (o *SubscriptionDTO) GetDerivedProduct() ProductDTO
- func (o *SubscriptionDTO) GetDerivedProductOk() (*ProductDTO, bool)
- func (o *SubscriptionDTO) GetDerivedProvidedProducts() []ProductDTO
- func (o *SubscriptionDTO) GetDerivedProvidedProductsOk() ([]ProductDTO, bool)
- func (o *SubscriptionDTO) GetEndDate() string
- func (o *SubscriptionDTO) GetEndDateOk() (*string, bool)
- func (o *SubscriptionDTO) GetId() string
- func (o *SubscriptionDTO) GetIdOk() (*string, bool)
- func (o *SubscriptionDTO) GetLastModified() string
- func (o *SubscriptionDTO) GetLastModifiedOk() (*string, bool)
- func (o *SubscriptionDTO) GetModified() string
- func (o *SubscriptionDTO) GetModifiedOk() (*string, bool)
- func (o *SubscriptionDTO) GetOrderNumber() string
- func (o *SubscriptionDTO) GetOrderNumberOk() (*string, bool)
- func (o *SubscriptionDTO) GetOwner() NestedOwnerDTO
- func (o *SubscriptionDTO) GetOwnerOk() (*NestedOwnerDTO, bool)
- func (o *SubscriptionDTO) GetProduct() ProductDTO
- func (o *SubscriptionDTO) GetProductOk() (*ProductDTO, bool)
- func (o *SubscriptionDTO) GetProvidedProducts() []ProductDTO
- func (o *SubscriptionDTO) GetProvidedProductsOk() ([]ProductDTO, bool)
- func (o *SubscriptionDTO) GetQuantity() int64
- func (o *SubscriptionDTO) GetQuantityOk() (*int64, bool)
- func (o *SubscriptionDTO) GetStackId() string
- func (o *SubscriptionDTO) GetStackIdOk() (*string, bool)
- func (o *SubscriptionDTO) GetStacked() bool
- func (o *SubscriptionDTO) GetStackedOk() (*bool, bool)
- func (o *SubscriptionDTO) GetStartDate() string
- func (o *SubscriptionDTO) GetStartDateOk() (*string, bool)
- func (o *SubscriptionDTO) GetUpdated() string
- func (o *SubscriptionDTO) GetUpdatedOk() (*string, bool)
- func (o *SubscriptionDTO) GetUpstreamConsumerId() string
- func (o *SubscriptionDTO) GetUpstreamConsumerIdOk() (*string, bool)
- func (o *SubscriptionDTO) GetUpstreamEntitlementId() string
- func (o *SubscriptionDTO) GetUpstreamEntitlementIdOk() (*string, bool)
- func (o *SubscriptionDTO) GetUpstreamPoolId() string
- func (o *SubscriptionDTO) GetUpstreamPoolIdOk() (*string, bool)
- func (o *SubscriptionDTO) HasAccountNumber() bool
- func (o *SubscriptionDTO) HasCdn() bool
- func (o *SubscriptionDTO) HasCertificate() bool
- func (o *SubscriptionDTO) HasContractNumber() bool
- func (o *SubscriptionDTO) HasCreated() bool
- func (o *SubscriptionDTO) HasDerivedProduct() bool
- func (o *SubscriptionDTO) HasDerivedProvidedProducts() bool
- func (o *SubscriptionDTO) HasEndDate() bool
- func (o *SubscriptionDTO) HasId() bool
- func (o *SubscriptionDTO) HasLastModified() bool
- func (o *SubscriptionDTO) HasModified() bool
- func (o *SubscriptionDTO) HasOrderNumber() bool
- func (o *SubscriptionDTO) HasOwner() bool
- func (o *SubscriptionDTO) HasProduct() bool
- func (o *SubscriptionDTO) HasProvidedProducts() bool
- func (o *SubscriptionDTO) HasQuantity() bool
- func (o *SubscriptionDTO) HasStackId() bool
- func (o *SubscriptionDTO) HasStacked() bool
- func (o *SubscriptionDTO) HasStartDate() bool
- func (o *SubscriptionDTO) HasUpdated() bool
- func (o *SubscriptionDTO) HasUpstreamConsumerId() bool
- func (o *SubscriptionDTO) HasUpstreamEntitlementId() bool
- func (o *SubscriptionDTO) HasUpstreamPoolId() bool
- func (o SubscriptionDTO) MarshalJSON() ([]byte, error)
- func (o *SubscriptionDTO) SetAccountNumber(v string)
- func (o *SubscriptionDTO) SetCdn(v CdnDTO)
- func (o *SubscriptionDTO) SetCertificate(v CertificateDTO)
- func (o *SubscriptionDTO) SetContractNumber(v string)
- func (o *SubscriptionDTO) SetCreated(v string)
- func (o *SubscriptionDTO) SetDerivedProduct(v ProductDTO)
- func (o *SubscriptionDTO) SetDerivedProvidedProducts(v []ProductDTO)
- func (o *SubscriptionDTO) SetEndDate(v string)
- func (o *SubscriptionDTO) SetId(v string)
- func (o *SubscriptionDTO) SetLastModified(v string)
- func (o *SubscriptionDTO) SetModified(v string)
- func (o *SubscriptionDTO) SetOrderNumber(v string)
- func (o *SubscriptionDTO) SetOwner(v NestedOwnerDTO)
- func (o *SubscriptionDTO) SetProduct(v ProductDTO)
- func (o *SubscriptionDTO) SetProvidedProducts(v []ProductDTO)
- func (o *SubscriptionDTO) SetQuantity(v int64)
- func (o *SubscriptionDTO) SetStackId(v string)
- func (o *SubscriptionDTO) SetStacked(v bool)
- func (o *SubscriptionDTO) SetStartDate(v string)
- func (o *SubscriptionDTO) SetUpdated(v string)
- func (o *SubscriptionDTO) SetUpstreamConsumerId(v string)
- func (o *SubscriptionDTO) SetUpstreamEntitlementId(v string)
- func (o *SubscriptionDTO) SetUpstreamPoolId(v string)
- func (o SubscriptionDTO) ToMap() (map[string]interface{}, error)
- type SystemPurposeAttributesDTO
- func (o *SystemPurposeAttributesDTO) GetOwner() NestedOwnerDTO
- func (o *SystemPurposeAttributesDTO) GetOwnerOk() (*NestedOwnerDTO, bool)
- func (o *SystemPurposeAttributesDTO) GetSystemPurposeAttributes() map[string][]string
- func (o *SystemPurposeAttributesDTO) GetSystemPurposeAttributesOk() (*map[string][]string, bool)
- func (o *SystemPurposeAttributesDTO) HasOwner() bool
- func (o *SystemPurposeAttributesDTO) HasSystemPurposeAttributes() bool
- func (o SystemPurposeAttributesDTO) MarshalJSON() ([]byte, error)
- func (o *SystemPurposeAttributesDTO) SetOwner(v NestedOwnerDTO)
- func (o *SystemPurposeAttributesDTO) SetSystemPurposeAttributes(v map[string][]string)
- func (o SystemPurposeAttributesDTO) ToMap() (map[string]interface{}, error)
- type SystemPurposeComplianceStatusDTO
- func (o *SystemPurposeComplianceStatusDTO) GetCompliant() bool
- func (o *SystemPurposeComplianceStatusDTO) GetCompliantAddOns() map[string][]EntitlementDTO
- func (o *SystemPurposeComplianceStatusDTO) GetCompliantAddOnsOk() (*map[string][]EntitlementDTO, bool)
- func (o *SystemPurposeComplianceStatusDTO) GetCompliantOk() (*bool, bool)
- func (o *SystemPurposeComplianceStatusDTO) GetCompliantRole() map[string][]EntitlementDTO
- func (o *SystemPurposeComplianceStatusDTO) GetCompliantRoleOk() (*map[string][]EntitlementDTO, bool)
- func (o *SystemPurposeComplianceStatusDTO) GetCompliantSLA() map[string][]EntitlementDTO
- func (o *SystemPurposeComplianceStatusDTO) GetCompliantSLAOk() (*map[string][]EntitlementDTO, bool)
- func (o *SystemPurposeComplianceStatusDTO) GetCompliantServiceType() map[string][]EntitlementDTO
- func (o *SystemPurposeComplianceStatusDTO) GetCompliantServiceTypeOk() (*map[string][]EntitlementDTO, bool)
- func (o *SystemPurposeComplianceStatusDTO) GetCompliantUsage() map[string][]EntitlementDTO
- func (o *SystemPurposeComplianceStatusDTO) GetCompliantUsageOk() (*map[string][]EntitlementDTO, bool)
- func (o *SystemPurposeComplianceStatusDTO) GetDate() string
- func (o *SystemPurposeComplianceStatusDTO) GetDateOk() (*string, bool)
- func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantAddOns() []string
- func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantAddOnsOk() ([]string, bool)
- func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantRole() string
- func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantRoleOk() (*string, bool)
- func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantSLA() string
- func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantSLAOk() (*string, bool)
- func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantServiceType() string
- func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantServiceTypeOk() (*string, bool)
- func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantUsage() string
- func (o *SystemPurposeComplianceStatusDTO) GetNonCompliantUsageOk() (*string, bool)
- func (o *SystemPurposeComplianceStatusDTO) GetReasons() []string
- func (o *SystemPurposeComplianceStatusDTO) GetReasonsOk() ([]string, bool)
- func (o *SystemPurposeComplianceStatusDTO) GetStatus() string
- func (o *SystemPurposeComplianceStatusDTO) GetStatusOk() (*string, bool)
- func (o *SystemPurposeComplianceStatusDTO) HasCompliant() bool
- func (o *SystemPurposeComplianceStatusDTO) HasCompliantAddOns() bool
- func (o *SystemPurposeComplianceStatusDTO) HasCompliantRole() bool
- func (o *SystemPurposeComplianceStatusDTO) HasCompliantSLA() bool
- func (o *SystemPurposeComplianceStatusDTO) HasCompliantServiceType() bool
- func (o *SystemPurposeComplianceStatusDTO) HasCompliantUsage() bool
- func (o *SystemPurposeComplianceStatusDTO) HasDate() bool
- func (o *SystemPurposeComplianceStatusDTO) HasNonCompliantAddOns() bool
- func (o *SystemPurposeComplianceStatusDTO) HasNonCompliantRole() bool
- func (o *SystemPurposeComplianceStatusDTO) HasNonCompliantSLA() bool
- func (o *SystemPurposeComplianceStatusDTO) HasNonCompliantServiceType() bool
- func (o *SystemPurposeComplianceStatusDTO) HasNonCompliantUsage() bool
- func (o *SystemPurposeComplianceStatusDTO) HasReasons() bool
- func (o *SystemPurposeComplianceStatusDTO) HasStatus() bool
- func (o SystemPurposeComplianceStatusDTO) MarshalJSON() ([]byte, error)
- func (o *SystemPurposeComplianceStatusDTO) SetCompliant(v bool)
- func (o *SystemPurposeComplianceStatusDTO) SetCompliantAddOns(v map[string][]EntitlementDTO)
- func (o *SystemPurposeComplianceStatusDTO) SetCompliantRole(v map[string][]EntitlementDTO)
- func (o *SystemPurposeComplianceStatusDTO) SetCompliantSLA(v map[string][]EntitlementDTO)
- func (o *SystemPurposeComplianceStatusDTO) SetCompliantServiceType(v map[string][]EntitlementDTO)
- func (o *SystemPurposeComplianceStatusDTO) SetCompliantUsage(v map[string][]EntitlementDTO)
- func (o *SystemPurposeComplianceStatusDTO) SetDate(v string)
- func (o *SystemPurposeComplianceStatusDTO) SetNonCompliantAddOns(v []string)
- func (o *SystemPurposeComplianceStatusDTO) SetNonCompliantRole(v string)
- func (o *SystemPurposeComplianceStatusDTO) SetNonCompliantSLA(v string)
- func (o *SystemPurposeComplianceStatusDTO) SetNonCompliantServiceType(v string)
- func (o *SystemPurposeComplianceStatusDTO) SetNonCompliantUsage(v string)
- func (o *SystemPurposeComplianceStatusDTO) SetReasons(v []string)
- func (o *SystemPurposeComplianceStatusDTO) SetStatus(v string)
- func (o SystemPurposeComplianceStatusDTO) ToMap() (map[string]interface{}, error)
- type TimestampedEntity
- func (o *TimestampedEntity) GetCreated() string
- func (o *TimestampedEntity) GetCreatedOk() (*string, bool)
- func (o *TimestampedEntity) GetUpdated() string
- func (o *TimestampedEntity) GetUpdatedOk() (*string, bool)
- func (o *TimestampedEntity) HasCreated() bool
- func (o *TimestampedEntity) HasUpdated() bool
- func (o TimestampedEntity) MarshalJSON() ([]byte, error)
- func (o *TimestampedEntity) SetCreated(v string)
- func (o *TimestampedEntity) SetUpdated(v string)
- func (o TimestampedEntity) ToMap() (map[string]interface{}, error)
- type UeberCertificateDTO
- func (o *UeberCertificateDTO) GetCert() string
- func (o *UeberCertificateDTO) GetCertOk() (*string, bool)
- func (o *UeberCertificateDTO) GetCreated() string
- func (o *UeberCertificateDTO) GetCreatedOk() (*string, bool)
- func (o *UeberCertificateDTO) GetId() string
- func (o *UeberCertificateDTO) GetIdOk() (*string, bool)
- func (o *UeberCertificateDTO) GetKey() string
- func (o *UeberCertificateDTO) GetKeyOk() (*string, bool)
- func (o *UeberCertificateDTO) GetOwner() NestedOwnerDTO
- func (o *UeberCertificateDTO) GetOwnerOk() (*NestedOwnerDTO, bool)
- func (o *UeberCertificateDTO) GetSerial() CertificateSerialDTO
- func (o *UeberCertificateDTO) GetSerialOk() (*CertificateSerialDTO, bool)
- func (o *UeberCertificateDTO) GetUpdated() string
- func (o *UeberCertificateDTO) GetUpdatedOk() (*string, bool)
- func (o *UeberCertificateDTO) HasCert() bool
- func (o *UeberCertificateDTO) HasCreated() bool
- func (o *UeberCertificateDTO) HasId() bool
- func (o *UeberCertificateDTO) HasKey() bool
- func (o *UeberCertificateDTO) HasOwner() bool
- func (o *UeberCertificateDTO) HasSerial() bool
- func (o *UeberCertificateDTO) HasUpdated() bool
- func (o UeberCertificateDTO) MarshalJSON() ([]byte, error)
- func (o *UeberCertificateDTO) SetCert(v string)
- func (o *UeberCertificateDTO) SetCreated(v string)
- func (o *UeberCertificateDTO) SetId(v string)
- func (o *UeberCertificateDTO) SetKey(v string)
- func (o *UeberCertificateDTO) SetOwner(v NestedOwnerDTO)
- func (o *UeberCertificateDTO) SetSerial(v CertificateSerialDTO)
- func (o *UeberCertificateDTO) SetUpdated(v string)
- func (o UeberCertificateDTO) ToMap() (map[string]interface{}, error)
- type UpstreamConsumerDTO
- func (o *UpstreamConsumerDTO) GetApiUrl() string
- func (o *UpstreamConsumerDTO) GetApiUrlOk() (*string, bool)
- func (o *UpstreamConsumerDTO) GetContentAccessMode() string
- func (o *UpstreamConsumerDTO) GetContentAccessModeOk() (*string, bool)
- func (o *UpstreamConsumerDTO) GetCreated() string
- func (o *UpstreamConsumerDTO) GetCreatedOk() (*string, bool)
- func (o *UpstreamConsumerDTO) GetId() string
- func (o *UpstreamConsumerDTO) GetIdCert() CertificateDTO
- func (o *UpstreamConsumerDTO) GetIdCertOk() (*CertificateDTO, bool)
- func (o *UpstreamConsumerDTO) GetIdOk() (*string, bool)
- func (o *UpstreamConsumerDTO) GetName() string
- func (o *UpstreamConsumerDTO) GetNameOk() (*string, bool)
- func (o *UpstreamConsumerDTO) GetOwnerId() string
- func (o *UpstreamConsumerDTO) GetOwnerIdOk() (*string, bool)
- func (o *UpstreamConsumerDTO) GetType() ConsumerTypeDTO
- func (o *UpstreamConsumerDTO) GetTypeOk() (*ConsumerTypeDTO, bool)
- func (o *UpstreamConsumerDTO) GetUpdated() string
- func (o *UpstreamConsumerDTO) GetUpdatedOk() (*string, bool)
- func (o *UpstreamConsumerDTO) GetUuid() string
- func (o *UpstreamConsumerDTO) GetUuidOk() (*string, bool)
- func (o *UpstreamConsumerDTO) GetWebUrl() string
- func (o *UpstreamConsumerDTO) GetWebUrlOk() (*string, bool)
- func (o *UpstreamConsumerDTO) HasApiUrl() bool
- func (o *UpstreamConsumerDTO) HasContentAccessMode() bool
- func (o *UpstreamConsumerDTO) HasCreated() bool
- func (o *UpstreamConsumerDTO) HasId() bool
- func (o *UpstreamConsumerDTO) HasIdCert() bool
- func (o *UpstreamConsumerDTO) HasName() bool
- func (o *UpstreamConsumerDTO) HasOwnerId() bool
- func (o *UpstreamConsumerDTO) HasType() bool
- func (o *UpstreamConsumerDTO) HasUpdated() bool
- func (o *UpstreamConsumerDTO) HasUuid() bool
- func (o *UpstreamConsumerDTO) HasWebUrl() bool
- func (o UpstreamConsumerDTO) MarshalJSON() ([]byte, error)
- func (o *UpstreamConsumerDTO) SetApiUrl(v string)
- func (o *UpstreamConsumerDTO) SetContentAccessMode(v string)
- func (o *UpstreamConsumerDTO) SetCreated(v string)
- func (o *UpstreamConsumerDTO) SetId(v string)
- func (o *UpstreamConsumerDTO) SetIdCert(v CertificateDTO)
- func (o *UpstreamConsumerDTO) SetName(v string)
- func (o *UpstreamConsumerDTO) SetOwnerId(v string)
- func (o *UpstreamConsumerDTO) SetType(v ConsumerTypeDTO)
- func (o *UpstreamConsumerDTO) SetUpdated(v string)
- func (o *UpstreamConsumerDTO) SetUuid(v string)
- func (o *UpstreamConsumerDTO) SetWebUrl(v string)
- func (o UpstreamConsumerDTO) ToMap() (map[string]interface{}, error)
- type UpstreamConsumerDTOArrayElement
- func (o *UpstreamConsumerDTOArrayElement) GetApiUrl() string
- func (o *UpstreamConsumerDTOArrayElement) GetApiUrlOk() (*string, bool)
- func (o *UpstreamConsumerDTOArrayElement) GetContentAccessMode() string
- func (o *UpstreamConsumerDTOArrayElement) GetContentAccessModeOk() (*string, bool)
- func (o *UpstreamConsumerDTOArrayElement) GetCreated() string
- func (o *UpstreamConsumerDTOArrayElement) GetCreatedOk() (*string, bool)
- func (o *UpstreamConsumerDTOArrayElement) GetId() string
- func (o *UpstreamConsumerDTOArrayElement) GetIdOk() (*string, bool)
- func (o *UpstreamConsumerDTOArrayElement) GetName() string
- func (o *UpstreamConsumerDTOArrayElement) GetNameOk() (*string, bool)
- func (o *UpstreamConsumerDTOArrayElement) GetOwnerId() string
- func (o *UpstreamConsumerDTOArrayElement) GetOwnerIdOk() (*string, bool)
- func (o *UpstreamConsumerDTOArrayElement) GetType() ConsumerTypeDTO
- func (o *UpstreamConsumerDTOArrayElement) GetTypeOk() (*ConsumerTypeDTO, bool)
- func (o *UpstreamConsumerDTOArrayElement) GetUpdated() string
- func (o *UpstreamConsumerDTOArrayElement) GetUpdatedOk() (*string, bool)
- func (o *UpstreamConsumerDTOArrayElement) GetUuid() string
- func (o *UpstreamConsumerDTOArrayElement) GetUuidOk() (*string, bool)
- func (o *UpstreamConsumerDTOArrayElement) GetWebUrl() string
- func (o *UpstreamConsumerDTOArrayElement) GetWebUrlOk() (*string, bool)
- func (o *UpstreamConsumerDTOArrayElement) HasApiUrl() bool
- func (o *UpstreamConsumerDTOArrayElement) HasContentAccessMode() bool
- func (o *UpstreamConsumerDTOArrayElement) HasCreated() bool
- func (o *UpstreamConsumerDTOArrayElement) HasId() bool
- func (o *UpstreamConsumerDTOArrayElement) HasName() bool
- func (o *UpstreamConsumerDTOArrayElement) HasOwnerId() bool
- func (o *UpstreamConsumerDTOArrayElement) HasType() bool
- func (o *UpstreamConsumerDTOArrayElement) HasUpdated() bool
- func (o *UpstreamConsumerDTOArrayElement) HasUuid() bool
- func (o *UpstreamConsumerDTOArrayElement) HasWebUrl() bool
- func (o UpstreamConsumerDTOArrayElement) MarshalJSON() ([]byte, error)
- func (o *UpstreamConsumerDTOArrayElement) SetApiUrl(v string)
- func (o *UpstreamConsumerDTOArrayElement) SetContentAccessMode(v string)
- func (o *UpstreamConsumerDTOArrayElement) SetCreated(v string)
- func (o *UpstreamConsumerDTOArrayElement) SetId(v string)
- func (o *UpstreamConsumerDTOArrayElement) SetName(v string)
- func (o *UpstreamConsumerDTOArrayElement) SetOwnerId(v string)
- func (o *UpstreamConsumerDTOArrayElement) SetType(v ConsumerTypeDTO)
- func (o *UpstreamConsumerDTOArrayElement) SetUpdated(v string)
- func (o *UpstreamConsumerDTOArrayElement) SetUuid(v string)
- func (o *UpstreamConsumerDTOArrayElement) SetWebUrl(v string)
- func (o UpstreamConsumerDTOArrayElement) ToMap() (map[string]interface{}, error)
- type UserDTO
- func (o *UserDTO) GetCreated() string
- func (o *UserDTO) GetCreatedOk() (*string, bool)
- func (o *UserDTO) GetId() string
- func (o *UserDTO) GetIdOk() (*string, bool)
- func (o *UserDTO) GetPassword() string
- func (o *UserDTO) GetPasswordOk() (*string, bool)
- func (o *UserDTO) GetSuperAdmin() bool
- func (o *UserDTO) GetSuperAdminOk() (*bool, bool)
- func (o *UserDTO) GetUpdated() string
- func (o *UserDTO) GetUpdatedOk() (*string, bool)
- func (o *UserDTO) GetUsername() string
- func (o *UserDTO) GetUsernameOk() (*string, bool)
- func (o *UserDTO) HasCreated() bool
- func (o *UserDTO) HasId() bool
- func (o *UserDTO) HasPassword() bool
- func (o *UserDTO) HasSuperAdmin() bool
- func (o *UserDTO) HasUpdated() bool
- func (o *UserDTO) HasUsername() bool
- func (o UserDTO) MarshalJSON() ([]byte, error)
- func (o *UserDTO) SetCreated(v string)
- func (o *UserDTO) SetId(v string)
- func (o *UserDTO) SetPassword(v string)
- func (o *UserDTO) SetSuperAdmin(v bool)
- func (o *UserDTO) SetUpdated(v string)
- func (o *UserDTO) SetUsername(v string)
- func (o UserDTO) ToMap() (map[string]interface{}, error)
- type UsersAPIService
- func (a *UsersAPIService) CreateUser(ctx context.Context) ApiCreateUserRequest
- func (a *UsersAPIService) CreateUserExecute(r ApiCreateUserRequest) (*UserDTO, *http.Response, error)
- func (a *UsersAPIService) DeleteUser(ctx context.Context, username string) ApiDeleteUserRequest
- func (a *UsersAPIService) DeleteUserExecute(r ApiDeleteUserRequest) (*http.Response, error)
- func (a *UsersAPIService) GetUserInfo(ctx context.Context, username string) ApiGetUserInfoRequest
- func (a *UsersAPIService) GetUserInfoExecute(r ApiGetUserInfoRequest) (*UserDTO, *http.Response, error)
- func (a *UsersAPIService) GetUserRoles(ctx context.Context, username string) ApiGetUserRolesRequest
- func (a *UsersAPIService) GetUserRolesExecute(r ApiGetUserRolesRequest) ([]RoleDTO, *http.Response, error)
- func (a *UsersAPIService) ListUserOwners(ctx context.Context, username string) ApiListUserOwnersRequest
- func (a *UsersAPIService) ListUserOwnersExecute(r ApiListUserOwnersRequest) ([]OwnerDTO, *http.Response, error)
- func (a *UsersAPIService) ListUsers(ctx context.Context) ApiListUsersRequest
- func (a *UsersAPIService) ListUsersExecute(r ApiListUsersRequest) ([]UserDTO, *http.Response, error)
- func (a *UsersAPIService) UpdateUser(ctx context.Context, username string) ApiUpdateUserRequest
- func (a *UsersAPIService) UpdateUserExecute(r ApiUpdateUserRequest) (*UserDTO, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
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 ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { 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.5.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type 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 ¶
func (o *AbstractCertificateDTO) GetSerial() CertificateSerialDTO
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 ¶
func (o *AbstractCertificateDTO) SetSerial(v CertificateSerialDTO)
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 ¶
func (a *ActivationKeyAPIService) AddPoolToKeyExecute(r ApiAddPoolToKeyRequest) (*ActivationKeyDTO, *http.Response, error)
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 ¶
func (a *ActivationKeyAPIService) AddProductIdToKeyExecute(r ApiAddProductIdToKeyRequest) (*ActivationKeyDTO, *http.Response, error)
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 ¶
func (a *ActivationKeyAPIService) FindActivationKey(ctx context.Context) ApiFindActivationKeyRequest
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 ¶
func (a *ActivationKeyAPIService) FindActivationKeyExecute(r ApiFindActivationKeyRequest) ([]ActivationKeyDTO, *http.Response, error)
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 ¶
func (a *ActivationKeyAPIService) GetActivationKeyExecute(r ApiGetActivationKeyRequest) (*ActivationKeyDTO, *http.Response, error)
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 ¶
func (a *ActivationKeyAPIService) RemovePoolFromKeyExecute(r ApiRemovePoolFromKeyRequest) (*ActivationKeyDTO, *http.Response, error)
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 ¶
func (a *ActivationKeyAPIService) RemoveProductIdFromKeyExecute(r ApiRemoveProductIdFromKeyRequest) (*ActivationKeyDTO, *http.Response, error)
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 ¶
func (a *ActivationKeyAPIService) UpdateActivationKeyExecute(r ApiUpdateActivationKeyRequest) (*ActivationKeyDTO, *http.Response, error)
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 ¶
func (a *AdminAPIService) GetQueueStats(ctx context.Context) ApiGetQueueStatsRequest
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 ¶
func (a *AdminAPIService) Initialize(ctx context.Context) ApiInitializeRequest
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 ¶
func (r ApiActivateSubscriptionRequest) ConsumerUuid(consumerUuid string) ApiActivateSubscriptionRequest
The UUID of the consumer of the subscription
func (ApiActivateSubscriptionRequest) Email ¶
func (r ApiActivateSubscriptionRequest) Email(email string) ApiActivateSubscriptionRequest
The email to send a notification to for the activation
func (ApiActivateSubscriptionRequest) EmailLocale ¶
func (r ApiActivateSubscriptionRequest) EmailLocale(emailLocale string) ApiActivateSubscriptionRequest
The locale of the email to send a notification to for the activation
type ApiAddActivationKeyContentOverridesRequest ¶
type ApiAddActivationKeyContentOverridesRequest struct { ApiService *ActivationKeyAPIService // contains filtered or unexported fields }
func (ApiAddActivationKeyContentOverridesRequest) ContentOverrideDTO ¶
func (r ApiAddActivationKeyContentOverridesRequest) ContentOverrideDTO(contentOverrideDTO []ContentOverrideDTO) ApiAddActivationKeyContentOverridesRequest
The list of the content overrides
func (ApiAddActivationKeyContentOverridesRequest) Execute ¶
func (r ApiAddActivationKeyContentOverridesRequest) Execute() ([]ContentOverrideDTO, *http.Response, error)
type ApiAddConsumerContentOverridesRequest ¶
type ApiAddConsumerContentOverridesRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiAddConsumerContentOverridesRequest) ContentOverrideDTO ¶
func (r ApiAddConsumerContentOverridesRequest) ContentOverrideDTO(contentOverrideDTO []ContentOverrideDTO) ApiAddConsumerContentOverridesRequest
The list of the content overrides
func (ApiAddConsumerContentOverridesRequest) Execute ¶
func (r ApiAddConsumerContentOverridesRequest) Execute() ([]ContentOverrideDTO, *http.Response, error)
type ApiAddContentToProductRequest ¶
type ApiAddContentToProductRequest struct { ApiService *OwnerProductAPIService // contains filtered or unexported fields }
func (ApiAddContentToProductRequest) Enabled ¶
func (r ApiAddContentToProductRequest) Enabled(enabled bool) ApiAddContentToProductRequest
Content enabled flag
func (ApiAddContentToProductRequest) Execute ¶
func (r ApiAddContentToProductRequest) Execute() (*ProductDTO, *http.Response, error)
type ApiAddContentsToProductRequest ¶
type ApiAddContentsToProductRequest struct { ApiService *OwnerProductAPIService // contains filtered or unexported fields }
func (ApiAddContentsToProductRequest) Execute ¶
func (r ApiAddContentsToProductRequest) Execute() (*ProductDTO, *http.Response, error)
func (ApiAddContentsToProductRequest) RequestBody ¶
func (r ApiAddContentsToProductRequest) RequestBody(requestBody map[string]bool) ApiAddContentsToProductRequest
Content map
type ApiAddPoolToKeyRequest ¶
type ApiAddPoolToKeyRequest struct { ApiService *ActivationKeyAPIService // contains filtered or unexported fields }
func (ApiAddPoolToKeyRequest) Execute ¶
func (r ApiAddPoolToKeyRequest) Execute() (*ActivationKeyDTO, *http.Response, error)
func (ApiAddPoolToKeyRequest) Quantity ¶
func (r ApiAddPoolToKeyRequest) Quantity(quantity int64) ApiAddPoolToKeyRequest
type ApiAddProductIdToKeyRequest ¶
type ApiAddProductIdToKeyRequest struct { ApiService *ActivationKeyAPIService // contains filtered or unexported fields }
func (ApiAddProductIdToKeyRequest) Execute ¶
func (r ApiAddProductIdToKeyRequest) Execute() (*ActivationKeyDTO, *http.Response, error)
type ApiAddRolePermissionRequest ¶
type ApiAddRolePermissionRequest struct { ApiService *RolesAPIService // contains filtered or unexported fields }
func (ApiAddRolePermissionRequest) Execute ¶
func (r ApiAddRolePermissionRequest) Execute() (*RoleDTO, *http.Response, error)
func (ApiAddRolePermissionRequest) PermissionBlueprintDTO ¶
func (r ApiAddRolePermissionRequest) PermissionBlueprintDTO(permissionBlueprintDTO PermissionBlueprintDTO) ApiAddRolePermissionRequest
Permission Blueprint
type ApiAddUserToRoleRequest ¶
type ApiAddUserToRoleRequest struct { ApiService *RolesAPIService // contains filtered or unexported fields }
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) FromPool ¶
func (r ApiBindRequest) FromPool(fromPool []string) ApiBindRequest
From pool
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 }
type ApiCancelJobRequest ¶
type ApiCancelJobRequest struct { ApiService *JobsAPIService // contains filtered or unexported fields }
func (ApiCancelJobRequest) Execute ¶
func (r ApiCancelJobRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
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 ¶
func (r ApiClaimRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
type ApiCleanupTerminalJobsRequest ¶
type ApiCleanupTerminalJobsRequest struct { ApiService *JobsAPIService // contains filtered or unexported fields }
func (ApiCleanupTerminalJobsRequest) After ¶
func (r ApiCleanupTerminalJobsRequest) After(after string) ApiCleanupTerminalJobsRequest
Cleans up jobs to those on or after this date
func (ApiCleanupTerminalJobsRequest) Before ¶
func (r ApiCleanupTerminalJobsRequest) Before(before string) ApiCleanupTerminalJobsRequest
Cleans up jobs to those on or before this date
func (ApiCleanupTerminalJobsRequest) Execute ¶
func (r ApiCleanupTerminalJobsRequest) Execute() (int32, *http.Response, error)
func (ApiCleanupTerminalJobsRequest) Executor ¶
func (r ApiCleanupTerminalJobsRequest) Executor(executor []string) ApiCleanupTerminalJobsRequest
Cleans up jobs based on executors
func (ApiCleanupTerminalJobsRequest) Force ¶
func (r ApiCleanupTerminalJobsRequest) Force(force bool) ApiCleanupTerminalJobsRequest
Cleans up job forcefully
func (ApiCleanupTerminalJobsRequest) Id ¶
func (r ApiCleanupTerminalJobsRequest) Id(id []string) ApiCleanupTerminalJobsRequest
Cleans up jobs based on ids
func (ApiCleanupTerminalJobsRequest) Key ¶
func (r ApiCleanupTerminalJobsRequest) Key(key []string) ApiCleanupTerminalJobsRequest
Cleans up jobs based on keys
func (ApiCleanupTerminalJobsRequest) Origin ¶
func (r ApiCleanupTerminalJobsRequest) Origin(origin []string) ApiCleanupTerminalJobsRequest
Cleans up jobs based on origins
func (ApiCleanupTerminalJobsRequest) Owner ¶
func (r ApiCleanupTerminalJobsRequest) Owner(owner []string) ApiCleanupTerminalJobsRequest
Cleans up jobs based on owners
func (ApiCleanupTerminalJobsRequest) Principal ¶
func (r ApiCleanupTerminalJobsRequest) Principal(principal []string) ApiCleanupTerminalJobsRequest
Cleans up jobs based on principals
func (ApiCleanupTerminalJobsRequest) State ¶
func (r ApiCleanupTerminalJobsRequest) State(state []string) ApiCleanupTerminalJobsRequest
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 (r ApiCloudAuthorizeRequest) Execute() (string, *http.Response, error)
func (ApiCloudAuthorizeRequest) Version ¶
func (r ApiCloudAuthorizeRequest) Version(version int32) ApiCloudAuthorizeRequest
Version of cloud authentication
type ApiConsumerExistsBulkRequest ¶
type ApiConsumerExistsBulkRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiConsumerExistsBulkRequest) Execute ¶
func (r ApiConsumerExistsBulkRequest) Execute() (*http.Response, error)
func (ApiConsumerExistsBulkRequest) RequestBody ¶
func (r ApiConsumerExistsBulkRequest) RequestBody(requestBody []string) ApiConsumerExistsBulkRequest
Array of Consumer UUIDs
type ApiConsumerExistsRequest ¶
type ApiConsumerExistsRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
type ApiCountConsumersRequest ¶
type ApiCountConsumersRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiCountConsumersRequest) Execute ¶
func (r ApiCountConsumersRequest) Execute() (int32, *http.Response, error)
func (ApiCountConsumersRequest) HypervisorId ¶
func (r ApiCountConsumersRequest) HypervisorId(hypervisorId []string) ApiCountConsumersRequest
The hypervisor IDs
func (ApiCountConsumersRequest) Type_ ¶
func (r ApiCountConsumersRequest) Type_(type_ []string) ApiCountConsumersRequest
The consumer type
func (ApiCountConsumersRequest) Username ¶
func (r ApiCountConsumersRequest) Username(username string) ApiCountConsumersRequest
The username of the consumer
func (ApiCountConsumersRequest) Uuid ¶
func (r ApiCountConsumersRequest) Uuid(uuid []string) ApiCountConsumersRequest
The UUID of consumers
type ApiCreateActivationKeyRequest ¶
type ApiCreateActivationKeyRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiCreateActivationKeyRequest) ActivationKeyDTO ¶
func (r ApiCreateActivationKeyRequest) ActivationKeyDTO(activationKeyDTO ActivationKeyDTO) ApiCreateActivationKeyRequest
Activation key to be created
func (ApiCreateActivationKeyRequest) Execute ¶
func (r ApiCreateActivationKeyRequest) Execute() (*ActivationKeyDTO, *http.Response, error)
type ApiCreateCdnRequest ¶
type ApiCreateCdnRequest struct { ApiService *CdnAPIService // contains filtered or unexported fields }
func (ApiCreateCdnRequest) CdnDTO ¶
func (r ApiCreateCdnRequest) CdnDTO(cdnDTO CdnDTO) ApiCreateCdnRequest
CDN to be created
type ApiCreateConsumerInEnvironmentRequest ¶
type ApiCreateConsumerInEnvironmentRequest struct { ApiService *EnvironmentAPIService // contains filtered or unexported fields }
func (ApiCreateConsumerInEnvironmentRequest) ActivationKeys ¶
func (r ApiCreateConsumerInEnvironmentRequest) ActivationKeys(activationKeys string) ApiCreateConsumerInEnvironmentRequest
func (ApiCreateConsumerInEnvironmentRequest) ConsumerDTO ¶
func (r ApiCreateConsumerInEnvironmentRequest) ConsumerDTO(consumerDTO ConsumerDTO) ApiCreateConsumerInEnvironmentRequest
func (ApiCreateConsumerInEnvironmentRequest) Execute ¶
func (r ApiCreateConsumerInEnvironmentRequest) Execute() (*ConsumerDTO, *http.Response, error)
func (ApiCreateConsumerInEnvironmentRequest) Username ¶
func (r ApiCreateConsumerInEnvironmentRequest) Username(username string) ApiCreateConsumerInEnvironmentRequest
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 ¶
func (r ApiCreateConsumerRequest) ConsumerDTO(consumerDTO ConsumerDTO) ApiCreateConsumerRequest
Consumer to be created
func (ApiCreateConsumerRequest) Execute ¶
func (r ApiCreateConsumerRequest) Execute() (*ConsumerDTO, *http.Response, error)
func (ApiCreateConsumerRequest) IdentityCertCreation ¶
func (r ApiCreateConsumerRequest) IdentityCertCreation(identityCertCreation bool) ApiCreateConsumerRequest
Boolean flag for identity cert generation.
func (ApiCreateConsumerRequest) Owner ¶
func (r ApiCreateConsumerRequest) Owner(owner string) ApiCreateConsumerRequest
Owner key
func (ApiCreateConsumerRequest) Username ¶
func (r ApiCreateConsumerRequest) Username(username string) ApiCreateConsumerRequest
User name
type ApiCreateConsumerTypeRequest ¶
type ApiCreateConsumerTypeRequest struct { ApiService *ConsumerTypeAPIService // contains filtered or unexported fields }
func (ApiCreateConsumerTypeRequest) ConsumerTypeDTO ¶
func (r ApiCreateConsumerTypeRequest) ConsumerTypeDTO(consumerTypeDTO ConsumerTypeDTO) ApiCreateConsumerTypeRequest
The consumer type to create
func (ApiCreateConsumerTypeRequest) Execute ¶
func (r ApiCreateConsumerTypeRequest) Execute() (*ConsumerTypeDTO, *http.Response, error)
type ApiCreateContentBatchRequest ¶
type ApiCreateContentBatchRequest struct { ApiService *OwnerContentAPIService // contains filtered or unexported fields }
func (ApiCreateContentBatchRequest) ContentDTO ¶
func (r ApiCreateContentBatchRequest) ContentDTO(contentDTO []ContentDTO) ApiCreateContentBatchRequest
List of contents to be created
func (ApiCreateContentBatchRequest) Execute ¶
func (r ApiCreateContentBatchRequest) Execute() ([]ContentDTO, *http.Response, error)
type ApiCreateContentRequest ¶
type ApiCreateContentRequest struct { ApiService *OwnerContentAPIService // contains filtered or unexported fields }
func (ApiCreateContentRequest) ContentDTO ¶
func (r ApiCreateContentRequest) ContentDTO(contentDTO ContentDTO) ApiCreateContentRequest
Content to be created
func (ApiCreateContentRequest) Execute ¶
func (r ApiCreateContentRequest) Execute() (*ContentDTO, *http.Response, error)
type ApiCreateEnvironmentRequest ¶ added in v4.4.9
type ApiCreateEnvironmentRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiCreateEnvironmentRequest) EnvironmentDTO ¶ added in v4.4.9
func (r ApiCreateEnvironmentRequest) EnvironmentDTO(environmentDTO EnvironmentDTO) ApiCreateEnvironmentRequest
Environment to be created
func (ApiCreateEnvironmentRequest) Execute ¶ added in v4.4.9
func (r ApiCreateEnvironmentRequest) Execute() (*EnvironmentDTO, *http.Response, error)
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 ¶
func (r ApiCreateOwnerRequest) OwnerDTO(ownerDTO OwnerDTO) ApiCreateOwnerRequest
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 ¶
func (r ApiCreatePoolRequest) PoolDTO(poolDTO PoolDTO) ApiCreatePoolRequest
A pool to be created
type ApiCreateProductRequest ¶
type ApiCreateProductRequest struct { ApiService *OwnerProductAPIService // contains filtered or unexported fields }
func (ApiCreateProductRequest) Execute ¶
func (r ApiCreateProductRequest) Execute() (*ProductDTO, *http.Response, error)
func (ApiCreateProductRequest) ProductDTO ¶
func (r ApiCreateProductRequest) ProductDTO(productDTO ProductDTO) ApiCreateProductRequest
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 ¶
func (r ApiCreateRequest) Execute() (*DistributorVersionDTO, *http.Response, error)
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 ¶
func (r ApiCreateRoleRequest) RoleDTO(roleDTO RoleDTO) ApiCreateRoleRequest
A role to be created
type ApiCreateUeberCertificateRequest ¶
type ApiCreateUeberCertificateRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiCreateUeberCertificateRequest) Execute ¶
func (r ApiCreateUeberCertificateRequest) Execute() (*UeberCertificateDTO, *http.Response, error)
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 ¶
func (r ApiCreateUserRequest) UserDTO(userDTO UserDTO) ApiCreateUserRequest
A user to be created
type ApiDeleteActivationKeyContentOverridesRequest ¶
type ApiDeleteActivationKeyContentOverridesRequest struct { ApiService *ActivationKeyAPIService // contains filtered or unexported fields }
func (ApiDeleteActivationKeyContentOverridesRequest) ContentOverrideDTO ¶
func (r ApiDeleteActivationKeyContentOverridesRequest) ContentOverrideDTO(contentOverrideDTO []ContentOverrideDTO) ApiDeleteActivationKeyContentOverridesRequest
The list of the content overrides
func (ApiDeleteActivationKeyContentOverridesRequest) Execute ¶
func (r ApiDeleteActivationKeyContentOverridesRequest) Execute() ([]ContentOverrideDTO, *http.Response, error)
type ApiDeleteActivationKeyRequest ¶
type ApiDeleteActivationKeyRequest struct { ApiService *ActivationKeyAPIService // contains filtered or unexported fields }
type ApiDeleteAnonymousConsumersByAccountIdRequest ¶
type ApiDeleteAnonymousConsumersByAccountIdRequest struct { ApiService *CloudRegistrationAPIService // contains filtered or unexported fields }
func (ApiDeleteAnonymousConsumersByAccountIdRequest) CloudAccountId ¶
func (r ApiDeleteAnonymousConsumersByAccountIdRequest) CloudAccountId(cloudAccountId string) ApiDeleteAnonymousConsumersByAccountIdRequest
The ID of the Cloud Account
type ApiDeleteCdnRequest ¶
type ApiDeleteCdnRequest struct { ApiService *CdnAPIService // contains filtered or unexported fields }
type ApiDeleteConsumerContentOverridesRequest ¶
type ApiDeleteConsumerContentOverridesRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiDeleteConsumerContentOverridesRequest) ContentOverrideDTO ¶
func (r ApiDeleteConsumerContentOverridesRequest) ContentOverrideDTO(contentOverrideDTO []ContentOverrideDTO) ApiDeleteConsumerContentOverridesRequest
The list of the content overrides
func (ApiDeleteConsumerContentOverridesRequest) Execute ¶
func (r ApiDeleteConsumerContentOverridesRequest) Execute() ([]ContentOverrideDTO, *http.Response, error)
type ApiDeleteConsumerRequest ¶
type ApiDeleteConsumerRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
type ApiDeleteConsumerTypeRequest ¶
type ApiDeleteConsumerTypeRequest struct { ApiService *ConsumerTypeAPIService // contains filtered or unexported fields }
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
func (r ApiDeleteEnvironmentContentOverridesRequest) ContentOverrideDTO(contentOverrideDTO []ContentOverrideDTO) ApiDeleteEnvironmentContentOverridesRequest
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
func (r ApiDeleteEnvironmentContentOverridesRequest) Execute() ([]ContentOverrideDTO, *http.Response, error)
type ApiDeleteEnvironmentRequest ¶
type ApiDeleteEnvironmentRequest struct { ApiService *EnvironmentAPIService // contains filtered or unexported fields }
func (ApiDeleteEnvironmentRequest) Execute ¶
func (r ApiDeleteEnvironmentRequest) Execute() (*http.Response, error)
func (ApiDeleteEnvironmentRequest) RetainConsumers ¶ added in v4.4.9
func (r ApiDeleteEnvironmentRequest) RetainConsumers(retainConsumers bool) ApiDeleteEnvironmentRequest
Whether or not to retain affected consumers with no remaining environments. If set to true, affected consumers will be moved to the organization's default content view.
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 }
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 ¶
func (r ApiDeleteOwnerRequest) Force(force bool) ApiDeleteOwnerRequest
Boolean value to forcefully delete an owner. This is not in use.
func (ApiDeleteOwnerRequest) Revoke ¶
func (r ApiDeleteOwnerRequest) Revoke(revoke bool) ApiDeleteOwnerRequest
Boolean value to revoke an owner
type ApiDeletePoolRequest ¶
type ApiDeletePoolRequest struct { ApiService *PoolsAPIService // contains filtered or unexported fields }
type ApiDeleteRequest ¶
type ApiDeleteRequest struct { ApiService *DistributorVersionsAPIService // contains filtered or unexported fields }
type ApiDeleteRoleByNameRequest ¶
type ApiDeleteRoleByNameRequest struct { ApiService *RolesAPIService // contains filtered or unexported fields }
type ApiDeleteSubscriptionRequest ¶
type ApiDeleteSubscriptionRequest struct { ApiService *SubscriptionAPIService // contains filtered or unexported fields }
type ApiDeleteUserFromRoleRequest ¶
type ApiDeleteUserFromRoleRequest struct { ApiService *RolesAPIService // contains filtered or unexported fields }
type ApiDeleteUserRequest ¶
type ApiDeleteUserRequest struct { ApiService *UsersAPIService // contains filtered or unexported fields }
type ApiDemoteContentRequest ¶
type ApiDemoteContentRequest struct { ApiService *EnvironmentAPIService // contains filtered or unexported fields }
func (ApiDemoteContentRequest) Content ¶
func (r ApiDemoteContentRequest) Content(content []string) ApiDemoteContentRequest
func (ApiDemoteContentRequest) Execute ¶
func (r ApiDemoteContentRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
func (ApiDemoteContentRequest) LazyRegen ¶
func (r ApiDemoteContentRequest) LazyRegen(lazyRegen bool) ApiDemoteContentRequest
type ApiDownloadExistingExportRequest ¶
type ApiDownloadExistingExportRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
type ApiDryBindRequest ¶
type ApiDryBindRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiDryBindRequest) Execute ¶
func (r ApiDryBindRequest) Execute() ([]PoolQuantityDTO, *http.Response, error)
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 ¶
func (r ApiExportCertificatesRequest) Serials(serials string) ApiExportCertificatesRequest
Certificate serials
type ApiExportDataAsyncRequest ¶
type ApiExportDataAsyncRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiExportDataAsyncRequest) ApiUrl ¶
func (r ApiExportDataAsyncRequest) ApiUrl(apiUrl string) ApiExportDataAsyncRequest
The URL pointing to the manifest's originating candlepin API.
func (ApiExportDataAsyncRequest) CdnLabel ¶
func (r ApiExportDataAsyncRequest) CdnLabel(cdnLabel string) ApiExportDataAsyncRequest
The lable of the target CDN.
func (ApiExportDataAsyncRequest) Execute ¶
func (r ApiExportDataAsyncRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
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 ¶
func (r ApiExportDataRequest) ApiUrl(apiUrl string) ApiExportDataRequest
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) 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 ¶
func (r ApiFindActivationKeyRequest) Execute() ([]ActivationKeyDTO, *http.Response, error)
type ApiGetActivationKeyPoolsRequest ¶
type ApiGetActivationKeyPoolsRequest struct { ApiService *ActivationKeyAPIService // contains filtered or unexported fields }
type ApiGetActivationKeyRequest ¶
type ApiGetActivationKeyRequest struct { ApiService *ActivationKeyAPIService // contains filtered or unexported fields }
func (ApiGetActivationKeyRequest) Execute ¶
func (r ApiGetActivationKeyRequest) Execute() (*ActivationKeyDTO, *http.Response, error)
type ApiGetCertificateSerialRequest ¶
type ApiGetCertificateSerialRequest struct { ApiService *CertificateSerialAPIService // contains filtered or unexported fields }
func (ApiGetCertificateSerialRequest) Execute ¶
func (r ApiGetCertificateSerialRequest) Execute() (*CertificateSerialDTO, *http.Response, error)
type ApiGetComplianceStatusListRequest ¶
type ApiGetComplianceStatusListRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiGetComplianceStatusListRequest) Execute ¶
func (r ApiGetComplianceStatusListRequest) Execute() (*map[string]ComplianceStatusDTO, *http.Response, error)
func (ApiGetComplianceStatusListRequest) Uuid ¶
func (r ApiGetComplianceStatusListRequest) Uuid(uuid []string) ApiGetComplianceStatusListRequest
Consumers UUIDs
type ApiGetComplianceStatusRequest ¶
type ApiGetComplianceStatusRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiGetComplianceStatusRequest) Execute ¶
func (r ApiGetComplianceStatusRequest) Execute() (*ComplianceStatusDTO, *http.Response, error)
func (ApiGetComplianceStatusRequest) OnDate ¶
func (r ApiGetComplianceStatusRequest) OnDate(onDate string) ApiGetComplianceStatusRequest
Date to get compliance information for, default is now.
type ApiGetConsumerRequest ¶
type ApiGetConsumerRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiGetConsumerRequest) Execute ¶
func (r ApiGetConsumerRequest) Execute() (*ConsumerDTO, *http.Response, error)
type ApiGetConsumerTypeRequest ¶
type ApiGetConsumerTypeRequest struct { ApiService *ConsumerTypeAPIService // contains filtered or unexported fields }
func (ApiGetConsumerTypeRequest) Execute ¶
func (r ApiGetConsumerTypeRequest) Execute() (*ConsumerTypeDTO, *http.Response, error)
type ApiGetConsumerTypesRequest ¶
type ApiGetConsumerTypesRequest struct { ApiService *ConsumerTypeAPIService // contains filtered or unexported fields }
func (ApiGetConsumerTypesRequest) Execute ¶
func (r ApiGetConsumerTypesRequest) Execute() ([]ConsumerTypeDTO, *http.Response, error)
type ApiGetConsumersSyspurposeRequest ¶
type ApiGetConsumersSyspurposeRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiGetConsumersSyspurposeRequest) Execute ¶
func (r ApiGetConsumersSyspurposeRequest) Execute() (*SystemPurposeAttributesDTO, *http.Response, error)
type ApiGetContentAccessBodyRequest ¶
type ApiGetContentAccessBodyRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiGetContentAccessBodyRequest) Execute ¶
func (r ApiGetContentAccessBodyRequest) Execute() (string, *http.Response, error)
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 ¶
func (r ApiGetContentAccessForConsumerRequest) Execute() (*ContentAccessDTO, *http.Response, error)
type ApiGetContentByIdRequest ¶
type ApiGetContentByIdRequest struct { ApiService *OwnerContentAPIService // contains filtered or unexported fields }
func (ApiGetContentByIdRequest) Execute ¶
func (r ApiGetContentByIdRequest) Execute() (*ContentDTO, *http.Response, error)
type ApiGetContentByUuidRequest ¶
type ApiGetContentByUuidRequest struct { ApiService *ContentAPIService // contains filtered or unexported fields }
func (ApiGetContentByUuidRequest) Execute ¶
func (r ApiGetContentByUuidRequest) Execute() (*ContentDTO, *http.Response, error)
type ApiGetContentDeliveryNetworksRequest ¶
type ApiGetContentDeliveryNetworksRequest struct { ApiService *CdnAPIService // contains filtered or unexported fields }
type ApiGetContentsByOwnerRequest ¶
type ApiGetContentsByOwnerRequest struct { ApiService *OwnerContentAPIService // contains filtered or unexported fields }
func (ApiGetContentsByOwnerRequest) Active ¶ added in v4.4.15
func (r ApiGetContentsByOwnerRequest) Active(active string) ApiGetContentsByOwnerRequest
A value indicating how 'active' content should be considered when fetching content, where 'active' is defined as a content that is currently in use by a subscription with a start time in the past and that has not yet expired, or in use by a product which itself is considered 'active.' Must be one of 'include', 'exclude', or 'exclusive' indicating that active content should be included along with inactive content, excluded (omitted) from the results, or exclusively selected as the only content to return. Defaults to 'exclusive'.
func (ApiGetContentsByOwnerRequest) Content ¶
func (r ApiGetContentsByOwnerRequest) Content(content []string) ApiGetContentsByOwnerRequest
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) Custom ¶ added in v4.4.15
func (r ApiGetContentsByOwnerRequest) Custom(custom string) ApiGetContentsByOwnerRequest
A value indicating how custom content are considered when fetching content, where 'custom' is defined as content that did not originate from a refresh operation nor manifest import. Must be one of 'include', 'exclude', or 'exclusive' indicating that custom content should be passively included, excluded or omitted from the output, or exclusively selected as the only content to return.
func (ApiGetContentsByOwnerRequest) Execute ¶
func (r ApiGetContentsByOwnerRequest) Execute() ([]ContentDTO, *http.Response, error)
func (ApiGetContentsByOwnerRequest) Label ¶ added in v4.4.15
func (r ApiGetContentsByOwnerRequest) Label(label []string) ApiGetContentsByOwnerRequest
The labels of content to fetch. If defined, the list of content returned by this endpoint will only include those matching the given labels (case-insensitive). May be specified multiple times to filter on multiple labels. If multiple labels are provided, any content matching any of the provided labels will be returned.
type ApiGetContentsRequest ¶
type ApiGetContentsRequest struct { ApiService *ContentAPIService // contains filtered or unexported fields }
func (ApiGetContentsRequest) Active ¶ added in v4.4.15
func (r ApiGetContentsRequest) Active(active string) ApiGetContentsRequest
A value indicating how 'active' content should be considered when fetching content, where 'active' is defined as a content that is currently in use by a subscription with a start time in the past and that has not yet expired, or in use by a product which itself is considered 'active.' Must be one of 'include', 'exclude', or 'exclusive' indicating that active content should be included along with inactive content, excluded (omitted) from the results, or exclusively selected as the only content to return. Defaults to 'exclusive'.
func (ApiGetContentsRequest) Content ¶ added in v4.4.15
func (r ApiGetContentsRequest) Content(content []string) ApiGetContentsRequest
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 (ApiGetContentsRequest) Custom ¶ added in v4.4.15
func (r ApiGetContentsRequest) Custom(custom string) ApiGetContentsRequest
A value indicating how custom content are considered when fetching content, where 'custom' is defined as content that did not originate from a refresh operation nor manifest import. Must be one of 'include', 'exclude', or 'exclusive' indicating that custom content should be passively included, excluded or omitted from the output, or exclusively selected as the only content to return.
func (ApiGetContentsRequest) Execute ¶
func (r ApiGetContentsRequest) Execute() ([]ContentDTO, *http.Response, error)
func (ApiGetContentsRequest) Label ¶ added in v4.4.15
func (r ApiGetContentsRequest) Label(label []string) ApiGetContentsRequest
The labels of content to fetch. If defined, the list of content returned by this endpoint will only include those matching the given labels (case-insensitive). May be specified multiple times to filter on multiple labels. If multiple labels are provided, any content matching any of the provided labels will be returned.
func (ApiGetContentsRequest) Owner ¶ added in v4.4.15
func (r ApiGetContentsRequest) Owner(owner []string) ApiGetContentsRequest
The key of an owner to use to limit the content search. If defined, the list of contents returned by this endpoint will only include those available to the given owner. May be specified multiple times to filter by multiple owners. If multiple owners are provided, contents available to any of the provided owners will be returned.
type ApiGetCurrentCrlRequest ¶
type ApiGetCurrentCrlRequest struct { ApiService *CertificateRevocationListAPIService // contains filtered or unexported fields }
type ApiGetEntitlementCertificateSerialsRequest ¶
type ApiGetEntitlementCertificateSerialsRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiGetEntitlementCertificateSerialsRequest) Execute ¶
func (r ApiGetEntitlementCertificateSerialsRequest) Execute() ([]CertificateSerialDTO, *http.Response, error)
type ApiGetEntitlementRequest ¶
type ApiGetEntitlementRequest struct { ApiService *EntitlementsAPIService // contains filtered or unexported fields }
func (ApiGetEntitlementRequest) Execute ¶
func (r ApiGetEntitlementRequest) Execute() (*EntitlementDTO, *http.Response, error)
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
func (r ApiGetEnvironmentContentOverridesRequest) Execute() ([]ContentOverrideDTO, *http.Response, error)
type ApiGetEnvironmentRequest ¶
type ApiGetEnvironmentRequest struct { ApiService *EnvironmentAPIService // contains filtered or unexported fields }
func (ApiGetEnvironmentRequest) Execute ¶
func (r ApiGetEnvironmentRequest) Execute() (*EnvironmentDTO, *http.Response, error)
type ApiGetGuestIdRequest ¶
type ApiGetGuestIdRequest struct { ApiService *GuestIdsAPIService // contains filtered or unexported fields }
func (ApiGetGuestIdRequest) Execute ¶
func (r ApiGetGuestIdRequest) Execute() (*GuestIdDTO, *http.Response, error)
type ApiGetGuestIdsRequest ¶
type ApiGetGuestIdsRequest struct { ApiService *GuestIdsAPIService // contains filtered or unexported fields }
func (ApiGetGuestIdsRequest) Execute ¶
func (r ApiGetGuestIdsRequest) Execute() ([]GuestIdDTOArrayElement, *http.Response, error)
type ApiGetGuestsRequest ¶
type ApiGetGuestsRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiGetGuestsRequest) Execute ¶
func (r ApiGetGuestsRequest) Execute() ([]ConsumerDTOArrayElement, *http.Response, error)
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 (r ApiGetHypervisorsRequest) Execute() ([]ConsumerDTOArrayElement, *http.Response, error)
func (ApiGetHypervisorsRequest) HypervisorId ¶
func (r ApiGetHypervisorsRequest) HypervisorId(hypervisorId []string) ApiGetHypervisorsRequest
The list of hypervisor Ids
func (ApiGetHypervisorsRequest) Order ¶ added in v4.4.6
func (r ApiGetHypervisorsRequest) Order(order string) ApiGetHypervisorsRequest
Direction of ordering
func (ApiGetHypervisorsRequest) Page ¶ added in v4.4.6
func (r ApiGetHypervisorsRequest) Page(page int32) ApiGetHypervisorsRequest
Page index to return
func (ApiGetHypervisorsRequest) PerPage ¶ added in v4.4.6
func (r ApiGetHypervisorsRequest) PerPage(perPage int32) ApiGetHypervisorsRequest
Number of items to return per page
func (ApiGetHypervisorsRequest) SortBy ¶ added in v4.4.6
func (r ApiGetHypervisorsRequest) SortBy(sortBy string) ApiGetHypervisorsRequest
Property to use for ordering
type ApiGetImportsRequest ¶
type ApiGetImportsRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiGetImportsRequest) Execute ¶
func (r ApiGetImportsRequest) Execute() ([]ImportRecordDTO, *http.Response, error)
type ApiGetJobStatusRequest ¶
type ApiGetJobStatusRequest struct { ApiService *JobsAPIService // contains filtered or unexported fields }
func (ApiGetJobStatusRequest) Execute ¶
func (r ApiGetJobStatusRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
type ApiGetOwnerByConsumerUuidRequest ¶
type ApiGetOwnerByConsumerUuidRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
type ApiGetOwnerContentAccessRequest ¶
type ApiGetOwnerContentAccessRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiGetOwnerContentAccessRequest) Execute ¶
func (r ApiGetOwnerContentAccessRequest) Execute() (*ContentAccessDTO, *http.Response, error)
type ApiGetOwnerInfoRequest ¶
type ApiGetOwnerInfoRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
type ApiGetOwnerRequest ¶
type ApiGetOwnerRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
type ApiGetOwnerSubscriptionsRequest ¶
type ApiGetOwnerSubscriptionsRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiGetOwnerSubscriptionsRequest) Execute ¶
func (r ApiGetOwnerSubscriptionsRequest) Execute() ([]SubscriptionDTO, *http.Response, error)
type ApiGetPoolCdnRequest ¶
type ApiGetPoolCdnRequest struct { ApiService *PoolsAPIService // contains filtered or unexported fields }
type ApiGetPoolEntitlementsRequest ¶
type ApiGetPoolEntitlementsRequest struct { ApiService *PoolsAPIService // contains filtered or unexported fields }
func (ApiGetPoolEntitlementsRequest) Execute ¶
func (r ApiGetPoolEntitlementsRequest) Execute() ([]EntitlementDTO, *http.Response, error)
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
type ApiGetProductByIdRequest ¶
type ApiGetProductByIdRequest struct { ApiService *OwnerProductAPIService // contains filtered or unexported fields }
func (ApiGetProductByIdRequest) Execute ¶
func (r ApiGetProductByIdRequest) Execute() (*ProductDTO, *http.Response, error)
type ApiGetProductByUuidRequest ¶
type ApiGetProductByUuidRequest struct { ApiService *ProductsAPIService // contains filtered or unexported fields }
func (ApiGetProductByUuidRequest) Execute ¶
func (r ApiGetProductByUuidRequest) Execute() (*ProductDTO, *http.Response, error)
type ApiGetProductCertificateByIdRequest ¶
type ApiGetProductCertificateByIdRequest struct { ApiService *OwnerProductAPIService // contains filtered or unexported fields }
func (ApiGetProductCertificateByIdRequest) Execute ¶
func (r ApiGetProductCertificateByIdRequest) Execute() (*ProductCertificateDTO, *http.Response, error)
type ApiGetProductsByOwnerRequest ¶
type ApiGetProductsByOwnerRequest struct { ApiService *OwnerProductAPIService // contains filtered or unexported fields }
func (ApiGetProductsByOwnerRequest) Active ¶ added in v4.4.15
func (r ApiGetProductsByOwnerRequest) Active(active string) ApiGetProductsByOwnerRequest
A value indicating how 'active' products should be considered when fetching products, where 'active' is defined as a product that is currently in use by a subscription with a start time in the past and that has not yet expired, or in use by a product which itself is considered 'active.' Must be one of 'include', 'exclude', or 'exclusive' indicating that active products should be included along with inactive products, excluded (omitted) from the results, or exclusively selected as the only products to return. Defaults to 'exclusive'.
func (ApiGetProductsByOwnerRequest) Custom ¶ added in v4.4.15
func (r ApiGetProductsByOwnerRequest) Custom(custom string) ApiGetProductsByOwnerRequest
A value indicating how custom products are considered when fetching products, where 'custom' is defined as a product that did not originate from a refresh operation nor manifest import. Must be one of 'include', 'exclude', or 'exclusive' indicating that custom products should be passively included, excluded or omitted from the output, or exclusively selected as the only products to return.
func (ApiGetProductsByOwnerRequest) Execute ¶
func (r ApiGetProductsByOwnerRequest) Execute() ([]ProductDTO, *http.Response, error)
func (ApiGetProductsByOwnerRequest) Name ¶ added in v4.4.15
func (r ApiGetProductsByOwnerRequest) Name(name []string) ApiGetProductsByOwnerRequest
The names of products to fetch. If defined, the list of products returned by this endpoint will only include those matching the given names (case-insensitive). May be specified multiple times to filter on multiple names. If multiple names are provided, any products matching any of the provided names will be returned.
func (ApiGetProductsByOwnerRequest) Product ¶
func (r ApiGetProductsByOwnerRequest) Product(product []string) ApiGetProductsByOwnerRequest
The ID of a product to fetch. If defined, the list of products returned by this endpoint will only include those matching the given ID. May be specified multiple times to filter on multiple product IDs. If multiple IDs are provided, any products matching any of the provided IDs will be returned.
type ApiGetProductsRequest ¶
type ApiGetProductsRequest struct { ApiService *ProductsAPIService // contains filtered or unexported fields }
func (ApiGetProductsRequest) Active ¶ added in v4.4.15
func (r ApiGetProductsRequest) Active(active string) ApiGetProductsRequest
A value indicating how 'active' products should be considered when fetching products, where 'active' is defined as a product that is currently in use by a subscription with a start time in the past and that has not yet expired, or in use by a product which itself is considered 'active.' Must be one of 'include', 'exclude', or 'exclusive' indicating that active products should be included along with inactive products, excluded (omitted) from the results, or exclusively selected as the only products to return. Defaults to 'exclusive'.
func (ApiGetProductsRequest) Custom ¶ added in v4.4.15
func (r ApiGetProductsRequest) Custom(custom string) ApiGetProductsRequest
A value indicating how custom products are considered when fetching products, where 'custom' is defined as a product that did not originate from a refresh operation nor manifest import. Must be one of 'include', 'exclude', or 'exclusive' indicating that custom products should be passively included, excluded or omitted from the output, or exclusively selected as the only products to return.
func (ApiGetProductsRequest) Execute ¶
func (r ApiGetProductsRequest) Execute() ([]ProductDTO, *http.Response, error)
func (ApiGetProductsRequest) Name ¶ added in v4.4.15
func (r ApiGetProductsRequest) Name(name []string) ApiGetProductsRequest
The names of products to fetch. If defined, the list of products returned by this endpoint will only include those matching the given names (case-insensitive). May be specified multiple times to filter on multiple names. If multiple names are provided, any products matching any of the provided names will be returned.
func (ApiGetProductsRequest) Owner ¶ added in v4.4.15
func (r ApiGetProductsRequest) Owner(owner []string) ApiGetProductsRequest
The key of an owner to use to limit the product search. If defined, the list of products returned by this endpoint will only include those available to the given owner. May be specified multiple times to filter by multiple owners. If multiple owners are provided, products available to any of the provided owners will be returned.
func (ApiGetProductsRequest) Product ¶ added in v4.4.15
func (r ApiGetProductsRequest) Product(product []string) ApiGetProductsRequest
The ID of a product to fetch. If defined, the list of products returned by this endpoint will only include those matching the given ID. May be specified multiple times to filter on multiple product IDs. If multiple IDs are provided, any products matching any of the provided IDs will be returned.
type ApiGetQueueStatsRequest ¶
type ApiGetQueueStatsRequest struct { ApiService *AdminAPIService // contains filtered or unexported fields }
func (ApiGetQueueStatsRequest) Execute ¶
func (r ApiGetQueueStatsRequest) Execute() ([]QueueStatus, *http.Response, error)
type ApiGetReleaseRequest ¶
type ApiGetReleaseRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiGetReleaseRequest) Execute ¶
func (r ApiGetReleaseRequest) Execute() (*ReleaseVerDTO, *http.Response, error)
type ApiGetRoleByNameRequest ¶
type ApiGetRoleByNameRequest struct { ApiService *RolesAPIService // contains filtered or unexported fields }
type ApiGetRolesRequest ¶
type ApiGetRolesRequest struct { ApiService *RolesAPIService // contains filtered or unexported fields }
type ApiGetRootResourcesRequest ¶
type ApiGetRootResourcesRequest struct { ApiService *RootAPIService // contains filtered or unexported fields }
type ApiGetRulesRequest ¶
type ApiGetRulesRequest struct { ApiService *RulesAPIService // contains filtered or unexported fields }
type ApiGetSchedulerStatusRequest ¶
type ApiGetSchedulerStatusRequest struct { ApiService *JobsAPIService // contains filtered or unexported fields }
func (ApiGetSchedulerStatusRequest) Execute ¶
func (r ApiGetSchedulerStatusRequest) Execute() (*SchedulerStatusDTO, *http.Response, error)
type ApiGetSubCertRequest ¶
type ApiGetSubCertRequest struct { ApiService *PoolsAPIService // contains filtered or unexported fields }
type ApiGetSubscriptionsRequest ¶
type ApiGetSubscriptionsRequest struct { ApiService *SubscriptionAPIService // contains filtered or unexported fields }
func (ApiGetSubscriptionsRequest) Execute ¶
func (r ApiGetSubscriptionsRequest) Execute() ([]SubscriptionDTO, *http.Response, error)
type ApiGetSyspurposeRequest ¶
type ApiGetSyspurposeRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiGetSyspurposeRequest) Execute ¶
func (r ApiGetSyspurposeRequest) Execute() (*SystemPurposeAttributesDTO, *http.Response, error)
type ApiGetSystemPurposeComplianceStatusRequest ¶
type ApiGetSystemPurposeComplianceStatusRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiGetSystemPurposeComplianceStatusRequest) Execute ¶
func (r ApiGetSystemPurposeComplianceStatusRequest) Execute() (*SystemPurposeComplianceStatusDTO, *http.Response, error)
func (ApiGetSystemPurposeComplianceStatusRequest) OnDate ¶
func (r ApiGetSystemPurposeComplianceStatusRequest) OnDate(onDate string) ApiGetSystemPurposeComplianceStatusRequest
Date to get compliance information for, default is now.
type ApiGetUeberCertificateRequest ¶
type ApiGetUeberCertificateRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiGetUeberCertificateRequest) Execute ¶
func (r ApiGetUeberCertificateRequest) Execute() (*UeberCertificateDTO, *http.Response, error)
type ApiGetUpstreamCertRequest ¶
type ApiGetUpstreamCertRequest struct { ApiService *EntitlementsAPIService // contains filtered or unexported fields }
type ApiGetUpstreamConsumersRequest ¶
type ApiGetUpstreamConsumersRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiGetUpstreamConsumersRequest) Execute ¶
func (r ApiGetUpstreamConsumersRequest) Execute() ([]UpstreamConsumerDTOArrayElement, *http.Response, error)
type ApiGetUserInfoRequest ¶
type ApiGetUserInfoRequest struct { ApiService *UsersAPIService // contains filtered or unexported fields }
type ApiGetUserRolesRequest ¶
type ApiGetUserRolesRequest struct { ApiService *UsersAPIService // contains filtered or unexported fields }
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 (r ApiGetVersionsRequest) Execute() ([]DistributorVersionDTO, *http.Response, error)
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 ¶
func (r ApiHasEntitlementRequest) Execute() (*EntitlementDTO, *http.Response, error)
type ApiHealEntireRequest ¶
type ApiHealEntireRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiHealEntireRequest) Execute ¶
func (r ApiHealEntireRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
type ApiHypervisorHeartbeatUpdateRequest ¶
type ApiHypervisorHeartbeatUpdateRequest struct { ApiService *HypervisorsAPIService // contains filtered or unexported fields }
func (ApiHypervisorHeartbeatUpdateRequest) Execute ¶
func (r ApiHypervisorHeartbeatUpdateRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
func (ApiHypervisorHeartbeatUpdateRequest) ReporterId ¶
func (r ApiHypervisorHeartbeatUpdateRequest) ReporterId(reporterId string) ApiHypervisorHeartbeatUpdateRequest
type ApiHypervisorUpdateAsyncRequest ¶
type ApiHypervisorUpdateAsyncRequest struct { ApiService *HypervisorsAPIService // contains filtered or unexported fields }
func (ApiHypervisorUpdateAsyncRequest) Body ¶
func (r ApiHypervisorUpdateAsyncRequest) Body(body string) ApiHypervisorUpdateAsyncRequest
Host and Guest mapping details
func (ApiHypervisorUpdateAsyncRequest) CreateMissing ¶
func (r ApiHypervisorUpdateAsyncRequest) CreateMissing(createMissing bool) ApiHypervisorUpdateAsyncRequest
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 (r ApiHypervisorUpdateAsyncRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
func (ApiHypervisorUpdateAsyncRequest) ReporterId ¶
func (r ApiHypervisorUpdateAsyncRequest) ReporterId(reporterId string) ApiHypervisorUpdateAsyncRequest
type ApiImportManifestAsyncRequest ¶
type ApiImportManifestAsyncRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiImportManifestAsyncRequest) Execute ¶
func (r ApiImportManifestAsyncRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
func (ApiImportManifestAsyncRequest) Force ¶
func (r ApiImportManifestAsyncRequest) Force(force []string) ApiImportManifestAsyncRequest
This is used to override the conflicts
func (ApiImportManifestAsyncRequest) Input ¶
func (r ApiImportManifestAsyncRequest) Input(input *os.File) ApiImportManifestAsyncRequest
type ApiInitializeRequest ¶
type ApiInitializeRequest struct { ApiService *AdminAPIService // contains filtered or unexported fields }
type ApiListActivationKeyContentOverridesRequest ¶
type ApiListActivationKeyContentOverridesRequest struct { ApiService *ActivationKeyAPIService // contains filtered or unexported fields }
func (ApiListActivationKeyContentOverridesRequest) Execute ¶
func (r ApiListActivationKeyContentOverridesRequest) Execute() ([]ContentOverrideDTO, *http.Response, error)
type ApiListAllForConsumerRequest ¶
type ApiListAllForConsumerRequest struct { ApiService *EntitlementsAPIService // contains filtered or unexported fields }
func (ApiListAllForConsumerRequest) Attribute ¶
func (r ApiListAllForConsumerRequest) Attribute(attribute []string) ApiListAllForConsumerRequest
Attribute filters
func (ApiListAllForConsumerRequest) Consumer ¶
func (r ApiListAllForConsumerRequest) Consumer(consumer string) ApiListAllForConsumerRequest
func (ApiListAllForConsumerRequest) Execute ¶
func (r ApiListAllForConsumerRequest) Execute() ([]EntitlementDTO, *http.Response, error)
func (ApiListAllForConsumerRequest) Matches ¶
func (r ApiListAllForConsumerRequest) Matches(matches string) ApiListAllForConsumerRequest
func (ApiListAllForConsumerRequest) Order ¶
func (r ApiListAllForConsumerRequest) Order(order string) ApiListAllForConsumerRequest
Direction of ordering
func (ApiListAllForConsumerRequest) Page ¶
func (r ApiListAllForConsumerRequest) Page(page int32) ApiListAllForConsumerRequest
Page index to return
func (ApiListAllForConsumerRequest) PerPage ¶
func (r ApiListAllForConsumerRequest) PerPage(perPage int32) ApiListAllForConsumerRequest
Number of items to return per page
func (ApiListAllForConsumerRequest) SortBy ¶
func (r ApiListAllForConsumerRequest) SortBy(sortBy string) ApiListAllForConsumerRequest
Property to use for ordering
type ApiListByDateRequest ¶
type ApiListByDateRequest struct { ApiService *DeletedConsumerAPIService // contains filtered or unexported fields }
func (ApiListByDateRequest) Date ¶
func (r ApiListByDateRequest) Date(date string) ApiListByDateRequest
Filter deleted consumers to those on or after this date
func (ApiListByDateRequest) Execute ¶
func (r ApiListByDateRequest) Execute() ([]DeletedConsumerDTO, *http.Response, error)
func (ApiListByDateRequest) Order ¶ added in v4.4.6
func (r ApiListByDateRequest) Order(order string) ApiListByDateRequest
Direction of ordering
func (ApiListByDateRequest) Page ¶ added in v4.4.6
func (r ApiListByDateRequest) Page(page int32) ApiListByDateRequest
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
func (r ApiListByDateRequest) SortBy(sortBy string) ApiListByDateRequest
Property to use for ordering
type ApiListConsumerContentOverridesRequest ¶
type ApiListConsumerContentOverridesRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiListConsumerContentOverridesRequest) Execute ¶
func (r ApiListConsumerContentOverridesRequest) Execute() ([]ContentOverrideDTO, *http.Response, error)
type ApiListConsumersRequest ¶
type ApiListConsumersRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiListConsumersRequest) Execute ¶
func (r ApiListConsumersRequest) Execute() ([]ConsumerDTOArrayElement, *http.Response, error)
func (ApiListConsumersRequest) Fact ¶
func (r ApiListConsumersRequest) Fact(fact []string) ApiListConsumersRequest
The consumer facts
func (ApiListConsumersRequest) HypervisorId ¶
func (r ApiListConsumersRequest) HypervisorId(hypervisorId []string) ApiListConsumersRequest
The hypervisor IDs
func (ApiListConsumersRequest) Order ¶
func (r ApiListConsumersRequest) Order(order string) ApiListConsumersRequest
Direction of ordering
func (ApiListConsumersRequest) Page ¶
func (r ApiListConsumersRequest) Page(page int32) ApiListConsumersRequest
Page index to return
func (ApiListConsumersRequest) PerPage ¶
func (r ApiListConsumersRequest) PerPage(perPage int32) ApiListConsumersRequest
Number of items to return per page
func (ApiListConsumersRequest) SortBy ¶
func (r ApiListConsumersRequest) SortBy(sortBy string) ApiListConsumersRequest
Property to use for ordering
func (ApiListConsumersRequest) Type_ ¶
func (r ApiListConsumersRequest) Type_(type_ []string) ApiListConsumersRequest
The consumer type
func (ApiListConsumersRequest) Username ¶
func (r ApiListConsumersRequest) Username(username string) ApiListConsumersRequest
The username of the consumer
func (ApiListConsumersRequest) Uuid ¶
func (r ApiListConsumersRequest) Uuid(uuid []string) ApiListConsumersRequest
The UUID of consumers
type ApiListEntitledConsumerUuidsRequest ¶
type ApiListEntitledConsumerUuidsRequest struct { ApiService *PoolsAPIService // contains filtered or unexported fields }
type ApiListEntitlementsRequest ¶
type ApiListEntitlementsRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiListEntitlementsRequest) Attribute ¶
func (r ApiListEntitlementsRequest) Attribute(attribute []string) ApiListEntitlementsRequest
Attribute filters
func (ApiListEntitlementsRequest) Execute ¶
func (r ApiListEntitlementsRequest) Execute() ([]EntitlementDTO, *http.Response, error)
func (ApiListEntitlementsRequest) Order ¶
func (r ApiListEntitlementsRequest) Order(order string) ApiListEntitlementsRequest
Direction of ordering
func (ApiListEntitlementsRequest) Page ¶
func (r ApiListEntitlementsRequest) Page(page int32) ApiListEntitlementsRequest
Page index to return
func (ApiListEntitlementsRequest) PerPage ¶
func (r ApiListEntitlementsRequest) PerPage(perPage int32) ApiListEntitlementsRequest
Number of items to return per page
func (ApiListEntitlementsRequest) Product ¶
func (r ApiListEntitlementsRequest) Product(product string) ApiListEntitlementsRequest
ID of a Product
func (ApiListEntitlementsRequest) Regen ¶
func (r ApiListEntitlementsRequest) Regen(regen bool) ApiListEntitlementsRequest
Boolean flag to regenerate entitlements
func (ApiListEntitlementsRequest) SortBy ¶
func (r ApiListEntitlementsRequest) SortBy(sortBy string) ApiListEntitlementsRequest
Property to use for ordering
type ApiListEnvironmentsRequest ¶
type ApiListEnvironmentsRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiListEnvironmentsRequest) Execute ¶
func (r ApiListEnvironmentsRequest) Execute() ([]EnvironmentDTO, *http.Response, error)
func (ApiListEnvironmentsRequest) ListAll ¶
func (r ApiListEnvironmentsRequest) ListAll(listAll bool) ApiListEnvironmentsRequest
List all boolean for environments of all types
func (ApiListEnvironmentsRequest) Name ¶
func (r ApiListEnvironmentsRequest) Name(name string) ApiListEnvironmentsRequest
The name of the environment
func (ApiListEnvironmentsRequest) Type_ ¶
func (r ApiListEnvironmentsRequest) Type_(type_ []string) ApiListEnvironmentsRequest
The type of the environments
type ApiListJobStatusesRequest ¶
type ApiListJobStatusesRequest struct { ApiService *JobsAPIService // contains filtered or unexported fields }
func (ApiListJobStatusesRequest) After ¶
func (r ApiListJobStatusesRequest) After(after string) ApiListJobStatusesRequest
Filter jobs to those on or after this date
func (ApiListJobStatusesRequest) Before ¶
func (r ApiListJobStatusesRequest) Before(before string) ApiListJobStatusesRequest
Filter jobs to those on or before this date
func (ApiListJobStatusesRequest) Execute ¶
func (r ApiListJobStatusesRequest) Execute() ([]AsyncJobStatusDTO, *http.Response, error)
func (ApiListJobStatusesRequest) Executor ¶
func (r ApiListJobStatusesRequest) Executor(executor []string) ApiListJobStatusesRequest
Filter jobs based on executors
func (ApiListJobStatusesRequest) Id ¶
func (r ApiListJobStatusesRequest) Id(id []string) ApiListJobStatusesRequest
Filter jobs based on ids
func (ApiListJobStatusesRequest) Key ¶
func (r ApiListJobStatusesRequest) Key(key []string) ApiListJobStatusesRequest
Filter jobs based on keys
func (ApiListJobStatusesRequest) Order ¶
func (r ApiListJobStatusesRequest) Order(order string) ApiListJobStatusesRequest
Direction of ordering
func (ApiListJobStatusesRequest) Origin ¶
func (r ApiListJobStatusesRequest) Origin(origin []string) ApiListJobStatusesRequest
Filter jobs based on origins
func (ApiListJobStatusesRequest) Owner ¶
func (r ApiListJobStatusesRequest) Owner(owner []string) ApiListJobStatusesRequest
Filter jobs based on owners
func (ApiListJobStatusesRequest) Page ¶
func (r ApiListJobStatusesRequest) Page(page int32) ApiListJobStatusesRequest
Page index to return
func (ApiListJobStatusesRequest) PerPage ¶
func (r ApiListJobStatusesRequest) PerPage(perPage int32) ApiListJobStatusesRequest
Number of items to return per page
func (ApiListJobStatusesRequest) Principal ¶
func (r ApiListJobStatusesRequest) Principal(principal []string) ApiListJobStatusesRequest
Filter jobs based on principals
func (ApiListJobStatusesRequest) SortBy ¶
func (r ApiListJobStatusesRequest) SortBy(sortBy string) ApiListJobStatusesRequest
Property to use for ordering
func (ApiListJobStatusesRequest) State ¶
func (r ApiListJobStatusesRequest) State(state []string) ApiListJobStatusesRequest
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 ¶
func (r ApiListOwnerPoolsRequest) Activeon(activeon string) ApiListOwnerPoolsRequest
Active on date
func (ApiListOwnerPoolsRequest) AddFuture ¶
func (r ApiListOwnerPoolsRequest) AddFuture(addFuture bool) ApiListOwnerPoolsRequest
When set to true, it will add future dated pools to the result, based on the activeon date
func (ApiListOwnerPoolsRequest) After ¶
func (r ApiListOwnerPoolsRequest) After(after string) ApiListOwnerPoolsRequest
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 ¶
func (r ApiListOwnerPoolsRequest) Consumer(consumer string) ApiListOwnerPoolsRequest
The consumer UUID
func (ApiListOwnerPoolsRequest) Execute ¶
func (r ApiListOwnerPoolsRequest) Execute() ([]PoolDTO, *http.Response, error)
func (ApiListOwnerPoolsRequest) Listall ¶
func (r ApiListOwnerPoolsRequest) Listall(listall bool) ApiListOwnerPoolsRequest
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 ¶
func (r ApiListOwnerPoolsRequest) Matches(matches []string) ApiListOwnerPoolsRequest
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 ¶
func (r ApiListOwnerPoolsRequest) Order(order string) ApiListOwnerPoolsRequest
Direction of ordering
func (ApiListOwnerPoolsRequest) Page ¶
func (r ApiListOwnerPoolsRequest) Page(page int32) ApiListOwnerPoolsRequest
Page index to return
func (ApiListOwnerPoolsRequest) PerPage ¶
func (r ApiListOwnerPoolsRequest) PerPage(perPage int32) ApiListOwnerPoolsRequest
Number of items to return per page
func (ApiListOwnerPoolsRequest) Poolid ¶
func (r ApiListOwnerPoolsRequest) Poolid(poolid []string) ApiListOwnerPoolsRequest
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 ¶
func (r ApiListOwnerPoolsRequest) Product(product string) ApiListOwnerPoolsRequest
The product id
func (ApiListOwnerPoolsRequest) SortBy ¶
func (r ApiListOwnerPoolsRequest) SortBy(sortBy string) ApiListOwnerPoolsRequest
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 ¶
func (r ApiListOwnersRequest) Key(key string) ApiListOwnersRequest
The owner key
func (ApiListOwnersRequest) Order ¶ added in v4.4.6
func (r ApiListOwnersRequest) Order(order string) ApiListOwnersRequest
Direction of ordering
func (ApiListOwnersRequest) Page ¶ added in v4.4.6
func (r ApiListOwnersRequest) Page(page int32) ApiListOwnersRequest
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
func (r ApiListOwnersRequest) SortBy(sortBy string) ApiListOwnersRequest
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 ¶
func (r ApiListPoolsRequest) Order(order string) ApiListPoolsRequest
Direction of ordering
func (ApiListPoolsRequest) Owner ¶
func (r ApiListPoolsRequest) Owner(owner string) ApiListPoolsRequest
Owner ID
func (ApiListPoolsRequest) Page ¶
func (r ApiListPoolsRequest) Page(page int32) ApiListPoolsRequest
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 ¶
func (r ApiListPoolsRequest) SortBy(sortBy string) ApiListPoolsRequest
Property to use for ordering
type ApiListUserOwnersRequest ¶
type ApiListUserOwnersRequest struct { ApiService *UsersAPIService // contains filtered or unexported fields }
type ApiListUsersRequest ¶
type ApiListUsersRequest struct { ApiService *UsersAPIService // contains filtered or unexported fields }
type ApiMigrateEntitlementRequest ¶
type ApiMigrateEntitlementRequest struct { ApiService *EntitlementsAPIService // contains filtered or unexported fields }
func (ApiMigrateEntitlementRequest) Execute ¶
func (r ApiMigrateEntitlementRequest) Execute() ([]EntitlementDTO, *http.Response, error)
func (ApiMigrateEntitlementRequest) Quantity ¶
func (r ApiMigrateEntitlementRequest) Quantity(quantity int32) ApiMigrateEntitlementRequest
func (ApiMigrateEntitlementRequest) ToConsumer ¶
func (r ApiMigrateEntitlementRequest) ToConsumer(toConsumer string) ApiMigrateEntitlementRequest
type ApiOwnerActivationKeysRequest ¶
type ApiOwnerActivationKeysRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiOwnerActivationKeysRequest) Execute ¶
func (r ApiOwnerActivationKeysRequest) Execute() ([]ActivationKeyDTO, *http.Response, error)
func (ApiOwnerActivationKeysRequest) Name ¶
func (r ApiOwnerActivationKeysRequest) Name(name string) ApiOwnerActivationKeysRequest
The name of the activation key
type ApiOwnerEntitlementsRequest ¶
type ApiOwnerEntitlementsRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiOwnerEntitlementsRequest) Attribute ¶
func (r ApiOwnerEntitlementsRequest) Attribute(attribute []string) ApiOwnerEntitlementsRequest
Attribute filters
func (ApiOwnerEntitlementsRequest) Execute ¶
func (r ApiOwnerEntitlementsRequest) Execute() ([]EntitlementDTO, *http.Response, error)
func (ApiOwnerEntitlementsRequest) Order ¶
func (r ApiOwnerEntitlementsRequest) Order(order string) ApiOwnerEntitlementsRequest
Direction of ordering
func (ApiOwnerEntitlementsRequest) Page ¶
func (r ApiOwnerEntitlementsRequest) Page(page int32) ApiOwnerEntitlementsRequest
Page index to return
func (ApiOwnerEntitlementsRequest) PerPage ¶
func (r ApiOwnerEntitlementsRequest) PerPage(perPage int32) ApiOwnerEntitlementsRequest
Number of items to return per page
func (ApiOwnerEntitlementsRequest) Product ¶
func (r ApiOwnerEntitlementsRequest) Product(product string) ApiOwnerEntitlementsRequest
The product id
func (ApiOwnerEntitlementsRequest) SortBy ¶
func (r ApiOwnerEntitlementsRequest) SortBy(sortBy string) ApiOwnerEntitlementsRequest
Property to use for ordering
type ApiOwnerServiceLevelsRequest ¶
type ApiOwnerServiceLevelsRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiOwnerServiceLevelsRequest) Execute ¶
func (r ApiOwnerServiceLevelsRequest) Execute() ([]string, *http.Response, error)
func (ApiOwnerServiceLevelsRequest) Exempt ¶
func (r ApiOwnerServiceLevelsRequest) Exempt(exempt string) ApiOwnerServiceLevelsRequest
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 (r ApiPromoteContentRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
func (ApiPromoteContentRequest) LazyRegen ¶
func (r ApiPromoteContentRequest) LazyRegen(lazyRegen bool) ApiPromoteContentRequest
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
func (r ApiPutEnvironmentContentOverridesRequest) ContentOverrideDTO(contentOverrideDTO []ContentOverrideDTO) ApiPutEnvironmentContentOverridesRequest
A list containing the content overrides to apply to the environment
func (ApiPutEnvironmentContentOverridesRequest) Execute ¶ added in v4.4.6
func (r ApiPutEnvironmentContentOverridesRequest) Execute() ([]ContentOverrideDTO, *http.Response, error)
type ApiRefreshPoolsForProductRequest ¶
type ApiRefreshPoolsForProductRequest struct { ApiService *OwnerProductAPIService // contains filtered or unexported fields }
func (ApiRefreshPoolsForProductRequest) Execute ¶
func (r ApiRefreshPoolsForProductRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
func (ApiRefreshPoolsForProductRequest) LazyRegen ¶
func (r ApiRefreshPoolsForProductRequest) LazyRegen(lazyRegen bool) ApiRefreshPoolsForProductRequest
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 (r ApiRefreshPoolsForProductsRequest) Execute() ([]AsyncJobStatusDTO, *http.Response, error)
func (ApiRefreshPoolsForProductsRequest) LazyRegen ¶
func (r ApiRefreshPoolsForProductsRequest) LazyRegen(lazyRegen bool) ApiRefreshPoolsForProductsRequest
Regenerate certificates immediatelly or allow them to be regenerated on demand
func (ApiRefreshPoolsForProductsRequest) Product ¶
func (r ApiRefreshPoolsForProductsRequest) Product(product []string) ApiRefreshPoolsForProductsRequest
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 ¶
func (r ApiRefreshPoolsRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
type ApiRegenerateEntitlementCertificatesForProductRequest ¶
type ApiRegenerateEntitlementCertificatesForProductRequest struct { ApiService *EntitlementsAPIService // contains filtered or unexported fields }
func (ApiRegenerateEntitlementCertificatesForProductRequest) Execute ¶
func (r ApiRegenerateEntitlementCertificatesForProductRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
func (ApiRegenerateEntitlementCertificatesForProductRequest) LazyRegen ¶
func (r ApiRegenerateEntitlementCertificatesForProductRequest) LazyRegen(lazyRegen bool) ApiRegenerateEntitlementCertificatesForProductRequest
type ApiRegenerateEntitlementCertificatesRequest ¶
type ApiRegenerateEntitlementCertificatesRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiRegenerateEntitlementCertificatesRequest) CleanupEntitlements ¶
func (r ApiRegenerateEntitlementCertificatesRequest) CleanupEntitlements(cleanupEntitlements bool) ApiRegenerateEntitlementCertificatesRequest
Whether or not to remove unnecessary or unused entitlements for the consumer before regenerating certificates
func (ApiRegenerateEntitlementCertificatesRequest) Entitlement ¶
func (r ApiRegenerateEntitlementCertificatesRequest) Entitlement(entitlement string) ApiRegenerateEntitlementCertificatesRequest
Entitlement ID
func (ApiRegenerateEntitlementCertificatesRequest) Execute ¶
func (r ApiRegenerateEntitlementCertificatesRequest) Execute() (*http.Response, error)
func (ApiRegenerateEntitlementCertificatesRequest) LazyRegen ¶
func (r ApiRegenerateEntitlementCertificatesRequest) LazyRegen(lazyRegen bool) ApiRegenerateEntitlementCertificatesRequest
Lazy regeneration of entitlement certs
type ApiRegenerateIdentityCertificatesRequest ¶
type ApiRegenerateIdentityCertificatesRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiRegenerateIdentityCertificatesRequest) Execute ¶
func (r ApiRegenerateIdentityCertificatesRequest) Execute() (*ConsumerDTO, *http.Response, error)
type ApiRemoveContentFromProductRequest ¶
type ApiRemoveContentFromProductRequest struct { ApiService *OwnerProductAPIService // contains filtered or unexported fields }
func (ApiRemoveContentFromProductRequest) Execute ¶
func (r ApiRemoveContentFromProductRequest) Execute() (*ProductDTO, *http.Response, error)
type ApiRemoveContentRequest ¶
type ApiRemoveContentRequest struct { ApiService *OwnerContentAPIService // contains filtered or unexported fields }
type ApiRemoveContentsFromProductRequest ¶
type ApiRemoveContentsFromProductRequest struct { ApiService *OwnerProductAPIService // contains filtered or unexported fields }
func (ApiRemoveContentsFromProductRequest) Execute ¶
func (r ApiRemoveContentsFromProductRequest) Execute() (*ProductDTO, *http.Response, error)
func (ApiRemoveContentsFromProductRequest) RequestBody ¶
func (r ApiRemoveContentsFromProductRequest) RequestBody(requestBody []string) ApiRemoveContentsFromProductRequest
Content IDs
type ApiRemoveDeletionRecordRequest ¶
type ApiRemoveDeletionRecordRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
type ApiRemovePoolFromKeyRequest ¶
type ApiRemovePoolFromKeyRequest struct { ApiService *ActivationKeyAPIService // contains filtered or unexported fields }
func (ApiRemovePoolFromKeyRequest) Execute ¶
func (r ApiRemovePoolFromKeyRequest) Execute() (*ActivationKeyDTO, *http.Response, error)
type ApiRemoveProductIdFromKeyRequest ¶
type ApiRemoveProductIdFromKeyRequest struct { ApiService *ActivationKeyAPIService // contains filtered or unexported fields }
func (ApiRemoveProductIdFromKeyRequest) Execute ¶
func (r ApiRemoveProductIdFromKeyRequest) Execute() (*ActivationKeyDTO, *http.Response, error)
type ApiRemoveProductRequest ¶
type ApiRemoveProductRequest struct { ApiService *OwnerProductAPIService // contains filtered or unexported fields }
type ApiRemoveRolePermissionRequest ¶
type ApiRemoveRolePermissionRequest struct { ApiService *RolesAPIService // contains filtered or unexported fields }
type ApiScheduleJobRequest ¶
type ApiScheduleJobRequest struct { ApiService *JobsAPIService // contains filtered or unexported fields }
func (ApiScheduleJobRequest) Execute ¶
func (r ApiScheduleJobRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
type ApiSearchConsumersRequest ¶
type ApiSearchConsumersRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiSearchConsumersRequest) EnvironmentId ¶ added in v4.4.15
func (r ApiSearchConsumersRequest) EnvironmentId(environmentId string) ApiSearchConsumersRequest
Environment identifier
func (ApiSearchConsumersRequest) Execute ¶
func (r ApiSearchConsumersRequest) Execute() ([]ConsumerDTOArrayElement, *http.Response, error)
func (ApiSearchConsumersRequest) Fact ¶
func (r ApiSearchConsumersRequest) Fact(fact []string) ApiSearchConsumersRequest
The consumer facts
func (ApiSearchConsumersRequest) HypervisorId ¶
func (r ApiSearchConsumersRequest) HypervisorId(hypervisorId []string) ApiSearchConsumersRequest
Hypervisor IDs
func (ApiSearchConsumersRequest) Order ¶
func (r ApiSearchConsumersRequest) Order(order string) ApiSearchConsumersRequest
Direction of ordering
func (ApiSearchConsumersRequest) Owner ¶
func (r ApiSearchConsumersRequest) Owner(owner string) ApiSearchConsumersRequest
Owner key
func (ApiSearchConsumersRequest) Page ¶
func (r ApiSearchConsumersRequest) Page(page int32) ApiSearchConsumersRequest
Page index to return
func (ApiSearchConsumersRequest) PerPage ¶
func (r ApiSearchConsumersRequest) PerPage(perPage int32) ApiSearchConsumersRequest
Number of items to return per page
func (ApiSearchConsumersRequest) RegistrationAuthenticationMethod ¶
func (r ApiSearchConsumersRequest) RegistrationAuthenticationMethod(registrationAuthenticationMethod string) ApiSearchConsumersRequest
Registration Authentication Method
func (ApiSearchConsumersRequest) SortBy ¶
func (r ApiSearchConsumersRequest) SortBy(sortBy string) ApiSearchConsumersRequest
Property to use for ordering
func (ApiSearchConsumersRequest) Type_ ¶
func (r ApiSearchConsumersRequest) Type_(type_ []string) ApiSearchConsumersRequest
Consumer type
func (ApiSearchConsumersRequest) Username ¶
func (r ApiSearchConsumersRequest) Username(username string) ApiSearchConsumersRequest
Username
func (ApiSearchConsumersRequest) Uuid ¶
func (r ApiSearchConsumersRequest) Uuid(uuid []string) ApiSearchConsumersRequest
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 ¶
func (r ApiSetLogLevelRequest) Level(level string) ApiSetLogLevelRequest
The log level
type ApiSetSchedulerStatusRequest ¶
type ApiSetSchedulerStatusRequest struct { ApiService *JobsAPIService // contains filtered or unexported fields }
func (ApiSetSchedulerStatusRequest) Execute ¶
func (r ApiSetSchedulerStatusRequest) Execute() (*SchedulerStatusDTO, *http.Response, error)
func (ApiSetSchedulerStatusRequest) Running ¶
func (r ApiSetSchedulerStatusRequest) Running(running bool) ApiSetSchedulerStatusRequest
Boolean value to set running status
type ApiStatusRequest ¶
type ApiStatusRequest struct { ApiService *StatusAPIService // contains filtered or unexported fields }
type ApiUnbindAllRequest ¶
type ApiUnbindAllRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiUnbindAllRequest) Execute ¶
func (r ApiUnbindAllRequest) Execute() (*DeleteResult, *http.Response, error)
type ApiUnbindByEntitlementIdRequest ¶
type ApiUnbindByEntitlementIdRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
type ApiUnbindByPoolRequest ¶
type ApiUnbindByPoolRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
type ApiUnbindBySerialRequest ¶
type ApiUnbindBySerialRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
type ApiUnbindRequest ¶
type ApiUnbindRequest struct { ApiService *EntitlementsAPIService // contains filtered or unexported fields }
type ApiUndoImportsRequest ¶
type ApiUndoImportsRequest struct { ApiService *OwnerAPIService // contains filtered or unexported fields }
func (ApiUndoImportsRequest) Execute ¶
func (r ApiUndoImportsRequest) Execute() (*AsyncJobStatusDTO, *http.Response, error)
type ApiUpdateActivationKeyRequest ¶
type ApiUpdateActivationKeyRequest struct { ApiService *ActivationKeyAPIService // contains filtered or unexported fields }
func (ApiUpdateActivationKeyRequest) ActivationKeyDTO ¶
func (r ApiUpdateActivationKeyRequest) ActivationKeyDTO(activationKeyDTO ActivationKeyDTO) ApiUpdateActivationKeyRequest
Activation key to be updated
func (ApiUpdateActivationKeyRequest) Execute ¶
func (r ApiUpdateActivationKeyRequest) Execute() (*ActivationKeyDTO, *http.Response, error)
type ApiUpdateCdnRequest ¶
type ApiUpdateCdnRequest struct { ApiService *CdnAPIService // contains filtered or unexported fields }
func (ApiUpdateCdnRequest) CdnDTO ¶
func (r ApiUpdateCdnRequest) CdnDTO(cdnDTO CdnDTO) ApiUpdateCdnRequest
Fields that needs to be updated for specified CDN
type ApiUpdateConsumerRequest ¶
type ApiUpdateConsumerRequest struct { ApiService *ConsumerAPIService // contains filtered or unexported fields }
func (ApiUpdateConsumerRequest) ConsumerDTO ¶
func (r ApiUpdateConsumerRequest) ConsumerDTO(consumerDTO ConsumerDTO) ApiUpdateConsumerRequest
Consumer to be updated
type ApiUpdateConsumerTypeRequest ¶
type ApiUpdateConsumerTypeRequest struct { ApiService *ConsumerTypeAPIService // contains filtered or unexported fields }
func (ApiUpdateConsumerTypeRequest) ConsumerTypeDTO ¶
func (r ApiUpdateConsumerTypeRequest) ConsumerTypeDTO(consumerTypeDTO ConsumerTypeDTO) ApiUpdateConsumerTypeRequest
The fields and updated values to apply to the specified consumer type
func (ApiUpdateConsumerTypeRequest) Execute ¶
func (r ApiUpdateConsumerTypeRequest) Execute() (*ConsumerTypeDTO, *http.Response, error)
type ApiUpdateContentRequest ¶
type ApiUpdateContentRequest struct { ApiService *OwnerContentAPIService // contains filtered or unexported fields }
func (ApiUpdateContentRequest) ContentDTO ¶
func (r ApiUpdateContentRequest) ContentDTO(contentDTO ContentDTO) ApiUpdateContentRequest
Content to be updated
func (ApiUpdateContentRequest) Execute ¶
func (r ApiUpdateContentRequest) Execute() (*ContentDTO, *http.Response, error)
type ApiUpdateEntitlementRequest ¶
type ApiUpdateEntitlementRequest struct { ApiService *EntitlementsAPIService // contains filtered or unexported fields }
func (ApiUpdateEntitlementRequest) EntitlementDTO ¶
func (r ApiUpdateEntitlementRequest) EntitlementDTO(entitlementDTO EntitlementDTO) ApiUpdateEntitlementRequest
Updated entitlement
type ApiUpdateEnvironmentRequest ¶ added in v4.4.9
type ApiUpdateEnvironmentRequest struct { ApiService *EnvironmentAPIService // contains filtered or unexported fields }
func (ApiUpdateEnvironmentRequest) EnvironmentDTO ¶ added in v4.4.9
func (r ApiUpdateEnvironmentRequest) EnvironmentDTO(environmentDTO EnvironmentDTO) ApiUpdateEnvironmentRequest
An EnvironmentDTO containing the data to use to update the target environment. The object need not be fully populated, as some fields cannot be changed by an update operation and will be ignored. Any field which is not intended to be updated should be left undefined or null. An empty, non-null value should be used to clear any existing value in a given field.
func (ApiUpdateEnvironmentRequest) Execute ¶ added in v4.4.9
func (r ApiUpdateEnvironmentRequest) Execute() (*EnvironmentDTO, *http.Response, error)
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 ¶
func (r ApiUpdateOwnerRequest) OwnerDTO(ownerDTO OwnerDTO) ApiUpdateOwnerRequest
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 ¶
func (r ApiUpdatePoolRequest) PoolDTO(poolDTO PoolDTO) ApiUpdatePoolRequest
A pool to be updated
type ApiUpdateProductRequest ¶
type ApiUpdateProductRequest struct { ApiService *OwnerProductAPIService // contains filtered or unexported fields }
func (ApiUpdateProductRequest) Execute ¶
func (r ApiUpdateProductRequest) Execute() (*ProductDTO, *http.Response, error)
func (ApiUpdateProductRequest) ProductDTO ¶
func (r ApiUpdateProductRequest) ProductDTO(productDTO ProductDTO) ApiUpdateProductRequest
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 ¶
func (r ApiUpdateRequest) Execute() (*DistributorVersionDTO, *http.Response, error)
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 ¶
func (r ApiUpdateRoleRequest) RoleDTO(roleDTO RoleDTO) ApiUpdateRoleRequest
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 ¶
func (r ApiUpdateUserRequest) UserDTO(userDTO UserDTO) ApiUpdateUserRequest
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) SetProductId ¶
func (o *BrandingDTO) SetProductId(v string)
SetProductId 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 ¶
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) 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 ¶
func (a *CdnAPIService) CreateCdn(ctx context.Context) ApiCreateCdnRequest
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 ¶
GetCreated returns the Created field value if set, zero value otherwise.
func (*CdnDTO) GetCreatedOk ¶
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) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CdnDTO) GetLabelOk ¶
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) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CdnDTO) GetUpdated ¶
GetUpdated returns the Updated field value if set, zero value otherwise.
func (*CdnDTO) GetUpdatedOk ¶
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) GetUrlOk ¶
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 ¶
HasCertificate returns a boolean if a field has been set.
func (*CdnDTO) HasCreated ¶
HasCreated returns a boolean if a field has been set.
func (*CdnDTO) HasUpdated ¶
HasUpdated returns a boolean if a field has been set.
func (CdnDTO) MarshalJSON ¶
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 ¶
SetCreated gets a reference to the given string and assigns it to the Created field.
func (*CdnDTO) SetLabel ¶
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*CdnDTO) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*CdnDTO) SetUpdated ¶
SetUpdated gets a reference to the given string and assigns it to the Updated field.
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 ¶
func (a *CertificateRevocationListAPIService) GetCurrentCrl(ctx context.Context) ApiGetCurrentCrlRequest
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 ¶
func (a *CertificateRevocationListAPIService) GetCurrentCrlExecute(r ApiGetCurrentCrlRequest) ([]int64, *http.Response, error)
Execute executes the request
@return []int64
type CertificateSerialAPIService ¶
type CertificateSerialAPIService service
CertificateSerialAPIService CertificateSerialAPI service
func (*CertificateSerialAPIService) GetCertificateSerial ¶
func (a *CertificateSerialAPIService) GetCertificateSerial(ctx context.Context, id int64) ApiGetCertificateSerialRequest
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 ¶
func (a *CertificateSerialAPIService) GetCertificateSerialExecute(r ApiGetCertificateSerialRequest) (*CertificateSerialDTO, *http.Response, error)
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 ¶
func (a *CloudRegistrationAPIService) CloudAuthorize(ctx context.Context) ApiCloudAuthorizeRequest
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 ¶
func (a *CloudRegistrationAPIService) CloudAuthorizeExecute(r ApiCloudAuthorizeRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*CloudRegistrationAPIService) DeleteAnonymousConsumersByAccountId ¶
func (a *CloudRegistrationAPIService) DeleteAnonymousConsumersByAccountId(ctx context.Context) ApiDeleteAnonymousConsumersByAccountIdRequest
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) ServerURLWithContext ¶
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 ¶
func (a *ConsumerAPIService) ConsumerExistsBulk(ctx context.Context) ApiConsumerExistsBulkRequest
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 ¶
func (a *ConsumerAPIService) CreateConsumer(ctx context.Context) ApiCreateConsumerRequest
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 ¶
func (a *ConsumerAPIService) DryBindExecute(r ApiDryBindRequest) ([]PoolQuantityDTO, *http.Response, error)
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 ¶
func (a *ConsumerAPIService) ExportDataAsyncExecute(r ApiExportDataAsyncRequest) (*AsyncJobStatusDTO, *http.Response, error)
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 ¶
func (a *ConsumerAPIService) GetComplianceStatusExecute(r ApiGetComplianceStatusRequest) (*ComplianceStatusDTO, *http.Response, error)
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 ¶
func (a *ConsumerAPIService) GetGuestsExecute(r ApiGetGuestsRequest) ([]ConsumerDTOArrayElement, *http.Response, error)
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 ¶
func (a *ConsumerAPIService) GetHostExecute(r ApiGetHostRequest) (*ConsumerDTO, *http.Response, error)
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 ¶
func (a *ConsumerAPIService) GetReleaseExecute(r ApiGetReleaseRequest) (*ReleaseVerDTO, *http.Response, error)
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 ¶
func (a *ConsumerAPIService) GetSystemPurposeComplianceStatusExecute(r ApiGetSystemPurposeComplianceStatusRequest) (*SystemPurposeComplianceStatusDTO, *http.Response, error)
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 ¶
func (a *ConsumerAPIService) SearchConsumers(ctx context.Context) ApiSearchConsumersRequest
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 ¶
func (a *ConsumerAPIService) SearchConsumersExecute(r ApiSearchConsumersRequest) ([]ConsumerDTOArrayElement, *http.Response, error)
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 ¶
func (a *ConsumerAPIService) UnbindAllExecute(r ApiUnbindAllRequest) (*DeleteResult, *http.Response, error)
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 ¶
func (o *ConsumerDTOArrayElement) GetGuestIds() []GuestIdDTOArrayElement
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 ¶
func (o *ConsumerDTOArrayElement) GetOwner() NestedOwnerDTO
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 ¶
func (o *ConsumerDTOArrayElement) GetType() ConsumerTypeDTO
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 ¶
func (o *ConsumerDTOArrayElement) SetType(v ConsumerTypeDTO)
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 ¶
func (o *ConsumerInstalledProductDTO) GetId() string
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 ¶
func (a *ConsumerTypeAPIService) CreateConsumerType(ctx context.Context) ApiCreateConsumerTypeRequest
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 ¶
func (a *ConsumerTypeAPIService) CreateConsumerTypeExecute(r ApiCreateConsumerTypeRequest) (*ConsumerTypeDTO, *http.Response, error)
Execute executes the request
@return ConsumerTypeDTO
func (*ConsumerTypeAPIService) DeleteConsumerType ¶
func (a *ConsumerTypeAPIService) DeleteConsumerType(ctx context.Context, id string) ApiDeleteConsumerTypeRequest
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 ¶
func (a *ConsumerTypeAPIService) GetConsumerType(ctx context.Context, id string) ApiGetConsumerTypeRequest
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 ¶
func (a *ConsumerTypeAPIService) GetConsumerTypeExecute(r ApiGetConsumerTypeRequest) (*ConsumerTypeDTO, *http.Response, error)
Execute executes the request
@return ConsumerTypeDTO
func (*ConsumerTypeAPIService) GetConsumerTypes ¶
func (a *ConsumerTypeAPIService) GetConsumerTypes(ctx context.Context) ApiGetConsumerTypesRequest
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 ¶
func (a *ConsumerTypeAPIService) GetConsumerTypesExecute(r ApiGetConsumerTypesRequest) ([]ConsumerTypeDTO, *http.Response, error)
Execute executes the request
@return []ConsumerTypeDTO
func (*ConsumerTypeAPIService) UpdateConsumerType ¶
func (a *ConsumerTypeAPIService) UpdateConsumerType(ctx context.Context, id string) ApiUpdateConsumerTypeRequest
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 ¶
func (a *ConsumerTypeAPIService) UpdateConsumerTypeExecute(r ApiUpdateConsumerTypeRequest) (*ConsumerTypeDTO, *http.Response, error)
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 ¶
func (a *ContentAPIService) GetContents(ctx context.Context) ApiGetContentsRequest
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 ¶
GetEndDate returns the EndDate field value if set, zero value otherwise.
func (*DateRange) GetEndDateOk ¶
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 ¶
GetStartDate returns the StartDate field value if set, zero value otherwise.
func (*DateRange) GetStartDateOk ¶
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 ¶
HasEndDate returns a boolean if a field has been set.
func (*DateRange) HasStartDate ¶
HasStartDate returns a boolean if a field has been set.
func (DateRange) MarshalJSON ¶
func (*DateRange) SetEndDate ¶
SetEndDate gets a reference to the given string and assigns it to the EndDate field.
func (*DateRange) SetStartDate ¶
SetStartDate gets a reference to the given string and assigns it to the StartDate field.
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 ¶
func (a *DeletedConsumerAPIService) ListByDate(ctx context.Context) ApiListByDateRequest
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 ¶
func (a *DeletedConsumerAPIService) ListByDateExecute(r ApiListByDateRequest) ([]DeletedConsumerDTO, *http.Response, error)
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 ¶
func (o *DistributorVersionCapabilityDTO) GetId() string
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 ¶
func (o *DistributorVersionCapabilityDTO) GetName() string
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 ¶
func (o *DistributorVersionCapabilityDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (DistributorVersionCapabilityDTO) MarshalJSON ¶
func (o DistributorVersionCapabilityDTO) MarshalJSON() ([]byte, error)
func (*DistributorVersionCapabilityDTO) SetId ¶
func (o *DistributorVersionCapabilityDTO) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DistributorVersionCapabilityDTO) SetName ¶
func (o *DistributorVersionCapabilityDTO) SetName(v string)
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 ¶
func (o *DistributorVersionDTO) GetCapabilities() []DistributorVersionCapabilityDTO
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 ¶
func (o *DistributorVersionDTO) SetCapabilities(v []DistributorVersionCapabilityDTO)
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 ¶
func (a *DistributorVersionsAPIService) Create(ctx context.Context) ApiCreateRequest
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 ¶
func (a *DistributorVersionsAPIService) CreateExecute(r ApiCreateRequest) (*DistributorVersionDTO, *http.Response, error)
Execute executes the request
@return DistributorVersionDTO
func (*DistributorVersionsAPIService) Delete ¶
func (a *DistributorVersionsAPIService) Delete(ctx context.Context, id string) ApiDeleteRequest
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 ¶
func (a *DistributorVersionsAPIService) DeleteExecute(r ApiDeleteRequest) (*http.Response, error)
Execute executes the request
func (*DistributorVersionsAPIService) GetVersions ¶
func (a *DistributorVersionsAPIService) GetVersions(ctx context.Context) ApiGetVersionsRequest
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 ¶
func (a *DistributorVersionsAPIService) GetVersionsExecute(r ApiGetVersionsRequest) ([]DistributorVersionDTO, *http.Response, error)
Execute executes the request
@return []DistributorVersionDTO
func (*DistributorVersionsAPIService) Update ¶
func (a *DistributorVersionsAPIService) Update(ctx context.Context, id string) ApiUpdateRequest
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 ¶
func (a *DistributorVersionsAPIService) UpdateExecute(r ApiUpdateRequest) (*DistributorVersionDTO, *http.Response, error)
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 ¶
func (a *EntitlementsAPIService) GetEntitlementExecute(r ApiGetEntitlementRequest) (*EntitlementDTO, *http.Response, error)
Execute executes the request
@return EntitlementDTO
func (*EntitlementsAPIService) GetUpstreamCert ¶
func (a *EntitlementsAPIService) GetUpstreamCert(ctx context.Context, dbid string) ApiGetUpstreamCertRequest
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 ¶
func (a *EntitlementsAPIService) HasEntitlementExecute(r ApiHasEntitlementRequest) (*EntitlementDTO, *http.Response, error)
Execute executes the request
@return EntitlementDTO
func (*EntitlementsAPIService) ListAllForConsumer ¶
func (a *EntitlementsAPIService) ListAllForConsumer(ctx context.Context) ApiListAllForConsumerRequest
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 ¶
func (a *EntitlementsAPIService) ListAllForConsumerExecute(r ApiListAllForConsumerRequest) ([]EntitlementDTO, *http.Response, error)
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 ¶
func (a *EntitlementsAPIService) MigrateEntitlementExecute(r ApiMigrateEntitlementRequest) ([]EntitlementDTO, *http.Response, error)
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 ¶
func (a *EntitlementsAPIService) Unbind(ctx context.Context, dbid string) ApiUnbindRequest
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 the specified environment, unregistering and deleting any consumers registered to the environment with no other remaining environments. If the retain_consumers flag is set to true, no consumer deletion will occur, and any such consumers will be moved to the organization's default content view.
@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 ¶
func (a *EnvironmentAPIService) DemoteContent(ctx context.Context, envId string) ApiDemoteContentRequest
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 ¶
func (a *EnvironmentAPIService) DemoteContentExecute(r ApiDemoteContentRequest) (*AsyncJobStatusDTO, *http.Response, error)
Execute executes the request
@return AsyncJobStatusDTO
func (*EnvironmentAPIService) GetEnvironment ¶
func (a *EnvironmentAPIService) GetEnvironment(ctx context.Context, envId string) ApiGetEnvironmentRequest
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 ¶
func (a *EnvironmentAPIService) GetEnvironmentExecute(r ApiGetEnvironmentRequest) (*EnvironmentDTO, *http.Response, error)
Execute executes the request
@return EnvironmentDTO
func (*EnvironmentAPIService) PromoteContent ¶
func (a *EnvironmentAPIService) PromoteContent(ctx context.Context, envId string) ApiPromoteContentRequest
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 ¶
func (a *EnvironmentAPIService) PromoteContentExecute(r ApiPromoteContentRequest) (*AsyncJobStatusDTO, *http.Response, error)
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
func (*EnvironmentAPIService) UpdateEnvironment ¶ added in v4.4.9
func (a *EnvironmentAPIService) UpdateEnvironment(ctx context.Context, envId string) ApiUpdateEnvironmentRequest
UpdateEnvironment Method for UpdateEnvironment
Updates the specified using the non-null fields specified in the provided EnvironmentDTO. Note that some fields of an environment cannot be changed without deleting and recreating the environment -- such as its ID or organization (owner) -- and some other properties that are mutable may not be changed by this operation, such as environment content overrides. In the case of the created and updated timestamps, this operation may not directly update those fields, but the updated field may be changed as a result of other fields changing.
Ignored EnvironmentDTO fields: - id - owner - environmentContent - created - updated*
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param envId @return ApiUpdateEnvironmentRequest
func (*EnvironmentAPIService) UpdateEnvironmentExecute ¶ added in v4.4.9
func (a *EnvironmentAPIService) UpdateEnvironmentExecute(r ApiUpdateEnvironmentRequest) (*EnvironmentDTO, *http.Response, error)
Execute executes the request
@return EnvironmentDTO
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 ¶
func (a *GuestIdsAPIService) GetGuestIdsExecute(r ApiGetGuestIdsRequest) ([]GuestIdDTOArrayElement, *http.Response, error)
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 ¶
func (o *HypervisorUpdateResultDTO) GetCreated() []HypervisorConsumerDTO
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 ¶
func (o *HypervisorUpdateResultDTO) GetUnchanged() []HypervisorConsumerDTO
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 ¶
func (o *HypervisorUpdateResultDTO) GetUpdated() []HypervisorConsumerDTO
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 ¶
func (o *HypervisorUpdateResultDTO) SetCreated(v []HypervisorConsumerDTO)
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 ¶
func (o *HypervisorUpdateResultDTO) SetUpdated(v []HypervisorConsumerDTO)
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 ¶
func (a *HypervisorsAPIService) HypervisorHeartbeatUpdateExecute(r ApiHypervisorHeartbeatUpdateRequest) (*AsyncJobStatusDTO, *http.Response, error)
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 ¶
func (a *HypervisorsAPIService) HypervisorUpdateAsyncExecute(r ApiHypervisorUpdateAsyncRequest) (*AsyncJobStatusDTO, *http.Response, error)
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 ¶
func (o *ImportUpstreamConsumerDTO) GetType() ConsumerTypeDTO
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 ¶
func (o *ImportUpstreamConsumerDTO) SetType(v ConsumerTypeDTO)
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 ¶
func (a *JobsAPIService) CancelJob(ctx context.Context, id string) ApiCancelJobRequest
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 ¶
func (a *JobsAPIService) CancelJobExecute(r ApiCancelJobRequest) (*AsyncJobStatusDTO, *http.Response, error)
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 ¶
func (a *JobsAPIService) GetJobStatusExecute(r ApiGetJobStatusRequest) (*AsyncJobStatusDTO, *http.Response, error)
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 ¶
func (a *JobsAPIService) ScheduleJobExecute(r ApiScheduleJobRequest) (*AsyncJobStatusDTO, *http.Response, error)
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 ¶
Link Used to represent a link to a top level resource in Candlepin
func NewLink ¶
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) GetHrefOk ¶
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) GetRelOk ¶
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) MarshalJSON ¶
func (*Link) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
type MappedNullable ¶
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 NewNullableAbstractCertificateDTO ¶
func NewNullableAbstractCertificateDTO(val *AbstractCertificateDTO) *NullableAbstractCertificateDTO
func (NullableAbstractCertificateDTO) Get ¶
func (v NullableAbstractCertificateDTO) Get() *AbstractCertificateDTO
func (NullableAbstractCertificateDTO) IsSet ¶
func (v NullableAbstractCertificateDTO) IsSet() bool
func (NullableAbstractCertificateDTO) MarshalJSON ¶
func (v NullableAbstractCertificateDTO) MarshalJSON() ([]byte, error)
func (*NullableAbstractCertificateDTO) Set ¶
func (v *NullableAbstractCertificateDTO) Set(val *AbstractCertificateDTO)
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 (v NullableActivationKeyDTO) Get() *ActivationKeyDTO
func (NullableActivationKeyDTO) IsSet ¶
func (v NullableActivationKeyDTO) IsSet() bool
func (NullableActivationKeyDTO) MarshalJSON ¶
func (v NullableActivationKeyDTO) MarshalJSON() ([]byte, error)
func (*NullableActivationKeyDTO) Set ¶
func (v *NullableActivationKeyDTO) Set(val *ActivationKeyDTO)
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 (v NullableActivationKeyPoolDTO) Get() *ActivationKeyPoolDTO
func (NullableActivationKeyPoolDTO) IsSet ¶
func (v NullableActivationKeyPoolDTO) IsSet() bool
func (NullableActivationKeyPoolDTO) MarshalJSON ¶
func (v NullableActivationKeyPoolDTO) MarshalJSON() ([]byte, error)
func (*NullableActivationKeyPoolDTO) Set ¶
func (v *NullableActivationKeyPoolDTO) Set(val *ActivationKeyPoolDTO)
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 NewNullableActivationKeyProductDTO ¶
func NewNullableActivationKeyProductDTO(val *ActivationKeyProductDTO) *NullableActivationKeyProductDTO
func (NullableActivationKeyProductDTO) Get ¶
func (v NullableActivationKeyProductDTO) Get() *ActivationKeyProductDTO
func (NullableActivationKeyProductDTO) IsSet ¶
func (v NullableActivationKeyProductDTO) IsSet() bool
func (NullableActivationKeyProductDTO) MarshalJSON ¶
func (v NullableActivationKeyProductDTO) MarshalJSON() ([]byte, error)
func (*NullableActivationKeyProductDTO) Set ¶
func (v *NullableActivationKeyProductDTO) Set(val *ActivationKeyProductDTO)
func (*NullableActivationKeyProductDTO) UnmarshalJSON ¶
func (v *NullableActivationKeyProductDTO) UnmarshalJSON(src []byte) error
func (*NullableActivationKeyProductDTO) Unset ¶
func (v *NullableActivationKeyProductDTO) Unset()
type NullableAsyncJobStatusDTO ¶
type NullableAsyncJobStatusDTO struct {
// contains filtered or unexported fields
}
func NewNullableAsyncJobStatusDTO ¶
func NewNullableAsyncJobStatusDTO(val *AsyncJobStatusDTO) *NullableAsyncJobStatusDTO
func (NullableAsyncJobStatusDTO) Get ¶
func (v NullableAsyncJobStatusDTO) Get() *AsyncJobStatusDTO
func (NullableAsyncJobStatusDTO) IsSet ¶
func (v NullableAsyncJobStatusDTO) IsSet() bool
func (NullableAsyncJobStatusDTO) MarshalJSON ¶
func (v NullableAsyncJobStatusDTO) MarshalJSON() ([]byte, error)
func (*NullableAsyncJobStatusDTO) Set ¶
func (v *NullableAsyncJobStatusDTO) Set(val *AsyncJobStatusDTO)
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 (v NullableAttributeDTO) Get() *AttributeDTO
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 (v NullableBrandingDTO) Get() *BrandingDTO
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 (v NullableCapabilityDTO) Get() *CapabilityDTO
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 (v NullableCertificateDTO) Get() *CertificateDTO
func (NullableCertificateDTO) IsSet ¶
func (v NullableCertificateDTO) IsSet() bool
func (NullableCertificateDTO) MarshalJSON ¶
func (v NullableCertificateDTO) MarshalJSON() ([]byte, error)
func (*NullableCertificateDTO) Set ¶
func (v *NullableCertificateDTO) Set(val *CertificateDTO)
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 (v NullableCertificateSerialDTO) Get() *CertificateSerialDTO
func (NullableCertificateSerialDTO) IsSet ¶
func (v NullableCertificateSerialDTO) IsSet() bool
func (NullableCertificateSerialDTO) MarshalJSON ¶
func (v NullableCertificateSerialDTO) MarshalJSON() ([]byte, error)
func (*NullableCertificateSerialDTO) Set ¶
func (v *NullableCertificateSerialDTO) Set(val *CertificateSerialDTO)
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 (v NullableClaimantOwner) Get() *ClaimantOwner
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 NewNullableCloudAuthenticationResultDTO ¶
func NewNullableCloudAuthenticationResultDTO(val *CloudAuthenticationResultDTO) *NullableCloudAuthenticationResultDTO
func (NullableCloudAuthenticationResultDTO) Get ¶
func (v NullableCloudAuthenticationResultDTO) Get() *CloudAuthenticationResultDTO
func (NullableCloudAuthenticationResultDTO) IsSet ¶
func (v NullableCloudAuthenticationResultDTO) IsSet() bool
func (NullableCloudAuthenticationResultDTO) MarshalJSON ¶
func (v NullableCloudAuthenticationResultDTO) MarshalJSON() ([]byte, error)
func (*NullableCloudAuthenticationResultDTO) Set ¶
func (v *NullableCloudAuthenticationResultDTO) Set(val *CloudAuthenticationResultDTO)
func (*NullableCloudAuthenticationResultDTO) UnmarshalJSON ¶
func (v *NullableCloudAuthenticationResultDTO) UnmarshalJSON(src []byte) error
func (*NullableCloudAuthenticationResultDTO) Unset ¶
func (v *NullableCloudAuthenticationResultDTO) Unset()
type NullableCloudRegistrationDTO ¶
type NullableCloudRegistrationDTO struct {
// contains filtered or unexported fields
}
func NewNullableCloudRegistrationDTO ¶
func NewNullableCloudRegistrationDTO(val *CloudRegistrationDTO) *NullableCloudRegistrationDTO
func (NullableCloudRegistrationDTO) Get ¶
func (v NullableCloudRegistrationDTO) Get() *CloudRegistrationDTO
func (NullableCloudRegistrationDTO) IsSet ¶
func (v NullableCloudRegistrationDTO) IsSet() bool
func (NullableCloudRegistrationDTO) MarshalJSON ¶
func (v NullableCloudRegistrationDTO) MarshalJSON() ([]byte, error)
func (*NullableCloudRegistrationDTO) Set ¶
func (v *NullableCloudRegistrationDTO) Set(val *CloudRegistrationDTO)
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 (v NullableComplianceReasonDTO) Get() *ComplianceReasonDTO
func (NullableComplianceReasonDTO) IsSet ¶
func (v NullableComplianceReasonDTO) IsSet() bool
func (NullableComplianceReasonDTO) MarshalJSON ¶
func (v NullableComplianceReasonDTO) MarshalJSON() ([]byte, error)
func (*NullableComplianceReasonDTO) Set ¶
func (v *NullableComplianceReasonDTO) Set(val *ComplianceReasonDTO)
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 (v NullableComplianceStatusDTO) Get() *ComplianceStatusDTO
func (NullableComplianceStatusDTO) IsSet ¶
func (v NullableComplianceStatusDTO) IsSet() bool
func (NullableComplianceStatusDTO) MarshalJSON ¶
func (v NullableComplianceStatusDTO) MarshalJSON() ([]byte, error)
func (*NullableComplianceStatusDTO) Set ¶
func (v *NullableComplianceStatusDTO) Set(val *ComplianceStatusDTO)
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 NewNullableConsumerActivationKeyDTO ¶
func NewNullableConsumerActivationKeyDTO(val *ConsumerActivationKeyDTO) *NullableConsumerActivationKeyDTO
func (NullableConsumerActivationKeyDTO) Get ¶
func (v NullableConsumerActivationKeyDTO) Get() *ConsumerActivationKeyDTO
func (NullableConsumerActivationKeyDTO) IsSet ¶
func (v NullableConsumerActivationKeyDTO) IsSet() bool
func (NullableConsumerActivationKeyDTO) MarshalJSON ¶
func (v NullableConsumerActivationKeyDTO) MarshalJSON() ([]byte, error)
func (*NullableConsumerActivationKeyDTO) Set ¶
func (v *NullableConsumerActivationKeyDTO) Set(val *ConsumerActivationKeyDTO)
func (*NullableConsumerActivationKeyDTO) UnmarshalJSON ¶
func (v *NullableConsumerActivationKeyDTO) UnmarshalJSON(src []byte) error
func (*NullableConsumerActivationKeyDTO) Unset ¶
func (v *NullableConsumerActivationKeyDTO) Unset()
type NullableConsumerDTO ¶
type NullableConsumerDTO struct {
// contains filtered or unexported fields
}
func NewNullableConsumerDTO ¶
func NewNullableConsumerDTO(val *ConsumerDTO) *NullableConsumerDTO
func (NullableConsumerDTO) Get ¶
func (v NullableConsumerDTO) Get() *ConsumerDTO
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 NewNullableConsumerDTOArrayElement ¶
func NewNullableConsumerDTOArrayElement(val *ConsumerDTOArrayElement) *NullableConsumerDTOArrayElement
func (NullableConsumerDTOArrayElement) Get ¶
func (v NullableConsumerDTOArrayElement) Get() *ConsumerDTOArrayElement
func (NullableConsumerDTOArrayElement) IsSet ¶
func (v NullableConsumerDTOArrayElement) IsSet() bool
func (NullableConsumerDTOArrayElement) MarshalJSON ¶
func (v NullableConsumerDTOArrayElement) MarshalJSON() ([]byte, error)
func (*NullableConsumerDTOArrayElement) Set ¶
func (v *NullableConsumerDTOArrayElement) Set(val *ConsumerDTOArrayElement)
func (*NullableConsumerDTOArrayElement) UnmarshalJSON ¶
func (v *NullableConsumerDTOArrayElement) UnmarshalJSON(src []byte) error
func (*NullableConsumerDTOArrayElement) Unset ¶
func (v *NullableConsumerDTOArrayElement) Unset()
type NullableConsumerInstalledProductDTO ¶
type NullableConsumerInstalledProductDTO struct {
// contains filtered or unexported fields
}
func NewNullableConsumerInstalledProductDTO ¶
func NewNullableConsumerInstalledProductDTO(val *ConsumerInstalledProductDTO) *NullableConsumerInstalledProductDTO
func (NullableConsumerInstalledProductDTO) Get ¶
func (v NullableConsumerInstalledProductDTO) Get() *ConsumerInstalledProductDTO
func (NullableConsumerInstalledProductDTO) IsSet ¶
func (v NullableConsumerInstalledProductDTO) IsSet() bool
func (NullableConsumerInstalledProductDTO) MarshalJSON ¶
func (v NullableConsumerInstalledProductDTO) MarshalJSON() ([]byte, error)
func (*NullableConsumerInstalledProductDTO) Set ¶
func (v *NullableConsumerInstalledProductDTO) Set(val *ConsumerInstalledProductDTO)
func (*NullableConsumerInstalledProductDTO) UnmarshalJSON ¶
func (v *NullableConsumerInstalledProductDTO) UnmarshalJSON(src []byte) error
func (*NullableConsumerInstalledProductDTO) Unset ¶
func (v *NullableConsumerInstalledProductDTO) Unset()
type NullableConsumerTypeDTO ¶
type NullableConsumerTypeDTO struct {
// contains filtered or unexported fields
}
func NewNullableConsumerTypeDTO ¶
func NewNullableConsumerTypeDTO(val *ConsumerTypeDTO) *NullableConsumerTypeDTO
func (NullableConsumerTypeDTO) Get ¶
func (v NullableConsumerTypeDTO) Get() *ConsumerTypeDTO
func (NullableConsumerTypeDTO) IsSet ¶
func (v NullableConsumerTypeDTO) IsSet() bool
func (NullableConsumerTypeDTO) MarshalJSON ¶
func (v NullableConsumerTypeDTO) MarshalJSON() ([]byte, error)
func (*NullableConsumerTypeDTO) Set ¶
func (v *NullableConsumerTypeDTO) Set(val *ConsumerTypeDTO)
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 NewNullableConsumptionTypeCountsDTO ¶
func NewNullableConsumptionTypeCountsDTO(val *ConsumptionTypeCountsDTO) *NullableConsumptionTypeCountsDTO
func (NullableConsumptionTypeCountsDTO) Get ¶
func (v NullableConsumptionTypeCountsDTO) Get() *ConsumptionTypeCountsDTO
func (NullableConsumptionTypeCountsDTO) IsSet ¶
func (v NullableConsumptionTypeCountsDTO) IsSet() bool
func (NullableConsumptionTypeCountsDTO) MarshalJSON ¶
func (v NullableConsumptionTypeCountsDTO) MarshalJSON() ([]byte, error)
func (*NullableConsumptionTypeCountsDTO) Set ¶
func (v *NullableConsumptionTypeCountsDTO) Set(val *ConsumptionTypeCountsDTO)
func (*NullableConsumptionTypeCountsDTO) UnmarshalJSON ¶
func (v *NullableConsumptionTypeCountsDTO) UnmarshalJSON(src []byte) error
func (*NullableConsumptionTypeCountsDTO) Unset ¶
func (v *NullableConsumptionTypeCountsDTO) Unset()
type NullableContentAccessDTO ¶
type NullableContentAccessDTO struct {
// contains filtered or unexported fields
}
func NewNullableContentAccessDTO ¶
func NewNullableContentAccessDTO(val *ContentAccessDTO) *NullableContentAccessDTO
func (NullableContentAccessDTO) Get ¶
func (v NullableContentAccessDTO) Get() *ContentAccessDTO
func (NullableContentAccessDTO) IsSet ¶
func (v NullableContentAccessDTO) IsSet() bool
func (NullableContentAccessDTO) MarshalJSON ¶
func (v NullableContentAccessDTO) MarshalJSON() ([]byte, error)
func (*NullableContentAccessDTO) Set ¶
func (v *NullableContentAccessDTO) Set(val *ContentAccessDTO)
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 (v NullableContentOverrideDTO) Get() *ContentOverrideDTO
func (NullableContentOverrideDTO) IsSet ¶
func (v NullableContentOverrideDTO) IsSet() bool
func (NullableContentOverrideDTO) MarshalJSON ¶
func (v NullableContentOverrideDTO) MarshalJSON() ([]byte, error)
func (*NullableContentOverrideDTO) Set ¶
func (v *NullableContentOverrideDTO) Set(val *ContentOverrideDTO)
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 (v NullableContentToPromoteDTO) Get() *ContentToPromoteDTO
func (NullableContentToPromoteDTO) IsSet ¶
func (v NullableContentToPromoteDTO) IsSet() bool
func (NullableContentToPromoteDTO) MarshalJSON ¶
func (v NullableContentToPromoteDTO) MarshalJSON() ([]byte, error)
func (*NullableContentToPromoteDTO) Set ¶
func (v *NullableContentToPromoteDTO) Set(val *ContentToPromoteDTO)
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 (v NullableDeleteResult) Get() *DeleteResult
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 (v NullableDeletedConsumerDTO) Get() *DeletedConsumerDTO
func (NullableDeletedConsumerDTO) IsSet ¶
func (v NullableDeletedConsumerDTO) IsSet() bool
func (NullableDeletedConsumerDTO) MarshalJSON ¶
func (v NullableDeletedConsumerDTO) MarshalJSON() ([]byte, error)
func (*NullableDeletedConsumerDTO) Set ¶
func (v *NullableDeletedConsumerDTO) Set(val *DeletedConsumerDTO)
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 NewNullableDistributorVersionCapabilityDTO ¶
func NewNullableDistributorVersionCapabilityDTO(val *DistributorVersionCapabilityDTO) *NullableDistributorVersionCapabilityDTO
func (NullableDistributorVersionCapabilityDTO) IsSet ¶
func (v NullableDistributorVersionCapabilityDTO) IsSet() bool
func (NullableDistributorVersionCapabilityDTO) MarshalJSON ¶
func (v NullableDistributorVersionCapabilityDTO) MarshalJSON() ([]byte, error)
func (*NullableDistributorVersionCapabilityDTO) Set ¶
func (v *NullableDistributorVersionCapabilityDTO) Set(val *DistributorVersionCapabilityDTO)
func (*NullableDistributorVersionCapabilityDTO) UnmarshalJSON ¶
func (v *NullableDistributorVersionCapabilityDTO) UnmarshalJSON(src []byte) error
func (*NullableDistributorVersionCapabilityDTO) Unset ¶
func (v *NullableDistributorVersionCapabilityDTO) Unset()
type NullableDistributorVersionDTO ¶
type NullableDistributorVersionDTO struct {
// contains filtered or unexported fields
}
func NewNullableDistributorVersionDTO ¶
func NewNullableDistributorVersionDTO(val *DistributorVersionDTO) *NullableDistributorVersionDTO
func (NullableDistributorVersionDTO) Get ¶
func (v NullableDistributorVersionDTO) Get() *DistributorVersionDTO
func (NullableDistributorVersionDTO) IsSet ¶
func (v NullableDistributorVersionDTO) IsSet() bool
func (NullableDistributorVersionDTO) MarshalJSON ¶
func (v NullableDistributorVersionDTO) MarshalJSON() ([]byte, error)
func (*NullableDistributorVersionDTO) Set ¶
func (v *NullableDistributorVersionDTO) Set(val *DistributorVersionDTO)
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 (v NullableEntitlementDTO) Get() *EntitlementDTO
func (NullableEntitlementDTO) IsSet ¶
func (v NullableEntitlementDTO) IsSet() bool
func (NullableEntitlementDTO) MarshalJSON ¶
func (v NullableEntitlementDTO) MarshalJSON() ([]byte, error)
func (*NullableEntitlementDTO) Set ¶
func (v *NullableEntitlementDTO) Set(val *EntitlementDTO)
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 NewNullableEnvironmentContentDTO ¶
func NewNullableEnvironmentContentDTO(val *EnvironmentContentDTO) *NullableEnvironmentContentDTO
func (NullableEnvironmentContentDTO) Get ¶
func (v NullableEnvironmentContentDTO) Get() *EnvironmentContentDTO
func (NullableEnvironmentContentDTO) IsSet ¶
func (v NullableEnvironmentContentDTO) IsSet() bool
func (NullableEnvironmentContentDTO) MarshalJSON ¶
func (v NullableEnvironmentContentDTO) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentContentDTO) Set ¶
func (v *NullableEnvironmentContentDTO) Set(val *EnvironmentContentDTO)
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 (v NullableEnvironmentDTO) Get() *EnvironmentDTO
func (NullableEnvironmentDTO) IsSet ¶
func (v NullableEnvironmentDTO) IsSet() bool
func (NullableEnvironmentDTO) MarshalJSON ¶
func (v NullableEnvironmentDTO) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentDTO) Set ¶
func (v *NullableEnvironmentDTO) Set(val *EnvironmentDTO)
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 (v NullableExceptionMessage) Get() *ExceptionMessage
func (NullableExceptionMessage) IsSet ¶
func (v NullableExceptionMessage) IsSet() bool
func (NullableExceptionMessage) MarshalJSON ¶
func (v NullableExceptionMessage) MarshalJSON() ([]byte, error)
func (*NullableExceptionMessage) Set ¶
func (v *NullableExceptionMessage) Set(val *ExceptionMessage)
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 (v NullableExportResultDTO) Get() *ExportResultDTO
func (NullableExportResultDTO) IsSet ¶
func (v NullableExportResultDTO) IsSet() bool
func (NullableExportResultDTO) MarshalJSON ¶
func (v NullableExportResultDTO) MarshalJSON() ([]byte, error)
func (*NullableExportResultDTO) Set ¶
func (v *NullableExportResultDTO) Set(val *ExportResultDTO)
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 NewNullableGuestIdDTOArrayElement ¶
func NewNullableGuestIdDTOArrayElement(val *GuestIdDTOArrayElement) *NullableGuestIdDTOArrayElement
func (NullableGuestIdDTOArrayElement) Get ¶
func (v NullableGuestIdDTOArrayElement) Get() *GuestIdDTOArrayElement
func (NullableGuestIdDTOArrayElement) IsSet ¶
func (v NullableGuestIdDTOArrayElement) IsSet() bool
func (NullableGuestIdDTOArrayElement) MarshalJSON ¶
func (v NullableGuestIdDTOArrayElement) MarshalJSON() ([]byte, error)
func (*NullableGuestIdDTOArrayElement) Set ¶
func (v *NullableGuestIdDTOArrayElement) Set(val *GuestIdDTOArrayElement)
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 NewNullableHypervisorConsumerDTO ¶
func NewNullableHypervisorConsumerDTO(val *HypervisorConsumerDTO) *NullableHypervisorConsumerDTO
func (NullableHypervisorConsumerDTO) Get ¶
func (v NullableHypervisorConsumerDTO) Get() *HypervisorConsumerDTO
func (NullableHypervisorConsumerDTO) IsSet ¶
func (v NullableHypervisorConsumerDTO) IsSet() bool
func (NullableHypervisorConsumerDTO) MarshalJSON ¶
func (v NullableHypervisorConsumerDTO) MarshalJSON() ([]byte, error)
func (*NullableHypervisorConsumerDTO) Set ¶
func (v *NullableHypervisorConsumerDTO) Set(val *HypervisorConsumerDTO)
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 (v NullableHypervisorIdDTO) Get() *HypervisorIdDTO
func (NullableHypervisorIdDTO) IsSet ¶
func (v NullableHypervisorIdDTO) IsSet() bool
func (NullableHypervisorIdDTO) MarshalJSON ¶
func (v NullableHypervisorIdDTO) MarshalJSON() ([]byte, error)
func (*NullableHypervisorIdDTO) Set ¶
func (v *NullableHypervisorIdDTO) Set(val *HypervisorIdDTO)
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 NewNullableHypervisorUpdateResultDTO ¶
func NewNullableHypervisorUpdateResultDTO(val *HypervisorUpdateResultDTO) *NullableHypervisorUpdateResultDTO
func (NullableHypervisorUpdateResultDTO) Get ¶
func (v NullableHypervisorUpdateResultDTO) Get() *HypervisorUpdateResultDTO
func (NullableHypervisorUpdateResultDTO) IsSet ¶
func (v NullableHypervisorUpdateResultDTO) IsSet() bool
func (NullableHypervisorUpdateResultDTO) MarshalJSON ¶
func (v NullableHypervisorUpdateResultDTO) MarshalJSON() ([]byte, error)
func (*NullableHypervisorUpdateResultDTO) Set ¶
func (v *NullableHypervisorUpdateResultDTO) Set(val *HypervisorUpdateResultDTO)
func (*NullableHypervisorUpdateResultDTO) UnmarshalJSON ¶
func (v *NullableHypervisorUpdateResultDTO) UnmarshalJSON(src []byte) error
func (*NullableHypervisorUpdateResultDTO) Unset ¶
func (v *NullableHypervisorUpdateResultDTO) Unset()
type NullableImportRecordDTO ¶
type NullableImportRecordDTO struct {
// contains filtered or unexported fields
}
func NewNullableImportRecordDTO ¶
func NewNullableImportRecordDTO(val *ImportRecordDTO) *NullableImportRecordDTO
func (NullableImportRecordDTO) Get ¶
func (v NullableImportRecordDTO) Get() *ImportRecordDTO
func (NullableImportRecordDTO) IsSet ¶
func (v NullableImportRecordDTO) IsSet() bool
func (NullableImportRecordDTO) MarshalJSON ¶
func (v NullableImportRecordDTO) MarshalJSON() ([]byte, error)
func (*NullableImportRecordDTO) Set ¶
func (v *NullableImportRecordDTO) Set(val *ImportRecordDTO)
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 NewNullableImportUpstreamConsumerDTO ¶
func NewNullableImportUpstreamConsumerDTO(val *ImportUpstreamConsumerDTO) *NullableImportUpstreamConsumerDTO
func (NullableImportUpstreamConsumerDTO) Get ¶
func (v NullableImportUpstreamConsumerDTO) Get() *ImportUpstreamConsumerDTO
func (NullableImportUpstreamConsumerDTO) IsSet ¶
func (v NullableImportUpstreamConsumerDTO) IsSet() bool
func (NullableImportUpstreamConsumerDTO) MarshalJSON ¶
func (v NullableImportUpstreamConsumerDTO) MarshalJSON() ([]byte, error)
func (*NullableImportUpstreamConsumerDTO) Set ¶
func (v *NullableImportUpstreamConsumerDTO) Set(val *ImportUpstreamConsumerDTO)
func (*NullableImportUpstreamConsumerDTO) UnmarshalJSON ¶
func (v *NullableImportUpstreamConsumerDTO) UnmarshalJSON(src []byte) error
func (*NullableImportUpstreamConsumerDTO) Unset ¶
func (v *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 ¶
type NullableLink struct {
// contains filtered or unexported fields
}
func NewNullableLink ¶
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 (v NullableNestedConsumerDTO) Get() *NestedConsumerDTO
func (NullableNestedConsumerDTO) IsSet ¶
func (v NullableNestedConsumerDTO) IsSet() bool
func (NullableNestedConsumerDTO) MarshalJSON ¶
func (v NullableNestedConsumerDTO) MarshalJSON() ([]byte, error)
func (*NullableNestedConsumerDTO) Set ¶
func (v *NullableNestedConsumerDTO) Set(val *NestedConsumerDTO)
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 (v NullableNestedEntitlementDTO) Get() *NestedEntitlementDTO
func (NullableNestedEntitlementDTO) IsSet ¶
func (v NullableNestedEntitlementDTO) IsSet() bool
func (NullableNestedEntitlementDTO) MarshalJSON ¶
func (v NullableNestedEntitlementDTO) MarshalJSON() ([]byte, error)
func (*NullableNestedEntitlementDTO) Set ¶
func (v *NullableNestedEntitlementDTO) Set(val *NestedEntitlementDTO)
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 (v NullableNestedOwnerDTO) Get() *NestedOwnerDTO
func (NullableNestedOwnerDTO) IsSet ¶
func (v NullableNestedOwnerDTO) IsSet() bool
func (NullableNestedOwnerDTO) MarshalJSON ¶
func (v NullableNestedOwnerDTO) MarshalJSON() ([]byte, error)
func (*NullableNestedOwnerDTO) Set ¶
func (v *NullableNestedOwnerDTO) Set(val *NestedOwnerDTO)
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 NewNullablePermissionBlueprintDTO ¶
func NewNullablePermissionBlueprintDTO(val *PermissionBlueprintDTO) *NullablePermissionBlueprintDTO
func (NullablePermissionBlueprintDTO) Get ¶
func (v NullablePermissionBlueprintDTO) Get() *PermissionBlueprintDTO
func (NullablePermissionBlueprintDTO) IsSet ¶
func (v NullablePermissionBlueprintDTO) IsSet() bool
func (NullablePermissionBlueprintDTO) MarshalJSON ¶
func (v NullablePermissionBlueprintDTO) MarshalJSON() ([]byte, error)
func (*NullablePermissionBlueprintDTO) Set ¶
func (v *NullablePermissionBlueprintDTO) Set(val *PermissionBlueprintDTO)
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 (v NullablePoolQuantityDTO) Get() *PoolQuantityDTO
func (NullablePoolQuantityDTO) IsSet ¶
func (v NullablePoolQuantityDTO) IsSet() bool
func (NullablePoolQuantityDTO) MarshalJSON ¶
func (v NullablePoolQuantityDTO) MarshalJSON() ([]byte, error)
func (*NullablePoolQuantityDTO) Set ¶
func (v *NullablePoolQuantityDTO) Set(val *PoolQuantityDTO)
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 NewNullableProductCertificateDTO ¶
func NewNullableProductCertificateDTO(val *ProductCertificateDTO) *NullableProductCertificateDTO
func (NullableProductCertificateDTO) Get ¶
func (v NullableProductCertificateDTO) Get() *ProductCertificateDTO
func (NullableProductCertificateDTO) IsSet ¶
func (v NullableProductCertificateDTO) IsSet() bool
func (NullableProductCertificateDTO) MarshalJSON ¶
func (v NullableProductCertificateDTO) MarshalJSON() ([]byte, error)
func (*NullableProductCertificateDTO) Set ¶
func (v *NullableProductCertificateDTO) Set(val *ProductCertificateDTO)
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 (v NullableProductContentDTO) Get() *ProductContentDTO
func (NullableProductContentDTO) IsSet ¶
func (v NullableProductContentDTO) IsSet() bool
func (NullableProductContentDTO) MarshalJSON ¶
func (v NullableProductContentDTO) MarshalJSON() ([]byte, error)
func (*NullableProductContentDTO) Set ¶
func (v *NullableProductContentDTO) Set(val *ProductContentDTO)
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 (v NullableProvidedProductDTO) Get() *ProvidedProductDTO
func (NullableProvidedProductDTO) IsSet ¶
func (v NullableProvidedProductDTO) IsSet() bool
func (NullableProvidedProductDTO) MarshalJSON ¶
func (v NullableProvidedProductDTO) MarshalJSON() ([]byte, error)
func (*NullableProvidedProductDTO) Set ¶
func (v *NullableProvidedProductDTO) Set(val *ProvidedProductDTO)
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 (v NullableQueueStatus) Get() *QueueStatus
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 (v NullableReleaseVerDTO) Get() *ReleaseVerDTO
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 (v NullableSchedulerStatusDTO) Get() *SchedulerStatusDTO
func (NullableSchedulerStatusDTO) IsSet ¶
func (v NullableSchedulerStatusDTO) IsSet() bool
func (NullableSchedulerStatusDTO) MarshalJSON ¶
func (v NullableSchedulerStatusDTO) MarshalJSON() ([]byte, error)
func (*NullableSchedulerStatusDTO) Set ¶
func (v *NullableSchedulerStatusDTO) Set(val *SchedulerStatusDTO)
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 (v NullableSubscriptionDTO) Get() *SubscriptionDTO
func (NullableSubscriptionDTO) IsSet ¶
func (v NullableSubscriptionDTO) IsSet() bool
func (NullableSubscriptionDTO) MarshalJSON ¶
func (v NullableSubscriptionDTO) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionDTO) Set ¶
func (v *NullableSubscriptionDTO) Set(val *SubscriptionDTO)
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 NewNullableSystemPurposeAttributesDTO ¶
func NewNullableSystemPurposeAttributesDTO(val *SystemPurposeAttributesDTO) *NullableSystemPurposeAttributesDTO
func (NullableSystemPurposeAttributesDTO) Get ¶
func (v NullableSystemPurposeAttributesDTO) Get() *SystemPurposeAttributesDTO
func (NullableSystemPurposeAttributesDTO) IsSet ¶
func (v NullableSystemPurposeAttributesDTO) IsSet() bool
func (NullableSystemPurposeAttributesDTO) MarshalJSON ¶
func (v NullableSystemPurposeAttributesDTO) MarshalJSON() ([]byte, error)
func (*NullableSystemPurposeAttributesDTO) Set ¶
func (v *NullableSystemPurposeAttributesDTO) Set(val *SystemPurposeAttributesDTO)
func (*NullableSystemPurposeAttributesDTO) UnmarshalJSON ¶
func (v *NullableSystemPurposeAttributesDTO) UnmarshalJSON(src []byte) error
func (*NullableSystemPurposeAttributesDTO) Unset ¶
func (v *NullableSystemPurposeAttributesDTO) Unset()
type NullableSystemPurposeComplianceStatusDTO ¶
type NullableSystemPurposeComplianceStatusDTO struct {
// contains filtered or unexported fields
}
func NewNullableSystemPurposeComplianceStatusDTO ¶
func NewNullableSystemPurposeComplianceStatusDTO(val *SystemPurposeComplianceStatusDTO) *NullableSystemPurposeComplianceStatusDTO
func (NullableSystemPurposeComplianceStatusDTO) IsSet ¶
func (v NullableSystemPurposeComplianceStatusDTO) IsSet() bool
func (NullableSystemPurposeComplianceStatusDTO) MarshalJSON ¶
func (v NullableSystemPurposeComplianceStatusDTO) MarshalJSON() ([]byte, error)
func (*NullableSystemPurposeComplianceStatusDTO) Set ¶
func (v *NullableSystemPurposeComplianceStatusDTO) Set(val *SystemPurposeComplianceStatusDTO)
func (*NullableSystemPurposeComplianceStatusDTO) UnmarshalJSON ¶
func (v *NullableSystemPurposeComplianceStatusDTO) UnmarshalJSON(src []byte) error
func (*NullableSystemPurposeComplianceStatusDTO) Unset ¶
func (v *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 (v NullableTimestampedEntity) Get() *TimestampedEntity
func (NullableTimestampedEntity) IsSet ¶
func (v NullableTimestampedEntity) IsSet() bool
func (NullableTimestampedEntity) MarshalJSON ¶
func (v NullableTimestampedEntity) MarshalJSON() ([]byte, error)
func (*NullableTimestampedEntity) Set ¶
func (v *NullableTimestampedEntity) Set(val *TimestampedEntity)
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 (v NullableUeberCertificateDTO) Get() *UeberCertificateDTO
func (NullableUeberCertificateDTO) IsSet ¶
func (v NullableUeberCertificateDTO) IsSet() bool
func (NullableUeberCertificateDTO) MarshalJSON ¶
func (v NullableUeberCertificateDTO) MarshalJSON() ([]byte, error)
func (*NullableUeberCertificateDTO) Set ¶
func (v *NullableUeberCertificateDTO) Set(val *UeberCertificateDTO)
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 (v NullableUpstreamConsumerDTO) Get() *UpstreamConsumerDTO
func (NullableUpstreamConsumerDTO) IsSet ¶
func (v NullableUpstreamConsumerDTO) IsSet() bool
func (NullableUpstreamConsumerDTO) MarshalJSON ¶
func (v NullableUpstreamConsumerDTO) MarshalJSON() ([]byte, error)
func (*NullableUpstreamConsumerDTO) Set ¶
func (v *NullableUpstreamConsumerDTO) Set(val *UpstreamConsumerDTO)
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 NewNullableUpstreamConsumerDTOArrayElement ¶
func NewNullableUpstreamConsumerDTOArrayElement(val *UpstreamConsumerDTOArrayElement) *NullableUpstreamConsumerDTOArrayElement
func (NullableUpstreamConsumerDTOArrayElement) IsSet ¶
func (v NullableUpstreamConsumerDTOArrayElement) IsSet() bool
func (NullableUpstreamConsumerDTOArrayElement) MarshalJSON ¶
func (v NullableUpstreamConsumerDTOArrayElement) MarshalJSON() ([]byte, error)
func (*NullableUpstreamConsumerDTOArrayElement) Set ¶
func (v *NullableUpstreamConsumerDTOArrayElement) Set(val *UpstreamConsumerDTOArrayElement)
func (*NullableUpstreamConsumerDTOArrayElement) UnmarshalJSON ¶
func (v *NullableUpstreamConsumerDTOArrayElement) UnmarshalJSON(src []byte) error
func (*NullableUpstreamConsumerDTOArrayElement) Unset ¶
func (v *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 ¶
func (a *OwnerAPIService) ClaimExecute(r ApiClaimRequest) (*AsyncJobStatusDTO, *http.Response, error)
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) CreateEnvironment ¶ added in v4.4.9
func (a *OwnerAPIService) CreateEnvironment(ctx context.Context, ownerKey string) ApiCreateEnvironmentRequest
CreateEnvironment Method for CreateEnvironment
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 ApiCreateEnvironmentRequest
func (*OwnerAPIService) CreateEnvironmentExecute ¶ added in v4.4.9
func (a *OwnerAPIService) CreateEnvironmentExecute(r ApiCreateEnvironmentRequest) (*EnvironmentDTO, *http.Response, error)
Execute executes the request
@return EnvironmentDTO
func (*OwnerAPIService) CreateOwner ¶
func (a *OwnerAPIService) CreateOwner(ctx context.Context) ApiCreateOwnerRequest
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 ¶
func (a *OwnerAPIService) GetConsumersSyspurposeExecute(r ApiGetConsumersSyspurposeRequest) (*SystemPurposeAttributesDTO, *http.Response, error)
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 ¶
func (a *OwnerAPIService) GetHypervisorsExecute(r ApiGetHypervisorsRequest) ([]ConsumerDTOArrayElement, *http.Response, error)
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 ¶
func (a *OwnerAPIService) GetSyspurposeExecute(r ApiGetSyspurposeRequest) (*SystemPurposeAttributesDTO, *http.Response, error)
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 ¶
func (a *OwnerAPIService) GetUeberCertificateExecute(r ApiGetUeberCertificateRequest) (*UeberCertificateDTO, *http.Response, error)
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 ¶
func (a *OwnerAPIService) GetUpstreamConsumersExecute(r ApiGetUpstreamConsumersRequest) ([]UpstreamConsumerDTOArrayElement, *http.Response, error)
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 ¶
func (a *OwnerAPIService) HealEntireExecute(r ApiHealEntireRequest) (*AsyncJobStatusDTO, *http.Response, error)
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 ¶
func (a *OwnerAPIService) ListConsumersExecute(r ApiListConsumersRequest) ([]ConsumerDTOArrayElement, *http.Response, error)
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 ¶
func (a *OwnerAPIService) ListOwners(ctx context.Context) ApiListOwnersRequest
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 ¶
func (a *OwnerAPIService) RefreshPoolsExecute(r ApiRefreshPoolsRequest) (*AsyncJobStatusDTO, *http.Response, error)
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 ¶
func (a *OwnerAPIService) UndoImportsExecute(r ApiUndoImportsRequest) (*AsyncJobStatusDTO, *http.Response, error)
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 ¶
func (a *OwnerContentAPIService) CreateContentExecute(r ApiCreateContentRequest) (*ContentDTO, *http.Response, error)
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 ¶
func (a *OwnerContentAPIService) GetContentByIdExecute(r ApiGetContentByIdRequest) (*ContentDTO, *http.Response, error)
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 ¶
func (a *OwnerContentAPIService) UpdateContentExecute(r ApiUpdateContentRequest) (*ContentDTO, *http.Response, error)
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 ¶
GetAnonymous returns the Anonymous field value if set, zero value otherwise.
func (*OwnerDTO) GetAnonymousOk ¶
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 ¶
GetAutobindDisabled returns the AutobindDisabled field value if set, zero value otherwise.
func (*OwnerDTO) GetAutobindDisabledOk ¶
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 ¶
GetAutobindHypervisorDisabled returns the AutobindHypervisorDisabled field value if set, zero value otherwise.
func (*OwnerDTO) GetAutobindHypervisorDisabledOk ¶
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 ¶
GetClaimantOwner returns the ClaimantOwner field value if set, zero value otherwise.
func (*OwnerDTO) GetClaimantOwnerOk ¶
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 ¶
GetClaimed returns the Claimed field value if set, zero value otherwise.
func (*OwnerDTO) GetClaimedOk ¶
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 ¶
GetContentAccessMode returns the ContentAccessMode field value if set, zero value otherwise.
func (*OwnerDTO) GetContentAccessModeList ¶
GetContentAccessModeList returns the ContentAccessModeList field value if set, zero value otherwise.
func (*OwnerDTO) GetContentAccessModeListOk ¶
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 ¶
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 ¶
GetContentPrefix returns the ContentPrefix field value if set, zero value otherwise.
func (*OwnerDTO) GetContentPrefixOk ¶
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 ¶
GetCreated returns the Created field value if set, zero value otherwise.
func (*OwnerDTO) GetCreatedOk ¶
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 ¶
GetDefaultServiceLevel returns the DefaultServiceLevel field value if set, zero value otherwise.
func (*OwnerDTO) GetDefaultServiceLevelOk ¶
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 ¶
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*OwnerDTO) GetDisplayNameOk ¶
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) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OwnerDTO) GetKeyOk ¶
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 ¶
GetLastRefreshed returns the LastRefreshed field value if set, zero value otherwise.
func (*OwnerDTO) GetLastRefreshedOk ¶
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 ¶
GetLogLevel returns the LogLevel field value if set, zero value otherwise.
func (*OwnerDTO) GetLogLevelOk ¶
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 ¶
GetUpdated returns the Updated field value if set, zero value otherwise.
func (*OwnerDTO) GetUpdatedOk ¶
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 ¶
HasAnonymous returns a boolean if a field has been set.
func (*OwnerDTO) HasAutobindDisabled ¶
HasAutobindDisabled returns a boolean if a field has been set.
func (*OwnerDTO) HasAutobindHypervisorDisabled ¶
HasAutobindHypervisorDisabled returns a boolean if a field has been set.
func (*OwnerDTO) HasClaimantOwner ¶
HasClaimantOwner returns a boolean if a field has been set.
func (*OwnerDTO) HasClaimed ¶
HasClaimed returns a boolean if a field has been set.
func (*OwnerDTO) HasContentAccessMode ¶
HasContentAccessMode returns a boolean if a field has been set.
func (*OwnerDTO) HasContentAccessModeList ¶
HasContentAccessModeList returns a boolean if a field has been set.
func (*OwnerDTO) HasContentPrefix ¶
HasContentPrefix returns a boolean if a field has been set.
func (*OwnerDTO) HasCreated ¶
HasCreated returns a boolean if a field has been set.
func (*OwnerDTO) HasDefaultServiceLevel ¶
HasDefaultServiceLevel returns a boolean if a field has been set.
func (*OwnerDTO) HasDisplayName ¶
HasDisplayName returns a boolean if a field has been set.
func (*OwnerDTO) HasLastRefreshed ¶
HasLastRefreshed returns a boolean if a field has been set.
func (*OwnerDTO) HasLogLevel ¶
HasLogLevel returns a boolean if a field has been set.
func (*OwnerDTO) HasParentOwner ¶
HasParentOwner returns a boolean if a field has been set.
func (*OwnerDTO) HasUpdated ¶
HasUpdated returns a boolean if a field has been set.
func (*OwnerDTO) HasUpstreamConsumer ¶
HasUpstreamConsumer returns a boolean if a field has been set.
func (OwnerDTO) MarshalJSON ¶
func (*OwnerDTO) SetAnonymous ¶
SetAnonymous gets a reference to the given bool and assigns it to the Anonymous field.
func (*OwnerDTO) SetAutobindDisabled ¶
SetAutobindDisabled gets a reference to the given bool and assigns it to the AutobindDisabled field.
func (*OwnerDTO) SetAutobindHypervisorDisabled ¶
SetAutobindHypervisorDisabled gets a reference to the given bool and assigns it to the AutobindHypervisorDisabled field.
func (*OwnerDTO) SetClaimantOwner ¶
SetClaimantOwner gets a reference to the given string and assigns it to the ClaimantOwner field.
func (*OwnerDTO) SetClaimed ¶
SetClaimed gets a reference to the given bool and assigns it to the Claimed field.
func (*OwnerDTO) SetContentAccessMode ¶
SetContentAccessMode gets a reference to the given string and assigns it to the ContentAccessMode field.
func (*OwnerDTO) SetContentAccessModeList ¶
SetContentAccessModeList gets a reference to the given string and assigns it to the ContentAccessModeList field.
func (*OwnerDTO) SetContentPrefix ¶
SetContentPrefix gets a reference to the given string and assigns it to the ContentPrefix field.
func (*OwnerDTO) SetCreated ¶
SetCreated gets a reference to the given string and assigns it to the Created field.
func (*OwnerDTO) SetDefaultServiceLevel ¶
SetDefaultServiceLevel gets a reference to the given string and assigns it to the DefaultServiceLevel field.
func (*OwnerDTO) SetDisplayName ¶
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*OwnerDTO) SetKey ¶
SetKey gets a reference to the given string and assigns it to the Key field.
func (*OwnerDTO) SetLastRefreshed ¶
SetLastRefreshed gets a reference to the given string and assigns it to the LastRefreshed field.
func (*OwnerDTO) SetLogLevel ¶
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 ¶
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.
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 ¶
GetConsumerCounts returns the ConsumerCounts field value
func (*OwnerInfo) GetConsumerCountsByComplianceStatus ¶
GetConsumerCountsByComplianceStatus returns the ConsumerCountsByComplianceStatus field value
func (*OwnerInfo) GetConsumerCountsByComplianceStatusOk ¶
GetConsumerCountsByComplianceStatusOk returns a tuple with the ConsumerCountsByComplianceStatus field value and a boolean to check if the value has been set.
func (*OwnerInfo) GetConsumerCountsOk ¶
GetConsumerCountsOk returns a tuple with the ConsumerCounts field value and a boolean to check if the value has been set.
func (*OwnerInfo) GetConsumerGuestCounts ¶
GetConsumerGuestCounts returns the ConsumerGuestCounts field value
func (*OwnerInfo) GetConsumerGuestCountsOk ¶
GetConsumerGuestCountsOk returns a tuple with the ConsumerGuestCounts field value and a boolean to check if the value has been set.
func (*OwnerInfo) GetConsumerTypeCountByPool ¶
GetConsumerTypeCountByPool returns the ConsumerTypeCountByPool field value
func (*OwnerInfo) GetConsumerTypeCountByPoolOk ¶
GetConsumerTypeCountByPoolOk returns a tuple with the ConsumerTypeCountByPool field value and a boolean to check if the value has been set.
func (*OwnerInfo) GetEnabledConsumerTypeCountByPool ¶
GetEnabledConsumerTypeCountByPool returns the EnabledConsumerTypeCountByPool field value
func (*OwnerInfo) GetEnabledConsumerTypeCountByPoolOk ¶
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 ¶
GetEntitlementsConsumedByType returns the EntitlementsConsumedByType field value
func (*OwnerInfo) GetEntitlementsConsumedByTypeOk ¶
GetEntitlementsConsumedByTypeOk returns a tuple with the EntitlementsConsumedByType field value and a boolean to check if the value has been set.
func (OwnerInfo) MarshalJSON ¶
func (*OwnerInfo) SetConsumerCounts ¶
SetConsumerCounts sets field value
func (*OwnerInfo) SetConsumerCountsByComplianceStatus ¶
SetConsumerCountsByComplianceStatus sets field value
func (*OwnerInfo) SetConsumerGuestCounts ¶
SetConsumerGuestCounts sets field value
func (*OwnerInfo) SetConsumerTypeCountByPool ¶
SetConsumerTypeCountByPool sets field value
func (*OwnerInfo) SetEnabledConsumerTypeCountByPool ¶
SetEnabledConsumerTypeCountByPool sets field value
func (*OwnerInfo) SetEntitlementsConsumedByFamily ¶
func (o *OwnerInfo) SetEntitlementsConsumedByFamily(v map[string]ConsumptionTypeCountsDTO)
SetEntitlementsConsumedByFamily sets field value
func (*OwnerInfo) SetEntitlementsConsumedByType ¶
SetEntitlementsConsumedByType sets field value
func (*OwnerInfo) UnmarshalJSON ¶
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 ¶
func (a *OwnerProductAPIService) CreateProductExecute(r ApiCreateProductRequest) (*ProductDTO, *http.Response, error)
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 ¶
func (a *OwnerProductAPIService) GetProductByIdExecute(r ApiGetProductByIdRequest) (*ProductDTO, *http.Response, error)
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 ¶
func (a *OwnerProductAPIService) GetProductCertificateByIdExecute(r ApiGetProductCertificateByIdRequest) (*ProductCertificateDTO, *http.Response, error)
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 ¶
func (a *OwnerProductAPIService) RefreshPoolsForProductExecute(r ApiRefreshPoolsForProductRequest) (*AsyncJobStatusDTO, *http.Response, error)
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 ¶
func (a *OwnerProductAPIService) UpdateProductExecute(r ApiUpdateProductRequest) (*ProductDTO, *http.Response, error)
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"` 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 ¶
GetAccountNumber returns the AccountNumber field value if set, zero value otherwise.
func (*PoolDTO) GetAccountNumberOk ¶
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 ¶
GetActiveSubscription returns the ActiveSubscription field value if set, zero value otherwise.
func (*PoolDTO) GetActiveSubscriptionOk ¶
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 ¶
GetCalculatedAttributes returns the CalculatedAttributes field value if set, zero value otherwise.
func (*PoolDTO) GetCalculatedAttributesOk ¶
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 ¶
GetConsumed returns the Consumed field value if set, zero value otherwise.
func (*PoolDTO) GetConsumedOk ¶
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 ¶
GetContractNumber returns the ContractNumber field value if set, zero value otherwise.
func (*PoolDTO) GetContractNumberOk ¶
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 ¶
GetCreated returns the Created field value if set, zero value otherwise.
func (*PoolDTO) GetCreatedOk ¶
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 ¶
GetDerivedProductId returns the DerivedProductId field value if set, zero value otherwise.
func (*PoolDTO) GetDerivedProductIdOk ¶
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 ¶
GetDerivedProductName returns the DerivedProductName field value if set, zero value otherwise.
func (*PoolDTO) GetDerivedProductNameOk ¶
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) GetEndDate ¶
GetEndDate returns the EndDate field value if set, zero value otherwise.
func (*PoolDTO) GetEndDateOk ¶
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 ¶
GetExported returns the Exported field value if set, zero value otherwise.
func (*PoolDTO) GetExportedOk ¶
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) GetHrefOk ¶
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) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PoolDTO) GetManaged ¶
GetManaged returns the Managed field value if set, zero value otherwise.
func (*PoolDTO) GetManagedOk ¶
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 ¶
GetOrderNumber returns the OrderNumber field value if set, zero value otherwise.
func (*PoolDTO) GetOrderNumberOk ¶
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 ¶
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*PoolDTO) GetProductIdOk ¶
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 ¶
GetProductName returns the ProductName field value if set, zero value otherwise.
func (*PoolDTO) GetProductNameOk ¶
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 ¶
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*PoolDTO) GetQuantityOk ¶
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 ¶
GetRestrictedToUsername returns the RestrictedToUsername field value if set, zero value otherwise.
func (*PoolDTO) GetRestrictedToUsernameOk ¶
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 ¶
GetSourceStackId returns the SourceStackId field value if set, zero value otherwise.
func (*PoolDTO) GetSourceStackIdOk ¶
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 ¶
GetStackId returns the StackId field value if set, zero value otherwise.
func (*PoolDTO) GetStackIdOk ¶
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 ¶
GetStacked returns the Stacked field value if set, zero value otherwise.
func (*PoolDTO) GetStackedOk ¶
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 ¶
GetStartDate returns the StartDate field value if set, zero value otherwise.
func (*PoolDTO) GetStartDateOk ¶
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 ¶
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*PoolDTO) GetSubscriptionIdOk ¶
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 ¶
GetSubscriptionSubKey returns the SubscriptionSubKey field value if set, zero value otherwise.
func (*PoolDTO) GetSubscriptionSubKeyOk ¶
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) 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 (*PoolDTO) GetUpdated ¶
GetUpdated returns the Updated field value if set, zero value otherwise.
func (*PoolDTO) GetUpdatedOk ¶
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 ¶
GetUpstreamConsumerId returns the UpstreamConsumerId field value if set, zero value otherwise.
func (*PoolDTO) GetUpstreamConsumerIdOk ¶
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 ¶
GetUpstreamEntitlementId returns the UpstreamEntitlementId field value if set, zero value otherwise.
func (*PoolDTO) GetUpstreamEntitlementIdOk ¶
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 ¶
GetUpstreamPoolId returns the UpstreamPoolId field value if set, zero value otherwise.
func (*PoolDTO) GetUpstreamPoolIdOk ¶
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 ¶
HasAccountNumber returns a boolean if a field has been set.
func (*PoolDTO) HasActiveSubscription ¶
HasActiveSubscription returns a boolean if a field has been set.
func (*PoolDTO) HasAttributes ¶
HasAttributes returns a boolean if a field has been set.
func (*PoolDTO) HasBranding ¶
HasBranding returns a boolean if a field has been set.
func (*PoolDTO) HasCalculatedAttributes ¶
HasCalculatedAttributes returns a boolean if a field has been set.
func (*PoolDTO) HasConsumed ¶
HasConsumed returns a boolean if a field has been set.
func (*PoolDTO) HasContractNumber ¶
HasContractNumber returns a boolean if a field has been set.
func (*PoolDTO) HasCreated ¶
HasCreated returns a boolean if a field has been set.
func (*PoolDTO) HasDerivedProductAttributes ¶
HasDerivedProductAttributes returns a boolean if a field has been set.
func (*PoolDTO) HasDerivedProductId ¶
HasDerivedProductId returns a boolean if a field has been set.
func (*PoolDTO) HasDerivedProductName ¶
HasDerivedProductName returns a boolean if a field has been set.
func (*PoolDTO) HasDerivedProvidedProducts ¶
HasDerivedProvidedProducts returns a boolean if a field has been set.
func (*PoolDTO) HasEndDate ¶
HasEndDate returns a boolean if a field has been set.
func (*PoolDTO) HasExported ¶
HasExported returns a boolean if a field has been set.
func (*PoolDTO) HasManaged ¶
HasManaged returns a boolean if a field has been set.
func (*PoolDTO) HasOrderNumber ¶
HasOrderNumber returns a boolean if a field has been set.
func (*PoolDTO) HasProductAttributes ¶
HasProductAttributes returns a boolean if a field has been set.
func (*PoolDTO) HasProductId ¶
HasProductId returns a boolean if a field has been set.
func (*PoolDTO) HasProductName ¶
HasProductName returns a boolean if a field has been set.
func (*PoolDTO) HasProvidedProducts ¶
HasProvidedProducts returns a boolean if a field has been set.
func (*PoolDTO) HasQuantity ¶
HasQuantity returns a boolean if a field has been set.
func (*PoolDTO) HasRestrictedToUsername ¶
HasRestrictedToUsername returns a boolean if a field has been set.
func (*PoolDTO) HasSourceEntitlement ¶
HasSourceEntitlement returns a boolean if a field has been set.
func (*PoolDTO) HasSourceStackId ¶
HasSourceStackId returns a boolean if a field has been set.
func (*PoolDTO) HasStackId ¶
HasStackId returns a boolean if a field has been set.
func (*PoolDTO) HasStacked ¶
HasStacked returns a boolean if a field has been set.
func (*PoolDTO) HasStartDate ¶
HasStartDate returns a boolean if a field has been set.
func (*PoolDTO) HasSubscriptionId ¶
HasSubscriptionId returns a boolean if a field has been set.
func (*PoolDTO) HasSubscriptionSubKey ¶
HasSubscriptionSubKey returns a boolean if a field has been set.
func (*PoolDTO) HasUpdated ¶
HasUpdated returns a boolean if a field has been set.
func (*PoolDTO) HasUpstreamConsumerId ¶
HasUpstreamConsumerId returns a boolean if a field has been set.
func (*PoolDTO) HasUpstreamEntitlementId ¶
HasUpstreamEntitlementId returns a boolean if a field has been set.
func (*PoolDTO) HasUpstreamPoolId ¶
HasUpstreamPoolId returns a boolean if a field has been set.
func (PoolDTO) MarshalJSON ¶
func (*PoolDTO) SetAccountNumber ¶
SetAccountNumber gets a reference to the given string and assigns it to the AccountNumber field.
func (*PoolDTO) SetActiveSubscription ¶
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 ¶
SetCalculatedAttributes gets a reference to the given map[string]string and assigns it to the CalculatedAttributes field.
func (*PoolDTO) SetConsumed ¶
SetConsumed gets a reference to the given int64 and assigns it to the Consumed field.
func (*PoolDTO) SetContractNumber ¶
SetContractNumber gets a reference to the given string and assigns it to the ContractNumber field.
func (*PoolDTO) SetCreated ¶
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 ¶
SetDerivedProductId gets a reference to the given string and assigns it to the DerivedProductId field.
func (*PoolDTO) SetDerivedProductName ¶
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) SetEndDate ¶
SetEndDate gets a reference to the given string and assigns it to the EndDate field.
func (*PoolDTO) SetExported ¶
SetExported gets a reference to the given int64 and assigns it to the Exported field.
func (*PoolDTO) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*PoolDTO) SetManaged ¶
SetManaged gets a reference to the given bool and assigns it to the Managed field.
func (*PoolDTO) SetOrderNumber ¶
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 ¶
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*PoolDTO) SetProductName ¶
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 ¶
SetQuantity gets a reference to the given int64 and assigns it to the Quantity field.
func (*PoolDTO) SetRestrictedToUsername ¶
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 ¶
SetSourceStackId gets a reference to the given string and assigns it to the SourceStackId field.
func (*PoolDTO) SetStackId ¶
SetStackId gets a reference to the given string and assigns it to the StackId field.
func (*PoolDTO) SetStacked ¶
SetStacked gets a reference to the given bool and assigns it to the Stacked field.
func (*PoolDTO) SetStartDate ¶
SetStartDate gets a reference to the given string and assigns it to the StartDate field.
func (*PoolDTO) SetSubscriptionId ¶
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*PoolDTO) SetSubscriptionSubKey ¶
SetSubscriptionSubKey gets a reference to the given string and assigns it to the SubscriptionSubKey field.
func (*PoolDTO) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*PoolDTO) SetUpdated ¶
SetUpdated gets a reference to the given string and assigns it to the Updated field.
func (*PoolDTO) SetUpstreamConsumerId ¶
SetUpstreamConsumerId gets a reference to the given string and assigns it to the UpstreamConsumerId field.
func (*PoolDTO) SetUpstreamEntitlementId ¶
SetUpstreamEntitlementId gets a reference to the given string and assigns it to the UpstreamEntitlementId field.
func (*PoolDTO) SetUpstreamPoolId ¶
SetUpstreamPoolId gets a reference to the given string and assigns it to the UpstreamPoolId field.
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 ¶
func (a *PoolsAPIService) ListPools(ctx context.Context) ApiListPoolsRequest
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"` Uuid *string `json:"uuid,omitempty"` Id *string `json:"id,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 ¶
func (a *ProductsAPIService) GetProducts(ctx context.Context) ApiGetProductsRequest
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 ¶
GetCreated returns the Created field value if set, zero value otherwise.
func (*RoleDTO) GetCreatedOk ¶
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) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleDTO) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*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 ¶
GetUpdated returns the Updated field value if set, zero value otherwise.
func (*RoleDTO) GetUpdatedOk ¶
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) GetUsersOk ¶
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 ¶
HasCreated returns a boolean if a field has been set.
func (*RoleDTO) HasPermissions ¶
HasPermissions returns a boolean if a field has been set.
func (*RoleDTO) HasUpdated ¶
HasUpdated returns a boolean if a field has been set.
func (RoleDTO) MarshalJSON ¶
func (*RoleDTO) SetCreated ¶
SetCreated gets a reference to the given string and assigns it to the Created field.
func (*RoleDTO) SetName ¶
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 ¶
SetUpdated gets a reference to the given string and assigns it to the Updated field.
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 ¶
func (a *RolesAPIService) CreateRole(ctx context.Context) ApiCreateRoleRequest
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 ¶
func (a *RolesAPIService) GetRoles(ctx context.Context) ApiGetRolesRequest
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 ¶
func (a *RulesAPIService) GetRules(ctx context.Context) ApiGetRulesRequest
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
type ServerVariable ¶
ServerVariable stores the information about a server variable
type StatusAPIService ¶
type StatusAPIService service
StatusAPIService StatusAPI service
func (*StatusAPIService) Status ¶
func (a *StatusAPIService) Status(ctx context.Context) ApiStatusRequest
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 ¶
GetDeviceAuthClientId returns the DeviceAuthClientId field value if set, zero value otherwise.
func (*StatusDTO) GetDeviceAuthClientIdOk ¶
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 ¶
GetDeviceAuthRealm returns the DeviceAuthRealm field value if set, zero value otherwise.
func (*StatusDTO) GetDeviceAuthRealmOk ¶
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 ¶
GetDeviceAuthScope returns the DeviceAuthScope field value if set, zero value otherwise.
func (*StatusDTO) GetDeviceAuthScopeOk ¶
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 ¶
GetDeviceAuthUrl returns the DeviceAuthUrl field value if set, zero value otherwise.
func (*StatusDTO) GetDeviceAuthUrlOk ¶
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 ¶
GetKeycloakAuthUrl returns the KeycloakAuthUrl field value if set, zero value otherwise.
func (*StatusDTO) GetKeycloakAuthUrlOk ¶
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 ¶
GetKeycloakRealm returns the KeycloakRealm field value if set, zero value otherwise.
func (*StatusDTO) GetKeycloakRealmOk ¶
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 ¶
GetKeycloakResource returns the KeycloakResource field value if set, zero value otherwise.
func (*StatusDTO) GetKeycloakResourceOk ¶
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 ¶
GetManagerCapabilities returns the ManagerCapabilities field value if set, zero value otherwise.
func (*StatusDTO) GetManagerCapabilitiesOk ¶
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) GetModeChangeTime ¶
GetModeChangeTime returns the ModeChangeTime field value if set, zero value otherwise.
func (*StatusDTO) GetModeChangeTimeOk ¶
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 ¶
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 ¶
GetModeReason returns the ModeReason field value if set, zero value otherwise.
func (*StatusDTO) GetModeReasonOk ¶
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 ¶
GetRelease returns the Release field value if set, zero value otherwise.
func (*StatusDTO) GetReleaseOk ¶
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 ¶
GetResult returns the Result field value if set, zero value otherwise.
func (*StatusDTO) GetResultOk ¶
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 ¶
GetRulesSource returns the RulesSource field value if set, zero value otherwise.
func (*StatusDTO) GetRulesSourceOk ¶
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 ¶
GetRulesVersion returns the RulesVersion field value if set, zero value otherwise.
func (*StatusDTO) GetRulesVersionOk ¶
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 ¶
GetStandalone returns the Standalone field value if set, zero value otherwise.
func (*StatusDTO) GetStandaloneOk ¶
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 ¶
GetTimeUTC returns the TimeUTC field value if set, zero value otherwise.
func (*StatusDTO) GetTimeUTCOk ¶
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 ¶
GetVersion returns the Version field value if set, zero value otherwise.
func (*StatusDTO) GetVersionOk ¶
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 ¶
HasDeviceAuthClientId returns a boolean if a field has been set.
func (*StatusDTO) HasDeviceAuthRealm ¶
HasDeviceAuthRealm returns a boolean if a field has been set.
func (*StatusDTO) HasDeviceAuthScope ¶
HasDeviceAuthScope returns a boolean if a field has been set.
func (*StatusDTO) HasDeviceAuthUrl ¶
HasDeviceAuthUrl returns a boolean if a field has been set.
func (*StatusDTO) HasKeycloakAuthUrl ¶
HasKeycloakAuthUrl returns a boolean if a field has been set.
func (*StatusDTO) HasKeycloakRealm ¶
HasKeycloakRealm returns a boolean if a field has been set.
func (*StatusDTO) HasKeycloakResource ¶
HasKeycloakResource returns a boolean if a field has been set.
func (*StatusDTO) HasManagerCapabilities ¶
HasManagerCapabilities returns a boolean if a field has been set.
func (*StatusDTO) HasModeChangeTime ¶
HasModeChangeTime returns a boolean if a field has been set.
func (*StatusDTO) HasModeReason ¶
HasModeReason returns a boolean if a field has been set.
func (*StatusDTO) HasRelease ¶
HasRelease returns a boolean if a field has been set.
func (*StatusDTO) HasRulesSource ¶
HasRulesSource returns a boolean if a field has been set.
func (*StatusDTO) HasRulesVersion ¶
HasRulesVersion returns a boolean if a field has been set.
func (*StatusDTO) HasStandalone ¶
HasStandalone returns a boolean if a field has been set.
func (*StatusDTO) HasTimeUTC ¶
HasTimeUTC returns a boolean if a field has been set.
func (*StatusDTO) HasVersion ¶
HasVersion returns a boolean if a field has been set.
func (StatusDTO) MarshalJSON ¶
func (*StatusDTO) SetDeviceAuthClientId ¶
SetDeviceAuthClientId gets a reference to the given string and assigns it to the DeviceAuthClientId field.
func (*StatusDTO) SetDeviceAuthRealm ¶
SetDeviceAuthRealm gets a reference to the given string and assigns it to the DeviceAuthRealm field.
func (*StatusDTO) SetDeviceAuthScope ¶
SetDeviceAuthScope gets a reference to the given string and assigns it to the DeviceAuthScope field.
func (*StatusDTO) SetDeviceAuthUrl ¶
SetDeviceAuthUrl gets a reference to the given string and assigns it to the DeviceAuthUrl field.
func (*StatusDTO) SetKeycloakAuthUrl ¶
SetKeycloakAuthUrl gets a reference to the given string and assigns it to the KeycloakAuthUrl field.
func (*StatusDTO) SetKeycloakRealm ¶
SetKeycloakRealm gets a reference to the given string and assigns it to the KeycloakRealm field.
func (*StatusDTO) SetKeycloakResource ¶
SetKeycloakResource gets a reference to the given string and assigns it to the KeycloakResource field.
func (*StatusDTO) SetManagerCapabilities ¶
SetManagerCapabilities gets a reference to the given []string and assigns it to the ManagerCapabilities field.
func (*StatusDTO) SetMode ¶
SetMode gets a reference to the given string and assigns it to the Mode field.
func (*StatusDTO) SetModeChangeTime ¶
SetModeChangeTime gets a reference to the given string and assigns it to the ModeChangeTime field.
func (*StatusDTO) SetModeReason ¶
SetModeReason gets a reference to the given string and assigns it to the ModeReason field.
func (*StatusDTO) SetRelease ¶
SetRelease gets a reference to the given string and assigns it to the Release field.
func (*StatusDTO) SetResult ¶
SetResult gets a reference to the given bool and assigns it to the Result field.
func (*StatusDTO) SetRulesSource ¶
SetRulesSource gets a reference to the given string and assigns it to the RulesSource field.
func (*StatusDTO) SetRulesVersion ¶
SetRulesVersion gets a reference to the given string and assigns it to the RulesVersion field.
func (*StatusDTO) SetStandalone ¶
SetStandalone gets a reference to the given bool and assigns it to the Standalone field.
func (*StatusDTO) SetTimeUTC ¶
SetTimeUTC gets a reference to the given string and assigns it to the TimeUTC field.
func (*StatusDTO) SetVersion ¶
SetVersion gets a reference to the given string and assigns it to the Version field.
type SubscriptionAPIService ¶
type SubscriptionAPIService service
SubscriptionAPIService SubscriptionAPI service
func (*SubscriptionAPIService) ActivateSubscription ¶
func (a *SubscriptionAPIService) ActivateSubscription(ctx context.Context) ApiActivateSubscriptionRequest
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 ¶
func (a *SubscriptionAPIService) DeleteSubscription(ctx context.Context, id string) ApiDeleteSubscriptionRequest
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 ¶
func (a *SubscriptionAPIService) GetSubscriptions(ctx context.Context) ApiGetSubscriptionsRequest
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 ¶
func (a *SubscriptionAPIService) GetSubscriptionsExecute(r ApiGetSubscriptionsRequest) ([]SubscriptionDTO, *http.Response, error)
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 ¶
func (o *SystemPurposeAttributesDTO) GetOwner() NestedOwnerDTO
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 ¶
func (o *SystemPurposeAttributesDTO) SetOwner(v NestedOwnerDTO)
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 ¶
func (o *SystemPurposeComplianceStatusDTO) GetDate() string
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 ¶
func (o *SystemPurposeComplianceStatusDTO) GetStatus() string
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 ¶
func (o *SystemPurposeComplianceStatusDTO) HasDate() bool
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 ¶
func (o *SystemPurposeComplianceStatusDTO) SetDate(v string)
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 ¶
func (o *UeberCertificateDTO) GetSerial() CertificateSerialDTO
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 ¶
func (o *UpstreamConsumerDTOArrayElement) GetId() string
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 ¶
func (o *UpstreamConsumerDTOArrayElement) GetName() string
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 ¶
func (o *UpstreamConsumerDTOArrayElement) GetType() ConsumerTypeDTO
GetType returns the Type field value if set, zero value otherwise.
func (*UpstreamConsumerDTOArrayElement) GetTypeOk ¶
func (o *UpstreamConsumerDTOArrayElement) 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 (*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 ¶
func (o *UpstreamConsumerDTOArrayElement) GetUuid() string
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 ¶
func (o *UpstreamConsumerDTOArrayElement) HasId() bool
HasId returns a boolean if a field has been set.
func (*UpstreamConsumerDTOArrayElement) HasName ¶
func (o *UpstreamConsumerDTOArrayElement) HasName() bool
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 ¶
func (o *UpstreamConsumerDTOArrayElement) HasType() bool
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 ¶
func (o *UpstreamConsumerDTOArrayElement) HasUuid() bool
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 ¶
func (o *UpstreamConsumerDTOArrayElement) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*UpstreamConsumerDTOArrayElement) SetName ¶
func (o *UpstreamConsumerDTOArrayElement) SetName(v string)
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 ¶
func (o *UpstreamConsumerDTOArrayElement) SetType(v ConsumerTypeDTO)
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 ¶
func (o *UpstreamConsumerDTOArrayElement) SetUuid(v string)
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 ¶
GetCreated returns the Created field value if set, zero value otherwise.
func (*UserDTO) GetCreatedOk ¶
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) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserDTO) GetPassword ¶
GetPassword returns the Password field value if set, zero value otherwise.
func (*UserDTO) GetPasswordOk ¶
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 ¶
GetSuperAdmin returns the SuperAdmin field value if set, zero value otherwise.
func (*UserDTO) GetSuperAdminOk ¶
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 ¶
GetUpdated returns the Updated field value if set, zero value otherwise.
func (*UserDTO) GetUpdatedOk ¶
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 ¶
GetUsername returns the Username field value if set, zero value otherwise.
func (*UserDTO) GetUsernameOk ¶
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 ¶
HasCreated returns a boolean if a field has been set.
func (*UserDTO) HasPassword ¶
HasPassword returns a boolean if a field has been set.
func (*UserDTO) HasSuperAdmin ¶
HasSuperAdmin returns a boolean if a field has been set.
func (*UserDTO) HasUpdated ¶
HasUpdated returns a boolean if a field has been set.
func (*UserDTO) HasUsername ¶
HasUsername returns a boolean if a field has been set.
func (UserDTO) MarshalJSON ¶
func (*UserDTO) SetCreated ¶
SetCreated gets a reference to the given string and assigns it to the Created field.
func (*UserDTO) SetPassword ¶
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*UserDTO) SetSuperAdmin ¶
SetSuperAdmin gets a reference to the given bool and assigns it to the SuperAdmin field.
func (*UserDTO) SetUpdated ¶
SetUpdated gets a reference to the given string and assigns it to the Updated field.
func (*UserDTO) SetUsername ¶
SetUsername gets a reference to the given string and assigns it to the Username field.
type UsersAPIService ¶
type UsersAPIService service
UsersAPIService UsersAPI service
func (*UsersAPIService) CreateUser ¶
func (a *UsersAPIService) CreateUser(ctx context.Context) ApiCreateUserRequest
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 ¶
func (a *UsersAPIService) ListUsers(ctx context.Context) ApiListUsersRequest
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 ¶
- api_activation_key.go
- api_admin.go
- api_cdn.go
- api_certificate_revocation_list.go
- api_certificate_serial.go
- api_cloud_registration.go
- api_consumer.go
- api_consumer_type.go
- api_content.go
- api_deleted_consumer.go
- api_distributor_versions.go
- api_entitlements.go
- api_environment.go
- api_guest_ids.go
- api_hypervisors.go
- api_jobs.go
- api_owner.go
- api_owner_content.go
- api_owner_product.go
- api_pools.go
- api_products.go
- api_roles.go
- api_root.go
- api_rules.go
- api_status.go
- api_subscription.go
- api_users.go
- client.go
- configuration.go
- model_abstract_certificate_dto.go
- model_activation_key_dto.go
- model_activation_key_pool_dto.go
- model_activation_key_product_dto.go
- model_async_job_status_dto.go
- model_attribute_dto.go
- model_branding_dto.go
- model_capability_dto.go
- model_cdn_dto.go
- model_certificate_dto.go
- model_certificate_serial_dto.go
- model_claimant_owner.go
- model_cloud_authentication_result_dto.go
- model_cloud_registration_dto.go
- model_compliance_reason_dto.go
- model_compliance_status_dto.go
- model_consumer_activation_key_dto.go
- model_consumer_dto.go
- model_consumer_dto_array_element.go
- model_consumer_installed_product_dto.go
- model_consumer_type_dto.go
- model_consumption_type_counts_dto.go
- model_content_access_dto.go
- model_content_dto.go
- model_content_override_dto.go
- model_content_to_promote_dto.go
- model_date_range.go
- model_delete_result.go
- model_deleted_consumer_dto.go
- model_distributor_version_capability_dto.go
- model_distributor_version_dto.go
- model_entitlement_dto.go
- model_environment_content_dto.go
- model_environment_dto.go
- model_exception_message.go
- model_export_result_dto.go
- model_guest_id_dto.go
- model_guest_id_dto_array_element.go
- model_hypervisor_consumer_dto.go
- model_hypervisor_id_dto.go
- model_hypervisor_update_result_dto.go
- model_import_record_dto.go
- model_import_upstream_consumer_dto.go
- model_link.go
- model_nested_consumer_dto.go
- model_nested_entitlement_dto.go
- model_nested_owner_dto.go
- model_owner_dto.go
- model_owner_info.go
- model_permission_blueprint_dto.go
- model_pool_dto.go
- model_pool_quantity_dto.go
- model_product_certificate_dto.go
- model_product_content_dto.go
- model_product_dto.go
- model_provided_product_dto.go
- model_queue_status.go
- model_release_ver_dto.go
- model_role_dto.go
- model_scheduler_status_dto.go
- model_status_dto.go
- model_subscription_dto.go
- model_system_purpose_attributes_dto.go
- model_system_purpose_compliance_status_dto.go
- model_timestamped_entity.go
- model_ueber_certificate_dto.go
- model_upstream_consumer_dto.go
- model_upstream_consumer_dto_array_element.go
- model_user_dto.go
- response.go
- utils.go